#include <dl_entities.h>
Definition at line 127 of file dl_entities.h.
Public Member Functions | |
| DL_PointData (double px=0.0, double py=0.0, double pz=0.0) | |
| Constructor. | |
Public Attributes | |
| double | x |
| double | y |
| double | z |
| DL_PointData::DL_PointData | ( | double | px = 0.0, |
|
| double | py = 0.0, |
|||
| double | pz = 0.0 | |||
| ) | [inline] |
| double DL_PointData::x |
X Coordinate of the point.
Definition at line 141 of file dl_entities.h.
Referenced by Builder::addArc(), Builder::addCircle(), Builder::addPoint(), DL_PointData(), and DL_Dxf::writePoint().
| double DL_PointData::y |
Y Coordinate of the point.
Definition at line 143 of file dl_entities.h.
Referenced by Builder::addArc(), Builder::addCircle(), Builder::addPoint(), DL_PointData(), and DL_Dxf::writePoint().
| double DL_PointData::z |
Z Coordinate of the point.
Definition at line 145 of file dl_entities.h.
Referenced by Builder::addArc(), Builder::addCircle(), Builder::addPoint(), and DL_PointData().
1.5.1