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

Public Attributes

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

Detailed Description

Definition at line 128 of file BLI_kdopbvh.c.

Member Data Documentation

◆ callback

BVHTree_NearestPointCallback BVHNearestData::callback

Definition at line 131 of file BLI_kdopbvh.c.

◆ co

const float* BVHNearestData::co

Definition at line 130 of file BLI_kdopbvh.c.

◆ nearest

BVHTreeNearest BVHNearestData::nearest

Definition at line 134 of file BLI_kdopbvh.c.

◆ proj

float BVHNearestData::proj[13]

Definition at line 133 of file BLI_kdopbvh.c.

◆ tree

const BVHTree* BVHNearestData::tree

Definition at line 129 of file BLI_kdopbvh.c.

◆ userdata

void* BVHNearestData::userdata

Definition at line 132 of file BLI_kdopbvh.c.


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