A data type used to store a horizontal and vertical angle.
struct ANGLE
{
double h;
double v;
} ;
Members
Member
Description
h
The horizontal angle
v
The vertical angle
Remarks
The angles will be in degrees unless otherwise noted
Header
ssdef.h
Help URL: http://www.yourdomain.com/help/index.html?angle.htm