|
Blender V4.3
|
Public Attributes | ||
| struct { | ||
| float mval [2] | ||
| float prop_co [3] | ||
| float matrix_final [4][4] | ||
| } | init | |
| struct { | ||
| eWM_GizmoFlagTweak tweak_flag | ||
| } | prev | |
| SnapObjectContext * | snap_context_v3d | |
Definition at line 68 of file move3d_gizmo.cc.
| struct { ... } MoveInteraction::init |
Referenced by gizmo_move_exit(), gizmo_move_invoke(), gizmo_move_modal(), move3d_draw_intern(), and move3d_get_translate().
| float MoveInteraction::matrix_final[4][4] |
Definition at line 73 of file move3d_gizmo.cc.
Referenced by gizmo_move_invoke(), and move3d_draw_intern().
| float MoveInteraction::mval[2] |
Definition at line 70 of file move3d_gizmo.cc.
Referenced by gizmo_move_invoke(), gizmo_move_modal(), and move3d_get_translate().
| struct { ... } MoveInteraction::prev |
Referenced by gizmo_move_modal().
| float MoveInteraction::prop_co[3] |
Definition at line 72 of file move3d_gizmo.cc.
Referenced by gizmo_move_exit(), gizmo_move_invoke(), gizmo_move_modal(), and move3d_get_translate().
| SnapObjectContext* MoveInteraction::snap_context_v3d |
Definition at line 80 of file move3d_gizmo.cc.
Referenced by gizmo_move_exit(), gizmo_move_invoke(), and gizmo_move_modal().
| eWM_GizmoFlagTweak MoveInteraction::tweak_flag |
Definition at line 76 of file move3d_gizmo.cc.
Referenced by gizmo_move_modal().