rotation llAxes2Rot(vector fwd, vector left, vector up);
Returns rotation represented by
coordinate axes fwd,
left, and
up. These axes should be
orthogonal to each other.
Note: Technically, only two non-
parallel vectors are needed to define this rotation which can be done by calling
llAxes2Rot(fwd, left, fwd % left);
functions |
rotation