Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h165 IMGUI_API ImVec2 ImLineClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2& p);
Dimgui.cpp1232 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()