Searched refs:Affine3d (Results 1 – 7 of 7) sorted by relevance
23 EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Affine3d) in EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION()156 CALL_SUBTEST_4(check_stdvector_transform(Affine3d())); in test_stdvector_overload()
127 CALL_SUBTEST_4(check_stddeque_transform(Affine3d())); in test_stddeque()
127 CALL_SUBTEST_4(check_stdlist_transform(Affine3d())); in test_stdlist()
152 CALL_SUBTEST(check_qtvector_transform(Affine3d())); in test_qtvector()
19 \li Eigen::Affine3d
13 \note If you are working with OpenGL 4x4 matrices then Affine3f and Affine3d are what you want. Sin…
655 typedef Transform<double,3,Affine> Affine3d; typedef