|
| | Rotation2 ()=default |
| |
| | Rotation2 (UninitTag) |
| |
| | Rotation2 (TScalar angle) |
| |
| template<class TOtherScalar > |
| | Rotation2 (TOtherScalar angle) |
| |
| template<class TOtherScalar > |
| auto | cast () const -> Rotation2< TOtherScalar > |
| |
| auto | rotationMatrix () const -> Eigen::Matrix2< TScalar > |
| |
| auto | angle () const -> TScalar |
| |
| auto | unitComplex () const -> Complex< TScalar > |
| |
| auto | setUnitComplex (Complex< TScalar > const &z) const -> void |
| |
| | Group () |
| |
| | Group (Group const &)=default |
| |
| auto | operator= (Group const &) -> Group &=default |
| |
| auto | log () const -> Tangent |
| |
| auto | hasShortestPathAmbiguity () -> bool |
| |
| auto | operator* (Rotation2< TCompatibleScalar > const &rhs) const -> DerivedReturn< TCompatibleScalar > |
| |
| auto | operator* (Eigen::MatrixBase< TMatrixDerived > const &point) const -> PointReturn< typename TMatrixDerived::Scalar > |
| |
| auto | operator* (UnitVector< TCompatibleScalar, kPointDim > const &direction_vector) const -> UnitVectorReturn< TCompatibleScalar > |
| |
| auto | operator*= (Derived const &rhs) -> Derived & |
| |
| auto | inverse () const -> Derived |
| |
| auto | adj () const -> Eigen::Matrix< Scalar, kDof, kDof > |
| |
| auto | leftPlus (Tangent const &tangent) const -> Derived |
| |
| auto | rightPlus (Tangent const &tangent) const -> Derived |
| |
| auto | leftMinus (Derived const &other) const -> Tangent |
| |
| auto | rightMinus (Derived const &other) const -> Tangent |
| |
| auto | compactMatrix () const -> Eigen::Matrix< Scalar, kPointDim, kAmbientDim > |
| |
| auto | matrix () const -> Eigen::Matrix< Scalar, kAmbientDim, kAmbientDim > |
| |
| auto | dxThisMulExpXAt0 () const -> Eigen::Matrix< Scalar, kNumParams, kDof > |
| |
| auto | dxLogThisInvTimesXAtThis () const -> Eigen::Matrix< Scalar, kDof, kNumParams > |
| |
| auto | params () const -> Params const & |
| |
| auto | ptr () const |
| |
| auto | unsafeMutPtr () |
| |
| void | setParams (Params const ¶ms) |
| |
|
| static auto | fromRotationMatrix (Eigen::Matrix2< TScalar > const &mat_r) -> Rotation2 |
| |
| static auto | fromAngle (TScalar const &theta) -> Rotation2 |
| |
| static auto | fitFromComplex (Complex< TScalar > const &z) -> Rotation2 |
| |
| static auto | fromUnitComplex (Complex< TScalar > const &z) -> Rotation2 |
| |
| static auto | fitFromMatrix (Eigen::Matrix2< TScalar > const &mat_r) -> Rotation2 |
| |
| static auto | fromParams (Params const ¶ms) -> Derived |
| |
| static auto | identity () -> Derived |
| |
| static auto | exp (Tangent const &tangent) -> Derived |
| |
| static auto | hat (Tangent const &tangent) -> Eigen::Matrix< Scalar, kAmbientDim, kAmbientDim > |
| |
| static auto | vee (Eigen::Matrix< Scalar, kAmbientDim, kAmbientDim > const &mat) -> Tangent |
| |
| static auto | toAmbient (Point const &point) |
| |
| static auto | ad (Tangent const &tangent) -> Eigen::Matrix< Scalar, kDof, kDof > |
| |
| static auto | dxExpXAt0 () -> Eigen::Matrix< Scalar, kNumParams, kDof > |
| |
| static auto | dxExpXTimesPointAt0 (Point const &point) -> Eigen::Matrix< Scalar, kPointDim, kDof > |
| |
| static auto | tangentExamples () -> std::vector< Tangent > |
| |
| static auto | paramsExamples () -> std::vector< Params > |
| |
| static auto | elementExamples () -> std::vector< Derived > |
| |
| static auto | invalidParamsExamples () -> std::vector< Params > |
| |