Robot Dynamics Library
|
Contains various geometric objects that have methods for transforming themselves into different frames of reference. More...
Go to the source code of this file.
Classes | |
class | RobotDynamics::Math::MotionVector |
Namespaces | |
RobotDynamics | |
Namespace for all structures of the RobotDynamics library. | |
RobotDynamics::Math | |
Math types such as vectors and matrices and utility functions. | |
Typedefs | |
typedef std::vector< MotionVector, Eigen::aligned_allocator< MotionVector > > | RobotDynamics::Math::MotionVectorV |
Functions | |
MotionVector | RobotDynamics::Math::operator* (const SpatialTransform &X, MotionVector v) |
Operator for transforming a MotionVector. More... | |
MotionVector | RobotDynamics::Math::operator% (MotionVector v, const MotionVector &v2) |
ForceVector | RobotDynamics::Math::operator% (MotionVector v, const ForceVector &v2) |
Contains various geometric objects that have methods for transforming themselves into different frames of reference.