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