45 #ifndef vpTRANSLATIONVECTOR_H
46 #define vpTRANSLATIONVECTOR_H
53 #include <visp/vpColVector.h>
112 void set(
const double tx,
const double ty,
const double tz) ;
Definition of the vpMatrix class.
static vpColVector cross(const vpColVector &a, const vpColVector &b)
void init()
Initialization of the object matrix.
vpColVector operator+(const vpColVector &v) const
Addition of two vectors V = A+v.
vpColVector operator-() const
Operator A = -A.
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...
static vpMatrix skew(const vpColVector &v)
double operator*(const vpColVector &x) const
Dot product.
Class that consider the case of a translation vector.