vector
Base structure for points in 3D space.
Functions
Vector: float
vector.float(float: X, float: Y, float: Z)
Returns a vector object with the given coordinates.
Short Vector: short
vector.short(short: X, short: Y, short: Z)
Returns a short vector object with the given coordinates.
Warning
Float vectors(called simply Vectors in these docs) are used for positions in 3D space.
Short vectors are usually used for dimensions.