Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
Go to the source code of this file.
Classes | |
class | jau::math::RectI< Value_type, > |
Rectangle with x, y, width and height value_type components. More... | |
Namespaces | |
namespace | jau |
__pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros. | |
namespace | jau::math |
Typedefs | |
typedef RectI< int > | jau::math::Recti |
Functions | |
template<typename T, std::enable_if_t< std::numeric_limits< T >::is_integer, bool > = true> | |
std::ostream & | jau::math::operator<< (std::ostream &out, const RectI< T > &v) noexcept |