OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btSetMax
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuadWord.h
217
btSetMax
(m_floats[0], other.m_floats[0]);
218
btSetMax
(m_floats[1], other.m_floats[1]);
219
btSetMax
(m_floats[2], other.m_floats[2]);
220
btSetMax
(m_floats[3], other.m_floats[3]);
btMinMax.h
50
SIMD_FORCE_INLINE void
btSetMax
(T& a, const T& b)
btVector3.h
616
btSetMax
(m_floats[0], other.m_floats[0]);
617
btSetMax
(m_floats[1], other.m_floats[1]);
618
btSetMax
(m_floats[2], other.m_floats[2]);
619
btSetMax
(m_floats[3], other.w());
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
btRaycastVehicle.cpp
518
btSetMax
(j1, -maxImpulse);
Completed in 82 milliseconds