Blender V2.61 - r43446
|
Public Attributes | |
float | x |
float | y |
short | free |
struct boxPack * | trb |
struct boxPack * | blb |
struct boxPack * | brb |
struct boxPack * | tlb |
struct boxPack * | isect_cache [4] |
int | index |
Definition at line 37 of file boxpack2d.c.
struct boxPack* boxVert::blb |
Definition at line 43 of file boxpack2d.c.
Referenced by boxPack2D().
struct boxPack* boxVert::brb |
Definition at line 44 of file boxpack2d.c.
Referenced by boxPack2D().
short boxVert::free |
Definition at line 40 of file boxpack2d.c.
Referenced by boxPack2D().
int boxVert::index |
Definition at line 51 of file boxpack2d.c.
Referenced by boxPack2D().
struct boxPack* boxVert::isect_cache[4] |
Definition at line 49 of file boxpack2d.c.
Referenced by boxPack2D().
struct boxPack* boxVert::tlb |
Definition at line 45 of file boxpack2d.c.
Referenced by boxPack2D().
struct boxPack* boxVert::trb |
Definition at line 42 of file boxpack2d.c.
Referenced by boxPack2D().
float boxVert::x |
Definition at line 38 of file boxpack2d.c.
Referenced by boxPack2D(), and vertex_sort().
float boxVert::y |
Definition at line 39 of file boxpack2d.c.
Referenced by boxPack2D(), and vertex_sort().