Function
GSDetectBreaksAndFit(_:_:_:_:_:) GSDetectBreaksAndFitGSDetectBreaksAndFit
Declaration
func GSDetectBreaksAndFit(_ points: UnsafePointer<NSPoint>!, _ count: UInt, _ error: Double, _ pen: (any GSPenProtocol & NSObjectProtocol)!, _ params: GSDetectAndFitParams)Declaration
void GSDetectBreaksAndFit(const NSPoint *points, NSUInteger count, double error, NSObject<GSPenProtocol> *pen, GSDetectAndFitParams params);Declaration
GSDetectBreaksAndFit(points: NSPoint, count: int, error: float, pen: NSObject<GSPenProtocol>, params: GSDetectAndFitParams)