/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/ |
b2TimeOfImpact.cpp | 59 m_sweepA.GetTransform(&xfA, t1); 60 m_sweepB.GetTransform(&xfB, t1); 129 m_sweepA.GetTransform(&xfA, t); 130 m_sweepB.GetTransform(&xfB, t); 198 m_sweepA.GetTransform(&xfA, t); 199 m_sweepB.GetTransform(&xfB, t); 299 sweepA.GetTransform(&xfA, t1); 300 sweepB.GetTransform(&xfB, t1); 341 sweepA.GetTransform(&xfA, x); 342 sweepB.GetTransform(&xfB, x) [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/ |
b2Fixture.h | 326 return m_shape->TestPoint(m_body->GetTransform(), p); 331 return m_shape->RayCast(output, input, m_body->GetTransform(), childIndex);
|
b2Body.h | 165 const b2Transform& GetTransform() const; 474 inline const b2Transform& b2Body::GetTransform() const
|
b2Island.cpp | 435 input.transformA = bA->GetTransform(); 436 input.transformB = bB->GetTransform();
|
b2World.cpp | 1098 const b2Transform& xf1 = bodyA->GetTransform(); 1099 const b2Transform& xf2 = bodyB->GetTransform(); 1148 const b2Transform& xf = b->GetTransform(); 1232 b2Transform xf = b->GetTransform();
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/ |
b2Contact.h | 239 worldManifold->Initialize(&m_manifold, bodyA->GetTransform(), shapeA->m_radius, bodyB->GetTransform(), shapeB->m_radius);
|
b2Contact.cpp | 177 const b2Transform& xfA = bodyA->GetTransform(); 178 const b2Transform& xfB = bodyB->GetTransform();
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/ |
b2MouseJoint.cpp | 40 m_localAnchorB = b2MulT(m_bodyB->GetTransform(), m_targetA);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d2d1.h | 595 STDMETHOD_(void, GetTransform)(D2D1_MATRIX_3X2_F *transform) const PURE; 610 STDMETHOD_(void, GetTransform)(ID2D1Brush *This, D2D1_MATRIX_3X2_F *transform) PURE; 624 #define ID2D1Brush_GetTransform(this,A) (this)->lpVtbl->GetTransform(this,A) 715 #define ID2D1BitmapBrush_GetTransform(this,A) (this)->lpVtbl->Base.GetTransform((ID2D1Brush*)this,A) 759 STDMETHOD_(void, GetTransform)(D2D1_MATRIX_3X2_F *transform) const PURE; [all...] |
d3dx9core.h | 422 STDMETHOD(GetTransform)(THIS_ D3DXMATRIX *transform) PURE; 445 #define ID3DXSprite_GetTransform(p,a) (p)->lpVtbl->GetTransform(p,a) 462 #define ID3DXSprite_GetTransform(p,a) (p)->GetTransform(a)
|
d3d.h | [all...] |
d3d9.h | [all...] |
d3d8.h | [all...] |
d3drmobj.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdipluspen.h | 192 Status GetTransform(Matrix *matrix) const
|
gdiplusbrush.h | 291 Status GetTransform(Matrix *matrix) const
|
gdipluspath.h | 814 Status GetTransform(Matrix *matrix) const
|
gdiplusgraphics.h | [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/ |
b2Math.h | 388 void GetTransform(b2Transform* xfb, float32 beta) const; 696 inline void b2Sweep::GetTransform(b2Transform* xf, float32 beta) const
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/ |
com.badlogic.gdx.physics.box2d.Body.cpp | 59 b2Transform t = body->GetTransform();
|