1 /* ---------------------------------------------------------------------------- 2 * This file was automatically generated by SWIG (http://www.swig.org). 3 * Version 3.0.8 4 * 5 * Do not make changes to this file unless you know what you are doing--modify 6 * the SWIG interface file instead. 7 * ----------------------------------------------------------------------------- */ 8 9 package com.badlogic.gdx.physics.bullet.softbody; 10 11 import com.badlogic.gdx.physics.bullet.BulletBase; 12 import com.badlogic.gdx.physics.bullet.linearmath.*; 13 import com.badlogic.gdx.physics.bullet.collision.*; 14 import com.badlogic.gdx.physics.bullet.dynamics.*; 15 import com.badlogic.gdx.math.Vector3; 16 import com.badlogic.gdx.math.Quaternion; 17 import com.badlogic.gdx.math.Matrix3; 18 import com.badlogic.gdx.math.Matrix4; 19 import com.badlogic.gdx.utils.Pool; 20 21 public class SoftbodyJNI { delete_btSoftBodySolver(long jarg1)22 public final static native void delete_btSoftBodySolver(long jarg1); btSoftBodySolver_getSolverType(long jarg1, btSoftBodySolver jarg1_)23 public final static native int btSoftBodySolver_getSolverType(long jarg1, btSoftBodySolver jarg1_); btSoftBodySolver_checkInitialized(long jarg1, btSoftBodySolver jarg1_)24 public final static native boolean btSoftBodySolver_checkInitialized(long jarg1, btSoftBodySolver jarg1_); btSoftBodySolver_optimize__SWIG_0(long jarg1, btSoftBodySolver jarg1_, long jarg2, boolean jarg3)25 public final static native void btSoftBodySolver_optimize__SWIG_0(long jarg1, btSoftBodySolver jarg1_, long jarg2, boolean jarg3); btSoftBodySolver_optimize__SWIG_1(long jarg1, btSoftBodySolver jarg1_, long jarg2)26 public final static native void btSoftBodySolver_optimize__SWIG_1(long jarg1, btSoftBodySolver jarg1_, long jarg2); btSoftBodySolver_copyBackToSoftBodies__SWIG_0(long jarg1, btSoftBodySolver jarg1_, boolean jarg2)27 public final static native void btSoftBodySolver_copyBackToSoftBodies__SWIG_0(long jarg1, btSoftBodySolver jarg1_, boolean jarg2); btSoftBodySolver_copyBackToSoftBodies__SWIG_1(long jarg1, btSoftBodySolver jarg1_)28 public final static native void btSoftBodySolver_copyBackToSoftBodies__SWIG_1(long jarg1, btSoftBodySolver jarg1_); btSoftBodySolver_predictMotion(long jarg1, btSoftBodySolver jarg1_, float jarg2)29 public final static native void btSoftBodySolver_predictMotion(long jarg1, btSoftBodySolver jarg1_, float jarg2); btSoftBodySolver_solveConstraints(long jarg1, btSoftBodySolver jarg1_, float jarg2)30 public final static native void btSoftBodySolver_solveConstraints(long jarg1, btSoftBodySolver jarg1_, float jarg2); btSoftBodySolver_updateSoftBodies(long jarg1, btSoftBodySolver jarg1_)31 public final static native void btSoftBodySolver_updateSoftBodies(long jarg1, btSoftBodySolver jarg1_); btSoftBodySolver_processCollision__SWIG_0(long jarg1, btSoftBodySolver jarg1_, long jarg2, btSoftBody jarg2_, long jarg3, btCollisionObjectWrapper jarg3_)32 public final static native void btSoftBodySolver_processCollision__SWIG_0(long jarg1, btSoftBodySolver jarg1_, long jarg2, btSoftBody jarg2_, long jarg3, btCollisionObjectWrapper jarg3_); btSoftBodySolver_processCollision__SWIG_1(long jarg1, btSoftBodySolver jarg1_, long jarg2, btSoftBody jarg2_, long jarg3, btSoftBody jarg3_)33 public final static native void btSoftBodySolver_processCollision__SWIG_1(long jarg1, btSoftBodySolver jarg1_, long jarg2, btSoftBody jarg2_, long jarg3, btSoftBody jarg3_); btSoftBodySolver_setNumberOfPositionIterations(long jarg1, btSoftBodySolver jarg1_, int jarg2)34 public final static native void btSoftBodySolver_setNumberOfPositionIterations(long jarg1, btSoftBodySolver jarg1_, int jarg2); btSoftBodySolver_getNumberOfPositionIterations(long jarg1, btSoftBodySolver jarg1_)35 public final static native int btSoftBodySolver_getNumberOfPositionIterations(long jarg1, btSoftBodySolver jarg1_); btSoftBodySolver_setNumberOfVelocityIterations(long jarg1, btSoftBodySolver jarg1_, int jarg2)36 public final static native void btSoftBodySolver_setNumberOfVelocityIterations(long jarg1, btSoftBodySolver jarg1_, int jarg2); btSoftBodySolver_getNumberOfVelocityIterations(long jarg1, btSoftBodySolver jarg1_)37 public final static native int btSoftBodySolver_getNumberOfVelocityIterations(long jarg1, btSoftBodySolver jarg1_); btSoftBodySolver_getTimeScale(long jarg1, btSoftBodySolver jarg1_)38 public final static native float btSoftBodySolver_getTimeScale(long jarg1, btSoftBodySolver jarg1_); delete_btSoftBodySolverOutput(long jarg1)39 public final static native void delete_btSoftBodySolverOutput(long jarg1); btSoftBodySolverOutput_copySoftBodyToVertexBuffer(long jarg1, btSoftBodySolverOutput jarg1_, long jarg2, btSoftBody jarg2_, long jarg3, btVertexBufferDescriptor jarg3_)40 public final static native void btSoftBodySolverOutput_copySoftBodyToVertexBuffer(long jarg1, btSoftBodySolverOutput jarg1_, long jarg2, btSoftBody jarg2_, long jarg3, btVertexBufferDescriptor jarg3_); new_btDefaultSoftBodySolver()41 public final static native long new_btDefaultSoftBodySolver(); delete_btDefaultSoftBodySolver(long jarg1)42 public final static native void delete_btDefaultSoftBodySolver(long jarg1); btDefaultSoftBodySolver_optimize__SWIG_0(long jarg1, btDefaultSoftBodySolver jarg1_, long jarg2, boolean jarg3)43 public final static native void btDefaultSoftBodySolver_optimize__SWIG_0(long jarg1, btDefaultSoftBodySolver jarg1_, long jarg2, boolean jarg3); btDefaultSoftBodySolver_optimize__SWIG_1(long jarg1, btDefaultSoftBodySolver jarg1_, long jarg2)44 public final static native void btDefaultSoftBodySolver_optimize__SWIG_1(long jarg1, btDefaultSoftBodySolver jarg1_, long jarg2); btDefaultSoftBodySolver_copyBackToSoftBodies__SWIG_0(long jarg1, btDefaultSoftBodySolver jarg1_, boolean jarg2)45 public final static native void btDefaultSoftBodySolver_copyBackToSoftBodies__SWIG_0(long jarg1, btDefaultSoftBodySolver jarg1_, boolean jarg2); btDefaultSoftBodySolver_copyBackToSoftBodies__SWIG_1(long jarg1, btDefaultSoftBodySolver jarg1_)46 public final static native void btDefaultSoftBodySolver_copyBackToSoftBodies__SWIG_1(long jarg1, btDefaultSoftBodySolver jarg1_); btDefaultSoftBodySolver_copySoftBodyToVertexBuffer(long jarg1, btDefaultSoftBodySolver jarg1_, long jarg2, btSoftBody jarg2_, long jarg3, btVertexBufferDescriptor jarg3_)47 public final static native void btDefaultSoftBodySolver_copySoftBodyToVertexBuffer(long jarg1, btDefaultSoftBodySolver jarg1_, long jarg2, btSoftBody jarg2_, long jarg3, btVertexBufferDescriptor jarg3_); btDefaultSoftBodySolver_processCollision__SWIG_0(long jarg1, btDefaultSoftBodySolver jarg1_, long jarg2, btSoftBody jarg2_, long jarg3, btCollisionObjectWrapper jarg3_)48 public final static native void btDefaultSoftBodySolver_processCollision__SWIG_0(long jarg1, btDefaultSoftBodySolver jarg1_, long jarg2, btSoftBody jarg2_, long jarg3, btCollisionObjectWrapper jarg3_); btDefaultSoftBodySolver_processCollision__SWIG_1(long jarg1, btDefaultSoftBodySolver jarg1_, long jarg2, btSoftBody jarg2_, long jarg3, btSoftBody jarg3_)49 public final static native void btDefaultSoftBodySolver_processCollision__SWIG_1(long jarg1, btDefaultSoftBodySolver jarg1_, long jarg2, btSoftBody jarg2_, long jarg3, btSoftBody jarg3_); btSparseSdf3_IntFrac_b_set(long jarg1, btSparseSdf3.IntFrac jarg1_, int jarg2)50 public final static native void btSparseSdf3_IntFrac_b_set(long jarg1, btSparseSdf3.IntFrac jarg1_, int jarg2); btSparseSdf3_IntFrac_b_get(long jarg1, btSparseSdf3.IntFrac jarg1_)51 public final static native int btSparseSdf3_IntFrac_b_get(long jarg1, btSparseSdf3.IntFrac jarg1_); btSparseSdf3_IntFrac_i_set(long jarg1, btSparseSdf3.IntFrac jarg1_, int jarg2)52 public final static native void btSparseSdf3_IntFrac_i_set(long jarg1, btSparseSdf3.IntFrac jarg1_, int jarg2); btSparseSdf3_IntFrac_i_get(long jarg1, btSparseSdf3.IntFrac jarg1_)53 public final static native int btSparseSdf3_IntFrac_i_get(long jarg1, btSparseSdf3.IntFrac jarg1_); btSparseSdf3_IntFrac_f_set(long jarg1, btSparseSdf3.IntFrac jarg1_, float jarg2)54 public final static native void btSparseSdf3_IntFrac_f_set(long jarg1, btSparseSdf3.IntFrac jarg1_, float jarg2); btSparseSdf3_IntFrac_f_get(long jarg1, btSparseSdf3.IntFrac jarg1_)55 public final static native float btSparseSdf3_IntFrac_f_get(long jarg1, btSparseSdf3.IntFrac jarg1_); new_btSparseSdf3_IntFrac()56 public final static native long new_btSparseSdf3_IntFrac(); delete_btSparseSdf3_IntFrac(long jarg1)57 public final static native void delete_btSparseSdf3_IntFrac(long jarg1); btSparseSdf3_Cell_d_set(long jarg1, btSparseSdf3.Cell jarg1_, long jarg2)58 public final static native void btSparseSdf3_Cell_d_set(long jarg1, btSparseSdf3.Cell jarg1_, long jarg2); btSparseSdf3_Cell_d_get(long jarg1, btSparseSdf3.Cell jarg1_)59 public final static native long btSparseSdf3_Cell_d_get(long jarg1, btSparseSdf3.Cell jarg1_); btSparseSdf3_Cell_c_set(long jarg1, btSparseSdf3.Cell jarg1_, int[] jarg2)60 public final static native void btSparseSdf3_Cell_c_set(long jarg1, btSparseSdf3.Cell jarg1_, int[] jarg2); btSparseSdf3_Cell_c_get(long jarg1, btSparseSdf3.Cell jarg1_)61 public final static native int[] btSparseSdf3_Cell_c_get(long jarg1, btSparseSdf3.Cell jarg1_); btSparseSdf3_Cell_puid_set(long jarg1, btSparseSdf3.Cell jarg1_, int jarg2)62 public final static native void btSparseSdf3_Cell_puid_set(long jarg1, btSparseSdf3.Cell jarg1_, int jarg2); btSparseSdf3_Cell_puid_get(long jarg1, btSparseSdf3.Cell jarg1_)63 public final static native int btSparseSdf3_Cell_puid_get(long jarg1, btSparseSdf3.Cell jarg1_); btSparseSdf3_Cell_hash_set(long jarg1, btSparseSdf3.Cell jarg1_, long jarg2)64 public final static native void btSparseSdf3_Cell_hash_set(long jarg1, btSparseSdf3.Cell jarg1_, long jarg2); btSparseSdf3_Cell_hash_get(long jarg1, btSparseSdf3.Cell jarg1_)65 public final static native long btSparseSdf3_Cell_hash_get(long jarg1, btSparseSdf3.Cell jarg1_); btSparseSdf3_Cell_pclient_set(long jarg1, btSparseSdf3.Cell jarg1_, long jarg2, btCollisionShape jarg2_)66 public final static native void btSparseSdf3_Cell_pclient_set(long jarg1, btSparseSdf3.Cell jarg1_, long jarg2, btCollisionShape jarg2_); btSparseSdf3_Cell_pclient_get(long jarg1, btSparseSdf3.Cell jarg1_)67 public final static native long btSparseSdf3_Cell_pclient_get(long jarg1, btSparseSdf3.Cell jarg1_); btSparseSdf3_Cell_next_set(long jarg1, btSparseSdf3.Cell jarg1_, long jarg2, btSparseSdf3.Cell jarg2_)68 public final static native void btSparseSdf3_Cell_next_set(long jarg1, btSparseSdf3.Cell jarg1_, long jarg2, btSparseSdf3.Cell jarg2_); btSparseSdf3_Cell_next_get(long jarg1, btSparseSdf3.Cell jarg1_)69 public final static native long btSparseSdf3_Cell_next_get(long jarg1, btSparseSdf3.Cell jarg1_); new_btSparseSdf3_Cell()70 public final static native long new_btSparseSdf3_Cell(); delete_btSparseSdf3_Cell(long jarg1)71 public final static native void delete_btSparseSdf3_Cell(long jarg1); btSparseSdf3_cells_set(long jarg1, btSparseSdf3 jarg1_, long jarg2)72 public final static native void btSparseSdf3_cells_set(long jarg1, btSparseSdf3 jarg1_, long jarg2); btSparseSdf3_cells_get(long jarg1, btSparseSdf3 jarg1_)73 public final static native long btSparseSdf3_cells_get(long jarg1, btSparseSdf3 jarg1_); btSparseSdf3_voxelsz_set(long jarg1, btSparseSdf3 jarg1_, float jarg2)74 public final static native void btSparseSdf3_voxelsz_set(long jarg1, btSparseSdf3 jarg1_, float jarg2); btSparseSdf3_voxelsz_get(long jarg1, btSparseSdf3 jarg1_)75 public final static native float btSparseSdf3_voxelsz_get(long jarg1, btSparseSdf3 jarg1_); btSparseSdf3_puid_set(long jarg1, btSparseSdf3 jarg1_, int jarg2)76 public final static native void btSparseSdf3_puid_set(long jarg1, btSparseSdf3 jarg1_, int jarg2); btSparseSdf3_puid_get(long jarg1, btSparseSdf3 jarg1_)77 public final static native int btSparseSdf3_puid_get(long jarg1, btSparseSdf3 jarg1_); btSparseSdf3_ncells_set(long jarg1, btSparseSdf3 jarg1_, int jarg2)78 public final static native void btSparseSdf3_ncells_set(long jarg1, btSparseSdf3 jarg1_, int jarg2); btSparseSdf3_ncells_get(long jarg1, btSparseSdf3 jarg1_)79 public final static native int btSparseSdf3_ncells_get(long jarg1, btSparseSdf3 jarg1_); btSparseSdf3_clampCells_set(long jarg1, btSparseSdf3 jarg1_, int jarg2)80 public final static native void btSparseSdf3_clampCells_set(long jarg1, btSparseSdf3 jarg1_, int jarg2); btSparseSdf3_clampCells_get(long jarg1, btSparseSdf3 jarg1_)81 public final static native int btSparseSdf3_clampCells_get(long jarg1, btSparseSdf3 jarg1_); btSparseSdf3_nprobes_set(long jarg1, btSparseSdf3 jarg1_, int jarg2)82 public final static native void btSparseSdf3_nprobes_set(long jarg1, btSparseSdf3 jarg1_, int jarg2); btSparseSdf3_nprobes_get(long jarg1, btSparseSdf3 jarg1_)83 public final static native int btSparseSdf3_nprobes_get(long jarg1, btSparseSdf3 jarg1_); btSparseSdf3_nqueries_set(long jarg1, btSparseSdf3 jarg1_, int jarg2)84 public final static native void btSparseSdf3_nqueries_set(long jarg1, btSparseSdf3 jarg1_, int jarg2); btSparseSdf3_nqueries_get(long jarg1, btSparseSdf3 jarg1_)85 public final static native int btSparseSdf3_nqueries_get(long jarg1, btSparseSdf3 jarg1_); btSparseSdf3_Initialize__SWIG_0(long jarg1, btSparseSdf3 jarg1_, int jarg2, int jarg3)86 public final static native void btSparseSdf3_Initialize__SWIG_0(long jarg1, btSparseSdf3 jarg1_, int jarg2, int jarg3); btSparseSdf3_Initialize__SWIG_1(long jarg1, btSparseSdf3 jarg1_, int jarg2)87 public final static native void btSparseSdf3_Initialize__SWIG_1(long jarg1, btSparseSdf3 jarg1_, int jarg2); btSparseSdf3_Initialize__SWIG_2(long jarg1, btSparseSdf3 jarg1_)88 public final static native void btSparseSdf3_Initialize__SWIG_2(long jarg1, btSparseSdf3 jarg1_); btSparseSdf3_Reset(long jarg1, btSparseSdf3 jarg1_)89 public final static native void btSparseSdf3_Reset(long jarg1, btSparseSdf3 jarg1_); btSparseSdf3_GarbageCollect__SWIG_0(long jarg1, btSparseSdf3 jarg1_, int jarg2)90 public final static native void btSparseSdf3_GarbageCollect__SWIG_0(long jarg1, btSparseSdf3 jarg1_, int jarg2); btSparseSdf3_GarbageCollect__SWIG_1(long jarg1, btSparseSdf3 jarg1_)91 public final static native void btSparseSdf3_GarbageCollect__SWIG_1(long jarg1, btSparseSdf3 jarg1_); btSparseSdf3_RemoveReferences(long jarg1, btSparseSdf3 jarg1_, long jarg2, btCollisionShape jarg2_)92 public final static native int btSparseSdf3_RemoveReferences(long jarg1, btSparseSdf3 jarg1_, long jarg2, btCollisionShape jarg2_); btSparseSdf3_Evaluate(long jarg1, btSparseSdf3 jarg1_, Vector3 jarg2, long jarg3, btCollisionShape jarg3_, Vector3 jarg4, float jarg5)93 public final static native float btSparseSdf3_Evaluate(long jarg1, btSparseSdf3 jarg1_, Vector3 jarg2, long jarg3, btCollisionShape jarg3_, Vector3 jarg4, float jarg5); btSparseSdf3_BuildCell(long jarg1, btSparseSdf3 jarg1_, long jarg2, btSparseSdf3.Cell jarg2_)94 public final static native void btSparseSdf3_BuildCell(long jarg1, btSparseSdf3 jarg1_, long jarg2, btSparseSdf3.Cell jarg2_); btSparseSdf3_DistanceToShape(Vector3 jarg1, long jarg2, btCollisionShape jarg2_)95 public final static native float btSparseSdf3_DistanceToShape(Vector3 jarg1, long jarg2, btCollisionShape jarg2_); btSparseSdf3_Decompose(float jarg1)96 public final static native long btSparseSdf3_Decompose(float jarg1); btSparseSdf3_Lerp(float jarg1, float jarg2, float jarg3)97 public final static native float btSparseSdf3_Lerp(float jarg1, float jarg2, float jarg3); btSparseSdf3_Hash(int jarg1, int jarg2, int jarg3, long jarg4, btCollisionShape jarg4_)98 public final static native long btSparseSdf3_Hash(int jarg1, int jarg2, int jarg3, long jarg4, btCollisionShape jarg4_); new_btSparseSdf3()99 public final static native long new_btSparseSdf3(); delete_btSparseSdf3(long jarg1)100 public final static native void delete_btSparseSdf3(long jarg1); btSoftBodyWorldInfo_air_density_set(long jarg1, btSoftBodyWorldInfo jarg1_, float jarg2)101 public final static native void btSoftBodyWorldInfo_air_density_set(long jarg1, btSoftBodyWorldInfo jarg1_, float jarg2); btSoftBodyWorldInfo_air_density_get(long jarg1, btSoftBodyWorldInfo jarg1_)102 public final static native float btSoftBodyWorldInfo_air_density_get(long jarg1, btSoftBodyWorldInfo jarg1_); btSoftBodyWorldInfo_water_density_set(long jarg1, btSoftBodyWorldInfo jarg1_, float jarg2)103 public final static native void btSoftBodyWorldInfo_water_density_set(long jarg1, btSoftBodyWorldInfo jarg1_, float jarg2); btSoftBodyWorldInfo_water_density_get(long jarg1, btSoftBodyWorldInfo jarg1_)104 public final static native float btSoftBodyWorldInfo_water_density_get(long jarg1, btSoftBodyWorldInfo jarg1_); btSoftBodyWorldInfo_water_offset_set(long jarg1, btSoftBodyWorldInfo jarg1_, float jarg2)105 public final static native void btSoftBodyWorldInfo_water_offset_set(long jarg1, btSoftBodyWorldInfo jarg1_, float jarg2); btSoftBodyWorldInfo_water_offset_get(long jarg1, btSoftBodyWorldInfo jarg1_)106 public final static native float btSoftBodyWorldInfo_water_offset_get(long jarg1, btSoftBodyWorldInfo jarg1_); btSoftBodyWorldInfo_maxDisplacement_set(long jarg1, btSoftBodyWorldInfo jarg1_, float jarg2)107 public final static native void btSoftBodyWorldInfo_maxDisplacement_set(long jarg1, btSoftBodyWorldInfo jarg1_, float jarg2); btSoftBodyWorldInfo_maxDisplacement_get(long jarg1, btSoftBodyWorldInfo jarg1_)108 public final static native float btSoftBodyWorldInfo_maxDisplacement_get(long jarg1, btSoftBodyWorldInfo jarg1_); btSoftBodyWorldInfo_water_normal_set(long jarg1, btSoftBodyWorldInfo jarg1_, long jarg2, btVector3 jarg2_)109 public final static native void btSoftBodyWorldInfo_water_normal_set(long jarg1, btSoftBodyWorldInfo jarg1_, long jarg2, btVector3 jarg2_); btSoftBodyWorldInfo_water_normal_get(long jarg1, btSoftBodyWorldInfo jarg1_)110 public final static native long btSoftBodyWorldInfo_water_normal_get(long jarg1, btSoftBodyWorldInfo jarg1_); btSoftBodyWorldInfo_broadphase_set(long jarg1, btSoftBodyWorldInfo jarg1_, long jarg2, btBroadphaseInterface jarg2_)111 public final static native void btSoftBodyWorldInfo_broadphase_set(long jarg1, btSoftBodyWorldInfo jarg1_, long jarg2, btBroadphaseInterface jarg2_); btSoftBodyWorldInfo_broadphase_get(long jarg1, btSoftBodyWorldInfo jarg1_)112 public final static native long btSoftBodyWorldInfo_broadphase_get(long jarg1, btSoftBodyWorldInfo jarg1_); btSoftBodyWorldInfo_dispatcher_set(long jarg1, btSoftBodyWorldInfo jarg1_, long jarg2, btDispatcher jarg2_)113 public final static native void btSoftBodyWorldInfo_dispatcher_set(long jarg1, btSoftBodyWorldInfo jarg1_, long jarg2, btDispatcher jarg2_); btSoftBodyWorldInfo_dispatcher_get(long jarg1, btSoftBodyWorldInfo jarg1_)114 public final static native long btSoftBodyWorldInfo_dispatcher_get(long jarg1, btSoftBodyWorldInfo jarg1_); btSoftBodyWorldInfo_gravity_set(long jarg1, btSoftBodyWorldInfo jarg1_, long jarg2, btVector3 jarg2_)115 public final static native void btSoftBodyWorldInfo_gravity_set(long jarg1, btSoftBodyWorldInfo jarg1_, long jarg2, btVector3 jarg2_); btSoftBodyWorldInfo_gravity_get(long jarg1, btSoftBodyWorldInfo jarg1_)116 public final static native long btSoftBodyWorldInfo_gravity_get(long jarg1, btSoftBodyWorldInfo jarg1_); btSoftBodyWorldInfo_sparsesdf_set(long jarg1, btSoftBodyWorldInfo jarg1_, long jarg2, btSparseSdf3 jarg2_)117 public final static native void btSoftBodyWorldInfo_sparsesdf_set(long jarg1, btSoftBodyWorldInfo jarg1_, long jarg2, btSparseSdf3 jarg2_); btSoftBodyWorldInfo_sparsesdf_get(long jarg1, btSoftBodyWorldInfo jarg1_)118 public final static native long btSoftBodyWorldInfo_sparsesdf_get(long jarg1, btSoftBodyWorldInfo jarg1_); new_btSoftBodyWorldInfo()119 public final static native long new_btSoftBodyWorldInfo(); delete_btSoftBodyWorldInfo(long jarg1)120 public final static native void delete_btSoftBodyWorldInfo(long jarg1); btSoftBody_collisionDisabledObjects_set(long jarg1, btSoftBody jarg1_, long jarg2, btCollisionObjectConstArray jarg2_)121 public final static native void btSoftBody_collisionDisabledObjects_set(long jarg1, btSoftBody jarg1_, long jarg2, btCollisionObjectConstArray jarg2_); btSoftBody_collisionDisabledObjects_get(long jarg1, btSoftBody jarg1_)122 public final static native long btSoftBody_collisionDisabledObjects_get(long jarg1, btSoftBody jarg1_); btSoftBody_softBodySolver_set(long jarg1, btSoftBody jarg1_, long jarg2, btSoftBodySolver jarg2_)123 public final static native void btSoftBody_softBodySolver_set(long jarg1, btSoftBody jarg1_, long jarg2, btSoftBodySolver jarg2_); btSoftBody_softBodySolver_get(long jarg1, btSoftBody jarg1_)124 public final static native long btSoftBody_softBodySolver_get(long jarg1, btSoftBody jarg1_); new_btSoftBody_eAeroModel()125 public final static native long new_btSoftBody_eAeroModel(); delete_btSoftBody_eAeroModel(long jarg1)126 public final static native void delete_btSoftBody_eAeroModel(long jarg1); new_btSoftBody_eVSolver()127 public final static native long new_btSoftBody_eVSolver(); delete_btSoftBody_eVSolver(long jarg1)128 public final static native void delete_btSoftBody_eVSolver(long jarg1); new_btSoftBody_ePSolver()129 public final static native long new_btSoftBody_ePSolver(); delete_btSoftBody_ePSolver(long jarg1)130 public final static native void delete_btSoftBody_ePSolver(long jarg1); new_btSoftBody_eSolverPresets()131 public final static native long new_btSoftBody_eSolverPresets(); delete_btSoftBody_eSolverPresets(long jarg1)132 public final static native void delete_btSoftBody_eSolverPresets(long jarg1); new_btSoftBody_eFeature()133 public final static native long new_btSoftBody_eFeature(); delete_btSoftBody_eFeature(long jarg1)134 public final static native void delete_btSoftBody_eFeature(long jarg1); new_btSoftBody_fCollision()135 public final static native long new_btSoftBody_fCollision(); delete_btSoftBody_fCollision(long jarg1)136 public final static native void delete_btSoftBody_fCollision(long jarg1); new_btSoftBody_fMaterial()137 public final static native long new_btSoftBody_fMaterial(); delete_btSoftBody_fMaterial(long jarg1)138 public final static native void delete_btSoftBody_fMaterial(long jarg1); btSoftBody_sRayCast_body_set(long jarg1, btSoftBody.sRayCast jarg1_, long jarg2, btSoftBody jarg2_)139 public final static native void btSoftBody_sRayCast_body_set(long jarg1, btSoftBody.sRayCast jarg1_, long jarg2, btSoftBody jarg2_); btSoftBody_sRayCast_body_get(long jarg1, btSoftBody.sRayCast jarg1_)140 public final static native long btSoftBody_sRayCast_body_get(long jarg1, btSoftBody.sRayCast jarg1_); btSoftBody_sRayCast_feature_set(long jarg1, btSoftBody.sRayCast jarg1_, int jarg2)141 public final static native void btSoftBody_sRayCast_feature_set(long jarg1, btSoftBody.sRayCast jarg1_, int jarg2); btSoftBody_sRayCast_feature_get(long jarg1, btSoftBody.sRayCast jarg1_)142 public final static native int btSoftBody_sRayCast_feature_get(long jarg1, btSoftBody.sRayCast jarg1_); btSoftBody_sRayCast_index_set(long jarg1, btSoftBody.sRayCast jarg1_, int jarg2)143 public final static native void btSoftBody_sRayCast_index_set(long jarg1, btSoftBody.sRayCast jarg1_, int jarg2); btSoftBody_sRayCast_index_get(long jarg1, btSoftBody.sRayCast jarg1_)144 public final static native int btSoftBody_sRayCast_index_get(long jarg1, btSoftBody.sRayCast jarg1_); btSoftBody_sRayCast_fraction_set(long jarg1, btSoftBody.sRayCast jarg1_, float jarg2)145 public final static native void btSoftBody_sRayCast_fraction_set(long jarg1, btSoftBody.sRayCast jarg1_, float jarg2); btSoftBody_sRayCast_fraction_get(long jarg1, btSoftBody.sRayCast jarg1_)146 public final static native float btSoftBody_sRayCast_fraction_get(long jarg1, btSoftBody.sRayCast jarg1_); new_btSoftBody_sRayCast()147 public final static native long new_btSoftBody_sRayCast(); delete_btSoftBody_sRayCast(long jarg1)148 public final static native void delete_btSoftBody_sRayCast(long jarg1); delete_btSoftBody_ImplicitFn(long jarg1)149 public final static native void delete_btSoftBody_ImplicitFn(long jarg1); btSoftBody_ImplicitFn_Eval(long jarg1, btSoftBody.ImplicitFn jarg1_, Vector3 jarg2)150 public final static native float btSoftBody_ImplicitFn_Eval(long jarg1, btSoftBody.ImplicitFn jarg1_, Vector3 jarg2); btSoftBody_sCti_colObj_set(long jarg1, btSoftBody.sCti jarg1_, long jarg2, btCollisionObject jarg2_)151 public final static native void btSoftBody_sCti_colObj_set(long jarg1, btSoftBody.sCti jarg1_, long jarg2, btCollisionObject jarg2_); btSoftBody_sCti_colObj_get(long jarg1, btSoftBody.sCti jarg1_)152 public final static native long btSoftBody_sCti_colObj_get(long jarg1, btSoftBody.sCti jarg1_); btSoftBody_sCti_normal_set(long jarg1, btSoftBody.sCti jarg1_, long jarg2, btVector3 jarg2_)153 public final static native void btSoftBody_sCti_normal_set(long jarg1, btSoftBody.sCti jarg1_, long jarg2, btVector3 jarg2_); btSoftBody_sCti_normal_get(long jarg1, btSoftBody.sCti jarg1_)154 public final static native long btSoftBody_sCti_normal_get(long jarg1, btSoftBody.sCti jarg1_); btSoftBody_sCti_offset_set(long jarg1, btSoftBody.sCti jarg1_, float jarg2)155 public final static native void btSoftBody_sCti_offset_set(long jarg1, btSoftBody.sCti jarg1_, float jarg2); btSoftBody_sCti_offset_get(long jarg1, btSoftBody.sCti jarg1_)156 public final static native float btSoftBody_sCti_offset_get(long jarg1, btSoftBody.sCti jarg1_); new_btSoftBody_sCti()157 public final static native long new_btSoftBody_sCti(); delete_btSoftBody_sCti(long jarg1)158 public final static native void delete_btSoftBody_sCti(long jarg1); btSoftBody_sMedium_velocity_set(long jarg1, btSoftBody.sMedium jarg1_, long jarg2, btVector3 jarg2_)159 public final static native void btSoftBody_sMedium_velocity_set(long jarg1, btSoftBody.sMedium jarg1_, long jarg2, btVector3 jarg2_); btSoftBody_sMedium_velocity_get(long jarg1, btSoftBody.sMedium jarg1_)160 public final static native long btSoftBody_sMedium_velocity_get(long jarg1, btSoftBody.sMedium jarg1_); btSoftBody_sMedium_pressure_set(long jarg1, btSoftBody.sMedium jarg1_, float jarg2)161 public final static native void btSoftBody_sMedium_pressure_set(long jarg1, btSoftBody.sMedium jarg1_, float jarg2); btSoftBody_sMedium_pressure_get(long jarg1, btSoftBody.sMedium jarg1_)162 public final static native float btSoftBody_sMedium_pressure_get(long jarg1, btSoftBody.sMedium jarg1_); btSoftBody_sMedium_density_set(long jarg1, btSoftBody.sMedium jarg1_, float jarg2)163 public final static native void btSoftBody_sMedium_density_set(long jarg1, btSoftBody.sMedium jarg1_, float jarg2); btSoftBody_sMedium_density_get(long jarg1, btSoftBody.sMedium jarg1_)164 public final static native float btSoftBody_sMedium_density_get(long jarg1, btSoftBody.sMedium jarg1_); new_btSoftBody_sMedium()165 public final static native long new_btSoftBody_sMedium(); delete_btSoftBody_sMedium(long jarg1)166 public final static native void delete_btSoftBody_sMedium(long jarg1); btSoftBody_Element_tag_set(long jarg1, btSoftBody.Element jarg1_, long jarg2)167 public final static native void btSoftBody_Element_tag_set(long jarg1, btSoftBody.Element jarg1_, long jarg2); btSoftBody_Element_tag_get(long jarg1, btSoftBody.Element jarg1_)168 public final static native long btSoftBody_Element_tag_get(long jarg1, btSoftBody.Element jarg1_); new_btSoftBody_Element()169 public final static native long new_btSoftBody_Element(); delete_btSoftBody_Element(long jarg1)170 public final static native void delete_btSoftBody_Element(long jarg1); btSoftBody_Material_kLST_set(long jarg1, btSoftBody.Material jarg1_, float jarg2)171 public final static native void btSoftBody_Material_kLST_set(long jarg1, btSoftBody.Material jarg1_, float jarg2); btSoftBody_Material_kLST_get(long jarg1, btSoftBody.Material jarg1_)172 public final static native float btSoftBody_Material_kLST_get(long jarg1, btSoftBody.Material jarg1_); btSoftBody_Material_kAST_set(long jarg1, btSoftBody.Material jarg1_, float jarg2)173 public final static native void btSoftBody_Material_kAST_set(long jarg1, btSoftBody.Material jarg1_, float jarg2); btSoftBody_Material_kAST_get(long jarg1, btSoftBody.Material jarg1_)174 public final static native float btSoftBody_Material_kAST_get(long jarg1, btSoftBody.Material jarg1_); btSoftBody_Material_kVST_set(long jarg1, btSoftBody.Material jarg1_, float jarg2)175 public final static native void btSoftBody_Material_kVST_set(long jarg1, btSoftBody.Material jarg1_, float jarg2); btSoftBody_Material_kVST_get(long jarg1, btSoftBody.Material jarg1_)176 public final static native float btSoftBody_Material_kVST_get(long jarg1, btSoftBody.Material jarg1_); btSoftBody_Material_flags_set(long jarg1, btSoftBody.Material jarg1_, int jarg2)177 public final static native void btSoftBody_Material_flags_set(long jarg1, btSoftBody.Material jarg1_, int jarg2); btSoftBody_Material_flags_get(long jarg1, btSoftBody.Material jarg1_)178 public final static native int btSoftBody_Material_flags_get(long jarg1, btSoftBody.Material jarg1_); new_btSoftBody_Material()179 public final static native long new_btSoftBody_Material(); delete_btSoftBody_Material(long jarg1)180 public final static native void delete_btSoftBody_Material(long jarg1); btSoftBody_Feature_material_set(long jarg1, btSoftBody.Feature jarg1_, long jarg2, btSoftBody.Material jarg2_)181 public final static native void btSoftBody_Feature_material_set(long jarg1, btSoftBody.Feature jarg1_, long jarg2, btSoftBody.Material jarg2_); btSoftBody_Feature_material_get(long jarg1, btSoftBody.Feature jarg1_)182 public final static native long btSoftBody_Feature_material_get(long jarg1, btSoftBody.Feature jarg1_); new_btSoftBody_Feature()183 public final static native long new_btSoftBody_Feature(); delete_btSoftBody_Feature(long jarg1)184 public final static native void delete_btSoftBody_Feature(long jarg1); btSoftBody_Node_x_set(long jarg1, btSoftBody.Node jarg1_, long jarg2, btVector3 jarg2_)185 public final static native void btSoftBody_Node_x_set(long jarg1, btSoftBody.Node jarg1_, long jarg2, btVector3 jarg2_); btSoftBody_Node_x_get(long jarg1, btSoftBody.Node jarg1_)186 public final static native long btSoftBody_Node_x_get(long jarg1, btSoftBody.Node jarg1_); btSoftBody_Node_q_set(long jarg1, btSoftBody.Node jarg1_, long jarg2, btVector3 jarg2_)187 public final static native void btSoftBody_Node_q_set(long jarg1, btSoftBody.Node jarg1_, long jarg2, btVector3 jarg2_); btSoftBody_Node_q_get(long jarg1, btSoftBody.Node jarg1_)188 public final static native long btSoftBody_Node_q_get(long jarg1, btSoftBody.Node jarg1_); btSoftBody_Node_v_set(long jarg1, btSoftBody.Node jarg1_, long jarg2, btVector3 jarg2_)189 public final static native void btSoftBody_Node_v_set(long jarg1, btSoftBody.Node jarg1_, long jarg2, btVector3 jarg2_); btSoftBody_Node_v_get(long jarg1, btSoftBody.Node jarg1_)190 public final static native long btSoftBody_Node_v_get(long jarg1, btSoftBody.Node jarg1_); btSoftBody_Node_f_set(long jarg1, btSoftBody.Node jarg1_, long jarg2, btVector3 jarg2_)191 public final static native void btSoftBody_Node_f_set(long jarg1, btSoftBody.Node jarg1_, long jarg2, btVector3 jarg2_); btSoftBody_Node_f_get(long jarg1, btSoftBody.Node jarg1_)192 public final static native long btSoftBody_Node_f_get(long jarg1, btSoftBody.Node jarg1_); btSoftBody_Node_n_set(long jarg1, btSoftBody.Node jarg1_, long jarg2, btVector3 jarg2_)193 public final static native void btSoftBody_Node_n_set(long jarg1, btSoftBody.Node jarg1_, long jarg2, btVector3 jarg2_); btSoftBody_Node_n_get(long jarg1, btSoftBody.Node jarg1_)194 public final static native long btSoftBody_Node_n_get(long jarg1, btSoftBody.Node jarg1_); btSoftBody_Node_im_set(long jarg1, btSoftBody.Node jarg1_, float jarg2)195 public final static native void btSoftBody_Node_im_set(long jarg1, btSoftBody.Node jarg1_, float jarg2); btSoftBody_Node_im_get(long jarg1, btSoftBody.Node jarg1_)196 public final static native float btSoftBody_Node_im_get(long jarg1, btSoftBody.Node jarg1_); btSoftBody_Node_area_set(long jarg1, btSoftBody.Node jarg1_, float jarg2)197 public final static native void btSoftBody_Node_area_set(long jarg1, btSoftBody.Node jarg1_, float jarg2); btSoftBody_Node_area_get(long jarg1, btSoftBody.Node jarg1_)198 public final static native float btSoftBody_Node_area_get(long jarg1, btSoftBody.Node jarg1_); btSoftBody_Node_leaf_set(long jarg1, btSoftBody.Node jarg1_, long jarg2, btDbvtNode jarg2_)199 public final static native void btSoftBody_Node_leaf_set(long jarg1, btSoftBody.Node jarg1_, long jarg2, btDbvtNode jarg2_); btSoftBody_Node_leaf_get(long jarg1, btSoftBody.Node jarg1_)200 public final static native long btSoftBody_Node_leaf_get(long jarg1, btSoftBody.Node jarg1_); btSoftBody_Node_battach_set(long jarg1, btSoftBody.Node jarg1_, int jarg2)201 public final static native void btSoftBody_Node_battach_set(long jarg1, btSoftBody.Node jarg1_, int jarg2); btSoftBody_Node_battach_get(long jarg1, btSoftBody.Node jarg1_)202 public final static native int btSoftBody_Node_battach_get(long jarg1, btSoftBody.Node jarg1_); new_btSoftBody_Node()203 public final static native long new_btSoftBody_Node(); delete_btSoftBody_Node(long jarg1)204 public final static native void delete_btSoftBody_Node(long jarg1); btSoftBody_Link_n_set(long jarg1, btSoftBody.Link jarg1_, long jarg2)205 public final static native void btSoftBody_Link_n_set(long jarg1, btSoftBody.Link jarg1_, long jarg2); btSoftBody_Link_n_get(long jarg1, btSoftBody.Link jarg1_)206 public final static native long btSoftBody_Link_n_get(long jarg1, btSoftBody.Link jarg1_); btSoftBody_Link_rl_set(long jarg1, btSoftBody.Link jarg1_, float jarg2)207 public final static native void btSoftBody_Link_rl_set(long jarg1, btSoftBody.Link jarg1_, float jarg2); btSoftBody_Link_rl_get(long jarg1, btSoftBody.Link jarg1_)208 public final static native float btSoftBody_Link_rl_get(long jarg1, btSoftBody.Link jarg1_); btSoftBody_Link_bbending_set(long jarg1, btSoftBody.Link jarg1_, int jarg2)209 public final static native void btSoftBody_Link_bbending_set(long jarg1, btSoftBody.Link jarg1_, int jarg2); btSoftBody_Link_bbending_get(long jarg1, btSoftBody.Link jarg1_)210 public final static native int btSoftBody_Link_bbending_get(long jarg1, btSoftBody.Link jarg1_); btSoftBody_Link_c0_set(long jarg1, btSoftBody.Link jarg1_, float jarg2)211 public final static native void btSoftBody_Link_c0_set(long jarg1, btSoftBody.Link jarg1_, float jarg2); btSoftBody_Link_c0_get(long jarg1, btSoftBody.Link jarg1_)212 public final static native float btSoftBody_Link_c0_get(long jarg1, btSoftBody.Link jarg1_); btSoftBody_Link_c1_set(long jarg1, btSoftBody.Link jarg1_, float jarg2)213 public final static native void btSoftBody_Link_c1_set(long jarg1, btSoftBody.Link jarg1_, float jarg2); btSoftBody_Link_c1_get(long jarg1, btSoftBody.Link jarg1_)214 public final static native float btSoftBody_Link_c1_get(long jarg1, btSoftBody.Link jarg1_); btSoftBody_Link_c2_set(long jarg1, btSoftBody.Link jarg1_, float jarg2)215 public final static native void btSoftBody_Link_c2_set(long jarg1, btSoftBody.Link jarg1_, float jarg2); btSoftBody_Link_c2_get(long jarg1, btSoftBody.Link jarg1_)216 public final static native float btSoftBody_Link_c2_get(long jarg1, btSoftBody.Link jarg1_); btSoftBody_Link_c3_set(long jarg1, btSoftBody.Link jarg1_, long jarg2, btVector3 jarg2_)217 public final static native void btSoftBody_Link_c3_set(long jarg1, btSoftBody.Link jarg1_, long jarg2, btVector3 jarg2_); btSoftBody_Link_c3_get(long jarg1, btSoftBody.Link jarg1_)218 public final static native long btSoftBody_Link_c3_get(long jarg1, btSoftBody.Link jarg1_); new_btSoftBody_Link()219 public final static native long new_btSoftBody_Link(); delete_btSoftBody_Link(long jarg1)220 public final static native void delete_btSoftBody_Link(long jarg1); btSoftBody_Face_n_set(long jarg1, btSoftBody.Face jarg1_, long jarg2)221 public final static native void btSoftBody_Face_n_set(long jarg1, btSoftBody.Face jarg1_, long jarg2); btSoftBody_Face_n_get(long jarg1, btSoftBody.Face jarg1_)222 public final static native long btSoftBody_Face_n_get(long jarg1, btSoftBody.Face jarg1_); btSoftBody_Face_normal_set(long jarg1, btSoftBody.Face jarg1_, long jarg2, btVector3 jarg2_)223 public final static native void btSoftBody_Face_normal_set(long jarg1, btSoftBody.Face jarg1_, long jarg2, btVector3 jarg2_); btSoftBody_Face_normal_get(long jarg1, btSoftBody.Face jarg1_)224 public final static native long btSoftBody_Face_normal_get(long jarg1, btSoftBody.Face jarg1_); btSoftBody_Face_ra_set(long jarg1, btSoftBody.Face jarg1_, float jarg2)225 public final static native void btSoftBody_Face_ra_set(long jarg1, btSoftBody.Face jarg1_, float jarg2); btSoftBody_Face_ra_get(long jarg1, btSoftBody.Face jarg1_)226 public final static native float btSoftBody_Face_ra_get(long jarg1, btSoftBody.Face jarg1_); btSoftBody_Face_leaf_set(long jarg1, btSoftBody.Face jarg1_, long jarg2, btDbvtNode jarg2_)227 public final static native void btSoftBody_Face_leaf_set(long jarg1, btSoftBody.Face jarg1_, long jarg2, btDbvtNode jarg2_); btSoftBody_Face_leaf_get(long jarg1, btSoftBody.Face jarg1_)228 public final static native long btSoftBody_Face_leaf_get(long jarg1, btSoftBody.Face jarg1_); new_btSoftBody_Face()229 public final static native long new_btSoftBody_Face(); delete_btSoftBody_Face(long jarg1)230 public final static native void delete_btSoftBody_Face(long jarg1); btSoftBody_Tetra_n_set(long jarg1, btSoftBody.Tetra jarg1_, long jarg2)231 public final static native void btSoftBody_Tetra_n_set(long jarg1, btSoftBody.Tetra jarg1_, long jarg2); btSoftBody_Tetra_n_get(long jarg1, btSoftBody.Tetra jarg1_)232 public final static native long btSoftBody_Tetra_n_get(long jarg1, btSoftBody.Tetra jarg1_); btSoftBody_Tetra_rv_set(long jarg1, btSoftBody.Tetra jarg1_, float jarg2)233 public final static native void btSoftBody_Tetra_rv_set(long jarg1, btSoftBody.Tetra jarg1_, float jarg2); btSoftBody_Tetra_rv_get(long jarg1, btSoftBody.Tetra jarg1_)234 public final static native float btSoftBody_Tetra_rv_get(long jarg1, btSoftBody.Tetra jarg1_); btSoftBody_Tetra_leaf_set(long jarg1, btSoftBody.Tetra jarg1_, long jarg2, btDbvtNode jarg2_)235 public final static native void btSoftBody_Tetra_leaf_set(long jarg1, btSoftBody.Tetra jarg1_, long jarg2, btDbvtNode jarg2_); btSoftBody_Tetra_leaf_get(long jarg1, btSoftBody.Tetra jarg1_)236 public final static native long btSoftBody_Tetra_leaf_get(long jarg1, btSoftBody.Tetra jarg1_); btSoftBody_Tetra_c0_set(long jarg1, btSoftBody.Tetra jarg1_, long jarg2, btVector3 jarg2_)237 public final static native void btSoftBody_Tetra_c0_set(long jarg1, btSoftBody.Tetra jarg1_, long jarg2, btVector3 jarg2_); btSoftBody_Tetra_c0_get(long jarg1, btSoftBody.Tetra jarg1_)238 public final static native long btSoftBody_Tetra_c0_get(long jarg1, btSoftBody.Tetra jarg1_); btSoftBody_Tetra_c1_set(long jarg1, btSoftBody.Tetra jarg1_, float jarg2)239 public final static native void btSoftBody_Tetra_c1_set(long jarg1, btSoftBody.Tetra jarg1_, float jarg2); btSoftBody_Tetra_c1_get(long jarg1, btSoftBody.Tetra jarg1_)240 public final static native float btSoftBody_Tetra_c1_get(long jarg1, btSoftBody.Tetra jarg1_); btSoftBody_Tetra_c2_set(long jarg1, btSoftBody.Tetra jarg1_, float jarg2)241 public final static native void btSoftBody_Tetra_c2_set(long jarg1, btSoftBody.Tetra jarg1_, float jarg2); btSoftBody_Tetra_c2_get(long jarg1, btSoftBody.Tetra jarg1_)242 public final static native float btSoftBody_Tetra_c2_get(long jarg1, btSoftBody.Tetra jarg1_); new_btSoftBody_Tetra()243 public final static native long new_btSoftBody_Tetra(); delete_btSoftBody_Tetra(long jarg1)244 public final static native void delete_btSoftBody_Tetra(long jarg1); btSoftBody_RContact_cti_set(long jarg1, btSoftBody.RContact jarg1_, long jarg2, btSoftBody.sCti jarg2_)245 public final static native void btSoftBody_RContact_cti_set(long jarg1, btSoftBody.RContact jarg1_, long jarg2, btSoftBody.sCti jarg2_); btSoftBody_RContact_cti_get(long jarg1, btSoftBody.RContact jarg1_)246 public final static native long btSoftBody_RContact_cti_get(long jarg1, btSoftBody.RContact jarg1_); btSoftBody_RContact_node_set(long jarg1, btSoftBody.RContact jarg1_, long jarg2, btSoftBody.Node jarg2_)247 public final static native void btSoftBody_RContact_node_set(long jarg1, btSoftBody.RContact jarg1_, long jarg2, btSoftBody.Node jarg2_); btSoftBody_RContact_node_get(long jarg1, btSoftBody.RContact jarg1_)248 public final static native long btSoftBody_RContact_node_get(long jarg1, btSoftBody.RContact jarg1_); btSoftBody_RContact_c0_set(long jarg1, btSoftBody.RContact jarg1_, Matrix3 jarg2)249 public final static native void btSoftBody_RContact_c0_set(long jarg1, btSoftBody.RContact jarg1_, Matrix3 jarg2); btSoftBody_RContact_c0_get(long jarg1, btSoftBody.RContact jarg1_)250 public final static native Matrix3 btSoftBody_RContact_c0_get(long jarg1, btSoftBody.RContact jarg1_); btSoftBody_RContact_c1_set(long jarg1, btSoftBody.RContact jarg1_, long jarg2, btVector3 jarg2_)251 public final static native void btSoftBody_RContact_c1_set(long jarg1, btSoftBody.RContact jarg1_, long jarg2, btVector3 jarg2_); btSoftBody_RContact_c1_get(long jarg1, btSoftBody.RContact jarg1_)252 public final static native long btSoftBody_RContact_c1_get(long jarg1, btSoftBody.RContact jarg1_); btSoftBody_RContact_c2_set(long jarg1, btSoftBody.RContact jarg1_, float jarg2)253 public final static native void btSoftBody_RContact_c2_set(long jarg1, btSoftBody.RContact jarg1_, float jarg2); btSoftBody_RContact_c2_get(long jarg1, btSoftBody.RContact jarg1_)254 public final static native float btSoftBody_RContact_c2_get(long jarg1, btSoftBody.RContact jarg1_); btSoftBody_RContact_c3_set(long jarg1, btSoftBody.RContact jarg1_, float jarg2)255 public final static native void btSoftBody_RContact_c3_set(long jarg1, btSoftBody.RContact jarg1_, float jarg2); btSoftBody_RContact_c3_get(long jarg1, btSoftBody.RContact jarg1_)256 public final static native float btSoftBody_RContact_c3_get(long jarg1, btSoftBody.RContact jarg1_); btSoftBody_RContact_c4_set(long jarg1, btSoftBody.RContact jarg1_, float jarg2)257 public final static native void btSoftBody_RContact_c4_set(long jarg1, btSoftBody.RContact jarg1_, float jarg2); btSoftBody_RContact_c4_get(long jarg1, btSoftBody.RContact jarg1_)258 public final static native float btSoftBody_RContact_c4_get(long jarg1, btSoftBody.RContact jarg1_); new_btSoftBody_RContact()259 public final static native long new_btSoftBody_RContact(); delete_btSoftBody_RContact(long jarg1)260 public final static native void delete_btSoftBody_RContact(long jarg1); btSoftBody_SContact_node_set(long jarg1, btSoftBody.SContact jarg1_, long jarg2, btSoftBody.Node jarg2_)261 public final static native void btSoftBody_SContact_node_set(long jarg1, btSoftBody.SContact jarg1_, long jarg2, btSoftBody.Node jarg2_); btSoftBody_SContact_node_get(long jarg1, btSoftBody.SContact jarg1_)262 public final static native long btSoftBody_SContact_node_get(long jarg1, btSoftBody.SContact jarg1_); btSoftBody_SContact_face_set(long jarg1, btSoftBody.SContact jarg1_, long jarg2, btSoftBody.Face jarg2_)263 public final static native void btSoftBody_SContact_face_set(long jarg1, btSoftBody.SContact jarg1_, long jarg2, btSoftBody.Face jarg2_); btSoftBody_SContact_face_get(long jarg1, btSoftBody.SContact jarg1_)264 public final static native long btSoftBody_SContact_face_get(long jarg1, btSoftBody.SContact jarg1_); btSoftBody_SContact_weights_set(long jarg1, btSoftBody.SContact jarg1_, long jarg2, btVector3 jarg2_)265 public final static native void btSoftBody_SContact_weights_set(long jarg1, btSoftBody.SContact jarg1_, long jarg2, btVector3 jarg2_); btSoftBody_SContact_weights_get(long jarg1, btSoftBody.SContact jarg1_)266 public final static native long btSoftBody_SContact_weights_get(long jarg1, btSoftBody.SContact jarg1_); btSoftBody_SContact_normal_set(long jarg1, btSoftBody.SContact jarg1_, long jarg2, btVector3 jarg2_)267 public final static native void btSoftBody_SContact_normal_set(long jarg1, btSoftBody.SContact jarg1_, long jarg2, btVector3 jarg2_); btSoftBody_SContact_normal_get(long jarg1, btSoftBody.SContact jarg1_)268 public final static native long btSoftBody_SContact_normal_get(long jarg1, btSoftBody.SContact jarg1_); btSoftBody_SContact_margin_set(long jarg1, btSoftBody.SContact jarg1_, float jarg2)269 public final static native void btSoftBody_SContact_margin_set(long jarg1, btSoftBody.SContact jarg1_, float jarg2); btSoftBody_SContact_margin_get(long jarg1, btSoftBody.SContact jarg1_)270 public final static native float btSoftBody_SContact_margin_get(long jarg1, btSoftBody.SContact jarg1_); btSoftBody_SContact_friction_set(long jarg1, btSoftBody.SContact jarg1_, float jarg2)271