Unit tests for Rot3 class, matrix version. More...
#include <gtsam/geometry/Rot3.h>
#include <gtsam/base/Testable.h>
#include <CppUnitLite/TestHarness.h>
Go to the source code of this file.
Functions | |
int | main () |
static Point3 | P (0.2, 0.7, -2.0) |
TEST (Rot3, manifold_cayley) | |
Variables | |
static Rot3 | R = Rot3::Rodrigues(0.1, 0.4, 0.2) |
Unit tests for Rot3 class, matrix version.
Definition in file testRot3M.cpp.
int main | ( | ) |
Definition at line 65 of file testRot3M.cpp.
|
static |
TEST | ( | Rot3 | , |
manifold_cayley | |||
) |
Definition at line 35 of file testRot3M.cpp.
|
static |
Definition at line 31 of file testRot3M.cpp.