|
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={}) noexcept | SDL::FPoint | inline |
| FPoint(float x, float y) noexcept | SDL::FPoint | inline |
| GetClamped(const FRect &rect) const | SDL::FPoint | |
| GetWrapped(const FRect &rect) const | SDL::FPoint | |
| GetX() const noexcept | SDL::FPoint | inline |
| GetY() const noexcept | SDL::FPoint | inline |
| InRect(const FRectRaw &r) const | SDL::FPoint | |
| operator bool() const noexcept | 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) noexcept | SDL::FPoint | inline |
| SetY(float newY) noexcept | SDL::FPoint | inline |
| Wrap(const FRect &rect) | SDL::FPoint |