DOC

com.github.quickhull3d : quickhull3d

Maven & Gradle

Oct 31, 2014
4 usages
21 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.

Table Of Contents

Latest Version

Download com.github.quickhull3d : quickhull3d Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.quickhull3d : quickhull3d Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file quickhull3d-1.0.0-javadoc.jar to quickhull3d-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder quickhull3d-1.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "quickhull3d-1.0.0-sources.jar" -d "quickhull3d-1.0.0-javadoc" -subpackages 

Advertisement

Dependencies from Group

Oct 31, 2014
4 usages
21 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