Home
last modified time | relevance | path

Searched defs:vpRotationMatrix (Results 1 – 7 of 7) sorted by relevance

/dports/misc/visp/visp-3.4.0/modules/core/src/math/transformation/
H A DvpRotationMatrix.cpp441 vpRotationMatrix::vpRotationMatrix() : vpArray2D<double>(3, 3), m_index(0) { eye(); } in vpRotationMatrix() function in vpRotationMatrix
447 vpRotationMatrix::vpRotationMatrix(const vpRotationMatrix &M) : vpArray2D<double>(3, 3), m_index(0)… in vpRotationMatrix() function in vpRotationMatrix
451 vpRotationMatrix::vpRotationMatrix(const vpHomogeneousMatrix &M) : vpArray2D<double>(3, 3), m_index… in vpRotationMatrix() function in vpRotationMatrix
457 vpRotationMatrix::vpRotationMatrix(const vpThetaUVector &tu) : vpArray2D<double>(3, 3), m_index(0) … in vpRotationMatrix() function in vpRotationMatrix
462 vpRotationMatrix::vpRotationMatrix(const vpPoseVector &p) : vpArray2D<double>(3, 3), m_index(0) { b… in vpRotationMatrix() function in vpRotationMatrix
468 vpRotationMatrix::vpRotationMatrix(const vpRzyzVector &euler) : vpArray2D<double>(3, 3), m_index(0)… in vpRotationMatrix() function in vpRotationMatrix
474 vpRotationMatrix::vpRotationMatrix(const vpRxyzVector &Rxyz) : vpArray2D<double>(3, 3), m_index(0) … in vpRotationMatrix() function in vpRotationMatrix
480 vpRotationMatrix::vpRotationMatrix(const vpRzyxVector &Rzyx) : vpArray2D<double>(3, 3), m_index(0) … in vpRotationMatrix() function in vpRotationMatrix
485 vpRotationMatrix::vpRotationMatrix(const vpMatrix &R) : vpArray2D<double>(3, 3), m_index(0) { *this… in vpRotationMatrix() function in vpRotationMatrix
491 vpRotationMatrix::vpRotationMatrix(double tux, double tuy, double tuz) : vpArray2D<double>(3, 3), m… in vpRotationMatrix() function in vpRotationMatrix
[all …]
/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpRzyzVector.h52 class vpRotationMatrix; variable
H A DvpPoseVector.h52 class vpRotationMatrix; variable
H A DvpRzyxVector.h53 class vpRotationMatrix; variable
H A DvpRxyzVector.h57 class vpRotationMatrix; variable
H A DvpHomogeneousMatrix.h50 class vpRotationMatrix; variable
H A DvpThetaUVector.h49 class vpRotationMatrix; variable