|
Blender
V3.3
|
Public Attributes | |
| float | x |
| float | y |
| int | free: 8 |
| uint | used: 1 |
| uint | _pad: 23 |
| uint | index |
| struct BoxPack * | trb |
| struct BoxPack * | blb |
| struct BoxPack * | brb |
| struct BoxPack * | tlb |
| struct BoxPack * | isect_cache [4] |
| float | bias |
| int | _pad2 |
Definition at line 35 of file boxpack_2d.c.
| uint BoxVert::_pad |
Definition at line 41 of file boxpack_2d.c.
| int BoxVert::_pad2 |
Definition at line 55 of file boxpack_2d.c.
| float BoxVert::bias |
Definition at line 54 of file boxpack_2d.c.
| struct BoxPack* BoxVert::blb |
Definition at line 45 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| struct BoxPack* BoxVert::brb |
Definition at line 46 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| int BoxVert::free |
Definition at line 39 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| uint BoxVert::index |
Definition at line 42 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| struct BoxPack* BoxVert::isect_cache[4] |
Definition at line 51 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| struct BoxPack* BoxVert::tlb |
Definition at line 47 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| struct BoxPack* BoxVert::trb |
Definition at line 44 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| uint BoxVert::used |
Definition at line 40 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| float BoxVert::x |
Definition at line 36 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d(), box_v34x_update(), box_xmax_get(), box_xmax_set(), box_xmin_get(), and box_xmin_set().
| float BoxVert::y |
Definition at line 37 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d(), box_v34y_update(), box_ymax_get(), box_ymax_set(), box_ymin_get(), and box_ymin_set().