|
QCAD
Open Source 2D CAD
|
Spline control point data. More...
#include <dl_entities.h>
Public Member Functions | |
| DL_ControlPointData (double px, double py, double pz, double weight) | |
| Constructor. | |
Public Attributes | |
| double | w |
| double | x |
| double | y |
| double | z |
Spline control point data.
|
inline |
Constructor.
Parameters: see member variables.
| double DL_ControlPointData::w |
Weight of control point.
| double DL_ControlPointData::x |
X coordinate of the control point.
| double DL_ControlPointData::y |
Y coordinate of the control point.
| double DL_ControlPointData::z |
Z coordinate of the control point.