Blender V5.0
BoxVert Struct Reference

Public Attributes

float x
float y
int free
bool used
uint index
float bias
BoxPacktrb
BoxPackblb
BoxPackbrb
BoxPacktlb
BoxPackisect_cache [4]

Detailed Description

Definition at line 34 of file boxpack_2d.cc.

Member Data Documentation

◆ bias

float BoxVert::bias

Definition at line 43 of file boxpack_2d.cc.

Referenced by vertex_sort().

◆ blb

BoxPack* BoxVert::blb

Definition at line 47 of file boxpack_2d.cc.

Referenced by BLI_box_pack_2d().

◆ brb

BoxPack* BoxVert::brb

Definition at line 48 of file boxpack_2d.cc.

Referenced by BLI_box_pack_2d().

◆ free

int BoxVert::free

Definition at line 38 of file boxpack_2d.cc.

Referenced by BLI_box_pack_2d(), and vertex_sort().

◆ index

uint BoxVert::index

Definition at line 40 of file boxpack_2d.cc.

Referenced by BLI_box_pack_2d().

◆ isect_cache

BoxPack* BoxVert::isect_cache[4]

Definition at line 53 of file boxpack_2d.cc.

Referenced by BLI_box_pack_2d().

◆ tlb

BoxPack* BoxVert::tlb

Definition at line 49 of file boxpack_2d.cc.

Referenced by BLI_box_pack_2d().

◆ trb

BoxPack* BoxVert::trb

Definition at line 46 of file boxpack_2d.cc.

Referenced by BLI_box_pack_2d().

◆ used

bool BoxVert::used

Definition at line 39 of file boxpack_2d.cc.

Referenced by BLI_box_pack_2d().

◆ x

◆ y


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