![]() |
0.4.3
|
![]() |
#include <PointXYZ.h>
Public 成员函数 | |
PointXYZ () | |
PointXYZ (float _x, float _y, float _z) | |
~PointXYZ ()=default | |
PointXYZ (const PointXYZ &)=default | |
PointXYZ & | operator= (const PointXYZ &)=default |
PointXYZ (PointXYZ &&)=default | |
PointXYZ & | operator= (PointXYZ &&)=default |
bool | isNan () const |
Public 属性 | |
float | x |
float | y |
float | z |
静态 Public 属性 | |
static const int | X_POS = 0 |
static const int | Y_POS = 4 |
static const int | Z_POS = 8 |
三维点
在文件 PointXYZ.h 第 24 行定义.
|
inline |
在文件 PointXYZ.h 第 26 行定义.
|
inline |
在文件 PointXYZ.h 第 28 行定义.
|
default |
|
default |
|
default |
|
inline |
float ALSON::PointXYZ::x |
在文件 PointXYZ.h 第 55 行定义.
float ALSON::PointXYZ::y |
在文件 PointXYZ.h 第 56 行定义.
float ALSON::PointXYZ::z |
在文件 PointXYZ.h 第 57 行定义.
|
static |
在文件 PointXYZ.h 第 59 行定义.
|
static |
在文件 PointXYZ.h 第 60 行定义.
|
static |
在文件 PointXYZ.h 第 61 行定义.