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