surroundingPointAt

open fun surroundingPointAt(angle: Double, distance: Double): P

Computes a point which is at a certain distance and angle (in radians) from this one.


open fun surroundingPointAt(versor: P, distance: Double): P

Computes a point which is at a certain distance and angle (expressed as a versor centered in this node) from this one.