Contents

isApproximatelyEqual(to:tolerance:)

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

Declaration

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

Parameters

  • other:

    The second scaled pose.

  • tolerance:

    The tolerance of the comparison.