|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bulletphysics.linearmath.convexhull.HullFlags
public class HullFlags
Flags that affects convex hull generation, used in HullDesc.flags
.
Field Summary | |
---|---|
static int |
DEFAULT
|
static int |
REVERSE_ORDER
|
static int |
TRIANGLES
|
Constructor Summary | |
---|---|
HullFlags()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int TRIANGLES
public static int REVERSE_ORDER
public static int DEFAULT
Constructor Detail |
---|
public HullFlags()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |