Class Delaunator.DelaunatorPoint

  • Enclosing class:
    Delaunator

    class Delaunator.DelaunatorPoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int i  
      (package private) int next  
      (package private) int prev  
      (package private) boolean removed  
      (package private) int t  
      (package private) double x  
      (package private) double y  
    • Constructor Summary

      Constructors 
      Constructor Description
      DelaunatorPoint()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • i

        int i
      • x

        double x
      • y

        double y
      • t

        int t
      • prev

        int prev
      • next

        int next
      • removed

        boolean removed
    • Constructor Detail

      • DelaunatorPoint

        DelaunatorPoint()