Searched refs:fAngleX (Results 1 – 3 of 3) sorted by relevance
194 void B3DHomMatrix::rotate(double fAngleX,double fAngleY,double fAngleZ) in rotate() argument196 … if(!fTools::equalZero(fAngleX) || !fTools::equalZero(fAngleY) || !fTools::equalZero(fAngleZ)) in rotate()198 if(!fTools::equalZero(fAngleX)) in rotate()201 double fSin(sin(fAngleX)); in rotate()202 double fCos(cos(fAngleX)); in rotate()
83 void rotate(double fAngleX,double fAngleY,double fAngleZ);
1860 … double fAngleX = (double)((sal_Int32)GetPropertyValue( DFF_Prop_c3DXRotationAngle, 0 )) / 65536.0; in ApplyCustomShapeGeometryAttributes() local1863 aRotateAnglePair.First.Value <<= fAngleX; in ApplyCustomShapeGeometryAttributes()