Blender V5.0
BVHNearestData Struct Reference

Public Attributes

const BVHTreetree
const floatco
BVHTree_NearestPointCallback callback
void * userdata
float proj [13]
BVHTreeNearest nearest

Detailed Description

Definition at line 115 of file BLI_kdopbvh.cc.

Member Data Documentation

◆ callback

BVHTree_NearestPointCallback BVHNearestData::callback

Definition at line 118 of file BLI_kdopbvh.cc.

◆ co

const float* BVHNearestData::co

Definition at line 117 of file BLI_kdopbvh.cc.

◆ nearest

BVHTreeNearest BVHNearestData::nearest

Definition at line 121 of file BLI_kdopbvh.cc.

◆ proj

float BVHNearestData::proj[13]

Definition at line 120 of file BLI_kdopbvh.cc.

◆ tree

const BVHTree* BVHNearestData::tree

Definition at line 116 of file BLI_kdopbvh.cc.

◆ userdata

void* BVHNearestData::userdata

Definition at line 119 of file BLI_kdopbvh.cc.


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