|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing.BorderPoint
public class BorderPoint
Holds information about a point on the border of the mesh and about the mesh edge it lies on.
| Constructor Summary | |
|---|---|
BorderPoint(Location point,
Location direction)
Constructs border point. |
|
| Method Summary | |
|---|---|
Location |
getDirection()
Gets direction of the border edge. |
Location |
getPoint()
Gets location of border point. |
void |
setDirection(Location direction)
Sets direction of the border edge. |
void |
setPoint(Location point)
Sets location of the border point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BorderPoint(Location point,
Location direction)
point - Point on the border of meshdirection - Direction of the edge of mesh| Method Detail |
|---|
public Location getPoint()
public Location getDirection()
public void setPoint(Location point)
point - public void setDirection(Location direction)
direction -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||