jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
|
#include <iostream>
#include <jau/int_math.hpp>
#include <jau/type_concepts.hpp>
#include <jau/math/vec2i.hpp>
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<jau::req::packed_integral T> | |
std::ostream & | jau::math::operator<< (std::ostream &out, const RectI< T > &v) noexcept |