Uses of Class
georegression.geometry.PolygonInfo
-
Uses of PolygonInfo in georegression.geometry
Modifier and TypeMethodDescriptionstatic PolygonInfo
UtilPolygons2D_F32.isSimple
(Polygon2D_F32 p, @Nullable PolygonInfo result, float tol) Checks to see if a polygon is simple or not, see [1].static PolygonInfo
UtilPolygons2D_F64.isSimple
(Polygon2D_F64 p, @Nullable PolygonInfo result, double tol) Checks to see if a polygon is simple or not, see [1].Modifier and TypeMethodDescriptionstatic PolygonInfo
UtilPolygons2D_F32.isSimple
(Polygon2D_F32 p, @Nullable PolygonInfo result, float tol) Checks to see if a polygon is simple or not, see [1].static PolygonInfo
UtilPolygons2D_F64.isSimple
(Polygon2D_F64 p, @Nullable PolygonInfo result, double tol) Checks to see if a polygon is simple or not, see [1].