Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
geom_algorithms_test_mec.cc File Reference
#include "geom_algorithms_test_common.h"
#include <cmath>
#include <random>
Include dependency graph for geom_algorithms_test_mec.cc:

Go to the source code of this file.

Functions

 TEST_F (GeomAlgorithmsTest, MEC_SinglePoint)
 
 TEST_F (GeomAlgorithmsTest, MEC_TwoPoints)
 
 TEST_F (GeomAlgorithmsTest, MEC_EquilateralTriangle)
 
 TEST_F (GeomAlgorithmsTest, MEC_RightTriangle)
 
 TEST_F (GeomAlgorithmsTest, MEC_Square)
 
 TEST_F (GeomAlgorithmsTest, MEC_RegularPentagon)
 
 TEST_F (GeomAlgorithmsTest, MEC_EmptyInput)
 
 TEST_F (GeomAlgorithmsTest, MEC_AllIdenticalPoints)
 
 TEST_F (GeomAlgorithmsTest, MEC_CollinearPoints)
 
 TEST_F (GeomAlgorithmsTest, MEC_DuplicatePoints)
 
 TEST_F (GeomAlgorithmsTest, MEC_PointAlreadyInside)
 
 TEST_F (GeomAlgorithmsTest, MEC_AllPointsContained)
 
 TEST_F (GeomAlgorithmsTest, MEC_InitializerList)
 
 TEST_F (GeomAlgorithmsTest, MEC_FromTwoPoints)
 
 TEST_F (GeomAlgorithmsTest, MEC_FromThreePointsCollinear)
 
 TEST_F (GeomAlgorithmsTest, MEC_PointsOnKnownCircle)
 
 TEST_F (GeomAlgorithmsTest, MEC_GridPoints)
 
 TEST_F (GeomAlgorithmsTest, MEC_RandomPoints)
 

Function Documentation

◆ TEST_F() [1/18]

TEST_F ( GeomAlgorithmsTest  ,
MEC_AllIdenticalPoints   
)

◆ TEST_F() [2/18]

◆ TEST_F() [3/18]

◆ TEST_F() [4/18]

◆ TEST_F() [5/18]

TEST_F ( GeomAlgorithmsTest  ,
MEC_EmptyInput   
)

◆ TEST_F() [6/18]

TEST_F ( GeomAlgorithmsTest  ,
MEC_EquilateralTriangle   
)

◆ TEST_F() [7/18]

TEST_F ( GeomAlgorithmsTest  ,
MEC_FromThreePointsCollinear   
)

◆ TEST_F() [8/18]

◆ TEST_F() [9/18]

◆ TEST_F() [10/18]

TEST_F ( GeomAlgorithmsTest  ,
MEC_InitializerList   
)

◆ TEST_F() [11/18]

◆ TEST_F() [12/18]

◆ TEST_F() [13/18]

◆ TEST_F() [14/18]

◆ TEST_F() [15/18]

TEST_F ( GeomAlgorithmsTest  ,
MEC_RightTriangle   
)

◆ TEST_F() [16/18]

TEST_F ( GeomAlgorithmsTest  ,
MEC_SinglePoint   
)

◆ TEST_F() [17/18]

◆ TEST_F() [18/18]

TEST_F ( GeomAlgorithmsTest  ,
MEC_TwoPoints   
)