Implementation of various mathematical curves that define themselves over a set of control points, supporting Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS.
<dependency>
<groupId>com.github.virtuald</groupId>
<artifactId>curvesapi</artifactId>
<version>1.08</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Bezier curve from control points and evaluates a point on the curve.
No known issues recorded.
No dependency data recorded yet.