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.
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'
}
This library is licensed under the AGPL v3.0.