Lines Matching refs:Rotation2D
270 t21.linear() = Rotation2D<Scalar>(a).toRotationMatrix();
275 t21.linear() = Rotation2D<Scalar>(-a).toRotationMatrix();
425 Rotation2D<Scalar> r2d1(internal::random<Scalar>());
426 Rotation2D<float> r2d1f = r2d1.template cast<float>();
428 Rotation2D<double> r2d1d = r2d1.template cast<double>();
434 Rotation2D<Scalar> rot2(angle);
444 Rotation2D<Scalar> rot3(rot2_as_mat);
450 Rotation2D<Scalar> R0(s0), R1(s1);
482 Rotation2D<Scalar> r1; // default ctor
483 r1 = Rotation2D<Scalar>(s0); // copy assignment
485 Rotation2D<Scalar> r2(r1); // copy ctor
642 CALL_SUBTEST_8(( transform_associativity<double,2,ColMajor>(Rotation2D<double>(internal::random<double>()*double(EIGEN_PI))) ));