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

Public Attributes

const floatinit_co
 
const floatcurr_co
 
floatr_loc
 
floatr_no
 
int * r_index
 
float r_dist_sq
 
Object ** r_ob
 
float(* r_obmat )[4]
 
ListBaser_hit_list
 
bool ret
 

Detailed Description

Definition at line 1192 of file transform_snap_object.cc.

Member Data Documentation

◆ curr_co

const float* NearestWorldObjUserData::curr_co

Definition at line 1194 of file transform_snap_object.cc.

Referenced by nearest_world_object_fn(), and nearestWorldObjects().

◆ init_co

const float* NearestWorldObjUserData::init_co

Definition at line 1193 of file transform_snap_object.cc.

Referenced by nearest_world_object_fn(), and nearestWorldObjects().

◆ r_dist_sq

float NearestWorldObjUserData::r_dist_sq

Definition at line 1199 of file transform_snap_object.cc.

Referenced by nearest_world_object_fn().

◆ r_hit_list

ListBase* NearestWorldObjUserData::r_hit_list

Definition at line 1202 of file transform_snap_object.cc.

◆ r_index

int* NearestWorldObjUserData::r_index

Definition at line 1198 of file transform_snap_object.cc.

Referenced by nearest_world_object_fn(), and nearestWorldObjects().

◆ r_loc

float* NearestWorldObjUserData::r_loc

Definition at line 1196 of file transform_snap_object.cc.

Referenced by nearest_world_object_fn(), and nearestWorldObjects().

◆ r_no

float* NearestWorldObjUserData::r_no

Definition at line 1197 of file transform_snap_object.cc.

Referenced by nearest_world_object_fn(), and nearestWorldObjects().

◆ r_ob

Object** NearestWorldObjUserData::r_ob

Definition at line 1200 of file transform_snap_object.cc.

Referenced by nearest_world_object_fn(), and nearestWorldObjects().

◆ r_obmat

float(* NearestWorldObjUserData::r_obmat)[4]

Definition at line 1201 of file transform_snap_object.cc.

Referenced by nearest_world_object_fn(), and nearestWorldObjects().

◆ ret

bool NearestWorldObjUserData::ret

Definition at line 1203 of file transform_snap_object.cc.

Referenced by nearest_world_object_fn().


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