|
Blender V5.0
|
Public Attributes | |
| float | x |
| float | y |
| int | free |
| bool | used |
| uint | index |
| float | bias |
| BoxPack * | trb |
| BoxPack * | blb |
| BoxPack * | brb |
| BoxPack * | tlb |
| BoxPack * | isect_cache [4] |
Definition at line 34 of file boxpack_2d.cc.
| float BoxVert::bias |
Definition at line 43 of file boxpack_2d.cc.
Referenced by vertex_sort().
| BoxPack* BoxVert::blb |
Definition at line 47 of file boxpack_2d.cc.
Referenced by BLI_box_pack_2d().
| BoxPack* BoxVert::brb |
Definition at line 48 of file boxpack_2d.cc.
Referenced by BLI_box_pack_2d().
| int BoxVert::free |
Definition at line 38 of file boxpack_2d.cc.
Referenced by BLI_box_pack_2d(), and vertex_sort().
| uint BoxVert::index |
Definition at line 40 of file boxpack_2d.cc.
Referenced by BLI_box_pack_2d().
| BoxPack* BoxVert::isect_cache[4] |
Definition at line 53 of file boxpack_2d.cc.
Referenced by BLI_box_pack_2d().
| BoxPack* BoxVert::tlb |
Definition at line 49 of file boxpack_2d.cc.
Referenced by BLI_box_pack_2d().
| BoxPack* BoxVert::trb |
Definition at line 46 of file boxpack_2d.cc.
Referenced by BLI_box_pack_2d().
| bool BoxVert::used |
Definition at line 39 of file boxpack_2d.cc.
Referenced by BLI_box_pack_2d().
| float BoxVert::x |
Definition at line 35 of file boxpack_2d.cc.
Referenced by BLI_box_pack_2d(), box_v34x_update(), box_xmax_get(), box_xmax_set(), box_xmin_get(), box_xmin_set(), and vertex_sort().
| float BoxVert::y |
Definition at line 36 of file boxpack_2d.cc.
Referenced by BLI_box_pack_2d(), box_v34y_update(), box_ymax_get(), box_ymax_set(), box_ymin_get(), box_ymin_set(), and vertex_sort().