Uses of Class
vooga.physicsEngine.PhysicsEngine

Packages that use PhysicsEngine
testing.physicsEngine.guiTest   
vooga.gameEngine.core   
 

Uses of PhysicsEngine in testing.physicsEngine.guiTest
 

Methods in testing.physicsEngine.guiTest that return PhysicsEngine
(package private)  PhysicsEngine SimpleCollisionTest.initEngine()
           
(package private)  PhysicsEngine SeesawTest.initEngine()
           
(package private)  PhysicsEngine PegTest.initEngine()
           
(package private)  PhysicsEngine DominoTest.initEngine()
           
(package private)  PhysicsEngine CrossfireTest.initEngine()
           
(package private)  PhysicsEngine CornerTest.initEngine()
           
(package private) abstract  PhysicsEngine AbstractTestEnvironment.initEngine()
          This method must be implemented by extending classes, and returns the PhysicsEngine properly initialized.
 

Uses of PhysicsEngine in vooga.gameEngine.core
 

Constructors in vooga.gameEngine.core with parameters of type PhysicsEngine
CollisionDetection(GameManager manager, PhysicsEngine physics)
          default constructor