Function
FitCubic(_:_:_:_:_:_:_:_:) FitCubicFitCubic
Declaration
func FitCubic(_ d: UnsafePointer<NSPoint>!, _ first: Int32, _ last: Int32, _ tHat1: NSPoint, _ tHat2: NSPoint, _ error: Double, _ pen: (any GSPenProtocol & NSObjectProtocol)!, _ hasMove: UnsafeMutablePointer<ObjCBool>!)Declaration
void FitCubic(const NSPoint *d, int first, int last, NSPoint tHat1, NSPoint tHat2, double error, NSObject<GSPenProtocol> *pen, BOOL *hasMove);Declaration
FitCubic(d: NSPoint, first: int, last: int, tHat1: NSPoint, tHat2: NSPoint, error: float, pen: NSObject<GSPenProtocol>, hasMove: bool)