| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.storyworld.perception | |
| cz.cuni.amis.pogamut.ut2004.storyworld.place |
| Modifier and Type | Method and Description |
|---|---|
double |
SPLocation.distance(SPLocation location) |
| Modifier and Type | Method and Description |
|---|---|
SPLocation |
SPStoryPlace.getCenter() |
| Modifier and Type | Method and Description |
|---|---|
Set<SPStoryPlaceBase> |
SPStoryWorld.at(SPLocation location)
Nearest navpoint must be max "NEAR" far.
|
NavPoint |
SPStoryWorld.getFurthestNavPoint(SPLocation location) |
NavPoint |
SPStoryPlace.getFurthestNavPoint(SPLocation location) |
Map<NavPoint,Double> |
SPStoryPlace.getNavPointDistances(SPLocation location) |
Map<Double,NavPoint> |
SPStoryPlace.getNavPointDistancesSwapped(SPLocation location) |
NavPoint |
SPStoryWorld.getNearestNavPoint(SPLocation location) |
NavPoint |
SPStoryPlace.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 © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.