Searched refs:ImLineClosestPoint (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_internal.h | 165 IMGUI_API ImVec2 ImLineClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2& p);
|
D | imgui.cpp | 1232 ImVec2 ImLineClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2& p) in ImLineClosestPoint() function 1266 ImVec2 proj_ab = ImLineClosestPoint(a, b, p); in ImTriangleClosestPoint() 1267 ImVec2 proj_bc = ImLineClosestPoint(b, c, p); in ImTriangleClosestPoint() 1268 ImVec2 proj_ca = ImLineClosestPoint(c, a, p); in ImTriangleClosestPoint()
|