Lines Matching refs:toRotationMatrix
52 t0.linear() = q1.toRotationMatrix(); in non_projective_only()
62 t0.linear() = q1.toRotationMatrix(); in non_projective_only()
65 t1.linear() = q1.conjugate().toRotationMatrix(); in non_projective_only()
119 m = AngleAxisx(a, v0.normalized()).toRotationMatrix().adjoint(); in transformations()
132 AngleAxisx(Scalar(0.1), Vector3(1,0,0)).toRotationMatrix() in transformations()
133 * (AngleAxisx(Scalar(0.2), Vector3(0,1,0)).toRotationMatrix() in transformations()
134 * (AngleAxisx(Scalar(0.3), Vector3(0,0,1)).toRotationMatrix() * v1))); in transformations()
141 aa.fromRotationMatrix(aa.toRotationMatrix()); in transformations()
146 VERIFY_IS_APPROX(AngleAxisx(a,v1.normalized()).toRotationMatrix(), in transformations()
147 Quaternionx(AngleAxisx(a,v1.normalized())).toRotationMatrix()); in transformations()
150 m = q1.toRotationMatrix(); in transformations()
152 VERIFY_IS_APPROX(AngleAxisx(m).toRotationMatrix(), in transformations()
153 Quaternionx(m).toRotationMatrix()); in transformations()
173 t0.linear() = q1.toRotationMatrix(); in transformations()
176 t1.linear() = q1.conjugate().toRotationMatrix(); in transformations()
185 t0.setIdentity(); t0.scale(v0).rotate(q1.toRotationMatrix()); in transformations()
254 t21.linear() = Rotation2D<Scalar>(a).toRotationMatrix(); in transformations()
259 t21.linear() = Rotation2D<Scalar>(-a).toRotationMatrix(); in transformations()