Home
last modified time | relevance | path

Searched refs:apex (Results 1 – 25 of 1861) sorted by last modified time

12345678910>>...75

/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/lib/
H A DPmwBase.py1683 apex = bw + majorDimension - offset
1686 apex = bw + offset
1696 coords = (low, base, high, base, middle, apex)
1698 coords = (base, low, base, high, apex, middle)
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/lib/
H A DPmwBase.py1660 apex = bw + majorDimension - offset
1663 apex = bw + offset
1673 coords = (low, base, high, base, middle, apex)
1675 coords = (base, low, base, high, apex, middle)
/dports/textproc/link-grammar/link-grammar-5.8.0/data/en/words/
H A Dwords.n.1-vowel334 apex.n
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/
H A DChangeLog59133 http://labs.oracle.com/pls/apex/f?p=labs:49:::::P49_PROJECT_ID:13 ]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/
H A DRELNOTES1810 the name to be at the apex of the zone.
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/
H A DRELNOTES1810 the name to be at the apex of the zone.
/dports/net/ooni-probe-cli/
H A D.license-catalog.mk5 …template-fb15b899a751_GH0.tar.gz alecthomas-units-ff826a37aa15_GH0.tar.gz apex-log-v1.9.0_GH0.tar.…
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/
H A DRELNOTES1810 the name to be at the apex of the zone.
/dports/net/ooni-mini/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=ooni-probe-engine-v0.23.0_GH0.tar.gz apex-log-v1.9.0_GH0.tar.gz cheekybits-genny…
/dports/math/gap/gap-4.11.0/pkg/simpcomp/lib/
H A Doperations.gi1936 apex:=arg[2];
1956 if IsBound(apex) and apex in labels then
1962 if IsBound(apex) then
1963 cc:=SC([[apex]]);
1971 if IsBound(apex) then
1977 cone:=List(facets,x->Union(x,[apex]));
1981 SCRename(cc,Concatenation("cone over ",SCName(complex)," with apex ",String(apex)));
2035 apex:=arg[2];
2046 if IsBound(apex) then
2047 if apex in labels then
[all …]
/dports/math/gap/gap-4.11.0/pkg/simpcomp/doc/
H A Dsimpcomp.tex6443 …lor}{$\triangleright$\enspace\texttt{SCClose({\mdseries\slshape complex[, apex]})\index{SCClose@\t…
6451 …ver its boundary. If \mbox{\texttt{\mdseries\slshape apex}} is specified it is assigned to the ape…
6468 …Color}{$\triangleright$\enspace\texttt{SCCone({\mdseries\slshape complex, apex})\index{SCCone@\tex…
6476 …mdseries\slshape complex}} is united with \mbox{\texttt{\mdseries\slshape apex}}. If not, an arbit…
6477 the function returns the new complex in the standard vertex labeling from $1$ to $n+1$ and the apex
6479 …a \texttt{SCSimplicialComplex} object and \mbox{\texttt{\mdseries\slshape apex}} is not specified,…
/dports/math/gambit/gambit-16.0.1/src/tools/enumpoly/
H A Dpelqhull.cc1257 coorda= apex; in qh_detsimplex()
1264 det, qh_pointid(apex), dim, *nearzero)); in qh_detsimplex()
4576 vertexT *apex; in qh_makenewfacets() local
4582 apex= qh_newvertex(point); in qh_makenewfacets()
4583 apex->newlist= True; in qh_makenewfacets()
4584 qh_appendvertex (apex); in qh_makenewfacets()
4596 newfacet= qh_makenew_simplicial (visible, apex, &numnew); in qh_makenewfacets()
4614 return apex; in qh_makenewfacets()
4650 qh_setappend (&vertices, apex); in qh_makenew_nonsimplicial()
4677 newfacet->id, apex->id, ridge->id, neighbor->id)); in qh_makenew_nonsimplicial()
[all …]
/dports/graphics/opendx/dx-4.4.4/help/
H A Ddxall138812 . This is a pyramid with an apex at the #!F-adobe-times-bold-r-normal--18*
16 formed by the sides of the pyramid at the apex and
/dports/games/spring/spring_98.0/rts/Map/SMF/ROAM/
H A DPatch.cpp334 …sellate(TriTreeNode* const tri, const int2 left, const int2 right, const int2 apex, const int node) in RecursTessellate() argument
366 RecursTessellate(tri->LeftChild, apex, left, center, (node << 1) ); in RecursTessellate()
367 RecursTessellate(tri->RightChild, right, apex, center, (node << 1) + 1); in RecursTessellate()
379 void Patch::RecursRender(TriTreeNode* const tri, const int2 left, const int2 right, const int2 apex) in RecursRender() argument
382 indices.push_back(apex.x + apex.y * (PATCH_SIZE + 1)); in RecursRender()
390 RecursRender(tri->LeftChild, apex, left, center); in RecursRender()
391 RecursRender(tri->RightChild, right, apex, center); in RecursRender()
566 const float3& v1 = *(float3*)&vertices[(apex.x + apex.y * (PATCH_SIZE + 1))*3]; in RecursBorderRender()
609 RecursBorderRender(va, tri->LeftChild, apex, left, center, i + 1, !left_); in RecursBorderRender()
613 return RecursBorderRender(va, tri->LeftChild, apex, left, center, i + 1, left_); in RecursBorderRender()
[all …]
H A DPatch.h146 …void RecursTessellate(TriTreeNode* const tri, const int2 left, const int2 right, const int2 apex, …
147 void RecursRender(TriTreeNode* const tri, const int2 left, const int2 right, const int2 apex);
150 …TriTreeNode* const& tri, const int2& left, const int2& right, const int2& apex, int i, bool left_);
/dports/devel/elixir-apex/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=BjRo-apex-v1.2.1_GH0.tar.gz
/dports/devel/bit/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=chriswalz-bit-v1.1.2_GH0.tar.gz AlecAivazis-survey-v2.2.9_GH0.tar.gz apex-log-v1…
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/dict/
H A Dpgw34211 as, the <i>apex</i> of a mountain, spire, or cone; the <i>apex</i>, or tip,
34482 L. <i>apex</i>, <i>apicis</i>.] <def>Situated at, or near, the apex;
188659 but in a pointed arch to the apex only.</def></p>
305799 an opening at the apex; -- called also <i>keyhole
340763 forms the apex of the penis, and the extremity of the
480261 -- said of the apex of some shells.</def></p>
534759 the apex.</def></p>
539486 reversed curve near the apex.</cd></p>
765866 of a leaf to the apex, with a small curve.</def></p>
771904 the apex; of or pertaining to the part just below the apex.</def></p>
[all …]
H A Droget2164 210. Summit -- N. summit, summity†; top, peak, vertex, apex, zenith, pinnacle, acme, culmination, m…
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/lib/
H A Dwords1327 apex
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/man/
H A Dlookman.index1033 apex /usr/local/plan9/man/man3/matrix.3
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/qhull-2003.1/src/
H A Dgeom.h131 realT qh_detsimplex(pointT *apex, setT *points, int dim, boolT *nearzero);
136 realT qh_facetarea_simplex (int dim, coordT *apex, setT *vertices,
H A Dmerge.h112 void qh_premerge (vertexT *apex, realT maxcentrum, realT maxangle);
H A Dpoly.h216 facetT *qh_makenew_nonsimplicial (facetT *visible, vertexT *apex, int *numnew);
217 facetT *qh_makenew_simplicial (facetT *visible, vertexT *apex, int *numnew);
H A Dio.c1560 vertexT *apex; in qh_printcentrum() local
1581 apex= SETfirstt_(facet->vertices, vertexT); in qh_printcentrum()
1582 qh_distplane(apex->point, facet, &dist); in qh_printcentrum()
1583 projpt= qh_projectpoint(apex->point, facet, dist); in qh_printcentrum()

12345678910>>...75