OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newAlgorithm
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactCollisionAlgorithm.h
120
SIMD_FORCE_INLINE btCollisionAlgorithm *
newAlgorithm
(const btCollisionObjectWrapper* body0Wrap,const btCollisionObjectWrapper* body1Wrap)
133
m_convex_algorithm =
newAlgorithm
(body0Wrap,body1Wrap);
btGImpactCollisionAlgorithm.cpp
235
btCollisionAlgorithm* algor =
newAlgorithm
(body0Wrap,body1Wrap);
Completed in 112 milliseconds