Check if a vector equals is almost equal to another one.
Check if a vector is almost zero
Clone the vector
Get the cross product matrix a_cross from a vector, such that a x b = a_cross * b = c
Get squared distance from this point to another point
Get distance from this point to another point
Calculate dot product
Check if the vector is anti-parallel to another vector.
Set to zero for exact comparisons
Get the length of the vector
Get the squared length of the vector.
Normalize the vector. Note that this changes the values in the vector.
Returns the norm of the vector
Set the vectors' 3 elements
Set all components of the vector to zero.
Converts to an array
Converts to a more readable format
3-dimensional vector