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

  /external/eigen/Eigen/src/Geometry/
Transform.h 78 * - #AffineCompact: the transformation is stored as a (Dim)x(Dim+1) matrix.
185 Rows = int(Mode)==(AffineCompact) ? Dim : HDim
197 typedef Block<MatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> LinearPart;
199 typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> ConstLinearPart;
201 typedef typename internal::conditional<int(Mode)==int(AffineCompact),
205 typedef typename internal::conditional<int(Mode)==int(AffineCompact),
211 typedef Block<MatrixType,Dim,1,int(Mode)==(AffineCompact)> TranslationPart;
213 typedef const Block<ConstMatrixType,Dim,1,int(Mode)==(AffineCompact)> ConstTranslationPart;
300 // Affine | AffineCompact | Isometry = Projective
305 // Isometry = Affine | AffineCompact
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 396 AffineCompact = 0x10 | Affine,
  /external/eigen/bench/
geometry.cpp 102 Transform<Scalar,3,AffineCompact> caff3(mat34);
  /external/eigen/test/
geo_transformations.cpp 188 if(Mode!=int(AffineCompact))
436 typedef Transform<Scalar,Dim,AffineCompact,Options> AffC;
460 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() ));
461 CALL_SUBTEST_2(( non_projective_only<float,AffineCompact,AutoAlign>() ));
471 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() ));
472 CALL_SUBTEST_5(( non_projective_only<double,AffineCompact,RowMajor>() ));
geo_homogeneous.cpp 72 Transform<Scalar, Size, AffineCompact> caff;
  /external/eigen/unsupported/test/
openglsupport.cpp 155 Transform<float,3,AffineCompact> acf3; acf3.matrix().setRandom();
167 Transform<double,3,AffineCompact> acd3; acd3.matrix().setRandom();

Completed in 1007 milliseconds