distance(_:)
Returns the distance to another point.
Declaration
func distance(_ point: VNPoint) -> DoubleParameters
- point:
The point for which to calculate the distance.
Return Value
The calculated distance.
Returns the distance to another point.
func distance(_ point: VNPoint) -> DoubleThe point for which to calculate the distance.
The calculated distance.