is not current version
Last Version 1.07

com.github.virtuald:curvesapi 1.04

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.

GroupId

GroupId

com.github.virtuald
ArtifactId

ArtifactId

curvesapi
Version

Version

1.04
Type

Type

jar

Download curvesapi 1.04


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