|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.physicsEngine.ArbiterFinder
public class ArbiterFinder
A utility class called by PhysicalEngine.processPhysics
to
update the list of active arbiters corresponding to a list of bodies.
Constructor Summary | |
---|---|
ArbiterFinder()
|
Method Summary | |
---|---|
static java.util.List<Arbiter> |
findArbiters(java.util.List<PhysicalParameters> bodies)
Update the list of active arbiters by detecting new collisions between a given list of bodies. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArbiterFinder()
Method Detail |
---|
public static java.util.List<Arbiter> findArbiters(java.util.List<PhysicalParameters> bodies)
bodies
- reference to a list of bodies; the method does not modify
this.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |