Blender  V2.93
Public Attributes | List of all members
BVHTreeFromPointCloud Struct Reference

#include <BKE_bvhutils.h>

Public Attributes

struct BVHTreetree
 
BVHTree_NearestPointCallback nearest_callback
 
const float(* coords )[3]
 

Detailed Description

Definition at line 253 of file BKE_bvhutils.h.

Member Data Documentation

◆ coords

const float(* BVHTreeFromPointCloud::coords)[3]

Definition at line 258 of file BKE_bvhutils.h.

◆ nearest_callback

BVHTree_NearestPointCallback BVHTreeFromPointCloud::nearest_callback

Definition at line 256 of file BKE_bvhutils.h.

Referenced by blender::nodes::proximity_calc().

◆ tree

struct BVHTree* BVHTreeFromPointCloud::tree

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