42 #ifndef vpRotationVECTOR_H
43 #define vpRotationVECTOR_H
54 #include <visp/vpMath.h>
55 #include <visp/vpRowVector.h>
135 inline const double &
operator [](
unsigned int n)
const {
return *(r+n); }
143 for (
unsigned int i=0; i<_size; i++)
152 unsigned int size()
const;
vpRotationVector & operator=(const vpRotationVector &v)
Class that consider the case of a generic rotation vector (cannot be used as is !) consisting in thre...
void init()
Initialization of the object matrix.
Definition of the row vector class.
double & operator[](unsigned int n)
Access V[i] = x.
vpRotationVector(const vpRotationVector &v)
vpRotationVector(const unsigned int n)
Constructor that constructs a vector of size n and initialize all values to zero. ...
unsigned int size() const
vpRowVector t() const
Transpose of a vector.
unsigned int size() const
vpRotationVector()
Constructor that constructs a vector of size 3 and initialize all values to zero. ...
vpColVector & operator<<(const vpColVector &v)
Class that provides a data structure for the column vectors as well as a set of operations on these v...