Difference between revisions of "LlRot2Axis"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 28: Line 28:
|cat3
|cat3
|cat4
|cat4
|deepnotes=<lsl>float llRot2Axis(rotation a)
|deepnotes=<lsl>vector llRot2Axis(rotation a)
{
{
     return llVecNorm(<a.x, a.y, a.z>);
     return llVecNorm(<a.x, a.y, a.z>);
}</lsl>
}</lsl>
}}
}}

Revision as of 23:36, 15 March 2009