Class Tessellator.Node

  • Enclosing class:
    Tessellator

    protected static class Tessellator.Node
    extends Object
    Circular Doubly-linked list used for polygon coordinates
    • Constructor Detail

      • Node

        protected Node​(double[] x,
                       double[] y,
                       int index,
                       int vertexIndex,
                       boolean isGeo)
    • Method Detail

      • getX

        public final double getX()
        get the x value
      • getY

        public final double getY()
        get the y value