|
Blender
V2.93
|
#include <BLI_boxpack_2d.h>
Public Attributes | |
| float | x |
| float | y |
| float | w |
| float | h |
| struct BoxVert * | v [4] |
| int | index |
Definition at line 34 of file BLI_boxpack_2d.h.
| float BoxPack::h |
Definition at line 38 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d(), box_area(), box_ymax_set(), box_ymin_set(), boxPack_FromPyObject(), ED_uvedit_pack_islands_multi(), and param_pack().
| int BoxPack::index |
Definition at line 44 of file BLI_boxpack_2d.h.
Referenced by boxPack_FromPyObject(), boxPack_ToPyObject(), ED_uvedit_pack_islands_multi(), and param_pack().
| struct BoxVert* BoxPack::v[4] |
Definition at line 42 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 37 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d(), box_area(), box_xmax_set(), box_xmin_set(), boxPack_FromPyObject(), ED_uvedit_pack_islands_multi(), and param_pack().
| float BoxPack::x |
Definition at line 35 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d(), boxPack_ToPyObject(), ED_uvedit_pack_islands_multi(), and param_pack().
| float BoxPack::y |
Definition at line 36 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d(), boxPack_ToPyObject(), ED_uvedit_pack_islands_multi(), and param_pack().