![]() |
Blender V2.61 - r43446
|
#include <BLI_boxpack2d.h>
Public Attributes | |
| float | x |
| float | y |
| float | w |
| float | h |
| int | index |
| struct boxVert * | v [4] |
Definition at line 37 of file BLI_boxpack2d.h.
| float boxPack::h |
Definition at line 41 of file BLI_boxpack2d.h.
Referenced by boxPack2D(), boxPack_FromPyObject(), and param_pack().
| int boxPack::index |
Definition at line 42 of file BLI_boxpack2d.h.
Referenced by boxPack_FromPyObject(), boxPack_ToPyObject(), and param_pack().
| struct boxVert* boxPack::v[4] |
Definition at line 46 of file BLI_boxpack2d.h.
Referenced by boxPack2D().
| float boxPack::w |
Definition at line 40 of file BLI_boxpack2d.h.
Referenced by boxPack2D(), boxPack_FromPyObject(), and param_pack().
| float boxPack::x |
Definition at line 38 of file BLI_boxpack2d.h.
Referenced by boxPack2D(), boxPack_ToPyObject(), and param_pack().
| float boxPack::y |
Definition at line 39 of file BLI_boxpack2d.h.
Referenced by boxPack2D(), boxPack_ToPyObject(), and param_pack().