|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectPathPlan.Discretizer.Point
public class Discretizer.Point
A point which has corresponding coordinates in the discrete and continuous worlds.
| Field Summary | |
|---|---|
double |
dx
Continuous coordinates. |
double |
dy
Continuous coordinates. |
int |
ix
Discrete coordinates. |
int |
iy
Discrete coordinates. |
| Constructor Summary | |
|---|---|
Discretizer.Point(double x,
double y)
Make a point from its continuous coordinates. |
|
Discretizer.Point(int x,
int y)
Make a point from its discrete coordinates. |
|
| Method Summary | |
|---|---|
void |
setCont(double x,
double y)
Set the continuous coordinates. |
void |
setDisc(int x,
int y)
Set the discrete coordinates. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int ix
public int iy
public double dx
public double dy
| Constructor Detail |
|---|
public Discretizer.Point(int x,
int y)
public Discretizer.Point(double x,
double y)
| Method Detail |
|---|
public void setDisc(int x,
int y)
public void setCont(double x,
double y)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||