OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_useRK4
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBody.h
582
void useRK4Integration(bool use) {
m_useRK4
= use; }
583
bool isUsingRK4Integration() const { return
m_useRK4
; }
706
bool
m_useRK4
, m_useGlobalVelocities;
btMultiBody.cpp
118
m_useRK4
(false),
[
all
...]
Completed in 152 milliseconds