Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_gizmo_library.h
| Show First 20 Lines • Show All 239 Lines • ▼ Show 20 Lines | void ED_gizmotypes_dial_3d_draw_util( | ||||
| const float matrix_final[4][4], | const float matrix_final[4][4], | ||||
| const float line_width, | const float line_width, | ||||
| const float color[4], | const float color[4], | ||||
| const float clip_plane[4], | const float clip_plane[4], | ||||
| const float arc_partial_angle, | const float arc_partial_angle, | ||||
| const float arc_inner_factor, | const float arc_inner_factor, | ||||
| const int draw_options, | const int draw_options, | ||||
| const float angle_ofs, | const float angle_ofs, | ||||
| const float angle_delta); | const float angle_delta, | ||||
| const float angle_increment); | |||||
| #endif /* __ED_GIZMO_LIBRARY_H__ */ | #endif /* __ED_GIZMO_LIBRARY_H__ */ | ||||