PolarPoint Method |
Gets the point at a specified angle and distance from a given point.
Signature
RetVal = PolarPoint(Point, Angle, Distance)
Object
Utility
The object or objects this method applies to.
Point
Variant (three-element array of doubles);
input-only
The 3D WCS coordinates specifying the start point.
Angle
Double; input-only
The angle in radians.
Distance
Double; input-only
The distance in current units.
RetVal
Variant (three-element array of
doubles)
The 3D WCS coordinates at the specified angle and distance from a
given point.
Comments? |