feat: table-height
This commit is contained in:
6
table-height/table_height.py
Normal file
6
table-height/table_height.py
Normal file
@@ -0,0 +1,6 @@
|
||||
body_height = 175
|
||||
|
||||
table_height = body_height / 2.5
|
||||
seat_height = body_height / 3.72
|
||||
|
||||
# -> seat_height = 100/372 * (table_height * 5/2)
|
||||
Reference in New Issue
Block a user