Home
last modified time | relevance | path

Searched refs:m_maxSlopeRadians (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/
DbtKinematicCharacterController.h51 btScalar m_maxSlopeRadians; // Slope angle that is set (used for returning the exact value) in ATTRIBUTE_ALIGNED16() local
DbtKinematicCharacterController.cpp742 m_maxSlopeRadians = slopeRadians; in setMaxSlope()
748 return m_maxSlopeRadians; in getMaxSlope()