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

Public Attributes

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

Detailed Description

Definition at line 455 of file transform_snap_object.c.

Member Data Documentation

◆ bvhdata

void* RayCastAll_Data::bvhdata

Definition at line 456 of file transform_snap_object.c.

◆ hit_list

ListBase* RayCastAll_Data::hit_list

Definition at line 471 of file transform_snap_object.c.

◆ len_diff

float RayCastAll_Data::len_diff

Definition at line 464 of file transform_snap_object.c.

Referenced by raycastEditMesh(), and raycastMesh().

◆ local_scale

float RayCastAll_Data::local_scale

Definition at line 465 of file transform_snap_object.c.

Referenced by raycastEditMesh(), and raycastMesh().

◆ ob

Object* RayCastAll_Data::ob

Definition at line 467 of file transform_snap_object.c.

Referenced by raycastEditMesh(), and raycastMesh().

◆ ob_uuid

uint RayCastAll_Data::ob_uuid

Definition at line 468 of file transform_snap_object.c.

◆ obmat

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

Definition at line 461 of file transform_snap_object.c.

Referenced by raycastEditMesh(), and raycastMesh().

◆ raycast_callback

BVHTree_RayCastCallback RayCastAll_Data::raycast_callback

Definition at line 459 of file transform_snap_object.c.

◆ retval

bool RayCastAll_Data::retval

Definition at line 472 of file transform_snap_object.c.

Referenced by raycastEditMesh(), and raycastMesh().

◆ timat

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

Definition at line 462 of file transform_snap_object.c.

Referenced by raycastEditMesh(), and raycastMesh().


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