CODGlobal::Angle
intCODGlobal::Angle(const CPointpt0, const CPointpt1)
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.