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.
https://github.com/virtuald/curvesapi
BSD License
stormdollar Dustin Spicuzza
Files download
File Operation
curvesapi-1.03.jar download
curvesapi-1.03.pom download
curvesapi-1.03-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.virtuald</groupId>
  <artifactId>curvesapi</artifactId>
  <version>1.03</version>
</dependency>
Gradle Groovy
implementation 'com.github.virtuald:curvesapi:1.03'
Gradle Kotlin
implementation("com.github.virtuald:curvesapi:1.03")
Scala SBT
libraryDependencies += "com.github.virtuald" % "curvesapi" % "1.03"
Groovy Grape
@Grapes(
  @Grab(group='com.github.virtuald', module='curvesapi', version='1.03')
)
Apache Ivy
<dependency org="com.github.virtuald" name="curvesapi" rev="1.03" />
Leiningen
[com.github.virtuald/curvesapi "1.03"]
Apache Buildr
'com.github.virtuald:curvesapi:jar:1.03'
Dependencies
The project has no third-party dependencies