Contents

distance(_:)

Returns the distance to another point.

Declaration

func distance(_ point: VNPoint) -> Double

Parameters

  • point:

    The point for which to calculate the distance.

Return Value

The calculated distance.

See Also

Calculating Distance