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