Blender V4.3
BoxPack Struct Reference

#include <BLI_boxpack_2d.h>

Public Attributes

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

Detailed Description

Definition at line 19 of file BLI_boxpack_2d.h.

Member Data Documentation

◆ h

float BoxPack::h

Definition at line 23 of file BLI_boxpack_2d.h.

Referenced by BLI_box_pack_2d().

◆ index

int BoxPack::index

Definition at line 29 of file BLI_boxpack_2d.h.

◆ v

struct BoxVert* BoxPack::v[4]

Definition at line 27 of file BLI_boxpack_2d.h.

Referenced by BLI_box_pack_2d().

◆ w

float BoxPack::w

Definition at line 22 of file BLI_boxpack_2d.h.

Referenced by BLI_box_pack_2d(), and blender::geometry::pack_island_box_pack_2d().

◆ x

float BoxPack::x

Definition at line 20 of file BLI_boxpack_2d.h.

◆ y

float BoxPack::y

Definition at line 21 of file BLI_boxpack_2d.h.


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