Blender  V3.3
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 91 of file polyfill_2d.c.

Member Data Documentation

◆ axis

axis_t KDTreeNode2D::axis

Definition at line 94 of file polyfill_2d.c.

◆ flag

ushort KDTreeNode2D::flag

Definition at line 95 of file polyfill_2d.c.

Referenced by kdtree2d_node_remove().

◆ index

uint KDTreeNode2D::index

Definition at line 93 of file polyfill_2d.c.

Referenced by kdtree2d_balance_recursive().

◆ neg

uint KDTreeNode2D::neg

Definition at line 92 of file polyfill_2d.c.

Referenced by kdtree2d_node_remove().

◆ parent

uint KDTreeNode2D::parent

Definition at line 96 of file polyfill_2d.c.

◆ pos

uint KDTreeNode2D::pos

Definition at line 92 of file polyfill_2d.c.

Referenced by kdtree2d_node_remove().


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