![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <dl_entities.h>
Public Member Functions | |
| DL_ControlPointData (double px, double py, double pz, double weight) | |
Public Attributes | |
| double | x |
| double | y |
| double | z |
| double | w |
Spline control point data.
Definition at line 547 of file dl_entities.h.
|
inline |
Constructor. Parameters: see member variables.
Definition at line 552 of file dl_entities.h.
| double DL_ControlPointData::w |
Weight of control point.
Definition at line 566 of file dl_entities.h.
| double DL_ControlPointData::x |
X coordinate of the control point.
Definition at line 560 of file dl_entities.h.
| double DL_ControlPointData::y |
Y coordinate of the control point.
Definition at line 562 of file dl_entities.h.
| double DL_ControlPointData::z |
Z coordinate of the control point.
Definition at line 564 of file dl_entities.h.