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

Public Attributes

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

Detailed Description

Definition at line 113 of file polyfill_2d.c.

Member Data Documentation

◆ coords

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

Definition at line 115 of file polyfill_2d.c.

◆ nodes

KDTreeNode2D* KDTree2D::nodes

Definition at line 114 of file polyfill_2d.c.

◆ nodes_map

uint* KDTree2D::nodes_map

Definition at line 118 of file polyfill_2d.c.

◆ root

uint KDTree2D::root

Definition at line 116 of file polyfill_2d.c.

◆ totnode

uint KDTree2D::totnode

Definition at line 117 of file polyfill_2d.c.


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