pub fn create_onb_from_z(vector: Vector) -> (Vector, Vector, Vector)
Create a orthonormal basis (ONB) from a Vector representing the z axis.
Vector
Return a tuple containing the three Vector of the basis.