Searched refs:Translation3f (Results 1 – 7 of 7) sorted by relevance
46 #define Translation3f eigen2_Translation3f macro101 #undef Translation3f
145 typedef Translation<float, 3> Translation3f; typedef
153 mViewMatrix = Translation3f(t) in rotateAroundTarget()155 * Translation3f(-t) in rotateAroundTarget()
80 Affine3f t = Translation3f(c) * q * Scaling(mRadii[i]+radius); in FancySpheres()101 Affine3f t = Translation3f(mCenters[i]) * Scaling(mRadii[i]); in draw()
182 VERIFY_MATRIX(glTranslate(vf2), Projective3f(Translation3f(vf23)).matrix()); in test_openglsupport()187 VERIFY_MATRIX(glTranslate(vf3), Projective3f(Translation3f(vf3)).matrix()); in test_openglsupport()
174 typedef Translation<float, 3> Translation3f; typedef
60 Transform<float,3,Affine> t = Translation3f(p) * AngleAxisf(a,axis) * Scaling(s);\endcode</td></tr>90 Affine3f m; m = Translation3f(..); Affine3f m; m = Matrix3f(..);