Function nalgebra_glm::quat_to_mat3

source ·
pub fn quat_to_mat3<N: Real>(x: &Qua<N>) -> TMat3<N>
Expand description

Converts a quaternion to a rotation matrix.