|
QCAD
Open Source 2D CAD
|
#include <dl_entities.h>
Public Member Functions | |
| DL_LeaderVertexData (double px=0.0, double py=0.0, double pz=0.0) | |
| Constructor. | |
Public Attributes | |
| double | x |
| double | y |
| double | z |
Leader Vertex Data.
|
inline |
Constructor.
Parameters: see member variables.
| double DL_LeaderVertexData::x |
X Coordinate of the vertex.
| double DL_LeaderVertexData::y |
Y Coordinate of the vertex.
| double DL_LeaderVertexData::z |
Z Coordinate of the vertex.