Uses of Interface
cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004Navigation

Packages that use IUT2004Navigation
cz.cuni.amis.pogamut.ut2004.agent.navigation Navigation API for Unreal. 
cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing   
cz.cuni.amis.pogamut.ut2004.bot.impl   
 

Uses of IUT2004Navigation in cz.cuni.amis.pogamut.ut2004.agent.navigation
 

Classes in cz.cuni.amis.pogamut.ut2004.agent.navigation that implement IUT2004Navigation
 class UT2004Navigation
          Facade for navigation in UT2004.
 

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

Classes in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing that implement IUT2004Navigation
 class NavMeshNavigation
          Facade for navigation in UT2004.
 

Uses of IUT2004Navigation in cz.cuni.amis.pogamut.ut2004.bot.impl
 

Fields in cz.cuni.amis.pogamut.ut2004.bot.impl declared as IUT2004Navigation
protected  IUT2004Navigation UT2004BotModuleController.navigation
          Command module that is internally using UT2004PathExecutor for path-following and FloydWarshallMap for path planning resulting in unified class that can solely handle navigation of the bot within the environment.
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.impl that return IUT2004Navigation
 IUT2004Navigation UT2004BotModuleController.getNavigation()
           
 



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