HomeSort by relevance Sort by last modified time
    Searched full:affinetransformtype (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/Geometry/
Translation.h 43 typedef Transform<Scalar,Dim,Affine> AffineTransformType;
98 EIGEN_DEVICE_FUNC inline AffineTransformType operator* (const UniformScaling<Scalar>& other) const;
102 EIGEN_DEVICE_FUNC inline AffineTransformType operator* (const EigenBase<OtherDerived>& linear) const;
112 EIGEN_DEVICE_FUNC inline AffineTransformType operator*(const EigenBase<OtherDerived>& linear, const Translation& t)
114 AffineTransformType res;
181 EIGEN_DEVICE_FUNC inline typename Translation<Scalar,Dim>::AffineTransformType
184 AffineTransformType res;
194 EIGEN_DEVICE_FUNC inline typename Translation<Scalar,Dim>::AffineTransformType
197 AffineTransformType res;

Completed in 159 milliseconds