| 
    CeresEngine 0.2.0
    
   A game development framework 
   | 
 
2-Dimensional extent structure. More...
#include <CeresEngine/Math/Extent.hpp>
Public Member Functions | |
| TExtent2 () noexcept=default | |
| TExtent2 (const TExtent2 &) noexcept=default | |
| constexpr TExtent2 & | operator= (const TExtent2 &) noexcept=default | 
| TExtent2 (T width, T height) noexcept | |
| template<typename TT > | |
| TExtent2 (TExtent2< TT > other) noexcept | |
Public Attributes | |
| T | width = 0 | 
| Extent X axis, i.e. width.   | |
| T | height = 0 | 
| Extent Y axis, i.e. height.   | |
2-Dimensional extent structure.
      
  | 
  defaultnoexcept | 
      
  | 
  defaultnoexcept | 
      
  | 
  inlinenoexcept | 
      
  | 
  inlineexplicitnoexcept | 
      
  | 
  constexprdefaultnoexcept | 
| T Math::TExtent2< T >::height = 0 | 
Extent Y axis, i.e. height.
| T Math::TExtent2< T >::width = 0 | 
Extent X axis, i.e. width.