libSDL2pp
C++ bindings/wrapper for SDL2
|
This is the complete list of members for SDL2pp::Point, including all inherited members.
Clamp(const Rect &rect) | SDL2pp::Point | |
GetClamped(const Rect &rect) const | SDL2pp::Point | |
GetWrapped(const Rect &rect) const | SDL2pp::Point | |
GetX() const | SDL2pp::Point | inline |
GetY() const | SDL2pp::Point | inline |
operator%(int value) const | SDL2pp::Point | inline |
operator%(const Point &other) const | SDL2pp::Point | inline |
operator%=(int value) | SDL2pp::Point | inline |
operator%=(const Point &other) | SDL2pp::Point | inline |
operator*(int value) const | SDL2pp::Point | inline |
operator*(const Point &other) const | SDL2pp::Point | inline |
operator*=(int value) | SDL2pp::Point | inline |
operator*=(const Point &other) | SDL2pp::Point | inline |
operator+(const Point &other) const | SDL2pp::Point | inline |
operator+=(const Point &other) | SDL2pp::Point | inline |
operator-() const | SDL2pp::Point | inline |
operator-(const Point &other) const | SDL2pp::Point | inline |
operator-=(const Point &other) | SDL2pp::Point | inline |
operator/(int value) const | SDL2pp::Point | inline |
operator/(const Point &other) const | SDL2pp::Point | inline |
operator/=(int value) | SDL2pp::Point | inline |
operator/=(const Point &other) | SDL2pp::Point | inline |
operator=(const Point &) noexcept=default | SDL2pp::Point | |
operator=(Point &&) noexcept=default | SDL2pp::Point | |
Point() | SDL2pp::Point | inline |
Point(const SDL_Point &point) | SDL2pp::Point | inline |
Point(int x, int y) | SDL2pp::Point | inline |
Point(const Point &) noexcept=default | SDL2pp::Point | |
Point(Point &&) noexcept=default | SDL2pp::Point | |
SetX(int nx) | SDL2pp::Point | inline |
SetY(int ny) | SDL2pp::Point | inline |
Wrap(const Rect &rect) | SDL2pp::Point |