Blender
V3.3
|
Public Attributes | |
const float * | init_co |
const float * | curr_co |
float * | r_loc |
float * | r_no |
int * | r_index |
float | r_dist_sq |
Object ** | r_ob |
float(* | r_obmat )[4] |
ListBase * | r_hit_list |
bool | ret |
Definition at line 1192 of file transform_snap_object.cc.
const float* NearestWorldObjUserData::curr_co |
Definition at line 1194 of file transform_snap_object.cc.
Referenced by nearest_world_object_fn(), and nearestWorldObjects().
const float* NearestWorldObjUserData::init_co |
Definition at line 1193 of file transform_snap_object.cc.
Referenced by nearest_world_object_fn(), and nearestWorldObjects().
float NearestWorldObjUserData::r_dist_sq |
Definition at line 1199 of file transform_snap_object.cc.
Referenced by nearest_world_object_fn().
ListBase* NearestWorldObjUserData::r_hit_list |
Definition at line 1202 of file transform_snap_object.cc.
int* NearestWorldObjUserData::r_index |
Definition at line 1198 of file transform_snap_object.cc.
Referenced by nearest_world_object_fn(), and nearestWorldObjects().
float* NearestWorldObjUserData::r_loc |
Definition at line 1196 of file transform_snap_object.cc.
Referenced by nearest_world_object_fn(), and nearestWorldObjects().
float* NearestWorldObjUserData::r_no |
Definition at line 1197 of file transform_snap_object.cc.
Referenced by nearest_world_object_fn(), and nearestWorldObjects().
Object** NearestWorldObjUserData::r_ob |
Definition at line 1200 of file transform_snap_object.cc.
Referenced by nearest_world_object_fn(), and nearestWorldObjects().
float(* NearestWorldObjUserData::r_obmat)[4] |
Definition at line 1201 of file transform_snap_object.cc.
Referenced by nearest_world_object_fn(), and nearestWorldObjects().
bool NearestWorldObjUserData::ret |
Definition at line 1203 of file transform_snap_object.cc.
Referenced by nearest_world_object_fn().