![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <dl_entities.h>
Public Member Functions | |
| DL_LineData (double lx1, double ly1, double lz1, double lx2, double ly2, double lz2) | |
Public Attributes | |
| double | x1 |
| double | y1 |
| double | z1 |
| double | x2 |
| double | y2 |
| double | z2 |
Line Data.
Definition at line 207 of file dl_entities.h.
|
inline |
Constructor. Parameters: see member variables.
Definition at line 212 of file dl_entities.h.
| double DL_LineData::x1 |
X Start coordinate of the point.
Definition at line 228 of file dl_entities.h.
| double DL_LineData::x2 |
X End coordinate of the point.
Definition at line 235 of file dl_entities.h.
| double DL_LineData::y1 |
Y Start coordinate of the point.
Definition at line 230 of file dl_entities.h.
| double DL_LineData::y2 |
Y End coordinate of the point.
Definition at line 237 of file dl_entities.h.
| double DL_LineData::z1 |
Z Start coordinate of the point.
Definition at line 232 of file dl_entities.h.
| double DL_LineData::z2 |
Z End coordinate of the point.
Definition at line 239 of file dl_entities.h.