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

1 2

  /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);
btConvex2dShape.h 69 virtual void setLocalScaling(const btVector3& scaling) ;
btConvexTriangleMeshShape.h 60 virtual void setLocalScaling(const btVector3& scaling);
btTriangleMeshShape.h 56 virtual void setLocalScaling(const btVector3& scaling);
btUniformScalingShape.h 23 ///Istead of using btUniformScalingShape, it is better to use the non-uniform setLocalScaling method on convex shapes that implement it.
76 virtual void setLocalScaling(const btVector3& scaling) ;
btCapsuleShape.h 95 virtual void setLocalScaling(const btVector3& scaling)
101 btConvexInternalShape::setLocalScaling(scaling);
btConeShape.cpp 138 void btConeShape::setLocalScaling(const btVector3& scaling)
146 btConvexInternalShape::setLocalScaling(scaling);
btConvexInternalShape.h 98 virtual void setLocalScaling(const btVector3& scaling);
216 virtual void setLocalScaling(const btVector3& scaling);
btCylinderShape.h 112 virtual void setLocalScaling(const btVector3& scaling)
118 btConvexInternalShape::setLocalScaling(scaling);
btBvhTriangleMeshShape.h 77 virtual void setLocalScaling(const btVector3& scaling);
btConvexHullShape.h 92 virtual void setLocalScaling(const btVector3& scaling);
btConvexPointCloudShape.h 100 virtual void setLocalScaling(const btVector3& scaling);
btConvexShape.h 67 virtual void setLocalScaling(const btVector3& scaling) =0;
btHeightfieldTerrainShape.h 158 virtual void setLocalScaling(const btVector3& scaling);
btPolyhedralConvexShape.h 108 virtual void setLocalScaling(const btVector3& scaling);
btScaledBvhTriangleMeshShape.h 43 virtual void setLocalScaling(const btVector3& scaling);
btStaticPlaneShape.h 47 virtual void setLocalScaling(const btVector3& scaling);
btUniformScalingShape.cpp 133 void btUniformScalingShape::setLocalScaling(const btVector3& scaling)
135 m_childConvexShape->setLocalScaling(scaling);
btCollisionShape.h 102 virtual void setLocalScaling(const btVector3& scaling) =0;
btConvexPointCloudShape.cpp 21 void btConvexPointCloudShape::setLocalScaling(const btVector3& scaling)
btStaticPlaneShape.cpp 100 void btStaticPlaneShape::setLocalScaling(const btVector3& scaling)
btCompoundShape.h 124 virtual void setLocalScaling(const btVector3& scaling);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btScaledTriangleMeshShapeData.java 70 public void setLocalScaling(btVector3FloatData value) {

Completed in 382 milliseconds

1 2