45 #include <visp/vpRzyxVector.h>
92 double phi = atan2(ny,nx) ;
93 double si = sin(phi) ;
94 double co = cos(phi) ;
97 double theta = atan2(-nz, co*nx+si*ny) ;
104 double psi = atan2(si*ax-co*ay,-si*ox+co*oy);
Class that consider the case of the Euler angle using the z-y-x convention, where are respectively ...
The vpRotationMatrix considers the particular case of a rotation matrix.
vpRotationMatrix buildFrom(const vpThetaUVector &v)
Transform a vector vpThetaUVector into an rotation matrix.
void buildFrom(const double phi, const double theta, const double psi)
Class that consider the case of the parameterization for the rotation.