LlRot2Euler: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
Strife Onizuka (talk | contribs)
No edit summary
Line 14: Line 14:
     state_entry()
     state_entry()
     {
     {
         rotationinput = <0.0, 1.0, 0.0, 0.0>;//not advised to make your own quaternion
         rotation input = <0.0, 1.0, 0.0, 0.0>;//not advised to make your own quaternion
         llSay(0,"The Rot2Euler of "+(string)input+" is: "+(string)llRot2Euler(input) );
         llSay(0,"The Rot2Euler of "+(string)input+" is: "+(string)llRot2Euler(input) );
     }
     }

Revision as of 22:28, 27 February 2007