Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.hxx73 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;
183 inline DXFVector::DXFVector(const DXFVector & rV) in DXFVector() function in DXFVector
189 inline DXFVector & DXFVector::operator += (const DXFVector & rV) in operator +=()
196 inline DXFVector DXFVector::operator + (const DXFVector & rV) const in operator +()
202 inline DXFVector & DXFVector::operator -= (const DXFVector & rV) in operator -=()
209 inline DXFVector DXFVector::operator - (const DXFVector & rV) const in operator -()
[all …]
H A Ddxfentrd.hxx114 DXFVector aP0; // 10,20,30
115 DXFVector aP1; // 11,21,31
130 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
197 DXFVector aP0; // 10,20,30
198 DXFVector aP1; // 11,21,31
371 DXFVector* pP;
[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()
105 DXFTransform::DXFTransform(const DXFVector & rViewDir, const DXFVector & rViewTarget) : in DXFTransform()
108 DXFVector aV; in DXFTransform()
120 aV=aV*DXFVector(aMX.fx,aMY.fx,aMZ.fx); in DXFTransform()
133 aV=DXFVector(0,0,0)-rViewTarget; in DXFTransform()
150 void DXFTransform::Transform(const DXFVector & rSrc, DXFVector & rTgt) const in Transform()
[all …]
H A Ddxf2mtf.cxx304 DXFVector aC; in DrawCircleEntity()
345 DXFVector aC; in DrawArcEntity()
415 DXFVector aVAdd(0,0,rE.fThickness); in DrawTraceEntity()
440 DXFVector aVAdd(0,0,rE.fThickness); in DrawSolidEntity()
457 DXFVector aV; in DrawTextEntity()
464 aT.TransDir(DXFVector(0,1,0),aV); in DrawTextEntity()
468 aT.TransDir(DXFVector(1,0,0),aV); in DrawTextEntity()
472 aT.Transform( DXFVector( 0, 0, 0 ), aPt ); in DrawTextEntity()
516 DXFVector aV; in DrawAttribEntity()
523 aT.TransDir(DXFVector(0,1,0),aV); in DrawAttribEntity()
[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.cxx440 pP = new DXFVector[ nCount ]; in EvaluateGroup()
629 pP = new DXFVector[ nPointCount ]; in EvaluateGroup()

Completed in 55 milliseconds