vitro.plane
Class Plane

java.lang.Object
  extended by vitro.Model
      extended by vitro.plane.Plane

public class Plane
extends Model


Field Summary
protected  Plane model
           
 Map<Actor,Position> positions
           
 
Fields inherited from class vitro.Model
actors
 
Constructor Summary
Plane()
           
 
Method Summary
protected  boolean collides(Collidable actor0, Collidable actor1)
           
 
Methods inherited from class vitro.Model
cleanup, done
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

protected final Plane model

positions

public final Map<Actor,Position> positions
Constructor Detail

Plane

public Plane()
Method Detail

collides

protected boolean collides(Collidable actor0,
                           Collidable actor1)