Golden rule calculator, Fibonacci
I quite often use the golden rule for making projects and have found these formulas useful . When I want a certain size, and have one dimension (Width, Height or Length) I'm going for, I can plug that number in which will drive the other dimensions needed. Putting this into a spreadsheet makes it a piece of cake!
Known dimension = H, W or L
HEIGHT = H, Width = H x 1.628, Length = H x 1.628Ă—1.628
WIDTH = W, Length = W x 1.628, Height = W / 1.628
LENGTH = L, Height = L/1.628, Width = (L/1.628)/1.628
I quite often use the golden rule for making projects and have found these formulas useful . When I want a certain size, and have one dimension (Width, Height or Length) I'm going for, I can plug that number in which will drive the other dimensions needed. Putting this into a spreadsheet makes it a piece of cake!
Known dimension = H, W or L
HEIGHT = H, Width = H x 1.628, Length = H x 1.628Ă—1.628
WIDTH = W, Length = W x 1.628, Height = W / 1.628
LENGTH = L, Height = L/1.628, Width = (L/1.628)/1.628