pub fn create_onb_from_z(vector: Vector) -> (Vector, Vector, Vector)
Expand description

Create a orthonormal basis (ONB) from a Vector representing the z axis.

Return a tuple containing the three Vector of the basis.