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