Package georegression.geometry
Class PolygonInfo
java.lang.Object
georegression.geometry.PolygonInfo
Different classifications of polygons
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionboolean
true if polygon is counter-clock-wise.What type of polygon it is. -
Constructor Summary
-
Method Summary
-
Field Details
-
type
What type of polygon it is. -
ccw
public boolean ccwtrue 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()
-