OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCcdSweptSphereRadius
(Results
1 - 10
of
10
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btConvex2dConvex2dAlgorithm.cpp
185
btSphereShape sphere1(col1->
getCcdSweptSphereRadius
()); //todo: allow non-zero sphere sizes, for better approximation
218
btSphereShape sphere0(col0->
getCcdSweptSphereRadius
()); //todo: allow non-zero sphere sizes, for better approximation
btConvexConcaveCollisionAlgorithm.cpp
304
btScalar ccdRadius0 = convexbody->
getCcdSweptSphereRadius
();
310
convexbody->
getCcdSweptSphereRadius
(),curHitFraction);
btCollisionObject.h
440
btScalar
getCcdSweptSphereRadius
() const
btConvexConvexAlgorithm.cpp
722
btSphereShape sphere1(col1->
getCcdSweptSphereRadius
()); //todo: allow non-zero sphere sizes, for better approximation
755
btSphereShape sphere0(col0->
getCcdSweptSphereRadius
()); //todo: allow non-zero sphere sizes, for better approximation
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyConcaveCollisionAlgorithm.cpp
327
btScalar ccdRadius0 = convexbody->
getCcdSweptSphereRadius
();
333
convexbody->
getCcdSweptSphereRadius
(),curHitFraction);
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCollisionObjectDoubleData.java
191
public double
getCcdSweptSphereRadius
() {
btCollisionObjectFloatData.java
191
public float
getCcdSweptSphereRadius
() {
btCollisionObject.java
381
public float
getCcdSweptSphereRadius
() {
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btDiscreteDynamicsWorld.cpp
939
btSphereShape tmpSphere(body->
getCcdSweptSphereRadius
());//btConvexShape* convexShape = static_cast<btConvexShape*>(body->getCollisionShape());
1025
btSphereShape tmpSphere(body->
getCcdSweptSphereRadius
());//btConvexShape* convexShape = static_cast<btConvexShape*>(body->getCollisionShape());
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp
[
all
...]
Completed in 76 milliseconds