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

Component-wise >= comparison between two quaternions.