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