|
LIBPOLYMNIA
|
點を表す構造體 [詳解]
#include <ibuf.h>
公開メンバ関数 | |
| Point ()=default | |
| constexpr | Point (int xx, int yy) |
公開変数類 | |
| int | x |
| x座標 [詳解] | |
| int | y |
| y座標 [詳解] | |
點を表す構造體
|
default |
|
inline |
| int polymnia::Point::x |
x座標
| int polymnia::Point::y |
y座標
1.8.14