![]() |
QCAD
Open Source 2D CAD
|
Spline fit point data. More...
#include <dl_entities.h>
Public Member Functions | |
DL_FitPointData (double x, double y, double z) | |
Constructor. | |
Public Attributes | |
double | x |
double | y |
double | z |
Spline fit point data.
|
inline |
Constructor.
Parameters: see member variables.
double DL_FitPointData::x |
X coordinate of the fit point.
double DL_FitPointData::y |
Y coordinate of the fit point.
double DL_FitPointData::z |
Z coordinate of the fit point.