dynamicgraph::sot::MatrixHomogeneous Class Reference

#include <sot/core/matrix-homogeneous.hh>

Inheritance diagram for dynamicgraph::sot::MatrixHomogeneous:
maal::boost::Matrix

List of all members.

Public Member Functions

 MatrixHomogeneous (void)
 MatrixHomogeneous (const ml::Matrix &copy)
virtual ~MatrixHomogeneous (void)
MatrixHomogeneousbuildFrom (const MatrixRotation &rot, const ml::Vector &trans)
ml::Matrixextract (ml::Matrix &rot) const
MatrixRotationextract (MatrixRotation &rot) const
ml::Vectorextract (ml::Vector &trans) const
MatrixHomogeneous operator* (const MatrixHomogeneous &h) const
MatrixHomogeneousoperator= (const ml::Matrix &)
MatrixHomogeneousinverse (MatrixHomogeneous &invMatrix) const
MatrixHomogeneous inverse (void) const
ml::Vectormultiply (const ml::Vector &v1, ml::Vector &res) const
ml::Vector multiply (const ml::Vector &v1) const

Constructor & Destructor Documentation

virtual dynamicgraph::sot::MatrixHomogeneous::~MatrixHomogeneous ( void  ) [inline, virtual]

Member Function Documentation

Reimplemented from maal::boost::Matrix.

References inverse().

Referenced by inverse().

Reimplemented from maal::boost::Matrix.

References multiply().

Referenced by multiply().

MatrixHomogeneous dynamicgraph::sot::MatrixHomogeneous::operator* ( const MatrixHomogeneous h) const
MatrixHomogeneous& dynamicgraph::sot::MatrixHomogeneous::operator= ( const ml::Matrix )

Reimplemented from maal::boost::Matrix.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines