Skip to main content

include/gleamscad_Square.hrl

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