Searched refs:v_deg (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 2426 float v_deg = (*v_rad) * 360.0f / (2*IM_PI); local in function:ImGui::SliderAngle 2427 bool value_changed = SliderFloat(label, &v_deg, v_degrees_min, v_degrees_max, format, 1.0f); 2428 *v_rad = v_deg * (2*IM_PI) / 360.0f;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 2426 float v_deg = (*v_rad) * 360.0f / (2*IM_PI); local in function:ImGui::SliderAngle 2427 bool value_changed = SliderFloat(label, &v_deg, v_degrees_min, v_degrees_max, format, 1.0f); 2428 *v_rad = v_deg * (2*IM_PI) / 360.0f;
|
Completed in 27 milliseconds