Home
last modified time | relevance | path

Searched defs:convexChildShape (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtConvex2dShape.java61 public btConvex2dShape(btConvexShape convexChildShape) { in btConvex2dShape()
DbtUniformScalingShape.java61 public btUniformScalingShape(btConvexShape convexChildShape, float uniformScalingFactor) { in btUniformScalingShape()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConvex2dShape.cpp18 btConvex2dShape::btConvex2dShape( btConvexShape* convexChildShape): in btConvex2dShape()
DbtUniformScalingShape.cpp18 btUniformScalingShape::btUniformScalingShape( btConvexShape* convexChildShape,btScalar uniformScali… in btUniformScalingShape()