Эксперт ХД

com.github.virtuald:curvesapi (1.07)

Published 2026-09-15 11:06:39 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>com.github.virtuald</groupId>
	<artifactId>curvesapi</artifactId>
	<version>1.07</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=com.github.virtuald:curvesapi:1.07

About this package

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.

Dependencies

junit:junit
4.13.2
Details
Maven
2026-09-15 11:06:39 +00:00
1
curvesapi
BSD License
114 KiB
Assets (2)
Versions (2) View all
1.07 2026-09-15
1.08 2026-09-15