public class Clipper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
accept |
double |
x0 |
double |
x1 |
double |
xmax |
double |
xmin |
double |
y0 |
double |
y1 |
double |
ymax |
double |
ymin |
| Constructor and Description |
|---|
Clipper() |
| Modifier and Type | Method and Description |
|---|---|
void |
clip(double in_x0,
double in_y0,
double in_x1,
double in_y1) |
void |
setRectangle(double in_xmin,
double in_xmax,
double in_ymin,
double in_ymax) |