distance(_:_:)
Calculates the distance between two points.
Declaration
class func distance(_ point1: VNPoint, _ point2: VNPoint) -> DoubleParameters
- point1:
The first point.
- point2:
The second point.
Return Value
The calculated distance.
Calculates the distance between two points.
class func distance(_ point1: VNPoint, _ point2: VNPoint) -> DoubleThe first point.
The second point.
The calculated distance.