Searched refs:Affine3f (Results 1 - 8 of 8) sorted by relevance

/external/eigen/demos/opengl/
H A Dcamera.h78 const Eigen::Affine3f& viewMatrix(void) const;
104 mutable Eigen::Affine3f mViewMatrix;
H A Dcamera.cpp205 const Affine3f& Camera::viewMatrix(void) const
H A Dquaternion_demo.cpp80 Affine3f t = Translation3f(c) * q * Scaling(mRadii[i]+radius);
101 Affine3f t = Translation3f(mCenters[i]) * Scaling(mRadii[i]);
/external/eigen/test/
H A Dstdvector_overload.cpp22 EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Affine3f)
155 CALL_SUBTEST_4(check_stdvector_transform(Affine3f()));
H A Dqtvector.cpp151 CALL_SUBTEST(check_qtvector_transform(Affine3f()));
H A Dstddeque.cpp126 CALL_SUBTEST_4(check_stddeque_transform(Affine3f()));
H A Dstdlist.cpp126 CALL_SUBTEST_4(check_stdlist_transform(Affine3f()));
/external/eigen/Eigen/src/Geometry/
H A DTransform.h654 typedef Transform<float,3,Affine> Affine3f; typedef in namespace:Eigen

Completed in 104 milliseconds