![]() |
Gamedev Framework (gf)
0.14.0
A C++14 framework for 2D games
|
This is the complete list of members for gf::Rect< T >, including all inherited members.
Box() noexcept | gf::Box< T, 2 > | inline |
Box(Vector< T, N > p0, Vector< T, N > p1) noexcept | gf::Box< T, 2 > | inline |
Box(const T(&p0)[N], const T(&p1)[N]) noexcept | gf::Box< T, 2 > | inline |
Box(Vector< T, N > p) noexcept | gf::Box< T, 2 > | inlineexplicit |
contains(Vector< T, N > point) const noexcept | gf::Box< T, 2 > | inline |
contains(const Box< T, N > &other) const noexcept | gf::Box< T, 2 > | inline |
extend(const T(&point)[N]) noexcept | gf::Box< T, 2 > | inline |
extend(Vector< T, N > point) noexcept | gf::Box< T, 2 > | inline |
extend(const Box< T, N > &other) noexcept | gf::Box< T, 2 > | inline |
fromCenterSize(Vector< T, 2 > center, Vector< T, 2 > size) noexcept | gf::Rect< T > | inlinestatic |
fromMinMax(Vector< T, 2 > min, Vector< T, 2 > max) noexcept | gf::Rect< T > | inlinestatic |
fromPositionSize(Vector< T, 2 > position, Vector< T, 2 > size) noexcept | gf::Rect< T > | inlinestatic |
getBottomLeft() const noexcept | gf::Rect< T > | inline |
getBottomRight() const noexcept | gf::Rect< T > | inline |
getCenter() const noexcept | gf::Box< T, 2 > | inline |
getExtended(const Box< T, N > &other) const noexcept | gf::Box< T, 2 > | inline |
getExtentLength() const noexcept | gf::Box< T, 2 > | inline |
getHeight() const noexcept | gf::Rect< T > | inline |
getIntersection(const Box< T, N > &other) const noexcept | gf::Box< T, 2 > | inline |
getIntersectionExtentLength(const Box< T, N > &other) const noexcept | gf::Box< T, 2 > | inline |
getIntersectionVolume(const Box< T, N > &other) const noexcept | gf::Box< T, 2 > | inline |
getMinimumEdge() const noexcept | gf::Box< T, 2 > | inline |
getPosition() const noexcept | gf::Box< T, 2 > | inline |
getPositionFromAnchor(Anchor anchor) const noexcept | gf::Rect< T > | inline |
getSize() const noexcept | gf::Box< T, 2 > | inline |
getTopLeft() const noexcept | gf::Rect< T > | inline |
getTopRight() const noexcept | gf::Rect< T > | inline |
getVolume() const noexcept | gf::Box< T, 2 > | inline |
getWidth() const noexcept | gf::Rect< T > | inline |
grow(T value) const noexcept | gf::Box< T, 2 > | inline |
intersects(const Box< T, N > &other) const noexcept | gf::Box< T, 2 > | inline |
intersects(const Box< T, N > &other, Box< T, N > &result) const noexcept | gf::Box< T, 2 > | inline |
isEmpty() const noexcept | gf::Box< T, 2 > | inline |
max | gf::Box< T, 2 > | |
min | gf::Box< T, 2 > | |
normalize() noexcept | gf::Box< T, 2 > | inline |
operator!=(const Rect< T > &lhs, const Rect< T > &rhs) | gf::Rect< T > | related |
operator==(const Rect< T > &lhs, const Rect< T > &rhs) | gf::Rect< T > | related |
Box< T, 2 >::operator==(const Box< T, N > &lhs, const Box< T, N > &rhs) | gf::Box< T, 2 > | related |
operator|(Archive &ar, Rect< T > &rect) | gf::Rect< T > | related |
Rect() noexcept | gf::Rect< T > | inline |
Rect(const Box< T, 2 > &box) | gf::Rect< T > | inline |
shrink(T value) const noexcept | gf::Box< T, 2 > | inline |