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

#include <BLI_sort_utils.h>

Public Attributes

float sort_value
 
voiddata
 

Detailed Description

Note
keep sort_value first, so cmp functions can be reused.

Definition at line 18 of file BLI_sort_utils.h.

Member Data Documentation

◆ data

void* SortPtrByFloat::data

Definition at line 20 of file BLI_sort_utils.h.

Referenced by bmo_join_triangles_exec(), and edbm_fill_grid_prepare().

◆ sort_value

float SortPtrByFloat::sort_value

Definition at line 19 of file BLI_sort_utils.h.

Referenced by bmo_join_triangles_exec(), and edbm_fill_grid_prepare().


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