Function nalgebra_glm::make_quat

source ·
pub fn make_quat<N: Real>(ptr: &[N]) -> Qua<N>
Expand description

Creates a quaternion from a slice arranged as [x, y, z, w].