![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <dl_entities.h>
Public Member Functions | |
| DL_PointData (double px=0.0, double py=0.0, double pz=0.0) | |
Public Attributes | |
| double | x |
| double | y |
| double | z |
Point Data.
Definition at line 185 of file dl_entities.h.
|
inline |
Constructor. Parameters: see member variables.
Definition at line 190 of file dl_entities.h.
| double DL_PointData::x |
X Coordinate of the point.
Definition at line 197 of file dl_entities.h.
| double DL_PointData::y |
Y Coordinate of the point.
Definition at line 199 of file dl_entities.h.
| double DL_PointData::z |
Z Coordinate of the point.
Definition at line 201 of file dl_entities.h.