pub fn orthonormal_basis(axes: [Vector; 2]) -> Rotation
Computes the rotation matrix of the orthonormal basis computed from the given axes.
Each axis must be a unit vector.