Skip to content

llRot2Euler

function ll.Rot2Euler(Rotation: quaternion): vector

Returns the Euler representation (roll, pitch, yaw) of Rotation.

Returns the Euler Angle representation of the Rotation.

Parameters
Rotation (quaternion)

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.