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

#include <dl_entities.h>

Public Member Functions

 DL_VertexData (double px=0.0, double py=0.0, double pz=0.0, double pBulge=0.0)
 

Public Attributes

double x
 
double y
 
double z
 
double bulge
 

Detailed Description

Vertex Data.

Definition at line 397 of file dl_entities.h.

Constructor & Destructor Documentation

◆ DL_VertexData()

DL_VertexData::DL_VertexData ( double  px = 0.0,
double  py = 0.0,
double  pz = 0.0,
double  pBulge = 0.0 
)
inline

Constructor. Parameters: see member variables.

Definition at line 402 of file dl_entities.h.

References x, y, and z.

Member Data Documentation

◆ bulge

double DL_VertexData::bulge

Bulge of vertex. (The tangent of 1/4 of the arc angle or 0 for lines)

Definition at line 420 of file dl_entities.h.

◆ x

double DL_VertexData::x

X Coordinate of the vertex.

Definition at line 413 of file dl_entities.h.

◆ y

double DL_VertexData::y

Y Coordinate of the vertex.

Definition at line 415 of file dl_entities.h.

◆ z

double DL_VertexData::z

Z Coordinate of the vertex.

Definition at line 417 of file dl_entities.h.


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