public class Rectangle
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
double |
x_max |
|
double |
x_min |
|
double |
y_max |
|
double |
y_min |
| Constructor | Description |
|---|---|
Rectangle() |
|
Rectangle(double newXMin,
double newXMax,
double newYMin,
double newYMax) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
contains(Coordinate point) |
|
void |
set(double newXMin,
double newXMax,
double newYMin,
double newYMax) |
public double x_min
public double x_max
public double y_min
public double y_max
public Rectangle()
public Rectangle(double newXMin,
double newXMax,
double newYMin,
double newYMax)
public void set(double newXMin,
double newXMax,
double newYMin,
double newYMax)
public boolean contains(Coordinate point)