Home | History | Annotate | Download | only in test

Lines Matching refs:Transform

29      Cross.h Quaternion.h, Transform.cpp
34 typedef Transform<Scalar,3,Mode,Options> Transform3;
89 Cross.h Quaternion.h, Transform.cpp
100 typedef Transform<Scalar,2,Mode,Options> Transform2;
101 typedef Transform<Scalar,3,Mode,Options> Transform3;
168 // Transform
208 // More transform constructors, operator=, operator*=
252 // matrix * transform
255 // chained Transform product
258 // check that Transform product doesn't have aliasing problems
279 // Transform - new API
349 // transform * quaternion
364 // quaternion * transform
379 // test transform inversion
409 Transform<float,3,Mode> t1f = t1.template cast<float>();
411 Transform<double,3,Mode> t1d = t1.template cast<double>();
526 typedef Transform<Scalar,Dim,AffineCompact,Options> AffineCompactType;
527 typedef Transform<Scalar,Dim,Affine,Options> AffineType;
528 typedef Transform<Scalar,Dim,Projective,Options> ProjectiveType;
565 typedef Transform<Scalar,3,Projective,AutoAlign> Projective3a;
566 typedef Transform<Scalar,3,Projective,DontAlign> Projective3u;
595 typedef Transform<Scalar,Dim,Projective,Options> Proj;
596 typedef Transform<Scalar,Dim,Affine,Options> Aff;
597 typedef Transform<Scalar,Dim,AffineCompact,Options> AffC;