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