pub fn orthonormal_basis_from_vec(axis: Vector) -> QuaternionExpand 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) -> QuaternionComputes the rotation matrix of the orthonormal basis computed from the given axis.
The axis must be a unit vector.