is not current version
Last Version 1.07

curvesapi 1.06

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.

License

License

GroupId

GroupId

com.github.virtuald
ArtifactId

ArtifactId

curvesapi
Version

Version

1.06
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/virtuald/curvesapi
Source Code Management

Source Code Management

https://github.com/virtuald/curvesapi

Download curvesapi 1.06


<!-- https://jarcasting.com/artifacts/com.github.virtuald/curvesapi/ -->
<dependency>
    <groupId>com.github.virtuald</groupId>
    <artifactId>curvesapi</artifactId>
    <version>1.06</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.virtuald/curvesapi/
implementation 'com.github.virtuald:curvesapi:1.06'
// https://jarcasting.com/artifacts/com.github.virtuald/curvesapi/
implementation ("com.github.virtuald:curvesapi:1.06")
'com.github.virtuald:curvesapi:jar:1.06'
<dependency org="com.github.virtuald" name="curvesapi" rev="1.06">
  <artifact name="curvesapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.virtuald', module='curvesapi', version='1.06')
)
libraryDependencies += "com.github.virtuald" % "curvesapi" % "1.06"
[com.github.virtuald/curvesapi "1.06"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.