#include <Unit3.h>
Additional Inherited Members | |
![]() | |
typedef Unit3 | ManifoldType |
typedef manifold_tag | structure_category |
typedef Eigen::Matrix< double, dimension, 1 > | TangentVector |
![]() | |
GTSAM_CONCEPT_ASSERT (HasManifoldPrereqs< Unit3 >) | |
![]() | |
GTSAM_CONCEPT_ASSERT (HasTestablePrereqs< Unit3 >) | |
![]() | |
static TangentVector | Local (const Unit3 &origin, const Unit3 &other) |
static Unit3 | Retract (const Unit3 &origin, const TangentVector &v) |
![]() | |
static int | GetDimension (const Unit3 &) |
![]() | |
static bool | Equals (const Unit3 &m1, const Unit3 &m2, double tol=1e-8) |
static void | Print (const Unit3 &m, const std::string &str="") |
![]() | |
constexpr static auto | dimension |