Class Delaunator.DelaunatorPoint

java.lang.Object
gov.nih.mipav.model.structures.Delaunator.DelaunatorPoint
Enclosing class:
Delaunator

class Delaunator.DelaunatorPoint extends Object
  • Field Details

    • i

      int i
    • x

      double x
    • y

      double y
    • t

      int t
    • prev

      int prev
    • next

      int next
    • removed

      boolean removed
  • Constructor Details

    • DelaunatorPoint

      DelaunatorPoint()