![]() |
SCENE C++ API
2.0.31
|
The LSPointXYZN class is the representation of a scan point with XYZ double coordinates and XYZ float components of the normal vector. More...
#include <lspointtypes.h>
Public Attributes | |
double | x |
The X position of the scan point. | |
double | y |
The Y position of the scan point. | |
double | z |
The Z position of the scan point. | |
float | nX |
The X component of the normal vector. | |
float | nY |
The Y component of the normal vector. | |
float | nZ |
The Z component of the normal vector. | |
The LSPointXYZN class is the representation of a scan point with XYZ double coordinates and XYZ float components of the normal vector.