#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/TestableAssertions.h>
#include <gtsam_unstable/geometry/SimWall2D.h>
Go to the source code of this file.
Functions | |
int | main () |
TEST (testSimWall2D2D, construction) | |
TEST (testSimWall2D2D, equals) | |
TEST (testSimWall2D2D, intersection1) | |
TEST (testSimWall2D2D, intersection2) | |
TEST (testSimWall2D2D, reflection1) | |
Variables | |
const double | tol = 1e-5 |
int main | ( | void | ) |
Definition at line 64 of file testSimWall2D.cpp.
TEST | ( | testSimWall2D2D | , |
construction | |||
) |
Definition at line 16 of file testSimWall2D.cpp.
TEST | ( | testSimWall2D2D | , |
equals | |||
) |
Definition at line 26 of file testSimWall2D.cpp.
TEST | ( | testSimWall2D2D | , |
intersection1 | |||
) |
Definition at line 35 of file testSimWall2D.cpp.
TEST | ( | testSimWall2D2D | , |
intersection2 | |||
) |
Definition at line 45 of file testSimWall2D.cpp.
TEST | ( | testSimWall2D2D | , |
reflection1 | |||
) |
Definition at line 53 of file testSimWall2D.cpp.
const double tol = 1e-5 |
Definition at line 13 of file testSimWall2D.cpp.