Skip to main content
Tweeted twitter.com/#!/StackGameDev/status/597978693923901440
deleted 21 characters in body; edited tags; edited title
Source Link
House
  • 73.5k
  • 17
  • 188
  • 276

Any Efficient Packing Algorithm What is an efficient packing algorithm for Rectangle of same size insidepacking rectangles into a Polygonpolygon?

Let say I have a Polygon. Now inside this polygon, I need to put as many rectangle of same size as possible inside a polygon. AlgorithmThe algorithm can put rectanglerectangles in different orientation(angle). But they cannot overlap. I am searching this from various days. Please help me.enter image description here This is image is an example of the end result: image of rectangles inside larger rectangle

Any Efficient Packing Algorithm for Rectangle of same size inside a Polygon

Let say I have a Polygon. Now inside this polygon, I need to put as many rectangle of same size as possible. Algorithm can put rectangle in different orientation(angle). But they cannot overlap. I am searching this from various days. Please help me.enter image description here

What is an efficient packing algorithm for packing rectangles into a polygon?

I need to put as many rectangle of same size as possible inside a polygon. The algorithm can put rectangles in different orientation(angle). But they cannot overlap. This is image is an example of the end result: image of rectangles inside larger rectangle

Source Link

Any Efficient Packing Algorithm for Rectangle of same size inside a Polygon

Let say I have a Polygon. Now inside this polygon, I need to put as many rectangle of same size as possible. Algorithm can put rectangle in different orientation(angle). But they cannot overlap. I am searching this from various days. Please help me.enter image description here