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

#include <dl_entities.h>

Public Member Functions

 DL_FitPointData (double x, double y, double z)
 

Public Attributes

double x
 
double y
 
double z
 

Detailed Description

Spline fit point data.

Definition at line 572 of file dl_entities.h.

Constructor & Destructor Documentation

◆ DL_FitPointData()

DL_FitPointData::DL_FitPointData ( double  x,
double  y,
double  z 
)
inline

Constructor. Parameters: see member variables.

Definition at line 577 of file dl_entities.h.

Member Data Documentation

◆ x

double DL_FitPointData::x

X coordinate of the fit point.

Definition at line 580 of file dl_entities.h.

◆ y

double DL_FitPointData::y

Y coordinate of the fit point.

Definition at line 582 of file dl_entities.h.

◆ z

double DL_FitPointData::z

Z coordinate of the fit point.

Definition at line 584 of file dl_entities.h.


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