<Code Lib>
2026 Method
Changes 0
M

Transform.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(
	Transform right
)

  • right
    The transformation to compare with this transformation.
Return Value Boolean True if the two transformations are equal; otherwise, false.

Loading…