|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--agentland.geo.Manifestation
|
+--agentland.geo.BoxManifestation
The simplest Manifestation--represent the agent as a box.
| Field Summary | |
protected BoundingBox |
m_bbox
|
| Constructor Summary | |
BoxManifestation(AgentID id,
Point3D topleft,
double length,
double width,
double height)
|
|
BoxManifestation(AgentID id,
Point3D lefttopfront,
Point3D rightbottomback)
|
|
| Method Summary | |
BoundingBox |
getBoundingBox()
The 3D bounding box of the thing. |
void |
setBoundingBox(BoundingBox bbox)
|
| Methods inherited from class agentland.geo.Manifestation |
getAgentID, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected BoundingBox m_bbox
| Constructor Detail |
public BoxManifestation(AgentID id,
Point3D topleft,
double length,
double width,
double height)
public BoxManifestation(AgentID id,
Point3D lefttopfront,
Point3D rightbottomback)
| Method Detail |
public BoundingBox getBoundingBox()
getBoundingBox in class Manifestationpublic void setBoundingBox(BoundingBox bbox)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||