Difference between revisions of "LlRot2Axis"

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

Revision as of 02:39, 8 December 2008