Function
GSDividCubicPointsTs(_:_:_:_:_:) GSDividCubicPointsTsGSDividCubicPointsTs
Declaration
func GSDividCubicPointsTs(_ pt1: NSPoint, _ pt2: NSPoint, _ pt3: NSPoint, _ pt4: NSPoint, _ ts: [NSNumber]) -> [[NSValue]]Declaration
NSArray<NSArray<NSValue *> *> *GSDividCubicPointsTs(NSPoint pt1, NSPoint pt2, NSPoint pt3, NSPoint pt4, NSArray<NSNumber *> *ts);Declaration
GSDividCubicPointsTs(pt1: NSPoint, pt2: NSPoint, pt3: NSPoint, pt4: NSPoint, ts: list[NSNumber]) -> list[NSArray<NSValue *>]See Also
Curve Subdivision and Conversion
Converts from a quartic curve segment to two cubic curve segments.