isApproximatelyEqual(to:tolerance:)
Returns a Boolean value that indicates whether two transforms are equal within a specified tolerance.
Declaration
func isApproximatelyEqual(to other: Self, tolerance: Self.Scalar) -> BoolParameters
- tolerance:
The tolerance of the comparison.