Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_CorrectedFrenet.cxx953 gp_Vec2d aVec, PrevVec; in EvaluateBestMode() local
974 Standard_Real theAngle = PrevVec.Angle(aVec); in EvaluateBestMode()
978 PrevVec = aVec; in EvaluateBestMode()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx4836 gp_Vec PrevVec; in ChFi3d_IsSmooth() local
4850 PrevVec = gp_Vec(P1, P2); in ChFi3d_IsSmooth()
4880 Standard_Real Angle = PrevVec.Angle( Vec ); in ChFi3d_IsSmooth()
4883 Standard_Real Ratio = Vec.Magnitude() / PrevVec.Magnitude(); in ChFi3d_IsSmooth()
4888 PrevVec = Vec; in ChFi3d_IsSmooth()