Home
last modified time | relevance | path

Searched refs:ImAtan2 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h221 static inline float ImAtan2(float y, float x) { return atan2f(y, … in ImAtan2() function
Dimgui_widgets.cpp4171 H = ImAtan2(current_off.y, current_off.x) / IM_PI*0.5f; in ColorPicker4()