Functions Documentation |
|
Name |
sysVectorAngle |
Syntax |
(sysVectorAngle vector) |
Argument List |
vector: The vector you want to find the angle of with respect to the origin of the system. |
Returns |
number: The angle in degrees with respect to the origin of the system. |
Category |
vector operator, 0.99
|
Description |
Finds and returns the angle of the given vector. |
Example |
(sysVectorAngle (objGetPos gplayership))
Returns the angle of the player ship with respect to the origin of the system. |
Comment |
Basic vector function. |