struct
TSize3
template<class T>Encapsulates width/height/depth in a single structure.
Public
Constructors
TSize3<T>
TSize3<T>() = default
TSize3<T>
constexpr TSize3<T>(T width, T height, T depth)
TSize3
TSize3() = default
TSize3
constexpr TSize3(ZeroTag)
TSize3
constexpr TSize3(float width, float height, float depth)
TSize3
TSize3() = default
TSize3
constexpr TSize3(ZeroTag)
TSize3
constexpr TSize3(unsigned int width, unsigned int height, unsigned int depth)
Fields
Width
T Width
Height
T Height
Depth
T Depth
Width
float Width
Height
float Height
Depth
float Depth
Width
unsigned int Width
Height
unsigned int Height
Depth
unsigned int Depth