|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SPLocation | |
|---|---|
| cz.cuni.amis.pogamut.ut2004.storyworld.perception | |
| cz.cuni.amis.pogamut.ut2004.storyworld.place | |
| Uses of SPLocation in cz.cuni.amis.pogamut.ut2004.storyworld.perception |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.storyworld.perception with parameters of type SPLocation | |
|---|---|
double |
SPLocation.distance(SPLocation location)
|
| Uses of SPLocation in cz.cuni.amis.pogamut.ut2004.storyworld.place |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.storyworld.place that return SPLocation | |
|---|---|
SPLocation |
SPStoryPlace.getCenter()
|
| Methods in cz.cuni.amis.pogamut.ut2004.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'. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||