Function nalgebra_glm::quat_to_mat4

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

Converts a quaternion to a rotation matrix in homogenous coordinates.