Home
last modified time | relevance | path

Searched refs:DXFVector (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.hxx66 class DXFVector { class
72 inline DXFVector(double fX=0.0, double fY=0.0, double fZ=0.0);
73 inline DXFVector(const DXFVector & rV);
76 DXFVector & operator += (const DXFVector & rV);
77 DXFVector operator + (const DXFVector & rV) const;
78 DXFVector & operator -= (const DXFVector & rV);
79 DXFVector operator - (const DXFVector & rV) const;
82 DXFVector operator * (const DXFVector & rV) const;
85 double SProd(const DXFVector & rV) const;
88 DXFVector & operator *= (double fs);
[all …]
H A Ddxfentrd.hxx81 DXFVector aExtrusion; // 210,220,230
114 DXFVector aP0; // 10,20,30
115 DXFVector aP1; // 11,21,31
130 DXFVector aP0; // 10,20,30
145 DXFVector aP0; // 10,20,30
161 DXFVector aP0; // 10,20,30
179 DXFVector aP0; // 10,20,30
180 DXFVector aP1; // 11,21,31
181 DXFVector aP2; // 12,22,32
182 DXFVector aP3; // 13,23,33
[all …]
H A Ddxfvec.cxx34 double DXFVector::Abs() const in Abs()
40 DXFVector DXFVector::Unit() const in Unit()
46 else return DXFVector(1.0,0.0,0.0); in Unit()
63 const DXFVector & rShift) : in DXFTransform()
74 const DXFVector & rShift) : in DXFTransform()
89 DXFTransform::DXFTransform(const DXFVector & rExtrusion) : in DXFTransform()
94 aMX = DXFVector(0.0, 1.0, 0.0) * rExtrusion; in DXFTransform()
97 aMX = DXFVector(0.0, 0.0, 1.0) * rExtrusion; in DXFTransform()
105 DXFTransform::DXFTransform(const DXFVector & rViewDir, const DXFVector & rViewTarget) : in DXFTransform()
108 DXFVector aV; in DXFTransform()
[all …]
H A Ddxf2mtf.cxx274 rTransform.Transform(rE.aP0+DXFVector(0,0,rE.fThickness),aP2); in DrawLineEntity()
275 rTransform.Transform(rE.aP1+DXFVector(0,0,rE.fThickness),aP3); in DrawLineEntity()
293 rTransform.Transform(rE.aP0+DXFVector(0,0,rE.fThickness),aP1); in DrawPointEntity()
304 DXFVector aC; in DrawCircleEntity()
319 rE.aP0+DXFVector(rE.fRadius*cos(fAng),rE.fRadius*sin(fAng),0), in DrawCircleEntity()
329 rE.aP0+DXFVector(rE.fRadius*cos(fAng),rE.fRadius*sin(fAng),rE.fThickness), in DrawCircleEntity()
345 DXFVector aC; in DrawArcEntity()
355 DXFVector aVS(cos(fA1/180.0*3.14159265359),sin(fA1/180.0*3.14159265359),0.0); in DrawArcEntity()
358 DXFVector aVE(cos((fA1+fdA)/180.0*3.14159265359),sin((fA1+fdA)/180.0*3.14159265359),0.0); in DrawArcEntity()
382 rE.aP0+DXFVector(rE.fRadius*cos(fAng),rE.fRadius*sin(fAng),0), in DrawArcEntity()
[all …]
H A Ddxfreprd.cxx34 void DXFBoundingBox::Union(const DXFVector & rVector) in Union()
195 DXFVector aVector; in ReadHeader()
253 DXFVector aP; in CalcBoundingBox()
266 DXFVector aP; in CalcBoundingBox()
307 DXFVector aP; in CalcBoundingBox()
349 DXFVector aP; in CalcBoundingBox()
H A Ddxftblrd.hxx124 DXFVector aDirection; // 16,26,36
125 DXFVector aTarget; // 17,27,37
H A Ddxftblrd.cxx151 aDirection=DXFVector(0,0,1); in DXFVPort()
152 aTarget=DXFVector(0,0,0); in DXFVPort()
H A Ddxfblkrd.hxx44 DXFVector aBasePoint; // 10,20,30
H A Ddxfreprd.hxx48 void Union(const DXFVector & rVector);
H A Ddxfentrd.cxx437 pP = new DXFVector[ nCount ]; in EvaluateGroup()
615 pP = new DXFVector[ nPointCount ]; in EvaluateGroup()