pub fn orthonormal_basis_from_vec(axis: Vector) -> Rotation
Computes the rotation matrix of the orthonormal basis computed from the given axis.
The axis must be a unit vector.
axis