pub unsafe fn q_fuzzy_compare_2_q_matrix4_x4(
    m1: impl CastInto<Ref<QMatrix4X4>>,
    m2: impl CastInto<Ref<QMatrix4X4>>
) -> bool
Expand description

The qFuzzyCompare function is for comparing two matrices using a fuzziness factor.

Calls C++ function: bool qFuzzyCompare(const QMatrix4x4& m1, const QMatrix4x4& m2).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for bool qFuzzyCompare(const QMatrix &m1, const QMatrix &m2):

The qFuzzyCompare function is for comparing two matrices using a fuzziness factor.

Returns true if m1 and m2 are equal, allowing for a small fuzziness factor for floating-point comparisons; false otherwise.

This function was introduced in Qt 4.6.