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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h165 IMGUI_API ImVec2 ImLineClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2& p);
H A Dimgui.cpp1232 ImVec2 ImLineClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2& p) function in typeref:typename:ImVec2
1266 ImVec2 proj_ab = ImLineClosestPoint(a, b, p);
1267 ImVec2 proj_bc = ImLineClosestPoint(b, c, p);
1268 ImVec2 proj_ca = ImLineClosestPoint(c, a, p);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h165 IMGUI_API ImVec2 ImLineClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2& p);
H A Dimgui.cpp1232 ImVec2 ImLineClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2& p) function in typeref:typename:ImVec2
1266 ImVec2 proj_ab = ImLineClosestPoint(a, b, p);
1267 ImVec2 proj_bc = ImLineClosestPoint(b, c, p);
1268 ImVec2 proj_ca = ImLineClosestPoint(c, a, p);

Completed in 42 milliseconds