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.

Лицензия

Лицензия

Группа

Группа

com.github.virtuald
Идентификатор

Идентификатор

curvesapi
Последняя версия

Последняя версия

1.07
Дата

Дата

Тип

Тип

jar
Описание

Описание

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
Система контроля версий

Система контроля версий

https://github.com/virtuald/curvesapi

Скачать curvesapi

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.07
1.06
1.05
1.04
1.03
1.02