Home
last modified time | relevance | path

Searched refs:oppoapex (Results 1 – 12 of 12) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/
H A Dtriangle.c6812 vertex oppoapex; variable
6837 apex(oppotri, oppoapex);
6849 (oppoapex != m->infvertex1) && (oppoapex != m->infvertex2) &&
6850 (oppoapex != m->infvertex3);
6860 if (nonregular(m, b, triorg, tridest, triapex, oppoapex) > 0.0) {
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/triangle/
H A Dtriangle.c6837 vertex oppoapex; variable
6862 apex(oppotri, oppoapex);
6874 (oppoapex != m->infvertex1) && (oppoapex != m->infvertex2) &&
6875 (oppoapex != m->infvertex3);
6885 if (nonregular(m, b, triorg, tridest, triapex, oppoapex) > 0.0) {
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/triangle/src_c/
H A Dtriangle.c6805 vertex oppoapex; variable
6830 apex(oppotri, oppoapex);
6842 (oppoapex != m->infvertex1) && (oppoapex != m->infvertex2) &&
6843 (oppoapex != m->infvertex3);
6853 if (nonregular(m, b, triorg, tridest, triapex, oppoapex) > 0.0) {
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/triangle/
H A Dtriangle.c6812 vertex oppoapex; variable
6837 apex(oppotri, oppoapex);
6849 (oppoapex != m->infvertex1) && (oppoapex != m->infvertex2) &&
6850 (oppoapex != m->infvertex3);
6860 if (nonregular(m, b, triorg, tridest, triapex, oppoapex) > 0.0) {
/dports/math/py-triangle/triangle-20200424/c/
H A Dtriangle.c6817 vertex oppoapex; variable
6842 apex(oppotri, oppoapex);
6854 (oppoapex != m->infvertex1) && (oppoapex != m->infvertex2) &&
6855 (oppoapex != m->infvertex3);
6865 if (nonregular(m, b, triorg, tridest, triapex, oppoapex) > 0.0) {
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_gridding/nn/
H A Dtriangle.c6575 vertex oppoapex; variable
6600 apex(oppotri, oppoapex);
6612 (oppoapex != m->infvertex1) && (oppoapex != m->infvertex2) &&
6613 (oppoapex != m->infvertex3);
6623 if (nonregular(m, b, triorg, tridest, triapex, oppoapex) > 0.0) {
/dports/math/libmesh/libmesh-1.6.2/contrib/triangle/
H A Dtriangle.c6815 vertex oppoapex; variable
6840 apex(oppotri, oppoapex);
6852 (oppoapex != m->infvertex1) && (oppoapex != m->infvertex2) &&
6853 (oppoapex != m->infvertex3);
6863 if (nonregular(m, b, triorg, tridest, triapex, oppoapex) > 0.0) {
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/
H A Dtriangle.c6812 vertex oppoapex; variable
6837 apex(oppotri, oppoapex);
6849 (oppoapex != m->infvertex1) && (oppoapex != m->infvertex2) &&
6850 (oppoapex != m->infvertex3);
6860 if (nonregular(m, b, triorg, tridest, triapex, oppoapex) > 0.0) {
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dtriangle.c6830 vertex oppoapex; variable
6855 apex(oppotri, oppoapex);
6867 (oppoapex != m->infvertex1) && (oppoapex != m->infvertex2) &&
6868 (oppoapex != m->infvertex3);
6878 if (nonregular(m, b, triorg, tridest, triapex, oppoapex) > 0.0) {
/dports/math/triangle/triangle-1.6_5/
H A Dtriangle.c6805 vertex oppoapex; variable
6830 apex(oppotri, oppoapex);
6842 (oppoapex != m->infvertex1) && (oppoapex != m->infvertex2) &&
6843 (oppoapex != m->infvertex3);
6853 if (nonregular(m, b, triorg, tridest, triapex, oppoapex) > 0.0) {
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/gtkgensurf/
H A Dtriangle.c5179 point oppoapex; in checkdelaunay() local
5204 apex(oppotri, oppoapex); in checkdelaunay()
5209 && (triapex != (point) NULL) && (oppoapex != (point) NULL) in checkdelaunay()
5220 if (incircle(triorg, tridest, triapex, oppoapex) > 0.0) { in checkdelaunay()
/dports/games/netradiant/netradiant-20150621-src/contrib/gtkgensurf/
H A Dtriangle.c5205 point oppoapex; in checkdelaunay() local
5230 apex( oppotri, oppoapex ); in checkdelaunay()
5235 && ( triapex != (point) NULL ) && ( oppoapex != (point) NULL ) in checkdelaunay()
5246 if ( incircle( triorg, tridest, triapex, oppoapex ) > 0.0 ) { in checkdelaunay()