Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_transform_snap_object_context.h
| Show First 20 Lines • Show All 119 Lines • ▼ Show 20 Lines | bool ED_transform_snap_object_project_ray_all(SnapObjectContext *sctx, | ||||
| float ray_depth, | float ray_depth, | ||||
| bool sort, | bool sort, | ||||
| struct ListBase *r_hit_list); | struct ListBase *r_hit_list); | ||||
| short ED_transform_snap_object_project_view3d_ex(struct SnapObjectContext *sctx, | short ED_transform_snap_object_project_view3d_ex(struct SnapObjectContext *sctx, | ||||
| const unsigned short snap_to, | const unsigned short snap_to, | ||||
| const struct SnapObjectParams *params, | const struct SnapObjectParams *params, | ||||
| const float mval[2], | const float mval[2], | ||||
| const float prev_co[3], | |||||
| float *dist_px, | float *dist_px, | ||||
| float r_loc[3], | float r_loc[3], | ||||
| float r_no[3], | float r_no[3], | ||||
| int *r_index, | int *r_index, | ||||
| struct Object **r_ob, | struct Object **r_ob, | ||||
| float r_obmat[4][4]); | float r_obmat[4][4]); | ||||
| bool ED_transform_snap_object_project_view3d(struct SnapObjectContext *sctx, | bool ED_transform_snap_object_project_view3d(struct SnapObjectContext *sctx, | ||||
| const unsigned short snap_to, | const unsigned short snap_to, | ||||
| const struct SnapObjectParams *params, | const struct SnapObjectParams *params, | ||||
| const float mval[2], | const float mval[2], | ||||
| const float prev_co[3], | |||||
| float *dist_px, | float *dist_px, | ||||
| /* return args */ | /* return args */ | ||||
| float r_loc[3], | float r_loc[3], | ||||
| float r_no[3]); | float r_no[3]); | ||||
| bool ED_transform_snap_object_project_all_view3d_ex(SnapObjectContext *sctx, | bool ED_transform_snap_object_project_all_view3d_ex(SnapObjectContext *sctx, | ||||
| const struct SnapObjectParams *params, | const struct SnapObjectParams *params, | ||||
| const float mval[2], | const float mval[2], | ||||
| float ray_depth, | float ray_depth, | ||||
| bool sort, | bool sort, | ||||
| ListBase *r_hit_list); | ListBase *r_hit_list); | ||||
| #endif /* __ED_TRANSFORM_SNAP_OBJECT_CONTEXT_H__ */ | #endif /* __ED_TRANSFORM_SNAP_OBJECT_CONTEXT_H__ */ | ||||