GlPortal Class Reference
0.1.1
Source code documentation of the free and open 3D action puzzle game.
|
#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 | |
T | x |
T | y |
T | w |
T | h |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
T radix::Rectangle< T >::h |
T radix::Rectangle< T >::w |
T radix::Rectangle< T >::x |
T radix::Rectangle< T >::y |