https://github.com/klane/parc
Parametric Curves
https://github.com/klane/parc
b-splines bezier-curves java nurbs splines
Last synced: about 1 year ago
JSON representation
Parametric Curves
- Host: GitHub
- URL: https://github.com/klane/parc
- Owner: klane
- License: mit
- Created: 2015-06-20T16:14:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T00:01:05.000Z (over 6 years ago)
- Last Synced: 2025-02-12T07:32:38.135Z (over 1 year ago)
- Topics: b-splines, bezier-curves, java, nurbs, splines
- Language: Java
- Size: 85 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ParC: Parametric Curves
[](https://github.com/klane/parc/actions)
[](https://codecov.io/gh/klane/parc)
[](LICENSE)
ParC contains a lightweight Java framework for working with parametric curves such as Bezier curves, B-splines, and
NURBS. The curves are evaluated with matrix math calculations performed by [jblas](http://jblas.org/).