Skip to content

Documentation / @ripl/core / getThetaPoint

Function: getThetaPoint() ​

getThetaPoint(angle, distance, cx?, cy?): Point

Defined in: packages/core/src/math/geometry.ts:57

Returns the point at a given angle and distance from an optional centre.

Parameters ​

ParameterType
anglenumber
distancenumber
cx?number
cy?number

Returns ​

Point