|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvitro.Model
vitro.plane.Plane
public class Plane
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 |
---|
protected final Plane model
public final Map<Actor,Position> positions
Constructor Detail |
---|
public Plane()
Method Detail |
---|
protected boolean collides(Collidable actor0, Collidable actor1)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |