HomeSort by relevance Sort by last modified time
    Searched refs:Affine3f (Results 1 - 8 of 8) sorted by null

  /external/eigen/demos/opengl/
camera.h 78 const Eigen::Affine3f& viewMatrix(void) const;
104 mutable Eigen::Affine3f mViewMatrix;
camera.cpp 205 const Affine3f& Camera::viewMatrix(void) const
quaternion_demo.cpp 80 Affine3f t = Translation3f(c) * q * Scaling(mRadii[i]+radius);
101 Affine3f t = Translation3f(mCenters[i]) * Scaling(mRadii[i]);
  /external/eigen/test/
stdvector_overload.cpp 22 EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Affine3f)
155 CALL_SUBTEST_4(check_stdvector_transform(Affine3f()));
qtvector.cpp 151 CALL_SUBTEST(check_qtvector_transform(Affine3f()));
stddeque.cpp 126 CALL_SUBTEST_4(check_stddeque_transform(Affine3f()));
stdlist.cpp 126 CALL_SUBTEST_4(check_stdlist_transform(Affine3f()));
  /external/eigen/Eigen/src/Geometry/
Transform.h 654 typedef Transform<float,3,Affine> Affine3f;
    [all...]

Completed in 773 milliseconds