OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btGenerateInternalEdgeInfo
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btInternalEdgeUtility.cpp
315
void
btGenerateInternalEdgeInfo
(btBvhTriangleMeshShape*trimeshShape, btTriangleInfoMap* triangleInfoMap)
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
Collision.java
185
public static void
btGenerateInternalEdgeInfo
(btBvhTriangleMeshShape trimeshShape, btTriangleInfoMap triangleInfoMap) {
186
CollisionJNI.
btGenerateInternalEdgeInfo
(btBvhTriangleMeshShape.getCPtr(trimeshShape), trimeshShape, btTriangleInfoMap.getCPtr(triangleInfoMap), triangleInfoMap);
CollisionJNI.java
[
all
...]
Completed in 2041 milliseconds