cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing
Class BorderPoint

Package class diagram package BorderPoint
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing.BorderPoint

public class BorderPoint
extends Object

Holds information about a point on the border of the mesh and about the mesh edge it lies on.

Author:
Bogo

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

BorderPoint

public BorderPoint(Location point,
                   Location direction)
Constructs border point.

Parameters:
point - Point on the border of mesh
direction - Direction of the edge of mesh
Method Detail

getPoint

public Location getPoint()
Gets location of border point.

Returns:

getDirection

public Location getDirection()
Gets direction of the border edge.

Returns:

setPoint

public void setPoint(Location point)
Sets location of the border point.

Parameters:
point -

setDirection

public void setDirection(Location direction)
Sets direction of the border edge.

Parameters:
direction -


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.