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

Component-wise >= comparison between two quaternions.