|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface VirtualLine.From
An intermediate class containing only the start position of the virtual line. The goal position must be added to construct a complete virtual line.
| Method Summary | |
|---|---|
VirtualLine |
to(double x,
double y)
Continues constructing a line by passing a goal position. |
VirtualLine |
to(com.kuka.nav.Position goal)
Continues constructing a line by passing a goal position. |
| Method Detail |
|---|
VirtualLine to(double x,
double y)
x - x-coordinate of the goaly - y-coordinate of the goal
VirtualLine to(com.kuka.nav.Position goal)
goal - the goal position
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||