com.bulletphysics.linearmath.convexhull
Class PHullResult

java.lang.Object
  extended by com.bulletphysics.linearmath.convexhull.PHullResult

public class PHullResult
extends java.lang.Object


Field Summary
 int faceCount
           
 int indexCount
           
 IntArrayList indices
           
 int vcount
           
 java.util.List<javax.vecmath.Vector3f> vertices
           
 
Constructor Summary
PHullResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vcount

public int vcount

indexCount

public int indexCount

faceCount

public int faceCount

vertices

public java.util.List<javax.vecmath.Vector3f> vertices

indices

public IntArrayList indices
Constructor Detail

PHullResult

public PHullResult()