Home
last modified time | relevance | path

Searched refs:p2d1 (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/fxt/fxt/src/comb/
H A Dwfl-hilbert.h60 ulong p2d1; // 2^d - 1 variable
74 this->p2d1 = (1UL << dm) - 1; in wfl_hilbert()
120 if (j == p2d1) return (gray(j-1) << dim) | gray(j); in decor()
130 ulong el = e >> dim, er = e & p2d1; in compo()
131 ulong fl = f >> dim, fr = f & p2d1; in compo()
151 ulong gl = (((fl << 1) | (fl >> (dim-1))) & p2d1) ^ el; in compo()
152 ulong gr = (((fr << 1) | (fr >> (dim-1))) & p2d1) ^ el; in compo()
160 ulong el = e >> dim, er = e & p2d1; in inverse_ept()
164 p2r = (p2r >> 1UL) | ((p2r << (dim-1UL)) & p2d1); in inverse_ept()
165 gl = (gl | (gl >> dim)) & p2d1; in inverse_ept()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d.cxx290 gp_Pnt2d p2d1,p2d2; in ConcaveSide() local
292 p2d1 = pc1.Value(par); in ConcaveSide()
294 S1.D1(p2d1.X(),p2d1.Y(),pt1,DU1,DV1); in ConcaveSide()
325 S1.D2(p2d1.X(),p2d1.Y(),pt1,DU1,DV1,DDU,DDV,DDUV); in ConcaveSide()
371 p2d1.SetX(p2d1.X() + u); p2d1.SetY(p2d1.Y() + v); in ConcaveSide()
374 S1.D1(p2d1.X(),p2d1.Y(),pt1,DU1,DV1); in ConcaveSide()
H A DChFi3d_ChBuilder_C3.cxx509 gp_Pnt2d p2d1,p2d2; in PerformThreeCorner() local
511 p2d1 = fddeb->Interference(jf[deb][fin]).PCurveOnSurf()->Value(p[deb][fin]); in PerformThreeCorner()
513 p2d1 = fddeb->Interference(jf[deb][fin]).PCurveOnSurf()->Value(p[deb][pivot]); in PerformThreeCorner()
518 p3d[pivot],p2d1,p3d[fin],p2d2, in PerformThreeCorner()
529 p2d1 = fdfin->Interference(jf[fin][deb]).PCurveOnSurf()->Value(p[fin][deb]); in PerformThreeCorner()
533 p2d1 = fdfin->Interference(jf[fin][deb]).PCurveOnSurf()->Value(p[fin][pivot]); in PerformThreeCorner()
537 p3dface,p2d1,p3d[deb],p2d2, in PerformThreeCorner()
H A DChFi3d_Builder_CnCrn.cxx535 FairCurve_Batten Bat(p2d1,p2d2,h); in CalculBatten()
550 CalculDroite(p2d1,xdir,ydir,pcurve); in CalculBatten()
2079 gp_Pnt2d p2d1, p2d2; in PerformMoreThreeCorner() local
2091 xdir= p2d2.X()-p2d1.X(); in PerformMoreThreeCorner()
2092 ydir= p2d2.Y()-p2d1.Y(); in PerformMoreThreeCorner()
2238 gp_Pnt2d p2d1, p2d2; in PerformMoreThreeCorner() local
2281 PI1=0<=p2d1.X() && p2d1.X() <=M_PI; in PerformMoreThreeCorner()
2285 xx=p2d1.X(); in PerformMoreThreeCorner()
2288 p2d1.SetX(xx); in PerformMoreThreeCorner()
2298 xdir= p2d2.X()-p2d1.X(); in PerformMoreThreeCorner()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/baml/tests/
H A Dtest_appearance.cxx110 vgl_point_2d<double> p2d1(u1, v1); in update_hist_multi_regions() local
111 verts_2d_1.push_back(p2d1); bb1.add(p2d1); in update_hist_multi_regions()
112 hverts_2d_1.emplace_back(p2d1); in update_hist_multi_regions()
179 vgl_point_2d<double> p2d1(u1, v1); in test_appearance() local
180 verts_2d_1.push_back(p2d1); bb1.add(p2d1); in test_appearance()
181 hverts_2d_1.emplace_back(p2d1); in test_appearance()
H A Dtest_dem_appear.cxx184 vgl_point_2d<double> p2d1(u1, v1); in test_dem_appear() local
185 verts_2d_1.push_back(p2d1); bb1.add(p2d1); in test_dem_appear()
186 hverts_2d_1.emplace_back(p2d1); in test_dem_appear()
/dports/cad/netgen/netgen-6.2.2105/libsrc/stlgeom/
H A Dstltool.hpp144 Point<2> p2d1, p2d2; member in netgen::STLBoundarySeg
160 p2d1 = chart->Project2d (p1); in STLBoundarySeg()
163 boundingbox.Set (p2d1); in STLBoundarySeg()
174 const Point<2> & P2D1() const { return p2d1; } in P2D1()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeUpgrade/
H A DShapeUpgrade_ShapeConvertToBezier.cxx264 gp_Pnt2d p2d1 = bezier->Value(f1); in Perform() local
287 if(p2d1.Distance(p2d1next) > Precision::PConfusion()) { in Perform()
288 gp_Pnt2d pmid = 0.5*(p2d1.XY() + p2d1next.XY()); in Perform()
296 if(p2d1.Distance(p2d2next) > Precision::PConfusion()) { in Perform()
297 gp_Pnt2d pmid = 0.5*(p2d1.XY() + p2d2next.XY()); in Perform()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeAnalysis/
H A DShapeAnalysis_Wire.cxx771 gp_Pnt2d& p2d1, gp_Pnt2d& p2d2) in CheckDegenerated() argument
910 p2d1 = c2d->Value ( b ); in CheckDegenerated()
961 gp_Pnt2d p2d1, p2d2; in CheckDegenerated() local
962 return CheckDegenerated ( num, p2d1, p2d2 ); in CheckDegenerated()
1471 gp_Pnt2d &p2d1, gp_Pnt2d &p2d2) in CheckLacking() argument
1503 anAdapt.D1(b, p2d1, v1); in CheckLacking()
1512 v12 = p2d2.XY() - p2d1.XY(); in CheckLacking()
1630 gp_Pnt2d p2d1, p2d2; in CheckNotchedEdges() local
1639 c2d1->D1 ( a1, p2d1, v1 ); in CheckNotchedEdges()
1641 c2d1->D1 ( b1, p2d1, v1 ); in CheckNotchedEdges()
[all …]
H A DShapeAnalysis_Surface.hxx199 Standard_EXPORT Standard_Boolean IsDegenerated (const gp_Pnt2d& p2d1,
H A DShapeAnalysis_Edge.cxx448 gp_Pnt2d p2d1 = c2d->Value (f2d), in CheckCurve3dWithPCurve() local
454 surface->Value (p2d1.X(), p2d1.Y()).Transformed (location.Transformation()), in CheckCurve3dWithPCurve()
H A DShapeAnalysis_Wire.hxx404 …acking (const Standard_Integer num, const Standard_Real Tolerance, gp_Pnt2d& p2d1, gp_Pnt2d& p2d2);
/dports/misc/vxl/vxl-3.3.2/core/vpgl/algo/tests/
H A Dtest_affine_tensor_transfer.cxx398 vgl_point_2d<double> p2d1 = acam1.project(p3d); in test_affine_tensor_transfer() local
401 std::cout << "ap1 " << p2d1 << std::endl; in test_affine_tensor_transfer()
450 vgl_homg_point_2d<double> hp0(p2d0), hp1(p2d1), hp2(p2d2); in test_affine_tensor_transfer()
456 …"tr_p1 " << thp1.x() / thp1.w() << ' ' << thp1.y() / thp1.w() << " compared to " << p2d1.x() << ' ' in test_affine_tensor_transfer()
457 << p2d1.y() << std::endl; in test_affine_tensor_transfer()
463 double er_p1 = fabs(thp1.x() / thp1.w() - p2d1.x()) + fabs(thp1.y() / thp1.w() - p2d1.y()); in test_affine_tensor_transfer()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/stlgeom/
H A Dstltool.hpp109 Point<2> p2d1, p2d2; member in STLBoundarySeg
128 const Point<2> & P2D1() const { return p2d1; } in P2D1()
H A Dstltool.cpp843 p2d1 = chart->Project2d (p1); in STLBoundarySeg()
846 boundingbox.Set (p2d1); in STLBoundarySeg()
1130 Point<2> p2d1 = chart->Project2d (p1); in TestSegChartNV() local
1134 box2d.Set (p2d1); in TestSegChartNV()
1143 Line2d l1 (p2d1, p2d2); in TestSegChartNV()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/stlgeom/
H A Dstltool.hpp109 Point<2> p2d1, p2d2; member in STLBoundarySeg
128 const Point<2> & P2D1() const { return p2d1; } in P2D1()
H A Dstltool.cpp845 p2d1 = chart->Project2d (p1); in STLBoundarySeg()
848 boundingbox.Set (p2d1); in STLBoundarySeg()
1131 Point<2> p2d1 = chart->Project2d (p1); in TestSegChartNV() local
1135 box2d.Set (p2d1); in TestSegChartNV()
1144 Line2d l1 (p2d1, p2d2); in TestSegChartNV()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_Wire.cxx1624 gp_Pnt2d p2d1 = c2d1->Value ( b1 ); in FixShifted() local
1626 box.Add ( p2d1 ); in FixShifted()
1630 Standard_Real dx = Abs ( p2d2.X() - p2d1.X() ); in FixShifted()
1636 Standard_Real dy = Abs ( p2d2.Y() - p2d1.Y() ); in FixShifted()
1717 gp_Pnt2d p2d1, p2d2; in FixDegenerated() local
1718 myAnalyzer->CheckDegenerated ( num, p2d1, p2d2 ); in FixDegenerated()
1733 gp_Vec2d vect2d ( p2d1, p2d2 ); in FixDegenerated()
1735 Handle(Geom2d_Line) line2d = new Geom2d_Line ( p2d1, dir2d ); in FixDegenerated()
2940 gp_Pnt2d p2d1, p2d2; in FixLacking() local
2977 gp_Pnt2d p2d = 0.5 * ( p2d1.XY() + p2d2.XY() ); in FixLacking()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepTool/
H A DTopOpeBRepTool_CLASSI.cxx254 gp_Pnt2d p2d1(u1,v1); in Classip2d() local
261 BRepClass_FaceClassifier class2(ffi2,p2d1,tol2d2); in Classip2d()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DShapeAnalysis_Surface.hxx199 Standard_EXPORT Standard_Boolean IsDegenerated (const gp_Pnt2d& p2d1,
H A DShapeAnalysis_Wire.hxx404 …acking (const Standard_Integer num, const Standard_Real Tolerance, gp_Pnt2d& p2d1, gp_Pnt2d& p2d2);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DShapeAnalysis_Surface.hxx211 Standard_EXPORT Standard_Boolean IsDegenerated (const gp_Pnt2d& p2d1,
H A DShapeAnalysis_Wire.hxx404 …acking (const Standard_Integer num, const Standard_Real Tolerance, gp_Pnt2d& p2d1, gp_Pnt2d& p2d2);
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_MakeOffset.cxx2444 gp_Pnt2d p2d1, p2d2; in CorrectConicalFaces() local
2468 gp_Pnt2d p2d1, p2d2; in CorrectConicalFaces() local
2477 p2d1 = aC2d->Value(f); in CorrectConicalFaces()
2479 if (p2d1.X() < Ufirst) in CorrectConicalFaces()
2480 Ufirst = p2d1.X(); in CorrectConicalFaces()
2481 if (p2d1.X() > Ulast) in CorrectConicalFaces()
2482 Ulast = p2d1.X(); in CorrectConicalFaces()
2496 p2d1 = aC2d->Value(f); in CorrectConicalFaces()
2524 if (p2d1.Y() > 0.) in CorrectConicalFaces()
2526 Vfirst = p2d1.Y(); Vlast = M_PI/2.; in CorrectConicalFaces()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/target/
H A Dtargen.c2434 double p1d, p2d, p1d1, p2d1; in main() local
2472 p2d1 = p2nd1 = 0.0; in main()
2474 p2d1 = delays[p2+1]; in main()
2478 tdelay = udelay - p1d - p2d - p1d1 - p2d1 + p1nd + p2nd + p1nd1 + p2nd1; in main()
2504 p2d1 = p2nd1 = 0.0; in main()
2506 p2d1 = delays[p2+1]; in main()
2510 tdelay = udelay - p1d - p2d - p1d1 - p2d1 + p1nd + p2nd + p1nd1 + p2nd1; in main()

12