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

Public Attributes

voidbvhdata
 
BVHTree_RayCastCallback raycast_callback
 
const float(* obmat )[4]
 
const float(* timat )[3]
 
float len_diff
 
float local_scale
 
Objectob_eval
 
uint ob_uuid
 
ListBasehit_list
 
bool retval
 

Detailed Description

Definition at line 572 of file transform_snap_object.cc.

Member Data Documentation

◆ bvhdata

void* RayCastAll_Data::bvhdata

Definition at line 573 of file transform_snap_object.cc.

◆ hit_list

ListBase* RayCastAll_Data::hit_list

Definition at line 588 of file transform_snap_object.cc.

◆ len_diff

float RayCastAll_Data::len_diff

Definition at line 581 of file transform_snap_object.cc.

◆ local_scale

float RayCastAll_Data::local_scale

Definition at line 582 of file transform_snap_object.cc.

◆ ob_eval

Object* RayCastAll_Data::ob_eval

Definition at line 584 of file transform_snap_object.cc.

◆ ob_uuid

uint RayCastAll_Data::ob_uuid

Definition at line 585 of file transform_snap_object.cc.

◆ obmat

const float(* RayCastAll_Data::obmat)[4]

Definition at line 578 of file transform_snap_object.cc.

◆ raycast_callback

BVHTree_RayCastCallback RayCastAll_Data::raycast_callback

Definition at line 576 of file transform_snap_object.cc.

◆ retval

bool RayCastAll_Data::retval

Definition at line 589 of file transform_snap_object.cc.

◆ timat

const float(* RayCastAll_Data::timat)[3]

Definition at line 579 of file transform_snap_object.cc.


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