Class Tuple3ID

java.lang.Object
com.treemap.swing.originalfastvoronoi.Tuple3ID

public class Tuple3ID extends Object
Stores a triple where the first entry is an integer (e.g. node id), the second and third a double value (e.g. x and y coordinates)
  • Field Details

    • id

      public int id
    • valueX

      public double valueX
    • valueY

      public double valueY
  • Constructor Details

    • Tuple3ID

      public Tuple3ID(int id, double valueX, double valueY)