![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
This is the complete list of members for galaxy::Rect< Type >, including all inherited members.
| contains(const Type _x, const Type _y) const noexcept | galaxy::Rect< Type > | inline |
| contains(const Rect< Type > &b) const noexcept | galaxy::Rect< Type > | inline |
| get_bottom() const noexcept | galaxy::Rect< Type > | inline |
| get_center() const noexcept | galaxy::Rect< Type > | inline |
| get_right() const noexcept | galaxy::Rect< Type > | inline |
| get_size() const noexcept | galaxy::Rect< Type > | inline |
| get_top_left() const noexcept | galaxy::Rect< Type > | inline |
| intersects(const Rect< Type > &b) const noexcept | galaxy::Rect< Type > | inline |
| m_height | galaxy::Rect< Type > | |
| m_width | galaxy::Rect< Type > | |
| m_xpos | galaxy::Rect< Type > | |
| m_ypos | galaxy::Rect< Type > | |
| operator<=>(const Rect &) const noexcept=default | galaxy::Rect< Type > | |
| overlaps(const Rect< Type > &b) noexcept | galaxy::Rect< Type > | inline |
| Rect() noexcept | galaxy::Rect< Type > | inline |
| Rect(const Type x, const Type y, const Type width, const Type height) noexcept | galaxy::Rect< Type > | inline |
| set_top_left(const glm::vec< 2, Type, glm::defaultp > &pos) noexcept | galaxy::Rect< Type > | inline |
| value_in_range(const Type value, const Type min, const Type max) noexcept | galaxy::Rect< Type > | inlineprivate |
| ~Rect() noexcept | galaxy::Rect< Type > | inline |