Function
V2MakePerpendicular(_:_:) V2MakePerpendicularV2MakePerpendicular
Declaration
func V2MakePerpendicular(_ a: UnsafeMutablePointer<NSPoint>!, _ ap: UnsafeMutablePointer<NSPoint>!) -> UnsafeMutablePointer<NSPoint>!Declaration
extern NSPoint *V2MakePerpendicular(NSPoint *a, NSPoint *ap);Declaration
V2MakePerpendicular(a: NSPoint, ap: NSPoint) -> NSPoint