LlEuler2Rot: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
No edit summary
Strife Onizuka (talk | contribs)
mNo edit summary
Line 14: Line 14:
     {
     {
         vector input = <73.0, -63.0, 20.0> * DEG_TO_RAD;//not advised to make your own quaternion
         vector input = <73.0, -63.0, 20.0> * DEG_TO_RAD;//not advised to make your own quaternion
         llSay(0,"The Euler2Rot of "+(string)input+" is: "+(string)llEuler2Rot(input) );
        rotation rot = llEuler2Rot(input);
         llSay(0,"The Euler2Rot of "+(string)input+" is: "+(string)rot );
     }
     }
}
}

Revision as of 21:44, 17 September 2007