Transform2D.AlmostEqual
Method
Description:
Determines whether this transformation and the specified transformation are the same within the tolerance (1.0e-09).
Determines whether this transformation and the specified transformation are the same within the tolerance (1.0e-09).
Remarks:
The tolerance is applied memberwise for comparison.
The tolerance is applied memberwise for comparison.
Parameters
Parameter | Type | Description |
---|---|---|
right | Transform2D | The transformation to compare with this transformation. |
Return Value
Type | Description |
---|---|
Boolean | True if the two transformations are equal, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |