Home | History | Annotate | Download | only in test

Lines Matching refs:translation

36   typedef Translation<Scalar,3> Translation3;
75 // translation * vector
104 typedef Translation<Scalar,2> Translation2;
105 typedef Translation<Scalar,3> Translation3;
283 // mat * aligned scaling and mat * translation
290 // mat * transformation and aligned scaling * translation
321 // translation * aligned scaling and transformation * mat
324 // scaling * mat and translation * mat
330 // translation * mat and aligned scaling * transformation
340 // transformation * translation
344 // translation * transformation
354 // translation * quaternion
369 // quaternion * translation
415 Translation<float,3> tr1f = tr1.template cast<float>();
417 Translation<double,3> tr1d = tr1.template cast<double>();
530 typedef Translation<Scalar,Dim> TranslationType;
600 Aff a; a.linear().setRandom(); a.translation().setRandom();