QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
DL_ControlPointData Struct Reference

Spline control point data. More...

#include <dl_entities.h>

Public Member Functions

 DL_ControlPointData (double px, double py, double pz, double weight)
 Constructor.
 

Public Attributes

double w
 
double x
 
double y
 
double z
 

Detailed Description

Spline control point data.

Constructor & Destructor Documentation

◆ DL_ControlPointData()

DL_ControlPointData::DL_ControlPointData ( double px,
double py,
double pz,
double weight )
inline

Constructor.

Parameters: see member variables.

Member Data Documentation

◆ w

double DL_ControlPointData::w

Weight of control point.

◆ x

double DL_ControlPointData::x

X coordinate of the control point.

◆ y

double DL_ControlPointData::y

Y coordinate of the control point.

◆ z

double DL_ControlPointData::z

Z coordinate of the control point.


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