|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPunto
Snodo
public class Snodo
Punto di snodo, cioe' punto di giunzione tra due segmenti di una via. Non e' altro che un punto, ma in una implementazione piu' sofisticata potrebbe contenere anche informazioni aggiuntive.
Field Summary |
---|
Fields inherited from class Punto |
---|
DESTRA, IN_LINEA, SINISTRA, x, y |
Constructor Summary | |
---|---|
Snodo(double xx,
double yy)
Construisce uno snodo date due coordinate. |
Method Summary |
---|
Methods inherited from class Punto |
---|
moltiplica, normale, normalizza, somma, svolta, uguali |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Snodo(double xx, double yy)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |