CODGlobal::Angle

int CODGlobal::Angle(const CPoint pt0, const CPoint pt1)

Calculates The angle between the line formed by the points and a horizontal line.

Defined in: OdGlobal.cpp

Return Value

The angle in tenths of a degree.

Parameters

pt0

First endpoint of the line segment.

pt1

Second endpoint of the line segment.