HomeSort by relevance Sort by last modified time
    Searched refs:Projective (Results 1 - 9 of 9) sorted by null

  /external/eigen/bench/
benchGeometry.cpp 103 run_vec(TV, float, Projective, AutoAlign, 4);
104 run_vec(TV, float, Projective, DontAlign, 4);
109 run_vec(TV, double, Projective, AutoAlign, 4);
110 run_vec(TV, double, Projective, DontAlign, 4);
123 run_trans(TV, float, Projective, AutoAlign);
124 run_trans(TV, float, Projective, DontAlign);
125 run_trans(TV, double, Projective, AutoAlign);
126 run_trans(TV, double, Projective, DontAlign);
geometry.cpp 58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data)
103 Transform<Scalar,3,Projective> proj3(mat34);
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
eigen.h 36 // The `Projective` option means this will not make any assumptions about the
53 using AffineMatrix = Transform<T, N-1, Projective>;
  /external/eigen/Eigen/src/Geometry/
Transform.h 27 IsProjective = (int(Mode)==int(Projective))
74 RowsAtCompileTime = _Mode==Projective ? Dim1 : _Dim,
98 * - #Projective: the transformation is stored as a (Dim+1)^2 matrix
117 * Note that for a projective transformation the last row can be anything,
325 // Affine | AffineCompact | Isometry = Projective
326 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(OtherMode==int(Projective), Mode==int(Projective)),
354 // if OtherMode were Projective, the static assert above would already have caught it.
384 EIGEN_DEVICE_FUNC Index rows() const { return int(Mode)==int(Projective) ? m_matrix.cols() : (m_matrix.cols()-1); }
421 * Moreover, if \c *this represents an affine transformation (i.e., Mode!=Projective), then \a other can also be
    [all...]
Homogeneous.h 231 struct take_matrix_for_product<Transform<Scalar, Dim, Projective, Options> >
233 typedef Transform<Scalar, Dim, Projective, Options> TransformType;
  /external/eigen/Eigen/src/Core/util/
Constants.h 453 /** Transformation is a general projective transformation stored as a (Dim+1)^2 matrix. */
454 Projective = 0x20
  /external/eigen/test/
geo_transformations.cpp 528 typedef Transform<Scalar,Dim,Projective,Options> ProjectiveType;
565 typedef Transform<Scalar,3,Projective,AutoAlign> Projective3a;
566 typedef Transform<Scalar,3,Projective,DontAlign> Projective3u;
595 typedef Transform<Scalar,Dim,Projective,Options> Proj;
625 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() ));
626 CALL_SUBTEST_3(( transformations<double,Projective,DontAlign>() ));
635 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() ));
636 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|DontAlign>() ));
geo_homogeneous.cpp 78 Transform<Scalar, Size, Projective> proj;
  /external/eigen/unsupported/test/
openglsupport.cpp 163 Transform<float,3,Projective> pf3; pf3.matrix().setRandom();
175 Transform<double,3,Projective> pd3; pd3.matrix().setRandom();

Completed in 179 milliseconds