Uses of Interface
mako5.math.phys.Bounded

Packages that use Bounded
mako5.math.phys   
 

Uses of Bounded in mako5.math.phys
 

Classes in mako5.math.phys that implement Bounded
 class Boundary
          A horizontal or verticle boundary that cannot be passed.
 

Methods in mako5.math.phys with parameters of type Bounded
 void Bounded.notifyCollision(Bounded other)
          Notifies this object of the collision.
 void Boundary.notifyCollision(Bounded other)
          Do nothing on collision.