Home | History | Annotate | Download | only in test

Lines Matching refs:Transform

18      Cross.h Quaternion.h, Transform.cpp
28 typedef Transform<Scalar,2,Mode,Options> Transform2;
29 typedef Transform<Scalar,3,Mode,Options> Transform3;
30 typedef Transform<Scalar,2,Isometry,Options> Isometry2;
31 typedef Transform<Scalar,3,Isometry,Options> Isometry3;
89 Cross.h Quaternion.h, Transform.cpp
99 typedef Transform<Scalar,2,Mode,Options> Transform2;
100 typedef Transform<Scalar,3,Mode,Options> Transform3;
101 typedef Transform<Scalar,2,Isometry,Options> Isometry2;
102 typedef Transform<Scalar,3,Isometry,Options> Isometry3;
155 // Transform
195 // More transform constructors, operator=, operator*=
236 // matrix * transform
239 // chained Transform product
242 // check that Transform product doesn't have aliasing problems
263 // Transform - new API
323 // transform * quaternion
338 // quaternion * transform
353 // test transform inversion
381 Transform<float,3,Mode> t1f = t1.template cast<float>();
383 Transform<double,3,Mode> t1d = t1.template cast<double>();
410 typedef Transform<Scalar,3,Projective,AutoAlign> Projective3a;
411 typedef Transform<Scalar,3,Projective,DontAlign> Projective3u;
440 typedef Transform<Scalar,Dim,Projective,Options> Proj;
441 typedef Transform<Scalar,Dim,Affine,Options> Aff;
442 typedef Transform<Scalar,Dim,AffineCompact,Options> AffC;