Class Summary |
Arbiter |
A class representing contact between two physical bodies
(PhysicalParameters). |
ArbiterFinder |
A utility class called by PhysicalEngine.processPhysics to
update the list of active arbiters corresponding to a list of bodies. |
GamePhysicalParameters |
Class for linking PhysicalParameters (basis of our independent
physics module) with PhysicalItem (linkage with the game
engine). |
PhysicalItem |
A game item that involves physics. |
PhysicalParameters |
Class that encapsulates the parameters of a physical body. |
PhysicsEngine |
This is the main API class of the physics engine. |