LSL Wiki Mirror 10-5-2006: llAxes2Rot

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings ::
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
There is one comment on this page. [Display comments/form]