A simple cubic spline library written in Swift
To run the example project, clone the repo, and run pod install
from the Example directory first.
Xcode 10.0-12.0 and Swift 4.0-5.1 are supported.
CubicSpline is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'CubicSpline'
If you're not using CocoaPods, simply add the source files in the CubicSpline
directory to your project. There are no dependencies and it works on Mac and iOS.
Viacheslav Karamov
Based and relying on SAMCubicSpline by Sam Soffes. Example is based on SwiftCubicSpline by Giordano Scalzo.
CubicSpline is available under the MIT license. See the LICENSE file for more info.