OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_maxCoordinateVelocity
(Results
1 - 2
of
2
) sorted by null
/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
);
555
return
m_maxCoordinateVelocity
;
559
m_maxCoordinateVelocity
= maxVel;
701
btScalar
m_maxCoordinateVelocity
;
btMultiBody.cpp
112
m_maxCoordinateVelocity
(100.f),
[
all
...]
Completed in 466 milliseconds