/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btConvexInternalShape.cpp | 28 void btConvexInternalShape::setLocalScaling(const btVector3& scaling) in setLocalScaling() function in btConvexInternalShape 98 void btConvexInternalAabbCachingShape::setLocalScaling(const btVector3& scaling) in setLocalScaling() function in btConvexInternalAabbCachingShape 100 btConvexInternalShape::setLocalScaling(scaling); in setLocalScaling()
|
D | btConvex2dShape.cpp | 65 void btConvex2dShape::setLocalScaling(const btVector3& scaling) in setLocalScaling() function in btConvex2dShape 67 m_childConvexShape->setLocalScaling(scaling); in setLocalScaling()
|
D | btConvexInternalShape.h | 98 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16() 216 virtual void setLocalScaling(const btVector3& scaling);
|
D | btConeShape.cpp | 138 void btConeShape::setLocalScaling(const btVector3& scaling) in setLocalScaling() function in btConeShape 146 btConvexInternalShape::setLocalScaling(scaling); in setLocalScaling()
|
D | btUniformScalingShape.cpp | 133 void btUniformScalingShape::setLocalScaling(const btVector3& scaling) in setLocalScaling() function in btUniformScalingShape 135 m_childConvexShape->setLocalScaling(scaling); in setLocalScaling()
|
D | btCapsuleShape.h | 95 virtual void setLocalScaling(const btVector3& scaling) in ATTRIBUTE_ALIGNED16() 101 btConvexInternalShape::setLocalScaling(scaling); in ATTRIBUTE_ALIGNED16()
|
D | btCylinderShape.h | 112 virtual void setLocalScaling(const btVector3& scaling) in ATTRIBUTE_ALIGNED16() 118 btConvexInternalShape::setLocalScaling(scaling); in ATTRIBUTE_ALIGNED16()
|
D | btEmptyShape.h | 45 virtual void setLocalScaling(const btVector3& scaling) in ATTRIBUTE_ALIGNED16()
|
D | btBvhTriangleMeshShape.cpp | 331 void btBvhTriangleMeshShape::setLocalScaling(const btVector3& scaling) in setLocalScaling() function in btBvhTriangleMeshShape 335 btTriangleMeshShape::setLocalScaling(scaling); in setLocalScaling() 365 btTriangleMeshShape::setLocalScaling(scaling); in setOptimizedBvh()
|
D | btTriangleMeshShape.h | 56 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
|
D | btConvex2dShape.h | 69 virtual void setLocalScaling(const btVector3& scaling) ; in ATTRIBUTE_ALIGNED16()
|
D | btBoxShape.h | 98 virtual void setLocalScaling(const btVector3& scaling) in ATTRIBUTE_ALIGNED16() 104 btConvexInternalShape::setLocalScaling(scaling); in ATTRIBUTE_ALIGNED16()
|
D | btUniformScalingShape.h | 76 virtual void setLocalScaling(const btVector3& scaling) ; in ATTRIBUTE_ALIGNED16()
|
D | btConvexTriangleMeshShape.h | 60 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
|
D | btConvexShape.h | 67 virtual void setLocalScaling(const btVector3& scaling) =0; in ATTRIBUTE_ALIGNED16()
|
D | btScaledBvhTriangleMeshShape.h | 43 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
|
D | btStaticPlaneShape.h | 47 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
|
D | btConvexPointCloudShape.h | 100 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
|
D | btConvexHullShape.h | 92 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
|
D | btHeightfieldTerrainShape.h | 158 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
|
D | btBvhTriangleMeshShape.h | 77 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
|
D | btBox2dShape.h | 124 virtual void setLocalScaling(const btVector3& scaling) in ATTRIBUTE_ALIGNED16() 130 btConvexInternalShape::setLocalScaling(scaling); in ATTRIBUTE_ALIGNED16()
|
D | btPolyhedralConvexShape.h | 108 virtual void setLocalScaling(const btVector3& scaling);
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | btGImpactShape.h | 163 virtual void setLocalScaling(const btVector3& scaling) in setLocalScaling() function 881 virtual void setLocalScaling(const btVector3& scaling) in setLocalScaling() function 984 virtual void setLocalScaling(const btVector3& scaling) in setLocalScaling() function 992 part->setLocalScaling(scaling); in setLocalScaling()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btScaledTriangleMeshShapeData.java | 70 public void setLocalScaling(btVector3FloatData value) { in setLocalScaling() method in btScaledTriangleMeshShapeData
|