41 #ifndef vpRxyzVECTOR_H 42 #define vpRxyzVECTOR_H 53 #include <visp3/core/vpRotationMatrix.h> 54 #include <visp3/core/vpRotationVector.h> 161 vpRxyzVector(
const double phi,
const double theta,
const double psi);
180 vpRxyzVector buildFrom(
const std::vector<double> &rxyz);
182 void buildFrom(
const double phi,
const double theta,
const double psi);
vpRotationVector & operator=(const vpRotationVector &v)
Implementation of a generic rotation vector.
Implementation of a rotation matrix and operations on such kind of matrices.
Implementation of column vector and the associated operations.
Implementation of a rotation vector as Euler angle minimal representation.
Implementation of a rotation vector as axis-angle minimal representation.
virtual ~vpRxyzVector()
Destructor.