Home
last modified time | relevance | path

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

/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()
200 if(!fTools::equalZero(fAngleX)) in rotate()
203 double fSin(sin(fAngleX)); in rotate()
204 double fCos(cos(fAngleX)); in rotate()
/trunk/main/basegfx/inc/basegfx/matrix/
H A Db3dhommatrix.hxx83 void rotate(double fAngleX,double fAngleY,double fAngleZ);
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1863 … double fAngleX = (double)((sal_Int32)GetPropertyValue( DFF_Prop_c3DXRotationAngle, 0 )) / 65536.0; in ApplyCustomShapeGeometryAttributes() local
1866 aRotateAnglePair.First.Value <<= fAngleX; in ApplyCustomShapeGeometryAttributes()

Completed in 49 milliseconds