Searched defs:ImDot (Results 1 – 3 of 3) sorted by relevance
238 static inline float ImDot(const ImVec2& a, const ImVec2& b) { return a.x * b.x … in ImDot() function
245 static inline float ImDot(const ImVec2& a, const ImVec2& b) { return a.x * b.x … in ImDot() function
437 static inline float ImDot(const ImVec2& a, const ImVec2& b) { return a.x * b.x … in ImDot() function