Home
last modified time | relevance | path

Searched refs:SignedDistance (Results 1 – 6 of 6) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtGjkEpa2.h60 static btScalar SignedDistance( const btVector3& position,
66 static bool SignedDistance( const btConvexShape* shape0,const btTransform& wtrs0,
DbtGjkEpa2.cpp949 btScalar btGjkEpaSolver2::SignedDistance(const btVector3& position, in SignedDistance() function in btGjkEpaSolver2
1001 bool btGjkEpaSolver2::SignedDistance(const btConvexShape* shape0, in SignedDistance() function in btGjkEpaSolver2
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtGjkEpaSolver2.java167 …public static float SignedDistance(Vector3 position, float margin, btConvexShape shape, Matrix4 wt… in SignedDistance() method in btGjkEpaSolver2
171 …public static boolean SignedDistance(btConvexShape shape0, Matrix4 wtrs0, btConvexShape shape1, Ma… in SignedDistance() method in btGjkEpaSolver2
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSparseSDF.h272 return(btGjkEpaSolver2::SignedDistance(x,0,csh,unit,res)); in DistanceToShape()
DbtSoftBodyInternals.h711 if(btGjkEpaSolver2::SignedDistance( &cshape,btTransform::getIdentity(), in Process()
774 if(btGjkEpaSolver2::SignedDistance( &csa,btTransform::getIdentity(), in Process()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp42978 …result = (btScalar)btGjkEpaSolver2::SignedDistance((btVector3 const &)*arg1,arg2,(btConvexShape co… in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGjkEpaSolver2_1SignedDistance_1_1SWIG_10()
43018 …result = (bool)btGjkEpaSolver2::SignedDistance((btConvexShape const *)arg1,(btTransform const &)*a… in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGjkEpaSolver2_1SignedDistance_1_1SWIG_11()