Calculates a new point location given a starting point, distance, and azimuth. The azimuth indicates the direction, expressed in radians, and is measured in a clockwise manner starting from true north. The system can handle azimuth values that are negative or exceed 2π (360 degrees). The optionalDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
lenient parameter prevents an error if the input geometry is not a Point. Its default value is false.
Signatures
Parameters
The starting point geometry.
The distance to project, in the units of the coordinate system.
The azimuth (direction) in radians, measured clockwise from true north.
If
true, returns an empty point instead of throwing an error when the input is not a Point. Defaults to false.Return type
The resulting geometry.

