CommonLibSSE NG
Loading...
Searching...
No Matches
RE::NiRect< T > Class Template Reference

#include <NiRect.h>

Public Member Functions

 NiRect (T a_left=T(0), T a_right=T(0), T a_top=T(0), T a_bottom=T(0))
 
GetWidth () const
 
GetHeight () const
 

Protected Attributes

left
 
right
 
top
 
bottom
 

Constructor & Destructor Documentation

◆ NiRect()

template<class T >
RE::NiRect< T >::NiRect ( a_left = T(0),
a_right = T(0),
a_top = T(0),
a_bottom = T(0) 
)
inline

Member Function Documentation

◆ GetHeight()

template<class T >
T RE::NiRect< T >::GetHeight ( ) const
inline

◆ GetWidth()

template<class T >
T RE::NiRect< T >::GetWidth ( ) const
inline

Member Data Documentation

◆ bottom

template<class T >
T RE::NiRect< T >::bottom
protected

◆ left

template<class T >
T RE::NiRect< T >::left
protected

◆ right

template<class T >
T RE::NiRect< T >::right
protected

◆ top

template<class T >
T RE::NiRect< T >::top
protected

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