|
QCAD
Open Source 2D CAD
|
#include <dl_entities.h>
Public Member Functions | |
| DL_ArcData (double acx, double acy, double acz, double aRadius, double aAngle1, double aAngle2) | |
| Constructor. | |
Public Attributes | |
| double | angle1 |
| double | angle2 |
| double | cx |
| double | cy |
| double | cz |
| double | radius |
Arc Data.
|
inline |
Constructor.
Parameters: see member variables.
| double DL_ArcData::angle1 |
Startangle of arc in degrees.
| double DL_ArcData::angle2 |
Endangle of arc in degrees.
| double DL_ArcData::cx |
X Coordinate of center point.
| double DL_ArcData::cy |
Y Coordinate of center point.
| double DL_ArcData::cz |
Z Coordinate of center point.
| double DL_ArcData::radius |
Radius of arc.