![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <dl_entities.h>
Public Member Functions | |
| DL_ArcData (double acx, double acy, double acz, double aRadius, double aAngle1, double aAngle2) | |
Public Attributes | |
| double | cx |
| double | cy |
| double | cz |
| double | radius |
| double | angle1 |
| double | angle2 |
Arc Data.
Definition at line 298 of file dl_entities.h.
|
inline |
Constructor. Parameters: see member variables.
Definition at line 303 of file dl_entities.h.
| double DL_ArcData::angle1 |
Startangle of arc in degrees.
Definition at line 327 of file dl_entities.h.
| double DL_ArcData::angle2 |
Endangle of arc in degrees.
Definition at line 329 of file dl_entities.h.
| double DL_ArcData::cx |
X Coordinate of center point.
Definition at line 318 of file dl_entities.h.
| double DL_ArcData::cy |
Y Coordinate of center point.
Definition at line 320 of file dl_entities.h.
| double DL_ArcData::cz |
Z Coordinate of center point.
Definition at line 322 of file dl_entities.h.
| double DL_ArcData::radius |
Radius of arc.
Definition at line 325 of file dl_entities.h.