 |
Visual Servoing Platform
version 3.2.0
|
39 #ifndef vpRotationVECTOR_H
40 #define vpRotationVECTOR_H
52 #include <visp3/core/vpArray2D.h>
127 inline double &
operator[](
unsigned int i) {
return *(data + i); }
132 inline const double &
operator[](
unsigned int i)
const {
return *(data + i); }
140 for (
unsigned int i = 0; i < v.
size(); i++) {
147 double sumSquare()
const;
152 std::vector<double> toStdVector();
157 #ifndef DOXYGEN_SHOULD_SKIP_THIS
vpColVector operator*(const double &x, const vpColVector &v)
Implementation of a generic 2D array used as vase class of matrices and vectors.
Implementation of column vector and the associated operations.
Implementation of a generic rotation vector.
vpArray2D< Type > & operator=(Type x)
Set all the elements of the array to x.
vpColVector operator*(const double &x, const vpColVector &v)
Type * data
Address of the first element of the data array.
unsigned int size() const
Return the number of elements of the 2D array.
Type * operator[](unsigned int i)
Set element using A[i][j] = x.
Implementation of row vector and the associated operations.
void resize(const unsigned int nrows, const unsigned int ncols, const bool flagNullify=true, const bool recopy_=true)