Searched refs:v_rad (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 433 IMGUI_API bool SliderAngle(const char* label, float* v_rad, float v_degrees_min = -360.0f, float v_degrees_max = +360.0f, const char* format = "%.0f deg");
|
| H A D | imgui_widgets.cpp | 2422 bool ImGui::SliderAngle(const char* label, float* v_rad, float v_degrees_min, float v_degrees_max, const char* format) argument 2426 float v_deg = (*v_rad) * 360.0f / (2*IM_PI); 2428 *v_rad = v_deg * (2*IM_PI) / 360.0f;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 433 IMGUI_API bool SliderAngle(const char* label, float* v_rad, float v_degrees_min = -360.0f, float v_degrees_max = +360.0f, const char* format = "%.0f deg");
|
| H A D | imgui_widgets.cpp | 2422 bool ImGui::SliderAngle(const char* label, float* v_rad, float v_degrees_min, float v_degrees_max, const char* format) argument 2426 float v_deg = (*v_rad) * 360.0f / (2*IM_PI); 2428 *v_rad = v_deg * (2*IM_PI) / 360.0f;
|
Completed in 40 milliseconds