MVN

com.github.quickhull3d : quickhull3d

Maven & Gradle

Oct 31, 2014
4 usages
19 stars

A Robust 3D Convex Hull Algorithm in Java · This is a 3D implementation of QuickHull for Java, based on the original paper by Barber, Dobkin, and Huhdanpaa and the C implementation known as qhull. The algorithm has O(n log(n)) complexity, works with double precision numbers, is fairly robust with respect to degenerate situations, and allows the merging of co-planar faces.

<dependency>
    <groupId>com.github.quickhull3d</groupId>
    <artifactId>quickhull3d</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.quickhull3d : quickhull3d to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.quickhull3d : quickhull3d to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
quickhull3d-1.0.0

How to add a dependency to Maven

Add the following com.github.quickhull3d : quickhull3d maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.quickhull3d</groupId>
    <artifactId>quickhull3d</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.quickhull3d : quickhull3d gradle dependency to your build.gradle file:

implementation 'com.github.quickhull3d:quickhull3d:1.0.0'

Gradle Kotlin DSL: Add the following com.github.quickhull3d : quickhull3d gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.quickhull3d:quickhull3d:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.quickhull3d : quickhull3d sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.quickhull3d" % "quickhull3d" % "1.0.0"

Advertisement

Dependencies from Group

Oct 31, 2014
4 usages
19 stars

Discover Dependencies

ejb
Apr 23, 2006
5 usages
Nov 27, 2007
19 usages
Nov 16, 2014
3 usages
13 stars
Mar 06, 2015
1 usages
1 stars
Sep 17, 2010
3 usages
Feb 07, 2014
4 usages
71 stars
Apr 10, 2014
1 usages
21 stars
Sep 14, 2012
3 usages