Uses of Class
cz.cuni.amis.pogamut.udk.storyworld.perception.SPLocation

Packages that use SPLocation
cz.cuni.amis.pogamut.udk.storyworld.perception   
cz.cuni.amis.pogamut.udk.storyworld.place   
 

Uses of SPLocation in cz.cuni.amis.pogamut.udk.storyworld.perception
 

Methods in cz.cuni.amis.pogamut.udk.storyworld.perception with parameters of type SPLocation
 double SPLocation.distance(SPLocation location)
           
 

Uses of SPLocation in cz.cuni.amis.pogamut.udk.storyworld.place
 

Methods in cz.cuni.amis.pogamut.udk.storyworld.place that return SPLocation
 SPLocation SPStoryPlace.getCenter()
           
 

Methods in cz.cuni.amis.pogamut.udk.storyworld.place with parameters of type SPLocation
 Set<SPStoryPlaceBase> SPStoryWorld.at(SPLocation location)
          Nearest navpoint must be max "NEAR" far.
 NavPoint SPStoryPlace.getFurthestNavPoint(SPLocation location)
           
 NavPoint SPStoryWorld.getFurthestNavPoint(SPLocation location)
           
 Map<NavPoint,Double> SPStoryPlace.getNavPointDistances(SPLocation location)
           
 Map<Double,NavPoint> SPStoryPlace.getNavPointDistancesSwapped(SPLocation location)
           
 NavPoint SPStoryPlace.getNearestNavPoint(SPLocation location)
           
 NavPoint SPStoryWorld.getNearestNavPoint(SPLocation location)
           
 List<NavPoint> SPStoryWorld.getPath(SPLocation from, NavPoint to)
          Finds path between navpoint that is the nearest to "from" and navpoint "to".
 List<NavPoint> SPStoryWorld.getPath(SPLocation from, SPLocation to)
          Finds path between navpoints that are the nearest to "from" / "to" location.
 List<NavPoint> SPStoryWorld.getPath(SPLocation from, SPStoryPlace place)
          Finds shortest path between the nearest navpoint to "from" and the "place", searching all the navpoints that is contained inside the place.
 NavPoint SPStoryPlace.getRandomNavPoint(SPLocation location, double distance)
           
 boolean SPStoryWorld.isInside(SPLocation location, SPStoryPlace place)
          Returns whether 'location' belongs to the 'place'.
 



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