Contents

isApproximatelyEqual(to:tolerance:)

Returns a Boolean value that indicates whether two poses are equal within a specified tolerance.

Declaration

func isApproximatelyEqual(to other: Pose3D, tolerance: Double = sqrt(.ulpOfOne)) -> Bool

Parameters

  • other:

    The right-hand side value.

  • tolerance:

    A double-precision value that specifies the tolerance.

See Also

Comparing values