pub fn orthonormalize(z_basis: Dir3) -> Mat3
Expand description
Constructs a right-handed orthonormal basis from a given unit Z vector.
This method of constructing a basis from a Vec3
is used by bevy_math::Vec3::any_orthonormal_pair
pub fn orthonormalize(z_basis: Dir3) -> Mat3
Constructs a right-handed orthonormal basis from a given unit Z vector.
This method of constructing a basis from a Vec3
is used by bevy_math::Vec3::any_orthonormal_pair