Skip to content

llAxes2Rot

function ll.Axes2Rot(Forward: vector, Left: vector, Up: vector): quaternion

Returns the rotation represented by coordinate axes Forward, Left, and Up.

Parameters
Forward (vector)
Forward/Back part of rotation.
Left (vector)
Left/Right part of rotation.
Up (vector)
Up/Down part of rotation.

Add example usage here showing SLua/Luau syntax with ll.Axes2Rot().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.