|
Blender V4.3
|
#include <BLI_boxpack_2d.h>
Public Attributes | |
| float | x |
| float | y |
| float | w |
| float | h |
| struct BoxVert * | v [4] |
| int | index |
Definition at line 19 of file BLI_boxpack_2d.h.
| float BoxPack::h |
Definition at line 23 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d().
| int BoxPack::index |
Definition at line 29 of file BLI_boxpack_2d.h.
| struct BoxVert* BoxPack::v[4] |
Definition at line 27 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d().
| float BoxPack::w |
Definition at line 22 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d(), and blender::geometry::pack_island_box_pack_2d().
| float BoxPack::x |
Definition at line 20 of file BLI_boxpack_2d.h.
| float BoxPack::y |
Definition at line 21 of file BLI_boxpack_2d.h.