llAxes2Rot
function ll.Axes2Rot(Forward: vector, Left: vector, Up: vector): quaternionReturns 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.
Examples
Section titled “Examples”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.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llAxes2Rot