Blender V4.5
RangeQueryData Struct Reference

Public Attributes

const BVHTreetree
 
const float * center
 
float radius_sq
 
int hits
 
BVHTree_RangeQuery callback
 
void * userdata
 

Detailed Description

Definition at line 2106 of file BLI_kdopbvh.cc.

Member Data Documentation

◆ callback

BVHTree_RangeQuery RangeQueryData::callback

Definition at line 2113 of file BLI_kdopbvh.cc.

◆ center

const float* RangeQueryData::center

Definition at line 2108 of file BLI_kdopbvh.cc.

◆ hits

int RangeQueryData::hits

Definition at line 2111 of file BLI_kdopbvh.cc.

◆ radius_sq

float RangeQueryData::radius_sq

Definition at line 2109 of file BLI_kdopbvh.cc.

◆ tree

const BVHTree* RangeQueryData::tree

Definition at line 2107 of file BLI_kdopbvh.cc.

Referenced by BLI_bvhtree_range_query().

◆ userdata

void* RangeQueryData::userdata

Definition at line 2114 of file BLI_kdopbvh.cc.


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