| License |
License |
|---|---|
| GroupId | GroupIdcom.github.virtuald |
| ArtifactId | ArtifactIdcurvesapi |
| Last Version | Last Version1.07 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncurvesapi
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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| curvesapi-1.07.pom | |
| curvesapi-1.07.jar | 93 KB |
| curvesapi-1.07-sources.jar | 136 KB |
| curvesapi-1.07-javadoc.jar | 497 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.virtuald/curvesapi/ -->
<dependency>
<groupId>com.github.virtuald</groupId>
<artifactId>curvesapi</artifactId>
<version>1.07</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.virtuald/curvesapi/
implementation 'com.github.virtuald:curvesapi:1.07'
// https://jarcasting.com/artifacts/com.github.virtuald/curvesapi/
implementation ("com.github.virtuald:curvesapi:1.07")
'com.github.virtuald:curvesapi:jar:1.07'
<dependency org="com.github.virtuald" name="curvesapi" rev="1.07">
<artifact name="curvesapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.virtuald', module='curvesapi', version='1.07')
)
libraryDependencies += "com.github.virtuald" % "curvesapi" % "1.07"
[com.github.virtuald/curvesapi "1.07"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |