Home
last modified time | relevance | path

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

/trunk/main/tools/source/generic/
H A Db3dtrans.cxx156 mfNearBound = 0.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()
481 aRet.expand(basegfx::B3DTuple(mfLeftBound, mfBottomBound, mfNearBound)); in GetDeviceVolume()
489 if(mfNearBound != fF) in SetFrontClippingPlane()
491 mfNearBound = fF; in SetFrontClippingPlane()
/trunk/main/tools/inc/tools/
H A Db3dtrans.hxx109 double mfNearBound; member in B3dTransformationSet
181 double GetFrontClippingPlane() { return mfNearBound; } in GetFrontClippingPlane()

Completed in 15 milliseconds