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);
The dimeMatrix class is for containing and operating on a four-by-four matrix.
Definition Linear.h:159
The dimeVec3f class is for containing and operating on a 3D vector / coordinate.
Definition Linear.h:62
The dxfLayerData class handles all geometry for a given color index. DXF geometry is grouped into dif...
Definition layerdata.h:41
The dxfLineSegment class handles lines with width and/or height. This class support several connected...
Definition linesegment.h:40
void convert(dxfLineSegment *prev, dxfLineSegment *next, dxfLayerData *data, dimeMatrix *matrix)
Definition linesegment.cpp:138
void set(const dimeVec3f &p0, const dimeVec3f &p1, const dxfdouble startWidth, const dxfdouble endwidth, const dxfdouble thickness)
Definition linesegment.cpp:116