Vector2:Rotate(angle)

Version added: before 9.5
Rotates the vector by the specified angle

Arguments:

Name Type Description Default Ver
angle real The angle (in radians) to rotate the vector < 9.5

Return value:

void none
Rotates the vector by the specified angle.
<< Back to Vector2