T
- the data type stored in the PRTreepublic interface MBRConverter<T>
Modifier and Type | Method and Description |
---|---|
int |
getDimensions() |
double |
getMax(int axis,
T t)
Get the maximum coordinate value for the given t
|
double |
getMin(int axis,
T t)
Get the minimum coordinate value for the given t.
|
int getDimensions()
double getMin(int axis, T t)
axis
- the axis to get the min value fort
- the object to get the mbr ordinate fordouble getMax(int axis, T t)
axis
- the axis to get the max value fort
- the object to get the mbr ordinate for