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

#include <BLI_kdtree_impl.h>

Public Attributes

int index
 
float dist
 
float co [KD_DIMS]
 

Detailed Description

Definition at line 22 of file BLI_kdtree_impl.h.

Member Data Documentation

◆ co

float KDTreeNearest::co[KD_DIMS]

Definition at line 25 of file BLI_kdtree_impl.h.

Referenced by find_nearest_cb(), and nearest_add_in_range().

◆ dist

float KDTreeNearest::dist

◆ index

int KDTreeNearest::index

Definition at line 23 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: