LIBPOLYMNIA
公開メンバ関数 | 公開変数類 | 全メンバ一覧
polymnia::Rect 構造体

長方形を表す構造體 [詳解]

#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 [詳解]
 

詳解

長方形を表す構造體

構築子と解体子

◆ Rect() [1/2]

polymnia::Rect::Rect ( )
default

◆ Rect() [2/2]

constexpr polymnia::Rect::Rect ( int  x,
int  y,
int  xx,
int  yy 
)
inline

メンバ詳解

◆ x1

int polymnia::Rect::x1

x座標1

◆ x2

int polymnia::Rect::x2

x座標2

◆ y1

int polymnia::Rect::y1

y座標1

◆ y2

int polymnia::Rect::y2

y座標2


この構造体詳解は次のファイルから抽出されました: