Uses of Class
net.runelite.api.geometry.SimplePolygon
- 
Packages that use SimplePolygon Package Description net.runelite.api.geometry net.runelite.api.model 
- 
- 
Uses of SimplePolygon in net.runelite.api.geometryMethods in net.runelite.api.geometry that return types with arguments of type SimplePolygon Modifier and Type Method Description static Shapes<SimplePolygon>RectangleUnion. union(List<RectangleUnion.Rectangle> lefts)Returns a polygon representing the union of all of the passed rectangles.Methods in net.runelite.api.geometry with parameters of type SimplePolygon Modifier and Type Method Description voidSimplePolygon. appendTo(SimplePolygon other)voidSimplePolygon. intersectWithConvex(SimplePolygon convex)Clips the polygon with the passed convex polygon
- 
Uses of SimplePolygon in net.runelite.api.modelMethods in net.runelite.api.model that return SimplePolygon Modifier and Type Method Description static SimplePolygonJarvis. convexHull(int[] xs, int[] ys)Computes and returns the convex hull of the passed points.
 
-