SA_Maths
Sapphire Suite's C++ Maths Library
Loading...
Searching...
No Matches
Classes | Typedefs
Rectangle2D.hpp File Reference

Rectangle 2D type implementation. More...

#include <SA/Maths/Space/Vector2.hpp>
#include <SA/Support/Pragma.hpp>

Go to the source code of this file.

Classes

struct  SA::Rect2D< T >
 Rectangle2D Sapphire's class. More...
 

Typedefs

using SA::Rect2Di = Rect2D<int32_t>
 Alias for int32 Rect2D.
 
using SA::Rect2Dui = Rect2D<uint32_t>
 Alias for uint32 Rect2D.
 
using SA::Rect2Df = Rect2D<float>
 Alias for float Rect2D.
 
using SA::Rect2Dd = Rect2D<double>
 Alias for double Rect2D.
 
template<typename T >
using SA::Rectangle2D = Rect2D<T>
 Template alias of Rect2D.
 
using SA::Rectangle2Di = Rectangle2D<int32_t>
 Alias for int32 Rect2D.
 
using SA::Rectangle2Dui = Rectangle2D<uint32_t>
 Alias for uint32 Rect2D.
 
using SA::Rectangle2Df = Rectangle2D<float>
 Alias for float Rect2D.
 
using SA::Rectangle2Dd = Rectangle2D<double>
 Alias for double Rect2D.
 

Detailed Description

Rectangle 2D type implementation.