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