Blender V4.3
VertSortContext Struct Reference

Public Attributes

BoxVertvertarray
 
float box_width
 
float box_height
 

Detailed Description

Definition at line 224 of file boxpack_2d.c.

Member Data Documentation

◆ box_height

float VertSortContext::box_height

Definition at line 226 of file boxpack_2d.c.

Referenced by BLI_box_pack_2d(), and vertex_sort().

◆ box_width

float VertSortContext::box_width

Definition at line 226 of file boxpack_2d.c.

Referenced by BLI_box_pack_2d(), and vertex_sort().

◆ vertarray

BoxVert* VertSortContext::vertarray

Definition at line 225 of file boxpack_2d.c.

Referenced by BLI_box_pack_2d(), and vertex_sort().


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