CODGlobal::PointDistance

int CODGlobal::PointDistance(const CPoint& pt0, const CPoint& pt1)

Calculates the distance between two points.

Defined in: OdGlobal.cpp

Return Value

The distance between the points.

Parameters

pt0

The first point.

pt1

The second point.