public class Envelope extends Object
| Constructor and Description |
|---|
Envelope(double minX,
double minY,
double maxX,
double maxY) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMaxX() |
double |
getMaxY() |
double |
getMinX() |
double |
getMinY() |
boolean |
intersects(Envelope other) |
public double getMinX()
public double getMinY()
public double getMaxX()
public double getMaxY()
public boolean intersects(Envelope other)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.