Searched defs:ImRotate (Results 1 – 3 of 3) sorted by relevance
239 static inline ImVec2 ImRotate(const ImVec2& v, float cos_a, float sin_a) { return ImVec2(v.x… in ImRotate() function
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