Declaration

func V2DistanceBetween2Points(_ a: UnsafePointer<NSPoint>!, _ b: UnsafePointer<NSPoint>!) -> Double

Declaration

extern double V2DistanceBetween2Points(const NSPoint *a, const NSPoint *b);

Declaration

V2DistanceBetween2Points(a: NSPoint, b: NSPoint) -> float

See Also

Two-Dimensional Vectors