llRot2Euler
function ll.Rot2Euler(Rotation: quaternion): vectorReturns the Euler representation (roll, pitch, yaw) of Rotation.
Returns the Euler Angle representation of the Rotation.
Parameters
-
Rotation(quaternion)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.Rot2Euler().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llRot2Euler