Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
struct | boxPack |
Typedefs | |
typedef struct boxPack | boxPack |
Functions | |
void | boxPack2D (boxPack *boxarray, const int len, float *tot_width, float *tot_height) |
Definition in file BLI_boxpack2d.h.
void boxPack2D | ( | boxPack * | boxarray, |
const int | len, | ||
float * | tot_width, | ||
float * | tot_height | ||
) |
Definition at line 154 of file boxpack2d.c.
References BL, boxVert::blb, BLF, box_areasort(), box_height, box_width, BOXBOTTOM, BOXINTERSECT, BOXLEFT, BOXRIGHT, BOXTOP, BR, boxVert::brb, BRF, CORNERFLAGS, boxVert::free, boxPack::h, i, boxVert::index, boxVert::isect_cache, len(), MAX2, MEM_freeN(), MEM_mallocN(), NULL, SET_BOXBOTTOM, SET_BOXLEFT, SET_BOXRIGHT, SET_BOXTOP, TL, boxVert::tlb, TLF, TR, boxVert::trb, TRF, boxPack::v, vertex_sort(), boxPack::w, boxVert::x, boxPack::x, boxVert::y, and boxPack::y.
Referenced by M_Geometry_box_pack_2d(), and param_pack().