Class GeoComplexPolygon.FullLinearCrossingEdgeIterator

    • Field Detail

      • plane

        private final Plane plane
      • abovePlane

        private final Plane abovePlane
      • belowPlane

        private final Plane belowPlane
      • thePointX

        private final double thePointX
      • thePointY

        private final double thePointY
      • thePointZ

        private final double thePointZ
      • onEdge

        private boolean onEdge
      • aboveCrossingCount

        private int aboveCrossingCount
      • belowCrossingCount

        private int belowCrossingCount
    • Constructor Detail

      • FullLinearCrossingEdgeIterator

        public FullLinearCrossingEdgeIterator​(GeoPoint testPoint,
                                              Plane plane,
                                              Plane abovePlane,
                                              Plane belowPlane,
                                              double thePointX,
                                              double thePointY,
                                              double thePointZ)