|
SPARK
0.1.0
A general purpose game engine written in C++.
|
This is the complete list of members for spark::math::Rectangle< T >, including all inherited members.
| castTo() const | spark::math::Rectangle< T > | |
| extent (defined in spark::math::Rectangle< T >) | spark::math::Rectangle< T > | |
| operator!=(const Rectangle &other) const noexcept | spark::math::Rectangle< T > | |
| operator==(const Rectangle &other) const noexcept | spark::math::Rectangle< T > | |
| position (defined in spark::math::Rectangle< T >) | spark::math::Rectangle< T > | |
| Rectangle()=default | spark::math::Rectangle< T > | |
| Rectangle(const Vector2< T > &position, const Vector2< T > &extent) | spark::math::Rectangle< T > | explicit |
| Rectangle(T x, T y, T width, T height) | spark::math::Rectangle< T > | explicit |