Overview | Statement List | Example
ANGLF({line|circle1,circle2|point1,point2})
Returns the angle, in degrees, which a previously defined line (projected onto the XY-plane) makes with the X axis. The angle is always between 0 and 180 degrees. You can also find the angle of an imaginary line between two previously defined points or circle centers. The angle is between 0 and 360 degrees and is based upon the order in which the points or circle centers are specified.
Parameter |
Description |
line |
An existing line. |
circle1,circle2 |
Two previously defined circles whose centers establish the line for this function. |
point1,point2 |
Two previously defined points which establish the line for this function. |