[]Function rusty_engine::prelude::glm::quat_equal_eps

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

Component-wise approximate equality comparison between two quaternions.