I have a given irregular polygon (here L shape and can be of any shape) composed of polygon in 2d.
i need to draw multiple grounds inside it so that they should not overlap each other, and also should not fall/intersect on or outside the boundary of L shape.
How can i determine if a inner ground is falling outside the outside mesh (L shape).
