java.lang.Object
com.treemap.swing.fastvoronoi.convexhull.Face
com.treemap.swing.fastvoronoi.convexhull.Edge

public class Edge extends Face
An edge of a 3D polytope. Edges are connected to each other to form a doubly-connected edge list (DCEL).
  • Constructor Details

  • Method Details

    • getFacet

      public Facet getFacet()
    • getNext

      public Edge getNext()
    • setNext

      public void setNext(Edge next)
    • getPrev

      public Edge getPrev()
    • setPrev

      public void setPrev(Edge prev)
    • getTwin

      public Edge getTwin()
    • setTwin

      public void setTwin(Edge twin)
    • getSource

      public Vertex getSource()
    • getDest

      public Vertex getDest()
    • onHorizon

      public boolean onHorizon()
    • findHorizon

      public void findHorizon(List horizon)
    • matches

      public boolean matches(Vertex a, Vertex b)