43 #ifndef VP_RZYZ_VECTOR_H
44 #define VP_RZYZ_VECTOR_H
46 #include <visp3/core/vpConfig.h>
47 #include <visp3/core/vpRotationMatrix.h>
48 #include <visp3/core/vpRotationVector.h>
195 VP_EXPLICIT
vpRzyzVector(
const std::vector<double> &rzyz);
203 vpRzyzVector &buildFrom(
const std::vector<double> &rxyz);
205 vpRzyzVector &buildFrom(
const double &phi,
const double &theta,
const double &psi);
209 #if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
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)
Implementation of a rotation vector as Euler angle minimal representation.
vpRzyzVector & operator=(const vpRzyzVector &)=default
Implementation of a rotation vector as axis-angle minimal representation.