Blender  V3.3
Public Attributes | List of all members
BoxVert Struct Reference

Public Attributes

float x
 
float y
 
int free: 8
 
uint used: 1
 
uint _pad: 23
 
uint index
 
struct BoxPacktrb
 
struct BoxPackblb
 
struct BoxPackbrb
 
struct BoxPacktlb
 
struct BoxPackisect_cache [4]
 
float bias
 
int _pad2
 

Detailed Description

Definition at line 35 of file boxpack_2d.c.

Member Data Documentation

◆ _pad

uint BoxVert::_pad

Definition at line 41 of file boxpack_2d.c.

◆ _pad2

int BoxVert::_pad2

Definition at line 55 of file boxpack_2d.c.

◆ bias

float BoxVert::bias

Definition at line 54 of file boxpack_2d.c.

◆ blb

struct BoxPack* BoxVert::blb

Definition at line 45 of file boxpack_2d.c.

Referenced by BLI_box_pack_2d().

◆ brb

struct BoxPack* BoxVert::brb

Definition at line 46 of file boxpack_2d.c.

Referenced by BLI_box_pack_2d().

◆ free

int BoxVert::free

Definition at line 39 of file boxpack_2d.c.

Referenced by BLI_box_pack_2d().

◆ index

uint BoxVert::index

Definition at line 42 of file boxpack_2d.c.

Referenced by BLI_box_pack_2d().

◆ isect_cache

struct BoxPack* BoxVert::isect_cache[4]

Definition at line 51 of file boxpack_2d.c.

Referenced by BLI_box_pack_2d().

◆ tlb

struct BoxPack* BoxVert::tlb

Definition at line 47 of file boxpack_2d.c.

Referenced by BLI_box_pack_2d().

◆ trb

struct BoxPack* BoxVert::trb

Definition at line 44 of file boxpack_2d.c.

Referenced by BLI_box_pack_2d().

◆ used

uint BoxVert::used

Definition at line 40 of file boxpack_2d.c.

Referenced by BLI_box_pack_2d().

◆ x

float BoxVert::x

◆ y

float BoxVert::y

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