28 #ifndef _DXF2VRML_LINE_SEGMENT_
29 #define _DXF2VRML_LINE_SEGMENT_
31 #include <dime/util/Linear.h>
38 const dxfdouble startWidth,
const dxfdouble endwidth,
39 const dxfdouble thickness);
63 #endif // _DXF2VRML_LINE_SEGMENT_
void set(const dimeVec3f &p0, const dimeVec3f &p1, const dxfdouble startWidth, const dxfdouble endwidth, const dxfdouble thickness)
Definition: linesegment.cpp:102
The dxfLineSegment class handles lines with width and/or height. This class support several connected...
Definition: linesegment.h:34
The dimeVec3f class is for containing and operating on a 3D vector / coordinate.
Definition: Linear.h:56
void convert(dxfLineSegment *prev, dxfLineSegment *next, dxfLayerData *data, dimeMatrix *matrix)
Definition: linesegment.cpp:124
The dimeMatrix class is for containing and operating on a four-by-four matrix.
Definition: Linear.h:151
The dxfLayerData class handles all geometry for a given color index. DXF geometry is grouped into dif...
Definition: layerdata.h:36