Blender V4.3
KDTreeNode2D Struct Reference

Public Attributes

uint32_t neg
 
uint32_t pos
 
uint32_t index
 
axis_t axis
 
uint16_t flag
 
uint32_t parent
 

Detailed Description

Definition at line 94 of file polyfill_2d.c.

Member Data Documentation

◆ axis

axis_t KDTreeNode2D::axis

Definition at line 97 of file polyfill_2d.c.

◆ flag

uint16_t KDTreeNode2D::flag

Definition at line 98 of file polyfill_2d.c.

Referenced by kdtree2d_node_remove().

◆ index

uint32_t KDTreeNode2D::index

Definition at line 96 of file polyfill_2d.c.

◆ neg

uint32_t KDTreeNode2D::neg

Definition at line 95 of file polyfill_2d.c.

Referenced by kdtree2d_init(), and kdtree2d_node_remove().

◆ parent

uint32_t KDTreeNode2D::parent

Definition at line 99 of file polyfill_2d.c.

Referenced by kdtree2d_init_mapping().

◆ pos

uint32_t KDTreeNode2D::pos

Definition at line 95 of file polyfill_2d.c.

Referenced by kdtree2d_node_remove().


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