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

Public Attributes

KDTreeNode2Dnodes
 
const float(* coords )[2]
 
uint root
 
uint node_num
 
uintnodes_map
 

Detailed Description

Definition at line 99 of file polyfill_2d.c.

Member Data Documentation

◆ coords

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

Definition at line 101 of file polyfill_2d.c.

◆ node_num

uint KDTree2D::node_num

Definition at line 103 of file polyfill_2d.c.

◆ nodes

KDTreeNode2D* KDTree2D::nodes

Definition at line 100 of file polyfill_2d.c.

◆ nodes_map

uint* KDTree2D::nodes_map

Definition at line 104 of file polyfill_2d.c.

◆ root

uint KDTree2D::root

Definition at line 102 of file polyfill_2d.c.


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