Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 731 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 731 Bytes

jTool Expansion: Voronoi 3D

3D Voronoi Analysis in jTool-Expansion.

This library is based on Voronoi 3D, Completely rewritten for jTool usage and optimized the Geometry functions.

Now supports jdk8.

Usage

Add the JitPack repository to your build file and add the dependency:

repositories {
    mavenCentral()
    maven {url 'https://www.jitpack.io'}
}
dependencies {
    implementation 'com.github.CHanzyLazer:jToolEX-Voronoi-3D:jtoolex-voronoi:v1.2'
}

License

This library is licensed under the AGPL v3.0.