Function
V2DistanceBetween2Points(_:_:) V2DistanceBetween2PointsV2DistanceBetween2Points
Declaration
func V2DistanceBetween2Points(_ a: UnsafePointer<NSPoint>!, _ b: UnsafePointer<NSPoint>!) -> DoubleDeclaration
extern double V2DistanceBetween2Points(const NSPoint *a, const NSPoint *b);Declaration
V2DistanceBetween2Points(a: NSPoint, b: NSPoint) -> float