Typedefs | |
template<typename T > | |
using | Vector6 = Matrix< T, 6, 1 > |
template<typename T > | |
using | Matrix6 = Matrix< T, 6, 6 > |
template<typename T > | |
using | Vector3 = Matrix< T, 3, 1 > |
template<typename T > | |
using | Matrix3 = Matrix< T, 3, 3 > |
typedef Vector6< double > | Vector6d |
typedef Matrix6< double > | Matrix6d |
Functions | |
template<typename T > | |
Matrix3< T > | vector3ToCrossMatrix (const Vector3< T > &vec) |
template<typename T > | |
Matrix6< T > | vector6ToCrossMatrix (const Vector6< T > &vec) |
template<typename T > | |
Matrix6< T > | vector6ToCrossDualMatrix (const Vector6< T > &vec) |
using Eigen::Matrix3 = typedef Matrix<T, 3, 3> |
using Eigen::Matrix6 = typedef Matrix<T, 6, 6> |
typedef Matrix6<double> Eigen::Matrix6d |
using Eigen::Vector3 = typedef Matrix<T, 3, 1> |
using Eigen::Vector6 = typedef Matrix<T, 6, 1> |
typedef Vector6<double> Eigen::Vector6d |
Convert a 3D vector to a cross product matrix.
Convert a 6D vector to a spatial dual cross product matrix.