-
Field Summary 
Fields
private int
private final double
private final double
private final double
private final double
-
Constructor Summary 
Constructors
RectHV(double xmin,
double ymin,
double xmax,
double ymax)
-
Method Summary 
boolean
double
double
void
boolean
int
double
boolean
double
double
double
double
double
-
Field Details 
-
xmin 
private final double xmin
-
ymin 
private final double ymin
-
xmax 
private final double xmax
-
ymax 
private final double ymax
-
hashCode 
-
Constructor Details 
-
RectHV 
public RectHV(double xmin,
double ymin,
double xmax,
double ymax)
-
Method Details 
-
xmin 
-
ymin 
-
xmax 
-
ymax 
-
width 
-
height 
-
intersects 
-
draw 
-
distanceTo 
-
distanceSquaredTo 
-
contains 
-
-
-