Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/V3d/
H A DV3d_View.cxx3498 #define MYEPSILON2 M_PI / 180.0 // Delta between 2 angles in Compute() macro
3499 if (Abs (VPN.Angle (GPN) - M_PI / 2.) < MYEPSILON2) in Compute()