/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btCollisionObjectWrapper.h | 27 const btCollisionShape* m_shape; member in struct:btCollisionObjectWrapper 34 : m_parent(parent), m_shape(shape), m_collisionObject(collisionObject), m_worldTransform(worldTransform), 40 SIMD_FORCE_INLINE const btCollisionShape* getCollisionShape() const { return m_shape; }
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
btShapeHull.h | 35 const btConvexShape* m_shape; variable
|
btShapeHull.cpp | 26 m_shape = shape; 43 int numPDA = m_shape->getNumPreferredPenetrationDirections(); 49 m_shape->getPreferredPenetrationDirection(i,norm); 60 supportPoints[i] = m_shape->localGetSupportingVertex(getUnitSpherePoints()[i]);
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/ |
b2Fixture.cpp | 37 m_shape = NULL; 54 m_shape = def->shape->Clone(allocator); 57 int32 childCount = m_shape->GetChildCount(); 75 int32 childCount = m_shape->GetChildCount(); 80 switch (m_shape->m_type) 84 b2CircleShape* s = (b2CircleShape*)m_shape; 92 b2EdgeShape* s = (b2EdgeShape*)m_shape; 100 b2PolygonShape* s = (b2PolygonShape*)m_shape; 108 b2ChainShape* s = (b2ChainShape*)m_shape; 119 m_shape = NULL [all...] |
b2Fixture.h | 223 b2Shape* m_shape; member in class:b2Fixture 240 return m_shape->GetType(); 245 return m_shape; 250 return m_shape; 326 return m_shape->TestPoint(m_body->GetTransform(), p); 331 return m_shape->RayCast(output, input, m_body->GetTransform(), childIndex); 336 m_shape->ComputeMass(massData, m_density);
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
BC_EncoderContext.cpp | 46 m_shape = FORCE_NONE;
56 m_shape = shape;
102 CBC_SymbolInfo::lookup(len, m_shape, m_minSize, m_maxSize, true, e);
107 m_shape = FORCE_NONE;
|
BC_EncoderContext.h | 47 SymbolShapeHint m_shape;
member in class:CBC_EncoderContext
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/ |
Fixture.java | 55 public Shape m_shape; field in class:Fixture 75 m_shape = null; 85 return m_shape.getType(); 95 return m_shape; 231 return m_shape.testPoint(m_body.m_xf, p); 243 return m_shape.raycast(output, input, m_body.m_xf, childIndex); 253 m_shape.computeMass(massData, m_density); 311 return m_shape.computeDistanceToOut(m_body.getTransform(), p, childIndex, normalOut); 330 m_shape = def.shape.clone(); 333 int childCount = m_shape.getChildCount() [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
btGjkEpa3.h | 161 MinkowskiDiff<btConvexTemplate> m_shape; member in struct:GJK 174 :m_shape(a,b) 201 m_shape = shapearg; 378 sv.w = m_shape.Support(sv.d); [all...] |
btGjkEpa2.cpp | 160 tShape m_shape; member in struct:gjkepa2_impl::GJK 198 m_shape = shapearg; 375 sv.w = m_shape.Support(sv.d);
|
/external/opencv/cvaux/include/ |
cvvidsurv.hpp | 739 CvDrawShape m_shape[16]; member in class:CvImageDrawer [all...] |