com.bulletphysics.linearmath.convexhull
Class HullFlags

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

public class HullFlags
extends Object

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

TRIANGLES

public static int TRIANGLES

REVERSE_ORDER

public static int REVERSE_ORDER

DEFAULT

public static int DEFAULT
Constructor Detail

HullFlags

public HullFlags()