Uses of Class
cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.OffMeshPoint

Packages that use OffMeshPoint
cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh   
 

Uses of OffMeshPoint in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh that return OffMeshPoint
 OffMeshPoint OffMeshEdge.getFrom()
           
 OffMeshPoint OffMeshEdge.getTo()
           
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh that return types with arguments of type OffMeshPoint
 ArrayList<OffMeshPoint> NavMesh.getOffMeshPoints()
          Returns list of OffMeshPoints within the NavMesh.
 List<OffMeshPoint> NavMesh.getOffMeshPointsOnPolygon(int polygonId)
          Returns a List of offmeshpoints that are located on target polygon
 

Constructors in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh with parameters of type OffMeshPoint
OffMeshEdge(OffMeshPoint from, OffMeshPoint to, NavPointNeighbourLink link)
           
 



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