Home | History | Annotate | Download | only in test

Lines Matching refs:Eigen

1 // This file is part of Eigen, a lightweight C++ template library
11 #include <Eigen/Geometry>
12 #include <Eigen/LU>
13 #include <Eigen/SVD>
270 t1 = (Matrix3(q1) * Eigen::Scaling(v0)) * Translation3(v0);
272 t1 = (q1 * Eigen::Scaling(v0)) * Translation3(v0);
281 t1 = Eigen::Scaling(s0) * Translation3(v0);
284 t1 = Eigen::Scaling(s0) * t1;
289 t1 = t3 * Eigen::Scaling(s0,s0,s0);
292 t1 = Eigen::Scaling(s0,s0,s0) * t1;