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

Component-wise > comparison between two quaternions.