Home
last modified time | relevance | path

Searched refs:D1u (Results 1 – 25 of 59) sorted by relevance

123

/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_CSFunction.cxx69 gp_Vec D1u,D1v,D1w; in Derivatives() local
74 Adaptor3d_HSurfaceTool::D1(SURFACE1,X(1),X(2),Psurf,D1u,D1v); in Derivatives()
79 D(1,1) = D1u.X(); in Derivatives()
82 D(2,1) = D1u.Y(); in Derivatives()
85 D(3,1) = D1u.Z(); in Derivatives()
95 gp_Vec D1u,D1v,D1w; in Values() local
101 Adaptor3d_HSurfaceTool::D1(SURFACE1,X(1),X(2),Psurf,D1u,D1v); in Values()
106 D(1,1) = D1u.X(); in Values()
109 D(2,1) = D1u.Y(); in Values()
112 D(3,1) = D1u.Z(); in Values()
H A DIntPatch_ALine.lxx62 return curv.D1u(U,P,Du); // D1u leve l exception DomainError
H A DIntPatch_LineConstructor.cxx1574 gp_Vec D1u,D1v; in Perform() local
1576 mySurf2->D1(U2,V2,P,D1u,D1v); in Perform()
1579 Tol = ComputeParametricTolerance( myDom2->Tol3d(myDom2->Value()), D1u,D1v); in Perform()
1599 D1uD1u = D1u.Dot(D1u); in Perform()
1601 D1uD1v = D1u.Dot(D1v); in Perform()
1602 TgD1u = P0Px.Dot(D1u); in Perform()
1653 gp_Vec D1u,D1v; in Perform() local
1655 mySurf1->D1(U1,V1,P,D1u,D1v); in Perform()
1678 D1uD1u = D1u.Dot(D1u); in Perform()
1680 D1uD1v = D1u.Dot(D1v); in Perform()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IntImp/
H A DIntImp_ZerCSParFunc.gxx53 gp_Vec D1u,D1v,D1w;
54 ThePSurfaceTool::D1(surface,X(1),X(2),Psurf,D1u,D1v);
56 D(1,1) = D1u.X();
59 D(2,1) = D1u.Y();
62 D(3,1) = D1u.Z();
72 gp_Vec D1u,D1v,D1w;
73 ThePSurfaceTool::D1(surface,X(1),X(2),Psurf,D1u,D1v);
75 D(1,1) = D1u.X();
78 D(2,1) = D1u.Y();
81 D(3,1) = D1u.Z();
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntImp_ZerCSParFunc.gxx53 gp_Vec D1u,D1v,D1w;
54 ThePSurfaceTool::D1(surface,X(1),X(2),Psurf,D1u,D1v);
56 D(1,1) = D1u.X();
59 D(2,1) = D1u.Y();
62 D(3,1) = D1u.Z();
72 gp_Vec D1u,D1v,D1w;
73 ThePSurfaceTool::D1(surface,X(1),X(2),Psurf,D1u,D1v);
75 D(1,1) = D1u.X();
78 D(2,1) = D1u.Y();
81 D(3,1) = D1u.Z();
H A DIntPatch_ALine.lxx62 return curv.D1u(U,P,Du); // D1u leve l exception DomainError
H A DIntAna_Curve.hxx71 Standard_EXPORT Standard_Boolean D1u (const Standard_Real Theta, gp_Pnt& P, gp_Vec& V);
H A DBRepApprox_SurfaceTool.hxx82 …tor_Surface& S, const Standard_Real u, const Standard_Real v, gp_Pnt& P, gp_Vec& D1u, gp_Vec& D1v);
H A DHLRBRep_SurfaceTool.hxx85 …dard_Address S, const Standard_Real u, const Standard_Real v, gp_Pnt& P, gp_Vec& D1u, gp_Vec& D1v);
H A DHLRBRep_BSurfaceTool.hxx86 …tor_Surface& S, const Standard_Real u, const Standard_Real v, gp_Pnt& P, gp_Vec& D1u, gp_Vec& D1v);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntImp_ZerCSParFunc.gxx53 gp_Vec D1u,D1v,D1w;
54 ThePSurfaceTool::D1(surface,X(1),X(2),Psurf,D1u,D1v);
56 D(1,1) = D1u.X();
59 D(2,1) = D1u.Y();
62 D(3,1) = D1u.Z();
72 gp_Vec D1u,D1v,D1w;
73 ThePSurfaceTool::D1(surface,X(1),X(2),Psurf,D1u,D1v);
75 D(1,1) = D1u.X();
78 D(2,1) = D1u.Y();
81 D(3,1) = D1u.Z();
H A DIntPatch_ALine.lxx62 return curv.D1u(U,P,Du); // D1u leve l exception DomainError
H A DIntAna_Curve.hxx69 Standard_EXPORT Standard_Boolean D1u (const Standard_Real Theta, gp_Pnt& P, gp_Vec& V);
H A DBRepApprox_SurfaceTool.hxx96 …tor_Surface& S, const Standard_Real u, const Standard_Real v, gp_Pnt& P, gp_Vec& D1u, gp_Vec& D1v);
H A DHLRBRep_SurfaceTool.hxx96 …dard_Address S, const Standard_Real u, const Standard_Real v, gp_Pnt& P, gp_Vec& D1u, gp_Vec& D1v);
H A DHLRBRep_BSurfaceTool.hxx96 …tor_Surface& S, const Standard_Real u, const Standard_Real v, gp_Pnt& P, gp_Vec& D1u, gp_Vec& D1v);
H A DAdaptor3d_HSurfaceTool.hxx95 …d_HSurface)& S, const Standard_Real u, const Standard_Real v, gp_Pnt& P, gp_Vec& D1u, gp_Vec& D1v);
/dports/math/R-cran-lava/lava/R/
H A Dstack.R29 stack.estimate <- function(x,model2,D1u,inv.D2u, argument
40 D1u <- numDeriv::jacobian(U,coef(x))
41 D1u <- colSums(D1u)
86 D1u <- crossprod(apply(u2,2,function(x) -na.pass0(x/propensity)),dpropensity)
91 iid3 <- -t(inv.D2u%*%(D1u%*%t(iid1.)))
/dports/cad/opencascade/opencascade-7.6.0/src/IntSurf/
H A DIntSurf_Quadric.cxx207 gp_Vec D1u,D1v; in Gradient() local
208 ElSLib::ConeD1(U,V,ax3,prm1,prm2,Pp,D1u,D1v); in Gradient()
209 grad=D1u.Crossed(D1v); in Gradient()
278 gp_Vec D1u,D1v; in ValAndGrad() local
281 ElSLib::ConeD1(U,V,ax3,prm1,prm2,Pp,D1u,D1v); in ValAndGrad()
285 Grad=D1u.Crossed(D1v); in ValAndGrad()
424 gp_Vec D1u,D1v; in Normale() local
425 ElSLib::ConeD1(U,V,ax3,prm1,prm2,P,D1u,D1v); in Normale()
426 if(D1u.Magnitude()<0.0000001) { in Normale()
430 return(D1u.Crossed(D1v)); in Normale()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomAdaptor/
H A DGeomAdaptor_SurfaceOfLinearExtrusion.cxx407 gp_Vec D1u, newZ; in Plane() local
424 myBasisCurve->D1(prm,P,D1u); in Plane()
425 newZ = D1u.Normalized().Crossed(myDirection); in Plane()
428 gp_Ax3 Ax3(P,gp_Dir(newZ),gp_Dir(D1u)); in Plane()
/dports/math/R-cran-lava/lava/man/
H A Dstack.estimate.Rd10 D1u,
27 \item{D1u}{Derivative of score of model 2 w.r.t. parameter vector of model 1}
/dports/cad/opencascade/opencascade-7.6.0/src/IntAna/
H A DIntAna_Curve.hxx71 Standard_EXPORT Standard_Boolean D1u (const Standard_Real Theta, gp_Pnt& P, gp_Vec& V);
/dports/cad/opencascade/opencascade-7.6.0/src/BRepApprox/
H A DBRepApprox_SurfaceTool.hxx82 …tor_Surface& S, const Standard_Real u, const Standard_Real v, gp_Pnt& P, gp_Vec& D1u, gp_Vec& D1v);
/dports/cad/opencascade/opencascade-7.6.0/src/HLRBRep/
H A DHLRBRep_SurfaceTool.hxx85 …dard_Address S, const Standard_Real u, const Standard_Real v, gp_Pnt& P, gp_Vec& D1u, gp_Vec& D1v);
H A DHLRBRep_BSurfaceTool.hxx86 …tor_Surface& S, const Standard_Real u, const Standard_Real v, gp_Pnt& P, gp_Vec& D1u, gp_Vec& D1v);

123