Function
FitCubicSingle(_:_:_:_:_:_:) FitCubicSingleFitCubicSingle
Declaration
func FitCubicSingle(_ d: UnsafePointer<NSPoint>!, _ count: Int32, _ tHat1: NSPoint, _ tHat2: NSPoint, _ error: Double, _ cubic: UnsafeMutablePointer<NSPoint>!) -> BoolDeclaration
BOOL FitCubicSingle(const NSPoint *d, int count, NSPoint tHat1, NSPoint tHat2, double error, NSPoint cubic[4]);Declaration
FitCubicSingle(d: NSPoint, count: int, tHat1: NSPoint, tHat2: NSPoint, error: float, cubic: NSPoint) -> bool