AffineTransform.AreGeometricallyEquivalent
AffineTransform.AreGeometricallyEquivalent method
Checks whether two transform represent the same geometric spatial transformation.
public static bool AreGeometricallyEquivalent(ref AffineTransform a, ref AffineTransform b,
float tolerance = 1E-05)
Parameter | Type | Description |
---|---|---|
a | AffineTransform& | the first transform to check. |
b | AffineTransform& | the second transform to check. |
tolerance | Single | the tolerance to handle floating point error. |
Return Value
true if both transforms can be considered geometryically equivalent.
See Also
- struct AffineTransform
- namespace Aspose.CAD.FileFormats.GLB.Transforms
- assembly Aspose.CAD