pub fn create_onb_from_z(normal: Normal) -> (Vector, Vector, Vector)
Create a orthonormal basis (ONB) from a Normal representing the z axis.
Normal
Return a tuple containing the three Vector of the basis. Warning: normal needs to be normalized, otherwise this method won’t work.
Vector
normal