| 
    SDL3pp
    
   A slim C++ wrapper for SDL3 
   | 
 
This is the complete list of members for SDL::FPoint, including all inherited members.
| Clamp(const FRect &rect) | SDL::FPoint | |
| FPoint(const FPointRaw &p={}) | SDL::FPoint | inline | 
| FPoint(float x, float y) | SDL::FPoint | inline | 
| GetClamped(const FRect &rect) const | SDL::FPoint | |
| GetWrapped(const FRect &rect) const | SDL::FPoint | |
| GetX() const | SDL::FPoint | inline | 
| GetY() const | SDL::FPoint | inline | 
| InRect(const FRectRaw &r) const | SDL::FPoint | |
| operator bool() const | SDL::FPoint | inlineexplicit | 
| operator*(float value) const | SDL::FPoint | inline | 
| operator*(const FPoint &other) const | SDL::FPoint | inline | 
| operator*=(float value) | SDL::FPoint | inline | 
| operator*=(const FPoint &other) | SDL::FPoint | inline | 
| operator+(const FPoint &other) const | SDL::FPoint | inline | 
| operator+=(const FPoint &other) | SDL::FPoint | inline | 
| operator-() const | SDL::FPoint | inline | 
| operator-(const FPoint &other) const | SDL::FPoint | inline | 
| operator-=(const FPoint &other) | SDL::FPoint | inline | 
| operator/(float value) const | SDL::FPoint | inline | 
| operator/(const FPoint &other) const | SDL::FPoint | inline | 
| operator/=(float value) | SDL::FPoint | inline | 
| operator/=(const FPoint &other) | SDL::FPoint | inline | 
| SetX(float newX) | SDL::FPoint | inline | 
| SetY(float newY) | SDL::FPoint | inline | 
| Wrap(const FRect &rect) | SDL::FPoint |