Difference between revisions of "Category:LSL Rotation"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{LSL Header|ml=*}}{{LSLC|}}{{LSLC|Types}} | |||
{{LSL Header}}{{LSLC|}}{{LSLC|Types}} | |||
The [[rotation]] page is where you can find detailed information about how to work with rotations. | The [[rotation]] page is where you can find detailed information about how to work with rotations. | ||
Revision as of 13:37, 24 October 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
The rotation page is where you can find detailed information about how to work with rotations.
Functions in this category fall into two categories: Rotations in the purely mathematical sense and Rotations as in prim / object rotation.
Quick Tip! To reverse a rotation (say something is facing north and you want it to face south, e.g. 180 degrees difference), add pi to the z value of the euler vector:
llEuler2Rot(<0.0, 0.0, PI>) * llGetRot()
Pages in category "LSL Rotation"
The following 26 pages are in this category, out of 26 total.