Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/point/
H A Db2ipoint.cxx41 double fTempX( in operator *=() local
60 fTempX /= fTempM; in operator *=()
65 mnX = fround(fTempX); in operator *=()
H A Db2dpoint.cxx43 double fTempX( in operator *=() local
62 fTempX /= fTempM; in operator *=()
67 mfX = fTempX; in operator *=()
H A Db3ipoint.cxx34 double fTempX( in operator *=() local
61 fTempX /= fTempM; in operator *=()
67 mnX = fround(fTempX); in operator *=()
H A Db3dpoint.cxx34 double fTempX( in operator *=() local
61 fTempX /= fTempM; in operator *=()
67 mfX = fTempX; in operator *=()
H A Db2dhompoint.cxx42 const double fTempX( rMat.get(0,0)*maTuple.getX() + in operator *=() local
53 maTuple.setX( fTempX ); in operator *=()
/trunk/main/basegfx/source/vector/
H A Db3dvector.cxx80 const double fTempX( rMat.get(0,0)*mfX + rMat.get(0,1)*mfY + rMat.get(0,2)*mfZ ); in operator *=() local
83 mfX = fTempX; in operator *=()
H A Db2dvector.cxx105 const double fTempX( rMat.get(0,0)*mfX + in operator *=() local
109 mfX = fTempX; in operator *=()

Completed in 31 milliseconds