Uses of Class
org.seamcat.model.geometry.Polygon2D
-
Packages that use Polygon2D Package Description org.seamcat.model.geometry org.seamcat.model.plugin.system -
-
Uses of Polygon2D in org.seamcat.model.geometry
Methods in org.seamcat.model.geometry that return Polygon2D Modifier and Type Method Description static Polygon2D
PolygonUtil. add(Bounds rectangleX, Bounds rectangleY, Polygon2D polygon)
Add a rectangle and a polygon togetherstatic Polygon2D
PolygonUtil. convertCircle(double radius, double turnAngle, int edgeCount)
static Polygon2D
PolygonUtil. convertCircle(double radius, double turnAngle, int edgeCount, Bounds angles)
Restrict the circle with given radius into a convex polygon with the given number of edges.static Polygon2D
InnerPlacementBoundaryCalculator. innerPlacementBoundary(Polygon2D outer, Polygon2D inner)
Calculates the boundary for placing the inner polygon within the outer polygon.static Polygon2D
Polygon2D. of(double... pointCoords)
Polygon2D
Polygon2D. translate(Vector2D v)
Methods in org.seamcat.model.geometry with parameters of type Polygon2D Modifier and Type Method Description static Polygon2D
PolygonUtil. add(Bounds rectangleX, Bounds rectangleY, Polygon2D polygon)
Add a rectangle and a polygon togetherprotected static Point2D
PolygonUtil. find(Polygon2D polygon, org.seamcat.model.geometry.PolygonUtil.PointCompare primary, org.seamcat.model.geometry.PolygonUtil.PointCompare secondary)
static Point2D
PolygonUtil. getRandomPointInside(Polygon2D polygon)
static Polygon2D
InnerPlacementBoundaryCalculator. innerPlacementBoundary(Polygon2D outer, Polygon2D inner)
Calculates the boundary for placing the inner polygon within the outer polygon.protected static java.util.Map<org.seamcat.model.geometry.PolygonUtil.Orientation,java.util.List<Point2D>>
PolygonUtil. map(Polygon2D polygon)
-
Uses of Polygon2D in org.seamcat.model.plugin.system
Methods in org.seamcat.model.plugin.system that return Polygon2D Modifier and Type Method Description Polygon2D
Space. getSpace()
Constructors in org.seamcat.model.plugin.system with parameters of type Polygon2D Constructor Description Space(Polygon2D space, boolean isRx, SectorProperty... properties)
-