Searched refs:Projective3f (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/test/ |
D | openglsupport.cpp | 152 VERIFY_MATRIX(glRotate(qf), Projective3f(qf).matrix()); in test_openglsupport() 156 VERIFY_MATRIX(glLoadMatrix(acf3), Projective3f(acf3).matrix()); in test_openglsupport() 157 VERIFY_MATRIX(glMultMatrix(acf3), Projective3f(acf3).matrix()); in test_openglsupport() 160 VERIFY_MATRIX(glLoadMatrix(af3), Projective3f(af3).matrix()); in test_openglsupport() 161 VERIFY_MATRIX(glMultMatrix(af3), Projective3f(af3).matrix()); in test_openglsupport() 164 VERIFY_MATRIX(glLoadMatrix(pf3), Projective3f(pf3).matrix()); in test_openglsupport() 165 VERIFY_MATRIX(glMultMatrix(pf3), Projective3f(pf3).matrix()); in test_openglsupport() 182 VERIFY_MATRIX(glTranslate(vf2), Projective3f(Translation3f(vf23)).matrix()); in test_openglsupport() 187 VERIFY_MATRIX(glTranslate(vf3), Projective3f(Translation3f(vf3)).matrix()); in test_openglsupport() 192 VERIFY_MATRIX(glTranslate(tf3), Projective3f(tf3).matrix()); in test_openglsupport() [all …]
|
/external/eigen/test/ |
D | stdvector.cpp | 141 CALL_SUBTEST_4(check_stdvector_transform(Projective3f())); in test_stdvector()
|
/external/eigen/doc/ |
D | A05_PortingFrom2To3.dox | 243 <td> Affine3f or Projective3f </td>
|
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 669 typedef Transform<float,3,Projective> Projective3f; typedef
|