Class SimplifyPolygons.PPoint

  • All Implemented Interfaces:
    com.goebl.simplify.Point
    Enclosing class:
    SimplifyPolygons

    public static class SimplifyPolygons.PPoint
    extends Object
    implements com.goebl.simplify.Point
    Container class for the simplification.
    • Field Detail

      • m_X

        protected int m_X
      • m_Y

        protected int m_Y
    • Constructor Detail

      • PPoint

        public PPoint​(int x,
                      int y)
    • Method Detail

      • getX

        public double getX()
        Specified by:
        getX in interface com.goebl.simplify.Point
      • getY

        public double getY()
        Specified by:
        getY in interface com.goebl.simplify.Point