Hi guys,
I want to distribute randomly nine quads on a board but
they cannot be touch one another and will better if have a minimum distance between them. I thought in put them on a board that will divided into squares to allow the exact location of parts, for example: a square occupied one square (logically), a rectangle = 3 or 4 squares, trapezium = 02 squares, etc. In this case I have to use an array or just a grid? Could anyone give me some tips on how to do this, especially if you have to use array? thank you