public class Extent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
xmax |
double |
xmin |
double |
ymax |
double |
ymin |
Constructor and Description |
---|
Extent(double xmin,
double ymin,
double xmax,
double ymax) |
Modifier and Type | Method and Description |
---|---|
Extent |
union(Extent extend)
return a new extend which is the union of this extend and the passed
parameter
|