Vector:RadRotate

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxRadRotate( * The angle in radians to rotate by. Positive angles rotate counter- clockwise, and negative angles clockwise. )
Description:
Rotate this Vector relatively by an angle in radians.
ReturnsThis vector, rotated.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools