Searched refs:Projective (Results 1 – 12 of 12) sorted by relevance
/external/eigen/bench/ |
D | benchGeometry.cpp | 103 run_vec(TV, float, Projective, AutoAlign, 4); in main() 104 run_vec(TV, float, Projective, DontAlign, 4); in main() 109 run_vec(TV, double, Projective, AutoAlign, 4); in main() 110 run_vec(TV, double, Projective, DontAlign, 4); in main() 123 run_trans(TV, float, Projective, AutoAlign); in main() 124 run_trans(TV, float, Projective, DontAlign); in main() 125 run_trans(TV, double, Projective, AutoAlign); in main() 126 run_trans(TV, double, Projective, DontAlign); in main()
|
D | geometry.cpp | 58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data) in transform() 103 Transform<Scalar,3,Projective> proj3(mat34); in main()
|
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 27 IsProjective = (int(Mode)==int(Projective)) 74 RowsAtCompileTime = _Mode==Projective ? Dim1 : _Dim, 326 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(OtherMode==int(Projective), Mode==int(Projective)), 384 …EIGEN_DEVICE_FUNC Index rows() const { return int(Mode)==int(Projective) ? m_matrix.cols() : (m_ma… 661 EIGEN_DEVICE_FUNC inline Block<MatrixType,int(Mode)==int(Projective)?HDim:Dim,Dim> linearExt() 662 { return m_matrix.template block<int(Mode)==int(Projective)?HDim:Dim,Dim>(0,0); } 667 …EIGEN_DEVICE_FUNC inline const Block<MatrixType,int(Mode)==int(Projective)?HDim:Dim,Dim> linearExt… 668 { return m_matrix.template block<int(Mode)==int(Projective)?HDim:Dim,Dim>(0,0); } 674 EIGEN_DEVICE_FUNC inline Block<MatrixType,int(Mode)==int(Projective)?HDim:Dim,1> translationExt() 675 { return m_matrix.template block<int(Mode)==int(Projective)?HDim:Dim,1>(0,Dim); } [all …]
|
D | Homogeneous.h | 231 struct take_matrix_for_product<Transform<Scalar, Dim, Projective, Options> > 233 typedef Transform<Scalar, Dim, Projective, Options> TransformType;
|
/external/eigen/test/ |
D | geo_transformations.cpp | 528 typedef Transform<Scalar,Dim,Projective,Options> ProjectiveType; in transform_associativity() 565 typedef Transform<Scalar,3,Projective,AutoAlign> Projective3a; in transform_alignment() 566 typedef Transform<Scalar,3,Projective,DontAlign> Projective3u; in transform_alignment() 595 typedef Transform<Scalar,Dim,Projective,Options> Proj; in transform_products() 625 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() )); in test_geo_transformations() 626 CALL_SUBTEST_3(( transformations<double,Projective,DontAlign>() )); in test_geo_transformations() 635 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() )); in test_geo_transformations() 636 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|DontAlign>() )); in test_geo_transformations()
|
D | geo_homogeneous.cpp | 78 Transform<Scalar, Size, Projective> proj; in homogeneous()
|
/external/eigen/unsupported/test/ |
D | openglsupport.cpp | 163 Transform<float,3,Projective> pf3; pf3.matrix().setRandom(); in test_openglsupport() 175 Transform<double,3,Projective> pd3; pd3.matrix().setRandom(); in test_openglsupport()
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 454 Projective = 0x20 enumerator
|
/external/eigen/unsupported/Eigen/ |
D | OpenGLSupport | 170 template<typename Scalar> void glMultMatrix(const Transform<Scalar,3,Projective>& t) { glMultMat… 178 template<typename Scalar> void glLoadMatrix(const Transform<Scalar,3,Projective>& t) { glLoadMat… 192 Transform<typename Derived::Scalar,3,Projective> tr(rot);
|
/external/eigen/doc/ |
D | A05_PortingFrom2To3.dox | 230 …akes a new \a Mode template parameter, which indicates whether it's \a Projective or \a Affine tra… 232 …no more. In Eigen 3, the Transform typedefs explicitly refer to the \a Projective and \a Affine mo…
|
D | TutorialGeometry.dox | 11 …- Projective or affine transformation matrices: see the Transform class. These are really matrices.
|
/external/mesa3d/docs/gallium/ |
D | tgsi.rst | 571 .. opcode:: TXP - Projective Texture Lookup
|