JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.anwiba.spatial.geometry.operator
Interface IEnvelopeConverter<T>
public interface
IEnvelopeConverter<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getDimensions
()
double
getMax
(int axis,
T
t)
double
getMin
(int axis,
T
t)
Method Details
getDimensions
int
getDimensions
()
getMin
double
getMin
(int axis,
T
t)
getMax
double
getMax
(int axis,
T
t)