|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bulletphysics.linearmath.convexhull.HullResult
public class HullResult
Field Summary | |
---|---|
IntArrayList |
indices
|
int |
numFaces
|
int |
numIndices
|
int |
numOutputVertices
|
java.util.List<javax.vecmath.Vector3f> |
outputVertices
|
boolean |
polygons
|
Constructor Summary | |
---|---|
HullResult()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean polygons
public int numOutputVertices
public java.util.List<javax.vecmath.Vector3f> outputVertices
public int numFaces
public int numIndices
public IntArrayList indices
Constructor Detail |
---|
public HullResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |