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

Public Attributes

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

Detailed Description

Definition at line 122 of file BLI_kdopbvh.c.

Member Data Documentation

◆ callback

BVHTree_RayCastCallback BVHRayCastData::callback

Definition at line 125 of file BLI_kdopbvh.c.

◆ hit

BVHTreeRayHit BVHRayCastData::hit

Definition at line 139 of file BLI_kdopbvh.c.

◆ idot_axis

float BVHRayCastData::idot_axis[13]

Definition at line 136 of file BLI_kdopbvh.c.

◆ index

int BVHRayCastData::index[6]

Definition at line 137 of file BLI_kdopbvh.c.

◆ ray

BVHTreeRay BVHRayCastData::ray

Definition at line 128 of file BLI_kdopbvh.c.

◆ ray_dot_axis

float BVHRayCastData::ray_dot_axis[13]

Definition at line 135 of file BLI_kdopbvh.c.

◆ tree

const BVHTree* BVHRayCastData::tree

Definition at line 123 of file BLI_kdopbvh.c.

◆ userdata

void* BVHRayCastData::userdata

Definition at line 126 of file BLI_kdopbvh.c.


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