|
spatial-dyn
|
Public Types | |
| enum | { Options = _Options } |
| enum | CompileTimeTraits { RowsAtCompileTime = Eigen::internal::traits<SpatialMotion>::RowsAtCompileTime , ColsAtCompileTime = Eigen::internal::traits<SpatialMotion>::ColsAtCompileTime , Flags = Eigen::internal::traits<SpatialMotion>::Flags , SizeAtCompileTime = Base::SizeAtCompileTime , MaxSizeAtCompileTime = Base::MaxSizeAtCompileTime , IsVectorAtCompileTime = Base::IsVectorAtCompileTime } |
| typedef Eigen::PlainObjectBase< SpatialMotion > | Base |
| typedef Eigen::internal::traits< SpatialMotion >::Scalar | Scalar |
| typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
| typedef Base::CoeffReturnType | CoeffReturnType |
| typedef Eigen::internal::ref_selector< SpatialMotion >::type | Nested |
| typedef Eigen::internal::traits< SpatialMotion >::StorageKind | StorageKind |
| typedef Eigen::internal::traits< SpatialMotion >::StorageIndex | StorageIndex |
| typedef Base::PacketScalar | PacketScalar |
| typedef Base::PlainObject | PlainObject |
Public Member Functions | |
| SpatialMotion (double cols) | |
| SpatialMotion (double rows, double cols) | |
| SpatialMotion (const SpatialMotion &other) | |
| SpatialMotion (const _Scalar &lin_x, const _Scalar &lin_y, const _Scalar &lin_z, const _Scalar &ang_x, const _Scalar &ang_y, const _Scalar &ang_z) | |
| template<typename DerivedLin , typename DerivedAng > | |
| SpatialMotion (const Eigen::EigenBase< DerivedLin > &lin, const Eigen::EigenBase< DerivedAng > &ang) | |
| SpatialMotion & | operator= (const SpatialMotion &other) |
| template<typename OtherDerived > | |
| SpatialMotion & | operator= (const Eigen::EigenBase< OtherDerived > &other) |
| template<typename OtherDerived > | |
| SpatialMotion & | operator= (const Eigen::ReturnByValue< OtherDerived > &func) |
| SpatialMotion & | operator= (const _Scalar &value) |
| SpatialMotion & | operator*= (const Eigen::Isometry3d &T) |
| Eigen::Index | innerStride () const |
| Eigen::Index | outerStride () const |
| template<typename OtherDerived > | |
| SpatialMotion (const Eigen::EigenBase< OtherDerived > &other) | |
| template<typename OtherDerived > | |
| SpatialMotion< _Scalar, _Cols, _Options, _MaxCols > & | operator= (const Eigen::DenseBase< OtherDerived > &other) |
| template<typename OtherDerived > | |
| SpatialMotion< _Scalar, _Cols, _Options, _MaxCols > & | operator= (const Eigen::EigenBase< OtherDerived > &other) |
| template<typename OtherDerived > | |
| SpatialMotion< _Scalar, _Cols, _Options, _MaxCols > & | operator= (const Eigen::ReturnByValue< OtherDerived > &func) |
Public Attributes | |
| template<typename OtherDerived > | |
| SpatialMotion &operator=(SpatialMotion &&other) EIGEN_NOEXCEPT_IF(std SpatialMotion & | operator= (const Eigen::DenseBase< OtherDerived > &other) |