| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.tinyspline |
| Идентификатор | Идентификаторtinyspline |
| Версия | Версия0.3.0-2 |
| Тип | Типjar |
| Описание |
Описаниеtinyspline
TinySpline is a small, yet powerful library for interpolating, transforming, and querying arbitrary NURBS, B-Splines, and Bézier curves. The library is implemented in ANSI C (C89) and provides a wrapper for C++ along with auto-generated bindings for C#, D, Go, Java, Lua, Octave, PHP, Python, R, and Ruby.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| tinyspline-0.3.0-2.pom | |
| tinyspline-0.3.0-2-sources.jar | 2 KB |
| tinyspline-0.3.0-2-javadoc.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.tinyspline/tinyspline/ -->
<dependency>
<groupId>org.tinyspline</groupId>
<artifactId>tinyspline</artifactId>
<version>0.3.0-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinyspline/tinyspline/
implementation 'org.tinyspline:tinyspline:0.3.0-2'
// https://jarcasting.com/artifacts/org.tinyspline/tinyspline/
implementation ("org.tinyspline:tinyspline:0.3.0-2")
'org.tinyspline:tinyspline:jar:0.3.0-2'
<dependency org="org.tinyspline" name="tinyspline" rev="0.3.0-2">
<artifact name="tinyspline" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinyspline', module='tinyspline', version='0.3.0-2')
)
libraryDependencies += "org.tinyspline" % "tinyspline" % "0.3.0-2"
[org.tinyspline/tinyspline "0.3.0-2"]