|
LIBPOLYMNIA
|
長方形を表す構造體 [詳解]
#include <ibuf.h>
公開メンバ関数 | |
| Rect ()=default | |
| constexpr | Rect (int x, int y, int xx, int yy) |
公開変数類 | |
| int | x1 |
| x座標1 [詳解] | |
| int | y1 |
| y座標1 [詳解] | |
| int | x2 |
| x座標2 [詳解] | |
| int | y2 |
| y座標2 [詳解] | |
長方形を表す構造體
|
default |
|
inline |
| int polymnia::Rect::x1 |
x座標1
| int polymnia::Rect::x2 |
x座標2
| int polymnia::Rect::y1 |
y座標1
| int polymnia::Rect::y2 |
y座標2
1.8.14