Function
GSApproximateQuartic(_:_:) GSApproximateQuarticGSApproximateQuartic
Declaration
func GSApproximateQuartic(_ quart: UnsafeMutablePointer<NSPoint>, _ lines: UnsafeMutablePointer<NSPoint>)Declaration
void GSApproximateQuartic(NSPoint quart[5], NSPoint *lines);Declaration
GSApproximateQuartic(quart: NSPoint, lines: NSPoint)See Also
Curve Subdivision and Conversion
Converts from a quartic curve segment to two cubic curve segments.