GlPortal Class Reference  0.1.1
Source code documentation of the free and open 3D action puzzle game.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields
radix::Rectangle< T > Class Template Reference

#include <external/RadixEngine/include/radix/core/math/Rectangle.hpp>

Public Member Functions

constexpr Rectangle ()
 
constexpr Rectangle (T x, T y, T w, T h)
 
constexpr void set (T x, T y, T w, T h)
 
constexpr bool hasZeroArea () const
 
constexpr bool operator== (const Rectangle< T > &o) const
 
constexpr bool operator!= (const Rectangle< T > &o) const
 

Data Fields

x
 
y
 
w
 
h
 

Constructor & Destructor Documentation

template<typename T>
constexpr radix::Rectangle< T >::Rectangle ( )
inline
template<typename T>
constexpr radix::Rectangle< T >::Rectangle ( x,
y,
w,
h 
)
inline

Member Function Documentation

template<typename T>
constexpr bool radix::Rectangle< T >::hasZeroArea ( ) const
inline
template<typename T>
constexpr bool radix::Rectangle< T >::operator!= ( const Rectangle< T > &  o) const
inline
template<typename T>
constexpr bool radix::Rectangle< T >::operator== ( const Rectangle< T > &  o) const
inline
template<typename T>
constexpr void radix::Rectangle< T >::set ( x,
y,
w,
h 
)
inline

Field Documentation

template<typename T>
T radix::Rectangle< T >::h
template<typename T>
T radix::Rectangle< T >::w
template<typename T>
T radix::Rectangle< T >::x
template<typename T>
T radix::Rectangle< T >::y

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