|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bulletphysics.linearmath.convexhull.PHullResult
public class PHullResult
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 |
---|
public int vcount
public int indexCount
public int faceCount
public java.util.List<javax.vecmath.Vector3f> vertices
public IntArrayList indices
Constructor Detail |
---|
public PHullResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |