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

  /external/eigen/test/
geo_transformations.cpp 36 typedef Translation<Scalar,3> Translation3;
78 VERIFY_IS_APPROX((t0 * v1).template head<3>(), Translation3(v0) * v1);
107 typedef Translation<Scalar,3> Translation3;
218 Translation3 tv3(v3);
268 t1 = (Matrix3(q1) * AlignedScaling3(v0)) * Translation3(v0);
270 t1 = (Matrix3(q1) * Eigen::Scaling(v0)) * Translation3(v0);
272 t1 = (q1 * Eigen::Scaling(v0)) * Translation3(v0);
275 t1 = Matrix3(q1) * (AlignedScaling3(v0) * Translation3(v0));
281 t1 = Eigen::Scaling(s0) * Translation3(v0);
299 t1 = (Translation3(v0) * AlignedScaling3(v0)) * Transform3(q1)
    [all...]
  /external/eigen/test/eigen2/
eigen2_geometry.cpp 34 typedef Translation<Scalar,3> Translation3;
205 Translation3 tv3(v3);
255 t1 = (Matrix3(q1) * Scaling3(v0)) * Translation3(v0);
258 t1 = Matrix3(q1) * (Scaling3(v0) * Translation3(v0));
264 t1 = (Translation3(v0) * Scaling3(v0)) * Matrix3(q1);
267 t1 = Translation3(v0) * (Scaling3(v0) * Matrix3(q1));
273 t1 = Scaling3(v0) * (Translation3(v0) * Matrix3(q1));
281 t1 = t1 * Translation3(v0);
285 t1 = Translation3(v0) * t1;
295 t1 = t1 * (Translation3(v1) * q1)
    [all...]
eigen2_geometry_with_eigen2_prefix.cpp 36 typedef eigen2_Translation<Scalar,3> Translation3;
207 Translation3 tv3(v3);
257 t1 = (Matrix3(q1) * Scaling3(v0)) * Translation3(v0);
260 t1 = Matrix3(q1) * (Scaling3(v0) * Translation3(v0));
266 t1 = (Translation3(v0) * Scaling3(v0)) * Matrix3(q1);
269 t1 = Translation3(v0) * (Scaling3(v0) * Matrix3(q1));
275 t1 = Scaling3(v0) * (Translation3(v0) * Matrix3(q1));
283 t1 = t1 * Translation3(v0);
287 t1 = Translation3(v0) * t1;
297 t1 = t1 * (Translation3(v1) * q1)
    [all...]

Completed in 30 milliseconds