AngleFromXAxis Method |
Gets the angle of a line from the X axis.
Signature
RetVal = AngleFromXAxis(Point1, Point2)
Object
Utility
The object or objects this method applies to.
Point1
Variant (three-element array of doubles);
input-only
The start point of the line.
Point2
Variant (three-element array of doubles);
input-only
The endpoint of the line.
RetVal
Double
The angle of the line in radians.
Comments? |