OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:marginA
(Results
1 - 5
of
5
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btGjkPairDetector.cpp
56
btGjkPairDetector::btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,int shapeTypeA,int shapeTypeB,btScalar
marginA
, btScalar marginB, btSimplexSolverInterface* simplexSolver,btConvexPenetrationDepthSolver* penetrationDepthSolver)
64
m_marginA(
marginA
),
100
btScalar
marginA
= m_marginA;
108
marginA
= btScalar(0.);
127
btScalar margin =
marginA
+ marginB;
290
pointOnA -= m_cachedSeparatingAxis * (
marginA
/ s);
379
pointOnA -= m_cachedSeparatingAxis *
marginA
;
btComputeGjkEpaPenetration.h
79
btScalar
marginA
= a.getMargin();
97
btScalar margin =
marginA
+ marginB;
252
pointOnA -= m_cachedSeparatingAxis * (
marginA
/ s);
334
pointOnA -= m_cachedSeparatingAxis *
marginA
;
btGjkPairDetector.h
58
btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,int shapeTypeA,int shapeTypeB,btScalar
marginA
, btScalar marginB, btSimplexSolverInterface* simplexSolver,btConvexPenetrationDepthSolver* penetrationDepthSolver);
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGjkPairDetector.java
105
public btGjkPairDetector(btConvexShape objectA, btConvexShape objectB, int shapeTypeA, int shapeTypeB, float
marginA
, float marginB, btVoronoiSimplexSolver simplexSolver, btConvexPenetrationDepthSolver penetrationDepthSolver) {
106
this(CollisionJNI.new_btGjkPairDetector__SWIG_1(btConvexShape.getCPtr(objectA), objectA, btConvexShape.getCPtr(objectB), objectB, shapeTypeA, shapeTypeB,
marginA
, marginB, btVoronoiSimplexSolver.getCPtr(simplexSolver), simplexSolver, btConvexPenetrationDepthSolver.getCPtr(penetrationDepthSolver), penetrationDepthSolver), true);
/prebuilts/maven_repo/android/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha1/
constraint-layout-solver-1.0.0-alpha1.jar
Completed in 207 milliseconds