mako5.math.phys
Interface Bounded

All Known Implementing Classes:
Boundary

public interface Bounded

Any object that has collision bounds.

Version:
19-Feb 2006
Author:
Paul Jarrett

Method Summary
 Bounds getBounds()
          Returns the bounds of this object
 void notifyCollision(Bounded other)
          Notifies this object of the collision.
 

Method Detail

getBounds

Bounds getBounds()
Returns the bounds of this object

Since:
08-Mar 2006

notifyCollision

void notifyCollision(Bounded other)
Notifies this object of the collision.

Since:
29-Mar 2006