Blender V4.3
KDTreeNearest Struct Reference

#include <BLI_kdtree_impl.h>

Public Attributes

int index
 
float dist
 
float co [KD_DIMS]
 

Detailed Description

Definition at line 24 of file BLI_kdtree_impl.h.

Member Data Documentation

◆ co

float KDTreeNearest::co[KD_DIMS]

Definition at line 27 of file BLI_kdtree_impl.h.

Referenced by find_nearest_cb().

◆ dist

float KDTreeNearest::dist

◆ index

int KDTreeNearest::index

Definition at line 25 of file BLI_kdtree_impl.h.

Referenced by find_nearest_cb(), and find_nearest_n_with_len_squared_cb().


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