scenario_simulator_v2 C++ API
Functions
test_polygon.cpp File Reference
#include <gtest/gtest.h>
#include <geometry/polygon/polygon.hpp>
#include <scenario_simulator_exception/exception.hpp>
#include "../expect_eq_macros.hpp"
#include "../test_utils.hpp"
Include dependency graph for test_polygon.cpp:

Functions

 TEST (Polygon, filterByAxis)
 
 TEST (Polygon, filterByAxisEmptyVector)
 
 TEST (Polygon, getMaxValue)
 
 TEST (Polygon, getMaxValueEmptyVector)
 
 TEST (Polygon, getMinValue)
 
 TEST (Polygon, getMinValueEmptyVector)
 
 TEST (Polygon, get2DConvexHull)
 
 TEST (Polygon, get2DConvexHullIdle)
 
 TEST (Polygon, get2DConvexHullEmpty)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ TEST() [1/9]

TEST ( Polygon  ,
filterByAxis   
)

◆ TEST() [2/9]

TEST ( Polygon  ,
filterByAxisEmptyVector   
)

◆ TEST() [3/9]

TEST ( Polygon  ,
get2DConvexHull   
)

◆ TEST() [4/9]

TEST ( Polygon  ,
get2DConvexHullEmpty   
)

◆ TEST() [5/9]

TEST ( Polygon  ,
get2DConvexHullIdle   
)

◆ TEST() [6/9]

TEST ( Polygon  ,
getMaxValue   
)

◆ TEST() [7/9]

TEST ( Polygon  ,
getMaxValueEmptyVector   
)

◆ TEST() [8/9]

TEST ( Polygon  ,
getMinValue   
)

◆ TEST() [9/9]

TEST ( Polygon  ,
getMinValueEmptyVector   
)