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

Functions

 TEST (Intersection, isIntersect2DDisjoint)
 
 TEST (Intersection, isIntersect2DDisjointVector)
 
 TEST (Intersection, isIntersect2DIntersect)
 
 TEST (Intersection, isIntersect2DIntersectVector)
 
 TEST (Intersection, isIntersect2DIdentical)
 
 TEST (Intersection, isIntersect2DIdenticalVector)
 
 TEST (Intersection, isIntersect2DEmptyVector)
 
 TEST (Intersection, getIntersection2DDisjoint)
 
 TEST (Intersection, getIntersection2DDisjointVector)
 
 TEST (Intersection, getIntersection2DIntersect)
 
 TEST (Intersection, getIntersection2DIntersectVector)
 
 TEST (Intersection, getIntersection2DIdentical)
 
 TEST (Intersection, getIntersection2DIdenticalVector)
 
 TEST (Intersection, getIntersection2DEmptyVector)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ TEST() [1/14]

TEST ( Intersection  ,
getIntersection2DDisjoint   
)

◆ TEST() [2/14]

TEST ( Intersection  ,
getIntersection2DDisjointVector   
)

◆ TEST() [3/14]

TEST ( Intersection  ,
getIntersection2DEmptyVector   
)

◆ TEST() [4/14]

TEST ( Intersection  ,
getIntersection2DIdentical   
)

◆ TEST() [5/14]

TEST ( Intersection  ,
getIntersection2DIdenticalVector   
)

◆ TEST() [6/14]

TEST ( Intersection  ,
getIntersection2DIntersect   
)

◆ TEST() [7/14]

TEST ( Intersection  ,
getIntersection2DIntersectVector   
)

◆ TEST() [8/14]

TEST ( Intersection  ,
isIntersect2DDisjoint   
)

◆ TEST() [9/14]

TEST ( Intersection  ,
isIntersect2DDisjointVector   
)

◆ TEST() [10/14]

TEST ( Intersection  ,
isIntersect2DEmptyVector   
)

◆ TEST() [11/14]

TEST ( Intersection  ,
isIntersect2DIdentical   
)

◆ TEST() [12/14]

TEST ( Intersection  ,
isIntersect2DIdenticalVector   
)

◆ TEST() [13/14]

TEST ( Intersection  ,
isIntersect2DIntersect   
)

◆ TEST() [14/14]

TEST ( Intersection  ,
isIntersect2DIntersectVector   
)