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

Public Attributes

BoxVertvertarray
 
float box_width
 
float box_height
 

Detailed Description

Definition at line 222 of file boxpack_2d.c.

Member Data Documentation

◆ box_height

float VertSortContext::box_height

Definition at line 224 of file boxpack_2d.c.

Referenced by BLI_box_pack_2d(), and vertex_sort().

◆ box_width

float VertSortContext::box_width

Definition at line 224 of file boxpack_2d.c.

Referenced by BLI_box_pack_2d(), and vertex_sort().

◆ vertarray

BoxVert* VertSortContext::vertarray

Definition at line 223 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: