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

  /external/eigen/Eigen/src/Geometry/
Transform.h 241 typedef Translation<Scalar,Dim> TranslationType;
268 EIGEN_DEVICE_FUNC inline explicit Transform(const TranslationType& t)
574 EIGEN_DEVICE_FUNC inline Transform& operator=(const TranslationType& t);
577 inline Transform& operator*=(const TranslationType& t) { return translate(t.vector()); }
579 EIGEN_DEVICE_FUNC inline Transform operator*(const TranslationType& t) const;
    [all...]
  /external/eigen/test/
geo_transformations.cpp 530 typedef Translation<Scalar,Dim> TranslationType;
550 CALL_SUBTEST( transform_associativity2(A1c, A1, P1, TranslationType(v1), v2, h1) );

Completed in 111 milliseconds