Jar examples for c:curvesapi
Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS.
You can download jar file curvesapi 1.03 in this page.
BSD License
You can use the following script to add curvesapi-1.03.jar to your project.
<dependency> <groupId>com.github.virtuald</groupId> <artifactId>curvesapi</artifactId> <version>1.03</version> </dependency>
compile group: 'com.github.virtuald', name: 'curvesapi', version: '1.03'
libraryDependencies += "com.github.virtuald" % "curvesapi" % "1.03"
<dependency org="com.github.virtuald" name="curvesapi" rev="1.03"/>
@Grapes(@Grab(group='com.github.virtuald', module='curvesapi', version='1.03'))
'com.github.virtuald:curvesapi:jar:1.03'
Click the following link to download the jar file.
curvesapi-1.03-javadoc.jar