Home | History | Annotate | Download | only in eigen2

Lines Matching refs:Transform

18      Cross.h Quaternion.h, Transform.cpp
29 typedef Transform<Scalar,2> Transform2;
30 typedef Transform<Scalar,3> Transform3;
132 // Transform
183 // More transform constructors, operator=, operator*=
223 // matrix * transform
226 // chained Transform product
229 // check that Transform product doesn't have aliasing problems
250 // Transform - new API
288 // transform * quaternion
303 // quaternion * transform
328 // test transform inversion
355 Transform<float,3> t1f = t1.template cast<float>();
357 Transform<double,3> t1d = t1.template cast<double>();