HomeSort by relevance Sort by last modified time
    Searched defs:setLocalScaling (Results 1 - 25 of 25) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btEmptyShape.h 45 virtual void setLocalScaling(const btVector3& scaling)
btConvex2dShape.cpp 65 void btConvex2dShape::setLocalScaling(const btVector3& scaling)
67 m_childConvexShape->setLocalScaling(scaling);
btConvexInternalShape.cpp 28 void btConvexInternalShape::setLocalScaling(const btVector3& scaling)
98 void btConvexInternalAabbCachingShape::setLocalScaling(const btVector3& scaling)
100 btConvexInternalShape::setLocalScaling(scaling);
btConeShape.cpp 138 void btConeShape::setLocalScaling(const btVector3& scaling)
146 btConvexInternalShape::setLocalScaling(scaling);
btConvexPointCloudShape.cpp 21 void btConvexPointCloudShape::setLocalScaling(const btVector3& scaling)
btStaticPlaneShape.cpp 100 void btStaticPlaneShape::setLocalScaling(const btVector3& scaling)
btUniformScalingShape.cpp 133 void btUniformScalingShape::setLocalScaling(const btVector3& scaling)
135 m_childConvexShape->setLocalScaling(scaling);
btBoxShape.h 98 virtual void setLocalScaling(const btVector3& scaling)
104 btConvexInternalShape::setLocalScaling(scaling);
btCapsuleShape.h 95 virtual void setLocalScaling(const btVector3& scaling)
101 btConvexInternalShape::setLocalScaling(scaling);
btCylinderShape.h 112 virtual void setLocalScaling(const btVector3& scaling)
118 btConvexInternalShape::setLocalScaling(scaling);
btScaledBvhTriangleMeshShape.cpp 107 void btScaledBvhTriangleMeshShape::setLocalScaling(const btVector3& scaling)
btBox2dShape.h 124 virtual void setLocalScaling(const btVector3& scaling)
130 btConvexInternalShape::setLocalScaling(scaling);
btBvhTriangleMeshShape.cpp 331 void btBvhTriangleMeshShape::setLocalScaling(const btVector3& scaling)
335 btTriangleMeshShape::setLocalScaling(scaling);
365 btTriangleMeshShape::setLocalScaling(scaling);
btConvexHullShape.cpp 46 void btConvexHullShape::setLocalScaling(const btVector3& scaling)
btTriangleMeshShape.cpp 124 void btTriangleMeshShape::setLocalScaling(const btVector3& scaling)
btCompoundShape.cpp 280 void btCompoundShape::setLocalScaling(const btVector3& scaling)
289 m_children[i].m_childShape->setLocalScaling(childScale);
btConvexTriangleMeshShape.cpp 196 void btConvexTriangleMeshShape::setLocalScaling(const btVector3& scaling)
btPolyhedralConvexShape.cpp 431 void btPolyhedralConvexAabbCachingShape::setLocalScaling(const btVector3& scaling)
433 btConvexInternalShape::setLocalScaling(scaling);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btScaledTriangleMeshShapeData.java 70 public void setLocalScaling(btVector3FloatData value) {
btConvexInternalShapeData.java 70 public void setLocalScaling(btVector3FloatData value) {
btGImpactMeshShapeData.java 79 public void setLocalScaling(btVector3FloatData value) {
btStaticPlaneShapeData.java 70 public void setLocalScaling(btVector3FloatData value) {
btCollisionShape.java 203 public void setLocalScaling(Vector3 scaling) {
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
GimpactTest.java 29 chassisShape.setLocalScaling(new Vector3(1f, 1f, 1f));
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h 163 virtual void setLocalScaling(const btVector3& scaling)
881 virtual void setLocalScaling(const btVector3& scaling)
984 virtual void setLocalScaling(const btVector3& scaling)
992 part->setLocalScaling(scaling);

Completed in 1026 milliseconds