Function
V2Sub(_:_:_:) V2SubV2Sub
Declaration
func V2Sub(_ a: UnsafeMutablePointer<NSPoint>!, _ b: UnsafeMutablePointer<NSPoint>!, _ c: UnsafeMutablePointer<NSPoint>!) -> UnsafeMutablePointer<NSPoint>!Declaration
extern NSPoint *V2Sub(NSPoint *a, NSPoint *b, NSPoint *c);Declaration
V2Sub(a: NSPoint, b: NSPoint, c: NSPoint) -> NSPoint