rotateVector(vector, radians): Point
vector
radians
Point
• vector: Point
The vector to rotate (x and y)
• radians: TRadian
TRadian
The radians of the angle for the rotation
The new rotated point
src/util/misc/vectors.ts:14