Unit tests for Similarity2 class. More...
#include <CppUnitLite/TestHarness.h>#include <gtsam/base/Testable.h>#include <gtsam/base/numericalDerivative.h>#include <gtsam/base/testLie.h>#include <gtsam/geometry/Similarity2.h>#include <functional>
Go to the source code of this file.
Functions | |
| int | main () |
| static const Point2 | P (0.2, 0.7) |
| TEST (Similarity2, BruteForceExpmap) | |
| TEST (Similarity2, Concepts) | |
| TEST (Similarity2, Constructors) | |
| TEST (Similarity2, Getters) | |
| TEST (Similarity2, HatAndVee) | |
Variables | |
| static const Rot2 | R = Rot2::fromAngle(0.3) |
| static const double | s = 4 |
Unit tests for Similarity2 class.
Definition in file testSimilarity2.cpp.
| int main | ( | ) |
Definition at line 88 of file testSimilarity2.cpp.
|
static |
| TEST | ( | Similarity2 | , |
| BruteForceExpmap | |||
| ) |
Definition at line 82 of file testSimilarity2.cpp.
| TEST | ( | Similarity2 | , |
| Concepts | |||
| ) |
Definition at line 37 of file testSimilarity2.cpp.
| TEST | ( | Similarity2 | , |
| Constructors | |||
| ) |
Definition at line 44 of file testSimilarity2.cpp.
| TEST | ( | Similarity2 | , |
| Getters | |||
| ) |
Definition at line 52 of file testSimilarity2.cpp.
| TEST | ( | Similarity2 | , |
| HatAndVee | |||
| ) |
Definition at line 60 of file testSimilarity2.cpp.
|
static |
Definition at line 33 of file testSimilarity2.cpp.
|
static |
Definition at line 34 of file testSimilarity2.cpp.