Uses of Class
georegression.geometry.PolygonInfo
Packages that use PolygonInfo
-
Uses of PolygonInfo in georegression.geometry
Methods in georegression.geometry that return PolygonInfoModifier 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].Methods in georegression.geometry with parameters of type PolygonInfoModifier 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].