Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
RegionAddRect you can combine rects.It is not possible to test if a location is inside a region.
IsPointInRegion()
This is a problem that even plagued StarCraft II and its developers many years after WarCraft III. How does one get a fair random point from a collection of odd shapes efficiently?There is not a native function for getting a random location within a region though. So you may have some fun finding a suitable algorithm. You will probably store the added rects/cells in an own structure in order to keep track of them.