include/gleamscad_Square.hrl
-record(square, {
width :: float(),
height :: float(),
center :: gleamscad:centered_or_not()
}).
-record(square, {
width :: float(),
height :: float(),
center :: gleamscad:centered_or_not()
}).