MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / TEST

Function TEST

source/MRTest/MRDeloneTests.cpp:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{
7
8TEST( MRMesh, checkDeloneQuadrangle )
9{
10 Vector3d a( 0, 0, 0 );
11 Vector3d b( 1, 0, 0 );
12 Vector3d c( 2, 0, 0 );
13 Vector3d d( 1.1, 0, 0 );
14 // ABCD quadrangle has zero area
15 EXPECT_FALSE( checkDeloneQuadrangle( a, b, c, d, 10 ) );
16}
17
18} //namespace MR

Callers

nothing calls this directly

Calls 1

checkDeloneQuadrangleFunction · 0.85

Tested by

no test coverage detected