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

Public Attributes

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

Detailed Description

Definition at line 2089 of file BLI_kdopbvh.c.

Member Data Documentation

◆ callback

BVHTree_RangeQuery RangeQueryData::callback

Definition at line 2096 of file BLI_kdopbvh.c.

◆ center

const float* RangeQueryData::center

Definition at line 2091 of file BLI_kdopbvh.c.

◆ hits

int RangeQueryData::hits

Definition at line 2094 of file BLI_kdopbvh.c.

◆ radius_sq

float RangeQueryData::radius_sq

Definition at line 2092 of file BLI_kdopbvh.c.

◆ tree

BVHTree* RangeQueryData::tree

Definition at line 2090 of file BLI_kdopbvh.c.

◆ userdata

void* RangeQueryData::userdata

Definition at line 2097 of file BLI_kdopbvh.c.


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