vector |
ID: | 1 |
Icon: | ibulletpoint.2xn |
vector
A vector in LandTraveller is represented as a three element array, representing a point in 3D space. Each block in the world is a 16x16x16 unit cube.
float [0]
X component of vector.
float [1]
Y component of vector.
float [2]
Z component of vector, also known as elevation.