|
| ImRect (const ImVec2 &min, const ImVec2 &max) |
|
| ImRect (const ImVec4 &v) |
|
| ImRect (float x1, float y1, float x2, float y2) |
|
ImVec2 | GetCenter () const |
|
ImVec2 | GetSize () const |
|
float | GetWidth () const |
|
float | GetHeight () const |
|
ImVec2 | GetTL () const |
|
ImVec2 | GetTR () const |
|
ImVec2 | GetBL () const |
|
ImVec2 | GetBR () const |
|
bool | Contains (const ImVec2 &p) const |
|
bool | Contains (const ImRect &r) const |
|
bool | Overlaps (const ImRect &r) const |
|
void | Add (const ImVec2 &rhs) |
|
void | Add (const ImRect &rhs) |
|
void | Expand (const float amount) |
|
void | Expand (const ImVec2 &amount) |
|
void | Reduce (const ImVec2 &amount) |
|
void | Clip (const ImRect &clip) |
|
void | Floor () |
|
ImVec2 | GetClosestPoint (ImVec2 p, bool on_edge) const |
|
The documentation for this struct was generated from the following file: