Function nalgebra_glm::quat_greater_than[][src]

pub fn quat_greater_than<T: RealField>(x: &Qua<T>, y: &Qua<T>) -> TVec<bool, 4>
Expand description

Component-wise > comparison between two quaternions.