fdubath.entrelacs
Class Vertex

java.lang.Object
  extended by fdubath.entrelacs.Vertex
Direct Known Subclasses:
IntersectionVertex, VertexOnIdentifiedBorder, VertexOnMirorBorder

public class Vertex
extends java.lang.Object

The Vertex is a point in the Backgroung Geometry Zone.


Method Summary
 double getPositionX()
          Getter for the horizontal position.
 double getPositionY()
          Getter for the vertical position.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPositionX

public double getPositionX()
Getter for the horizontal position.

Returns:
the horizontal position of the Vertex;

getPositionY

public double getPositionY()
Getter for the vertical position.

Returns:
the vertical position of the Vertex;