34#ifndef _vpRotationVector_h_
35#define _vpRotationVector_h_
47#include <visp3/core/vpArray2D.h>
135 for (
unsigned int i = 0; i < v.
size(); i++) {
146 double sumSquare()
const;
151 std::vector<double> toStdVector()
const;
159#ifndef DOXYGEN_SHOULD_SKIP_THIS
void resize(unsigned int nrows, unsigned int ncols, bool flagNullify=true, bool recopy_=true)
friend std::ostream & operator<<(std::ostream &s, const vpArray2D< Type > &A)
unsigned int size() const
Return the number of elements of the 2D array.
vpArray2D< Type > t() const
Compute the transpose of the array.
Implementation of column vector and the associated operations.
Implementation of a generic rotation vector.
double & operator[](unsigned int i)
vpRotationVector(const vpRotationVector &v)
vpRotationVector & operator=(const vpRotationVector &v)
vpRotationVector()
Constructor that constructs a 0-size rotation vector.
virtual ~vpRotationVector()
const double & operator[](unsigned int i) const
vpRotationVector(unsigned int n)
Implementation of row vector and the associated operations.