Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/V3d/
H A DV3d_View.cxx2261 Standard_Real aFOVyRad = ATan (focale / (aCamera->Distance() * 2.0)); in SetFocale() local
2263 aCamera->SetFOVy (aFOVyRad * (360 / M_PI)); in SetFocale()