isApproximatelyEqual(to:tolerance:)
Returns a Boolean value that indicates whether two scaled poses are equal within a specified tolerance.
Declaration
func isApproximatelyEqual(to other: ScaledPose3D, tolerance: Double = sqrt(.ulpOfOne)) -> BoolReturns a Boolean value that indicates whether two scaled poses are equal within a specified tolerance.
func isApproximatelyEqual(to other: ScaledPose3D, tolerance: Double = sqrt(.ulpOfOne)) -> Bool