QCAD
Open Source 2D CAD
DL_FitPointData Struct Reference

Spline fit point data. More...

#include <dl_entities.h>

Public Member Functions

 DL_FitPointData (double x, double y, double z)
 Constructor. More...
 

Public Attributes

double x
 
double y
 
double z
 

Detailed Description

Spline fit point data.

Constructor & Destructor Documentation

◆ DL_FitPointData()

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

Constructor.

Parameters: see member variables.

Member Data Documentation

◆ x

double DL_FitPointData::x

X coordinate of the fit point.

◆ y

double DL_FitPointData::y

Y coordinate of the fit point.

◆ z

double DL_FitPointData::z

Z coordinate of the fit point.


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