Package net.runelite.api.geometry
Class RectangleUnion
- java.lang.Object
-
- net.runelite.api.geometry.RectangleUnion
-
public class RectangleUnion extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RectangleUnion.Rectangle
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Shapes<SimplePolygon>
union(java.util.List<RectangleUnion.Rectangle> lefts)
Returns a polygon representing the union of all of the passed rectangles.
-
-
-
Method Detail
-
union
@Nullable public static Shapes<SimplePolygon> union(java.util.List<RectangleUnion.Rectangle> lefts)
Returns a polygon representing the union of all of the passed rectangles. the passed List will be modified
-
-