SPARK  0.1.0
A general purpose game engine written in C++.
Loading...
Searching...
No Matches
spark::math::Rectangle< T > Member List

This is the complete list of members for spark::math::Rectangle< T >, including all inherited members.

castTo() constspark::math::Rectangle< T >
extent (defined in spark::math::Rectangle< T >)spark::math::Rectangle< T >
operator!=(const Rectangle &other) const noexceptspark::math::Rectangle< T >
operator==(const Rectangle &other) const noexceptspark::math::Rectangle< T >
position (defined in spark::math::Rectangle< T >)spark::math::Rectangle< T >
Rectangle()=defaultspark::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