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

Public Attributes

const BVHTreetree
 
BVHTree_RayCastCallback callback
 
void * userdata
 
BVHTreeRay ray
 
float ray_dot_axis [13]
 
float idot_axis [13]
 
int index [6]
 
BVHTreeRayHit hit
 

Detailed Description

Definition at line 138 of file BLI_kdopbvh.c.

Member Data Documentation

◆ callback

BVHTree_RayCastCallback BVHRayCastData::callback

Definition at line 141 of file BLI_kdopbvh.c.

◆ hit

BVHTreeRayHit BVHRayCastData::hit

Definition at line 155 of file BLI_kdopbvh.c.

◆ idot_axis

float BVHRayCastData::idot_axis[13]

Definition at line 152 of file BLI_kdopbvh.c.

◆ index

int BVHRayCastData::index[6]

Definition at line 153 of file BLI_kdopbvh.c.

◆ ray

BVHTreeRay BVHRayCastData::ray

Definition at line 144 of file BLI_kdopbvh.c.

◆ ray_dot_axis

float BVHRayCastData::ray_dot_axis[13]

Definition at line 151 of file BLI_kdopbvh.c.

◆ tree

const BVHTree* BVHRayCastData::tree

Definition at line 139 of file BLI_kdopbvh.c.

◆ userdata

void* BVHRayCastData::userdata

Definition at line 142 of file BLI_kdopbvh.c.


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