| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.base.utils.math |
| Class and Description |
|---|
| DistanceUtils.AcceptAllDistanceFilter
Filter that accepts all "objects" (does not filter anything out).
|
| DistanceUtils.GetLocatedDistance2D
Simple implementation of
DistanceUtils.IGetDistance that uses Location.getDistance2D(Location) method. |
| DistanceUtils.GetLocatedDistance3D
Simple implementation of
DistanceUtils.IGetDistance that uses Location.getDistance(Location) method. |
| DistanceUtils.IDistanceFilter
Filter that allows to check whether "object" is accepted with respect to "distanceToTarget" for given "target".
|
| DistanceUtils.IGetDistance
Distance estimator between object of types T and some
Location target. |
| DistanceUtils.VisibleFilter
Accepts only VISIBLE (
IViewable.isVisible() == TRUE) objects. |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.