pub fn fuzzy_compare(t1: &Transform, t2: &Transform) -> bool
Expand description

C++ method: bool qFuzzyCompare(const QTransform& t1, const QTransform& t2)

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.