LIBEUNOMIA
|
長方形 [詳解]
#include <rect.h>
公開メンバ関数 | |
Rect ()=default | |
constexpr | Rect (int l, int t, int r, int b) noexcept |
void | normalize () noexcept(std::is_nothrow_move_constructible< int >::value &&std::is_nothrow_move_assignable< int >::value) |
constexpr bool | isNormalized () const noexcept |
constexpr int | width () const noexcept |
constexpr int | height () const noexcept |
公開変数類 | |
int | left |
左端のX座標 | |
int | top |
上端のY座標 | |
int | right |
右端のX座標 | |
int | bottom |
下端のY座標 | |
長方形
|
default |
|
inlinenoexcept |
int eunomia::Rect::bottom |
下端のY座標
int eunomia::Rect::left |
左端のX座標
int eunomia::Rect::right |
右端のX座標
int eunomia::Rect::top |
上端のY座標