Blender V4.5
KDTreeNode Struct Reference

#include <kdtree_impl.h>

Public Attributes

uint left
 
uint right
 
float co [KD_DIMS]
 
int index
 
uint d
 

Detailed Description

Definition at line 35 of file kdtree_impl.h.

Member Data Documentation

◆ co

◆ d

◆ index

int KDTreeNode::index

◆ left

◆ right

uint KDTreeNode::right

Definition at line 36 of file kdtree_impl.h.

Referenced by find_nearest(), and find_nearest_n_with_len_squared_cb().


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