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