An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ParC: Parametric Curves

[![Test Status](https://github.com/klane/parc/workflows/Tests/badge.svg)](https://github.com/klane/parc/actions)
[![Coverage Status](https://img.shields.io/codecov/c/github/klane/parc.svg?label=Coverage&logo=codecov)](https://codecov.io/gh/klane/parc)
[![License](https://img.shields.io/github/license/klane/parc.svg?label=License)](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/).