T - the data type to calculate distances topublic interface DistanceCalculator<T>
| 限定符和类型 | 方法和说明 |
|---|---|
double |
distanceTo(T t,
PointND p)
Calculate the distance between the given object and the point
|
Copyright © 2017. All rights reserved.