Lines Matching refs:mfRotateX
268 mfRotateX(-20.0), in Svx3DLightControl()
293 mfRotateX(-20.0), in Svx3DLightControl()
758 aObjectRotation.rotate(mfRotateX, mfRotateY, mfRotateZ); in SetObjectType()
787 rVer = mfRotateX / F_PI180; // -90.0..90.0 in GetPosition()
828 if(mfRotateX != fVer || mfRotateY != fHor) in SetPosition()
830 mfRotateX = fVer * F_PI180; in SetPosition()
836 aObjectRotation.rotate(mfRotateX, mfRotateY, mfRotateZ); in SetPosition()
849 if(fRotX != mfRotateX || fRotY != mfRotateY || fRotZ != mfRotateZ) in SetRotation()
851 mfRotateX = fRotX; in SetRotation()
858 aObjectRotation.rotate(mfRotateX, mfRotateY, mfRotateZ); in SetRotation()
869 rRotX = mfRotateX; in GetRotation()