Home
last modified time | relevance | path

Searched refs:clippoly (Results 1 – 22 of 22) sorted by relevance

/dports/math/octave-forge-geometry/geometry-4.0.0/inst/private/
H A D__dbl2int64__.m16 function [opol, xy_mean, xy_magn] = __dbl2int64__ (inpoly, clippoly=[], xy_mean=[], xy_magn=[])
18 if (isempty (clippoly))
19 clippoly = zeros (0, size (inpoly, 2)); variable
24 xy_mean = mean ([inpoly; clippoly] (isfinite ([inpoly; clippoly](:, 1)), :));
26 xy_magn = max ([inpoly; clippoly] (isfinite ([inpoly; clippoly](:, 1)), :)) ...
27 - min ([inpoly; clippoly] (isfinite ([inpoly; clippoly](:, 1)), :));
/dports/math/octave-forge-mapping/mapping-1.4.1/inst/private/
H A D__dbl2int64__.m16 function [opol, xy_mean, xy_magn] = __dbl2int64__ (inpoly, clippoly=[], xy_mean=[], xy_magn=[])
18 if (isempty (clippoly))
19 clippoly = zeros (0, size (inpoly, 2)); variable
24 xy_mean = mean ([inpoly; clippoly] (isfinite ([inpoly; clippoly](:, 1)), :));
26 xy_magn = max ([inpoly; clippoly] (isfinite ([inpoly; clippoly](:, 1)), :)) ...
27 - min ([inpoly; clippoly] (isfinite ([inpoly; clippoly](:, 1)), :));
/dports/math/octave-forge-geometry/geometry-4.0.0/src/
H A Dpolybool_mrf.cc49 octave_map clippoly = args(1).map_value (); variable
82 ncontours = clippoly.numel();
83 px_iter = clippoly.seek ("x");
84 py_iter = clippoly.seek ("y");
87 Array<double> X = clippoly.contents(px_iter)(i).array_value();
88 Array<double> Y = clippoly.contents(py_iter)(i).array_value();
/dports/math/octave-forge-geometry/geometry-4.0.0/inst/
H A DclipPolyline_clipper.m44 function [olin, nlin] = clipPolyline_clipper (inpoly, clippoly, method=1)
53 if (! isnumeric (clippoly) || size (clippoly, 2) < 2)
54 error (" clipPolyline: clippoly should be a numeric Nx2 array");
59 [inpol, xy_mean, xy_magn] = __dbl2int64__ (inpoly, clippoly);
61 clpol = __dbl2int64__ (clippoly, [], xy_mean, xy_magn);
H A DclipPolygon_clipper.m84 function [outpoly, npol] = clipPolygon_clipper (inpoly, clippoly, method=1, rules=0, rulec=0)
94 if (! isnumeric (clippoly) || size (clippoly, 2) < 2)
96 "clipPolygon: clippoly should be a numeric Nx2 array");
105 [inpol, xy_mean, xy_magn] = __dbl2int64__ (inpoly, clippoly);
107 clpol = __dbl2int64__ (clippoly, [], xy_mean, xy_magn);
H A DclipPolygon_mrf.m73 function [outpol, npol] = clipPolygon_mrf (inpoly, clippoly=[], method=1)
81 if(isempty(inpoly) || isempty(clippoly))
91 if (! isnumeric (clippoly) || size (clippoly, 2) < 2)
93 "clipPolygon_mrf: clippoly should be a numeric Nx2 array");
101 clpol = __polytostruct__ (clippoly);
/dports/math/R-cran-gpclib/gpclib/src/
H A DRgpc.c29 SEXP Rgpc_polygon_clip(SEXP subjpoly, SEXP clippoly, SEXP op) { in Rgpc_polygon_clip() argument
37 PROTECT(clippoly = AS_NUMERIC(clippoly)); in Rgpc_polygon_clip()
40 nclip = LENGTH(clippoly); in Rgpc_polygon_clip()
43 xclippoly = NUMERIC_POINTER(clippoly); in Rgpc_polygon_clip()
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/widgets/
H A Dhisto.py557 clippoly = qt.QPolygonF()
558 qtloops.polygonClip(fillpoly, cliprect, clippoly)
560 path.addPolygon(clippoly)
H A Dbar.py465 clippoly = qt.QPolygonF()
466 utils.polygonClip(poly, clip, clippoly)
468 path.addPolygon(clippoly)
/dports/games/tesseract-data/tesseract/src/engine/
H A Docta.cpp1370 bool clippoly(poly &p, const facebounds &b) in clippoly() function
1513 if(mincubeface(cu, orient, o, size, b) && clippoly(p, b)) in genpoly()
/dports/games/tesseract/tesseract/src/engine/
H A Docta.cpp1370 bool clippoly(poly &p, const facebounds &b) in clippoly() function
1513 if(mincubeface(cu, orient, o, size, b) && clippoly(p, b)) in genpoly()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Docta.cpp1437 bool clippoly(poly &p, const facebounds &b) in clippoly() function
1580 if(mincubeface(cu, orient, o, size, b) && clippoly(p, b)) in genpoly()
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Docta.cpp1432 bool clippoly(poly &p, const facebounds &b) in clippoly() function
1575 if(mincubeface(cu, orient, o, size, b) && clippoly(p, b)) in genpoly()
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Docta.cpp1432 bool clippoly(poly &p, const facebounds &b) in clippoly() function
1575 if(mincubeface(cu, orient, o, size, b) && clippoly(p, b)) in genpoly()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrwindow.c1143 clippoly(objc, w->uselx, w->usehx, w->usely, w->usehy); in us_showpoly()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2070 void clippoly(POLYGON *poly, INTBIG lx, INTBIG hx, INTBIG ly, INTBIG hy);
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C7168 npoints = clippoly(npoints,i); in drawmapview()
7320 npoints = clippoly(npoints,i); in drawmapview()
7377 clippoly (long npoints, long clipstat) in clippoly() function
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C7208 npoints = clippoly(npoints,i); in drawmapview()
7360 npoints = clippoly(npoints,i); in drawmapview()
7417 clippoly (long npoints, long clipstat) in clippoly() function
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c4087 static int clippoly(int npoints, int clipstat) in clippoly() function
5951 npoints = clippoly(npoints,i); in drawmapview()
6105 npoints = clippoly(npoints,i); in drawmapview()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp6941 static int32_t clippoly(int32_t npoints, int32_t clipstat) in clippoly() function
9865 npoints = clippoly(npoints,i); in renderDrawMapView()
10016 npoints = clippoly(npoints,i); in renderDrawMapView()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c3995 void clippoly(POLYGON *in, INTBIG lx, INTBIG hx, INTBIG ly, INTBIG hy) in clippoly() function
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimwindow.c1911 clippoly(poly, schemwin->uselx, schemwin->usehx, schemwin->usely, schemwin->usehy); in sim_window_updatelayoutwindow()