Searched refs:ImAtan2 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h221 static inline float ImAtan2(float y, float x) { return atan2f(y, x); } function in typeref:typename:float
H A Dimgui_widgets.cpp4171 H = ImAtan2(current_off.y, current_off.x) / IM_PI*0.5f;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h221 static inline float ImAtan2(float y, float x) { return atan2f(y, x); } function in typeref:typename:float
H A Dimgui_widgets.cpp4171 H = ImAtan2(current_off.y, current_off.x) / IM_PI*0.5f;

Completed in 34 milliseconds