41 #ifndef vpRxyzVECTOR_H
42 #define vpRxyzVECTOR_H
54 #include <visp3/core/vpRotationVector.h>
55 #include <visp3/core/vpRotationMatrix.h>
159 vpRxyzVector(
const double phi,
const double theta,
const double psi);
177 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.