Home
last modified time | relevance | path

Searched defs:vpRxyzVector (Results 1 – 2 of 2) sorted by relevance

/dports/misc/visp/visp-3.4.0/modules/core/src/math/transformation/
H A DvpRxyzVector.cpp52 vpRxyzVector::vpRxyzVector() : vpRotationVector(3) {} in vpRxyzVector() function in vpRxyzVector
55 vpRxyzVector::vpRxyzVector(const vpRxyzVector &rxyz) : vpRotationVector(rxyz) {} in vpRxyzVector() function in vpRxyzVector
63 vpRxyzVector::vpRxyzVector(double phi, double theta, double psi) : vpRotationVector(3) in vpRxyzVector() function in vpRxyzVector
73 vpRxyzVector::vpRxyzVector(const vpRotationMatrix &R) : vpRotationVector(3) { buildFrom(R); } in vpRxyzVector() function in vpRxyzVector
81 vpRxyzVector::vpRxyzVector(const vpThetaUVector &tu) : vpRotationVector(3) { buildFrom(tu); } in vpRxyzVector() function in vpRxyzVector
84 vpRxyzVector::vpRxyzVector(const vpColVector &rxyz) : vpRotationVector(3) in vpRxyzVector() function in vpRxyzVector
90 vpRxyzVector::vpRxyzVector(const std::vector<double> &rxyz) : vpRotationVector(3) in vpRxyzVector() function in vpRxyzVector
/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpThetaUVector.h52 class vpRxyzVector; variable