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

#include <kdtree_impl.h>

Public Attributes

uint left
 
uint right
 
float co [KD_DIMS]
 
int index
 

Detailed Description

Definition at line 18 of file kdtree_impl.h.

Member Data Documentation

◆ co

float KDTreeNode_head::co[KD_DIMS]

Definition at line 20 of file kdtree_impl.h.

◆ index

int KDTreeNode_head::index

Definition at line 21 of file kdtree_impl.h.

◆ left

uint KDTreeNode_head::left

Definition at line 19 of file kdtree_impl.h.

◆ right

uint KDTreeNode_head::right

Definition at line 19 of file kdtree_impl.h.


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