Module org.jeometry.algorithm
Package org.jeometry.geom3D.algorithm.decomposition
-
Class Summary Class Description ConvexDecomposition This class enable to compute a convex decomposition for a given polyhedron.
The convex decomposition split a non convex polyhedron is a set of convex polyhedra such that their union is the original polyhedra.
This class implements the algorithm given in "An Algorithm for Convex Decomposition for polyedral object", Proceeding of the Seventh International conference on computer aided Design and Computer Graphics, International Academic Publishers, August 22-24 2001 by Wang Fei, LIU Wen-Yu, Li Huain
.