List: discuss@lists.openscad.org
From: Kevin Toppenberg
Re: Fit an rectangle into another rectangle
Thu, Mar 25, 2021 8:35 PM
Has to be a formula, no iterative process/drawing
>> allowed.
>> On 25/03/2021 09:26, bassklampfe wrote:
>>
>> Task is to fit a rectangle with given width 'w' into another rectangle
>> with given size 'a' x 'b', so that all four edges of inner rectangle
>> touches the outer rectangle ( at [x,0],[0,y],[a-x,b],[a,b-y] ).