DSC Engine
All Classes Files Functions Variables Typedefs
Public Member Functions | Public Attributes | List of all members
DSC::Size< T > Struct Template Reference

Generic size of two coordinates. More...

#include <size.hpp>

Public Member Functions

template<typename T2 >
 operator Size< T2 > () const
 

Public Attributes

width
 
height
 

Detailed Description

template<typename T>
struct DSC::Size< T >

Generic size of two coordinates.

Template Parameters
Ttype of the width/height

Member Data Documentation

◆ height

template<typename T >
T DSC::Size< T >::height

Size height

◆ width

template<typename T >
T DSC::Size< T >::width

Size width


The documentation for this struct was generated from the following file: