|
using | LieAlgebra = typename Rot3 ::LieAlgebra |
|
using | TangentVector = typename LieGroupTraits< Rot3 >::TangentVector |
|
using | structure_category = lie_group_tag |
|
using | group_flavor = multiplicative_group_tag |
|
using | ManifoldType = Rot3 |
|
using | TangentVector = Eigen::Matrix< double, dimension, 1 > |
|
using | ChartJacobian = OptionalJacobian< dimension, dimension > |
|
| GTSAM_CONCEPT_ASSERT (HasTestablePrereqs< Rot3 >) |
|
static LieAlgebra | Hat (const TangentVector &v) |
|
static TangentVector | Vee (const LieAlgebra &X) |
|
static TangentVector | Logmap (const Rot3 &m, ChartJacobian Hm={}) |
|
static Rot3 | Expmap (const TangentVector &v, ChartJacobian Hv={}) |
|
static Rot3 | Compose (const Rot3 &m1, const Rot3 &m2, ChartJacobian H1={}, ChartJacobian H2={}) |
|
static Rot3 | Between (const Rot3 &m1, const Rot3 &m2, ChartJacobian H1={}, ChartJacobian H2={}) |
|
static Rot3 | Inverse (const Rot3 &m, ChartJacobian H={}) |
|
static Eigen::Matrix< double, dimension, dimension > | AdjointMap (const Rot3 &m) |
|
static Rot3 | Identity () |
|
static TangentVector | Local (const Rot3 &origin, const Rot3 &other, ChartJacobian H1={}, ChartJacobian H2={}) |
|
static Rot3 | Retract (const Rot3 &origin, const TangentVector &v, ChartJacobian H={}, ChartJacobian Hv={}) |
|
static int | GetDimension (const Rot3 &) |
|
static bool | Equals (const Rot3 &m1, const Rot3 &m2, double tol=1e-8) |
|
static void | Print (const Rot3 &m, const std::string &str="") |
|
constexpr static auto | dimension |
|
Definition at line 594 of file Rot3.h.