Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepMesh/
H A DBRepMesh_GeomTool.cxx268 gp_Vec aD2U,aD2V,aD2UV; in Normal() local
269 theSurface->D2(theParamU, theParamV, thePoint, aD1U, aD1V, aD2U, aD2V, aD2UV); in Normal()
271 CSLib::Normal(aD1U, aD1V, aD2U, aD2V, aD2UV, Precision::Angular(), in Normal()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomEvaluator/
H A DGeomEvaluator_OffsetSurface.cxx295 gp_Vec aD2U, aD2V, aD2UV; in D1() local
296 BaseD2 (aU, aV, theValue, theD1U, theD1V, aD2U, aD2V, aD2UV); in D1()
302 CalculateD1(aU, aV, theValue, theD1U, theD1V, aD2U, aD2V, aD2UV); in D1()
/dports/cad/opencascade/opencascade-7.6.0/src/IntWalk/
H A DIntWalk_PWalking.cxx2118 gp_Vec aD1u, aD1v, aD2U, aD2V; in DistanceMinimizeByGradient() local
2121 theASurf2->D1(theInit(3), theInit(4), aP2, aD2U, aD2V); in DistanceMinimizeByGradient()
2130 Standard_Real aGradFV( aP12.Dot(aD2V)); in DistanceMinimizeByGradient()
2163 theASurf2->D1(aParU, aParV, aPt2, aD2U, aD2V); in DistanceMinimizeByGradient()
2190 theASurf2->D1(theInit(3), theInit(4), aPt2, aD2U, aD2V); in DistanceMinimizeByGradient()
2196 aGradFV = aPt12.Dot(aD2V); in DistanceMinimizeByGradient()
/dports/cad/opencascade/opencascade-7.6.0/src/HLRBRep/
H A DHLRBRep_PolyAlgo.cxx637 gp_Vec aD2U, aD2V, aD2UV; in Normal() local
640 … myBSurf.D2 (theNod1RValues.UV.X(), theNod1RValues.UV.Y(), aPnt, aD1U, aD1V, aD2U, aD2V, aD2UV); in Normal()
641 CSLib::Normal (aD1U, aD1V, aD2U, aD2V, aD2UV, in Normal()