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

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

public class SpherePlaneCollider
extends java.lang.Object
implements Collider

Author:
Amos Wenger (aka BlueSky)

Field Summary
static SpherePlaneCollider INSTANCE
           
 
Constructor Summary
SpherePlaneCollider()
           
 
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 SpherePlaneCollider INSTANCE
Constructor Detail

SpherePlaneCollider

public SpherePlaneCollider()
Method Detail

collide

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