|
Blender V5.0
|
#include <BLI_boxpack_2d.h>
Public Attributes | |
| float | x |
| float | y |
| float | w |
| float | h |
| struct BoxVert * | v [4] |
| int | index |
Definition at line 17 of file BLI_boxpack_2d.h.
| float BoxPack::h |
Definition at line 21 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d(), box_area(), box_ymax_set(), box_ymin_set(), boxPack_FromPyObject(), and blender::geometry::pack_island_box_pack_2d().
| int BoxPack::index |
Definition at line 27 of file BLI_boxpack_2d.h.
Referenced by boxPack_FromPyObject(), and boxPack_ToPyObject().
| struct BoxVert* BoxPack::v[4] |
Definition at line 25 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d(), box_v34x_update(), box_v34y_update(), box_xmax_get(), box_xmax_set(), box_xmin_get(), box_xmin_set(), box_ymax_get(), box_ymax_set(), box_ymin_get(), and box_ymin_set().
| float BoxPack::w |
Definition at line 20 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d(), box_area(), box_xmax_set(), box_xmin_set(), boxPack_FromPyObject(), and blender::geometry::pack_island_box_pack_2d().
| float BoxPack::x |
Definition at line 18 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d(), boxPack_ToPyObject(), and blender::geometry::pack_island_box_pack_2d().
| float BoxPack::y |
Definition at line 19 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d(), boxPack_ToPyObject(), and blender::geometry::pack_island_box_pack_2d().