Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/V3d/
H A DV3d_View.cxx2500 Standard_Real aFitSizeV = Abs (theYmax - theYmin); in FitAll() local
2501 Standard_Real aFitAspect = aFitSizeU / aFitSizeV; in FitAll()
2504 aFitSizeV = aFitSizeU / anAspect; in FitAll()
2508 aFitSizeU = aFitSizeV * anAspect; in FitAll()
2512 Scale (aCamera, aFitSizeU, aFitSizeV); in FitAll()