Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Geometry/
DEulerAngles.h37 MatrixBase<Derived>::eulerAngles(Index a0, Index a1, Index a2) const in eulerAngles() function
/external/opencv/cv/src/
Dcvgeometry.cpp357 CvPoint3D64f *eulerAngles) in cvRQDecomp3x3()
531 CvMat *rotMatrZ, CvPoint3D64f *eulerAngles) in cvDecomposeProjectionMatrix()
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_quat.inl62 GLM_FUNC_QUALIFIER fquatSIMD::fquatSIMD(vec3 const & eulerAngles)
/external/vulkan-validation-layers/libs/glm/gtc/
Dquaternion.inl636 GLM_FUNC_QUALIFIER detail::tvec3<T, P> eulerAngles function
/external/opencv3/modules/calib3d/src/
Dcalibration.cpp2747 CvPoint3D64f *eulerAngles) in cvRQDecomp3x3()
2914 CvMat *rotMatrZ, CvPoint3D64f *eulerAngles) in cvDecomposeProjectionMatrix()
3424 Vec3d eulerAngles; in RQDecomp3x3() local
/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java314 …rix, Mat rotMatrix, Mat transVect, Mat rotMatrixX, Mat rotMatrixY, Mat rotMatrixZ, Mat eulerAngles) in decomposeProjectionMatrix()
Dcalib3d.cpp1781 Mat& eulerAngles = *((Mat*)eulerAngles_nativeObj); in Java_org_opencv_calib3d_Calib3d_decomposeProjectionMatrix_10() local