https://github.com/fastred/beziercurvefit
A simple app for fitting Bezier curve based on data points from another curve.
https://github.com/fastred/beziercurvefit
Last synced: 10 months ago
JSON representation
A simple app for fitting Bezier curve based on data points from another curve.
- Host: GitHub
- URL: https://github.com/fastred/beziercurvefit
- Owner: fastred
- Created: 2014-07-08T18:01:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T11:16:00.000Z (about 12 years ago)
- Last Synced: 2025-04-20T00:40:00.504Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://holko.pl/2014/07/09/authentic-motion-ios/
- Size: 145 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A tool that performs fitting of a Bézier curve to given data points. Adjust the points in `points.txt` and Run the project. The curve will be printed to the console.