構造要素の各要素の座標を表す構造体 [詳細]
#include <mode.h>
Public 型 | |
| typedef ptrdiff_t | difference_type |
| 符号付整数型 | |
Public メソッド | |
| point (difference_type xx, difference_type yy, difference_type zz) | |
| コンストラクタ | |
変数 | |
| difference_type | x |
| X軸方向の座標値 | |
| difference_type | y |
| Y軸方向の座標値 | |
| difference_type | z |
| Z軸方向の座標値 | |
構造要素の各要素の座標を表す構造体
|
inline |
コンストラクタ
| [in] | xx | … X座標値 |
| [in] | yy | … Y座標値 |
| [in] | zz | … Z座標値 |
1.8.1.2