Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx343 double frx,fry,fA1,fdA,fAng; in DrawArcEntity() local
349 fA1=rE.fStart; in DrawArcEntity()
350 fdA=rE.fEnd-fA1; 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()
380 fAng=3.14159265359/180.0 * ( fA1 + fdA/(double)(nPoints-1)*(double)i ); in DrawArcEntity()
390 fAng=3.14159265359/180.0 * ( fA1 + fdA/(double)(nPoints-1)*(double)i ); in DrawArcEntity()

Completed in 18 milliseconds