Angle and Distance Point
Creates a new point at a specified angle and distance from an existing reference point.
What It Does
The Point/Angle,Dist operator creates a new point at a specified angle and distance from an existing reference point. This is polar coordinate construction — useful when you know the direction and distance but not the X and Y offsets.
Syntax
Quick Input
Direction Selector
No direction selector is required. The result is uniquely determined by the input geometry.
Worked Examples
Analytic Rule
FAQ
What is the difference between Point/Angle,Dist and Point/Delta?
Point/Angle,Dist uses polar coordinates — angle and distance. Point/Delta uses Cartesian offsets — dX and dY. Both create the same types of points; choose based on which values you know.
Can I use angles greater than 360°?
Yes. Angles are normalised — 450° is equivalent to 90°. Negative angles are also supported — -90° is equivalent to 270°.