Home
last modified time | relevance | path

Searched refs:gons (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/dports/math/R-cran-maps/maps/R/
H A Ddb.r39 function(database = "world", gons, fill = FALSE, xlim = c(-1e30, 1e30), argument
42 ngon <- length(gons)
43 gnames <- names(gons)
47 gons = as.integer(gons),
53 gons <- z$gons
59 as.integer(gons),
/dports/lang/racket/racket-8.3/share/pkgs/deinprogramm/deinprogramm/DMdA/tests/
H A Dmatch.rkt14 gons bare?
109 ((gons a b) (list 'gons a b)))))
114 (check-equal? (foo (gons 1 2)) '(gons 1 2)))))
/dports/lang/racket/racket-8.3/share/pkgs/deinprogramm/deinprogramm/sdp/tests/
H A Dmatch.rkt18 gons bare?
124 ((gons a b) (list 'gons a b)))))
129 (check-equal? (foo (gons 1 2)) '(gons 1 2)))))
/dports/math/p5-CAD-Calc/CAD-Calc-0.27/t/
H A Doffset.t13 my @gons = CAD::Calc::offset([ [0,0], [1,0], [1,1], [0,1] ], 0.25);
14 ok(@gons == 1);
/dports/math/R-cran-maps/maps/man/
H A Dinternal.Rd13 mapgetg(database, gons, fill, xlim, ylim)
/dports/science/py-scimath/scimath-4.2.0/scimath/units/
H A Dangle.py44 gons = grad
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dprojections.hpp92 bool doConn, DLongGDL* &gons, bool doGons,
H A Dplotting.cpp1703 DLongGDL *gons, *lines; in GDLgrProjectedPolygonPlot() local
1715 …DDoubleGDL *res = gdlProjForward( ref, localMap, lons, lats, conn, doConn, gons, doFill, lines, !d… in GDLgrProjectedPolygonPlot()
1721 conn = gons; in GDLgrProjectedPolygonPlot()
1744 if ( doFill ) GDLDelete( gons ); in GDLgrProjectedPolygonPlot()
H A Dprojections.cpp60 DLongGDL* gons = NULL; in map_proj_forward_fun() local
145 …res = gdlProjForward(ref, map, lon, lat, connectivity, doConn, gons, doGons, lines, doLines, doFil… in map_proj_forward_fun()
146 if (doGons) e->SetKW(gonsIx, gons); in map_proj_forward_fun()
/dports/graphics/nanort/nanort-b1feea8/examples/ptex/
H A DREADME.md11 Face must be triangle or quad. No n-gons(n >= 5) are supported.
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/modules/
H A DposixAccount.inc811 $gons = $this->findGroupOfNames();
845 if (isset($gons[$toAdd[$i]])) {
862 if (isset($gons[$toRem[$i]])) {
919 if (isset($gons[$i]['member'])) {
1908 foreach ($gons as $dn => $attr) {
2204 $gons = array();
2206 $gons[] = $this->gonList[$i];
2208 usort($gons, 'compareDN');
2209 $gonCount = sizeof($gons);
2211 $gons[$i] = getAbstractDN($gons[$i]);
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/po/wesnoth-editor/
H A Dracv.po29 msgstr "Hexàgons en radi 1"
34 msgstr "Hexàgons en radi 2"
39 msgstr "Llínea d'hexàgons NO–SE"
44 msgstr "Llínea d'hexàgons SO–NE"
H A Dca.po37 msgstr "Radi de 2 hexàgons"
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Wavefront/
H A DREADME.md83 …ices => array of the number of vertices per face(e.g. 3 = triangle, 4 = quad , 5 or more = N-gons).
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Wavefront/
H A DREADME.md83 …ices => array of the number of vertices per face(e.g. 3 = triangle, 4 = quad , 5 or more = N-gons).
/dports/graphics/blender/blender-2.91.0/doc/python_api/rst/
H A Dinfo_gotcha.rst171 Since 2.63 n-gons are supported, this adds some complexity
212 - Good *(When n-gons cannot be used)*
213 - Good *(n-gons, extra memory overhead)*
244 - Tessfaces should not be used for editing geometry because doing so will cause existing n-gons to …
252 the choice mostly depends on whether the target format supports n-gons or not.
255 - Tessfaces work well for exporting to formats which don't support n-gons,
/dports/games/warzone2100/warzone2100/tools/blender/2.9x/pie_addon/
H A DREADME.md43 *1: N-gons should not be used in exported meshes due to UV corruption. Quads will be triangulated c…
/dports/math/octave-forge-mapping/mapping-1.4.1/
H A DNEWS179 shaperead.m: improve reading Nr. of parts (of Polylines/-gons)
/dports/math/gap/gap-4.11.0/pkg/fining/lib/
H A Ddiagram.gi1233 edgeverbosity:=1; #default shorthand for generalized n-gons
1283 elif edgeverbosity = 1 and Size(Set(ParametersEdge(e)))= 1 then #shorthand generalized n-gons
1314 edgeverbosity:=1; #default shorthand for generalized n-gons
1364 elif edgeverbosity = 1 and Size(Set(ParametersEdge(e)))= 1 then #shorthand generalized n-gons
/dports/multimedia/tinyobjloader/tinyobjloader-2.0.0rc8-3-g7ba4b65/
H A DREADME.md212 …ices => array of the number of vertices per face(e.g. 3 = triangle, 4 = quad , 5 or more = N-gons).
/dports/math/octave-forge-mapping/mapping-1.4.1/inst/
H A Dmapshow.m377 ## Include all polylines/-gons/multipatches with at least
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/PyGeodesy.egg-info/
H A DPKG-INFO265 …ographiclib geohash geoid geoidHeight GeoidHeights georef Girard gnomonic gons grades gradians Har…
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/
H A DPKG-INFO265 …ographiclib geohash geoid geoidHeight GeoidHeights georef Girard gnomonic gons grades gradians Har…
/dports/graphics/openrm/rm160/
H A DOLD-RELEASENOTES1290 4. Added RM_POLYS primitive - a collection of n-gons may be stored
1427 n-gons. The trans2d program reveals this problem - drag the circles
1521 4. Added RM_POLYS primitive - a collection of n-gons may be stored
1658 n-gons. The trans2d program reveals this problem - drag the circles
/dports/textproc/hyphen/hyphen-2.8.8/
H A Dtbhyphext.tex556 pen-ta-gons

12345678910>>...12