net.java.dev.joode.collision.collider
Class CylinderPlaneCollider

java.lang.Object
  extended by net.java.dev.joode.collision.collider.CylinderPlaneCollider
All Implemented Interfaces:
Collider

public class CylinderPlaneCollider
extends java.lang.Object
implements Collider


Field Summary
static CylinderPlaneCollider INSTANCE
           
static float TOLERANCE
           
 
Constructor Summary
CylinderPlaneCollider()
           
 
Method Summary
 int collide(Geom o1, Geom o2, int flags, ContactGeom[] contact, int contactIndex, int skip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final CylinderPlaneCollider INSTANCE

TOLERANCE

public static final float TOLERANCE
See Also:
Constant Field Values
Constructor Detail

CylinderPlaneCollider

public CylinderPlaneCollider()
Method Detail

collide

public int collide(Geom o1,
                   Geom o2,
                   int flags,
                   ContactGeom[] contact,
                   int contactIndex,
                   int skip)
Specified by:
collide in interface Collider