Function nalgebra_glm::quat_less_than[][src]

pub fn quat_less_than<N: Real>(x: &Qua<N>, y: &Qua<N>) -> TVec<bool, U4>

Component-wise < comparison between two quaternions.