Uses of Class
cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavLinkPair

Packages that use NavLinkPair
cz.cuni.amis.pogamut.ut2004.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
 

Uses of NavLinkPair in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 

Fields in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with type parameters of type NavLinkPair
static DistanceUtils.IGetDistance<NavLinkPair> NavigationGraphHelper.NAV_LINK_PAIR_GET_DISTANCE
           
protected  Set<NavLinkPair> NavigationGraphHelper.navLinkPairs
          List of ALL existing NavLinkPair in the map.
protected  Map<UnrealId,Set<NavLinkPair>> NavigationGraphHelper.navPointLinks
          Key: NavPoint.getId() Value: set of link (pairs) that either originate or ends in the corresponding navpoint, i.e.
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return NavLinkPair
 NavLinkPair NavigationGraphHelper.getNearestNavLinkPair()
          Returns nearest NavLinkPair to current bot position.
 NavLinkPair NavigationGraphHelper.getNearestNavLinkPair(ILocated target)
          Returns nearest NavLinkPair to some 'target'.
 



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