Searched refs:pcurve2 (Results 1 – 5 of 5) sorted by relevance
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/ |
H A D | s1770.c | 70 s1770(SISLCurve *pcurve1,SISLCurve *pcurve2,double aepsge, in s1770() argument 74 void s1770(pcurve1,pcurve2,aepsge,astart1,astart2, in s1770() 77 SISLCurve *pcurve2; 151 if (pcurve1->idim != pcurve2->idim) goto err106; 156 s1770_2D(pcurve1,pcurve2,aepsge,astart1,astart2, 164 tdelta2 = pcurve2->et[pcurve2->in] - pcurve2->et[pcurve2->ik - 1]; 183 s1221(pcurve2,kder,anext2,&kleft2,sval2,&kstat); 205 s1221(pcurve2,kder,anext2+t1[1],&kleft2,sval2,&kstat);
|
H A D | sh1261.c | 55 sh1261(SISLCurve *pcurve1,SISLCurve *pcurve2,double ecoef1[], in sh1261() argument 58 void sh1261(pcurve1,pcurve2,ecoef1,ik1,ecoef2,ik2,rcrtanc,jstat) in sh1261() 59 SISLCurve *pcurve1,*pcurve2,**rcrtanc; in sh1261() 148 if (pcurve2->idim != kdim) goto err106; 156 s1363(pcurve2,&tmin2,&tmax2,&kstat); 165 korder = MAX(pcurve1->ik+ik1-1,pcurve2->ik+ik2-1); 169 s6takeunion(pcurve1->et,pcurve1->ik+pcurve1->in,pcurve2->et, 170 pcurve2->ik+pcurve2->in,&stunion,&knunion,&kstat); 224 s1221(pcurve2,kder,tpar,&kleft,sder2,&kstat); 242 (*rcrtanc)->cuopen = MAX(pcurve1->cuopen,pcurve2->cuopen);
|
H A D | s17702d.c | 100 void s1770_2D(pcurve1,pcurve2,aepsge,astart1,astart2, in s1770_2D() 103 SISLCurve *pcurve2; 198 if (pcurve1->idim != pcurve2->idim) 206 delta[1] = pcurve2->et[pcurve2->in] - pcurve2->et[pcurve2->ik - 1]; 254 s1227(pcurve2,1+order,par_val[1],&kleft2,c2,&kstat); 256 s1221(pcurve2,1+order,par_val[1],&kleft2,c2,&kstat); 432 s1227(pcurve2,1+order,par_val[1],&kleft2,c2,&kstat); 434 s1221(pcurve2,1+order,par_val[1],&kleft2,c2,&kstat); 800 SISLCurve *pcurve2; 871 if (pcurve1->idim != pcurve2->idim) goto err106; [all …]
|
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/ |
H A D | BRepOffset_Inter2d.cxx | 462 Handle(Geom2d_Curve) pcurve2 = BRep_Tool::CurveOnSurface(E2, F, f[2], l[2]); in EdgeInter() 464 Geom2dAdaptor_Curve GAC2(pcurve2, f[2], l[2]); in EdgeInter() 723 Handle(Geom2d_Curve) pcurve2 = BRep_Tool::CurveOnSurface(E2, F, f[2], l[2]); in RefEdgeInter() 725 Geom2dAdaptor_Curve GAC2(pcurve2, f[2], l[2]); in RefEdgeInter()
|
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/include/ |
H A D | sislP.h | 1934 void sh1261(SISLCurve *pcurve1,SISLCurve *pcurve2,double ecoef1[],
|