Vectors
While much vector math can be done with basic arithmetic patterns,some operations require more specialized functionality.This chapter provides some of these.

Returns the X component of the given vector.

Returns the Y component of the given vector.

Returns the Z component of the given vector.

Merges three input numbers into a vector.

Returns the length of the given vector.

Returns the dot product of the given vectors.

Returns the cross product of the given vectors.

Normalizes the given vector to a length of one.

Normalizes the given vector to a length of one and aligns it to the nearest cardinal axis.