Uses of Package
cz.cuni.amis.pogamut.base.utils.math

Packages that use cz.cuni.amis.pogamut.base.utils.math
cz.cuni.amis.pogamut.base.utils.math   
 

Classes in cz.cuni.amis.pogamut.base.utils.math used by cz.cuni.amis.pogamut.base.utils.math
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.IBetterRelation
          Relation-ship estimator between two ILocated objects and their distance (or whatever required).
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.RelationCloser
          Prefer "closer" objects to "target"
DistanceUtils.RelationFurther
          Prefer "further" objects to "target"
DistanceUtils.VisibleFilter
          Accepts only VISIBLE (IViewable.isVisible() == TRUE) objects.
 



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