![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <dl_entities.h>
Public Member Functions | |
| DL_FitPointData (double x, double y, double z) | |
Public Attributes | |
| double | x |
| double | y |
| double | z |
Spline fit point data.
Definition at line 572 of file dl_entities.h.
|
inline |
Constructor. Parameters: see member variables.
Definition at line 577 of file dl_entities.h.
| double DL_FitPointData::x |
X coordinate of the fit point.
Definition at line 580 of file dl_entities.h.
| double DL_FitPointData::y |
Y coordinate of the fit point.
Definition at line 582 of file dl_entities.h.
| double DL_FitPointData::z |
Z coordinate of the fit point.
Definition at line 584 of file dl_entities.h.