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

Component-wise < comparison between two quaternions.