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

#include <dl_entities.h>

Public Member Functions

 DL_PointData (double px=0.0, double py=0.0, double pz=0.0)
 

Public Attributes

double x
 
double y
 
double z
 

Detailed Description

Point Data.

Definition at line 185 of file dl_entities.h.

Constructor & Destructor Documentation

◆ DL_PointData()

DL_PointData::DL_PointData ( double  px = 0.0,
double  py = 0.0,
double  pz = 0.0 
)
inline

Constructor. Parameters: see member variables.

Definition at line 190 of file dl_entities.h.

References x, y, and z.

Member Data Documentation

◆ x

double DL_PointData::x

X Coordinate of the point.

Definition at line 197 of file dl_entities.h.

◆ y

double DL_PointData::y

Y Coordinate of the point.

Definition at line 199 of file dl_entities.h.

◆ z

double DL_PointData::z

Z Coordinate of the point.

Definition at line 201 of file dl_entities.h.


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