#include <dl_entities.h>
Public Member Functions | |
| DL_EllipseData (double ecx, double ecy, double ecz, double emx, double emy, double emz, double eRatio, double eAngle1, double eAngle2) | |
| Constructor. | |
Public Attributes | |
| double | cx |
| double | cy |
| double | cz |
| double | mx |
| double | my |
| double | mz |
| double | ratio |
| double | angle1 |
| double | angle2 |
|
||||||||||||||||||||||||||||||||||||||||
|
Constructor. Parameters: see member variables. |
|
|
Startangle of ellipse in rad. |
|
|
Endangle of ellipse in rad. |
|
|
X Coordinate of center point. |
|
|
Y Coordinate of center point. |
|
|
Z Coordinate of center point. |
|
|
X coordinate of the endpoint of the major axis. |
|
|
Y coordinate of the endpoint of the major axis. |
|
|
Z coordinate of the endpoint of the major axis. |
|
|
Ratio of minor axis to major axis.. |
1.4.4