Home
last modified time | relevance | path

Searched refs:setLocalScaling (Results 1 – 25 of 46) sorted by relevance

12

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConvexInternalShape.cpp28 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()
DbtConvex2dShape.cpp65 void btConvex2dShape::setLocalScaling(const btVector3& scaling) in setLocalScaling() function in btConvex2dShape
67 m_childConvexShape->setLocalScaling(scaling); in setLocalScaling()
DbtConvexInternalShape.h98 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
216 virtual void setLocalScaling(const btVector3& scaling);
DbtConeShape.cpp138 void btConeShape::setLocalScaling(const btVector3& scaling) in setLocalScaling() function in btConeShape
146 btConvexInternalShape::setLocalScaling(scaling); in setLocalScaling()
DbtUniformScalingShape.cpp133 void btUniformScalingShape::setLocalScaling(const btVector3& scaling) in setLocalScaling() function in btUniformScalingShape
135 m_childConvexShape->setLocalScaling(scaling); in setLocalScaling()
DbtCapsuleShape.h95 virtual void setLocalScaling(const btVector3& scaling) in ATTRIBUTE_ALIGNED16()
101 btConvexInternalShape::setLocalScaling(scaling); in ATTRIBUTE_ALIGNED16()
DbtCylinderShape.h112 virtual void setLocalScaling(const btVector3& scaling) in ATTRIBUTE_ALIGNED16()
118 btConvexInternalShape::setLocalScaling(scaling); in ATTRIBUTE_ALIGNED16()
DbtEmptyShape.h45 virtual void setLocalScaling(const btVector3& scaling) in ATTRIBUTE_ALIGNED16()
DbtBvhTriangleMeshShape.cpp331 void btBvhTriangleMeshShape::setLocalScaling(const btVector3& scaling) in setLocalScaling() function in btBvhTriangleMeshShape
335 btTriangleMeshShape::setLocalScaling(scaling); in setLocalScaling()
365 btTriangleMeshShape::setLocalScaling(scaling); in setOptimizedBvh()
DbtTriangleMeshShape.h56 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
DbtConvex2dShape.h69 virtual void setLocalScaling(const btVector3& scaling) ; in ATTRIBUTE_ALIGNED16()
DbtBoxShape.h98 virtual void setLocalScaling(const btVector3& scaling) in ATTRIBUTE_ALIGNED16()
104 btConvexInternalShape::setLocalScaling(scaling); in ATTRIBUTE_ALIGNED16()
DbtUniformScalingShape.h76 virtual void setLocalScaling(const btVector3& scaling) ; in ATTRIBUTE_ALIGNED16()
DbtConvexTriangleMeshShape.h60 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
DbtConvexShape.h67 virtual void setLocalScaling(const btVector3& scaling) =0; in ATTRIBUTE_ALIGNED16()
DbtScaledBvhTriangleMeshShape.h43 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
DbtStaticPlaneShape.h47 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
DbtConvexPointCloudShape.h100 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
DbtConvexHullShape.h92 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
DbtHeightfieldTerrainShape.h158 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
DbtBvhTriangleMeshShape.h77 virtual void setLocalScaling(const btVector3& scaling); in ATTRIBUTE_ALIGNED16()
DbtBox2dShape.h124 virtual void setLocalScaling(const btVector3& scaling) in ATTRIBUTE_ALIGNED16()
130 btConvexInternalShape::setLocalScaling(scaling); in ATTRIBUTE_ALIGNED16()
DbtPolyhedralConvexShape.h108 virtual void setLocalScaling(const btVector3& scaling);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactShape.h163 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/
DbtScaledTriangleMeshShapeData.java70 public void setLocalScaling(btVector3FloatData value) { in setLocalScaling() method in btScaledTriangleMeshShapeData

12