[]Function rusty_engine::prelude::glm::quat_greater_than

pub fn quat_greater_than<N>(
    x: &Quaternion<N>,
    y: &Quaternion<N>
) -> Matrix<bool, U4, U1, <DefaultAllocator as Allocator<bool, U4, U1>>::Buffer> where
    N: RealField

Component-wise > comparison between two quaternions.