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

Public Attributes

const BVHTreetree
 
const floatco
 
BVHTree_NearestPointCallback callback
 
voiduserdata
 
float proj [13]
 
BVHTreeNearest nearest
 

Detailed Description

Definition at line 112 of file BLI_kdopbvh.c.

Member Data Documentation

◆ callback

BVHTree_NearestPointCallback BVHNearestData::callback

Definition at line 115 of file BLI_kdopbvh.c.

◆ co

const float* BVHNearestData::co

Definition at line 114 of file BLI_kdopbvh.c.

◆ nearest

BVHTreeNearest BVHNearestData::nearest

Definition at line 118 of file BLI_kdopbvh.c.

◆ proj

float BVHNearestData::proj[13]

Definition at line 117 of file BLI_kdopbvh.c.

◆ tree

const BVHTree* BVHNearestData::tree

Definition at line 113 of file BLI_kdopbvh.c.

◆ userdata

void* BVHNearestData::userdata

Definition at line 116 of file BLI_kdopbvh.c.


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