Skip to main content

Get Point in Grid

Get a point in the project grid given u and v coordinates.

Written by Holly Conrad Smith
Updated over a month ago

Inputs:

Bearing: (number): The bearing of the grid in radians.

Distance: (number): The distance of the grid.

Origin: (feature): The origin of the grid.

X: (number): The x coordinate in the grid.

Y: (number): The y coordinate in the grid.

Outputs:

Point: (vector): The point in the grid.

Did this answer your question?