HomeSort by relevance Sort by last modified time
    Searched refs:SoftbodyJNI (Results 1 - 25 of 35) sorted by null

1 2

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
SoftBodyClusterData.java 56 SoftbodyJNI.delete_SoftBodyClusterData(swigCPtr);
64 SoftbodyJNI.SoftBodyClusterData_framexform_set(swigCPtr, this, btTransformFloatData.getCPtr(value), value);
68 long cPtr = SoftbodyJNI.SoftBodyClusterData_framexform_get(swigCPtr, this);
73 SoftbodyJNI.SoftBodyClusterData_locii_set(swigCPtr, this, SWIGTYPE_p_btMatrix3x3FloatData.getCPtr(value));
77 return new SWIGTYPE_p_btMatrix3x3FloatData(SoftbodyJNI.SoftBodyClusterData_locii_get(swigCPtr, this), true);
81 SoftbodyJNI.SoftBodyClusterData_invwi_set(swigCPtr, this, SWIGTYPE_p_btMatrix3x3FloatData.getCPtr(value));
85 return new SWIGTYPE_p_btMatrix3x3FloatData(SoftbodyJNI.SoftBodyClusterData_invwi_get(swigCPtr, this), true);
89 SoftbodyJNI.SoftBodyClusterData_com_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
93 long cPtr = SoftbodyJNI.SoftBodyClusterData_com_get(swigCPtr, this);
98 SoftbodyJNI.SoftBodyClusterData_vimpulses_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value)
    [all...]
SoftBodyConfigData.java 56 SoftbodyJNI.delete_SoftBodyConfigData(swigCPtr);
64 SoftbodyJNI.SoftBodyConfigData_aeroModel_set(swigCPtr, this, value);
68 return SoftbodyJNI.SoftBodyConfigData_aeroModel_get(swigCPtr, this);
72 SoftbodyJNI.SoftBodyConfigData_baumgarte_set(swigCPtr, this, value);
76 return SoftbodyJNI.SoftBodyConfigData_baumgarte_get(swigCPtr, this);
80 SoftbodyJNI.SoftBodyConfigData_damping_set(swigCPtr, this, value);
84 return SoftbodyJNI.SoftBodyConfigData_damping_get(swigCPtr, this);
88 SoftbodyJNI.SoftBodyConfigData_drag_set(swigCPtr, this, value);
92 return SoftbodyJNI.SoftBodyConfigData_drag_get(swigCPtr, this);
96 SoftbodyJNI.SoftBodyConfigData_lift_set(swigCPtr, this, value)
    [all...]
btSoftBody.java 26 super(className, SoftbodyJNI.btSoftBody_SWIGUpcast(cPtr), cMemoryOwn);
40 super.reset(SoftbodyJNI.btSoftBody_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
58 SoftbodyJNI.delete_btSoftBody(swigCPtr);
66 SoftbodyJNI.btSoftBody_collisionDisabledObjects_set(swigCPtr, this, btCollisionObjectConstArray.getCPtr(value), value);
70 long cPtr = SoftbodyJNI.btSoftBody_collisionDisabledObjects_get(swigCPtr, this);
75 SoftbodyJNI.btSoftBody_softBodySolver_set(swigCPtr, this, btSoftBodySolver.getCPtr(value), value);
79 long cPtr = SoftbodyJNI.btSoftBody_softBodySolver_get(swigCPtr, this);
119 SoftbodyJNI.delete_btSoftBody_eAeroModel(swigCPtr);
127 this(SoftbodyJNI.new_btSoftBody_eAeroModel(), true);
179 SoftbodyJNI.delete_btSoftBody_eVSolver(swigCPtr)
    [all...]
SoftBodyPoseData.java 56 SoftbodyJNI.delete_SoftBodyPoseData(swigCPtr);
64 SoftbodyJNI.SoftBodyPoseData_rot_set(swigCPtr, this, SWIGTYPE_p_btMatrix3x3FloatData.getCPtr(value));
68 return new SWIGTYPE_p_btMatrix3x3FloatData(SoftbodyJNI.SoftBodyPoseData_rot_get(swigCPtr, this), true);
72 SoftbodyJNI.SoftBodyPoseData_scale_set(swigCPtr, this, SWIGTYPE_p_btMatrix3x3FloatData.getCPtr(value));
76 return new SWIGTYPE_p_btMatrix3x3FloatData(SoftbodyJNI.SoftBodyPoseData_scale_get(swigCPtr, this), true);
80 SoftbodyJNI.SoftBodyPoseData_aqq_set(swigCPtr, this, SWIGTYPE_p_btMatrix3x3FloatData.getCPtr(value));
84 return new SWIGTYPE_p_btMatrix3x3FloatData(SoftbodyJNI.SoftBodyPoseData_aqq_get(swigCPtr, this), true);
88 SoftbodyJNI.SoftBodyPoseData_com_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
92 long cPtr = SoftbodyJNI.SoftBodyPoseData_com_get(swigCPtr, this);
97 SoftbodyJNI.SoftBodyPoseData_positions_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value)
    [all...]
