com.bulletphysics.linearmath.convexhull
Class HullFlag

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

public class HullFlag
extends java.lang.Object


Field Summary
static int DEFAULT
           
static int REVERSE_ORDER
           
static int TRIANGLES
           
 
Constructor Summary
HullFlag()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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

HullFlag

public HullFlag()