QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
DL_VertexData Struct Reference

Vertex Data. More...

#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 bulge
 
double x
 
double y
 
double z
 

Detailed Description

Vertex Data.

Constructor & Destructor Documentation

◆ DL_VertexData()

DL_VertexData::DL_VertexData ( double px = 0.0,
double py = 0.0,
double pz = 0.0,
double pBulge = 0.0 )
inline

Constructor.

Parameters: see member variables.

Member Data Documentation

◆ bulge

double DL_VertexData::bulge

Bulge of vertex. (The tangent of 1/4 of the arc angle or 0 for lines)

◆ x

double DL_VertexData::x

X Coordinate of the vertex.

◆ y

double DL_VertexData::y

Y Coordinate of the vertex.

◆ z

double DL_VertexData::z

Z Coordinate of the vertex.


The documentation for this struct was generated from the following file: