Searched defs:ImRotate (Results 1 – 2 of 2) sorted by relevance
246 static inline ImVec2 ImRotate(const ImVec2& v, float cos_a, float sin_a) { return ImVec2(v.x… in ImRotate() function
438 static inline ImVec2 ImRotate(const ImVec2& v, float cos_a, float sin_a) { return ImVec2(v.x… in ImRotate() function