Vector3:Rotate(axis, angle)

Version added: before 9.5

Arguments:

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

Return value:

void none
Rotates the vector around the specified axis by the specified angle.
<< Back to Vector3