Package org.khelekore.prtree
Interface PointND
-
- All Known Implementing Classes:
SimplePointND
public interface PointND
A description of an N-dimensional point
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDimensions()
double
getOrd(int axis)
-