Blender V4.3
KDTree2D Struct Reference

Public Attributes

KDTreeNode2Dnodes
 
const float(* coords )[2]
 
uint32_t root
 
uint32_t node_num
 
uint32_tnodes_map
 

Detailed Description

Definition at line 102 of file polyfill_2d.c.

Member Data Documentation

◆ coords

const float(* KDTree2D::coords)[2]

Definition at line 104 of file polyfill_2d.c.

◆ node_num

uint32_t KDTree2D::node_num

Definition at line 106 of file polyfill_2d.c.

◆ nodes

KDTreeNode2D* KDTree2D::nodes

Definition at line 103 of file polyfill_2d.c.

◆ nodes_map

uint32_t* KDTree2D::nodes_map

Definition at line 107 of file polyfill_2d.c.

◆ root

uint32_t KDTree2D::root

Definition at line 105 of file polyfill_2d.c.


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