42 #ifndef vpRotationVECTOR_H
43 #define vpRotationVECTOR_H
54 #include <visp/vpMath.h>
55 #include <visp/vpRowVector.h>
125 inline const double &
operator [](
unsigned int n)
const {
return *(r+n); }
130 unsigned int size()
const;
135 friend VISP_EXPORT std::ostream &
operator << (std::ostream &s,
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 unsigned int n)
Constructor that constructs a vector of size n initialize three vector values to zero.
unsigned int size() const
vpRowVector t() const
transpose of Vector
vpRotationVector()
Constructor that constructs a vector of size 3 initialize three vector values to zero.
vpColVector & operator<<(const vpColVector &v)
Copy operator. Allow operation such as A = v.
Class that provides a data structure for the column vectors as well as a set of operations on these v...