eq
fun eq(other: AffineTransformationMatrix1, equivalence: DoubleEquivalence = DEFAULT_DOUBLE_EQUIVALENCE): Boolean(source)
Tests if two affine transformation matrices are approximately equal.
Return
True if the matrices are approximately equal, false otherwise.
Parameters
other
The other affine transformation matrix to compare with.
equivalence
The equivalence used to compare the double values.