btSoftBodyJointData.java 56 SoftbodyJNI.delete_btSoftBodyJointData(swigCPtr);
64 SoftbodyJNI.btSoftBodyJointData_bodyA_set(swigCPtr, this, value);
68 return SoftbodyJNI.btSoftBodyJointData_bodyA_get(swigCPtr, this);
72 SoftbodyJNI.btSoftBodyJointData_bodyB_set(swigCPtr, this, value);
76 return SoftbodyJNI.btSoftBodyJointData_bodyB_get(swigCPtr, this);
80 SoftbodyJNI.btSoftBodyJointData_refs_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
84 long cPtr = SoftbodyJNI.btSoftBodyJointData_refs_get(swigCPtr, this);
89 SoftbodyJNI.btSoftBodyJointData_cfm_set(swigCPtr, this, value);
93 return SoftbodyJNI.btSoftBodyJointData_cfm_get(swigCPtr, this);
97 SoftbodyJNI.btSoftBodyJointData_erp_set(swigCPtr, this, value)
    [all...]
btSoftBodyFloatData.java 56 SoftbodyJNI.delete_btSoftBodyFloatData(swigCPtr);
64 SoftbodyJNI.btSoftBodyFloatData_collisionObjectData_set(swigCPtr, this, btCollisionObjectFloatData.getCPtr(value), value);
68 long cPtr = SoftbodyJNI.btSoftBodyFloatData_collisionObjectData_get(swigCPtr, this);
73 SoftbodyJNI.btSoftBodyFloatData_pose_set(swigCPtr, this, SoftBodyPoseData.getCPtr(value), value);
77 long cPtr = SoftbodyJNI.btSoftBodyFloatData_pose_get(swigCPtr, this);
82 SoftbodyJNI.btSoftBodyFloatData_materials_set(swigCPtr, this, SWIGTYPE_p_p_SoftBodyMaterialData.getCPtr(value));
86 long cPtr = SoftbodyJNI.btSoftBodyFloatData_materials_get(swigCPtr, this);
91 SoftbodyJNI.btSoftBodyFloatData_nodes_set(swigCPtr, this, SoftBodyNodeData.getCPtr(value), value);
95 long cPtr = SoftbodyJNI.btSoftBodyFloatData_nodes_get(swigCPtr, this);
100 SoftbodyJNI.btSoftBodyFloatData_links_set(swigCPtr, this, SoftBodyLinkData.getCPtr(value), value)
    [all...]
