geolib

this project provides a minimal 2D geometry library. It is integer-based because it is intended for applications that work on a rastered geometry (like bitmaps).

Лицензия

Лицензия

Категории

Категории

Geo Прикладные библиотеки Geospatial
Группа

Группа

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

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

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

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

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

geolib
this project provides a minimal 2D geometry library. It is integer-based because it is intended for applications that work on a rastered geometry (like bitmaps).
Ссылка на сайт

Ссылка на сайт

https://github.com/martinFrank/geometry-library
Организация-разработчик

Организация-разработчик

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

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

https://github.com/martinFrank/geometry-library/tree/master

Скачать geolib

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

<!-- https://jarcasting.com/artifacts/com.github.martinfrank/geolib/ -->
<dependency>
    <groupId>com.github.martinfrank</groupId>
    <artifactId>geolib</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinfrank/geolib/
implementation 'com.github.martinfrank:geolib:0.1.0'
// https://jarcasting.com/artifacts/com.github.martinfrank/geolib/
implementation ("com.github.martinfrank:geolib:0.1.0")
'com.github.martinfrank:geolib:jar:0.1.0'
<dependency org="com.github.martinfrank" name="geolib" rev="0.1.0">
  <artifact name="geolib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinfrank', module='geolib', version='0.1.0')
)
libraryDependencies += "com.github.martinfrank" % "geolib" % "0.1.0"
[com.github.martinfrank/geolib "0.1.0"]

Зависимости

test (1)

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

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

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

geometry-library (java)

this project provides a minimal 2D geometry library. It is integer-based because it is intended for applications that work on a rastered geometry (like bitmaps).

the major reason for using this library is that it is platform independ. it's not based on SWT or AWT or Android graphics or any other libraries (only java.lang and java.util)

the library provides the basic geometric classes

  • Point
  • Line
  • Circle

create jar file

$>maven package

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

Версия
0.1.0