Function orthonormal_basis

Source
pub fn orthonormal_basis(axes: [Vector; 3]) -> Quaternion
Expand description

Computes the rotation matrix of the orthonormal basis computed from the given axes.

Each axis must be a unit vector.