Class Snodo

java.lang.Object
  extended by Punto
      extended by Snodo

public class Snodo
extends Punto

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

Snodo

public Snodo(double xx,
             double yy)
Construisce uno snodo date due coordinate.