Lines Matching refs:Translation
33 typedef Translation<Scalar,2> Translation2;
34 typedef Translation<Scalar,3> Translation3;
254 // mat * scaling and mat * translation
257 // mat * transformation and scaling * translation
263 // translation * scaling and transformation * mat
266 // scaling * mat and translation * mat
272 // translation * mat and scaling * transformation
279 // transformation * translation
283 // translation * transformation
293 // translation * quaternion
308 // quaternion * translation
318 // translation * vector
361 Translation<float,3> tr1f = tr1.template cast<float>();
363 Translation<double,3> tr1d = tr1.template cast<double>();