HomeSort by relevance Sort by last modified time
    Searched defs:SoftbodyJNI (Results 26 - 33 of 33) sorted by null

12

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btTriIndex.java 56 SoftbodyJNI.delete_btTriIndex(swigCPtr);
64 SoftbodyJNI.btTriIndex_PartIdTriangleIndex_set(swigCPtr, this, value);
68 return SoftbodyJNI.btTriIndex_PartIdTriangleIndex_get(swigCPtr, this);
72 SoftbodyJNI.btTriIndex_childShape_set(swigCPtr, this, btCollisionShape.getCPtr(value), value);
76 long cPtr = SoftbodyJNI.btTriIndex_childShape_get(swigCPtr, this);
81 this(SoftbodyJNI.new_btTriIndex(partId, triangleIndex, btCollisionShape.getCPtr(shape), shape), true);
85 return SoftbodyJNI.btTriIndex_getTriangleIndex(swigCPtr, this);
89 return SoftbodyJNI.btTriIndex_getPartId(swigCPtr, this);
93 return SoftbodyJNI.btTriIndex_getUid(swigCPtr, this);
btCPUVertexBufferDescriptor.java 24 super(className, SoftbodyJNI.btCPUVertexBufferDescriptor_SWIGUpcast(cPtr), cMemoryOwn);
38 super.reset(SoftbodyJNI.btCPUVertexBufferDescriptor_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
56 SoftbodyJNI.delete_btCPUVertexBufferDescriptor(swigCPtr);
65 return SoftbodyJNI.new_btCPUVertexBufferDescriptor__SWIG_0(basePointer, vertexOffset, vertexStride);
74 return SoftbodyJNI.new_btCPUVertexBufferDescriptor__SWIG_1(basePointer, vertexOffset, vertexStride, normalOffset, normalStride);
82 return SoftbodyJNI.btCPUVertexBufferDescriptor_getBasePointer(swigCPtr, this);
btEigen.java 56 SoftbodyJNI.delete_btEigen(swigCPtr);
64 return SoftbodyJNI.btEigen_system__SWIG_0(a, SWIGTYPE_p_btMatrix3x3.getCPtr(vectors), btVector3.getCPtr(values), values);
68 return SoftbodyJNI.btEigen_system__SWIG_1(a, SWIGTYPE_p_btMatrix3x3.getCPtr(vectors));
72 this(SoftbodyJNI.new_btEigen(), true);
btSoftBodySolverOutput.java 56 SoftbodyJNI.delete_btSoftBodySolverOutput(swigCPtr);
64 SoftbodyJNI.btSoftBodySolverOutput_copySoftBodyToVertexBuffer(swigCPtr, this, btSoftBody.getCPtr(softBody), softBody, btVertexBufferDescriptor.getCPtr(vertexBuffer), vertexBuffer);
Softbody.java 66 return SoftbodyJNI.Lerp(a, b, t);
70 return SoftbodyJNI.Clamp(v, maxlength);
74 return SoftbodyJNI.ClusterMetric(x, y);
78 return SoftbodyJNI.ScaleAlongAxis(a, s);
82 return SoftbodyJNI.Cross(v);
86 return SoftbodyJNI.Diagonal(x);
90 return SoftbodyJNI.Add(a, b);
94 return SoftbodyJNI.Sub(a, b);
98 return SoftbodyJNI.Mul(a, b);
102 SoftbodyJNI.Orthogonalize(m)
    [all...]
fDrawFlags.java 56 SoftbodyJNI.delete_fDrawFlags(swigCPtr);
64 this(SoftbodyJNI.new_fDrawFlags(), true);
btSoftBodyHelpers.java 56 SoftbodyJNI.delete_btSoftBodyHelpers(swigCPtr);
64 SoftbodyJNI.btSoftBodyHelpers_Draw__SWIG_0(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), idraw, drawflags);
68 SoftbodyJNI.btSoftBodyHelpers_Draw__SWIG_1(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), idraw);
72 SoftbodyJNI.btSoftBodyHelpers_DrawInfos(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), idraw, masses, areas, stress);
76 SoftbodyJNI.btSoftBodyHelpers_DrawNodeTree__SWIG_0(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), idraw, mindepth, maxdepth);
80 SoftbodyJNI.btSoftBodyHelpers_DrawNodeTree__SWIG_1(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), idraw, mindepth);
84 SoftbodyJNI.btSoftBodyHelpers_DrawNodeTree__SWIG_2(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), idraw);
88 SoftbodyJNI.btSoftBodyHelpers_DrawFaceTree__SWIG_0(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), idraw, mindepth, maxdepth);
92 SoftbodyJNI.btSoftBodyHelpers_DrawFaceTree__SWIG_1(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), idraw, mindepth);
96 SoftbodyJNI.btSoftBodyHelpers_DrawFaceTree__SWIG_2(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), (…)
    [all...]
SoftbodyJNI.java 21 public class SoftbodyJNI {
    [all...]

Completed in 1729 milliseconds

12