Z.Vec3
Description
A selection of three-dimensional vector operations.
Provided by Z.Vec3
Functions
add(... , ...) | Adds two vectors together. |
dot(... , ...) | Calculates the dot product of two vectors. |
magnitude(...) | Calculates the length of a vector. |
scalarMultiply(... , ...) | Multiplies a vector by a single value. |
subtract(... , ...) | Subtracts one vector from another. |