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