HomeSort by relevance Sort by last modified time
    Searched refs:m_uniformScalingFactor (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btUniformScalingShape.h 28 btScalar m_uniformScalingFactor;
48 return m_uniformScalingFactor;
btUniformScalingShape.cpp 20 m_uniformScalingFactor(uniformScalingFactor)
34 return tmpVertex*m_uniformScalingFactor;
43 supportVerticesOut[i] = supportVerticesOut[i] * m_uniformScalingFactor;
52 return tmpVertex*m_uniformScalingFactor;
62 inertia = tmpInertia * m_uniformScalingFactor;
149 return m_childConvexShape->getMargin() * m_uniformScalingFactor;

Completed in 1341 milliseconds