Blender  V2.93
Public Attributes | List of all members
KDTreeNode2D Struct Reference

Public Attributes

uint neg
 
uint pos
 
uint index
 
axis_t axis
 
ushort flag
 
uint parent
 

Detailed Description

Definition at line 105 of file polyfill_2d.c.

Member Data Documentation

◆ axis

axis_t KDTreeNode2D::axis

Definition at line 108 of file polyfill_2d.c.

◆ flag

ushort KDTreeNode2D::flag

Definition at line 109 of file polyfill_2d.c.

Referenced by kdtree2d_node_remove().

◆ index

uint KDTreeNode2D::index

Definition at line 107 of file polyfill_2d.c.

Referenced by kdtree2d_balance_recursive().

◆ neg

uint KDTreeNode2D::neg

Definition at line 106 of file polyfill_2d.c.

Referenced by kdtree2d_node_remove().

◆ parent

uint KDTreeNode2D::parent

Definition at line 110 of file polyfill_2d.c.

◆ pos

uint KDTreeNode2D::pos

Definition at line 106 of file polyfill_2d.c.

Referenced by kdtree2d_node_remove().


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