Searched defs:ImLengthSqr (Results 1 – 1 of 1) sorted by relevance
240 static inline float ImLengthSqr(const ImVec2& lhs) { return lhs.x*lhs.… in ImLengthSqr() function241 static inline float ImLengthSqr(const ImVec4& lhs) { return lhs.x*lhs.… in ImLengthSqr() function