Function nalgebra_glm::make_quat

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

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