Blender V2.61 - r43446
Public Attributes

boxPack Struct Reference

#include <BLI_boxpack2d.h>

List of all members.

Public Attributes

float x
float y
float w
float h
int index
struct boxVertv [4]

Detailed Description

Definition at line 37 of file BLI_boxpack2d.h.


Member Data Documentation

float boxPack::h

Definition at line 41 of file BLI_boxpack2d.h.

Referenced by boxPack2D(), boxPack_FromPyObject(), and param_pack().

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().


The documentation for this struct was generated from the following file: