Searched defs:Translation3 (Results 1 - 3 of 3) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_geometry.cpp34 typedef Translation<Scalar,3> Translation3; typedef
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(v
[all...]
H A Deigen2_geometry_with_eigen2_prefix.cpp36 typedef eigen2_Translation<Scalar,3> Translation3; typedef
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(v
[all...]
/external/eigen/test/
H A Dgeo_transformations.cpp36 typedef Translation<Scalar,3> Translation3; typedef
78 VERIFY_IS_APPROX((t0 * v1).template head<3>(), Translation3(v0) * v1);
107 typedef Translation<Scalar,3> Translation3; typedef
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(v
[all...]

Completed in 91 milliseconds