|
Blender
V3.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 18 of file BLI_boxpack_2d.h.
| float BoxPack::h |
Definition at line 22 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 GEO_uv_parametrizer_pack().
| int BoxPack::index |
Definition at line 28 of file BLI_boxpack_2d.h.
Referenced by boxPack_FromPyObject(), boxPack_ToPyObject(), ED_uvedit_pack_islands_multi(), and GEO_uv_parametrizer_pack().
| struct BoxVert* BoxPack::v[4] |
Definition at line 26 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 21 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 GEO_uv_parametrizer_pack().
| float BoxPack::x |
Definition at line 19 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d(), boxPack_ToPyObject(), ED_uvedit_pack_islands_multi(), and GEO_uv_parametrizer_pack().
| float BoxPack::y |
Definition at line 20 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d(), boxPack_ToPyObject(), ED_uvedit_pack_islands_multi(), and GEO_uv_parametrizer_pack().