[][src]Function nalgebra_glm::quat_greater_than_equal

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

Component-wise >= comparison between two quaternions.