|
Blender V4.3
|
Public Attributes | |
| float | x |
| float | y |
| int | free: 8 |
| uint | used: 1 |
| uint | _pad: 23 |
| uint | index |
| BoxPack * | trb |
| BoxPack * | blb |
| BoxPack * | brb |
| BoxPack * | tlb |
| BoxPack * | isect_cache [4] |
| float | bias |
| int | _pad2 |
Definition at line 37 of file boxpack_2d.c.
| uint BoxVert::_pad |
Definition at line 43 of file boxpack_2d.c.
| int BoxVert::_pad2 |
Definition at line 57 of file boxpack_2d.c.
| float BoxVert::bias |
Definition at line 56 of file boxpack_2d.c.
Referenced by vertex_sort().
| BoxPack* BoxVert::blb |
Definition at line 47 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| BoxPack* BoxVert::brb |
Definition at line 48 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| int BoxVert::free |
Definition at line 41 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d(), and vertex_sort().
| uint BoxVert::index |
Definition at line 44 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| BoxPack* BoxVert::isect_cache[4] |
Definition at line 53 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| BoxPack* BoxVert::tlb |
Definition at line 49 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| BoxPack* BoxVert::trb |
Definition at line 46 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| uint BoxVert::used |
Definition at line 42 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d().
| float BoxVert::x |
Definition at line 38 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d(), and vertex_sort().
| float BoxVert::y |
Definition at line 39 of file boxpack_2d.c.
Referenced by BLI_box_pack_2d(), and vertex_sort().