<Code Lib>
2022 Method
Changes 1
M

Transform1D.AlmostEqual

Description:
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.

public bool AlmostEqual(
	Transform1D right
)

Return Value bool True if the two transformations are equal, false otherwise.

Loading…