Home
last modified time | relevance | path

Searched refs:btIDebugDraw (Results 1 – 25 of 81) sorted by relevance

1234

/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBodyHelpers.java63 public static void Draw(btSoftBody psb, btIDebugDraw idraw, int drawflags) { in Draw()
64 …SoftbodyJNI.btSoftBodyHelpers_Draw__SWIG_0(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idra… in Draw()
67 public static void Draw(btSoftBody psb, btIDebugDraw idraw) { in Draw()
68 …SoftbodyJNI.btSoftBodyHelpers_Draw__SWIG_1(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idra… in Draw()
71 …public static void DrawInfos(btSoftBody psb, btIDebugDraw idraw, boolean masses, boolean areas, bo… in DrawInfos()
72 …SoftbodyJNI.btSoftBodyHelpers_DrawInfos(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw),… in DrawInfos()
75 public static void DrawNodeTree(btSoftBody psb, btIDebugDraw idraw, int mindepth, int maxdepth) { in DrawNodeTree()
76 …SoftbodyJNI.btSoftBodyHelpers_DrawNodeTree__SWIG_0(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getC… in DrawNodeTree()
79 public static void DrawNodeTree(btSoftBody psb, btIDebugDraw idraw, int mindepth) { in DrawNodeTree()
80 …SoftbodyJNI.btSoftBodyHelpers_DrawNodeTree__SWIG_1(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getC… in DrawNodeTree()
[all …]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DbtIDebugDraw.java17 public class btIDebugDraw extends BulletBase { class
20 protected btIDebugDraw(final String className, long cPtr, boolean cMemoryOwn) { in btIDebugDraw() method in btIDebugDraw
26 public btIDebugDraw(long cPtr, boolean cMemoryOwn) { in btIDebugDraw() method in btIDebugDraw
38 public static long getCPtr(btIDebugDraw obj) { in getCPtr()
187 public btIDebugDraw.DefaultColors getDefaultColors() { in getDefaultColors()
188 …return new btIDebugDraw.DefaultColors((getClass() == btIDebugDraw.class) ? LinearMathJNI.btIDebugD… in getDefaultColors()
191 public void setDefaultColors(btIDebugDraw.DefaultColors arg0) { in setDefaultColors()
192btIDebugDraw.class) LinearMathJNI.btIDebugDraw_setDefaultColors(swigCPtr, this, btIDebugDraw.Defau… in setDefaultColors()
200 …if (getClass() == btIDebugDraw.class) LinearMathJNI.btIDebugDraw_drawLine__SWIG_1(swigCPtr, this, … in drawLine()
204 …if (getClass() == btIDebugDraw.class) LinearMathJNI.btIDebugDraw_drawSphere__SWIG_0(swigCPtr, this… in drawSphere()
[all …]
DLinearMathJNI.java231 …c native void btIDebugDraw_DefaultColors_activeObject_set(long jarg1, btIDebugDraw.DefaultColors j… in btIDebugDraw_DefaultColors_activeObject_set()
232 …c native long btIDebugDraw_DefaultColors_activeObject_get(long jarg1, btIDebugDraw.DefaultColors j… in btIDebugDraw_DefaultColors_activeObject_get()
233 …ive void btIDebugDraw_DefaultColors_deactivatedObject_set(long jarg1, btIDebugDraw.DefaultColors j… in btIDebugDraw_DefaultColors_deactivatedObject_set()
234 …ive long btIDebugDraw_DefaultColors_deactivatedObject_get(long jarg1, btIDebugDraw.DefaultColors j… in btIDebugDraw_DefaultColors_deactivatedObject_get()
235 …id btIDebugDraw_DefaultColors_wantsDeactivationObject_set(long jarg1, btIDebugDraw.DefaultColors j… in btIDebugDraw_DefaultColors_wantsDeactivationObject_set()
236 …ng btIDebugDraw_DefaultColors_wantsDeactivationObject_get(long jarg1, btIDebugDraw.DefaultColors j… in btIDebugDraw_DefaultColors_wantsDeactivationObject_get()
237 …btIDebugDraw_DefaultColors_disabledDeactivationObject_set(long jarg1, btIDebugDraw.DefaultColors j… in btIDebugDraw_DefaultColors_disabledDeactivationObject_set()
238 …btIDebugDraw_DefaultColors_disabledDeactivationObject_get(long jarg1, btIDebugDraw.DefaultColors j… in btIDebugDraw_DefaultColors_disabledDeactivationObject_get()
239 …d btIDebugDraw_DefaultColors_disabledSimulationObject_set(long jarg1, btIDebugDraw.DefaultColors j… in btIDebugDraw_DefaultColors_disabledSimulationObject_set()
240 …g btIDebugDraw_DefaultColors_disabledSimulationObject_get(long jarg1, btIDebugDraw.DefaultColors j… in btIDebugDraw_DefaultColors_disabledSimulationObject_get()
[all …]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyHelpers.h49 btIDebugDraw* idraw,
53 btIDebugDraw* idraw,
59 btIDebugDraw* idraw,
64 btIDebugDraw* idraw,
69 btIDebugDraw* idraw,
74 btIDebugDraw* idraw);
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtGjkPairDetector.java109 …PointInput input, btDiscreteCollisionDetectorInterface.Result output, btIDebugDraw debugDraw, bool… in getClosestPoints()
110 … btDiscreteCollisionDetectorInterface.Result.getCPtr(output), output, btIDebugDraw.getCPtr(debugDr… in getClosestPoints()
113 …sestPointInput input, btDiscreteCollisionDetectorInterface.Result output, btIDebugDraw debugDraw) { in getClosestPoints()
114 … btDiscreteCollisionDetectorInterface.Result.getCPtr(output), output, btIDebugDraw.getCPtr(debugDr… in getClosestPoints()
117 …sestPointInput input, btDiscreteCollisionDetectorInterface.Result output, btIDebugDraw debugDraw) { in getClosestPointsNonVirtual()
118 … btDiscreteCollisionDetectorInterface.Result.getCPtr(output), output, btIDebugDraw.getCPtr(debugDr… in getClosestPointsNonVirtual()
DSphereTriangleDetector.java61 …PointInput input, btDiscreteCollisionDetectorInterface.Result output, btIDebugDraw debugDraw, bool… in getClosestPoints()
62 … btDiscreteCollisionDetectorInterface.Result.getCPtr(output), output, btIDebugDraw.getCPtr(debugDr… in getClosestPoints()
65 …sestPointInput input, btDiscreteCollisionDetectorInterface.Result output, btIDebugDraw debugDraw) { in getClosestPoints()
66 … btDiscreteCollisionDetectorInterface.Result.getCPtr(output), output, btIDebugDraw.getCPtr(debugDr… in getClosestPoints()
DbtBoxBoxDetector.java83 …PointInput input, btDiscreteCollisionDetectorInterface.Result output, btIDebugDraw debugDraw, bool… in getClosestPoints()
84 … btDiscreteCollisionDetectorInterface.Result.getCPtr(output), output, btIDebugDraw.getCPtr(debugDr… in getClosestPoints()
87 …sestPointInput input, btDiscreteCollisionDetectorInterface.Result output, btIDebugDraw debugDraw) { in getClosestPoints()
88 … btDiscreteCollisionDetectorInterface.Result.getCPtr(output), output, btIDebugDraw.getCPtr(debugDr… in getClosestPoints()
DbtDispatcherInfo.java105 public void setDebugDraw(btIDebugDraw value) { in setDebugDraw()
106 CollisionJNI.btDispatcherInfo_debugDraw_set(swigCPtr, this, btIDebugDraw.getCPtr(value), value); in setDebugDraw()
109 public btIDebugDraw getDebugDraw() { in getDebugDraw()
111 return (cPtr == 0) ? null : new btIDebugDraw(cPtr, false); in getDebugDraw()
DbtConvexCast.java164 public void setDebugDrawer(btIDebugDraw value) { in setDebugDrawer()
165 …CollisionJNI.btConvexCast_CastResult_debugDrawer_set(swigCPtr, this, btIDebugDraw.getCPtr(value), … in setDebugDrawer()
168 public btIDebugDraw getDebugDrawer() { in getDebugDrawer()
170 return (cPtr == 0) ? null : new btIDebugDraw(cPtr, false); in getDebugDrawer()
DbtDiscreteCollisionDetectorInterface.java193 …PointInput input, btDiscreteCollisionDetectorInterface.Result output, btIDebugDraw debugDraw, bool… in getClosestPoints()
194 … btDiscreteCollisionDetectorInterface.Result.getCPtr(output), output, btIDebugDraw.getCPtr(debugDr… in getClosestPoints()
197 …sestPointInput input, btDiscreteCollisionDetectorInterface.Result output, btIDebugDraw debugDraw) { in getClosestPoints()
198 … btDiscreteCollisionDetectorInterface.Result.getCPtr(output), output, btIDebugDraw.getCPtr(debugDr… in getClosestPoints()
DbtConvexPenetrationDepthSolver.java61 …nvexB, Matrix4 transA, Matrix4 transB, Vector3 v, Vector3 pa, Vector3 pb, btIDebugDraw debugDraw) { in calcPenDepth()
62 …, btConvexShape.getCPtr(convexB), convexB, transA, transB, v, pa, pb, btIDebugDraw.getCPtr(debugDr… in calcPenDepth()
DbtCollisionWorld.java96 public void setDebugDrawer(btIDebugDraw debugDrawer) { in setDebugDrawer()
97 …CollisionJNI.btCollisionWorld_setDebugDrawer(swigCPtr, this, btIDebugDraw.getCPtr(debugDrawer), de… in setDebugDrawer()
100 public btIDebugDraw getDebugDrawer() { in getDebugDrawer()
102 return (cPtr == 0) ? null : new btIDebugDraw(cPtr, false); in getDebugDrawer()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtConstraintSolver.h27 class btIDebugDraw; variable
50 …constraints,int numConstraints, const btContactSolverInfo& info,class btIDebugDraw* debugDrawer,bt…
52 …virtual void allSolved (const btContactSolverInfo& /* info */,class btIDebugDraw* /* debugDrawer *… in allSolved() argument
DbtSequentialImpulseConstraintSolver.h19 class btIDebugDraw; variable
105 …** constraints,int numConstraints,const btContactSolverInfo& infoGlobal,btIDebugDraw* debugDrawer); in ATTRIBUTE_ALIGNED16()
107 …** constraints,int numConstraints,const btContactSolverInfo& infoGlobal,btIDebugDraw* debugDrawer); in ATTRIBUTE_ALIGNED16()
109 …** constraints,int numConstraints,const btContactSolverInfo& infoGlobal,btIDebugDraw* debugDrawer); in ATTRIBUTE_ALIGNED16()
110 …** constraints,int numConstraints,const btContactSolverInfo& infoGlobal,btIDebugDraw* debugDrawer); in ATTRIBUTE_ALIGNED16()
120 …int** constraints,int numConstraints,const btContactSolverInfo& info, btIDebugDraw* debugDrawer,bt… in ATTRIBUTE_ALIGNED16()
DbtNNCGConstraintSolver.h42 …** constraints,int numConstraints,const btContactSolverInfo& infoGlobal,btIDebugDraw* debugDrawer); in ATTRIBUTE_ALIGNED16()
44 …** constraints,int numConstraints,const btContactSolverInfo& infoGlobal,btIDebugDraw* debugDrawer); in ATTRIBUTE_ALIGNED16()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
DbtConstraintSolver.java66 …Constraint constraints, int numConstraints, btContactSolverInfo info, btIDebugDraw debugDrawer, bt… in solveGroup()
67 …onstraints), numConstraints, btContactSolverInfo.getCPtr(info), info, btIDebugDraw.getCPtr(debugDr… in solveGroup()
70 public void allSolved(btContactSolverInfo arg0, btIDebugDraw arg1) { in allSolved()
71 …er_allSolved(swigCPtr, this, btContactSolverInfo.getCPtr(arg0), arg0, btIDebugDraw.getCPtr(arg1), … in allSolved()
DbtActionInterface.java66 public void debugDraw(btIDebugDraw debugDrawer) { in debugDraw()
67 …DynamicsJNI.btActionInterface_debugDraw(swigCPtr, this, btIDebugDraw.getCPtr(debugDrawer), debugDr… in debugDraw()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
DbtMultiBodyConstraintSolver.h65 …** constraints,int numConstraints,const btContactSolverInfo& infoGlobal,btIDebugDraw* debugDrawer); in ATTRIBUTE_ALIGNED16()
68 …** constraints,int numConstraints,const btContactSolverInfo& infoGlobal,btIDebugDraw* debugDrawer); in ATTRIBUTE_ALIGNED16()
76 …int** constraints,int numConstraints,const btContactSolverInfo& info, btIDebugDraw* debugDrawer,bt… in ATTRIBUTE_ALIGNED16()
79 …raints, int numMultiBodyConstraints, const btContactSolverInfo& info, btIDebugDraw* debugDrawer,bt… in ATTRIBUTE_ALIGNED16()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp1976 SwigDirector_btIDebugDraw::SwigDirector_btIDebugDraw(JNIEnv *jenv) : btIDebugDraw(), Swig::Director… in SwigDirector_btIDebugDraw()
1984 btIDebugDraw::DefaultColors SwigDirector_btIDebugDraw::getDefaultColors() const { in getDefaultColors()
1985 btIDebugDraw::DefaultColors c_result ; in getDefaultColors()
1990 btIDebugDraw::DefaultColors *argp ; in getDefaultColors()
1993 return btIDebugDraw::getDefaultColors(); in getDefaultColors()
2004 argp = *(btIDebugDraw::DefaultColors **)&jresult; in getDefaultColors()
2017 void SwigDirector_btIDebugDraw::setDefaultColors(btIDebugDraw::DefaultColors const &arg0) { in setDefaultColors()
2024 btIDebugDraw::setDefaultColors(arg0); in setDefaultColors()
2029 *(btIDebugDraw::DefaultColors **)&jarg0 = (btIDebugDraw::DefaultColors *) &arg0; in setDefaultColors()
2089 btIDebugDraw::drawLine(from,to,fromColor,toColor); in drawLine()
[all …]
Dlinearmath_wrap.h14 class SwigDirector_btIDebugDraw : public btIDebugDraw, public Swig::Director {
20 virtual btIDebugDraw::DefaultColors getDefaultColors() const;
21 virtual void setDefaultColors(btIDebugDraw::DefaultColors const &arg0);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
DbtActionInterface.h19 class btIDebugDraw; variable
41 virtual void debugDraw(btIDebugDraw* debugDrawer) = 0;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtInternalEdgeUtility.h17 class btIDebugDraw; variable
42 void btSetDebugDrawer(btIDebugDraw* debugDrawer);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
DbtMLCPSolver.h47 …** constraints,int numConstraints,const btContactSolverInfo& infoGlobal,btIDebugDraw* debugDrawer);
48 …** constraints,int numConstraints,const btContactSolverInfo& infoGlobal,btIDebugDraw* debugDrawer);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtGjkPairDetector.h61 …virtual void getClosestPoints(const ClosestPointInput& input,Result& output,class btIDebugDraw* de…
63 …void getClosestPointsNonVirtual(const ClosestPointInput& input,Result& output,class btIDebugDraw* …
/external/libgdx/extensions/gdx-bullet/src/com/badlogic/gdx/physics/bullet/
DDebugDrawer.java26 import com.badlogic.gdx.physics.bullet.linearmath.btIDebugDraw;
32 public class DebugDrawer extends btIDebugDraw implements Disposable {
42 private int debugMode = btIDebugDraw.DebugDrawModes.DBG_NoDebug;

1234