Function
GSHalveQuadraticSegment(_:_:_:) GSHalveQuadraticSegmentGSHalveQuadraticSegment
Declaration
func GSHalveQuadraticSegment(_ p: UnsafePointer<NSPoint>, _ q: UnsafeMutablePointer<NSPoint>, _ r: UnsafeMutablePointer<NSPoint>)Declaration
void GSHalveQuadraticSegment(const NSPoint *p, NSPoint *q, NSPoint *r);Declaration
GSHalveQuadraticSegment(p: NSPoint, q: NSPoint, r: NSPoint)See Also
Curve Subdivision and Conversion
Converts from a quartic curve segment to two cubic curve segments.