OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btClamp
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btMinMax.h
59
SIMD_FORCE_INLINE void
btClamp
(T& a, const T& lb, const T& ub)
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBody.h
401
btClamp
(m_realBuf[i],-m_maxCoordinateVelocity,m_maxCoordinateVelocity);
443
btClamp
(m_realBuf[dof],-m_maxCoordinateVelocity,m_maxCoordinateVelocity);
Completed in 69 milliseconds