A Robust 3D Convex Hull Algorithm in Java quickhull3d
Parent | oss-parent |
Group | com.github.quickhull3d |
描述 | 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. |
Packaging | jar |
Size | 30.79 KB |
文件 | pom jar |
网址 | http://quickhull3d.github.io/quickhull3d |
发布时间 | 2014-10-31 14:31 |
dependencies
Group | Artifact | Version |
---|---|---|
org.slf4j | slf4j-api | 1.7.7 |
org.slf4j | slf4j-simple | 1.7.7 |
junit | junit | 4.11 |
developers
lloyd | John E. Lloyd | |
ritchie_gmx_at | Richard van Nieuwenhoven |
licenses
GNU LESSER GENERAL PUBLIC LICENSE (LGPL) version 3 | http://www.gnu.org/licenses/lgpl-3.0-standalone.html |
索引仓库
仓库 | 个数 |
Central | 592045 |