java.lang.Object
com.treemap.swing.originalfastvoronoi.convexClip.cVertex

public class cVertex extends Object
Container of the VertexList, with prev/next pointer and Point2D as information
  • Field Details

  • Constructor Details

    • cVertex

      public cVertex(double x, double y)
    • cVertex

      public cVertex()
    • cVertex

      public cVertex(Point2D erg)
  • Method Details