#include <dl_entities.h>
Public Member Functions | |
DL_VertexData (double px=0.0, double py=0.0, double pz=0.0, double pBulge=0.0) | |
Constructor. | |
Public Attributes | |
double | x |
double | y |
double | z |
double | bulge |
|
Constructor. Parameters: see member variables. |
|
Bulge of vertex. (The tangent of 1/4 of the arc angle or 0 for lines) |
|
X Coordinate of the vertex. |
|
Y Coordinate of the vertex. |
|
Z Coordinate of the vertex. |