Home
last modified time | relevance | path

Searched refs:mfFarBound (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/source/generic/
H A Db3dtrans.cxx157 mfFarBound = 1.001; in Reset()
378 const double fDistPart((mfFarBound - mfNearBound) * 0.0001); in CalcViewport()
384 …Frustum(aNewProjection, fLeft, fRight, fBottom, fTop, mfNearBound - fDistPart, mfFarBound + fDistP… in CalcViewport()
388 …Ortho(aNewProjection, fLeft, fRight, fBottom, fTop, mfNearBound - fDistPart, mfFarBound + fDistPar… in CalcViewport()
482 aRet.expand(basegfx::B3DTuple(mfRightBound, mfTopBound, mfFarBound)); in GetDeviceVolume()
500 if(mfFarBound != fB) in SetBackClippingPlane()
502 mfFarBound = fB; in SetBackClippingPlane()
/trunk/main/tools/inc/tools/
H A Db3dtrans.hxx110 double mfFarBound; member in B3dTransformationSet
183 double GetBackClippingPlane() { return mfFarBound; } in GetBackClippingPlane()

Completed in 20 milliseconds