rotatePoint(point
, origin
, radians
): Point
Parameters
• point: Point
• origin: Point
The origin of the rotation
• radians: TRadian
The radians of the angle for the rotation
Returns
Point
The new rotated point
Defined in
src/util/misc/rotatePoint.ts:11