dp_rect_pack
1.1.3
Rectangle packing library for C++
|
#include <dp_rect_pack.h>
Public Member Functions | |
Padding (GeomT padding) | |
Construct Padding with the same padding for all sides. More... | |
Padding (GeomT top, GeomT bottom, GeomT left, GeomT right) | |
Public Attributes | |
GeomT | top |
GeomT | bottom |
GeomT | left |
GeomT | right |
|
inlineexplicit |
Construct Padding with the same padding for all sides.
|
inline |
GeomT dp::rect_pack::RectPacker< GeomT >::Padding::bottom |
GeomT dp::rect_pack::RectPacker< GeomT >::Padding::left |
GeomT dp::rect_pack::RectPacker< GeomT >::Padding::right |
GeomT dp::rect_pack::RectPacker< GeomT >::Padding::top |