Blender V5.0
KDTreeNearest Struct Reference

#include <BLI_kdtree_impl.h>

Public Attributes

int index
float dist
float co [KD_DIMS]

Detailed Description

Definition at line 25 of file BLI_kdtree_impl.h.

Member Data Documentation

◆ co

float KDTreeNearest::co[KD_DIMS]

Definition at line 28 of file BLI_kdtree_impl.h.

Referenced by find_nearest_cb(), and nearest_add_in_range().

◆ dist

◆ index

int KDTreeNearest::index

Definition at line 26 of file BLI_kdtree_impl.h.

Referenced by find_nearest_cb(), nearest_add_in_range(), and nearest_ordered_insert().


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