Unit tests for Point3 class. More...
#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/Testable.h>
#include <gtsam/base/numericalDerivative.h>
#include <gtsam/geometry/Point3.h>
Go to the source code of this file.
Functions | |
int | main () |
double | norm_proxy (const Point3 &point) |
static Point3 | P (0.2, 0.7, -2) |
TEST (Point3, arithmetic) | |
TEST (Point3, Concept) | |
TEST (Point3, Constructor) | |
TEST (Point3, cross) | |
TEST (Point3, cross2) | |
TEST (Point3, distance) | |
TEST (Point3, dot) | |
TEST (Point3, equals) | |
TEST (Point3, Invariants) | |
TEST (Point3, Lie) | |
TEST (Point3, mean) | |
TEST (Point3, mean_pair) | |
TEST (Point3, norm) | |
TEST (Point3, normalize) | |
double | testFunc (const Point3 &P, const Point3 &Q) |
Unit tests for Point3 class.
Definition in file testPoint3.cpp.
int main | ( | ) |
Definition at line 220 of file testPoint3.cpp.
double norm_proxy | ( | const Point3 & | point | ) |
Definition at line 189 of file testPoint3.cpp.
|
static |
TEST | ( | Point3 | , |
arithmetic | |||
) |
Definition at line 68 of file testPoint3.cpp.
TEST | ( | Point3 | , |
Concept | |||
) |
Definition at line 36 of file testPoint3.cpp.
TEST | ( | Point3 | , |
Constructor | |||
) |
Definition at line 31 of file testPoint3.cpp.
TEST | ( | Point3 | , |
cross | |||
) |
Definition at line 122 of file testPoint3.cpp.
TEST | ( | Point3 | , |
cross2 | |||
) |
Definition at line 133 of file testPoint3.cpp.
TEST | ( | Point3 | , |
distance | |||
) |
Definition at line 207 of file testPoint3.cpp.
Definition at line 86 of file testPoint3.cpp.
Definition at line 79 of file testPoint3.cpp.
TEST | ( | Point3 | , |
Invariants | |||
) |
Definition at line 43 of file testPoint3.cpp.
TEST | ( | Point3 | , |
Lie | |||
) |
Definition at line 50 of file testPoint3.cpp.
TEST | ( | Point3 | , |
mean | |||
) |
Definition at line 169 of file testPoint3.cpp.
TEST | ( | Point3 | , |
mean_pair | |||
) |
Definition at line 177 of file testPoint3.cpp.
TEST | ( | Point3 | , |
norm | |||
) |
Definition at line 193 of file testPoint3.cpp.
TEST | ( | Point3 | , |
normalize | |||
) |
Definition at line 158 of file testPoint3.cpp.
Definition at line 203 of file testPoint3.cpp.