Declaration

func GSFitCurveToOriginPoints(_ fitPoints: UnsafeMutablePointer<NSPoint>, _ originPoints: UnsafePointer<NSPoint>, _ count: UInt16, _ curveError: UnsafeMutablePointer<CGFloat>?) -> Bool

Declaration

BOOL GSFitCurveToOriginPoints(NSPoint fitPoints[4], const NSPoint *originPoints, const unsigned short count, CGFloat *curveError);

Declaration

GSFitCurveToOriginPoints(fitPoints: NSPoint, originPoints: NSPoint, count: unsigned short, curveError: float) -> bool

See Also

Curve Parameters and Solvers