|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | Dial |
Functions | |
| Dial * | BLI_dial_init (const float start_position[2], float threshold) |
| float | BLI_dial_angle (Dial *dial, const float current_position[2]) |
Definition at line 47 of file BLI_dial_2d.c.
References angle(), atan2f, copy_v2_v2(), cross_v2v2(), dot_v2v2(), fabsf, float, len_squared_v2(), M_PI, M_PI_2, normalize_v2(), and sub_v2_v2v2().
Referenced by gizmo_cage2d_modal(), radial_control_modal(), blender::ed::sculpt_paint::sculpt_update_cache_variants(), and viewroll_apply().
Definition at line 37 of file BLI_dial_2d.c.
References copy_v2_v2(), and MEM_callocN.
Referenced by gizmo_cage2d_modal(), radial_control_modal(), blender::ed::sculpt_paint::sculpt_update_cache_invariants(), and viewroll_invoke().