/simple_vector | a simple 2D vector |
---|
/proc/isVector | Returns true if vector |
---|
/proc/vectorAdd | Returns a new vector equal to the sum of the two vectors |
---|
/proc/vectorSubtract | Returns a new vector equal to second vector subtracted from first |
---|
/proc/vectorMultiply | Return new vector from the result of multiplying the vector by a factor |
---|
/proc/vectorDistance | Returns the distance between two vectors |
---|
/proc/vectorNormalize | Returns new normalized vector |
---|
/proc/vectorRotate | Rotates a vector by an angle |
---|
/proc/vectorGetTurfs | Returns a list of turfs between both vectors
returns null if no turfs are found |
---|