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

  /external/eigen/test/eigen2/
eigen2_geometry.cpp 32 typedef Scaling<Scalar,3> Scaling3;
214 Scaling3 sv3(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));
277 t1 = t1 * Scaling3(v0);
300 t1 = t1 * (Scaling3(v1) * q1);
315 t1 = t1 * (q1 * Scaling3(v1))
    [all...]
eigen2_geometry_with_eigen2_prefix.cpp 34 typedef eigen2_Scaling<Scalar,3> Scaling3;
216 Scaling3 sv3(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));
279 t1 = t1 * Scaling3(v0);
302 t1 = t1 * (Scaling3(v1) * q1);
317 t1 = t1 * (q1 * Scaling3(v1))
    [all...]

Completed in 3296 milliseconds