Lines Matching refs:Translation
35 typedef Translation<Scalar,2> Translation2;
36 typedef Translation<Scalar,3> Translation3;
75 // translation * vector
106 typedef Translation<Scalar,2> Translation2;
107 typedef Translation<Scalar,3> Translation3;
267 // mat * aligned scaling and mat * translation
274 // mat * transformation and aligned scaling * translation
298 // translation * aligned scaling and transformation * mat
301 // scaling * mat and translation * mat
307 // translation * mat and aligned scaling * transformation
314 // transformation * translation
318 // translation * transformation
328 // translation * quaternion
343 // quaternion * translation
387 Translation<float,3> tr1f = tr1.template cast<float>();
389 Translation<double,3> tr1d = tr1.template cast<double>();
445 Aff a; a.linear().setRandom(); a.translation().setRandom();