Function
GSHalveCubicSegment(_:_:_:) GSHalveCubicSegmentGSHalveCubicSegment
Declaration
func GSHalveCubicSegment(_ P: UnsafePointer<NSPoint>, _ q: UnsafeMutablePointer<NSPoint>, _ r: UnsafeMutablePointer<NSPoint>)Declaration
void GSHalveCubicSegment(const NSPoint P[4], NSPoint q[4], NSPoint r[4]);Declaration
GSHalveCubicSegment(P: NSPoint, q: NSPoint, r: NSPoint)See Also
Curve Subdivision and Conversion
Converts from a quartic curve segment to two cubic curve segments.