Package WildMagic.LibFoundation.Meshes
Class ConvexHull
- java.lang.Object
-
- WildMagic.LibFoundation.Meshes.ConvexHull
-
- Direct Known Subclasses:
ConvexHull3f
public abstract class ConvexHull extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected intmDimensionprotected floatmEpsilonprotected int[]mIndicesprotected intmNumSimplicesprotected intmNumVerticesprotected booleanmOwner
-
Constructor Summary
Constructors Constructor Description ConvexHull(int numVertices, float epsilon, boolean owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intGetDimension()floatGetEpsilon()int[]GetIndices()intGetNumSimplices()intGetNumVertices()booleanGetOwner()
-