Home
last modified time | relevance | path

Searched refs:fAngleY (Results 1 – 3 of 3) sorted by path

/trunk/main/basegfx/inc/basegfx/matrix/
H A Db3dhommatrix.hxx83 void rotate(double fAngleX,double fAngleY,double fAngleZ);
/trunk/main/basegfx/source/matrix/
H A Db3dhommatrix.cxx196 void B3DHomMatrix::rotate(double fAngleX,double fAngleY,double fAngleZ) in rotate() argument
198 if(!fTools::equalZero(fAngleX) || !fTools::equalZero(fAngleY) || !fTools::equalZero(fAngleZ)) in rotate()
214 if(!fTools::equalZero(fAngleY)) in rotate()
217 double fSin(sin(fAngleY)); in rotate()
218 double fCos(cos(fAngleY)); in rotate()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1864 … double fAngleY = (double)((sal_Int32)GetPropertyValue( DFF_Prop_c3DYRotationAngle, 0 )) / 65536.0; in ApplyCustomShapeGeometryAttributes() local
1868 aRotateAnglePair.Second.Value <<= fAngleY; in ApplyCustomShapeGeometryAttributes()

Completed in 49 milliseconds