cz.cuni.amis.pogamut.base.utils.math
Interface DistanceUtils.IGetDistance<T>

Package class diagram package DistanceUtils.IGetDistance
Type Parameters:
T -
All Known Implementing Classes:
DistanceUtils.GetLocatedDistance2D, DistanceUtils.GetLocatedDistance3D
Enclosing class:
DistanceUtils

public static interface DistanceUtils.IGetDistance<T>

Distance estimator between object of types T and some Location target.

Author:
Jimmy

Method Summary
 double getDistance(T object, ILocated target)
           
 

Method Detail

getDistance

double getDistance(T object,
                   ILocated target)


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