Blender
V3.3
|
Public Attributes | |
struct { | |
float mval [2] | |
float prop_angle | |
} | init |
struct { | |
eWM_GizmoFlagTweak tweak_flag | |
float angle | |
} | prev |
int | rotations |
bool | has_drag |
float | angle_increment |
struct { | |
float angle_ofs | |
float angle_delta | |
} | output |
Definition at line 49 of file dial3d_gizmo.c.
float DialInteraction::angle |
Definition at line 58 of file dial3d_gizmo.c.
Referenced by dial_ghostarc_get_angles().
float DialInteraction::angle_delta |
Definition at line 69 of file dial3d_gizmo.c.
Referenced by dial_draw_intern(), and gizmo_dial_modal().
float DialInteraction::angle_increment |
Definition at line 64 of file dial3d_gizmo.c.
Referenced by dial_draw_intern(), and gizmo_dial_modal().
float DialInteraction::angle_ofs |
Definition at line 68 of file dial3d_gizmo.c.
Referenced by dial_draw_intern(), and gizmo_dial_modal().
bool DialInteraction::has_drag |
Definition at line 63 of file dial3d_gizmo.c.
Referenced by gizmo_dial_exit(), and gizmo_dial_modal().
struct { ... } DialInteraction::init |
Referenced by dial_ghostarc_get_angles(), gizmo_dial_exit(), gizmo_dial_invoke(), and gizmo_dial_modal().
float DialInteraction::mval[2] |
Definition at line 51 of file dial3d_gizmo.c.
Referenced by dial_ghostarc_get_angles(), and gizmo_dial_invoke().
struct { ... } DialInteraction::output |
Referenced by dial_draw_intern(), and gizmo_dial_modal().
struct { ... } DialInteraction::prev |
Referenced by dial_ghostarc_get_angles(), and gizmo_dial_modal().
float DialInteraction::prop_angle |
Definition at line 53 of file dial3d_gizmo.c.
Referenced by gizmo_dial_exit(), gizmo_dial_invoke(), and gizmo_dial_modal().
int DialInteraction::rotations |
Definition at line 62 of file dial3d_gizmo.c.
Referenced by dial_ghostarc_get_angles().
eWM_GizmoFlagTweak DialInteraction::tweak_flag |
Definition at line 57 of file dial3d_gizmo.c.
Referenced by gizmo_dial_modal().