|
Blender
V2.93
|
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 49 of file boxpack_2d.c.
| uint BoxVert::_pad |
Definition at line 55 of file boxpack_2d.c.
| int BoxVert::_pad2 |
Definition at line 69 of file boxpack_2d.c.
| float BoxVert::bias |
Definition at line 68 of file boxpack_2d.c.
| struct BoxPack* BoxVert::blb |
Definition at line 59 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| struct BoxPack* BoxVert::brb |
Definition at line 60 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| int BoxVert::free |
Definition at line 53 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| uint BoxVert::index |
Definition at line 56 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| struct BoxPack* BoxVert::isect_cache[4] |
Definition at line 65 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| struct BoxPack* BoxVert::tlb |
Definition at line 61 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| struct BoxPack* BoxVert::trb |
Definition at line 58 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| uint BoxVert::used |
Definition at line 54 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| float BoxVert::x |
Definition at line 50 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 51 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().