CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Math::TRect2Edge< T > Struct Template Reference

#include <CeresEngine/Math/Rect.hpp>

Public Attributes

bottom = 0.0
 The bottom edge inset value.
 
left = 0.0
 The left edge inset value.
 
right = 0.0
 The right edge inset value.
 
top = 0.0
 The top edge inset value.
 

Member Data Documentation

◆ bottom

template<typename T >
T Math::TRect2Edge< T >::bottom = 0.0

The bottom edge inset value.

◆ left

template<typename T >
T Math::TRect2Edge< T >::left = 0.0

The left edge inset value.

◆ right

template<typename T >
T Math::TRect2Edge< T >::right = 0.0

The right edge inset value.

◆ top

template<typename T >
T Math::TRect2Edge< T >::top = 0.0

The top edge inset value.


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