rotatePoint
rotatePoint(
point
,origin
,radians
):Point
Defined in: src/util/misc/rotatePoint.ts:11
Rotates point
around origin
with radians
Parameters
Section titled “Parameters”origin
Section titled “origin”The origin of the rotation
radians
Section titled “radians”The radians of the angle for the rotation
Returns
Section titled “Returns”The new rotated point