btSparseSdf3.java 56 SoftbodyJNI.delete_btSparseSdf3(swigCPtr);
99 SoftbodyJNI.delete_btSparseSdf3_IntFrac(swigCPtr);
107 SoftbodyJNI.btSparseSdf3_IntFrac_b_set(swigCPtr, this, value);
111 return SoftbodyJNI.btSparseSdf3_IntFrac_b_get(swigCPtr, this);
115 SoftbodyJNI.btSparseSdf3_IntFrac_i_set(swigCPtr, this, value);
119 return SoftbodyJNI.btSparseSdf3_IntFrac_i_get(swigCPtr, this);
123 SoftbodyJNI.btSparseSdf3_IntFrac_f_set(swigCPtr, this, value);
127 return SoftbodyJNI.btSparseSdf3_IntFrac_f_get(swigCPtr, this);
131 this(SoftbodyJNI.new_btSparseSdf3_IntFrac(), true);
172 SoftbodyJNI.delete_btSparseSdf3_Cell(swigCPtr)
    [all...]
btSoftBodySolver.java 56 SoftbodyJNI.delete_btSoftBodySolver(swigCPtr);
64 return SoftbodyJNI.btSoftBodySolver_getSolverType(swigCPtr, this);
68 return SoftbodyJNI.btSoftBodySolver_checkInitialized(swigCPtr, this);
72 SoftbodyJNI.btSoftBodySolver_optimize__SWIG_0(swigCPtr, this, SWIGTYPE_p_btAlignedObjectArrayT_btSoftBody_p_t.getCPtr(softBodies), forceUpdate);
76 SoftbodyJNI.btSoftBodySolver_optimize__SWIG_1(swigCPtr, this, SWIGTYPE_p_btAlignedObjectArrayT_btSoftBody_p_t.getCPtr(softBodies));
80 SoftbodyJNI.btSoftBodySolver_copyBackToSoftBodies__SWIG_0(swigCPtr, this, bMove);
84 SoftbodyJNI.btSoftBodySolver_copyBackToSoftBodies__SWIG_1(swigCPtr, this);
88 SoftbodyJNI.btSoftBodySolver_predictMotion(swigCPtr, this, solverdt);
92 SoftbodyJNI.btSoftBodySolver_solveConstraints(swigCPtr, this, solverdt);
96 SoftbodyJNI.btSoftBodySolver_updateSoftBodies(swigCPtr, this)
    [all...]
SoftBodyTetraData.java 56 SoftbodyJNI.delete_SoftBodyTetraData(swigCPtr);
64 SoftbodyJNI.SoftBodyTetraData_c0_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
68 long cPtr = SoftbodyJNI.SoftBodyTetraData_c0_get(swigCPtr, this);
73 SoftbodyJNI.SoftBodyTetraData_material_set(swigCPtr, this, SoftBodyMaterialData.getCPtr(value), value);
77 long cPtr = SoftbodyJNI.SoftBodyTetraData_material_get(swigCPtr, this);
82 SoftbodyJNI.SoftBodyTetraData_nodeIndices_set(swigCPtr, this, value);
86 return SoftbodyJNI.SoftBodyTetraData_nodeIndices_get(swigCPtr, this);
90 SoftbodyJNI.SoftBodyTetraData_restVolume_set(swigCPtr, this, value);
94 return SoftbodyJNI.SoftBodyTetraData_restVolume_get(swigCPtr, this);
98 SoftbodyJNI.SoftBodyTetraData_c1_set(swigCPtr, this, value)
    [all...]
SoftBodyNodeData.java 56 SoftbodyJNI.delete_SoftBodyNodeData(swigCPtr);
64 SoftbodyJNI.SoftBodyNodeData_material_set(swigCPtr, this, SoftBodyMaterialData.getCPtr(value), value);
68 long cPtr = SoftbodyJNI.SoftBodyNodeData_material_get(swigCPtr, this);
73 SoftbodyJNI.SoftBodyNodeData_position_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
77 long cPtr = SoftbodyJNI.SoftBodyNodeData_position_get(swigCPtr, this);
82 SoftbodyJNI.SoftBodyNodeData_previousPosition_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
86 long cPtr = SoftbodyJNI.SoftBodyNodeData_previousPosition_get(swigCPtr, this);
91 SoftbodyJNI.SoftBodyNodeData_velocity_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
95 long cPtr = SoftbodyJNI.SoftBodyNodeData_velocity_get(swigCPtr, this);
100 SoftbodyJNI.SoftBodyNodeData_accumulatedForce_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value)
    [all...]
