44#ifndef VP_RXYZ_VECTOR_H
45#define VP_RXYZ_VECTOR_H
47#include <visp3/core/vpConfig.h>
48#include <visp3/core/vpRotationMatrix.h>
49#include <visp3/core/vpRotationVector.h>
186#if (VISP_CXX_STANDARD > VISP_CXX_STANDARD_98)
200 VP_EXPLICIT
vpRxyzVector(
const std::vector<double> &rxyz);
208 vpRxyzVector &buildFrom(
const std::vector<double> &rxyz);
210 vpRxyzVector &buildFrom(
const double &phi,
const double &theta,
const double &psi);
214#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
219 static const unsigned int constr_val_3;
Implementation of column vector and the associated operations.
Implementation of a rotation matrix and operations on such kind of matrices.
Implementation of a generic rotation vector.
vpRotationVector & operator=(const vpRotationVector &v)
vpRotationVector()
Constructor that constructs a 0-size rotation vector.
Implementation of a rotation vector as Euler angle minimal representation.
virtual ~vpRxyzVector() VP_OVERRIDE=default
vpRxyzVector & operator=(const vpRxyzVector &)=default
vpRxyzVector(const vpRxyzVector &)=default
Implementation of a rotation vector as axis-angle minimal representation.