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

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

Return a tuple containing the three Vector of the basis.
Warning: normal needs to be normalized, otherwise this method won’t work.