OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawCapsule
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.h
39
virtual void
drawCapsule
(btScalar radius, btScalar halfHeight, int upAxis, btTransform const &transform, btVector3 const &color);
linearmath_wrap.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btIDebugDraw.java
275
public void
drawCapsule
(float radius, float halfHeight, int upAxis, Matrix4 transform, Vector3 color) {
LinearMathJNI.java
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btIDebugDraw.h
337
virtual void
drawCapsule
(btScalar radius, btScalar halfHeight, int upAxis, const btTransform& transform, const btVector3& color)
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorld.cpp
[
all
...]
Completed in 911 milliseconds