Download curvesapi-1.06.jar file - Jar c

Jar examples for c:curvesapi

Description

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.06 in this page.

License

BSD License

Build File

You can use the following script to add curvesapi-1.06.jar to your project.

<dependency>
   <groupId>com.github.virtuald</groupId>
   <artifactId>curvesapi</artifactId>
   <version>1.06</version>
</dependency>
compile group: 'com.github.virtuald', name: 'curvesapi', version: '1.06'
libraryDependencies += "com.github.virtuald" % "curvesapi" % "1.06"
<dependency org="com.github.virtuald" name="curvesapi" rev="1.06"/>
@Grapes(@Grab(group='com.github.virtuald', module='curvesapi', version='1.06'))
'com.github.virtuald:curvesapi:jar:1.06'

Download

Click the following link to download the jar file.

curvesapi-1.06-javadoc.jar
curvesapi-1.06-sources.jar
curvesapi-1.06.jar
curvesapi-1.06.pom



Related Tutorials