SoftRigidAnchorData.java 56 SoftbodyJNI.delete_SoftRigidAnchorData(swigCPtr);
64 SoftbodyJNI.SoftRigidAnchorData_c0_set(swigCPtr, this, SWIGTYPE_p_btMatrix3x3FloatData.getCPtr(value));
68 return new SWIGTYPE_p_btMatrix3x3FloatData(SoftbodyJNI.SoftRigidAnchorData_c0_get(swigCPtr, this), true);
72 SoftbodyJNI.SoftRigidAnchorData_c1_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
76 long cPtr = SoftbodyJNI.SoftRigidAnchorData_c1_get(swigCPtr, this);
81 SoftbodyJNI.SoftRigidAnchorData_localFrame_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
85 long cPtr = SoftbodyJNI.SoftRigidAnchorData_localFrame_get(swigCPtr, this);
90 SoftbodyJNI.SoftRigidAnchorData_rigidBody_set(swigCPtr, this, btRigidBodyFloatData.getCPtr(value), value);
94 long cPtr = SoftbodyJNI.SoftRigidAnchorData_rigidBody_get(swigCPtr, this);
99 SoftbodyJNI.SoftRigidAnchorData_nodeIndex_set(swigCPtr, this, value)
    [all...]
btSoftColliders.java 56 SoftbodyJNI.delete_btSoftColliders(swigCPtr);
67 super(className, SoftbodyJNI.btSoftColliders_ClusterBase_SWIGUpcast(cPtr), cMemoryOwn);
81 super.reset(SoftbodyJNI.btSoftColliders_ClusterBase_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
99 SoftbodyJNI.delete_btSoftColliders_ClusterBase(swigCPtr);
107 SoftbodyJNI.btSoftColliders_ClusterBase_erp_set(swigCPtr, this, value);
111 return SoftbodyJNI.btSoftColliders_ClusterBase_erp_get(swigCPtr, this);
115 SoftbodyJNI.btSoftColliders_ClusterBase_idt_set(swigCPtr, this, value);
119 return SoftbodyJNI.btSoftColliders_ClusterBase_idt_get(swigCPtr, this);
123 SoftbodyJNI.btSoftColliders_ClusterBase_margin_set(swigCPtr, this, value);
127 return SoftbodyJNI.btSoftColliders_ClusterBase_margin_get(swigCPtr, this)
    [all...]
btSoftBodyWorldInfo.java 56 SoftbodyJNI.delete_btSoftBodyWorldInfo(swigCPtr);
64 SoftbodyJNI.btSoftBodyWorldInfo_air_density_set(swigCPtr, this, value);
68 return SoftbodyJNI.btSoftBodyWorldInfo_air_density_get(swigCPtr, this);
72 SoftbodyJNI.btSoftBodyWorldInfo_water_density_set(swigCPtr, this, value);
76 return SoftbodyJNI.btSoftBodyWorldInfo_water_density_get(swigCPtr, this);
80 SoftbodyJNI.btSoftBodyWorldInfo_water_offset_set(swigCPtr, this, value);
84 return SoftbodyJNI.btSoftBodyWorldInfo_water_offset_get(swigCPtr, this);
88 SoftbodyJNI.btSoftBodyWorldInfo_maxDisplacement_set(swigCPtr, this, value);
92 return SoftbodyJNI.btSoftBodyWorldInfo_maxDisplacement_get(swigCPtr, this);
96 SoftbodyJNI.btSoftBodyWorldInfo_water_normal_set(swigCPtr, this, btVector3.getCPtr(value), value)
    [all...]
SoftBodyFaceData.java 56 SoftbodyJNI.delete_SoftBodyFaceData(swigCPtr);
64 SoftbodyJNI.SoftBodyFaceData_normal_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
68 long cPtr = SoftbodyJNI.SoftBodyFaceData_normal_get(swigCPtr, this);
73 SoftbodyJNI.SoftBodyFaceData_material_set(swigCPtr, this, SoftBodyMaterialData.getCPtr(value), value);
77 long cPtr = SoftbodyJNI.SoftBodyFaceData_material_get(swigCPtr, this);
82 SoftbodyJNI.SoftBodyFaceData_nodeIndices_set(swigCPtr, this, value);
86 return SoftbodyJNI.SoftBodyFaceData_nodeIndices_get(swigCPtr, this);
90 SoftbodyJNI.SoftBodyFaceData_restArea_set(swigCPtr, this, value);
94 return SoftbodyJNI.SoftBodyFaceData_restArea_get(swigCPtr, this);
98 this(SoftbodyJNI.new_SoftBodyFaceData(), true)
    [all...]
SoftBodyLinkData.java 56 SoftbodyJNI.delete_SoftBodyLinkData(swigCPtr);
64 SoftbodyJNI.SoftBodyLinkData_material_set(swigCPtr, this, SoftBodyMaterialData.getCPtr(value), value);
68 long cPtr = SoftbodyJNI.SoftBodyLinkData_material_get(swigCPtr, this);
73 SoftbodyJNI.SoftBodyLinkData_nodeIndices_set(swigCPtr, this, value);
77 return SoftbodyJNI.SoftBodyLinkData_nodeIndices_get(swigCPtr, this);
81 SoftbodyJNI.SoftBodyLinkData_restLength_set(swigCPtr, this, value);
85 return SoftbodyJNI.SoftBodyLinkData_restLength_get(swigCPtr, this);
89 SoftbodyJNI.SoftBodyLinkData_bbending_set(swigCPtr, this, value);
93 return SoftbodyJNI.SoftBodyLinkData_bbending_get(swigCPtr, this);
97 this(SoftbodyJNI.new_SoftBodyLinkData(), true)
    [all...]
SoftBodyMaterialData.java 56 SoftbodyJNI.delete_SoftBodyMaterialData(swigCPtr);
64 SoftbodyJNI.SoftBodyMaterialData_linearStiffness_set(swigCPtr, this, value);
68 return SoftbodyJNI.SoftBodyMaterialData_linearStiffness_get(swigCPtr, this);
72 SoftbodyJNI.SoftBodyMaterialData_angularStiffness_set(swigCPtr, this, value);
76 return SoftbodyJNI.SoftBodyMaterialData_angularStiffness_get(swigCPtr, this);
80 SoftbodyJNI.SoftBodyMaterialData_volumeStiffness_set(swigCPtr, this, value);
84 return SoftbodyJNI.SoftBodyMaterialData_volumeStiffness_get(swigCPtr, this);
88 SoftbodyJNI.SoftBodyMaterialData_flags_set(swigCPtr, this, value);
92 return SoftbodyJNI.SoftBodyMaterialData_flags_get(swigCPtr, this);
96 this(SoftbodyJNI.new_SoftBodyMaterialData(), true)
    [all...]
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);
btDefaultSoftBodySolver.java 24 super(className, SoftbodyJNI.btDefaultSoftBodySolver_SWIGUpcast(cPtr), cMemoryOwn);
38 super.reset(SoftbodyJNI.btDefaultSoftBodySolver_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
56 SoftbodyJNI.delete_btDefaultSoftBodySolver(swigCPtr);
64 this(SoftbodyJNI.new_btDefaultSoftBodySolver(), true);
68 SoftbodyJNI.btDefaultSoftBodySolver_optimize__SWIG_0(swigCPtr, this, SWIGTYPE_p_btAlignedObjectArrayT_btSoftBody_p_t.getCPtr(softBodies), forceUpdate);
72 SoftbodyJNI.btDefaultSoftBodySolver_optimize__SWIG_1(swigCPtr, this, SWIGTYPE_p_btAlignedObjectArrayT_btSoftBody_p_t.getCPtr(softBodies));
76 SoftbodyJNI.btDefaultSoftBodySolver_copyBackToSoftBodies__SWIG_0(swigCPtr, this, bMove);
80 SoftbodyJNI.btDefaultSoftBodySolver_copyBackToSoftBodies__SWIG_1(swigCPtr, this);
84 SoftbodyJNI.btDefaultSoftBodySolver_copySoftBodyToVertexBuffer(swigCPtr, this, btSoftBody.getCPtr(softBody), softBody, btVertexBufferDescriptor.getCPtr(vertexBuffer), vertexBuffer);
88 SoftbodyJNI.btDefaultSoftBodySolver_processCollision__SWIG_0(swigCPtr, this, btSoftBody.getCPtr(arg0), arg0, b (…)
    [all...]
btVertexBufferDescriptor.java 56 SoftbodyJNI.delete_btVertexBufferDescriptor(swigCPtr);
64 return SoftbodyJNI.btVertexBufferDescriptor_hasVertexPositions(swigCPtr, this);
68 return SoftbodyJNI.btVertexBufferDescriptor_hasNormals(swigCPtr, this);
72 return SoftbodyJNI.btVertexBufferDescriptor_getBufferType(swigCPtr, this);
76 return SoftbodyJNI.btVertexBufferDescriptor_getVertexOffset(swigCPtr, this);
80 return SoftbodyJNI.btVertexBufferDescriptor_getVertexStride(swigCPtr, this);
84 return SoftbodyJNI.btVertexBufferDescriptor_getNormalOffset(swigCPtr, this);
88 return SoftbodyJNI.btVertexBufferDescriptor_getNormalStride(swigCPtr, this);
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...]
btSoftBodyTriangleCallback.java 24 super(className, SoftbodyJNI.btSoftBodyTriangleCallback_SWIGUpcast(cPtr), cMemoryOwn);
38 super.reset(SoftbodyJNI.btSoftBodyTriangleCallback_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
56 SoftbodyJNI.delete_btSoftBodyTriangleCallback(swigCPtr);
64 SoftbodyJNI.btSoftBodyTriangleCallback_triangleCount_set(swigCPtr, this, value);
68 return SoftbodyJNI.btSoftBodyTriangleCallback_triangleCount_get(swigCPtr, this);
72 this(SoftbodyJNI.new_btSoftBodyTriangleCallback(btDispatcher.getCPtr(dispatcher), dispatcher, btCollisionObjectWrapper.getCPtr(body0Wrap), body0Wrap, btCollisionObjectWrapper.getCPtr(body1Wrap), body1Wrap, isSwapped), true);
76 SoftbodyJNI.btSoftBodyTriangleCallback_setTimeStepAndCounters(swigCPtr, this, collisionMarginTriangle, btCollisionObjectWrapper.getCPtr(triObjWrap), triObjWrap, btDispatcherInfo.getCPtr(dispatchInfo), dispatchInfo, btManifoldResult.getCPtr(resultOut), resultOut);
80 SoftbodyJNI.btSoftBodyTriangleCallback_clearCache(swigCPtr, this);
84 return SoftbodyJNI.btSoftBodyTriangleCallback_getAabbMin(swigCPtr, this);
88 return SoftbodyJNI.btSoftBodyTriangleCallback_getAabbMax(swigCPtr, this)
    [all...]
btSoftRigidDynamicsWorld.java 24 super(className, SoftbodyJNI.btSoftRigidDynamicsWorld_SWIGUpcast(cPtr), cMemoryOwn);
38 super.reset(SoftbodyJNI.btSoftRigidDynamicsWorld_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
56 SoftbodyJNI.delete_btSoftRigidDynamicsWorld(swigCPtr);
64 this(SoftbodyJNI.new_btSoftRigidDynamicsWorld__SWIG_0(btDispatcher.getCPtr(dispatcher), dispatcher, btBroadphaseInterface.getCPtr(pairCache), pairCache, btConstraintSolver.getCPtr(constraintSolver), constraintSolver, btCollisionConfiguration.getCPtr(collisionConfiguration), collisionConfiguration, btSoftBodySolver.getCPtr(softBodySolver), softBodySolver), true);
68 this(SoftbodyJNI.new_btSoftRigidDynamicsWorld__SWIG_1(btDispatcher.getCPtr(dispatcher), dispatcher, btBroadphaseInterface.getCPtr(pairCache), pairCache, btConstraintSolver.getCPtr(constraintSolver), constraintSolver, btCollisionConfiguration.getCPtr(collisionConfiguration), collisionConfiguration), true);
72 SoftbodyJNI.btSoftRigidDynamicsWorld_addSoftBody__SWIG_0(swigCPtr, this, btSoftBody.getCPtr(body), body, collisionFilterGroup, collisionFilterMask);
76 SoftbodyJNI.btSoftRigidDynamicsWorld_addSoftBody__SWIG_1(swigCPtr, this, btSoftBody.getCPtr(body), body, collisionFilterGroup);
80 SoftbodyJNI.btSoftRigidDynamicsWorld_addSoftBody__SWIG_2(swigCPtr, this, btSoftBody.getCPtr(body), body);
84 SoftbodyJNI.btSoftRigidDynamicsWorld_removeSoftBody(swigCPtr, this, btSoftBody.getCPtr(body), body);
88 return SoftbodyJNI.btSoftRigidDynamicsWorld_getDrawFlags(swigCPtr, this)
    [all...]
btSoftClusterCollisionShape.java 24 super(className, SoftbodyJNI.btSoftClusterCollisionShape_SWIGUpcast(cPtr), cMemoryOwn);
38 super.reset(SoftbodyJNI.btSoftClusterCollisionShape_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
56 SoftbodyJNI.delete_btSoftClusterCollisionShape(swigCPtr);
64 SoftbodyJNI.btSoftClusterCollisionShape_cluster_set(swigCPtr, this, btSoftBody.Cluster.getCPtr(value), value);
68 long cPtr = SoftbodyJNI.btSoftClusterCollisionShape_cluster_get(swigCPtr, this);
73 this(SoftbodyJNI.new_btSoftClusterCollisionShape(btSoftBody.Cluster.getCPtr(cluster), cluster), true);
77 return SoftbodyJNI.btSoftClusterCollisionShape_getShapeType(swigCPtr, this);
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...]
btSoftBodyConcaveCollisionAlgorithm.java 24 super(className, SoftbodyJNI.btSoftBodyConcaveCollisionAlgorithm_SWIGUpcast(cPtr), cMemoryOwn);
38 super.reset(SoftbodyJNI.btSoftBodyConcaveCollisionAlgorithm_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
56 SoftbodyJNI.delete_btSoftBodyConcaveCollisionAlgorithm(swigCPtr);
64 this(SoftbodyJNI.new_btSoftBodyConcaveCollisionAlgorithm(btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci, btCollisionObjectWrapper.getCPtr(body0Wrap), body0Wrap, btCollisionObjectWrapper.getCPtr(body1Wrap), body1Wrap, isSwapped), true);
68 SoftbodyJNI.btSoftBodyConcaveCollisionAlgorithm_clearCache(swigCPtr, this);
75 super(className, SoftbodyJNI.btSoftBodyConcaveCollisionAlgorithm_CreateFunc_SWIGUpcast(cPtr), cMemoryOwn);
89 super.reset(SoftbodyJNI.btSoftBodyConcaveCollisionAlgorithm_CreateFunc_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
107 SoftbodyJNI.delete_btSoftBodyConcaveCollisionAlgorithm_CreateFunc(swigCPtr);
115 this(SoftbodyJNI.new_btSoftBodyConcaveCollisionAlgorithm_CreateFunc(), true);
124 super(className, SoftbodyJNI.btSoftBodyConcaveCollisionAlgorithm_SwappedCreateFunc_SWIGUpcast(cPtr), cMemoryOwn)
    [all...]

Completed in 88 milliseconds

1 2