Best Fit for 2-D Shapes in Larger Shape?

KBean
Messages
1
Reaction score
0
Hi, my first post here and I'm not sure I'm in the right place or that I use the proper terms so please bear with me.

I'm a programmer by trade, and I'm working on a project whereby I need to arrive at the best fit for a set of 2-D shapes fitting within a larger shape. Mostly we're dealing with rectangles fitting within a larger rectangle. Is there a generally accepted set of equations for doing this?
 
Physics news on Phys.org
KBean said:
Hi, my first post here and I'm not sure I'm in the right place or that I use the proper terms so please bear with me.

I'm a programmer by trade, and I'm working on a project whereby I need to arrive at the best fit for a set of 2-D shapes fitting within a larger shape. Mostly we're dealing with rectangles fitting within a larger rectangle. Is there a generally accepted set of equations for doing this?

there probably is but why not do it by simulation?
 
Back
Top