Jafar
|
A 3D transformation the rotation is represented with a quaternion. More...
A 3D transformation the rotation is represented with a quaternion.
Definition at line 20 of file t3dRotationVector.hpp.
#include <t3dRotationVector.hpp>
Public Member Functions | |
T3DRotationVector (bool hasCov_=false) | |
T3DRotationVector (const jblas::vec &x_, bool hasCov_=false) | |
T3DRotationVector (const jblas::vec &x_, const jblas::sym_mat &xCov_) | |
T3DRotationVector (const T3DRotationVector &t_) | |
T3DRotationVector & | operator= (const T3DRotationVector &t_) |
Type | type () const |
Protected Member Functions | |
void | updateM () const |
update the homogeneous matrix from x. | |
void | updateX () |
update x from the homogeneous matrix. | |
Friends | |
class | T3D |
Type jafar::geom::T3DRotationVector::type | ( | ) | const [inline, virtual] |
Implements jafar::geom::T3D.
Definition at line 33 of file t3dRotationVector.hpp.
References jafar::geom::T3D::ROTATION_VECTOR.
Generated on Wed Oct 15 2014 00:37:37 for Jafar by doxygen 1.7.6.1 |