rotateVector
rotateVector(
vector
,radians
):Point
Defined in: src/util/misc/vectors.ts:14
Rotates vector
with radians
Parameters
vector
The vector to rotate (x and y)
radians
The radians of the angle for the rotation
Returns
The new rotated point