Searched refs:orientationTest (Results 1 – 2 of 2) sorted by relevance
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/ |
H A D | filterElements.cpp | 51 inline double orientationTest(double a[2], double b[2], double c[2]) in orientationTest() function 57 inline double orientationTest(MVertex *va, MVertex *vb, MVertex *vc) in orientationTest() function 62 return orientationTest(a, b, c); in orientationTest() 65 inline double orientationTest(SVector3 &va, SVector3 &vb, SVector3 &vc) in orientationTest() function 70 return orientationTest(a, b, c); in orientationTest() 121 if((orientationTest(ed1.getVertex(0), ed1.getVertex(1), ed2.getVertex(0)) * in intersectEdge2d() 122 orientationTest(ed1.getVertex(0), ed1.getVertex(1), ed2.getVertex(1)) <= in intersectEdge2d() 124 (orientationTest(ed2.getVertex(0), ed2.getVertex(1), ed1.getVertex(0)) * in intersectEdge2d() 125 orientationTest(ed2.getVertex(0), ed2.getVertex(1), ed1.getVertex(1)) <= in intersectEdge2d() 201 if(orientationTest(c[i]->getVertex(0), c[i]->getVertex(1), in filterColumns()
|
/dports/astro/marble/marble-21.12.3/tests/ |
H A D | TestEquality.cpp | 119 void orientationTest(); 1752 void TestEquality::orientationTest() in orientationTest() function in TestEquality
|