Category:LSL Vector/direction
< Category:LSL Vector
Jump to navigation
Jump to search
Revision as of 18:14, 12 March 2016 by Strife Onizuka (talk | contribs) (Created page with "{{LSL Subtype Category|direction|base=vector|description=A direction vector simply points in a specific direction. For example <1,0,0> points East.}} To get a direction vecto...")
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.