Class PolygonInfo

java.lang.Object
georegression.geometry.PolygonInfo

public class PolygonInfo extends Object
Different classifications of polygons
  • Field Details

    • type

      public PolygonInfo.Type type
      What type of polygon it is.
    • ccw

      public boolean ccw
      true if polygon is counter-clock-wise. if complex then this parameter has no meaning
  • Constructor Details

    • PolygonInfo

      public PolygonInfo()
  • Method Details

    • reset

      public void reset()