ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
DL_LineData Struct Reference

#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
 

Detailed Description

Line Data.

Definition at line 207 of file dl_entities.h.

Constructor & Destructor Documentation

◆ DL_LineData()

DL_LineData::DL_LineData ( double  lx1,
double  ly1,
double  lz1,
double  lx2,
double  ly2,
double  lz2 
)
inline

Constructor. Parameters: see member variables.

Definition at line 212 of file dl_entities.h.

Member Data Documentation

◆ x1

double DL_LineData::x1

X Start coordinate of the point.

Definition at line 228 of file dl_entities.h.

◆ x2

double DL_LineData::x2

X End coordinate of the point.

Definition at line 235 of file dl_entities.h.

◆ y1

double DL_LineData::y1

Y Start coordinate of the point.

Definition at line 230 of file dl_entities.h.

◆ y2

double DL_LineData::y2

Y End coordinate of the point.

Definition at line 237 of file dl_entities.h.

◆ z1

double DL_LineData::z1

Z Start coordinate of the point.

Definition at line 232 of file dl_entities.h.

◆ z2

double DL_LineData::z2

Z End coordinate of the point.

Definition at line 239 of file dl_entities.h.


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