jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
recti.hpp File Reference
#include <iostream>
#include <jau/int_math.hpp>
#include <jau/math/vec2i.hpp>
Include dependency graph for recti.hpp:
This graph shows which files directly or indirectly include this file:

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