llAxisAngle2Rot
function ll.AxisAngle2Rot(Axis: vector, Angle: number): quaternionReturns the rotation that is a generated Angle about Axis.
Parameters
-
Axis(vector) - Axis.
-
Angle(number) - Angle in radians.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.AxisAngle2Rot().
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: llAxisAngle2Rot