Class delaunay.Point

  • Enclosing class:
    delaunay

    class delaunay.Point
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float x  
      (package private) float y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Point()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        float x
      • y

        float y
    • Constructor Detail

      • Point

        Point()