simple_vector 
a simple 2D vector
Procs | |
Length | Returns the length of the vector @return the length of the vector |
---|---|
Locate | Returns the start location turf of vector on z level @param the z level @return the start location turf of vector on z level |
New | Constructs the vector, assigns X and Y. |
RoundVector | Rounds the vectors coordinates |
Proc Details
Length
Returns the length of the vector @return the length of the vector
Locate
Returns the start location turf of vector on z level @param the z level @return the start location turf of vector on z level
New
Constructs the vector, assigns X and Y.
- @param x the vector's x
- @param y the vector's y
RoundVector
Rounds the vectors coordinates