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

#include <dl_entities.h>

Public Member Functions

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

Public Attributes

double x
 
double y
 
double z
 
double w
 

Detailed Description

Spline control point data.

Definition at line 547 of file dl_entities.h.

Constructor & Destructor Documentation

◆ DL_ControlPointData()

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

Constructor. Parameters: see member variables.

Definition at line 552 of file dl_entities.h.

References x, y, and z.

Member Data Documentation

◆ w

double DL_ControlPointData::w

Weight of control point.

Definition at line 566 of file dl_entities.h.

◆ x

double DL_ControlPointData::x

X coordinate of the control point.

Definition at line 560 of file dl_entities.h.

◆ y

double DL_ControlPointData::y

Y coordinate of the control point.

Definition at line 562 of file dl_entities.h.

◆ z

double DL_ControlPointData::z

Z coordinate of the control point.

Definition at line 564 of file dl_entities.h.


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