|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectPathPlan.Discretizer.Rectangle
public class Discretizer.Rectangle
A rectangle which has corresponding coordinates in the discrete and continuous worlds.
| Field Summary | |
|---|---|
double |
dxmax
Continuous coordinates. |
double |
dxmin
Continuous coordinates. |
double |
dymax
Continuous coordinates. |
double |
dymin
Continuous coordinates. |
int |
ixmax
Integer coordinates. |
int |
ixmin
Integer coordinates. |
int |
iymax
Integer coordinates. |
int |
iymin
Integer coordinates. |
| Constructor Summary | |
|---|---|
Discretizer.Rectangle(double xmin,
double ymin,
double xmax,
double ymax)
Make a Rectangle from its continuous coordinates. |
|
Discretizer.Rectangle(int xmin,
int ymin,
int xmax,
int ymax)
Make a Rectangle from its discrete coordinates. |
|
| Method Summary | |
|---|---|
void |
checkOrder()
Check to make sure coordinates are in correct order |
java.lang.String |
toString()
Printable representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int ixmin
public int ixmax
public int iymin
public int iymax
public double dxmin
public double dxmax
public double dymin
public double dymax
| Constructor Detail |
|---|
public Discretizer.Rectangle(int xmin,
int ymin,
int xmax,
int ymax)
public Discretizer.Rectangle(double xmin,
double ymin,
double xmax,
double ymax)
| Method Detail |
|---|
public void checkOrder()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||