Home
last modified time | relevance | path

Searched refs:Affine3d (Results 1 – 7 of 7) sorted by relevance

/external/eigen/test/
Dstdvector_overload.cpp23 EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Affine3d) in EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION()
156 CALL_SUBTEST_4(check_stdvector_transform(Affine3d())); in test_stdvector_overload()
Dstddeque.cpp127 CALL_SUBTEST_4(check_stddeque_transform(Affine3d())); in test_stddeque()
Dstdlist.cpp127 CALL_SUBTEST_4(check_stdlist_transform(Affine3d())); in test_stdlist()
Dqtvector.cpp152 CALL_SUBTEST(check_qtvector_transform(Affine3d())); in test_qtvector()
/external/eigen/doc/
DFixedSizeVectorizable.dox19 \li Eigen::Affine3d
DTutorialGeometry.dox13 \note If you are working with OpenGL 4x4 matrices then Affine3f and Affine3d are what you want. Sin…
/external/eigen/Eigen/src/Geometry/
DTransform.h655 typedef Transform<double,3,Affine> Affine3d; typedef