Category:LSL Vector/direction
Jump to navigation
Jump to search
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
The functions and constants in this category all take or return a direction parameter. Events in this category expose a direction parameter.
A direction vector simply points in a specific direction. For example <1,0,0> points East.
To get a direction vector, simply take the desired target position and subtract the starting position.
vector start;
vector end;
vector direction = end - start;
Pages in category "LSL Vector/direction"
The following 2 pages are in this category, out of 2 total.