@gg-web-engine/ammo 0.0.30 → 0.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/build_gg_ammo/Makefile +41 -0
- package/build_gg_ammo/README.md +17 -0
- package/build_gg_ammo/ammo_patches.txt +20 -0
- package/build_gg_ammo/bullet_patches.txt +27 -0
- package/build_gg_ammo/patch_files/ammo.idl +2380 -0
- package/dist/ammo-debugger.d.ts +1 -1
- package/dist/ammo-debugger.js +1 -1
- package/dist/ammo-factory.d.ts +1 -1
- package/dist/ammo-factory.js +1 -1
- package/dist/ammo.js/ammo-ambient.d.ts +2577 -0
- package/dist/ammo.js/ammo.d.ts +2578 -0
- package/dist/ammo.js/ammo.js +43 -0
- package/dist/ammo.js/ammo.wasm.js +1315 -0
- package/dist/ammo.js/ammo.wasm.wasm +0 -0
- package/dist/components/ammo-body.component.d.ts +1 -1
- package/dist/components/ammo-body.component.js +5 -6
- package/dist/components/ammo-raycast-vehicle.component.d.ts +9 -2
- package/dist/components/ammo-raycast-vehicle.component.js +32 -4
- package/dist/components/ammo-rigid-body.component.d.ts +1 -1
- package/dist/components/ammo-rigid-body.component.js +3 -3
- package/dist/components/ammo-trigger.component.d.ts +1 -1
- package/dist/components/ammo-trigger.component.js +4 -4
- package/dist/components/ammo-world.component.d.ts +1 -1
- package/dist/components/ammo-world.component.js +4 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +32 -8
- package/test/components/ammo-trigger.component.spec.ts +122 -0
- package/tsconfig.json +2 -2
- package/dist/ammo-utils.d.ts +0 -2
- package/dist/ammo-utils.js +0 -1
|
@@ -0,0 +1,1315 @@
|
|
|
1
|
+
// This is ammo.js, a port of Bullet Physics to JavaScript. zlib licensed.
|
|
2
|
+
|
|
3
|
+
var Ammo = (() => {
|
|
4
|
+
var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
|
|
5
|
+
if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename;
|
|
6
|
+
return (
|
|
7
|
+
function(moduleArg = {}) {
|
|
8
|
+
|
|
9
|
+
var c=moduleArg,aa,ba;c.ready=new Promise((a,b)=>{aa=a;ba=b});var ca=Object.assign({},c),da="object"==typeof window,ea="function"==typeof importScripts,fa="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,ha="",ia,ja,ka;
|
|
10
|
+
if(fa){var fs=require("fs"),la=require("path");ha=ea?la.dirname(ha)+"/":__dirname+"/";ia=(a,b)=>{a=ma(a)?new URL(a):la.normalize(a);return fs.readFileSync(a,b?void 0:"utf8")};ka=a=>{a=ia(a,!0);a.buffer||(a=new Uint8Array(a));return a};ja=(a,b,e,f=!0)=>{a=ma(a)?new URL(a):la.normalize(a);fs.readFile(a,f?void 0:"utf8",(h,k)=>{h?e(h):b(f?k.buffer:k)})};!c.thisProgram&&1<process.argv.length&&process.argv[1].replace(/\\/g,"/");process.argv.slice(2);c.inspect=()=>"[Emscripten Module object]"}else if(da||
|
|
11
|
+
ea)ea?ha=self.location.href:"undefined"!=typeof document&&document.currentScript&&(ha=document.currentScript.src),_scriptDir&&(ha=_scriptDir),ha=0!==ha.indexOf("blob:")?ha.substr(0,ha.replace(/[?#].*/,"").lastIndexOf("/")+1):"",ia=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},ea&&(ka=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}),ja=(a,b,e)=>{var f=new XMLHttpRequest;f.open("GET",a,
|
|
12
|
+
!0);f.responseType="arraybuffer";f.onload=()=>{200==f.status||0==f.status&&f.response?b(f.response):e()};f.onerror=e;f.send(null)};var na=c.print||console.log.bind(console),oa=c.printErr||console.error.bind(console);Object.assign(c,ca);ca=null;var pa;c.wasmBinary&&(pa=c.wasmBinary);"object"!=typeof WebAssembly&&qa("no native wasm support detected");var ra,sa=!1,ta,ua,va,wa,xa,ya,za=[],Aa=[],Ba=[],Ca=!1;function Da(){var a=c.preRun.shift();za.unshift(a)}var Ea=0,Fa=null,Ga=null;
|
|
13
|
+
function qa(a){c.onAbort?.(a);a="Aborted("+a+")";oa(a);sa=!0;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");ba(a);throw a;}var Ha=a=>a.startsWith("data:application/octet-stream;base64,"),ma=a=>a.startsWith("file://"),Ia;Ia="ammo.wasm.wasm";if(!Ha(Ia)){var Ja=Ia;Ia=c.locateFile?c.locateFile(Ja,ha):ha+Ja}function Ka(a){if(a==Ia&&pa)return new Uint8Array(pa);if(ka)return ka(a);throw"both async and sync fetching of the wasm failed";}
|
|
14
|
+
function La(a){if(!pa&&(da||ea)){if("function"==typeof fetch&&!ma(a))return fetch(a,{credentials:"same-origin"}).then(b=>{if(!b.ok)throw"failed to load wasm binary file at '"+a+"'";return b.arrayBuffer()}).catch(()=>Ka(a));if(ja)return new Promise((b,e)=>{ja(a,f=>b(new Uint8Array(f)),e)})}return Promise.resolve().then(()=>Ka(a))}function Ma(a,b,e){return La(a).then(f=>WebAssembly.instantiate(f,b)).then(f=>f).then(e,f=>{oa(`failed to asynchronously prepare wasm: ${f}`);qa(f)})}
|
|
15
|
+
function Na(a,b){var e=Ia;return pa||"function"!=typeof WebAssembly.instantiateStreaming||Ha(e)||ma(e)||fa||"function"!=typeof fetch?Ma(e,a,b):fetch(e,{credentials:"same-origin"}).then(f=>WebAssembly.instantiateStreaming(f,a).then(b,function(h){oa(`wasm streaming compile failed: ${h}`);oa("falling back to ArrayBuffer instantiation");return Ma(e,a,b)}))}
|
|
16
|
+
var Oa={32334:(a,b,e,f)=>{a=c.getCache(c.DebugDrawer)[a];if(!a.hasOwnProperty("drawLine"))throw"a JSImplementation must implement all functions, you forgot DebugDrawer::drawLine.";a.drawLine(b,e,f)},32554:(a,b,e,f,h,k)=>{a=c.getCache(c.DebugDrawer)[a];if(!a.hasOwnProperty("drawContactPoint"))throw"a JSImplementation must implement all functions, you forgot DebugDrawer::drawContactPoint.";a.drawContactPoint(b,e,f,h,k)},32804:(a,b)=>{a=c.getCache(c.DebugDrawer)[a];if(!a.hasOwnProperty("reportErrorWarning"))throw"a JSImplementation must implement all functions, you forgot DebugDrawer::reportErrorWarning.";
|
|
17
|
+
a.reportErrorWarning(b)},33048:(a,b,e)=>{a=c.getCache(c.DebugDrawer)[a];if(!a.hasOwnProperty("draw3dText"))throw"a JSImplementation must implement all functions, you forgot DebugDrawer::draw3dText.";a.draw3dText(b,e)},33271:(a,b)=>{a=c.getCache(c.DebugDrawer)[a];if(!a.hasOwnProperty("setDebugMode"))throw"a JSImplementation must implement all functions, you forgot DebugDrawer::setDebugMode.";a.setDebugMode(b)},33497:a=>{a=c.getCache(c.DebugDrawer)[a];if(!a.hasOwnProperty("getDebugMode"))throw"a JSImplementation must implement all functions, you forgot DebugDrawer::getDebugMode.";
|
|
18
|
+
return a.getDebugMode()},33728:(a,b)=>{a=c.getCache(c.MotionState)[a];if(!a.hasOwnProperty("getWorldTransform"))throw"a JSImplementation must implement all functions, you forgot MotionState::getWorldTransform.";a.getWorldTransform(b)},33969:(a,b)=>{a=c.getCache(c.MotionState)[a];if(!a.hasOwnProperty("setWorldTransform"))throw"a JSImplementation must implement all functions, you forgot MotionState::setWorldTransform.";a.setWorldTransform(b)},34210:(a,b,e,f,h,k,r,v)=>{a=c.getCache(c.ConcreteContactResultCallback)[a];
|
|
19
|
+
if(!a.hasOwnProperty("addSingleResult"))throw"a JSImplementation must implement all functions, you forgot ConcreteContactResultCallback::addSingleResult.";return a.addSingleResult(b,e,f,h,k,r,v)}},Pa=a=>{for(;0<a.length;)a.shift()(c)},Qa=[],Ra=(a,b)=>{Qa.length=0;for(var e;e=ua[a++];){var f=105!=e;f&=112!=e;b+=f&&b%8?4:0;Qa.push(112==e?wa[b>>2]:105==e?va[b>>2]:ya[b>>3]);b+=f?8:4}return Qa},Sa=[null,[],[]],Ua="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,Va=(a,b,e)=>{var f=b+e;for(e=
|
|
20
|
+
b;a[e]&&!(e>=f);)++e;if(16<e-b&&a.buffer&&Ua)return Ua.decode(a.subarray(b,e));for(f="";b<e;){var h=a[b++];if(h&128){var k=a[b++]&63;if(192==(h&224))f+=String.fromCharCode((h&31)<<6|k);else{var r=a[b++]&63;h=224==(h&240)?(h&15)<<12|k<<6|r:(h&7)<<18|k<<12|r<<6|a[b++]&63;65536>h?f+=String.fromCharCode(h):(h-=65536,f+=String.fromCharCode(55296|h>>10,56320|h&1023))}}else f+=String.fromCharCode(h)}return f},Wa=(a,b)=>a?Va(ua,a,b):"",Xa=[],Ya,Za,$a=[],ab={b:()=>{qa("")},f:(a,b,e)=>{b=Ra(b,e);return Oa[a].apply(null,
|
|
21
|
+
b)},a:(a,b,e)=>{b=Ra(b,e);return Oa[a].apply(null,b)},e:(a,b,e)=>ua.copyWithin(a,b,b+e),d:()=>{qa("OOM")},c:(a,b,e,f)=>{for(var h=0,k=0;k<e;k++){var r=wa[b>>2],v=wa[b+4>>2];b+=8;for(var H=0;H<v;H++){var Ta=ua[r+H],Kc=Sa[a];0===Ta||10===Ta?((1===a?na:oa)(Va(Kc,0)),Kc.length=0):Kc.push(Ta)}h+=v}wa[f>>2]=h;return 0}},d=function(){function a(e){d=e.exports;ra=d.g;e=ra.buffer;c.HEAP8=ta=new Int8Array(e);c.HEAP16=new Int16Array(e);c.HEAPU8=ua=new Uint8Array(e);c.HEAPU16=new Uint16Array(e);c.HEAP32=va=new Int32Array(e);
|
|
22
|
+
c.HEAPU32=wa=new Uint32Array(e);c.HEAPF32=xa=new Float32Array(e);c.HEAPF64=ya=new Float64Array(e);Ya=d.iU;Aa.unshift(d.h);Ea--;c.monitorRunDependencies?.(Ea);0==Ea&&(null!==Fa&&(clearInterval(Fa),Fa=null),Ga&&(e=Ga,Ga=null,e()));return d}var b={a:ab};Ea++;c.monitorRunDependencies?.(Ea);if(c.instantiateWasm)try{return c.instantiateWasm(b,a)}catch(e){oa(`Module.instantiateWasm callback failed with error: ${e}`),ba(e)}Na(b,function(e){a(e.instance)}).catch(ba);return{}}();
|
|
23
|
+
c._webidl_free=a=>(c._webidl_free=d.i)(a);c._free=a=>(c._free=d.j)(a);c._webidl_malloc=a=>(c._webidl_malloc=d.k)(a);c._malloc=a=>(c._malloc=d.l)(a);
|
|
24
|
+
var bb=c._emscripten_bind_btCollisionShape_setLocalScaling_1=(a,b)=>(bb=c._emscripten_bind_btCollisionShape_setLocalScaling_1=d.m)(a,b),cb=c._emscripten_bind_btCollisionShape_getLocalScaling_0=a=>(cb=c._emscripten_bind_btCollisionShape_getLocalScaling_0=d.n)(a),db=c._emscripten_bind_btCollisionShape_calculateLocalInertia_2=(a,b,e)=>(db=c._emscripten_bind_btCollisionShape_calculateLocalInertia_2=d.o)(a,b,e),eb=c._emscripten_bind_btCollisionShape_setMargin_1=(a,b)=>(eb=c._emscripten_bind_btCollisionShape_setMargin_1=
|
|
25
|
+
d.p)(a,b),fb=c._emscripten_bind_btCollisionShape_getMargin_0=a=>(fb=c._emscripten_bind_btCollisionShape_getMargin_0=d.q)(a),gb=c._emscripten_bind_btCollisionShape___destroy___0=a=>(gb=c._emscripten_bind_btCollisionShape___destroy___0=d.r)(a),hb=c._emscripten_bind_btCollisionWorld_getDispatcher_0=a=>(hb=c._emscripten_bind_btCollisionWorld_getDispatcher_0=d.s)(a),ib=c._emscripten_bind_btCollisionWorld_rayTest_3=(a,b,e,f)=>(ib=c._emscripten_bind_btCollisionWorld_rayTest_3=d.t)(a,b,e,f),jb=c._emscripten_bind_btCollisionWorld_getPairCache_0=
|
|
26
|
+
a=>(jb=c._emscripten_bind_btCollisionWorld_getPairCache_0=d.u)(a),kb=c._emscripten_bind_btCollisionWorld_getDispatchInfo_0=a=>(kb=c._emscripten_bind_btCollisionWorld_getDispatchInfo_0=d.v)(a),lb=c._emscripten_bind_btCollisionWorld_addCollisionObject_1=(a,b)=>(lb=c._emscripten_bind_btCollisionWorld_addCollisionObject_1=d.w)(a,b),mb=c._emscripten_bind_btCollisionWorld_addCollisionObject_2=(a,b,e)=>(mb=c._emscripten_bind_btCollisionWorld_addCollisionObject_2=d.x)(a,b,e),nb=c._emscripten_bind_btCollisionWorld_addCollisionObject_3=
|
|
27
|
+
(a,b,e,f)=>(nb=c._emscripten_bind_btCollisionWorld_addCollisionObject_3=d.y)(a,b,e,f),ob=c._emscripten_bind_btCollisionWorld_removeCollisionObject_1=(a,b)=>(ob=c._emscripten_bind_btCollisionWorld_removeCollisionObject_1=d.z)(a,b),pb=c._emscripten_bind_btCollisionWorld_getBroadphase_0=a=>(pb=c._emscripten_bind_btCollisionWorld_getBroadphase_0=d.A)(a),qb=c._emscripten_bind_btCollisionWorld_convexSweepTest_5=(a,b,e,f,h,k)=>(qb=c._emscripten_bind_btCollisionWorld_convexSweepTest_5=d.B)(a,b,e,f,h,k),rb=
|
|
28
|
+
c._emscripten_bind_btCollisionWorld_contactPairTest_3=(a,b,e,f)=>(rb=c._emscripten_bind_btCollisionWorld_contactPairTest_3=d.C)(a,b,e,f),sb=c._emscripten_bind_btCollisionWorld_contactTest_2=(a,b,e)=>(sb=c._emscripten_bind_btCollisionWorld_contactTest_2=d.D)(a,b,e),tb=c._emscripten_bind_btCollisionWorld_updateSingleAabb_1=(a,b)=>(tb=c._emscripten_bind_btCollisionWorld_updateSingleAabb_1=d.E)(a,b),ub=c._emscripten_bind_btCollisionWorld_setDebugDrawer_1=(a,b)=>(ub=c._emscripten_bind_btCollisionWorld_setDebugDrawer_1=
|
|
29
|
+
d.F)(a,b),vb=c._emscripten_bind_btCollisionWorld_getDebugDrawer_0=a=>(vb=c._emscripten_bind_btCollisionWorld_getDebugDrawer_0=d.G)(a),wb=c._emscripten_bind_btCollisionWorld_debugDrawWorld_0=a=>(wb=c._emscripten_bind_btCollisionWorld_debugDrawWorld_0=d.H)(a),xb=c._emscripten_bind_btCollisionWorld_debugDrawObject_3=(a,b,e,f)=>(xb=c._emscripten_bind_btCollisionWorld_debugDrawObject_3=d.I)(a,b,e,f),yb=c._emscripten_bind_btCollisionWorld___destroy___0=a=>(yb=c._emscripten_bind_btCollisionWorld___destroy___0=
|
|
30
|
+
d.J)(a),zb=c._emscripten_bind_btCollisionObject_getAnisotropicFriction_0=a=>(zb=c._emscripten_bind_btCollisionObject_getAnisotropicFriction_0=d.K)(a),Ab=c._emscripten_bind_btCollisionObject_setAnisotropicFriction_2=(a,b,e)=>(Ab=c._emscripten_bind_btCollisionObject_setAnisotropicFriction_2=d.L)(a,b,e),Bb=c._emscripten_bind_btCollisionObject_hasAnisotropicFriction_0=a=>(Bb=c._emscripten_bind_btCollisionObject_hasAnisotropicFriction_0=d.M)(a),Cb=c._emscripten_bind_btCollisionObject_hasAnisotropicFriction_1=
|
|
31
|
+
(a,b)=>(Cb=c._emscripten_bind_btCollisionObject_hasAnisotropicFriction_1=d.N)(a,b),Db=c._emscripten_bind_btCollisionObject_getCollisionShape_0=a=>(Db=c._emscripten_bind_btCollisionObject_getCollisionShape_0=d.O)(a),Eb=c._emscripten_bind_btCollisionObject_getContactProcessingThreshold_0=a=>(Eb=c._emscripten_bind_btCollisionObject_getContactProcessingThreshold_0=d.P)(a),Fb=c._emscripten_bind_btCollisionObject_setContactProcessingThreshold_1=(a,b)=>(Fb=c._emscripten_bind_btCollisionObject_setContactProcessingThreshold_1=
|
|
32
|
+
d.Q)(a,b),Gb=c._emscripten_bind_btCollisionObject_getActivationState_0=a=>(Gb=c._emscripten_bind_btCollisionObject_getActivationState_0=d.R)(a),Hb=c._emscripten_bind_btCollisionObject_setActivationState_1=(a,b)=>(Hb=c._emscripten_bind_btCollisionObject_setActivationState_1=d.S)(a,b),Ib=c._emscripten_bind_btCollisionObject_forceActivationState_1=(a,b)=>(Ib=c._emscripten_bind_btCollisionObject_forceActivationState_1=d.T)(a,b),Jb=c._emscripten_bind_btCollisionObject_activate_0=a=>(Jb=c._emscripten_bind_btCollisionObject_activate_0=
|
|
33
|
+
d.U)(a),Kb=c._emscripten_bind_btCollisionObject_activate_1=(a,b)=>(Kb=c._emscripten_bind_btCollisionObject_activate_1=d.V)(a,b),Lb=c._emscripten_bind_btCollisionObject_setDeactivationTime_1=(a,b)=>(Lb=c._emscripten_bind_btCollisionObject_setDeactivationTime_1=d.W)(a,b),Mb=c._emscripten_bind_btCollisionObject_getDeactivationTime_0=a=>(Mb=c._emscripten_bind_btCollisionObject_getDeactivationTime_0=d.X)(a),Nb=c._emscripten_bind_btCollisionObject_isActive_0=a=>(Nb=c._emscripten_bind_btCollisionObject_isActive_0=
|
|
34
|
+
d.Y)(a),Ob=c._emscripten_bind_btCollisionObject_isKinematicObject_0=a=>(Ob=c._emscripten_bind_btCollisionObject_isKinematicObject_0=d.Z)(a),Pb=c._emscripten_bind_btCollisionObject_isStaticObject_0=a=>(Pb=c._emscripten_bind_btCollisionObject_isStaticObject_0=d._)(a),Qb=c._emscripten_bind_btCollisionObject_isStaticOrKinematicObject_0=a=>(Qb=c._emscripten_bind_btCollisionObject_isStaticOrKinematicObject_0=d.$)(a),Rb=c._emscripten_bind_btCollisionObject_getRestitution_0=a=>(Rb=c._emscripten_bind_btCollisionObject_getRestitution_0=
|
|
35
|
+
d.aa)(a),Sb=c._emscripten_bind_btCollisionObject_getFriction_0=a=>(Sb=c._emscripten_bind_btCollisionObject_getFriction_0=d.ba)(a),Tb=c._emscripten_bind_btCollisionObject_getRollingFriction_0=a=>(Tb=c._emscripten_bind_btCollisionObject_getRollingFriction_0=d.ca)(a),Ub=c._emscripten_bind_btCollisionObject_getSpinningFriction_0=a=>(Ub=c._emscripten_bind_btCollisionObject_getSpinningFriction_0=d.da)(a),Vb=c._emscripten_bind_btCollisionObject_getContactStiffness_0=a=>(Vb=c._emscripten_bind_btCollisionObject_getContactStiffness_0=
|
|
36
|
+
d.ea)(a),Wb=c._emscripten_bind_btCollisionObject_getContactDamping_0=a=>(Wb=c._emscripten_bind_btCollisionObject_getContactDamping_0=d.fa)(a),Xb=c._emscripten_bind_btCollisionObject_setRestitution_1=(a,b)=>(Xb=c._emscripten_bind_btCollisionObject_setRestitution_1=d.ga)(a,b),Yb=c._emscripten_bind_btCollisionObject_setFriction_1=(a,b)=>(Yb=c._emscripten_bind_btCollisionObject_setFriction_1=d.ha)(a,b),Zb=c._emscripten_bind_btCollisionObject_setRollingFriction_1=(a,b)=>(Zb=c._emscripten_bind_btCollisionObject_setRollingFriction_1=
|
|
37
|
+
d.ia)(a,b),$b=c._emscripten_bind_btCollisionObject_setSpinningFriction_1=(a,b)=>($b=c._emscripten_bind_btCollisionObject_setSpinningFriction_1=d.ja)(a,b),ac=c._emscripten_bind_btCollisionObject_setContactStiffnessAndDamping_2=(a,b,e)=>(ac=c._emscripten_bind_btCollisionObject_setContactStiffnessAndDamping_2=d.ka)(a,b,e),bc=c._emscripten_bind_btCollisionObject_getWorldTransform_0=a=>(bc=c._emscripten_bind_btCollisionObject_getWorldTransform_0=d.la)(a),cc=c._emscripten_bind_btCollisionObject_getCollisionFlags_0=
|
|
38
|
+
a=>(cc=c._emscripten_bind_btCollisionObject_getCollisionFlags_0=d.ma)(a),dc=c._emscripten_bind_btCollisionObject_setCollisionFlags_1=(a,b)=>(dc=c._emscripten_bind_btCollisionObject_setCollisionFlags_1=d.na)(a,b),ec=c._emscripten_bind_btCollisionObject_setWorldTransform_1=(a,b)=>(ec=c._emscripten_bind_btCollisionObject_setWorldTransform_1=d.oa)(a,b),fc=c._emscripten_bind_btCollisionObject_setCollisionShape_1=(a,b)=>(fc=c._emscripten_bind_btCollisionObject_setCollisionShape_1=d.pa)(a,b),gc=c._emscripten_bind_btCollisionObject_setCcdMotionThreshold_1=
|
|
39
|
+
(a,b)=>(gc=c._emscripten_bind_btCollisionObject_setCcdMotionThreshold_1=d.qa)(a,b),hc=c._emscripten_bind_btCollisionObject_setCcdSweptSphereRadius_1=(a,b)=>(hc=c._emscripten_bind_btCollisionObject_setCcdSweptSphereRadius_1=d.ra)(a,b),ic=c._emscripten_bind_btCollisionObject_getUserIndex_0=a=>(ic=c._emscripten_bind_btCollisionObject_getUserIndex_0=d.sa)(a),jc=c._emscripten_bind_btCollisionObject_getUserIndex2_0=a=>(jc=c._emscripten_bind_btCollisionObject_getUserIndex2_0=d.ta)(a),kc=c._emscripten_bind_btCollisionObject_getUserIndex3_0=
|
|
40
|
+
a=>(kc=c._emscripten_bind_btCollisionObject_getUserIndex3_0=d.ua)(a),lc=c._emscripten_bind_btCollisionObject_setUserIndex_1=(a,b)=>(lc=c._emscripten_bind_btCollisionObject_setUserIndex_1=d.va)(a,b),mc=c._emscripten_bind_btCollisionObject_setUserIndex2_1=(a,b)=>(mc=c._emscripten_bind_btCollisionObject_setUserIndex2_1=d.wa)(a,b),nc=c._emscripten_bind_btCollisionObject_setUserIndex3_1=(a,b)=>(nc=c._emscripten_bind_btCollisionObject_setUserIndex3_1=d.xa)(a,b),oc=c._emscripten_bind_btCollisionObject_getUserPointer_0=
|
|
41
|
+
a=>(oc=c._emscripten_bind_btCollisionObject_getUserPointer_0=d.ya)(a),pc=c._emscripten_bind_btCollisionObject_setUserPointer_1=(a,b)=>(pc=c._emscripten_bind_btCollisionObject_setUserPointer_1=d.za)(a,b),qc=c._emscripten_bind_btCollisionObject_getBroadphaseHandle_0=a=>(qc=c._emscripten_bind_btCollisionObject_getBroadphaseHandle_0=d.Aa)(a),rc=c._emscripten_bind_btCollisionObject___destroy___0=a=>(rc=c._emscripten_bind_btCollisionObject___destroy___0=d.Ba)(a),sc=c._emscripten_bind_btConcaveShape_setLocalScaling_1=
|
|
42
|
+
(a,b)=>(sc=c._emscripten_bind_btConcaveShape_setLocalScaling_1=d.Ca)(a,b),tc=c._emscripten_bind_btConcaveShape_getLocalScaling_0=a=>(tc=c._emscripten_bind_btConcaveShape_getLocalScaling_0=d.Da)(a),uc=c._emscripten_bind_btConcaveShape_calculateLocalInertia_2=(a,b,e)=>(uc=c._emscripten_bind_btConcaveShape_calculateLocalInertia_2=d.Ea)(a,b,e),vc=c._emscripten_bind_btConcaveShape___destroy___0=a=>(vc=c._emscripten_bind_btConcaveShape___destroy___0=d.Fa)(a),wc=c._emscripten_bind_btCollisionAlgorithm___destroy___0=
|
|
43
|
+
a=>(wc=c._emscripten_bind_btCollisionAlgorithm___destroy___0=d.Ga)(a),xc=c._emscripten_bind_btTypedConstraint_getOverrideNumSolverIterations_0=a=>(xc=c._emscripten_bind_btTypedConstraint_getOverrideNumSolverIterations_0=d.Ha)(a),yc=c._emscripten_bind_btTypedConstraint_setOverrideNumSolverIterations_1=(a,b)=>(yc=c._emscripten_bind_btTypedConstraint_setOverrideNumSolverIterations_1=d.Ia)(a,b),zc=c._emscripten_bind_btTypedConstraint_enableFeedback_1=(a,b)=>(zc=c._emscripten_bind_btTypedConstraint_enableFeedback_1=
|
|
44
|
+
d.Ja)(a,b),Ac=c._emscripten_bind_btTypedConstraint_needsFeedback_0=a=>(Ac=c._emscripten_bind_btTypedConstraint_needsFeedback_0=d.Ka)(a),Bc=c._emscripten_bind_btTypedConstraint_setJointFeedback_1=(a,b)=>(Bc=c._emscripten_bind_btTypedConstraint_setJointFeedback_1=d.La)(a,b),Cc=c._emscripten_bind_btTypedConstraint_getJointFeedback_0=a=>(Cc=c._emscripten_bind_btTypedConstraint_getJointFeedback_0=d.Ma)(a),Dc=c._emscripten_bind_btTypedConstraint_getAppliedImpulse_0=a=>(Dc=c._emscripten_bind_btTypedConstraint_getAppliedImpulse_0=
|
|
45
|
+
d.Na)(a),Ec=c._emscripten_bind_btTypedConstraint_getConstraintType_0=a=>(Ec=c._emscripten_bind_btTypedConstraint_getConstraintType_0=d.Oa)(a),Fc=c._emscripten_bind_btTypedConstraint_getBreakingImpulseThreshold_0=a=>(Fc=c._emscripten_bind_btTypedConstraint_getBreakingImpulseThreshold_0=d.Pa)(a),Gc=c._emscripten_bind_btTypedConstraint_setBreakingImpulseThreshold_1=(a,b)=>(Gc=c._emscripten_bind_btTypedConstraint_setBreakingImpulseThreshold_1=d.Qa)(a,b),Hc=c._emscripten_bind_btTypedConstraint_getParam_2=
|
|
46
|
+
(a,b,e)=>(Hc=c._emscripten_bind_btTypedConstraint_getParam_2=d.Ra)(a,b,e),Ic=c._emscripten_bind_btTypedConstraint_setParam_3=(a,b,e,f)=>(Ic=c._emscripten_bind_btTypedConstraint_setParam_3=d.Sa)(a,b,e,f),Jc=c._emscripten_bind_btTypedConstraint_isEnabled_0=a=>(Jc=c._emscripten_bind_btTypedConstraint_isEnabled_0=d.Ta)(a),Lc=c._emscripten_bind_btTypedConstraint_setEnabled_1=(a,b)=>(Lc=c._emscripten_bind_btTypedConstraint_setEnabled_1=d.Ua)(a,b),Mc=c._emscripten_bind_btTypedConstraint_getRigidBodyA_0=
|
|
47
|
+
a=>(Mc=c._emscripten_bind_btTypedConstraint_getRigidBodyA_0=d.Va)(a),Nc=c._emscripten_bind_btTypedConstraint_getRigidBodyB_0=a=>(Nc=c._emscripten_bind_btTypedConstraint_getRigidBodyB_0=d.Wa)(a),Oc=c._emscripten_bind_btTypedConstraint_getUserConstraintType_0=a=>(Oc=c._emscripten_bind_btTypedConstraint_getUserConstraintType_0=d.Xa)(a),Pc=c._emscripten_bind_btTypedConstraint_setUserConstraintType_1=(a,b)=>(Pc=c._emscripten_bind_btTypedConstraint_setUserConstraintType_1=d.Ya)(a,b),Qc=c._emscripten_bind_btTypedConstraint_getFixedBody_0=
|
|
48
|
+
a=>(Qc=c._emscripten_bind_btTypedConstraint_getFixedBody_0=d.Za)(a),Rc=c._emscripten_bind_btTypedConstraint___destroy___0=a=>(Rc=c._emscripten_bind_btTypedConstraint___destroy___0=d._a)(a),Sc=c._emscripten_bind_btSequentialImpulseConstraintSolver_btSequentialImpulseConstraintSolver_0=()=>(Sc=c._emscripten_bind_btSequentialImpulseConstraintSolver_btSequentialImpulseConstraintSolver_0=d.$a)(),Tc=c._emscripten_bind_btSequentialImpulseConstraintSolver___destroy___0=a=>(Tc=c._emscripten_bind_btSequentialImpulseConstraintSolver___destroy___0=
|
|
49
|
+
d.ab)(a),Uc=c._emscripten_bind_btDynamicsWorld_addAction_1=(a,b)=>(Uc=c._emscripten_bind_btDynamicsWorld_addAction_1=d.bb)(a,b),Vc=c._emscripten_bind_btDynamicsWorld_removeAction_1=(a,b)=>(Vc=c._emscripten_bind_btDynamicsWorld_removeAction_1=d.cb)(a,b),Wc=c._emscripten_bind_btDynamicsWorld_getSolverInfo_0=a=>(Wc=c._emscripten_bind_btDynamicsWorld_getSolverInfo_0=d.db)(a),Xc=c._emscripten_bind_btDynamicsWorld_getDispatcher_0=a=>(Xc=c._emscripten_bind_btDynamicsWorld_getDispatcher_0=d.eb)(a),Yc=c._emscripten_bind_btDynamicsWorld_rayTest_3=
|
|
50
|
+
(a,b,e,f)=>(Yc=c._emscripten_bind_btDynamicsWorld_rayTest_3=d.fb)(a,b,e,f),Zc=c._emscripten_bind_btDynamicsWorld_getPairCache_0=a=>(Zc=c._emscripten_bind_btDynamicsWorld_getPairCache_0=d.gb)(a),$c=c._emscripten_bind_btDynamicsWorld_getDispatchInfo_0=a=>($c=c._emscripten_bind_btDynamicsWorld_getDispatchInfo_0=d.hb)(a),ad=c._emscripten_bind_btDynamicsWorld_addCollisionObject_1=(a,b)=>(ad=c._emscripten_bind_btDynamicsWorld_addCollisionObject_1=d.ib)(a,b),bd=c._emscripten_bind_btDynamicsWorld_addCollisionObject_2=
|
|
51
|
+
(a,b,e)=>(bd=c._emscripten_bind_btDynamicsWorld_addCollisionObject_2=d.jb)(a,b,e),cd=c._emscripten_bind_btDynamicsWorld_addCollisionObject_3=(a,b,e,f)=>(cd=c._emscripten_bind_btDynamicsWorld_addCollisionObject_3=d.kb)(a,b,e,f),dd=c._emscripten_bind_btDynamicsWorld_removeCollisionObject_1=(a,b)=>(dd=c._emscripten_bind_btDynamicsWorld_removeCollisionObject_1=d.lb)(a,b),ed=c._emscripten_bind_btDynamicsWorld_getBroadphase_0=a=>(ed=c._emscripten_bind_btDynamicsWorld_getBroadphase_0=d.mb)(a),fd=c._emscripten_bind_btDynamicsWorld_convexSweepTest_5=
|
|
52
|
+
(a,b,e,f,h,k)=>(fd=c._emscripten_bind_btDynamicsWorld_convexSweepTest_5=d.nb)(a,b,e,f,h,k),gd=c._emscripten_bind_btDynamicsWorld_contactPairTest_3=(a,b,e,f)=>(gd=c._emscripten_bind_btDynamicsWorld_contactPairTest_3=d.ob)(a,b,e,f),hd=c._emscripten_bind_btDynamicsWorld_contactTest_2=(a,b,e)=>(hd=c._emscripten_bind_btDynamicsWorld_contactTest_2=d.pb)(a,b,e),jd=c._emscripten_bind_btDynamicsWorld_updateSingleAabb_1=(a,b)=>(jd=c._emscripten_bind_btDynamicsWorld_updateSingleAabb_1=d.qb)(a,b),kd=c._emscripten_bind_btDynamicsWorld_setDebugDrawer_1=
|
|
53
|
+
(a,b)=>(kd=c._emscripten_bind_btDynamicsWorld_setDebugDrawer_1=d.rb)(a,b),ld=c._emscripten_bind_btDynamicsWorld_getDebugDrawer_0=a=>(ld=c._emscripten_bind_btDynamicsWorld_getDebugDrawer_0=d.sb)(a),md=c._emscripten_bind_btDynamicsWorld_debugDrawWorld_0=a=>(md=c._emscripten_bind_btDynamicsWorld_debugDrawWorld_0=d.tb)(a),nd=c._emscripten_bind_btDynamicsWorld_debugDrawObject_3=(a,b,e,f)=>(nd=c._emscripten_bind_btDynamicsWorld_debugDrawObject_3=d.ub)(a,b,e,f),od=c._emscripten_bind_btDynamicsWorld___destroy___0=
|
|
54
|
+
a=>(od=c._emscripten_bind_btDynamicsWorld___destroy___0=d.vb)(a),pd=c._emscripten_bind_btIDebugDraw_drawLine_3=(a,b,e,f)=>(pd=c._emscripten_bind_btIDebugDraw_drawLine_3=d.wb)(a,b,e,f),qd=c._emscripten_bind_btIDebugDraw_drawContactPoint_5=(a,b,e,f,h,k)=>(qd=c._emscripten_bind_btIDebugDraw_drawContactPoint_5=d.xb)(a,b,e,f,h,k),rd=c._emscripten_bind_btIDebugDraw_reportErrorWarning_1=(a,b)=>(rd=c._emscripten_bind_btIDebugDraw_reportErrorWarning_1=d.yb)(a,b),sd=c._emscripten_bind_btIDebugDraw_draw3dText_2=
|
|
55
|
+
(a,b,e)=>(sd=c._emscripten_bind_btIDebugDraw_draw3dText_2=d.zb)(a,b,e),td=c._emscripten_bind_btIDebugDraw_setDebugMode_1=(a,b)=>(td=c._emscripten_bind_btIDebugDraw_setDebugMode_1=d.Ab)(a,b),ud=c._emscripten_bind_btIDebugDraw_getDebugMode_0=a=>(ud=c._emscripten_bind_btIDebugDraw_getDebugMode_0=d.Bb)(a),vd=c._emscripten_bind_btIDebugDraw___destroy___0=a=>(vd=c._emscripten_bind_btIDebugDraw___destroy___0=d.Cb)(a),wd=c._emscripten_bind_btQuadWord_x_0=a=>(wd=c._emscripten_bind_btQuadWord_x_0=d.Db)(a),
|
|
56
|
+
xd=c._emscripten_bind_btQuadWord_y_0=a=>(xd=c._emscripten_bind_btQuadWord_y_0=d.Eb)(a),yd=c._emscripten_bind_btQuadWord_z_0=a=>(yd=c._emscripten_bind_btQuadWord_z_0=d.Fb)(a),zd=c._emscripten_bind_btQuadWord_w_0=a=>(zd=c._emscripten_bind_btQuadWord_w_0=d.Gb)(a),Ad=c._emscripten_bind_btQuadWord_setX_1=(a,b)=>(Ad=c._emscripten_bind_btQuadWord_setX_1=d.Hb)(a,b),Bd=c._emscripten_bind_btQuadWord_setY_1=(a,b)=>(Bd=c._emscripten_bind_btQuadWord_setY_1=d.Ib)(a,b),Cd=c._emscripten_bind_btQuadWord_setZ_1=(a,
|
|
57
|
+
b)=>(Cd=c._emscripten_bind_btQuadWord_setZ_1=d.Jb)(a,b),Dd=c._emscripten_bind_btQuadWord_setW_1=(a,b)=>(Dd=c._emscripten_bind_btQuadWord_setW_1=d.Kb)(a,b),Ed=c._emscripten_bind_btQuadWord___destroy___0=a=>(Ed=c._emscripten_bind_btQuadWord___destroy___0=d.Lb)(a),Fd=c._emscripten_bind_btMotionState_getWorldTransform_1=(a,b)=>(Fd=c._emscripten_bind_btMotionState_getWorldTransform_1=d.Mb)(a,b),Gd=c._emscripten_bind_btMotionState_setWorldTransform_1=(a,b)=>(Gd=c._emscripten_bind_btMotionState_setWorldTransform_1=
|
|
58
|
+
d.Nb)(a,b),Hd=c._emscripten_bind_btMotionState___destroy___0=a=>(Hd=c._emscripten_bind_btMotionState___destroy___0=d.Ob)(a),Id=c._emscripten_bind_RayResultCallback_hasHit_0=a=>(Id=c._emscripten_bind_RayResultCallback_hasHit_0=d.Pb)(a),Jd=c._emscripten_bind_RayResultCallback_get_m_collisionFilterGroup_0=a=>(Jd=c._emscripten_bind_RayResultCallback_get_m_collisionFilterGroup_0=d.Qb)(a),Kd=c._emscripten_bind_RayResultCallback_set_m_collisionFilterGroup_1=(a,b)=>(Kd=c._emscripten_bind_RayResultCallback_set_m_collisionFilterGroup_1=
|
|
59
|
+
d.Rb)(a,b),Ld=c._emscripten_bind_RayResultCallback_get_m_collisionFilterMask_0=a=>(Ld=c._emscripten_bind_RayResultCallback_get_m_collisionFilterMask_0=d.Sb)(a),Md=c._emscripten_bind_RayResultCallback_set_m_collisionFilterMask_1=(a,b)=>(Md=c._emscripten_bind_RayResultCallback_set_m_collisionFilterMask_1=d.Tb)(a,b),Nd=c._emscripten_bind_RayResultCallback_get_m_closestHitFraction_0=a=>(Nd=c._emscripten_bind_RayResultCallback_get_m_closestHitFraction_0=d.Ub)(a),Od=c._emscripten_bind_RayResultCallback_set_m_closestHitFraction_1=
|
|
60
|
+
(a,b)=>(Od=c._emscripten_bind_RayResultCallback_set_m_closestHitFraction_1=d.Vb)(a,b),Pd=c._emscripten_bind_RayResultCallback_get_m_collisionObject_0=a=>(Pd=c._emscripten_bind_RayResultCallback_get_m_collisionObject_0=d.Wb)(a),Qd=c._emscripten_bind_RayResultCallback_set_m_collisionObject_1=(a,b)=>(Qd=c._emscripten_bind_RayResultCallback_set_m_collisionObject_1=d.Xb)(a,b),Rd=c._emscripten_bind_RayResultCallback_get_m_flags_0=a=>(Rd=c._emscripten_bind_RayResultCallback_get_m_flags_0=d.Yb)(a),Sd=c._emscripten_bind_RayResultCallback_set_m_flags_1=
|
|
61
|
+
(a,b)=>(Sd=c._emscripten_bind_RayResultCallback_set_m_flags_1=d.Zb)(a,b),Td=c._emscripten_bind_RayResultCallback___destroy___0=a=>(Td=c._emscripten_bind_RayResultCallback___destroy___0=d._b)(a),Ud=c._emscripten_bind_ContactResultCallback_addSingleResult_7=(a,b,e,f,h,k,r,v)=>(Ud=c._emscripten_bind_ContactResultCallback_addSingleResult_7=d.$b)(a,b,e,f,h,k,r,v),Vd=c._emscripten_bind_ContactResultCallback___destroy___0=a=>(Vd=c._emscripten_bind_ContactResultCallback___destroy___0=d.ac)(a),Wd=c._emscripten_bind_ConvexResultCallback_hasHit_0=
|
|
62
|
+
a=>(Wd=c._emscripten_bind_ConvexResultCallback_hasHit_0=d.bc)(a),Xd=c._emscripten_bind_ConvexResultCallback_get_m_collisionFilterGroup_0=a=>(Xd=c._emscripten_bind_ConvexResultCallback_get_m_collisionFilterGroup_0=d.cc)(a),Yd=c._emscripten_bind_ConvexResultCallback_set_m_collisionFilterGroup_1=(a,b)=>(Yd=c._emscripten_bind_ConvexResultCallback_set_m_collisionFilterGroup_1=d.dc)(a,b),Zd=c._emscripten_bind_ConvexResultCallback_get_m_collisionFilterMask_0=a=>(Zd=c._emscripten_bind_ConvexResultCallback_get_m_collisionFilterMask_0=
|
|
63
|
+
d.ec)(a),$d=c._emscripten_bind_ConvexResultCallback_set_m_collisionFilterMask_1=(a,b)=>($d=c._emscripten_bind_ConvexResultCallback_set_m_collisionFilterMask_1=d.fc)(a,b),ae=c._emscripten_bind_ConvexResultCallback_get_m_closestHitFraction_0=a=>(ae=c._emscripten_bind_ConvexResultCallback_get_m_closestHitFraction_0=d.gc)(a),be=c._emscripten_bind_ConvexResultCallback_set_m_closestHitFraction_1=(a,b)=>(be=c._emscripten_bind_ConvexResultCallback_set_m_closestHitFraction_1=d.hc)(a,b),ce=c._emscripten_bind_ConvexResultCallback___destroy___0=
|
|
64
|
+
a=>(ce=c._emscripten_bind_ConvexResultCallback___destroy___0=d.ic)(a),de=c._emscripten_bind_btConvexShape_setLocalScaling_1=(a,b)=>(de=c._emscripten_bind_btConvexShape_setLocalScaling_1=d.jc)(a,b),ee=c._emscripten_bind_btConvexShape_getLocalScaling_0=a=>(ee=c._emscripten_bind_btConvexShape_getLocalScaling_0=d.kc)(a),fe=c._emscripten_bind_btConvexShape_calculateLocalInertia_2=(a,b,e)=>(fe=c._emscripten_bind_btConvexShape_calculateLocalInertia_2=d.lc)(a,b,e),ge=c._emscripten_bind_btConvexShape_setMargin_1=
|
|
65
|
+
(a,b)=>(ge=c._emscripten_bind_btConvexShape_setMargin_1=d.mc)(a,b),he=c._emscripten_bind_btConvexShape_getMargin_0=a=>(he=c._emscripten_bind_btConvexShape_getMargin_0=d.nc)(a),ie=c._emscripten_bind_btConvexShape___destroy___0=a=>(ie=c._emscripten_bind_btConvexShape___destroy___0=d.oc)(a),je=c._emscripten_bind_btCapsuleShape_btCapsuleShape_2=(a,b)=>(je=c._emscripten_bind_btCapsuleShape_btCapsuleShape_2=d.pc)(a,b),ke=c._emscripten_bind_btCapsuleShape_setMargin_1=(a,b)=>(ke=c._emscripten_bind_btCapsuleShape_setMargin_1=
|
|
66
|
+
d.qc)(a,b),le=c._emscripten_bind_btCapsuleShape_getMargin_0=a=>(le=c._emscripten_bind_btCapsuleShape_getMargin_0=d.rc)(a),me=c._emscripten_bind_btCapsuleShape_getUpAxis_0=a=>(me=c._emscripten_bind_btCapsuleShape_getUpAxis_0=d.sc)(a),ne=c._emscripten_bind_btCapsuleShape_getRadius_0=a=>(ne=c._emscripten_bind_btCapsuleShape_getRadius_0=d.tc)(a),oe=c._emscripten_bind_btCapsuleShape_getHalfHeight_0=a=>(oe=c._emscripten_bind_btCapsuleShape_getHalfHeight_0=d.uc)(a),pe=c._emscripten_bind_btCapsuleShape_setLocalScaling_1=
|
|
67
|
+
(a,b)=>(pe=c._emscripten_bind_btCapsuleShape_setLocalScaling_1=d.vc)(a,b),qe=c._emscripten_bind_btCapsuleShape_getLocalScaling_0=a=>(qe=c._emscripten_bind_btCapsuleShape_getLocalScaling_0=d.wc)(a),re=c._emscripten_bind_btCapsuleShape_calculateLocalInertia_2=(a,b,e)=>(re=c._emscripten_bind_btCapsuleShape_calculateLocalInertia_2=d.xc)(a,b,e),se=c._emscripten_bind_btCapsuleShape___destroy___0=a=>(se=c._emscripten_bind_btCapsuleShape___destroy___0=d.yc)(a),te=c._emscripten_bind_btCylinderShape_btCylinderShape_1=
|
|
68
|
+
a=>(te=c._emscripten_bind_btCylinderShape_btCylinderShape_1=d.zc)(a),ue=c._emscripten_bind_btCylinderShape_setMargin_1=(a,b)=>(ue=c._emscripten_bind_btCylinderShape_setMargin_1=d.Ac)(a,b),ve=c._emscripten_bind_btCylinderShape_getMargin_0=a=>(ve=c._emscripten_bind_btCylinderShape_getMargin_0=d.Bc)(a),we=c._emscripten_bind_btCylinderShape_setLocalScaling_1=(a,b)=>(we=c._emscripten_bind_btCylinderShape_setLocalScaling_1=d.Cc)(a,b),xe=c._emscripten_bind_btCylinderShape_getLocalScaling_0=a=>(xe=c._emscripten_bind_btCylinderShape_getLocalScaling_0=
|
|
69
|
+
d.Dc)(a),ye=c._emscripten_bind_btCylinderShape_calculateLocalInertia_2=(a,b,e)=>(ye=c._emscripten_bind_btCylinderShape_calculateLocalInertia_2=d.Ec)(a,b,e),ze=c._emscripten_bind_btCylinderShape___destroy___0=a=>(ze=c._emscripten_bind_btCylinderShape___destroy___0=d.Fc)(a),Ae=c._emscripten_bind_btConeShape_btConeShape_2=(a,b)=>(Ae=c._emscripten_bind_btConeShape_btConeShape_2=d.Gc)(a,b),Be=c._emscripten_bind_btConeShape_setLocalScaling_1=(a,b)=>(Be=c._emscripten_bind_btConeShape_setLocalScaling_1=d.Hc)(a,
|
|
70
|
+
b),Ce=c._emscripten_bind_btConeShape_getLocalScaling_0=a=>(Ce=c._emscripten_bind_btConeShape_getLocalScaling_0=d.Ic)(a),De=c._emscripten_bind_btConeShape_calculateLocalInertia_2=(a,b,e)=>(De=c._emscripten_bind_btConeShape_calculateLocalInertia_2=d.Jc)(a,b,e),Ee=c._emscripten_bind_btConeShape___destroy___0=a=>(Ee=c._emscripten_bind_btConeShape___destroy___0=d.Kc)(a),Fe=c._emscripten_bind_btStridingMeshInterface_setScaling_1=(a,b)=>(Fe=c._emscripten_bind_btStridingMeshInterface_setScaling_1=d.Lc)(a,
|
|
71
|
+
b),Ge=c._emscripten_bind_btStridingMeshInterface___destroy___0=a=>(Ge=c._emscripten_bind_btStridingMeshInterface___destroy___0=d.Mc)(a),He=c._emscripten_bind_btTriangleCallback_processTriangle_3=(a,b,e,f)=>(He=c._emscripten_bind_btTriangleCallback_processTriangle_3=d.Nc)(a,b,e,f),Ie=c._emscripten_bind_btTriangleCallback___destroy___0=a=>(Ie=c._emscripten_bind_btTriangleCallback___destroy___0=d.Oc)(a),Je=c._emscripten_bind_btTriangleMeshShape_setLocalScaling_1=(a,b)=>(Je=c._emscripten_bind_btTriangleMeshShape_setLocalScaling_1=
|
|
72
|
+
d.Pc)(a,b),Ke=c._emscripten_bind_btTriangleMeshShape_getLocalScaling_0=a=>(Ke=c._emscripten_bind_btTriangleMeshShape_getLocalScaling_0=d.Qc)(a),Le=c._emscripten_bind_btTriangleMeshShape_calculateLocalInertia_2=(a,b,e)=>(Le=c._emscripten_bind_btTriangleMeshShape_calculateLocalInertia_2=d.Rc)(a,b,e),Me=c._emscripten_bind_btTriangleMeshShape___destroy___0=a=>(Me=c._emscripten_bind_btTriangleMeshShape___destroy___0=d.Sc)(a),Ne=c._emscripten_bind_btPrimitiveManagerBase_is_trimesh_0=a=>(Ne=c._emscripten_bind_btPrimitiveManagerBase_is_trimesh_0=
|
|
73
|
+
d.Tc)(a),Oe=c._emscripten_bind_btPrimitiveManagerBase_get_primitive_count_0=a=>(Oe=c._emscripten_bind_btPrimitiveManagerBase_get_primitive_count_0=d.Uc)(a),Pe=c._emscripten_bind_btPrimitiveManagerBase_get_primitive_box_2=(a,b,e)=>(Pe=c._emscripten_bind_btPrimitiveManagerBase_get_primitive_box_2=d.Vc)(a,b,e),Qe=c._emscripten_bind_btPrimitiveManagerBase_get_primitive_triangle_2=(a,b,e)=>(Qe=c._emscripten_bind_btPrimitiveManagerBase_get_primitive_triangle_2=d.Wc)(a,b,e),Re=c._emscripten_bind_btPrimitiveManagerBase___destroy___0=
|
|
74
|
+
a=>(Re=c._emscripten_bind_btPrimitiveManagerBase___destroy___0=d.Xc)(a),Se=c._emscripten_bind_btGImpactShapeInterface_updateBound_0=a=>(Se=c._emscripten_bind_btGImpactShapeInterface_updateBound_0=d.Yc)(a),Te=c._emscripten_bind_btGImpactShapeInterface_postUpdate_0=a=>(Te=c._emscripten_bind_btGImpactShapeInterface_postUpdate_0=d.Zc)(a),Ue=c._emscripten_bind_btGImpactShapeInterface_getShapeType_0=a=>(Ue=c._emscripten_bind_btGImpactShapeInterface_getShapeType_0=d._c)(a),Ve=c._emscripten_bind_btGImpactShapeInterface_getName_0=
|
|
75
|
+
a=>(Ve=c._emscripten_bind_btGImpactShapeInterface_getName_0=d.$c)(a),We=c._emscripten_bind_btGImpactShapeInterface_getGImpactShapeType_0=a=>(We=c._emscripten_bind_btGImpactShapeInterface_getGImpactShapeType_0=d.ad)(a),Xe=c._emscripten_bind_btGImpactShapeInterface_getPrimitiveManager_0=a=>(Xe=c._emscripten_bind_btGImpactShapeInterface_getPrimitiveManager_0=d.bd)(a),Ye=c._emscripten_bind_btGImpactShapeInterface_getNumChildShapes_0=a=>(Ye=c._emscripten_bind_btGImpactShapeInterface_getNumChildShapes_0=
|
|
76
|
+
d.cd)(a),Ze=c._emscripten_bind_btGImpactShapeInterface_childrenHasTransform_0=a=>(Ze=c._emscripten_bind_btGImpactShapeInterface_childrenHasTransform_0=d.dd)(a),$e=c._emscripten_bind_btGImpactShapeInterface_needsRetrieveTriangles_0=a=>($e=c._emscripten_bind_btGImpactShapeInterface_needsRetrieveTriangles_0=d.ed)(a),af=c._emscripten_bind_btGImpactShapeInterface_needsRetrieveTetrahedrons_0=a=>(af=c._emscripten_bind_btGImpactShapeInterface_needsRetrieveTetrahedrons_0=d.fd)(a),bf=c._emscripten_bind_btGImpactShapeInterface_getBulletTriangle_2=
|
|
77
|
+
(a,b,e)=>(bf=c._emscripten_bind_btGImpactShapeInterface_getBulletTriangle_2=d.gd)(a,b,e),cf=c._emscripten_bind_btGImpactShapeInterface_getBulletTetrahedron_2=(a,b,e)=>(cf=c._emscripten_bind_btGImpactShapeInterface_getBulletTetrahedron_2=d.hd)(a,b,e),df=c._emscripten_bind_btGImpactShapeInterface_getChildShape_1=(a,b)=>(df=c._emscripten_bind_btGImpactShapeInterface_getChildShape_1=d.id)(a,b),ef=c._emscripten_bind_btGImpactShapeInterface_getChildTransform_1=(a,b)=>(ef=c._emscripten_bind_btGImpactShapeInterface_getChildTransform_1=
|
|
78
|
+
d.jd)(a,b),ff=c._emscripten_bind_btGImpactShapeInterface_setChildTransform_2=(a,b,e)=>(ff=c._emscripten_bind_btGImpactShapeInterface_setChildTransform_2=d.kd)(a,b,e),gf=c._emscripten_bind_btGImpactShapeInterface_setLocalScaling_1=(a,b)=>(gf=c._emscripten_bind_btGImpactShapeInterface_setLocalScaling_1=d.ld)(a,b),hf=c._emscripten_bind_btGImpactShapeInterface_getLocalScaling_0=a=>(hf=c._emscripten_bind_btGImpactShapeInterface_getLocalScaling_0=d.md)(a),jf=c._emscripten_bind_btGImpactShapeInterface_calculateLocalInertia_2=
|
|
79
|
+
(a,b,e)=>(jf=c._emscripten_bind_btGImpactShapeInterface_calculateLocalInertia_2=d.nd)(a,b,e),kf=c._emscripten_bind_btGImpactShapeInterface___destroy___0=a=>(kf=c._emscripten_bind_btGImpactShapeInterface___destroy___0=d.od)(a),lf=c._emscripten_bind_btActivatingCollisionAlgorithm___destroy___0=a=>(lf=c._emscripten_bind_btActivatingCollisionAlgorithm___destroy___0=d.pd)(a),mf=c._emscripten_bind_btDefaultCollisionConfiguration_btDefaultCollisionConfiguration_0=()=>(mf=c._emscripten_bind_btDefaultCollisionConfiguration_btDefaultCollisionConfiguration_0=
|
|
80
|
+
d.qd)(),nf=c._emscripten_bind_btDefaultCollisionConfiguration_btDefaultCollisionConfiguration_1=a=>(nf=c._emscripten_bind_btDefaultCollisionConfiguration_btDefaultCollisionConfiguration_1=d.rd)(a),of=c._emscripten_bind_btDefaultCollisionConfiguration___destroy___0=a=>(of=c._emscripten_bind_btDefaultCollisionConfiguration___destroy___0=d.sd)(a),pf=c._emscripten_bind_btDispatcher_getNumManifolds_0=a=>(pf=c._emscripten_bind_btDispatcher_getNumManifolds_0=d.td)(a),qf=c._emscripten_bind_btDispatcher_getManifoldByIndexInternal_1=
|
|
81
|
+
(a,b)=>(qf=c._emscripten_bind_btDispatcher_getManifoldByIndexInternal_1=d.ud)(a,b),rf=c._emscripten_bind_btDispatcher___destroy___0=a=>(rf=c._emscripten_bind_btDispatcher___destroy___0=d.vd)(a),sf=c._emscripten_bind_btBroadphaseInterface_getOverlappingPairCache_0=a=>(sf=c._emscripten_bind_btBroadphaseInterface_getOverlappingPairCache_0=d.wd)(a),tf=c._emscripten_bind_btBroadphaseInterface___destroy___0=a=>(tf=c._emscripten_bind_btBroadphaseInterface___destroy___0=d.xd)(a),uf=c._emscripten_bind_btGeneric6DofConstraint_btGeneric6DofConstraint_3=
|
|
82
|
+
(a,b,e)=>(uf=c._emscripten_bind_btGeneric6DofConstraint_btGeneric6DofConstraint_3=d.yd)(a,b,e),vf=c._emscripten_bind_btGeneric6DofConstraint_btGeneric6DofConstraint_5=(a,b,e,f,h)=>(vf=c._emscripten_bind_btGeneric6DofConstraint_btGeneric6DofConstraint_5=d.zd)(a,b,e,f,h),wf=c._emscripten_bind_btGeneric6DofConstraint_setLinearLowerLimit_1=(a,b)=>(wf=c._emscripten_bind_btGeneric6DofConstraint_setLinearLowerLimit_1=d.Ad)(a,b),xf=c._emscripten_bind_btGeneric6DofConstraint_setLinearUpperLimit_1=(a,b)=>(xf=
|
|
83
|
+
c._emscripten_bind_btGeneric6DofConstraint_setLinearUpperLimit_1=d.Bd)(a,b),yf=c._emscripten_bind_btGeneric6DofConstraint_setAngularLowerLimit_1=(a,b)=>(yf=c._emscripten_bind_btGeneric6DofConstraint_setAngularLowerLimit_1=d.Cd)(a,b),zf=c._emscripten_bind_btGeneric6DofConstraint_setAngularUpperLimit_1=(a,b)=>(zf=c._emscripten_bind_btGeneric6DofConstraint_setAngularUpperLimit_1=d.Dd)(a,b),Af=c._emscripten_bind_btGeneric6DofConstraint_getFrameOffsetA_0=a=>(Af=c._emscripten_bind_btGeneric6DofConstraint_getFrameOffsetA_0=
|
|
84
|
+
d.Ed)(a),Bf=c._emscripten_bind_btGeneric6DofConstraint_getOverrideNumSolverIterations_0=a=>(Bf=c._emscripten_bind_btGeneric6DofConstraint_getOverrideNumSolverIterations_0=d.Fd)(a),Cf=c._emscripten_bind_btGeneric6DofConstraint_setOverrideNumSolverIterations_1=(a,b)=>(Cf=c._emscripten_bind_btGeneric6DofConstraint_setOverrideNumSolverIterations_1=d.Gd)(a,b),Df=c._emscripten_bind_btGeneric6DofConstraint_enableFeedback_1=(a,b)=>(Df=c._emscripten_bind_btGeneric6DofConstraint_enableFeedback_1=d.Hd)(a,b),
|
|
85
|
+
Ef=c._emscripten_bind_btGeneric6DofConstraint_needsFeedback_0=a=>(Ef=c._emscripten_bind_btGeneric6DofConstraint_needsFeedback_0=d.Id)(a),Ff=c._emscripten_bind_btGeneric6DofConstraint_setJointFeedback_1=(a,b)=>(Ff=c._emscripten_bind_btGeneric6DofConstraint_setJointFeedback_1=d.Jd)(a,b),Gf=c._emscripten_bind_btGeneric6DofConstraint_getJointFeedback_0=a=>(Gf=c._emscripten_bind_btGeneric6DofConstraint_getJointFeedback_0=d.Kd)(a),Hf=c._emscripten_bind_btGeneric6DofConstraint_getAppliedImpulse_0=a=>(Hf=
|
|
86
|
+
c._emscripten_bind_btGeneric6DofConstraint_getAppliedImpulse_0=d.Ld)(a),If=c._emscripten_bind_btGeneric6DofConstraint_getConstraintType_0=a=>(If=c._emscripten_bind_btGeneric6DofConstraint_getConstraintType_0=d.Md)(a),Jf=c._emscripten_bind_btGeneric6DofConstraint_getBreakingImpulseThreshold_0=a=>(Jf=c._emscripten_bind_btGeneric6DofConstraint_getBreakingImpulseThreshold_0=d.Nd)(a),Kf=c._emscripten_bind_btGeneric6DofConstraint_setBreakingImpulseThreshold_1=(a,b)=>(Kf=c._emscripten_bind_btGeneric6DofConstraint_setBreakingImpulseThreshold_1=
|
|
87
|
+
d.Od)(a,b),Lf=c._emscripten_bind_btGeneric6DofConstraint_getParam_2=(a,b,e)=>(Lf=c._emscripten_bind_btGeneric6DofConstraint_getParam_2=d.Pd)(a,b,e),Mf=c._emscripten_bind_btGeneric6DofConstraint_setParam_3=(a,b,e,f)=>(Mf=c._emscripten_bind_btGeneric6DofConstraint_setParam_3=d.Qd)(a,b,e,f),Nf=c._emscripten_bind_btGeneric6DofConstraint_isEnabled_0=a=>(Nf=c._emscripten_bind_btGeneric6DofConstraint_isEnabled_0=d.Rd)(a),Of=c._emscripten_bind_btGeneric6DofConstraint_setEnabled_1=(a,b)=>(Of=c._emscripten_bind_btGeneric6DofConstraint_setEnabled_1=
|
|
88
|
+
d.Sd)(a,b),Pf=c._emscripten_bind_btGeneric6DofConstraint_getRigidBodyA_0=a=>(Pf=c._emscripten_bind_btGeneric6DofConstraint_getRigidBodyA_0=d.Td)(a),Qf=c._emscripten_bind_btGeneric6DofConstraint_getRigidBodyB_0=a=>(Qf=c._emscripten_bind_btGeneric6DofConstraint_getRigidBodyB_0=d.Ud)(a),Rf=c._emscripten_bind_btGeneric6DofConstraint_getUserConstraintType_0=a=>(Rf=c._emscripten_bind_btGeneric6DofConstraint_getUserConstraintType_0=d.Vd)(a),Sf=c._emscripten_bind_btGeneric6DofConstraint_setUserConstraintType_1=
|
|
89
|
+
(a,b)=>(Sf=c._emscripten_bind_btGeneric6DofConstraint_setUserConstraintType_1=d.Wd)(a,b),Tf=c._emscripten_bind_btGeneric6DofConstraint_getFixedBody_0=a=>(Tf=c._emscripten_bind_btGeneric6DofConstraint_getFixedBody_0=d.Xd)(a),Uf=c._emscripten_bind_btGeneric6DofConstraint___destroy___0=a=>(Uf=c._emscripten_bind_btGeneric6DofConstraint___destroy___0=d.Yd)(a),Vf=c._emscripten_bind_btDiscreteDynamicsWorld_btDiscreteDynamicsWorld_4=(a,b,e,f)=>(Vf=c._emscripten_bind_btDiscreteDynamicsWorld_btDiscreteDynamicsWorld_4=
|
|
90
|
+
d.Zd)(a,b,e,f),Wf=c._emscripten_bind_btDiscreteDynamicsWorld_setGravity_1=(a,b)=>(Wf=c._emscripten_bind_btDiscreteDynamicsWorld_setGravity_1=d._d)(a,b),Xf=c._emscripten_bind_btDiscreteDynamicsWorld_getGravity_0=a=>(Xf=c._emscripten_bind_btDiscreteDynamicsWorld_getGravity_0=d.$d)(a),Yf=c._emscripten_bind_btDiscreteDynamicsWorld_addRigidBody_1=(a,b)=>(Yf=c._emscripten_bind_btDiscreteDynamicsWorld_addRigidBody_1=d.ae)(a,b),Zf=c._emscripten_bind_btDiscreteDynamicsWorld_addRigidBody_3=(a,b,e,f)=>(Zf=c._emscripten_bind_btDiscreteDynamicsWorld_addRigidBody_3=
|
|
91
|
+
d.be)(a,b,e,f),$f=c._emscripten_bind_btDiscreteDynamicsWorld_removeRigidBody_1=(a,b)=>($f=c._emscripten_bind_btDiscreteDynamicsWorld_removeRigidBody_1=d.ce)(a,b),ag=c._emscripten_bind_btDiscreteDynamicsWorld_addConstraint_1=(a,b)=>(ag=c._emscripten_bind_btDiscreteDynamicsWorld_addConstraint_1=d.de)(a,b),bg=c._emscripten_bind_btDiscreteDynamicsWorld_addConstraint_2=(a,b,e)=>(bg=c._emscripten_bind_btDiscreteDynamicsWorld_addConstraint_2=d.ee)(a,b,e),cg=c._emscripten_bind_btDiscreteDynamicsWorld_removeConstraint_1=
|
|
92
|
+
(a,b)=>(cg=c._emscripten_bind_btDiscreteDynamicsWorld_removeConstraint_1=d.fe)(a,b),dg=c._emscripten_bind_btDiscreteDynamicsWorld_stepSimulation_1=(a,b)=>(dg=c._emscripten_bind_btDiscreteDynamicsWorld_stepSimulation_1=d.ge)(a,b),eg=c._emscripten_bind_btDiscreteDynamicsWorld_stepSimulation_2=(a,b,e)=>(eg=c._emscripten_bind_btDiscreteDynamicsWorld_stepSimulation_2=d.he)(a,b,e),fg=c._emscripten_bind_btDiscreteDynamicsWorld_stepSimulation_3=(a,b,e,f)=>(fg=c._emscripten_bind_btDiscreteDynamicsWorld_stepSimulation_3=
|
|
93
|
+
d.ie)(a,b,e,f),gg=c._emscripten_bind_btDiscreteDynamicsWorld_getDispatcher_0=a=>(gg=c._emscripten_bind_btDiscreteDynamicsWorld_getDispatcher_0=d.je)(a),hg=c._emscripten_bind_btDiscreteDynamicsWorld_rayTest_3=(a,b,e,f)=>(hg=c._emscripten_bind_btDiscreteDynamicsWorld_rayTest_3=d.ke)(a,b,e,f),ig=c._emscripten_bind_btDiscreteDynamicsWorld_getPairCache_0=a=>(ig=c._emscripten_bind_btDiscreteDynamicsWorld_getPairCache_0=d.le)(a),jg=c._emscripten_bind_btDiscreteDynamicsWorld_getDispatchInfo_0=a=>(jg=c._emscripten_bind_btDiscreteDynamicsWorld_getDispatchInfo_0=
|
|
94
|
+
d.me)(a),kg=c._emscripten_bind_btDiscreteDynamicsWorld_addCollisionObject_1=(a,b)=>(kg=c._emscripten_bind_btDiscreteDynamicsWorld_addCollisionObject_1=d.ne)(a,b),lg=c._emscripten_bind_btDiscreteDynamicsWorld_addCollisionObject_2=(a,b,e)=>(lg=c._emscripten_bind_btDiscreteDynamicsWorld_addCollisionObject_2=d.oe)(a,b,e),mg=c._emscripten_bind_btDiscreteDynamicsWorld_addCollisionObject_3=(a,b,e,f)=>(mg=c._emscripten_bind_btDiscreteDynamicsWorld_addCollisionObject_3=d.pe)(a,b,e,f),ng=c._emscripten_bind_btDiscreteDynamicsWorld_removeCollisionObject_1=
|
|
95
|
+
(a,b)=>(ng=c._emscripten_bind_btDiscreteDynamicsWorld_removeCollisionObject_1=d.qe)(a,b),og=c._emscripten_bind_btDiscreteDynamicsWorld_getBroadphase_0=a=>(og=c._emscripten_bind_btDiscreteDynamicsWorld_getBroadphase_0=d.re)(a),pg=c._emscripten_bind_btDiscreteDynamicsWorld_convexSweepTest_5=(a,b,e,f,h,k)=>(pg=c._emscripten_bind_btDiscreteDynamicsWorld_convexSweepTest_5=d.se)(a,b,e,f,h,k),qg=c._emscripten_bind_btDiscreteDynamicsWorld_contactPairTest_3=(a,b,e,f)=>(qg=c._emscripten_bind_btDiscreteDynamicsWorld_contactPairTest_3=
|
|
96
|
+
d.te)(a,b,e,f),rg=c._emscripten_bind_btDiscreteDynamicsWorld_contactTest_2=(a,b,e)=>(rg=c._emscripten_bind_btDiscreteDynamicsWorld_contactTest_2=d.ue)(a,b,e),sg=c._emscripten_bind_btDiscreteDynamicsWorld_updateSingleAabb_1=(a,b)=>(sg=c._emscripten_bind_btDiscreteDynamicsWorld_updateSingleAabb_1=d.ve)(a,b),tg=c._emscripten_bind_btDiscreteDynamicsWorld_setDebugDrawer_1=(a,b)=>(tg=c._emscripten_bind_btDiscreteDynamicsWorld_setDebugDrawer_1=d.we)(a,b),ug=c._emscripten_bind_btDiscreteDynamicsWorld_getDebugDrawer_0=
|
|
97
|
+
a=>(ug=c._emscripten_bind_btDiscreteDynamicsWorld_getDebugDrawer_0=d.xe)(a),vg=c._emscripten_bind_btDiscreteDynamicsWorld_debugDrawWorld_0=a=>(vg=c._emscripten_bind_btDiscreteDynamicsWorld_debugDrawWorld_0=d.ye)(a),wg=c._emscripten_bind_btDiscreteDynamicsWorld_debugDrawObject_3=(a,b,e,f)=>(wg=c._emscripten_bind_btDiscreteDynamicsWorld_debugDrawObject_3=d.ze)(a,b,e,f),xg=c._emscripten_bind_btDiscreteDynamicsWorld_addAction_1=(a,b)=>(xg=c._emscripten_bind_btDiscreteDynamicsWorld_addAction_1=d.Ae)(a,
|
|
98
|
+
b),yg=c._emscripten_bind_btDiscreteDynamicsWorld_removeAction_1=(a,b)=>(yg=c._emscripten_bind_btDiscreteDynamicsWorld_removeAction_1=d.Be)(a,b),zg=c._emscripten_bind_btDiscreteDynamicsWorld_getSolverInfo_0=a=>(zg=c._emscripten_bind_btDiscreteDynamicsWorld_getSolverInfo_0=d.Ce)(a),Ag=c._emscripten_bind_btDiscreteDynamicsWorld___destroy___0=a=>(Ag=c._emscripten_bind_btDiscreteDynamicsWorld___destroy___0=d.De)(a),Bg=c._emscripten_bind_btVehicleRaycaster_castRay_3=(a,b,e,f)=>(Bg=c._emscripten_bind_btVehicleRaycaster_castRay_3=
|
|
99
|
+
d.Ee)(a,b,e,f),Cg=c._emscripten_bind_btVehicleRaycaster_get_m_collisionFilterGroup_0=a=>(Cg=c._emscripten_bind_btVehicleRaycaster_get_m_collisionFilterGroup_0=d.Fe)(a),Dg=c._emscripten_bind_btVehicleRaycaster_set_m_collisionFilterGroup_1=(a,b)=>(Dg=c._emscripten_bind_btVehicleRaycaster_set_m_collisionFilterGroup_1=d.Ge)(a,b),Eg=c._emscripten_bind_btVehicleRaycaster_get_m_collisionFilterMask_0=a=>(Eg=c._emscripten_bind_btVehicleRaycaster_get_m_collisionFilterMask_0=d.He)(a),Fg=c._emscripten_bind_btVehicleRaycaster_set_m_collisionFilterMask_1=
|
|
100
|
+
(a,b)=>(Fg=c._emscripten_bind_btVehicleRaycaster_set_m_collisionFilterMask_1=d.Ie)(a,b),Gg=c._emscripten_bind_btVehicleRaycaster___destroy___0=a=>(Gg=c._emscripten_bind_btVehicleRaycaster___destroy___0=d.Je)(a),Hg=c._emscripten_bind_btActionInterface_updateAction_2=(a,b,e)=>(Hg=c._emscripten_bind_btActionInterface_updateAction_2=d.Ke)(a,b,e),Ig=c._emscripten_bind_btActionInterface___destroy___0=a=>(Ig=c._emscripten_bind_btActionInterface___destroy___0=d.Le)(a),Jg=c._emscripten_bind_btGhostObject_btGhostObject_0=
|
|
101
|
+
()=>(Jg=c._emscripten_bind_btGhostObject_btGhostObject_0=d.Me)(),Kg=c._emscripten_bind_btGhostObject_getNumOverlappingObjects_0=a=>(Kg=c._emscripten_bind_btGhostObject_getNumOverlappingObjects_0=d.Ne)(a),Lg=c._emscripten_bind_btGhostObject_getOverlappingObject_1=(a,b)=>(Lg=c._emscripten_bind_btGhostObject_getOverlappingObject_1=d.Oe)(a,b),Mg=c._emscripten_bind_btGhostObject_getAnisotropicFriction_0=a=>(Mg=c._emscripten_bind_btGhostObject_getAnisotropicFriction_0=d.Pe)(a),Ng=c._emscripten_bind_btGhostObject_setAnisotropicFriction_2=
|
|
102
|
+
(a,b,e)=>(Ng=c._emscripten_bind_btGhostObject_setAnisotropicFriction_2=d.Qe)(a,b,e),Og=c._emscripten_bind_btGhostObject_hasAnisotropicFriction_0=a=>(Og=c._emscripten_bind_btGhostObject_hasAnisotropicFriction_0=d.Re)(a),Pg=c._emscripten_bind_btGhostObject_hasAnisotropicFriction_1=(a,b)=>(Pg=c._emscripten_bind_btGhostObject_hasAnisotropicFriction_1=d.Se)(a,b),Qg=c._emscripten_bind_btGhostObject_getCollisionShape_0=a=>(Qg=c._emscripten_bind_btGhostObject_getCollisionShape_0=d.Te)(a),Rg=c._emscripten_bind_btGhostObject_getContactProcessingThreshold_0=
|
|
103
|
+
a=>(Rg=c._emscripten_bind_btGhostObject_getContactProcessingThreshold_0=d.Ue)(a),Sg=c._emscripten_bind_btGhostObject_setContactProcessingThreshold_1=(a,b)=>(Sg=c._emscripten_bind_btGhostObject_setContactProcessingThreshold_1=d.Ve)(a,b),Tg=c._emscripten_bind_btGhostObject_getActivationState_0=a=>(Tg=c._emscripten_bind_btGhostObject_getActivationState_0=d.We)(a),Ug=c._emscripten_bind_btGhostObject_setActivationState_1=(a,b)=>(Ug=c._emscripten_bind_btGhostObject_setActivationState_1=d.Xe)(a,b),Vg=c._emscripten_bind_btGhostObject_forceActivationState_1=
|
|
104
|
+
(a,b)=>(Vg=c._emscripten_bind_btGhostObject_forceActivationState_1=d.Ye)(a,b),Wg=c._emscripten_bind_btGhostObject_activate_0=a=>(Wg=c._emscripten_bind_btGhostObject_activate_0=d.Ze)(a),Xg=c._emscripten_bind_btGhostObject_activate_1=(a,b)=>(Xg=c._emscripten_bind_btGhostObject_activate_1=d._e)(a,b),Yg=c._emscripten_bind_btGhostObject_setDeactivationTime_1=(a,b)=>(Yg=c._emscripten_bind_btGhostObject_setDeactivationTime_1=d.$e)(a,b),Zg=c._emscripten_bind_btGhostObject_getDeactivationTime_0=a=>(Zg=c._emscripten_bind_btGhostObject_getDeactivationTime_0=
|
|
105
|
+
d.af)(a),$g=c._emscripten_bind_btGhostObject_isActive_0=a=>($g=c._emscripten_bind_btGhostObject_isActive_0=d.bf)(a),ah=c._emscripten_bind_btGhostObject_isKinematicObject_0=a=>(ah=c._emscripten_bind_btGhostObject_isKinematicObject_0=d.cf)(a),bh=c._emscripten_bind_btGhostObject_isStaticObject_0=a=>(bh=c._emscripten_bind_btGhostObject_isStaticObject_0=d.df)(a),ch=c._emscripten_bind_btGhostObject_isStaticOrKinematicObject_0=a=>(ch=c._emscripten_bind_btGhostObject_isStaticOrKinematicObject_0=d.ef)(a),
|
|
106
|
+
dh=c._emscripten_bind_btGhostObject_getRestitution_0=a=>(dh=c._emscripten_bind_btGhostObject_getRestitution_0=d.ff)(a),eh=c._emscripten_bind_btGhostObject_getFriction_0=a=>(eh=c._emscripten_bind_btGhostObject_getFriction_0=d.gf)(a),fh=c._emscripten_bind_btGhostObject_getRollingFriction_0=a=>(fh=c._emscripten_bind_btGhostObject_getRollingFriction_0=d.hf)(a),gh=c._emscripten_bind_btGhostObject_getSpinningFriction_0=a=>(gh=c._emscripten_bind_btGhostObject_getSpinningFriction_0=d.jf)(a),hh=c._emscripten_bind_btGhostObject_getContactStiffness_0=
|
|
107
|
+
a=>(hh=c._emscripten_bind_btGhostObject_getContactStiffness_0=d.kf)(a),ih=c._emscripten_bind_btGhostObject_getContactDamping_0=a=>(ih=c._emscripten_bind_btGhostObject_getContactDamping_0=d.lf)(a),jh=c._emscripten_bind_btGhostObject_setRestitution_1=(a,b)=>(jh=c._emscripten_bind_btGhostObject_setRestitution_1=d.mf)(a,b),kh=c._emscripten_bind_btGhostObject_setFriction_1=(a,b)=>(kh=c._emscripten_bind_btGhostObject_setFriction_1=d.nf)(a,b),lh=c._emscripten_bind_btGhostObject_setRollingFriction_1=(a,b)=>
|
|
108
|
+
(lh=c._emscripten_bind_btGhostObject_setRollingFriction_1=d.of)(a,b),mh=c._emscripten_bind_btGhostObject_setSpinningFriction_1=(a,b)=>(mh=c._emscripten_bind_btGhostObject_setSpinningFriction_1=d.pf)(a,b),nh=c._emscripten_bind_btGhostObject_setContactStiffnessAndDamping_2=(a,b,e)=>(nh=c._emscripten_bind_btGhostObject_setContactStiffnessAndDamping_2=d.qf)(a,b,e),oh=c._emscripten_bind_btGhostObject_getWorldTransform_0=a=>(oh=c._emscripten_bind_btGhostObject_getWorldTransform_0=d.rf)(a),ph=c._emscripten_bind_btGhostObject_getCollisionFlags_0=
|
|
109
|
+
a=>(ph=c._emscripten_bind_btGhostObject_getCollisionFlags_0=d.sf)(a),qh=c._emscripten_bind_btGhostObject_setCollisionFlags_1=(a,b)=>(qh=c._emscripten_bind_btGhostObject_setCollisionFlags_1=d.tf)(a,b),rh=c._emscripten_bind_btGhostObject_setWorldTransform_1=(a,b)=>(rh=c._emscripten_bind_btGhostObject_setWorldTransform_1=d.uf)(a,b),sh=c._emscripten_bind_btGhostObject_setCollisionShape_1=(a,b)=>(sh=c._emscripten_bind_btGhostObject_setCollisionShape_1=d.vf)(a,b),th=c._emscripten_bind_btGhostObject_setCcdMotionThreshold_1=
|
|
110
|
+
(a,b)=>(th=c._emscripten_bind_btGhostObject_setCcdMotionThreshold_1=d.wf)(a,b),uh=c._emscripten_bind_btGhostObject_setCcdSweptSphereRadius_1=(a,b)=>(uh=c._emscripten_bind_btGhostObject_setCcdSweptSphereRadius_1=d.xf)(a,b),vh=c._emscripten_bind_btGhostObject_getUserIndex_0=a=>(vh=c._emscripten_bind_btGhostObject_getUserIndex_0=d.yf)(a),wh=c._emscripten_bind_btGhostObject_getUserIndex2_0=a=>(wh=c._emscripten_bind_btGhostObject_getUserIndex2_0=d.zf)(a),xh=c._emscripten_bind_btGhostObject_getUserIndex3_0=
|
|
111
|
+
a=>(xh=c._emscripten_bind_btGhostObject_getUserIndex3_0=d.Af)(a),yh=c._emscripten_bind_btGhostObject_setUserIndex_1=(a,b)=>(yh=c._emscripten_bind_btGhostObject_setUserIndex_1=d.Bf)(a,b),zh=c._emscripten_bind_btGhostObject_setUserIndex2_1=(a,b)=>(zh=c._emscripten_bind_btGhostObject_setUserIndex2_1=d.Cf)(a,b),Ah=c._emscripten_bind_btGhostObject_setUserIndex3_1=(a,b)=>(Ah=c._emscripten_bind_btGhostObject_setUserIndex3_1=d.Df)(a,b),Bh=c._emscripten_bind_btGhostObject_getUserPointer_0=a=>(Bh=c._emscripten_bind_btGhostObject_getUserPointer_0=
|
|
112
|
+
d.Ef)(a),Ch=c._emscripten_bind_btGhostObject_setUserPointer_1=(a,b)=>(Ch=c._emscripten_bind_btGhostObject_setUserPointer_1=d.Ff)(a,b),Dh=c._emscripten_bind_btGhostObject_getBroadphaseHandle_0=a=>(Dh=c._emscripten_bind_btGhostObject_getBroadphaseHandle_0=d.Gf)(a),Eh=c._emscripten_bind_btGhostObject___destroy___0=a=>(Eh=c._emscripten_bind_btGhostObject___destroy___0=d.Hf)(a),Fh=c._emscripten_bind_btMultiBodyConstraint_getIslandIdA_0=a=>(Fh=c._emscripten_bind_btMultiBodyConstraint_getIslandIdA_0=d.If)(a),
|
|
113
|
+
Gh=c._emscripten_bind_btMultiBodyConstraint_getIslandIdB_0=a=>(Gh=c._emscripten_bind_btMultiBodyConstraint_getIslandIdB_0=d.Jf)(a),Hh=c._emscripten_bind_btMultiBodyConstraint_getNumRows_0=a=>(Hh=c._emscripten_bind_btMultiBodyConstraint_getNumRows_0=d.Kf)(a),Ih=c._emscripten_bind_btMultiBodyConstraint_getMultiBodyA_0=a=>(Ih=c._emscripten_bind_btMultiBodyConstraint_getMultiBodyA_0=d.Lf)(a),Jh=c._emscripten_bind_btMultiBodyConstraint_getMultiBodyB_0=a=>(Jh=c._emscripten_bind_btMultiBodyConstraint_getMultiBodyB_0=
|
|
114
|
+
d.Mf)(a),Kh=c._emscripten_bind_btMultiBodyConstraint_getPosition_1=(a,b)=>(Kh=c._emscripten_bind_btMultiBodyConstraint_getPosition_1=d.Nf)(a,b),Lh=c._emscripten_bind_btMultiBodyConstraint_setPosition_2=(a,b,e)=>(Lh=c._emscripten_bind_btMultiBodyConstraint_setPosition_2=d.Of)(a,b,e),Mh=c._emscripten_bind_btMultiBodyConstraint_isUnilateral_0=a=>(Mh=c._emscripten_bind_btMultiBodyConstraint_isUnilateral_0=d.Pf)(a),Nh=c._emscripten_bind_btMultiBodyConstraint_getMaxAppliedImpulse_0=a=>(Nh=c._emscripten_bind_btMultiBodyConstraint_getMaxAppliedImpulse_0=
|
|
115
|
+
d.Qf)(a),Oh=c._emscripten_bind_btMultiBodyConstraint_setMaxAppliedImpulse_1=(a,b)=>(Oh=c._emscripten_bind_btMultiBodyConstraint_setMaxAppliedImpulse_1=d.Rf)(a,b),Ph=c._emscripten_bind_btMultiBodyConstraint___destroy___0=a=>(Ph=c._emscripten_bind_btMultiBodyConstraint___destroy___0=d.Sf)(a),Qh=c._emscripten_bind_btMultiBodyConstraintSolver_btMultiBodyConstraintSolver_0=()=>(Qh=c._emscripten_bind_btMultiBodyConstraintSolver_btMultiBodyConstraintSolver_0=d.Tf)(),Rh=c._emscripten_bind_btMultiBodyConstraintSolver___destroy___0=
|
|
116
|
+
a=>(Rh=c._emscripten_bind_btMultiBodyConstraintSolver___destroy___0=d.Uf)(a),Sh=c._emscripten_bind_btMLCPSolverInterface___destroy___0=a=>(Sh=c._emscripten_bind_btMLCPSolverInterface___destroy___0=d.Vf)(a),Th=c._emscripten_bind_btSoftBodySolver___destroy___0=a=>(Th=c._emscripten_bind_btSoftBodySolver___destroy___0=d.Wf)(a),Uh=c._emscripten_bind_VoidPtr___destroy___0=a=>(Uh=c._emscripten_bind_VoidPtr___destroy___0=d.Xf)(a),Vh=c._emscripten_bind_TopLevelFunctions_quatRotate__2=(a,b,e)=>(Vh=c._emscripten_bind_TopLevelFunctions_quatRotate__2=
|
|
117
|
+
d.Yf)(a,b,e),Wh=c._emscripten_bind_TopLevelFunctions_set_gContactAddedCallback_1=(a,b)=>(Wh=c._emscripten_bind_TopLevelFunctions_set_gContactAddedCallback_1=d.Zf)(a,b),Xh=c._emscripten_bind_TopLevelFunctions___destroy___0=a=>(Xh=c._emscripten_bind_TopLevelFunctions___destroy___0=d._f)(a),Yh=c._emscripten_bind_AdapterFunctions_setInternalTickCallback_2=(a,b,e)=>(Yh=c._emscripten_bind_AdapterFunctions_setInternalTickCallback_2=d.$f)(a,b,e),Zh=c._emscripten_bind_AdapterFunctions_setInternalTickCallback_3=
|
|
118
|
+
(a,b,e,f)=>(Zh=c._emscripten_bind_AdapterFunctions_setInternalTickCallback_3=d.ag)(a,b,e,f),$h=c._emscripten_bind_AdapterFunctions_setInternalTickCallback_4=(a,b,e,f,h)=>($h=c._emscripten_bind_AdapterFunctions_setInternalTickCallback_4=d.bg)(a,b,e,f,h),ai=c._emscripten_bind_AdapterFunctions___destroy___0=a=>(ai=c._emscripten_bind_AdapterFunctions___destroy___0=d.cg)(a),bi=c._emscripten_bind_Clone_Vector3_1=(a,b)=>(bi=c._emscripten_bind_Clone_Vector3_1=d.dg)(a,b),ci=c._emscripten_bind_Clone_Quaternion_1=
|
|
119
|
+
(a,b)=>(ci=c._emscripten_bind_Clone_Quaternion_1=d.eg)(a,b),di=c._emscripten_bind_Clone___destroy___0=a=>(di=c._emscripten_bind_Clone___destroy___0=d.fg)(a),ei=c._emscripten_bind_DebugDrawer_DebugDrawer_0=()=>(ei=c._emscripten_bind_DebugDrawer_DebugDrawer_0=d.gg)(),fi=c._emscripten_bind_DebugDrawer_drawLine_3=(a,b,e,f)=>(fi=c._emscripten_bind_DebugDrawer_drawLine_3=d.hg)(a,b,e,f),gi=c._emscripten_bind_DebugDrawer_drawContactPoint_5=(a,b,e,f,h,k)=>(gi=c._emscripten_bind_DebugDrawer_drawContactPoint_5=
|
|
120
|
+
d.ig)(a,b,e,f,h,k),hi=c._emscripten_bind_DebugDrawer_reportErrorWarning_1=(a,b)=>(hi=c._emscripten_bind_DebugDrawer_reportErrorWarning_1=d.jg)(a,b),ii=c._emscripten_bind_DebugDrawer_draw3dText_2=(a,b,e)=>(ii=c._emscripten_bind_DebugDrawer_draw3dText_2=d.kg)(a,b,e),ji=c._emscripten_bind_DebugDrawer_setDebugMode_1=(a,b)=>(ji=c._emscripten_bind_DebugDrawer_setDebugMode_1=d.lg)(a,b),ki=c._emscripten_bind_DebugDrawer_getDebugMode_0=a=>(ki=c._emscripten_bind_DebugDrawer_getDebugMode_0=d.mg)(a),li=c._emscripten_bind_DebugDrawer___destroy___0=
|
|
121
|
+
a=>(li=c._emscripten_bind_DebugDrawer___destroy___0=d.ng)(a),mi=c._emscripten_bind_btVector3_btVector3_0=()=>(mi=c._emscripten_bind_btVector3_btVector3_0=d.og)(),ni=c._emscripten_bind_btVector3_btVector3_3=(a,b,e)=>(ni=c._emscripten_bind_btVector3_btVector3_3=d.pg)(a,b,e),oi=c._emscripten_bind_btVector3_length_0=a=>(oi=c._emscripten_bind_btVector3_length_0=d.qg)(a),pi=c._emscripten_bind_btVector3_x_0=a=>(pi=c._emscripten_bind_btVector3_x_0=d.rg)(a),qi=c._emscripten_bind_btVector3_y_0=a=>(qi=c._emscripten_bind_btVector3_y_0=
|
|
122
|
+
d.sg)(a),ri=c._emscripten_bind_btVector3_z_0=a=>(ri=c._emscripten_bind_btVector3_z_0=d.tg)(a),si=c._emscripten_bind_btVector3_setX_1=(a,b)=>(si=c._emscripten_bind_btVector3_setX_1=d.ug)(a,b),ti=c._emscripten_bind_btVector3_setY_1=(a,b)=>(ti=c._emscripten_bind_btVector3_setY_1=d.vg)(a,b),ui=c._emscripten_bind_btVector3_setZ_1=(a,b)=>(ui=c._emscripten_bind_btVector3_setZ_1=d.wg)(a,b),vi=c._emscripten_bind_btVector3_setValue_3=(a,b,e,f)=>(vi=c._emscripten_bind_btVector3_setValue_3=d.xg)(a,b,e,f),wi=
|
|
123
|
+
c._emscripten_bind_btVector3_normalize_0=a=>(wi=c._emscripten_bind_btVector3_normalize_0=d.yg)(a),xi=c._emscripten_bind_btVector3_normalized_0=a=>(xi=c._emscripten_bind_btVector3_normalized_0=d.zg)(a),yi=c._emscripten_bind_btVector3_rotate_2=(a,b,e)=>(yi=c._emscripten_bind_btVector3_rotate_2=d.Ag)(a,b,e),zi=c._emscripten_bind_btVector3_dot_1=(a,b)=>(zi=c._emscripten_bind_btVector3_dot_1=d.Bg)(a,b),Ai=c._emscripten_bind_btVector3_angle_1=(a,b)=>(Ai=c._emscripten_bind_btVector3_angle_1=d.Cg)(a,b),Bi=
|
|
124
|
+
c._emscripten_bind_btVector3_absolute_0=a=>(Bi=c._emscripten_bind_btVector3_absolute_0=d.Dg)(a),Ci=c._emscripten_bind_btVector3_cross_1=(a,b)=>(Ci=c._emscripten_bind_btVector3_cross_1=d.Eg)(a,b),Di=c._emscripten_bind_btVector3_triple_2=(a,b,e)=>(Di=c._emscripten_bind_btVector3_triple_2=d.Fg)(a,b,e),Ei=c._emscripten_bind_btVector3_minAxis_0=a=>(Ei=c._emscripten_bind_btVector3_minAxis_0=d.Gg)(a),Fi=c._emscripten_bind_btVector3_maxAxis_0=a=>(Fi=c._emscripten_bind_btVector3_maxAxis_0=d.Hg)(a),Gi=c._emscripten_bind_btVector3_furthestAxis_0=
|
|
125
|
+
a=>(Gi=c._emscripten_bind_btVector3_furthestAxis_0=d.Ig)(a),Hi=c._emscripten_bind_btVector3_closestAxis_0=a=>(Hi=c._emscripten_bind_btVector3_closestAxis_0=d.Jg)(a),Ii=c._emscripten_bind_btVector3_setInterpolate3_3=(a,b,e,f)=>(Ii=c._emscripten_bind_btVector3_setInterpolate3_3=d.Kg)(a,b,e,f),Ji=c._emscripten_bind_btVector3_op_mul_1=(a,b)=>(Ji=c._emscripten_bind_btVector3_op_mul_1=d.Lg)(a,b),Ki=c._emscripten_bind_btVector3_op_add_1=(a,b)=>(Ki=c._emscripten_bind_btVector3_op_add_1=d.Mg)(a,b),Li=c._emscripten_bind_btVector3_op_sub_1=
|
|
126
|
+
(a,b)=>(Li=c._emscripten_bind_btVector3_op_sub_1=d.Ng)(a,b),Mi=c._emscripten_bind_btVector3___destroy___0=a=>(Mi=c._emscripten_bind_btVector3___destroy___0=d.Og)(a),Ni=c._emscripten_bind_btVector4_btVector4_0=()=>(Ni=c._emscripten_bind_btVector4_btVector4_0=d.Pg)(),Oi=c._emscripten_bind_btVector4_btVector4_4=(a,b,e,f)=>(Oi=c._emscripten_bind_btVector4_btVector4_4=d.Qg)(a,b,e,f),Pi=c._emscripten_bind_btVector4_w_0=a=>(Pi=c._emscripten_bind_btVector4_w_0=d.Rg)(a),Qi=c._emscripten_bind_btVector4_absolute4_0=
|
|
127
|
+
a=>(Qi=c._emscripten_bind_btVector4_absolute4_0=d.Sg)(a),Ri=c._emscripten_bind_btVector4_maxAxis4_0=a=>(Ri=c._emscripten_bind_btVector4_maxAxis4_0=d.Tg)(a),Si=c._emscripten_bind_btVector4_minAxis4_0=a=>(Si=c._emscripten_bind_btVector4_minAxis4_0=d.Ug)(a),Ti=c._emscripten_bind_btVector4_closestAxis4_0=a=>(Ti=c._emscripten_bind_btVector4_closestAxis4_0=d.Vg)(a),Ui=c._emscripten_bind_btVector4_op_set_1=(a,b)=>(Ui=c._emscripten_bind_btVector4_op_set_1=d.Wg)(a,b),Vi=c._emscripten_bind_btVector4_length_0=
|
|
128
|
+
a=>(Vi=c._emscripten_bind_btVector4_length_0=d.Xg)(a),Wi=c._emscripten_bind_btVector4_x_0=a=>(Wi=c._emscripten_bind_btVector4_x_0=d.Yg)(a),Xi=c._emscripten_bind_btVector4_y_0=a=>(Xi=c._emscripten_bind_btVector4_y_0=d.Zg)(a),Yi=c._emscripten_bind_btVector4_z_0=a=>(Yi=c._emscripten_bind_btVector4_z_0=d._g)(a),Zi=c._emscripten_bind_btVector4_setX_1=(a,b)=>(Zi=c._emscripten_bind_btVector4_setX_1=d.$g)(a,b),$i=c._emscripten_bind_btVector4_setY_1=(a,b)=>($i=c._emscripten_bind_btVector4_setY_1=d.ah)(a,b),
|
|
129
|
+
aj=c._emscripten_bind_btVector4_setZ_1=(a,b)=>(aj=c._emscripten_bind_btVector4_setZ_1=d.bh)(a,b),bj=c._emscripten_bind_btVector4_normalize_0=a=>(bj=c._emscripten_bind_btVector4_normalize_0=d.ch)(a),cj=c._emscripten_bind_btVector4_normalized_0=a=>(cj=c._emscripten_bind_btVector4_normalized_0=d.dh)(a),dj=c._emscripten_bind_btVector4_rotate_2=(a,b,e)=>(dj=c._emscripten_bind_btVector4_rotate_2=d.eh)(a,b,e),ej=c._emscripten_bind_btVector4_dot_1=(a,b)=>(ej=c._emscripten_bind_btVector4_dot_1=d.fh)(a,b),
|
|
130
|
+
fj=c._emscripten_bind_btVector4_angle_1=(a,b)=>(fj=c._emscripten_bind_btVector4_angle_1=d.gh)(a,b),gj=c._emscripten_bind_btVector4_absolute_0=a=>(gj=c._emscripten_bind_btVector4_absolute_0=d.hh)(a),hj=c._emscripten_bind_btVector4_cross_1=(a,b)=>(hj=c._emscripten_bind_btVector4_cross_1=d.ih)(a,b),ij=c._emscripten_bind_btVector4_triple_2=(a,b,e)=>(ij=c._emscripten_bind_btVector4_triple_2=d.jh)(a,b,e),jj=c._emscripten_bind_btVector4_minAxis_0=a=>(jj=c._emscripten_bind_btVector4_minAxis_0=d.kh)(a),kj=
|
|
131
|
+
c._emscripten_bind_btVector4_maxAxis_0=a=>(kj=c._emscripten_bind_btVector4_maxAxis_0=d.lh)(a),lj=c._emscripten_bind_btVector4_furthestAxis_0=a=>(lj=c._emscripten_bind_btVector4_furthestAxis_0=d.mh)(a),mj=c._emscripten_bind_btVector4_closestAxis_0=a=>(mj=c._emscripten_bind_btVector4_closestAxis_0=d.nh)(a),nj=c._emscripten_bind_btVector4_setInterpolate3_3=(a,b,e,f)=>(nj=c._emscripten_bind_btVector4_setInterpolate3_3=d.oh)(a,b,e,f),oj=c._emscripten_bind_btVector4_op_mul_1=(a,b)=>(oj=c._emscripten_bind_btVector4_op_mul_1=
|
|
132
|
+
d.ph)(a,b),pj=c._emscripten_bind_btVector4_op_add_1=(a,b)=>(pj=c._emscripten_bind_btVector4_op_add_1=d.qh)(a,b),qj=c._emscripten_bind_btVector4_op_sub_1=(a,b)=>(qj=c._emscripten_bind_btVector4_op_sub_1=d.rh)(a,b),rj=c._emscripten_bind_btVector4___destroy___0=a=>(rj=c._emscripten_bind_btVector4___destroy___0=d.sh)(a),sj=c._emscripten_bind_btQuaternion_btQuaternion_0=()=>(sj=c._emscripten_bind_btQuaternion_btQuaternion_0=d.th)(),tj=c._emscripten_bind_btQuaternion_btQuaternion_4=(a,b,e,f)=>(tj=c._emscripten_bind_btQuaternion_btQuaternion_4=
|
|
133
|
+
d.uh)(a,b,e,f),uj=c._emscripten_bind_btQuaternion_setValue_4=(a,b,e,f,h)=>(uj=c._emscripten_bind_btQuaternion_setValue_4=d.vh)(a,b,e,f,h),vj=c._emscripten_bind_btQuaternion_setEulerZYX_3=(a,b,e,f)=>(vj=c._emscripten_bind_btQuaternion_setEulerZYX_3=d.wh)(a,b,e,f),wj=c._emscripten_bind_btQuaternion_setRotation_2=(a,b,e)=>(wj=c._emscripten_bind_btQuaternion_setRotation_2=d.xh)(a,b,e),xj=c._emscripten_bind_btQuaternion_normalize_0=a=>(xj=c._emscripten_bind_btQuaternion_normalize_0=d.yh)(a),yj=c._emscripten_bind_btQuaternion_length2_0=
|
|
134
|
+
a=>(yj=c._emscripten_bind_btQuaternion_length2_0=d.zh)(a),zj=c._emscripten_bind_btQuaternion_length_0=a=>(zj=c._emscripten_bind_btQuaternion_length_0=d.Ah)(a),Aj=c._emscripten_bind_btQuaternion_dot_1=(a,b)=>(Aj=c._emscripten_bind_btQuaternion_dot_1=d.Bh)(a,b),Bj=c._emscripten_bind_btQuaternion_normalized_0=a=>(Bj=c._emscripten_bind_btQuaternion_normalized_0=d.Ch)(a),Cj=c._emscripten_bind_btQuaternion_getAxis_0=a=>(Cj=c._emscripten_bind_btQuaternion_getAxis_0=d.Dh)(a),Dj=c._emscripten_bind_btQuaternion_inverse_0=
|
|
135
|
+
a=>(Dj=c._emscripten_bind_btQuaternion_inverse_0=d.Eh)(a),Ej=c._emscripten_bind_btQuaternion_getAngle_0=a=>(Ej=c._emscripten_bind_btQuaternion_getAngle_0=d.Fh)(a),Fj=c._emscripten_bind_btQuaternion_getAngleShortestPath_0=a=>(Fj=c._emscripten_bind_btQuaternion_getAngleShortestPath_0=d.Gh)(a),Gj=c._emscripten_bind_btQuaternion_angle_1=(a,b)=>(Gj=c._emscripten_bind_btQuaternion_angle_1=d.Hh)(a,b),Hj=c._emscripten_bind_btQuaternion_angleShortestPath_1=(a,b)=>(Hj=c._emscripten_bind_btQuaternion_angleShortestPath_1=
|
|
136
|
+
d.Ih)(a,b),Ij=c._emscripten_bind_btQuaternion_op_add_1=(a,b)=>(Ij=c._emscripten_bind_btQuaternion_op_add_1=d.Jh)(a,b),Jj=c._emscripten_bind_btQuaternion_op_sub_1=(a,b)=>(Jj=c._emscripten_bind_btQuaternion_op_sub_1=d.Kh)(a,b),Kj=c._emscripten_bind_btQuaternion_op_mul_1=(a,b)=>(Kj=c._emscripten_bind_btQuaternion_op_mul_1=d.Lh)(a,b),Lj=c._emscripten_bind_btQuaternion_op_mulq_1=(a,b)=>(Lj=c._emscripten_bind_btQuaternion_op_mulq_1=d.Mh)(a,b),Mj=c._emscripten_bind_btQuaternion_op_div_1=(a,b)=>(Mj=c._emscripten_bind_btQuaternion_op_div_1=
|
|
137
|
+
d.Nh)(a,b),Nj=c._emscripten_bind_btQuaternion_x_0=a=>(Nj=c._emscripten_bind_btQuaternion_x_0=d.Oh)(a),Oj=c._emscripten_bind_btQuaternion_y_0=a=>(Oj=c._emscripten_bind_btQuaternion_y_0=d.Ph)(a),Pj=c._emscripten_bind_btQuaternion_z_0=a=>(Pj=c._emscripten_bind_btQuaternion_z_0=d.Qh)(a),Qj=c._emscripten_bind_btQuaternion_w_0=a=>(Qj=c._emscripten_bind_btQuaternion_w_0=d.Rh)(a),Rj=c._emscripten_bind_btQuaternion_setX_1=(a,b)=>(Rj=c._emscripten_bind_btQuaternion_setX_1=d.Sh)(a,b),Sj=c._emscripten_bind_btQuaternion_setY_1=
|
|
138
|
+
(a,b)=>(Sj=c._emscripten_bind_btQuaternion_setY_1=d.Th)(a,b),Tj=c._emscripten_bind_btQuaternion_setZ_1=(a,b)=>(Tj=c._emscripten_bind_btQuaternion_setZ_1=d.Uh)(a,b),Uj=c._emscripten_bind_btQuaternion_setW_1=(a,b)=>(Uj=c._emscripten_bind_btQuaternion_setW_1=d.Vh)(a,b),Vj=c._emscripten_bind_btQuaternion___destroy___0=a=>(Vj=c._emscripten_bind_btQuaternion___destroy___0=d.Wh)(a),Wj=c._emscripten_bind_btMatrix3x3_setEulerZYX_3=(a,b,e,f)=>(Wj=c._emscripten_bind_btMatrix3x3_setEulerZYX_3=d.Xh)(a,b,e,f),
|
|
139
|
+
Xj=c._emscripten_bind_btMatrix3x3_getRotation_1=(a,b)=>(Xj=c._emscripten_bind_btMatrix3x3_getRotation_1=d.Yh)(a,b),Yj=c._emscripten_bind_btMatrix3x3_getRow_1=(a,b)=>(Yj=c._emscripten_bind_btMatrix3x3_getRow_1=d.Zh)(a,b),Zj=c._emscripten_bind_btMatrix3x3___destroy___0=a=>(Zj=c._emscripten_bind_btMatrix3x3___destroy___0=d._h)(a),ak=c._emscripten_bind_btTransform_btTransform_0=()=>(ak=c._emscripten_bind_btTransform_btTransform_0=d.$h)(),bk=c._emscripten_bind_btTransform_btTransform_2=(a,b)=>(bk=c._emscripten_bind_btTransform_btTransform_2=
|
|
140
|
+
d.ai)(a,b),ck=c._emscripten_bind_btTransform_setIdentity_0=a=>(ck=c._emscripten_bind_btTransform_setIdentity_0=d.bi)(a),dk=c._emscripten_bind_btTransform_setOrigin_1=(a,b)=>(dk=c._emscripten_bind_btTransform_setOrigin_1=d.ci)(a,b),ek=c._emscripten_bind_btTransform_setRotation_1=(a,b)=>(ek=c._emscripten_bind_btTransform_setRotation_1=d.di)(a,b),fk=c._emscripten_bind_btTransform_getOrigin_0=a=>(fk=c._emscripten_bind_btTransform_getOrigin_0=d.ei)(a),gk=c._emscripten_bind_btTransform_getRotation_0=a=>
|
|
141
|
+
(gk=c._emscripten_bind_btTransform_getRotation_0=d.fi)(a),hk=c._emscripten_bind_btTransform_getBasis_0=a=>(hk=c._emscripten_bind_btTransform_getBasis_0=d.gi)(a),ik=c._emscripten_bind_btTransform_setFromOpenGLMatrix_1=(a,b)=>(ik=c._emscripten_bind_btTransform_setFromOpenGLMatrix_1=d.hi)(a,b),jk=c._emscripten_bind_btTransform_inverse_0=a=>(jk=c._emscripten_bind_btTransform_inverse_0=d.ii)(a),kk=c._emscripten_bind_btTransform_op_mul_1=(a,b)=>(kk=c._emscripten_bind_btTransform_op_mul_1=d.ji)(a,b),lk=
|
|
142
|
+
c._emscripten_bind_btTransform___destroy___0=a=>(lk=c._emscripten_bind_btTransform___destroy___0=d.ki)(a),mk=c._emscripten_bind_MotionState_MotionState_0=()=>(mk=c._emscripten_bind_MotionState_MotionState_0=d.li)(),nk=c._emscripten_bind_MotionState_getWorldTransform_1=(a,b)=>(nk=c._emscripten_bind_MotionState_getWorldTransform_1=d.mi)(a,b),ok=c._emscripten_bind_MotionState_setWorldTransform_1=(a,b)=>(ok=c._emscripten_bind_MotionState_setWorldTransform_1=d.ni)(a,b),pk=c._emscripten_bind_MotionState___destroy___0=
|
|
143
|
+
a=>(pk=c._emscripten_bind_MotionState___destroy___0=d.oi)(a),qk=c._emscripten_bind_btDefaultMotionState_btDefaultMotionState_0=()=>(qk=c._emscripten_bind_btDefaultMotionState_btDefaultMotionState_0=d.pi)(),rk=c._emscripten_bind_btDefaultMotionState_btDefaultMotionState_1=a=>(rk=c._emscripten_bind_btDefaultMotionState_btDefaultMotionState_1=d.qi)(a),sk=c._emscripten_bind_btDefaultMotionState_btDefaultMotionState_2=(a,b)=>(sk=c._emscripten_bind_btDefaultMotionState_btDefaultMotionState_2=d.ri)(a,b),
|
|
144
|
+
tk=c._emscripten_bind_btDefaultMotionState_getWorldTransform_1=(a,b)=>(tk=c._emscripten_bind_btDefaultMotionState_getWorldTransform_1=d.si)(a,b),uk=c._emscripten_bind_btDefaultMotionState_setWorldTransform_1=(a,b)=>(uk=c._emscripten_bind_btDefaultMotionState_setWorldTransform_1=d.ti)(a,b),vk=c._emscripten_bind_btDefaultMotionState_get_m_graphicsWorldTrans_0=a=>(vk=c._emscripten_bind_btDefaultMotionState_get_m_graphicsWorldTrans_0=d.ui)(a),wk=c._emscripten_bind_btDefaultMotionState_set_m_graphicsWorldTrans_1=
|
|
145
|
+
(a,b)=>(wk=c._emscripten_bind_btDefaultMotionState_set_m_graphicsWorldTrans_1=d.vi)(a,b),xk=c._emscripten_bind_btDefaultMotionState___destroy___0=a=>(xk=c._emscripten_bind_btDefaultMotionState___destroy___0=d.wi)(a),yk=c._emscripten_bind_btSpatialForceVector_btSpatialForceVector_0=()=>(yk=c._emscripten_bind_btSpatialForceVector_btSpatialForceVector_0=d.xi)(),zk=c._emscripten_bind_btSpatialForceVector_btSpatialForceVector_2=(a,b)=>(zk=c._emscripten_bind_btSpatialForceVector_btSpatialForceVector_2=
|
|
146
|
+
d.yi)(a,b),Ak=c._emscripten_bind_btSpatialForceVector_setVector_2=(a,b,e)=>(Ak=c._emscripten_bind_btSpatialForceVector_setVector_2=d.zi)(a,b,e),Bk=c._emscripten_bind_btSpatialForceVector_addVector_2=(a,b,e)=>(Bk=c._emscripten_bind_btSpatialForceVector_addVector_2=d.Ai)(a,b,e),Ck=c._emscripten_bind_btSpatialForceVector_getLinear_0=a=>(Ck=c._emscripten_bind_btSpatialForceVector_getLinear_0=d.Bi)(a),Dk=c._emscripten_bind_btSpatialForceVector_getAngular_0=a=>(Dk=c._emscripten_bind_btSpatialForceVector_getAngular_0=
|
|
147
|
+
d.Ci)(a),Ek=c._emscripten_bind_btSpatialForceVector_setLinear_1=(a,b)=>(Ek=c._emscripten_bind_btSpatialForceVector_setLinear_1=d.Di)(a,b),Fk=c._emscripten_bind_btSpatialForceVector_setAngular_1=(a,b)=>(Fk=c._emscripten_bind_btSpatialForceVector_setAngular_1=d.Ei)(a,b),Gk=c._emscripten_bind_btSpatialForceVector_addAngular_1=(a,b)=>(Gk=c._emscripten_bind_btSpatialForceVector_addAngular_1=d.Fi)(a,b),Hk=c._emscripten_bind_btSpatialForceVector_addLinear_1=(a,b)=>(Hk=c._emscripten_bind_btSpatialForceVector_addLinear_1=
|
|
148
|
+
d.Gi)(a,b),Ik=c._emscripten_bind_btSpatialForceVector_setZero_0=a=>(Ik=c._emscripten_bind_btSpatialForceVector_setZero_0=d.Hi)(a),Jk=c._emscripten_bind_btSpatialForceVector_op_add_1=(a,b)=>(Jk=c._emscripten_bind_btSpatialForceVector_op_add_1=d.Ii)(a,b),Kk=c._emscripten_bind_btSpatialForceVector_op_sub_1=(a,b)=>(Kk=c._emscripten_bind_btSpatialForceVector_op_sub_1=d.Ji)(a,b),Lk=c._emscripten_bind_btSpatialForceVector_get_m_topVec_0=a=>(Lk=c._emscripten_bind_btSpatialForceVector_get_m_topVec_0=d.Ki)(a),
|
|
149
|
+
Mk=c._emscripten_bind_btSpatialForceVector_set_m_topVec_1=(a,b)=>(Mk=c._emscripten_bind_btSpatialForceVector_set_m_topVec_1=d.Li)(a,b),Nk=c._emscripten_bind_btSpatialForceVector_get_m_bottomVec_0=a=>(Nk=c._emscripten_bind_btSpatialForceVector_get_m_bottomVec_0=d.Mi)(a),Ok=c._emscripten_bind_btSpatialForceVector_set_m_bottomVec_1=(a,b)=>(Ok=c._emscripten_bind_btSpatialForceVector_set_m_bottomVec_1=d.Ni)(a,b),Pk=c._emscripten_bind_btSpatialForceVector___destroy___0=a=>(Pk=c._emscripten_bind_btSpatialForceVector___destroy___0=
|
|
150
|
+
d.Oi)(a),Qk=c._emscripten_bind_btSpatialMotionVector_btSpatialMotionVector_0=()=>(Qk=c._emscripten_bind_btSpatialMotionVector_btSpatialMotionVector_0=d.Pi)(),Rk=c._emscripten_bind_btSpatialMotionVector_btSpatialMotionVector_2=(a,b)=>(Rk=c._emscripten_bind_btSpatialMotionVector_btSpatialMotionVector_2=d.Qi)(a,b),Sk=c._emscripten_bind_btSpatialMotionVector_setVector_2=(a,b,e)=>(Sk=c._emscripten_bind_btSpatialMotionVector_setVector_2=d.Ri)(a,b,e),Tk=c._emscripten_bind_btSpatialMotionVector_addVector_2=
|
|
151
|
+
(a,b,e)=>(Tk=c._emscripten_bind_btSpatialMotionVector_addVector_2=d.Si)(a,b,e),Uk=c._emscripten_bind_btSpatialMotionVector_getAngular_0=a=>(Uk=c._emscripten_bind_btSpatialMotionVector_getAngular_0=d.Ti)(a),Vk=c._emscripten_bind_btSpatialMotionVector_getLinear_0=a=>(Vk=c._emscripten_bind_btSpatialMotionVector_getLinear_0=d.Ui)(a),Wk=c._emscripten_bind_btSpatialMotionVector_setAngular_1=(a,b)=>(Wk=c._emscripten_bind_btSpatialMotionVector_setAngular_1=d.Vi)(a,b),Xk=c._emscripten_bind_btSpatialMotionVector_setLinear_1=
|
|
152
|
+
(a,b)=>(Xk=c._emscripten_bind_btSpatialMotionVector_setLinear_1=d.Wi)(a,b),Yk=c._emscripten_bind_btSpatialMotionVector_addAngular_1=(a,b)=>(Yk=c._emscripten_bind_btSpatialMotionVector_addAngular_1=d.Xi)(a,b),Zk=c._emscripten_bind_btSpatialMotionVector_addLinear_1=(a,b)=>(Zk=c._emscripten_bind_btSpatialMotionVector_addLinear_1=d.Yi)(a,b),$k=c._emscripten_bind_btSpatialMotionVector_setZero_0=a=>($k=c._emscripten_bind_btSpatialMotionVector_setZero_0=d.Zi)(a),al=c._emscripten_bind_btSpatialMotionVector_dot_1=
|
|
153
|
+
(a,b)=>(al=c._emscripten_bind_btSpatialMotionVector_dot_1=d._i)(a,b),bl=c._emscripten_bind_btSpatialMotionVector_op_add_1=(a,b)=>(bl=c._emscripten_bind_btSpatialMotionVector_op_add_1=d.$i)(a,b),cl=c._emscripten_bind_btSpatialMotionVector_op_sub_1=(a,b)=>(cl=c._emscripten_bind_btSpatialMotionVector_op_sub_1=d.aj)(a,b),dl=c._emscripten_bind_btSpatialMotionVector_get_m_topVec_0=a=>(dl=c._emscripten_bind_btSpatialMotionVector_get_m_topVec_0=d.bj)(a),el=c._emscripten_bind_btSpatialMotionVector_set_m_topVec_1=
|
|
154
|
+
(a,b)=>(el=c._emscripten_bind_btSpatialMotionVector_set_m_topVec_1=d.cj)(a,b),fl=c._emscripten_bind_btSpatialMotionVector_get_m_bottomVec_0=a=>(fl=c._emscripten_bind_btSpatialMotionVector_get_m_bottomVec_0=d.dj)(a),gl=c._emscripten_bind_btSpatialMotionVector_set_m_bottomVec_1=(a,b)=>(gl=c._emscripten_bind_btSpatialMotionVector_set_m_bottomVec_1=d.ej)(a,b),hl=c._emscripten_bind_btSpatialMotionVector___destroy___0=a=>(hl=c._emscripten_bind_btSpatialMotionVector___destroy___0=d.fj)(a),il=c._emscripten_bind_btSymmetricSpatialDyad_btSymmetricSpatialDyad_0=
|
|
155
|
+
()=>(il=c._emscripten_bind_btSymmetricSpatialDyad_btSymmetricSpatialDyad_0=d.gj)(),jl=c._emscripten_bind_btSymmetricSpatialDyad_btSymmetricSpatialDyad_3=(a,b,e)=>(jl=c._emscripten_bind_btSymmetricSpatialDyad_btSymmetricSpatialDyad_3=d.hj)(a,b,e),kl=c._emscripten_bind_btSymmetricSpatialDyad_setMatrix_3=(a,b,e,f)=>(kl=c._emscripten_bind_btSymmetricSpatialDyad_setMatrix_3=d.ij)(a,b,e,f),ll=c._emscripten_bind_btSymmetricSpatialDyad_addMatrix_3=(a,b,e,f)=>(ll=c._emscripten_bind_btSymmetricSpatialDyad_addMatrix_3=
|
|
156
|
+
d.jj)(a,b,e,f),ml=c._emscripten_bind_btSymmetricSpatialDyad_setIdentity_0=a=>(ml=c._emscripten_bind_btSymmetricSpatialDyad_setIdentity_0=d.kj)(a),nl=c._emscripten_bind_btSymmetricSpatialDyad_op_sub_1=(a,b)=>(nl=c._emscripten_bind_btSymmetricSpatialDyad_op_sub_1=d.lj)(a,b),ol=c._emscripten_bind_btSymmetricSpatialDyad_get_m_topLeftMat_0=a=>(ol=c._emscripten_bind_btSymmetricSpatialDyad_get_m_topLeftMat_0=d.mj)(a),pl=c._emscripten_bind_btSymmetricSpatialDyad_set_m_topLeftMat_1=(a,b)=>(pl=c._emscripten_bind_btSymmetricSpatialDyad_set_m_topLeftMat_1=
|
|
157
|
+
d.nj)(a,b),ql=c._emscripten_bind_btSymmetricSpatialDyad_get_m_topRightMat_0=a=>(ql=c._emscripten_bind_btSymmetricSpatialDyad_get_m_topRightMat_0=d.oj)(a),rl=c._emscripten_bind_btSymmetricSpatialDyad_set_m_topRightMat_1=(a,b)=>(rl=c._emscripten_bind_btSymmetricSpatialDyad_set_m_topRightMat_1=d.pj)(a,b),sl=c._emscripten_bind_btSymmetricSpatialDyad_get_m_bottomLeftMat_0=a=>(sl=c._emscripten_bind_btSymmetricSpatialDyad_get_m_bottomLeftMat_0=d.qj)(a),tl=c._emscripten_bind_btSymmetricSpatialDyad_set_m_bottomLeftMat_1=
|
|
158
|
+
(a,b)=>(tl=c._emscripten_bind_btSymmetricSpatialDyad_set_m_bottomLeftMat_1=d.rj)(a,b),ul=c._emscripten_bind_btSymmetricSpatialDyad___destroy___0=a=>(ul=c._emscripten_bind_btSymmetricSpatialDyad___destroy___0=d.sj)(a),vl=c._emscripten_bind_btCollisionObjectWrapper_getWorldTransform_0=a=>(vl=c._emscripten_bind_btCollisionObjectWrapper_getWorldTransform_0=d.tj)(a),wl=c._emscripten_bind_btCollisionObjectWrapper_getCollisionObject_0=a=>(wl=c._emscripten_bind_btCollisionObjectWrapper_getCollisionObject_0=
|
|
159
|
+
d.uj)(a),xl=c._emscripten_bind_btCollisionObjectWrapper_getCollisionShape_0=a=>(xl=c._emscripten_bind_btCollisionObjectWrapper_getCollisionShape_0=d.vj)(a),yl=c._emscripten_bind_ClosestRayResultCallback_ClosestRayResultCallback_2=(a,b)=>(yl=c._emscripten_bind_ClosestRayResultCallback_ClosestRayResultCallback_2=d.wj)(a,b),zl=c._emscripten_bind_ClosestRayResultCallback_hasHit_0=a=>(zl=c._emscripten_bind_ClosestRayResultCallback_hasHit_0=d.xj)(a),Al=c._emscripten_bind_ClosestRayResultCallback_get_m_rayFromWorld_0=
|
|
160
|
+
a=>(Al=c._emscripten_bind_ClosestRayResultCallback_get_m_rayFromWorld_0=d.yj)(a),Bl=c._emscripten_bind_ClosestRayResultCallback_set_m_rayFromWorld_1=(a,b)=>(Bl=c._emscripten_bind_ClosestRayResultCallback_set_m_rayFromWorld_1=d.zj)(a,b),Cl=c._emscripten_bind_ClosestRayResultCallback_get_m_rayToWorld_0=a=>(Cl=c._emscripten_bind_ClosestRayResultCallback_get_m_rayToWorld_0=d.Aj)(a),Dl=c._emscripten_bind_ClosestRayResultCallback_set_m_rayToWorld_1=(a,b)=>(Dl=c._emscripten_bind_ClosestRayResultCallback_set_m_rayToWorld_1=
|
|
161
|
+
d.Bj)(a,b),El=c._emscripten_bind_ClosestRayResultCallback_get_m_hitNormalWorld_0=a=>(El=c._emscripten_bind_ClosestRayResultCallback_get_m_hitNormalWorld_0=d.Cj)(a),Fl=c._emscripten_bind_ClosestRayResultCallback_set_m_hitNormalWorld_1=(a,b)=>(Fl=c._emscripten_bind_ClosestRayResultCallback_set_m_hitNormalWorld_1=d.Dj)(a,b),Gl=c._emscripten_bind_ClosestRayResultCallback_get_m_hitPointWorld_0=a=>(Gl=c._emscripten_bind_ClosestRayResultCallback_get_m_hitPointWorld_0=d.Ej)(a),Hl=c._emscripten_bind_ClosestRayResultCallback_set_m_hitPointWorld_1=
|
|
162
|
+
(a,b)=>(Hl=c._emscripten_bind_ClosestRayResultCallback_set_m_hitPointWorld_1=d.Fj)(a,b),Il=c._emscripten_bind_ClosestRayResultCallback_get_m_collisionFilterGroup_0=a=>(Il=c._emscripten_bind_ClosestRayResultCallback_get_m_collisionFilterGroup_0=d.Gj)(a),Jl=c._emscripten_bind_ClosestRayResultCallback_set_m_collisionFilterGroup_1=(a,b)=>(Jl=c._emscripten_bind_ClosestRayResultCallback_set_m_collisionFilterGroup_1=d.Hj)(a,b),Kl=c._emscripten_bind_ClosestRayResultCallback_get_m_collisionFilterMask_0=a=>
|
|
163
|
+
(Kl=c._emscripten_bind_ClosestRayResultCallback_get_m_collisionFilterMask_0=d.Ij)(a),Ll=c._emscripten_bind_ClosestRayResultCallback_set_m_collisionFilterMask_1=(a,b)=>(Ll=c._emscripten_bind_ClosestRayResultCallback_set_m_collisionFilterMask_1=d.Jj)(a,b),Ml=c._emscripten_bind_ClosestRayResultCallback_get_m_closestHitFraction_0=a=>(Ml=c._emscripten_bind_ClosestRayResultCallback_get_m_closestHitFraction_0=d.Kj)(a),Nl=c._emscripten_bind_ClosestRayResultCallback_set_m_closestHitFraction_1=(a,b)=>(Nl=c._emscripten_bind_ClosestRayResultCallback_set_m_closestHitFraction_1=
|
|
164
|
+
d.Lj)(a,b),Ol=c._emscripten_bind_ClosestRayResultCallback_get_m_collisionObject_0=a=>(Ol=c._emscripten_bind_ClosestRayResultCallback_get_m_collisionObject_0=d.Mj)(a),Pl=c._emscripten_bind_ClosestRayResultCallback_set_m_collisionObject_1=(a,b)=>(Pl=c._emscripten_bind_ClosestRayResultCallback_set_m_collisionObject_1=d.Nj)(a,b),Ql=c._emscripten_bind_ClosestRayResultCallback_get_m_flags_0=a=>(Ql=c._emscripten_bind_ClosestRayResultCallback_get_m_flags_0=d.Oj)(a),Rl=c._emscripten_bind_ClosestRayResultCallback_set_m_flags_1=
|
|
165
|
+
(a,b)=>(Rl=c._emscripten_bind_ClosestRayResultCallback_set_m_flags_1=d.Pj)(a,b),Sl=c._emscripten_bind_ClosestRayResultCallback___destroy___0=a=>(Sl=c._emscripten_bind_ClosestRayResultCallback___destroy___0=d.Qj)(a),Tl=c._emscripten_bind_btConstCollisionObjectArray_size_0=a=>(Tl=c._emscripten_bind_btConstCollisionObjectArray_size_0=d.Rj)(a),Ul=c._emscripten_bind_btConstCollisionObjectArray_at_1=(a,b)=>(Ul=c._emscripten_bind_btConstCollisionObjectArray_at_1=d.Sj)(a,b),Vl=c._emscripten_bind_btConstCollisionObjectArray___destroy___0=
|
|
166
|
+
a=>(Vl=c._emscripten_bind_btConstCollisionObjectArray___destroy___0=d.Tj)(a),Wl=c._emscripten_bind_btScalarArray_size_0=a=>(Wl=c._emscripten_bind_btScalarArray_size_0=d.Uj)(a),Xl=c._emscripten_bind_btScalarArray_at_1=(a,b)=>(Xl=c._emscripten_bind_btScalarArray_at_1=d.Vj)(a,b),Yl=c._emscripten_bind_btScalarArray___destroy___0=a=>(Yl=c._emscripten_bind_btScalarArray___destroy___0=d.Wj)(a),Zl=c._emscripten_bind_AllHitsRayResultCallback_AllHitsRayResultCallback_2=(a,b)=>(Zl=c._emscripten_bind_AllHitsRayResultCallback_AllHitsRayResultCallback_2=
|
|
167
|
+
d.Xj)(a,b),$l=c._emscripten_bind_AllHitsRayResultCallback_hasHit_0=a=>($l=c._emscripten_bind_AllHitsRayResultCallback_hasHit_0=d.Yj)(a),am=c._emscripten_bind_AllHitsRayResultCallback_get_m_collisionObjects_0=a=>(am=c._emscripten_bind_AllHitsRayResultCallback_get_m_collisionObjects_0=d.Zj)(a),bm=c._emscripten_bind_AllHitsRayResultCallback_set_m_collisionObjects_1=(a,b)=>(bm=c._emscripten_bind_AllHitsRayResultCallback_set_m_collisionObjects_1=d._j)(a,b),cm=c._emscripten_bind_AllHitsRayResultCallback_get_m_rayFromWorld_0=
|
|
168
|
+
a=>(cm=c._emscripten_bind_AllHitsRayResultCallback_get_m_rayFromWorld_0=d.$j)(a),dm=c._emscripten_bind_AllHitsRayResultCallback_set_m_rayFromWorld_1=(a,b)=>(dm=c._emscripten_bind_AllHitsRayResultCallback_set_m_rayFromWorld_1=d.ak)(a,b),em=c._emscripten_bind_AllHitsRayResultCallback_get_m_rayToWorld_0=a=>(em=c._emscripten_bind_AllHitsRayResultCallback_get_m_rayToWorld_0=d.bk)(a),fm=c._emscripten_bind_AllHitsRayResultCallback_set_m_rayToWorld_1=(a,b)=>(fm=c._emscripten_bind_AllHitsRayResultCallback_set_m_rayToWorld_1=
|
|
169
|
+
d.ck)(a,b),gm=c._emscripten_bind_AllHitsRayResultCallback_get_m_hitNormalWorld_0=a=>(gm=c._emscripten_bind_AllHitsRayResultCallback_get_m_hitNormalWorld_0=d.dk)(a),hm=c._emscripten_bind_AllHitsRayResultCallback_set_m_hitNormalWorld_1=(a,b)=>(hm=c._emscripten_bind_AllHitsRayResultCallback_set_m_hitNormalWorld_1=d.ek)(a,b),im=c._emscripten_bind_AllHitsRayResultCallback_get_m_hitPointWorld_0=a=>(im=c._emscripten_bind_AllHitsRayResultCallback_get_m_hitPointWorld_0=d.fk)(a),jm=c._emscripten_bind_AllHitsRayResultCallback_set_m_hitPointWorld_1=
|
|
170
|
+
(a,b)=>(jm=c._emscripten_bind_AllHitsRayResultCallback_set_m_hitPointWorld_1=d.gk)(a,b),km=c._emscripten_bind_AllHitsRayResultCallback_get_m_hitFractions_0=a=>(km=c._emscripten_bind_AllHitsRayResultCallback_get_m_hitFractions_0=d.hk)(a),lm=c._emscripten_bind_AllHitsRayResultCallback_set_m_hitFractions_1=(a,b)=>(lm=c._emscripten_bind_AllHitsRayResultCallback_set_m_hitFractions_1=d.ik)(a,b),mm=c._emscripten_bind_AllHitsRayResultCallback_get_m_collisionFilterGroup_0=a=>(mm=c._emscripten_bind_AllHitsRayResultCallback_get_m_collisionFilterGroup_0=
|
|
171
|
+
d.jk)(a),nm=c._emscripten_bind_AllHitsRayResultCallback_set_m_collisionFilterGroup_1=(a,b)=>(nm=c._emscripten_bind_AllHitsRayResultCallback_set_m_collisionFilterGroup_1=d.kk)(a,b),om=c._emscripten_bind_AllHitsRayResultCallback_get_m_collisionFilterMask_0=a=>(om=c._emscripten_bind_AllHitsRayResultCallback_get_m_collisionFilterMask_0=d.lk)(a),pm=c._emscripten_bind_AllHitsRayResultCallback_set_m_collisionFilterMask_1=(a,b)=>(pm=c._emscripten_bind_AllHitsRayResultCallback_set_m_collisionFilterMask_1=
|
|
172
|
+
d.mk)(a,b),qm=c._emscripten_bind_AllHitsRayResultCallback_get_m_closestHitFraction_0=a=>(qm=c._emscripten_bind_AllHitsRayResultCallback_get_m_closestHitFraction_0=d.nk)(a),rm=c._emscripten_bind_AllHitsRayResultCallback_set_m_closestHitFraction_1=(a,b)=>(rm=c._emscripten_bind_AllHitsRayResultCallback_set_m_closestHitFraction_1=d.ok)(a,b),sm=c._emscripten_bind_AllHitsRayResultCallback_get_m_collisionObject_0=a=>(sm=c._emscripten_bind_AllHitsRayResultCallback_get_m_collisionObject_0=d.pk)(a),tm=c._emscripten_bind_AllHitsRayResultCallback_set_m_collisionObject_1=
|
|
173
|
+
(a,b)=>(tm=c._emscripten_bind_AllHitsRayResultCallback_set_m_collisionObject_1=d.qk)(a,b),um=c._emscripten_bind_AllHitsRayResultCallback_get_m_flags_0=a=>(um=c._emscripten_bind_AllHitsRayResultCallback_get_m_flags_0=d.rk)(a),wm=c._emscripten_bind_AllHitsRayResultCallback_set_m_flags_1=(a,b)=>(wm=c._emscripten_bind_AllHitsRayResultCallback_set_m_flags_1=d.sk)(a,b),xm=c._emscripten_bind_AllHitsRayResultCallback___destroy___0=a=>(xm=c._emscripten_bind_AllHitsRayResultCallback___destroy___0=d.tk)(a),
|
|
174
|
+
ym=c._emscripten_bind_btManifoldPoint_getPositionWorldOnA_0=a=>(ym=c._emscripten_bind_btManifoldPoint_getPositionWorldOnA_0=d.uk)(a),zm=c._emscripten_bind_btManifoldPoint_getPositionWorldOnB_0=a=>(zm=c._emscripten_bind_btManifoldPoint_getPositionWorldOnB_0=d.vk)(a),Am=c._emscripten_bind_btManifoldPoint_getAppliedImpulse_0=a=>(Am=c._emscripten_bind_btManifoldPoint_getAppliedImpulse_0=d.wk)(a),Bm=c._emscripten_bind_btManifoldPoint_getDistance_0=a=>(Bm=c._emscripten_bind_btManifoldPoint_getDistance_0=
|
|
175
|
+
d.xk)(a),Cm=c._emscripten_bind_btManifoldPoint_get_m_localPointA_0=a=>(Cm=c._emscripten_bind_btManifoldPoint_get_m_localPointA_0=d.yk)(a),Dm=c._emscripten_bind_btManifoldPoint_set_m_localPointA_1=(a,b)=>(Dm=c._emscripten_bind_btManifoldPoint_set_m_localPointA_1=d.zk)(a,b),Em=c._emscripten_bind_btManifoldPoint_get_m_localPointB_0=a=>(Em=c._emscripten_bind_btManifoldPoint_get_m_localPointB_0=d.Ak)(a),Fm=c._emscripten_bind_btManifoldPoint_set_m_localPointB_1=(a,b)=>(Fm=c._emscripten_bind_btManifoldPoint_set_m_localPointB_1=
|
|
176
|
+
d.Bk)(a,b),Gm=c._emscripten_bind_btManifoldPoint_get_m_positionWorldOnB_0=a=>(Gm=c._emscripten_bind_btManifoldPoint_get_m_positionWorldOnB_0=d.Ck)(a),Hm=c._emscripten_bind_btManifoldPoint_set_m_positionWorldOnB_1=(a,b)=>(Hm=c._emscripten_bind_btManifoldPoint_set_m_positionWorldOnB_1=d.Dk)(a,b),Im=c._emscripten_bind_btManifoldPoint_get_m_positionWorldOnA_0=a=>(Im=c._emscripten_bind_btManifoldPoint_get_m_positionWorldOnA_0=d.Ek)(a),Jm=c._emscripten_bind_btManifoldPoint_set_m_positionWorldOnA_1=(a,b)=>
|
|
177
|
+
(Jm=c._emscripten_bind_btManifoldPoint_set_m_positionWorldOnA_1=d.Fk)(a,b),Km=c._emscripten_bind_btManifoldPoint_get_m_normalWorldOnB_0=a=>(Km=c._emscripten_bind_btManifoldPoint_get_m_normalWorldOnB_0=d.Gk)(a),Lm=c._emscripten_bind_btManifoldPoint_set_m_normalWorldOnB_1=(a,b)=>(Lm=c._emscripten_bind_btManifoldPoint_set_m_normalWorldOnB_1=d.Hk)(a,b),Mm=c._emscripten_bind_btManifoldPoint_get_m_userPersistentData_0=a=>(Mm=c._emscripten_bind_btManifoldPoint_get_m_userPersistentData_0=d.Ik)(a),Nm=c._emscripten_bind_btManifoldPoint_set_m_userPersistentData_1=
|
|
178
|
+
(a,b)=>(Nm=c._emscripten_bind_btManifoldPoint_set_m_userPersistentData_1=d.Jk)(a,b),Om=c._emscripten_bind_btManifoldPoint___destroy___0=a=>(Om=c._emscripten_bind_btManifoldPoint___destroy___0=d.Kk)(a),Pm=c._emscripten_bind_ConcreteContactResultCallback_ConcreteContactResultCallback_0=()=>(Pm=c._emscripten_bind_ConcreteContactResultCallback_ConcreteContactResultCallback_0=d.Lk)(),Qm=c._emscripten_bind_ConcreteContactResultCallback_addSingleResult_7=(a,b,e,f,h,k,r,v)=>(Qm=c._emscripten_bind_ConcreteContactResultCallback_addSingleResult_7=
|
|
179
|
+
d.Mk)(a,b,e,f,h,k,r,v),Rm=c._emscripten_bind_ConcreteContactResultCallback___destroy___0=a=>(Rm=c._emscripten_bind_ConcreteContactResultCallback___destroy___0=d.Nk)(a),Sm=c._emscripten_bind_LocalShapeInfo_get_m_shapePart_0=a=>(Sm=c._emscripten_bind_LocalShapeInfo_get_m_shapePart_0=d.Ok)(a),Tm=c._emscripten_bind_LocalShapeInfo_set_m_shapePart_1=(a,b)=>(Tm=c._emscripten_bind_LocalShapeInfo_set_m_shapePart_1=d.Pk)(a,b),Um=c._emscripten_bind_LocalShapeInfo_get_m_triangleIndex_0=a=>(Um=c._emscripten_bind_LocalShapeInfo_get_m_triangleIndex_0=
|
|
180
|
+
d.Qk)(a),Vm=c._emscripten_bind_LocalShapeInfo_set_m_triangleIndex_1=(a,b)=>(Vm=c._emscripten_bind_LocalShapeInfo_set_m_triangleIndex_1=d.Rk)(a,b),Wm=c._emscripten_bind_LocalShapeInfo___destroy___0=a=>(Wm=c._emscripten_bind_LocalShapeInfo___destroy___0=d.Sk)(a),Xm=c._emscripten_bind_LocalConvexResult_LocalConvexResult_5=(a,b,e,f,h)=>(Xm=c._emscripten_bind_LocalConvexResult_LocalConvexResult_5=d.Tk)(a,b,e,f,h),Ym=c._emscripten_bind_LocalConvexResult_get_m_hitCollisionObject_0=a=>(Ym=c._emscripten_bind_LocalConvexResult_get_m_hitCollisionObject_0=
|
|
181
|
+
d.Uk)(a),Zm=c._emscripten_bind_LocalConvexResult_set_m_hitCollisionObject_1=(a,b)=>(Zm=c._emscripten_bind_LocalConvexResult_set_m_hitCollisionObject_1=d.Vk)(a,b),$m=c._emscripten_bind_LocalConvexResult_get_m_localShapeInfo_0=a=>($m=c._emscripten_bind_LocalConvexResult_get_m_localShapeInfo_0=d.Wk)(a),an=c._emscripten_bind_LocalConvexResult_set_m_localShapeInfo_1=(a,b)=>(an=c._emscripten_bind_LocalConvexResult_set_m_localShapeInfo_1=d.Xk)(a,b),bn=c._emscripten_bind_LocalConvexResult_get_m_hitNormalLocal_0=
|
|
182
|
+
a=>(bn=c._emscripten_bind_LocalConvexResult_get_m_hitNormalLocal_0=d.Yk)(a),cn=c._emscripten_bind_LocalConvexResult_set_m_hitNormalLocal_1=(a,b)=>(cn=c._emscripten_bind_LocalConvexResult_set_m_hitNormalLocal_1=d.Zk)(a,b),dn=c._emscripten_bind_LocalConvexResult_get_m_hitPointLocal_0=a=>(dn=c._emscripten_bind_LocalConvexResult_get_m_hitPointLocal_0=d._k)(a),en=c._emscripten_bind_LocalConvexResult_set_m_hitPointLocal_1=(a,b)=>(en=c._emscripten_bind_LocalConvexResult_set_m_hitPointLocal_1=d.$k)(a,b),
|
|
183
|
+
fn=c._emscripten_bind_LocalConvexResult_get_m_hitFraction_0=a=>(fn=c._emscripten_bind_LocalConvexResult_get_m_hitFraction_0=d.al)(a),gn=c._emscripten_bind_LocalConvexResult_set_m_hitFraction_1=(a,b)=>(gn=c._emscripten_bind_LocalConvexResult_set_m_hitFraction_1=d.bl)(a,b),hn=c._emscripten_bind_LocalConvexResult___destroy___0=a=>(hn=c._emscripten_bind_LocalConvexResult___destroy___0=d.cl)(a),jn=c._emscripten_bind_ClosestConvexResultCallback_ClosestConvexResultCallback_2=(a,b)=>(jn=c._emscripten_bind_ClosestConvexResultCallback_ClosestConvexResultCallback_2=
|
|
184
|
+
d.dl)(a,b),kn=c._emscripten_bind_ClosestConvexResultCallback_hasHit_0=a=>(kn=c._emscripten_bind_ClosestConvexResultCallback_hasHit_0=d.el)(a),ln=c._emscripten_bind_ClosestConvexResultCallback_get_m_hitCollisionObject_0=a=>(ln=c._emscripten_bind_ClosestConvexResultCallback_get_m_hitCollisionObject_0=d.fl)(a),mn=c._emscripten_bind_ClosestConvexResultCallback_set_m_hitCollisionObject_1=(a,b)=>(mn=c._emscripten_bind_ClosestConvexResultCallback_set_m_hitCollisionObject_1=d.gl)(a,b),nn=c._emscripten_bind_ClosestConvexResultCallback_get_m_convexFromWorld_0=
|
|
185
|
+
a=>(nn=c._emscripten_bind_ClosestConvexResultCallback_get_m_convexFromWorld_0=d.hl)(a),on=c._emscripten_bind_ClosestConvexResultCallback_set_m_convexFromWorld_1=(a,b)=>(on=c._emscripten_bind_ClosestConvexResultCallback_set_m_convexFromWorld_1=d.il)(a,b),pn=c._emscripten_bind_ClosestConvexResultCallback_get_m_convexToWorld_0=a=>(pn=c._emscripten_bind_ClosestConvexResultCallback_get_m_convexToWorld_0=d.jl)(a),qn=c._emscripten_bind_ClosestConvexResultCallback_set_m_convexToWorld_1=(a,b)=>(qn=c._emscripten_bind_ClosestConvexResultCallback_set_m_convexToWorld_1=
|
|
186
|
+
d.kl)(a,b),rn=c._emscripten_bind_ClosestConvexResultCallback_get_m_hitNormalWorld_0=a=>(rn=c._emscripten_bind_ClosestConvexResultCallback_get_m_hitNormalWorld_0=d.ll)(a),sn=c._emscripten_bind_ClosestConvexResultCallback_set_m_hitNormalWorld_1=(a,b)=>(sn=c._emscripten_bind_ClosestConvexResultCallback_set_m_hitNormalWorld_1=d.ml)(a,b),tn=c._emscripten_bind_ClosestConvexResultCallback_get_m_hitPointWorld_0=a=>(tn=c._emscripten_bind_ClosestConvexResultCallback_get_m_hitPointWorld_0=d.nl)(a),un=c._emscripten_bind_ClosestConvexResultCallback_set_m_hitPointWorld_1=
|
|
187
|
+
(a,b)=>(un=c._emscripten_bind_ClosestConvexResultCallback_set_m_hitPointWorld_1=d.ol)(a,b),vn=c._emscripten_bind_ClosestConvexResultCallback_get_m_collisionFilterGroup_0=a=>(vn=c._emscripten_bind_ClosestConvexResultCallback_get_m_collisionFilterGroup_0=d.pl)(a),wn=c._emscripten_bind_ClosestConvexResultCallback_set_m_collisionFilterGroup_1=(a,b)=>(wn=c._emscripten_bind_ClosestConvexResultCallback_set_m_collisionFilterGroup_1=d.ql)(a,b),xn=c._emscripten_bind_ClosestConvexResultCallback_get_m_collisionFilterMask_0=
|
|
188
|
+
a=>(xn=c._emscripten_bind_ClosestConvexResultCallback_get_m_collisionFilterMask_0=d.rl)(a),yn=c._emscripten_bind_ClosestConvexResultCallback_set_m_collisionFilterMask_1=(a,b)=>(yn=c._emscripten_bind_ClosestConvexResultCallback_set_m_collisionFilterMask_1=d.sl)(a,b),zn=c._emscripten_bind_ClosestConvexResultCallback_get_m_closestHitFraction_0=a=>(zn=c._emscripten_bind_ClosestConvexResultCallback_get_m_closestHitFraction_0=d.tl)(a),An=c._emscripten_bind_ClosestConvexResultCallback_set_m_closestHitFraction_1=
|
|
189
|
+
(a,b)=>(An=c._emscripten_bind_ClosestConvexResultCallback_set_m_closestHitFraction_1=d.ul)(a,b),Bn=c._emscripten_bind_ClosestConvexResultCallback___destroy___0=a=>(Bn=c._emscripten_bind_ClosestConvexResultCallback___destroy___0=d.vl)(a),Cn=c._emscripten_bind_btConvexTriangleMeshShape_btConvexTriangleMeshShape_1=a=>(Cn=c._emscripten_bind_btConvexTriangleMeshShape_btConvexTriangleMeshShape_1=d.wl)(a),Dn=c._emscripten_bind_btConvexTriangleMeshShape_btConvexTriangleMeshShape_2=(a,b)=>(Dn=c._emscripten_bind_btConvexTriangleMeshShape_btConvexTriangleMeshShape_2=
|
|
190
|
+
d.xl)(a,b),En=c._emscripten_bind_btConvexTriangleMeshShape_setLocalScaling_1=(a,b)=>(En=c._emscripten_bind_btConvexTriangleMeshShape_setLocalScaling_1=d.yl)(a,b),Fn=c._emscripten_bind_btConvexTriangleMeshShape_getLocalScaling_0=a=>(Fn=c._emscripten_bind_btConvexTriangleMeshShape_getLocalScaling_0=d.zl)(a),Gn=c._emscripten_bind_btConvexTriangleMeshShape_calculateLocalInertia_2=(a,b,e)=>(Gn=c._emscripten_bind_btConvexTriangleMeshShape_calculateLocalInertia_2=d.Al)(a,b,e),Hn=c._emscripten_bind_btConvexTriangleMeshShape_setMargin_1=
|
|
191
|
+
(a,b)=>(Hn=c._emscripten_bind_btConvexTriangleMeshShape_setMargin_1=d.Bl)(a,b),In=c._emscripten_bind_btConvexTriangleMeshShape_getMargin_0=a=>(In=c._emscripten_bind_btConvexTriangleMeshShape_getMargin_0=d.Cl)(a),Jn=c._emscripten_bind_btConvexTriangleMeshShape___destroy___0=a=>(Jn=c._emscripten_bind_btConvexTriangleMeshShape___destroy___0=d.Dl)(a),Kn=c._emscripten_bind_btBoxShape_btBoxShape_1=a=>(Kn=c._emscripten_bind_btBoxShape_btBoxShape_1=d.El)(a),Ln=c._emscripten_bind_btBoxShape_setMargin_1=(a,
|
|
192
|
+
b)=>(Ln=c._emscripten_bind_btBoxShape_setMargin_1=d.Fl)(a,b),Mn=c._emscripten_bind_btBoxShape_getMargin_0=a=>(Mn=c._emscripten_bind_btBoxShape_getMargin_0=d.Gl)(a),Nn=c._emscripten_bind_btBoxShape_setLocalScaling_1=(a,b)=>(Nn=c._emscripten_bind_btBoxShape_setLocalScaling_1=d.Hl)(a,b),On=c._emscripten_bind_btBoxShape_getLocalScaling_0=a=>(On=c._emscripten_bind_btBoxShape_getLocalScaling_0=d.Il)(a),Pn=c._emscripten_bind_btBoxShape_calculateLocalInertia_2=(a,b,e)=>(Pn=c._emscripten_bind_btBoxShape_calculateLocalInertia_2=
|
|
193
|
+
d.Jl)(a,b,e),Qn=c._emscripten_bind_btBoxShape___destroy___0=a=>(Qn=c._emscripten_bind_btBoxShape___destroy___0=d.Kl)(a),Rn=c._emscripten_bind_btCapsuleShapeX_btCapsuleShapeX_2=(a,b)=>(Rn=c._emscripten_bind_btCapsuleShapeX_btCapsuleShapeX_2=d.Ll)(a,b),Sn=c._emscripten_bind_btCapsuleShapeX_setMargin_1=(a,b)=>(Sn=c._emscripten_bind_btCapsuleShapeX_setMargin_1=d.Ml)(a,b),Tn=c._emscripten_bind_btCapsuleShapeX_getMargin_0=a=>(Tn=c._emscripten_bind_btCapsuleShapeX_getMargin_0=d.Nl)(a),Un=c._emscripten_bind_btCapsuleShapeX_getUpAxis_0=
|
|
194
|
+
a=>(Un=c._emscripten_bind_btCapsuleShapeX_getUpAxis_0=d.Ol)(a),Vn=c._emscripten_bind_btCapsuleShapeX_getRadius_0=a=>(Vn=c._emscripten_bind_btCapsuleShapeX_getRadius_0=d.Pl)(a),Wn=c._emscripten_bind_btCapsuleShapeX_getHalfHeight_0=a=>(Wn=c._emscripten_bind_btCapsuleShapeX_getHalfHeight_0=d.Ql)(a),Xn=c._emscripten_bind_btCapsuleShapeX_setLocalScaling_1=(a,b)=>(Xn=c._emscripten_bind_btCapsuleShapeX_setLocalScaling_1=d.Rl)(a,b),Yn=c._emscripten_bind_btCapsuleShapeX_getLocalScaling_0=a=>(Yn=c._emscripten_bind_btCapsuleShapeX_getLocalScaling_0=
|
|
195
|
+
d.Sl)(a),Zn=c._emscripten_bind_btCapsuleShapeX_calculateLocalInertia_2=(a,b,e)=>(Zn=c._emscripten_bind_btCapsuleShapeX_calculateLocalInertia_2=d.Tl)(a,b,e),$n=c._emscripten_bind_btCapsuleShapeX___destroy___0=a=>($n=c._emscripten_bind_btCapsuleShapeX___destroy___0=d.Ul)(a),ao=c._emscripten_bind_btCapsuleShapeZ_btCapsuleShapeZ_2=(a,b)=>(ao=c._emscripten_bind_btCapsuleShapeZ_btCapsuleShapeZ_2=d.Vl)(a,b),bo=c._emscripten_bind_btCapsuleShapeZ_setMargin_1=(a,b)=>(bo=c._emscripten_bind_btCapsuleShapeZ_setMargin_1=
|
|
196
|
+
d.Wl)(a,b),co=c._emscripten_bind_btCapsuleShapeZ_getMargin_0=a=>(co=c._emscripten_bind_btCapsuleShapeZ_getMargin_0=d.Xl)(a),eo=c._emscripten_bind_btCapsuleShapeZ_getUpAxis_0=a=>(eo=c._emscripten_bind_btCapsuleShapeZ_getUpAxis_0=d.Yl)(a),fo=c._emscripten_bind_btCapsuleShapeZ_getRadius_0=a=>(fo=c._emscripten_bind_btCapsuleShapeZ_getRadius_0=d.Zl)(a),go=c._emscripten_bind_btCapsuleShapeZ_getHalfHeight_0=a=>(go=c._emscripten_bind_btCapsuleShapeZ_getHalfHeight_0=d._l)(a),ho=c._emscripten_bind_btCapsuleShapeZ_setLocalScaling_1=
|
|
197
|
+
(a,b)=>(ho=c._emscripten_bind_btCapsuleShapeZ_setLocalScaling_1=d.$l)(a,b),io=c._emscripten_bind_btCapsuleShapeZ_getLocalScaling_0=a=>(io=c._emscripten_bind_btCapsuleShapeZ_getLocalScaling_0=d.am)(a),jo=c._emscripten_bind_btCapsuleShapeZ_calculateLocalInertia_2=(a,b,e)=>(jo=c._emscripten_bind_btCapsuleShapeZ_calculateLocalInertia_2=d.bm)(a,b,e),ko=c._emscripten_bind_btCapsuleShapeZ___destroy___0=a=>(ko=c._emscripten_bind_btCapsuleShapeZ___destroy___0=d.cm)(a),lo=c._emscripten_bind_btCylinderShapeX_btCylinderShapeX_1=
|
|
198
|
+
a=>(lo=c._emscripten_bind_btCylinderShapeX_btCylinderShapeX_1=d.dm)(a),mo=c._emscripten_bind_btCylinderShapeX_setMargin_1=(a,b)=>(mo=c._emscripten_bind_btCylinderShapeX_setMargin_1=d.em)(a,b),no=c._emscripten_bind_btCylinderShapeX_getMargin_0=a=>(no=c._emscripten_bind_btCylinderShapeX_getMargin_0=d.fm)(a),oo=c._emscripten_bind_btCylinderShapeX_setLocalScaling_1=(a,b)=>(oo=c._emscripten_bind_btCylinderShapeX_setLocalScaling_1=d.gm)(a,b),po=c._emscripten_bind_btCylinderShapeX_getLocalScaling_0=a=>(po=
|
|
199
|
+
c._emscripten_bind_btCylinderShapeX_getLocalScaling_0=d.hm)(a),qo=c._emscripten_bind_btCylinderShapeX_calculateLocalInertia_2=(a,b,e)=>(qo=c._emscripten_bind_btCylinderShapeX_calculateLocalInertia_2=d.im)(a,b,e),ro=c._emscripten_bind_btCylinderShapeX___destroy___0=a=>(ro=c._emscripten_bind_btCylinderShapeX___destroy___0=d.jm)(a),so=c._emscripten_bind_btCylinderShapeZ_btCylinderShapeZ_1=a=>(so=c._emscripten_bind_btCylinderShapeZ_btCylinderShapeZ_1=d.km)(a),to=c._emscripten_bind_btCylinderShapeZ_setMargin_1=
|
|
200
|
+
(a,b)=>(to=c._emscripten_bind_btCylinderShapeZ_setMargin_1=d.lm)(a,b),uo=c._emscripten_bind_btCylinderShapeZ_getMargin_0=a=>(uo=c._emscripten_bind_btCylinderShapeZ_getMargin_0=d.mm)(a),vo=c._emscripten_bind_btCylinderShapeZ_setLocalScaling_1=(a,b)=>(vo=c._emscripten_bind_btCylinderShapeZ_setLocalScaling_1=d.nm)(a,b),wo=c._emscripten_bind_btCylinderShapeZ_getLocalScaling_0=a=>(wo=c._emscripten_bind_btCylinderShapeZ_getLocalScaling_0=d.om)(a),xo=c._emscripten_bind_btCylinderShapeZ_calculateLocalInertia_2=
|
|
201
|
+
(a,b,e)=>(xo=c._emscripten_bind_btCylinderShapeZ_calculateLocalInertia_2=d.pm)(a,b,e),yo=c._emscripten_bind_btCylinderShapeZ___destroy___0=a=>(yo=c._emscripten_bind_btCylinderShapeZ___destroy___0=d.qm)(a),zo=c._emscripten_bind_btSphereShape_btSphereShape_1=a=>(zo=c._emscripten_bind_btSphereShape_btSphereShape_1=d.rm)(a),Ao=c._emscripten_bind_btSphereShape_setMargin_1=(a,b)=>(Ao=c._emscripten_bind_btSphereShape_setMargin_1=d.sm)(a,b),Bo=c._emscripten_bind_btSphereShape_getMargin_0=a=>(Bo=c._emscripten_bind_btSphereShape_getMargin_0=
|
|
202
|
+
d.tm)(a),Co=c._emscripten_bind_btSphereShape_setLocalScaling_1=(a,b)=>(Co=c._emscripten_bind_btSphereShape_setLocalScaling_1=d.um)(a,b),Do=c._emscripten_bind_btSphereShape_getLocalScaling_0=a=>(Do=c._emscripten_bind_btSphereShape_getLocalScaling_0=d.vm)(a),Eo=c._emscripten_bind_btSphereShape_calculateLocalInertia_2=(a,b,e)=>(Eo=c._emscripten_bind_btSphereShape_calculateLocalInertia_2=d.wm)(a,b,e),Fo=c._emscripten_bind_btSphereShape___destroy___0=a=>(Fo=c._emscripten_bind_btSphereShape___destroy___0=
|
|
203
|
+
d.xm)(a),Go=c._emscripten_bind_btMultiSphereShape_btMultiSphereShape_3=(a,b,e)=>(Go=c._emscripten_bind_btMultiSphereShape_btMultiSphereShape_3=d.ym)(a,b,e),Ho=c._emscripten_bind_btMultiSphereShape_setLocalScaling_1=(a,b)=>(Ho=c._emscripten_bind_btMultiSphereShape_setLocalScaling_1=d.zm)(a,b),Io=c._emscripten_bind_btMultiSphereShape_getLocalScaling_0=a=>(Io=c._emscripten_bind_btMultiSphereShape_getLocalScaling_0=d.Am)(a),Jo=c._emscripten_bind_btMultiSphereShape_calculateLocalInertia_2=(a,b,e)=>(Jo=
|
|
204
|
+
c._emscripten_bind_btMultiSphereShape_calculateLocalInertia_2=d.Bm)(a,b,e),Ko=c._emscripten_bind_btMultiSphereShape___destroy___0=a=>(Ko=c._emscripten_bind_btMultiSphereShape___destroy___0=d.Cm)(a),Lo=c._emscripten_bind_btConeShapeX_btConeShapeX_2=(a,b)=>(Lo=c._emscripten_bind_btConeShapeX_btConeShapeX_2=d.Dm)(a,b),Mo=c._emscripten_bind_btConeShapeX_setLocalScaling_1=(a,b)=>(Mo=c._emscripten_bind_btConeShapeX_setLocalScaling_1=d.Em)(a,b),No=c._emscripten_bind_btConeShapeX_getLocalScaling_0=a=>(No=
|
|
205
|
+
c._emscripten_bind_btConeShapeX_getLocalScaling_0=d.Fm)(a),Oo=c._emscripten_bind_btConeShapeX_calculateLocalInertia_2=(a,b,e)=>(Oo=c._emscripten_bind_btConeShapeX_calculateLocalInertia_2=d.Gm)(a,b,e),Po=c._emscripten_bind_btConeShapeX___destroy___0=a=>(Po=c._emscripten_bind_btConeShapeX___destroy___0=d.Hm)(a),Qo=c._emscripten_bind_btConeShapeZ_btConeShapeZ_2=(a,b)=>(Qo=c._emscripten_bind_btConeShapeZ_btConeShapeZ_2=d.Im)(a,b),Ro=c._emscripten_bind_btConeShapeZ_setLocalScaling_1=(a,b)=>(Ro=c._emscripten_bind_btConeShapeZ_setLocalScaling_1=
|
|
206
|
+
d.Jm)(a,b),So=c._emscripten_bind_btConeShapeZ_getLocalScaling_0=a=>(So=c._emscripten_bind_btConeShapeZ_getLocalScaling_0=d.Km)(a),To=c._emscripten_bind_btConeShapeZ_calculateLocalInertia_2=(a,b,e)=>(To=c._emscripten_bind_btConeShapeZ_calculateLocalInertia_2=d.Lm)(a,b,e),Uo=c._emscripten_bind_btConeShapeZ___destroy___0=a=>(Uo=c._emscripten_bind_btConeShapeZ___destroy___0=d.Mm)(a),Vo=c._emscripten_bind_btIntArray_size_0=a=>(Vo=c._emscripten_bind_btIntArray_size_0=d.Nm)(a),Wo=c._emscripten_bind_btIntArray_at_1=
|
|
207
|
+
(a,b)=>(Wo=c._emscripten_bind_btIntArray_at_1=d.Om)(a,b),Xo=c._emscripten_bind_btIntArray___destroy___0=a=>(Xo=c._emscripten_bind_btIntArray___destroy___0=d.Pm)(a),Yo=c._emscripten_bind_btFace_get_m_indices_0=a=>(Yo=c._emscripten_bind_btFace_get_m_indices_0=d.Qm)(a),Zo=c._emscripten_bind_btFace_set_m_indices_1=(a,b)=>(Zo=c._emscripten_bind_btFace_set_m_indices_1=d.Rm)(a,b),$o=c._emscripten_bind_btFace_get_m_plane_1=(a,b)=>($o=c._emscripten_bind_btFace_get_m_plane_1=d.Sm)(a,b),ap=c._emscripten_bind_btFace_set_m_plane_2=
|
|
208
|
+
(a,b,e)=>(ap=c._emscripten_bind_btFace_set_m_plane_2=d.Tm)(a,b,e),bp=c._emscripten_bind_btFace___destroy___0=a=>(bp=c._emscripten_bind_btFace___destroy___0=d.Um)(a),cp=c._emscripten_bind_btVector3Array_btVector3Array_0=()=>(cp=c._emscripten_bind_btVector3Array_btVector3Array_0=d.Vm)(),dp=c._emscripten_bind_btVector3Array_size_0=a=>(dp=c._emscripten_bind_btVector3Array_size_0=d.Wm)(a),ep=c._emscripten_bind_btVector3Array_at_1=(a,b)=>(ep=c._emscripten_bind_btVector3Array_at_1=d.Xm)(a,b),fp=c._emscripten_bind_btVector3Array_clear_0=
|
|
209
|
+
a=>(fp=c._emscripten_bind_btVector3Array_clear_0=d.Ym)(a),gp=c._emscripten_bind_btVector3Array_pop_back_0=a=>(gp=c._emscripten_bind_btVector3Array_pop_back_0=d.Zm)(a),hp=c._emscripten_bind_btVector3Array_resize_2=(a,b,e)=>(hp=c._emscripten_bind_btVector3Array_resize_2=d._m)(a,b,e),ip=c._emscripten_bind_btVector3Array_expandNonInitializing_0=a=>(ip=c._emscripten_bind_btVector3Array_expandNonInitializing_0=d.$m)(a),jp=c._emscripten_bind_btVector3Array_expand_1=(a,b)=>(jp=c._emscripten_bind_btVector3Array_expand_1=
|
|
210
|
+
d.an)(a,b),kp=c._emscripten_bind_btVector3Array_push_back_1=(a,b)=>(kp=c._emscripten_bind_btVector3Array_push_back_1=d.bn)(a,b),lp=c._emscripten_bind_btVector3Array_capacity_0=a=>(lp=c._emscripten_bind_btVector3Array_capacity_0=d.cn)(a),mp=c._emscripten_bind_btVector3Array_reserve_1=(a,b)=>(mp=c._emscripten_bind_btVector3Array_reserve_1=d.dn)(a,b),np=c._emscripten_bind_btVector3Array___destroy___0=a=>(np=c._emscripten_bind_btVector3Array___destroy___0=d.en)(a),op=c._emscripten_bind_btQuaternionArray_btQuaternionArray_0=
|
|
211
|
+
()=>(op=c._emscripten_bind_btQuaternionArray_btQuaternionArray_0=d.fn)(),pp=c._emscripten_bind_btQuaternionArray_size_0=a=>(pp=c._emscripten_bind_btQuaternionArray_size_0=d.gn)(a),qp=c._emscripten_bind_btQuaternionArray_at_1=(a,b)=>(qp=c._emscripten_bind_btQuaternionArray_at_1=d.hn)(a,b),rp=c._emscripten_bind_btQuaternionArray_clear_0=a=>(rp=c._emscripten_bind_btQuaternionArray_clear_0=d.jn)(a),sp=c._emscripten_bind_btQuaternionArray_pop_back_0=a=>(sp=c._emscripten_bind_btQuaternionArray_pop_back_0=
|
|
212
|
+
d.kn)(a),tp=c._emscripten_bind_btQuaternionArray_resize_2=(a,b,e)=>(tp=c._emscripten_bind_btQuaternionArray_resize_2=d.ln)(a,b,e),up=c._emscripten_bind_btQuaternionArray_expandNonInitializing_0=a=>(up=c._emscripten_bind_btQuaternionArray_expandNonInitializing_0=d.mn)(a),vp=c._emscripten_bind_btQuaternionArray_expand_1=(a,b)=>(vp=c._emscripten_bind_btQuaternionArray_expand_1=d.nn)(a,b),wp=c._emscripten_bind_btQuaternionArray_push_back_1=(a,b)=>(wp=c._emscripten_bind_btQuaternionArray_push_back_1=d.on)(a,
|
|
213
|
+
b),xp=c._emscripten_bind_btQuaternionArray_capacity_0=a=>(xp=c._emscripten_bind_btQuaternionArray_capacity_0=d.pn)(a),yp=c._emscripten_bind_btQuaternionArray_reserve_1=(a,b)=>(yp=c._emscripten_bind_btQuaternionArray_reserve_1=d.qn)(a,b),zp=c._emscripten_bind_btQuaternionArray___destroy___0=a=>(zp=c._emscripten_bind_btQuaternionArray___destroy___0=d.rn)(a),Ap=c._emscripten_bind_btMatrix3x3Array_btMatrix3x3Array_0=()=>(Ap=c._emscripten_bind_btMatrix3x3Array_btMatrix3x3Array_0=d.sn)(),Bp=c._emscripten_bind_btMatrix3x3Array_size_0=
|
|
214
|
+
a=>(Bp=c._emscripten_bind_btMatrix3x3Array_size_0=d.tn)(a),Cp=c._emscripten_bind_btMatrix3x3Array_at_1=(a,b)=>(Cp=c._emscripten_bind_btMatrix3x3Array_at_1=d.un)(a,b),Dp=c._emscripten_bind_btMatrix3x3Array_clear_0=a=>(Dp=c._emscripten_bind_btMatrix3x3Array_clear_0=d.vn)(a),Ep=c._emscripten_bind_btMatrix3x3Array_pop_back_0=a=>(Ep=c._emscripten_bind_btMatrix3x3Array_pop_back_0=d.wn)(a),Fp=c._emscripten_bind_btMatrix3x3Array_resize_2=(a,b,e)=>(Fp=c._emscripten_bind_btMatrix3x3Array_resize_2=d.xn)(a,b,
|
|
215
|
+
e),Gp=c._emscripten_bind_btMatrix3x3Array_expandNonInitializing_0=a=>(Gp=c._emscripten_bind_btMatrix3x3Array_expandNonInitializing_0=d.yn)(a),Hp=c._emscripten_bind_btMatrix3x3Array_expand_1=(a,b)=>(Hp=c._emscripten_bind_btMatrix3x3Array_expand_1=d.zn)(a,b),Ip=c._emscripten_bind_btMatrix3x3Array_push_back_1=(a,b)=>(Ip=c._emscripten_bind_btMatrix3x3Array_push_back_1=d.An)(a,b),Jp=c._emscripten_bind_btMatrix3x3Array_capacity_0=a=>(Jp=c._emscripten_bind_btMatrix3x3Array_capacity_0=d.Bn)(a),Kp=c._emscripten_bind_btMatrix3x3Array_reserve_1=
|
|
216
|
+
(a,b)=>(Kp=c._emscripten_bind_btMatrix3x3Array_reserve_1=d.Cn)(a,b),Lp=c._emscripten_bind_btMatrix3x3Array___destroy___0=a=>(Lp=c._emscripten_bind_btMatrix3x3Array___destroy___0=d.Dn)(a),Mp=c._emscripten_bind_btFaceArray_btFaceArray_0=()=>(Mp=c._emscripten_bind_btFaceArray_btFaceArray_0=d.En)(),Np=c._emscripten_bind_btFaceArray_size_0=a=>(Np=c._emscripten_bind_btFaceArray_size_0=d.Fn)(a),Op=c._emscripten_bind_btFaceArray_at_1=(a,b)=>(Op=c._emscripten_bind_btFaceArray_at_1=d.Gn)(a,b),Pp=c._emscripten_bind_btFaceArray_clear_0=
|
|
217
|
+
a=>(Pp=c._emscripten_bind_btFaceArray_clear_0=d.Hn)(a),Qp=c._emscripten_bind_btFaceArray_pop_back_0=a=>(Qp=c._emscripten_bind_btFaceArray_pop_back_0=d.In)(a),Rp=c._emscripten_bind_btFaceArray_resize_2=(a,b,e)=>(Rp=c._emscripten_bind_btFaceArray_resize_2=d.Jn)(a,b,e),Sp=c._emscripten_bind_btFaceArray_expandNonInitializing_0=a=>(Sp=c._emscripten_bind_btFaceArray_expandNonInitializing_0=d.Kn)(a),Tp=c._emscripten_bind_btFaceArray_expand_1=(a,b)=>(Tp=c._emscripten_bind_btFaceArray_expand_1=d.Ln)(a,b),
|
|
218
|
+
Up=c._emscripten_bind_btFaceArray_push_back_1=(a,b)=>(Up=c._emscripten_bind_btFaceArray_push_back_1=d.Mn)(a,b),Vp=c._emscripten_bind_btFaceArray_capacity_0=a=>(Vp=c._emscripten_bind_btFaceArray_capacity_0=d.Nn)(a),Wp=c._emscripten_bind_btFaceArray_reserve_1=(a,b)=>(Wp=c._emscripten_bind_btFaceArray_reserve_1=d.On)(a,b),Xp=c._emscripten_bind_btFaceArray___destroy___0=a=>(Xp=c._emscripten_bind_btFaceArray___destroy___0=d.Pn)(a),Yp=c._emscripten_bind_btConvexPolyhedron_get_m_vertices_0=a=>(Yp=c._emscripten_bind_btConvexPolyhedron_get_m_vertices_0=
|
|
219
|
+
d.Qn)(a),Zp=c._emscripten_bind_btConvexPolyhedron_set_m_vertices_1=(a,b)=>(Zp=c._emscripten_bind_btConvexPolyhedron_set_m_vertices_1=d.Rn)(a,b),$p=c._emscripten_bind_btConvexPolyhedron_get_m_faces_0=a=>($p=c._emscripten_bind_btConvexPolyhedron_get_m_faces_0=d.Sn)(a),aq=c._emscripten_bind_btConvexPolyhedron_set_m_faces_1=(a,b)=>(aq=c._emscripten_bind_btConvexPolyhedron_set_m_faces_1=d.Tn)(a,b),bq=c._emscripten_bind_btConvexPolyhedron___destroy___0=a=>(bq=c._emscripten_bind_btConvexPolyhedron___destroy___0=
|
|
220
|
+
d.Un)(a),cq=c._emscripten_bind_btConvexHullShape_btConvexHullShape_0=()=>(cq=c._emscripten_bind_btConvexHullShape_btConvexHullShape_0=d.Vn)(),dq=c._emscripten_bind_btConvexHullShape_btConvexHullShape_1=a=>(dq=c._emscripten_bind_btConvexHullShape_btConvexHullShape_1=d.Wn)(a),eq=c._emscripten_bind_btConvexHullShape_btConvexHullShape_2=(a,b)=>(eq=c._emscripten_bind_btConvexHullShape_btConvexHullShape_2=d.Xn)(a,b),fq=c._emscripten_bind_btConvexHullShape_addPoint_1=(a,b)=>(fq=c._emscripten_bind_btConvexHullShape_addPoint_1=
|
|
221
|
+
d.Yn)(a,b),gq=c._emscripten_bind_btConvexHullShape_addPoint_2=(a,b,e)=>(gq=c._emscripten_bind_btConvexHullShape_addPoint_2=d.Zn)(a,b,e),hq=c._emscripten_bind_btConvexHullShape_setMargin_1=(a,b)=>(hq=c._emscripten_bind_btConvexHullShape_setMargin_1=d._n)(a,b),iq=c._emscripten_bind_btConvexHullShape_getMargin_0=a=>(iq=c._emscripten_bind_btConvexHullShape_getMargin_0=d.$n)(a),jq=c._emscripten_bind_btConvexHullShape_getNumVertices_0=a=>(jq=c._emscripten_bind_btConvexHullShape_getNumVertices_0=d.ao)(a),
|
|
222
|
+
kq=c._emscripten_bind_btConvexHullShape_initializePolyhedralFeatures_1=(a,b)=>(kq=c._emscripten_bind_btConvexHullShape_initializePolyhedralFeatures_1=d.bo)(a,b),lq=c._emscripten_bind_btConvexHullShape_recalcLocalAabb_0=a=>(lq=c._emscripten_bind_btConvexHullShape_recalcLocalAabb_0=d.co)(a),mq=c._emscripten_bind_btConvexHullShape_getConvexPolyhedron_0=a=>(mq=c._emscripten_bind_btConvexHullShape_getConvexPolyhedron_0=d.eo)(a),nq=c._emscripten_bind_btConvexHullShape_setLocalScaling_1=(a,b)=>(nq=c._emscripten_bind_btConvexHullShape_setLocalScaling_1=
|
|
223
|
+
d.fo)(a,b),oq=c._emscripten_bind_btConvexHullShape_getLocalScaling_0=a=>(oq=c._emscripten_bind_btConvexHullShape_getLocalScaling_0=d.go)(a),pq=c._emscripten_bind_btConvexHullShape_calculateLocalInertia_2=(a,b,e)=>(pq=c._emscripten_bind_btConvexHullShape_calculateLocalInertia_2=d.ho)(a,b,e),qq=c._emscripten_bind_btConvexHullShape___destroy___0=a=>(qq=c._emscripten_bind_btConvexHullShape___destroy___0=d.io)(a),rq=c._emscripten_bind_btShapeHull_btShapeHull_1=a=>(rq=c._emscripten_bind_btShapeHull_btShapeHull_1=
|
|
224
|
+
d.jo)(a),sq=c._emscripten_bind_btShapeHull_buildHull_1=(a,b)=>(sq=c._emscripten_bind_btShapeHull_buildHull_1=d.ko)(a,b),tq=c._emscripten_bind_btShapeHull_numVertices_0=a=>(tq=c._emscripten_bind_btShapeHull_numVertices_0=d.lo)(a),uq=c._emscripten_bind_btShapeHull_getVertexPointer_0=a=>(uq=c._emscripten_bind_btShapeHull_getVertexPointer_0=d.mo)(a),vq=c._emscripten_bind_btShapeHull___destroy___0=a=>(vq=c._emscripten_bind_btShapeHull___destroy___0=d.no)(a),wq=c._emscripten_bind_btCompoundShape_btCompoundShape_0=
|
|
225
|
+
()=>(wq=c._emscripten_bind_btCompoundShape_btCompoundShape_0=d.oo)(),xq=c._emscripten_bind_btCompoundShape_btCompoundShape_1=a=>(xq=c._emscripten_bind_btCompoundShape_btCompoundShape_1=d.po)(a),yq=c._emscripten_bind_btCompoundShape_addChildShape_2=(a,b,e)=>(yq=c._emscripten_bind_btCompoundShape_addChildShape_2=d.qo)(a,b,e),zq=c._emscripten_bind_btCompoundShape_removeChildShape_1=(a,b)=>(zq=c._emscripten_bind_btCompoundShape_removeChildShape_1=d.ro)(a,b),Aq=c._emscripten_bind_btCompoundShape_removeChildShapeByIndex_1=
|
|
226
|
+
(a,b)=>(Aq=c._emscripten_bind_btCompoundShape_removeChildShapeByIndex_1=d.so)(a,b),Bq=c._emscripten_bind_btCompoundShape_getNumChildShapes_0=a=>(Bq=c._emscripten_bind_btCompoundShape_getNumChildShapes_0=d.to)(a),Cq=c._emscripten_bind_btCompoundShape_getChildShape_1=(a,b)=>(Cq=c._emscripten_bind_btCompoundShape_getChildShape_1=d.uo)(a,b),Dq=c._emscripten_bind_btCompoundShape_updateChildTransform_2=(a,b,e)=>(Dq=c._emscripten_bind_btCompoundShape_updateChildTransform_2=d.vo)(a,b,e),Eq=c._emscripten_bind_btCompoundShape_updateChildTransform_3=
|
|
227
|
+
(a,b,e,f)=>(Eq=c._emscripten_bind_btCompoundShape_updateChildTransform_3=d.wo)(a,b,e,f),Fq=c._emscripten_bind_btCompoundShape_setMargin_1=(a,b)=>(Fq=c._emscripten_bind_btCompoundShape_setMargin_1=d.xo)(a,b),Gq=c._emscripten_bind_btCompoundShape_getMargin_0=a=>(Gq=c._emscripten_bind_btCompoundShape_getMargin_0=d.yo)(a),Hq=c._emscripten_bind_btCompoundShape_setLocalScaling_1=(a,b)=>(Hq=c._emscripten_bind_btCompoundShape_setLocalScaling_1=d.zo)(a,b),Iq=c._emscripten_bind_btCompoundShape_getLocalScaling_0=
|
|
228
|
+
a=>(Iq=c._emscripten_bind_btCompoundShape_getLocalScaling_0=d.Ao)(a),Jq=c._emscripten_bind_btCompoundShape_calculateLocalInertia_2=(a,b,e)=>(Jq=c._emscripten_bind_btCompoundShape_calculateLocalInertia_2=d.Bo)(a,b,e),Kq=c._emscripten_bind_btCompoundShape___destroy___0=a=>(Kq=c._emscripten_bind_btCompoundShape___destroy___0=d.Co)(a),Lq=c._emscripten_bind_btIndexedMesh_get_m_numTriangles_0=a=>(Lq=c._emscripten_bind_btIndexedMesh_get_m_numTriangles_0=d.Do)(a),Mq=c._emscripten_bind_btIndexedMesh_set_m_numTriangles_1=
|
|
229
|
+
(a,b)=>(Mq=c._emscripten_bind_btIndexedMesh_set_m_numTriangles_1=d.Eo)(a,b),Nq=c._emscripten_bind_btIndexedMesh___destroy___0=a=>(Nq=c._emscripten_bind_btIndexedMesh___destroy___0=d.Fo)(a),Oq=c._emscripten_bind_btIndexedMeshArray_size_0=a=>(Oq=c._emscripten_bind_btIndexedMeshArray_size_0=d.Go)(a),Pq=c._emscripten_bind_btIndexedMeshArray_at_1=(a,b)=>(Pq=c._emscripten_bind_btIndexedMeshArray_at_1=d.Ho)(a,b),Qq=c._emscripten_bind_btIndexedMeshArray___destroy___0=a=>(Qq=c._emscripten_bind_btIndexedMeshArray___destroy___0=
|
|
230
|
+
d.Io)(a),Rq=c._emscripten_bind_btTriangleMesh_btTriangleMesh_0=()=>(Rq=c._emscripten_bind_btTriangleMesh_btTriangleMesh_0=d.Jo)(),Sq=c._emscripten_bind_btTriangleMesh_btTriangleMesh_1=a=>(Sq=c._emscripten_bind_btTriangleMesh_btTriangleMesh_1=d.Ko)(a),Tq=c._emscripten_bind_btTriangleMesh_btTriangleMesh_2=(a,b)=>(Tq=c._emscripten_bind_btTriangleMesh_btTriangleMesh_2=d.Lo)(a,b),Uq=c._emscripten_bind_btTriangleMesh_addTriangle_3=(a,b,e,f)=>(Uq=c._emscripten_bind_btTriangleMesh_addTriangle_3=d.Mo)(a,b,
|
|
231
|
+
e,f),Vq=c._emscripten_bind_btTriangleMesh_addTriangle_4=(a,b,e,f,h)=>(Vq=c._emscripten_bind_btTriangleMesh_addTriangle_4=d.No)(a,b,e,f,h),Wq=c._emscripten_bind_btTriangleMesh_addTriangleIndices_3=(a,b,e,f)=>(Wq=c._emscripten_bind_btTriangleMesh_addTriangleIndices_3=d.Oo)(a,b,e,f),Xq=c._emscripten_bind_btTriangleMesh_findOrAddVertex_2=(a,b,e)=>(Xq=c._emscripten_bind_btTriangleMesh_findOrAddVertex_2=d.Po)(a,b,e),Yq=c._emscripten_bind_btTriangleMesh_addIndex_1=(a,b)=>(Yq=c._emscripten_bind_btTriangleMesh_addIndex_1=
|
|
232
|
+
d.Qo)(a,b),Zq=c._emscripten_bind_btTriangleMesh_getIndexedMeshArray_0=a=>(Zq=c._emscripten_bind_btTriangleMesh_getIndexedMeshArray_0=d.Ro)(a),$q=c._emscripten_bind_btTriangleMesh_setScaling_1=(a,b)=>($q=c._emscripten_bind_btTriangleMesh_setScaling_1=d.So)(a,b),ar=c._emscripten_bind_btTriangleMesh___destroy___0=a=>(ar=c._emscripten_bind_btTriangleMesh___destroy___0=d.To)(a),br=c._emscripten_bind_btTriangleCallback_implJS_processTriangle_3=(a,b,e,f)=>(br=c._emscripten_bind_btTriangleCallback_implJS_processTriangle_3=
|
|
233
|
+
d.Uo)(a,b,e,f),cr=c._emscripten_bind_btTriangleCallback_implJS___destroy___0=a=>(cr=c._emscripten_bind_btTriangleCallback_implJS___destroy___0=d.Vo)(a),dr=c._emscripten_bind_btEmptyShape_btEmptyShape_0=()=>(dr=c._emscripten_bind_btEmptyShape_btEmptyShape_0=d.Wo)(),er=c._emscripten_bind_btEmptyShape_setLocalScaling_1=(a,b)=>(er=c._emscripten_bind_btEmptyShape_setLocalScaling_1=d.Xo)(a,b),fr=c._emscripten_bind_btEmptyShape_getLocalScaling_0=a=>(fr=c._emscripten_bind_btEmptyShape_getLocalScaling_0=d.Yo)(a),
|
|
234
|
+
gr=c._emscripten_bind_btEmptyShape_calculateLocalInertia_2=(a,b,e)=>(gr=c._emscripten_bind_btEmptyShape_calculateLocalInertia_2=d.Zo)(a,b,e),hr=c._emscripten_bind_btEmptyShape___destroy___0=a=>(hr=c._emscripten_bind_btEmptyShape___destroy___0=d._o)(a),ir=c._emscripten_bind_btStaticPlaneShape_btStaticPlaneShape_2=(a,b)=>(ir=c._emscripten_bind_btStaticPlaneShape_btStaticPlaneShape_2=d.$o)(a,b),jr=c._emscripten_bind_btStaticPlaneShape_setLocalScaling_1=(a,b)=>(jr=c._emscripten_bind_btStaticPlaneShape_setLocalScaling_1=
|
|
235
|
+
d.ap)(a,b),kr=c._emscripten_bind_btStaticPlaneShape_getLocalScaling_0=a=>(kr=c._emscripten_bind_btStaticPlaneShape_getLocalScaling_0=d.bp)(a),lr=c._emscripten_bind_btStaticPlaneShape_calculateLocalInertia_2=(a,b,e)=>(lr=c._emscripten_bind_btStaticPlaneShape_calculateLocalInertia_2=d.cp)(a,b,e),mr=c._emscripten_bind_btStaticPlaneShape___destroy___0=a=>(mr=c._emscripten_bind_btStaticPlaneShape___destroy___0=d.dp)(a),nr=c._emscripten_bind_btBvhTriangleMeshShape_btBvhTriangleMeshShape_2=(a,b)=>(nr=c._emscripten_bind_btBvhTriangleMeshShape_btBvhTriangleMeshShape_2=
|
|
236
|
+
d.ep)(a,b),or=c._emscripten_bind_btBvhTriangleMeshShape_btBvhTriangleMeshShape_3=(a,b,e)=>(or=c._emscripten_bind_btBvhTriangleMeshShape_btBvhTriangleMeshShape_3=d.fp)(a,b,e),pr=c._emscripten_bind_btBvhTriangleMeshShape_performRaycast_3=(a,b,e,f)=>(pr=c._emscripten_bind_btBvhTriangleMeshShape_performRaycast_3=d.gp)(a,b,e,f),qr=c._emscripten_bind_btBvhTriangleMeshShape_setLocalScaling_1=(a,b)=>(qr=c._emscripten_bind_btBvhTriangleMeshShape_setLocalScaling_1=d.hp)(a,b),rr=c._emscripten_bind_btBvhTriangleMeshShape_getLocalScaling_0=
|
|
237
|
+
a=>(rr=c._emscripten_bind_btBvhTriangleMeshShape_getLocalScaling_0=d.ip)(a),sr=c._emscripten_bind_btBvhTriangleMeshShape_calculateLocalInertia_2=(a,b,e)=>(sr=c._emscripten_bind_btBvhTriangleMeshShape_calculateLocalInertia_2=d.jp)(a,b,e),tr=c._emscripten_bind_btBvhTriangleMeshShape___destroy___0=a=>(tr=c._emscripten_bind_btBvhTriangleMeshShape___destroy___0=d.kp)(a),ur=c._emscripten_bind_btHeightfieldTerrainShape_btHeightfieldTerrainShape_9=(a,b,e,f,h,k,r,v,H)=>(ur=c._emscripten_bind_btHeightfieldTerrainShape_btHeightfieldTerrainShape_9=
|
|
238
|
+
d.lp)(a,b,e,f,h,k,r,v,H),vr=c._emscripten_bind_btHeightfieldTerrainShape_setMargin_1=(a,b)=>(vr=c._emscripten_bind_btHeightfieldTerrainShape_setMargin_1=d.mp)(a,b),wr=c._emscripten_bind_btHeightfieldTerrainShape_getMargin_0=a=>(wr=c._emscripten_bind_btHeightfieldTerrainShape_getMargin_0=d.np)(a),xr=c._emscripten_bind_btHeightfieldTerrainShape_setLocalScaling_1=(a,b)=>(xr=c._emscripten_bind_btHeightfieldTerrainShape_setLocalScaling_1=d.op)(a,b),yr=c._emscripten_bind_btHeightfieldTerrainShape_getLocalScaling_0=
|
|
239
|
+
a=>(yr=c._emscripten_bind_btHeightfieldTerrainShape_getLocalScaling_0=d.pp)(a),zr=c._emscripten_bind_btHeightfieldTerrainShape_calculateLocalInertia_2=(a,b,e)=>(zr=c._emscripten_bind_btHeightfieldTerrainShape_calculateLocalInertia_2=d.qp)(a,b,e),Ar=c._emscripten_bind_btHeightfieldTerrainShape___destroy___0=a=>(Ar=c._emscripten_bind_btHeightfieldTerrainShape___destroy___0=d.rp)(a),Br=c._emscripten_bind_btAABB_btAABB_4=(a,b,e,f)=>(Br=c._emscripten_bind_btAABB_btAABB_4=d.sp)(a,b,e,f),Cr=c._emscripten_bind_btAABB_invalidate_0=
|
|
240
|
+
a=>(Cr=c._emscripten_bind_btAABB_invalidate_0=d.tp)(a),Dr=c._emscripten_bind_btAABB_increment_margin_1=(a,b)=>(Dr=c._emscripten_bind_btAABB_increment_margin_1=d.up)(a,b),Er=c._emscripten_bind_btAABB_copy_with_margin_2=(a,b,e)=>(Er=c._emscripten_bind_btAABB_copy_with_margin_2=d.vp)(a,b,e),Fr=c._emscripten_bind_btAABB___destroy___0=a=>(Fr=c._emscripten_bind_btAABB___destroy___0=d.wp)(a),Gr=c._emscripten_bind_btPrimitiveTriangle_btPrimitiveTriangle_0=()=>(Gr=c._emscripten_bind_btPrimitiveTriangle_btPrimitiveTriangle_0=
|
|
241
|
+
d.xp)(),Hr=c._emscripten_bind_btPrimitiveTriangle___destroy___0=a=>(Hr=c._emscripten_bind_btPrimitiveTriangle___destroy___0=d.yp)(a),Ir=c._emscripten_bind_btTriangleShapeEx_btTriangleShapeEx_3=(a,b,e)=>(Ir=c._emscripten_bind_btTriangleShapeEx_btTriangleShapeEx_3=d.zp)(a,b,e),Jr=c._emscripten_bind_btTriangleShapeEx_getAabb_3=(a,b,e,f)=>(Jr=c._emscripten_bind_btTriangleShapeEx_getAabb_3=d.Ap)(a,b,e,f),Kr=c._emscripten_bind_btTriangleShapeEx_applyTransform_1=(a,b)=>(Kr=c._emscripten_bind_btTriangleShapeEx_applyTransform_1=
|
|
242
|
+
d.Bp)(a,b),Lr=c._emscripten_bind_btTriangleShapeEx___destroy___0=a=>(Lr=c._emscripten_bind_btTriangleShapeEx___destroy___0=d.Cp)(a),Mr=c._emscripten_bind_btTetrahedronShapeEx_btTetrahedronShapeEx_0=()=>(Mr=c._emscripten_bind_btTetrahedronShapeEx_btTetrahedronShapeEx_0=d.Dp)(),Nr=c._emscripten_bind_btTetrahedronShapeEx_setVertices_4=(a,b,e,f,h)=>(Nr=c._emscripten_bind_btTetrahedronShapeEx_setVertices_4=d.Ep)(a,b,e,f,h),Or=c._emscripten_bind_btTetrahedronShapeEx___destroy___0=a=>(Or=c._emscripten_bind_btTetrahedronShapeEx___destroy___0=
|
|
243
|
+
d.Fp)(a),Pr=c._emscripten_bind_CompoundPrimitiveManager_get_primitive_count_0=a=>(Pr=c._emscripten_bind_CompoundPrimitiveManager_get_primitive_count_0=d.Gp)(a),Qr=c._emscripten_bind_CompoundPrimitiveManager_get_primitive_box_2=(a,b,e)=>(Qr=c._emscripten_bind_CompoundPrimitiveManager_get_primitive_box_2=d.Hp)(a,b,e),Rr=c._emscripten_bind_CompoundPrimitiveManager_get_primitive_triangle_2=(a,b,e)=>(Rr=c._emscripten_bind_CompoundPrimitiveManager_get_primitive_triangle_2=d.Ip)(a,b,e),Sr=c._emscripten_bind_CompoundPrimitiveManager_is_trimesh_0=
|
|
244
|
+
a=>(Sr=c._emscripten_bind_CompoundPrimitiveManager_is_trimesh_0=d.Jp)(a),Tr=c._emscripten_bind_CompoundPrimitiveManager_get_m_compoundShape_0=a=>(Tr=c._emscripten_bind_CompoundPrimitiveManager_get_m_compoundShape_0=d.Kp)(a),Ur=c._emscripten_bind_CompoundPrimitiveManager_set_m_compoundShape_1=(a,b)=>(Ur=c._emscripten_bind_CompoundPrimitiveManager_set_m_compoundShape_1=d.Lp)(a,b),Vr=c._emscripten_bind_CompoundPrimitiveManager___destroy___0=a=>(Vr=c._emscripten_bind_CompoundPrimitiveManager___destroy___0=
|
|
245
|
+
d.Mp)(a),Wr=c._emscripten_bind_btGImpactCompoundShape_btGImpactCompoundShape_0=()=>(Wr=c._emscripten_bind_btGImpactCompoundShape_btGImpactCompoundShape_0=d.Np)(),Xr=c._emscripten_bind_btGImpactCompoundShape_btGImpactCompoundShape_1=a=>(Xr=c._emscripten_bind_btGImpactCompoundShape_btGImpactCompoundShape_1=d.Op)(a),Yr=c._emscripten_bind_btGImpactCompoundShape_childrenHasTransform_0=a=>(Yr=c._emscripten_bind_btGImpactCompoundShape_childrenHasTransform_0=d.Pp)(a),Zr=c._emscripten_bind_btGImpactCompoundShape_getPrimitiveManager_0=
|
|
246
|
+
a=>(Zr=c._emscripten_bind_btGImpactCompoundShape_getPrimitiveManager_0=d.Qp)(a),$r=c._emscripten_bind_btGImpactCompoundShape_getCompoundPrimitiveManager_0=a=>($r=c._emscripten_bind_btGImpactCompoundShape_getCompoundPrimitiveManager_0=d.Rp)(a),as=c._emscripten_bind_btGImpactCompoundShape_getNumChildShapes_0=a=>(as=c._emscripten_bind_btGImpactCompoundShape_getNumChildShapes_0=d.Sp)(a),bs=c._emscripten_bind_btGImpactCompoundShape_addChildShape_2=(a,b,e)=>(bs=c._emscripten_bind_btGImpactCompoundShape_addChildShape_2=
|
|
247
|
+
d.Tp)(a,b,e),cs=c._emscripten_bind_btGImpactCompoundShape_getChildShape_1=(a,b)=>(cs=c._emscripten_bind_btGImpactCompoundShape_getChildShape_1=d.Up)(a,b),ds=c._emscripten_bind_btGImpactCompoundShape_getChildAabb_4=(a,b,e,f,h)=>(ds=c._emscripten_bind_btGImpactCompoundShape_getChildAabb_4=d.Vp)(a,b,e,f,h),es=c._emscripten_bind_btGImpactCompoundShape_getChildTransform_1=(a,b)=>(es=c._emscripten_bind_btGImpactCompoundShape_getChildTransform_1=d.Wp)(a,b),gs=c._emscripten_bind_btGImpactCompoundShape_setChildTransform_2=
|
|
248
|
+
(a,b,e)=>(gs=c._emscripten_bind_btGImpactCompoundShape_setChildTransform_2=d.Xp)(a,b,e),hs=c._emscripten_bind_btGImpactCompoundShape_calculateLocalInertia_2=(a,b,e)=>(hs=c._emscripten_bind_btGImpactCompoundShape_calculateLocalInertia_2=d.Yp)(a,b,e),is=c._emscripten_bind_btGImpactCompoundShape_getName_0=a=>(is=c._emscripten_bind_btGImpactCompoundShape_getName_0=d.Zp)(a),js=c._emscripten_bind_btGImpactCompoundShape_getGImpactShapeType_0=a=>(js=c._emscripten_bind_btGImpactCompoundShape_getGImpactShapeType_0=
|
|
249
|
+
d._p)(a),ks=c._emscripten_bind_btGImpactCompoundShape_setLocalScaling_1=(a,b)=>(ks=c._emscripten_bind_btGImpactCompoundShape_setLocalScaling_1=d.$p)(a,b),ls=c._emscripten_bind_btGImpactCompoundShape_getLocalScaling_0=a=>(ls=c._emscripten_bind_btGImpactCompoundShape_getLocalScaling_0=d.aq)(a),ms=c._emscripten_bind_btGImpactCompoundShape_updateBound_0=a=>(ms=c._emscripten_bind_btGImpactCompoundShape_updateBound_0=d.bq)(a),ns=c._emscripten_bind_btGImpactCompoundShape_postUpdate_0=a=>(ns=c._emscripten_bind_btGImpactCompoundShape_postUpdate_0=
|
|
250
|
+
d.cq)(a),ps=c._emscripten_bind_btGImpactCompoundShape_getShapeType_0=a=>(ps=c._emscripten_bind_btGImpactCompoundShape_getShapeType_0=d.dq)(a),qs=c._emscripten_bind_btGImpactCompoundShape_needsRetrieveTriangles_0=a=>(qs=c._emscripten_bind_btGImpactCompoundShape_needsRetrieveTriangles_0=d.eq)(a),rs=c._emscripten_bind_btGImpactCompoundShape_needsRetrieveTetrahedrons_0=a=>(rs=c._emscripten_bind_btGImpactCompoundShape_needsRetrieveTetrahedrons_0=d.fq)(a),ss=c._emscripten_bind_btGImpactCompoundShape_getBulletTriangle_2=
|
|
251
|
+
(a,b,e)=>(ss=c._emscripten_bind_btGImpactCompoundShape_getBulletTriangle_2=d.gq)(a,b,e),ts=c._emscripten_bind_btGImpactCompoundShape_getBulletTetrahedron_2=(a,b,e)=>(ts=c._emscripten_bind_btGImpactCompoundShape_getBulletTetrahedron_2=d.hq)(a,b,e),us=c._emscripten_bind_btGImpactCompoundShape___destroy___0=a=>(us=c._emscripten_bind_btGImpactCompoundShape___destroy___0=d.iq)(a),vs=c._emscripten_bind_TrimeshPrimitiveManager_TrimeshPrimitiveManager_0=()=>(vs=c._emscripten_bind_TrimeshPrimitiveManager_TrimeshPrimitiveManager_0=
|
|
252
|
+
d.jq)(),xs=c._emscripten_bind_TrimeshPrimitiveManager_TrimeshPrimitiveManager_1=a=>(xs=c._emscripten_bind_TrimeshPrimitiveManager_TrimeshPrimitiveManager_1=d.kq)(a),ys=c._emscripten_bind_TrimeshPrimitiveManager_lock_0=a=>(ys=c._emscripten_bind_TrimeshPrimitiveManager_lock_0=d.lq)(a),zs=c._emscripten_bind_TrimeshPrimitiveManager_unlock_0=a=>(zs=c._emscripten_bind_TrimeshPrimitiveManager_unlock_0=d.mq)(a),As=c._emscripten_bind_TrimeshPrimitiveManager_is_trimesh_0=a=>(As=c._emscripten_bind_TrimeshPrimitiveManager_is_trimesh_0=
|
|
253
|
+
d.nq)(a),Bs=c._emscripten_bind_TrimeshPrimitiveManager_get_vertex_count_0=a=>(Bs=c._emscripten_bind_TrimeshPrimitiveManager_get_vertex_count_0=d.oq)(a),Cs=c._emscripten_bind_TrimeshPrimitiveManager_get_indices_4=(a,b,e,f,h)=>(Cs=c._emscripten_bind_TrimeshPrimitiveManager_get_indices_4=d.pq)(a,b,e,f,h),Ds=c._emscripten_bind_TrimeshPrimitiveManager_get_vertex_2=(a,b,e)=>(Ds=c._emscripten_bind_TrimeshPrimitiveManager_get_vertex_2=d.qq)(a,b,e),Es=c._emscripten_bind_TrimeshPrimitiveManager_get_bullet_triangle_2=
|
|
254
|
+
(a,b,e)=>(Es=c._emscripten_bind_TrimeshPrimitiveManager_get_bullet_triangle_2=d.rq)(a,b,e),Fs=c._emscripten_bind_TrimeshPrimitiveManager_get_m_margin_0=a=>(Fs=c._emscripten_bind_TrimeshPrimitiveManager_get_m_margin_0=d.sq)(a),Gs=c._emscripten_bind_TrimeshPrimitiveManager_set_m_margin_1=(a,b)=>(Gs=c._emscripten_bind_TrimeshPrimitiveManager_set_m_margin_1=d.tq)(a,b),Hs=c._emscripten_bind_TrimeshPrimitiveManager_get_m_meshInterface_0=a=>(Hs=c._emscripten_bind_TrimeshPrimitiveManager_get_m_meshInterface_0=
|
|
255
|
+
d.uq)(a),Is=c._emscripten_bind_TrimeshPrimitiveManager_set_m_meshInterface_1=(a,b)=>(Is=c._emscripten_bind_TrimeshPrimitiveManager_set_m_meshInterface_1=d.vq)(a,b),Js=c._emscripten_bind_TrimeshPrimitiveManager_get_m_part_0=a=>(Js=c._emscripten_bind_TrimeshPrimitiveManager_get_m_part_0=d.wq)(a),Ks=c._emscripten_bind_TrimeshPrimitiveManager_set_m_part_1=(a,b)=>(Ks=c._emscripten_bind_TrimeshPrimitiveManager_set_m_part_1=d.xq)(a,b),Ls=c._emscripten_bind_TrimeshPrimitiveManager_get_m_lock_count_0=a=>(Ls=
|
|
256
|
+
c._emscripten_bind_TrimeshPrimitiveManager_get_m_lock_count_0=d.yq)(a),Ms=c._emscripten_bind_TrimeshPrimitiveManager_set_m_lock_count_1=(a,b)=>(Ms=c._emscripten_bind_TrimeshPrimitiveManager_set_m_lock_count_1=d.zq)(a,b),Ns=c._emscripten_bind_TrimeshPrimitiveManager_get_numverts_0=a=>(Ns=c._emscripten_bind_TrimeshPrimitiveManager_get_numverts_0=d.Aq)(a),Os=c._emscripten_bind_TrimeshPrimitiveManager_set_numverts_1=(a,b)=>(Os=c._emscripten_bind_TrimeshPrimitiveManager_set_numverts_1=d.Bq)(a,b),Ps=c._emscripten_bind_TrimeshPrimitiveManager_get_type_0=
|
|
257
|
+
a=>(Ps=c._emscripten_bind_TrimeshPrimitiveManager_get_type_0=d.Cq)(a),Qs=c._emscripten_bind_TrimeshPrimitiveManager_set_type_1=(a,b)=>(Qs=c._emscripten_bind_TrimeshPrimitiveManager_set_type_1=d.Dq)(a,b),Rs=c._emscripten_bind_TrimeshPrimitiveManager_get_stride_0=a=>(Rs=c._emscripten_bind_TrimeshPrimitiveManager_get_stride_0=d.Eq)(a),Ss=c._emscripten_bind_TrimeshPrimitiveManager_set_stride_1=(a,b)=>(Ss=c._emscripten_bind_TrimeshPrimitiveManager_set_stride_1=d.Fq)(a,b),Ts=c._emscripten_bind_TrimeshPrimitiveManager_get_indexstride_0=
|
|
258
|
+
a=>(Ts=c._emscripten_bind_TrimeshPrimitiveManager_get_indexstride_0=d.Gq)(a),Us=c._emscripten_bind_TrimeshPrimitiveManager_set_indexstride_1=(a,b)=>(Us=c._emscripten_bind_TrimeshPrimitiveManager_set_indexstride_1=d.Hq)(a,b),Vs=c._emscripten_bind_TrimeshPrimitiveManager_get_numfaces_0=a=>(Vs=c._emscripten_bind_TrimeshPrimitiveManager_get_numfaces_0=d.Iq)(a),Ws=c._emscripten_bind_TrimeshPrimitiveManager_set_numfaces_1=(a,b)=>(Ws=c._emscripten_bind_TrimeshPrimitiveManager_set_numfaces_1=d.Jq)(a,b),Xs=
|
|
259
|
+
c._emscripten_bind_TrimeshPrimitiveManager_get_indicestype_0=a=>(Xs=c._emscripten_bind_TrimeshPrimitiveManager_get_indicestype_0=d.Kq)(a),Ys=c._emscripten_bind_TrimeshPrimitiveManager_set_indicestype_1=(a,b)=>(Ys=c._emscripten_bind_TrimeshPrimitiveManager_set_indicestype_1=d.Lq)(a,b),Zs=c._emscripten_bind_TrimeshPrimitiveManager___destroy___0=a=>(Zs=c._emscripten_bind_TrimeshPrimitiveManager___destroy___0=d.Mq)(a),$s=c._emscripten_bind_btGImpactMeshShapePart_btGImpactMeshShapePart_2=(a,b)=>($s=c._emscripten_bind_btGImpactMeshShapePart_btGImpactMeshShapePart_2=
|
|
260
|
+
d.Nq)(a,b),at=c._emscripten_bind_btGImpactMeshShapePart_getTrimeshPrimitiveManager_0=a=>(at=c._emscripten_bind_btGImpactMeshShapePart_getTrimeshPrimitiveManager_0=d.Oq)(a),bt=c._emscripten_bind_btGImpactMeshShapePart_getVertexCount_0=a=>(bt=c._emscripten_bind_btGImpactMeshShapePart_getVertexCount_0=d.Pq)(a),ct=c._emscripten_bind_btGImpactMeshShapePart_getVertex_2=(a,b,e)=>(ct=c._emscripten_bind_btGImpactMeshShapePart_getVertex_2=d.Qq)(a,b,e),dt=c._emscripten_bind_btGImpactMeshShapePart_getPart_0=
|
|
261
|
+
a=>(dt=c._emscripten_bind_btGImpactMeshShapePart_getPart_0=d.Rq)(a),et=c._emscripten_bind_btGImpactMeshShapePart_setLocalScaling_1=(a,b)=>(et=c._emscripten_bind_btGImpactMeshShapePart_setLocalScaling_1=d.Sq)(a,b),ft=c._emscripten_bind_btGImpactMeshShapePart_getLocalScaling_0=a=>(ft=c._emscripten_bind_btGImpactMeshShapePart_getLocalScaling_0=d.Tq)(a),gt=c._emscripten_bind_btGImpactMeshShapePart_updateBound_0=a=>(gt=c._emscripten_bind_btGImpactMeshShapePart_updateBound_0=d.Uq)(a),ht=c._emscripten_bind_btGImpactMeshShapePart_postUpdate_0=
|
|
262
|
+
a=>(ht=c._emscripten_bind_btGImpactMeshShapePart_postUpdate_0=d.Vq)(a),it=c._emscripten_bind_btGImpactMeshShapePart_getShapeType_0=a=>(it=c._emscripten_bind_btGImpactMeshShapePart_getShapeType_0=d.Wq)(a),jt=c._emscripten_bind_btGImpactMeshShapePart_needsRetrieveTriangles_0=a=>(jt=c._emscripten_bind_btGImpactMeshShapePart_needsRetrieveTriangles_0=d.Xq)(a),kt=c._emscripten_bind_btGImpactMeshShapePart_needsRetrieveTetrahedrons_0=a=>(kt=c._emscripten_bind_btGImpactMeshShapePart_needsRetrieveTetrahedrons_0=
|
|
263
|
+
d.Yq)(a),lt=c._emscripten_bind_btGImpactMeshShapePart_getBulletTriangle_2=(a,b,e)=>(lt=c._emscripten_bind_btGImpactMeshShapePart_getBulletTriangle_2=d.Zq)(a,b,e),mt=c._emscripten_bind_btGImpactMeshShapePart_getBulletTetrahedron_2=(a,b,e)=>(mt=c._emscripten_bind_btGImpactMeshShapePart_getBulletTetrahedron_2=d._q)(a,b,e),nt=c._emscripten_bind_btGImpactMeshShapePart___destroy___0=a=>(nt=c._emscripten_bind_btGImpactMeshShapePart___destroy___0=d.$q)(a),ot=c._emscripten_bind_btGImpactMeshShape_btGImpactMeshShape_1=
|
|
264
|
+
a=>(ot=c._emscripten_bind_btGImpactMeshShape_btGImpactMeshShape_1=d.ar)(a),pt=c._emscripten_bind_btGImpactMeshShape_getMeshInterface_0=a=>(pt=c._emscripten_bind_btGImpactMeshShape_getMeshInterface_0=d.br)(a),qt=c._emscripten_bind_btGImpactMeshShape_getMeshPartCount_0=a=>(qt=c._emscripten_bind_btGImpactMeshShape_getMeshPartCount_0=d.cr)(a),rt=c._emscripten_bind_btGImpactMeshShape_getMeshPart_1=(a,b)=>(rt=c._emscripten_bind_btGImpactMeshShape_getMeshPart_1=d.dr)(a,b),st=c._emscripten_bind_btGImpactMeshShape_calculateSerializeBufferSize_0=
|
|
265
|
+
a=>(st=c._emscripten_bind_btGImpactMeshShape_calculateSerializeBufferSize_0=d.er)(a),tt=c._emscripten_bind_btGImpactMeshShape_setLocalScaling_1=(a,b)=>(tt=c._emscripten_bind_btGImpactMeshShape_setLocalScaling_1=d.fr)(a,b),ut=c._emscripten_bind_btGImpactMeshShape_getLocalScaling_0=a=>(ut=c._emscripten_bind_btGImpactMeshShape_getLocalScaling_0=d.gr)(a),vt=c._emscripten_bind_btGImpactMeshShape_updateBound_0=a=>(vt=c._emscripten_bind_btGImpactMeshShape_updateBound_0=d.hr)(a),wt=c._emscripten_bind_btGImpactMeshShape_postUpdate_0=
|
|
266
|
+
a=>(wt=c._emscripten_bind_btGImpactMeshShape_postUpdate_0=d.ir)(a),xt=c._emscripten_bind_btGImpactMeshShape_getShapeType_0=a=>(xt=c._emscripten_bind_btGImpactMeshShape_getShapeType_0=d.jr)(a),yt=c._emscripten_bind_btGImpactMeshShape_needsRetrieveTriangles_0=a=>(yt=c._emscripten_bind_btGImpactMeshShape_needsRetrieveTriangles_0=d.kr)(a),zt=c._emscripten_bind_btGImpactMeshShape_needsRetrieveTetrahedrons_0=a=>(zt=c._emscripten_bind_btGImpactMeshShape_needsRetrieveTetrahedrons_0=d.lr)(a),At=c._emscripten_bind_btGImpactMeshShape_getBulletTriangle_2=
|
|
267
|
+
(a,b,e)=>(At=c._emscripten_bind_btGImpactMeshShape_getBulletTriangle_2=d.mr)(a,b,e),Bt=c._emscripten_bind_btGImpactMeshShape_getBulletTetrahedron_2=(a,b,e)=>(Bt=c._emscripten_bind_btGImpactMeshShape_getBulletTetrahedron_2=d.nr)(a,b,e),Ct=c._emscripten_bind_btGImpactMeshShape___destroy___0=a=>(Ct=c._emscripten_bind_btGImpactMeshShape___destroy___0=d.or)(a),Dt=c._emscripten_bind_btCollisionAlgorithmConstructionInfo_btCollisionAlgorithmConstructionInfo_0=()=>(Dt=c._emscripten_bind_btCollisionAlgorithmConstructionInfo_btCollisionAlgorithmConstructionInfo_0=
|
|
268
|
+
d.pr)(),Et=c._emscripten_bind_btCollisionAlgorithmConstructionInfo_btCollisionAlgorithmConstructionInfo_2=(a,b)=>(Et=c._emscripten_bind_btCollisionAlgorithmConstructionInfo_btCollisionAlgorithmConstructionInfo_2=d.qr)(a,b),Ft=c._emscripten_bind_btCollisionAlgorithmConstructionInfo_get_m_dispatcher1_0=a=>(Ft=c._emscripten_bind_btCollisionAlgorithmConstructionInfo_get_m_dispatcher1_0=d.rr)(a),Gt=c._emscripten_bind_btCollisionAlgorithmConstructionInfo_set_m_dispatcher1_1=(a,b)=>(Gt=c._emscripten_bind_btCollisionAlgorithmConstructionInfo_set_m_dispatcher1_1=
|
|
269
|
+
d.sr)(a,b),Ht=c._emscripten_bind_btCollisionAlgorithmConstructionInfo_get_m_manifold_0=a=>(Ht=c._emscripten_bind_btCollisionAlgorithmConstructionInfo_get_m_manifold_0=d.tr)(a),It=c._emscripten_bind_btCollisionAlgorithmConstructionInfo_set_m_manifold_1=(a,b)=>(It=c._emscripten_bind_btCollisionAlgorithmConstructionInfo_set_m_manifold_1=d.ur)(a,b),Jt=c._emscripten_bind_btCollisionAlgorithmConstructionInfo___destroy___0=a=>(Jt=c._emscripten_bind_btCollisionAlgorithmConstructionInfo___destroy___0=d.vr)(a),
|
|
270
|
+
Kt=c._emscripten_bind_btGImpactCollisionAlgorithm_btGImpactCollisionAlgorithm_3=(a,b,e)=>(Kt=c._emscripten_bind_btGImpactCollisionAlgorithm_btGImpactCollisionAlgorithm_3=d.wr)(a,b,e),Lt=c._emscripten_bind_btGImpactCollisionAlgorithm_registerAlgorithm_1=(a,b)=>(Lt=c._emscripten_bind_btGImpactCollisionAlgorithm_registerAlgorithm_1=d.xr)(a,b),Mt=c._emscripten_bind_btGImpactCollisionAlgorithm___destroy___0=a=>(Mt=c._emscripten_bind_btGImpactCollisionAlgorithm___destroy___0=d.yr)(a),Nt=c._emscripten_bind_btDefaultCollisionConstructionInfo_btDefaultCollisionConstructionInfo_0=
|
|
271
|
+
()=>(Nt=c._emscripten_bind_btDefaultCollisionConstructionInfo_btDefaultCollisionConstructionInfo_0=d.zr)(),Ot=c._emscripten_bind_btDefaultCollisionConstructionInfo___destroy___0=a=>(Ot=c._emscripten_bind_btDefaultCollisionConstructionInfo___destroy___0=d.Ar)(a),Pt=c._emscripten_bind_btPersistentManifold_btPersistentManifold_0=()=>(Pt=c._emscripten_bind_btPersistentManifold_btPersistentManifold_0=d.Br)(),Qt=c._emscripten_bind_btPersistentManifold_getBody0_0=a=>(Qt=c._emscripten_bind_btPersistentManifold_getBody0_0=
|
|
272
|
+
d.Cr)(a),Rt=c._emscripten_bind_btPersistentManifold_getBody1_0=a=>(Rt=c._emscripten_bind_btPersistentManifold_getBody1_0=d.Dr)(a),St=c._emscripten_bind_btPersistentManifold_getNumContacts_0=a=>(St=c._emscripten_bind_btPersistentManifold_getNumContacts_0=d.Er)(a),Tt=c._emscripten_bind_btPersistentManifold_getContactPoint_1=(a,b)=>(Tt=c._emscripten_bind_btPersistentManifold_getContactPoint_1=d.Fr)(a,b),Ut=c._emscripten_bind_btPersistentManifold___destroy___0=a=>(Ut=c._emscripten_bind_btPersistentManifold___destroy___0=
|
|
273
|
+
d.Gr)(a),Vt=c._emscripten_bind_btCollisionDispatcher_btCollisionDispatcher_1=a=>(Vt=c._emscripten_bind_btCollisionDispatcher_btCollisionDispatcher_1=d.Hr)(a),Wt=c._emscripten_bind_btCollisionDispatcher_getNumManifolds_0=a=>(Wt=c._emscripten_bind_btCollisionDispatcher_getNumManifolds_0=d.Ir)(a),Xt=c._emscripten_bind_btCollisionDispatcher_getManifoldByIndexInternal_1=(a,b)=>(Xt=c._emscripten_bind_btCollisionDispatcher_getManifoldByIndexInternal_1=d.Jr)(a,b),Yt=c._emscripten_bind_btCollisionDispatcher___destroy___0=
|
|
274
|
+
a=>(Yt=c._emscripten_bind_btCollisionDispatcher___destroy___0=d.Kr)(a),Zt=c._emscripten_bind_btOverlappingPairCallback___destroy___0=a=>(Zt=c._emscripten_bind_btOverlappingPairCallback___destroy___0=d.Lr)(a),$t=c._emscripten_bind_btOverlappingPairCache_setInternalGhostPairCallback_1=(a,b)=>($t=c._emscripten_bind_btOverlappingPairCache_setInternalGhostPairCallback_1=d.Mr)(a,b),au=c._emscripten_bind_btOverlappingPairCache_getNumOverlappingPairs_0=a=>(au=c._emscripten_bind_btOverlappingPairCache_getNumOverlappingPairs_0=
|
|
275
|
+
d.Nr)(a),bu=c._emscripten_bind_btOverlappingPairCache___destroy___0=a=>(bu=c._emscripten_bind_btOverlappingPairCache___destroy___0=d.Or)(a),cu=c._emscripten_bind_btAxisSweep3_btAxisSweep3_2=(a,b)=>(cu=c._emscripten_bind_btAxisSweep3_btAxisSweep3_2=d.Pr)(a,b),du=c._emscripten_bind_btAxisSweep3_btAxisSweep3_3=(a,b,e)=>(du=c._emscripten_bind_btAxisSweep3_btAxisSweep3_3=d.Qr)(a,b,e),eu=c._emscripten_bind_btAxisSweep3_btAxisSweep3_4=(a,b,e,f)=>(eu=c._emscripten_bind_btAxisSweep3_btAxisSweep3_4=d.Rr)(a,
|
|
276
|
+
b,e,f),fu=c._emscripten_bind_btAxisSweep3_btAxisSweep3_5=(a,b,e,f,h)=>(fu=c._emscripten_bind_btAxisSweep3_btAxisSweep3_5=d.Sr)(a,b,e,f,h),gu=c._emscripten_bind_btAxisSweep3___destroy___0=a=>(gu=c._emscripten_bind_btAxisSweep3___destroy___0=d.Tr)(a),hu=c._emscripten_bind_btCollisionConfiguration___destroy___0=a=>(hu=c._emscripten_bind_btCollisionConfiguration___destroy___0=d.Ur)(a),iu=c._emscripten_bind_btDbvtBroadphase_btDbvtBroadphase_0=()=>(iu=c._emscripten_bind_btDbvtBroadphase_btDbvtBroadphase_0=
|
|
277
|
+
d.Vr)(),ju=c._emscripten_bind_btDbvtBroadphase_getOverlappingPairCache_0=a=>(ju=c._emscripten_bind_btDbvtBroadphase_getOverlappingPairCache_0=d.Wr)(a),ku=c._emscripten_bind_btDbvtBroadphase___destroy___0=a=>(ku=c._emscripten_bind_btDbvtBroadphase___destroy___0=d.Xr)(a),lu=c._emscripten_bind_btBroadphaseProxy_get_m_collisionFilterGroup_0=a=>(lu=c._emscripten_bind_btBroadphaseProxy_get_m_collisionFilterGroup_0=d.Yr)(a),mu=c._emscripten_bind_btBroadphaseProxy_set_m_collisionFilterGroup_1=(a,b)=>(mu=
|
|
278
|
+
c._emscripten_bind_btBroadphaseProxy_set_m_collisionFilterGroup_1=d.Zr)(a,b),nu=c._emscripten_bind_btBroadphaseProxy_get_m_collisionFilterMask_0=a=>(nu=c._emscripten_bind_btBroadphaseProxy_get_m_collisionFilterMask_0=d._r)(a),ou=c._emscripten_bind_btBroadphaseProxy_set_m_collisionFilterMask_1=(a,b)=>(ou=c._emscripten_bind_btBroadphaseProxy_set_m_collisionFilterMask_1=d.$r)(a,b),pu=c._emscripten_bind_btBroadphaseProxy___destroy___0=a=>(pu=c._emscripten_bind_btBroadphaseProxy___destroy___0=d.as)(a),
|
|
279
|
+
qu=c._emscripten_bind_btRigidBodyConstructionInfo_btRigidBodyConstructionInfo_3=(a,b,e)=>(qu=c._emscripten_bind_btRigidBodyConstructionInfo_btRigidBodyConstructionInfo_3=d.bs)(a,b,e),ru=c._emscripten_bind_btRigidBodyConstructionInfo_btRigidBodyConstructionInfo_4=(a,b,e,f)=>(ru=c._emscripten_bind_btRigidBodyConstructionInfo_btRigidBodyConstructionInfo_4=d.cs)(a,b,e,f),su=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_linearDamping_0=a=>(su=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_linearDamping_0=
|
|
280
|
+
d.ds)(a),tu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_linearDamping_1=(a,b)=>(tu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_linearDamping_1=d.es)(a,b),uu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_angularDamping_0=a=>(uu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_angularDamping_0=d.fs)(a),vu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_angularDamping_1=(a,b)=>(vu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_angularDamping_1=d.gs)(a,b),wu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_friction_0=
|
|
281
|
+
a=>(wu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_friction_0=d.hs)(a),xu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_friction_1=(a,b)=>(xu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_friction_1=d.is)(a,b),yu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_rollingFriction_0=a=>(yu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_rollingFriction_0=d.js)(a),zu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_rollingFriction_1=(a,b)=>(zu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_rollingFriction_1=
|
|
282
|
+
d.ks)(a,b),Au=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_restitution_0=a=>(Au=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_restitution_0=d.ls)(a),Bu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_restitution_1=(a,b)=>(Bu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_restitution_1=d.ms)(a,b),Cu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_linearSleepingThreshold_0=a=>(Cu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_linearSleepingThreshold_0=d.ns)(a),Du=
|
|
283
|
+
c._emscripten_bind_btRigidBodyConstructionInfo_set_m_linearSleepingThreshold_1=(a,b)=>(Du=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_linearSleepingThreshold_1=d.os)(a,b),Eu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_angularSleepingThreshold_0=a=>(Eu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_angularSleepingThreshold_0=d.ps)(a),Fu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_angularSleepingThreshold_1=(a,b)=>(Fu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_angularSleepingThreshold_1=
|
|
284
|
+
d.qs)(a,b),Gu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_additionalDamping_0=a=>(Gu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_additionalDamping_0=d.rs)(a),Hu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_additionalDamping_1=(a,b)=>(Hu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_additionalDamping_1=d.ss)(a,b),Iu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_additionalDampingFactor_0=a=>(Iu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_additionalDampingFactor_0=
|
|
285
|
+
d.ts)(a),Ju=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_additionalDampingFactor_1=(a,b)=>(Ju=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_additionalDampingFactor_1=d.us)(a,b),Ku=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_additionalLinearDampingThresholdSqr_0=a=>(Ku=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_additionalLinearDampingThresholdSqr_0=d.vs)(a),Lu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_additionalLinearDampingThresholdSqr_1=(a,b)=>(Lu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_additionalLinearDampingThresholdSqr_1=
|
|
286
|
+
d.ws)(a,b),Mu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_additionalAngularDampingThresholdSqr_0=a=>(Mu=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_additionalAngularDampingThresholdSqr_0=d.xs)(a),Nu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_additionalAngularDampingThresholdSqr_1=(a,b)=>(Nu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_additionalAngularDampingThresholdSqr_1=d.ys)(a,b),Ou=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_additionalAngularDampingFactor_0=
|
|
287
|
+
a=>(Ou=c._emscripten_bind_btRigidBodyConstructionInfo_get_m_additionalAngularDampingFactor_0=d.zs)(a),Pu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_additionalAngularDampingFactor_1=(a,b)=>(Pu=c._emscripten_bind_btRigidBodyConstructionInfo_set_m_additionalAngularDampingFactor_1=d.As)(a,b),Qu=c._emscripten_bind_btRigidBodyConstructionInfo___destroy___0=a=>(Qu=c._emscripten_bind_btRigidBodyConstructionInfo___destroy___0=d.Bs)(a),Ru=c._emscripten_bind_btRigidBody_btRigidBody_1=a=>(Ru=c._emscripten_bind_btRigidBody_btRigidBody_1=
|
|
288
|
+
d.Cs)(a),Su=c._emscripten_bind_btRigidBody_getCenterOfMassTransform_0=a=>(Su=c._emscripten_bind_btRigidBody_getCenterOfMassTransform_0=d.Ds)(a),Tu=c._emscripten_bind_btRigidBody_setCenterOfMassTransform_1=(a,b)=>(Tu=c._emscripten_bind_btRigidBody_setCenterOfMassTransform_1=d.Es)(a,b),Uu=c._emscripten_bind_btRigidBody_setSleepingThresholds_2=(a,b,e)=>(Uu=c._emscripten_bind_btRigidBody_setSleepingThresholds_2=d.Fs)(a,b,e),Vu=c._emscripten_bind_btRigidBody_getLinearSleepingThreshold_0=a=>(Vu=c._emscripten_bind_btRigidBody_getLinearSleepingThreshold_0=
|
|
289
|
+
d.Gs)(a),Wu=c._emscripten_bind_btRigidBody_getAngularSleepingThreshold_0=a=>(Wu=c._emscripten_bind_btRigidBody_getAngularSleepingThreshold_0=d.Hs)(a),Xu=c._emscripten_bind_btRigidBody_getLinearDamping_0=a=>(Xu=c._emscripten_bind_btRigidBody_getLinearDamping_0=d.Is)(a),Yu=c._emscripten_bind_btRigidBody_getAngularDamping_0=a=>(Yu=c._emscripten_bind_btRigidBody_getAngularDamping_0=d.Js)(a),Zu=c._emscripten_bind_btRigidBody_setDamping_2=(a,b,e)=>(Zu=c._emscripten_bind_btRigidBody_setDamping_2=d.Ks)(a,
|
|
290
|
+
b,e),$u=c._emscripten_bind_btRigidBody_applyDamping_1=(a,b)=>($u=c._emscripten_bind_btRigidBody_applyDamping_1=d.Ls)(a,b),av=c._emscripten_bind_btRigidBody_setMassProps_2=(a,b,e)=>(av=c._emscripten_bind_btRigidBody_setMassProps_2=d.Ms)(a,b,e),bv=c._emscripten_bind_btRigidBody_getInvMass_0=a=>(bv=c._emscripten_bind_btRigidBody_getInvMass_0=d.Ns)(a),cv=c._emscripten_bind_btRigidBody_getMass_0=a=>(cv=c._emscripten_bind_btRigidBody_getMass_0=d.Os)(a),dv=c._emscripten_bind_btRigidBody_getLinearFactor_0=
|
|
291
|
+
a=>(dv=c._emscripten_bind_btRigidBody_getLinearFactor_0=d.Ps)(a),ev=c._emscripten_bind_btRigidBody_setLinearFactor_1=(a,b)=>(ev=c._emscripten_bind_btRigidBody_setLinearFactor_1=d.Qs)(a,b),fv=c._emscripten_bind_btRigidBody_applyTorque_1=(a,b)=>(fv=c._emscripten_bind_btRigidBody_applyTorque_1=d.Rs)(a,b),gv=c._emscripten_bind_btRigidBody_applyForce_2=(a,b,e)=>(gv=c._emscripten_bind_btRigidBody_applyForce_2=d.Ss)(a,b,e),hv=c._emscripten_bind_btRigidBody_applyCentralImpulse_1=(a,b)=>(hv=c._emscripten_bind_btRigidBody_applyCentralImpulse_1=
|
|
292
|
+
d.Ts)(a,b),iv=c._emscripten_bind_btRigidBody_applyTorqueImpulse_1=(a,b)=>(iv=c._emscripten_bind_btRigidBody_applyTorqueImpulse_1=d.Us)(a,b),jv=c._emscripten_bind_btRigidBody_applyImpulse_2=(a,b,e)=>(jv=c._emscripten_bind_btRigidBody_applyImpulse_2=d.Vs)(a,b,e),kv=c._emscripten_bind_btRigidBody_applyPushImpulse_2=(a,b,e)=>(kv=c._emscripten_bind_btRigidBody_applyPushImpulse_2=d.Ws)(a,b,e),lv=c._emscripten_bind_btRigidBody_getPushVelocity_0=a=>(lv=c._emscripten_bind_btRigidBody_getPushVelocity_0=d.Xs)(a),
|
|
293
|
+
mv=c._emscripten_bind_btRigidBody_getTurnVelocity_0=a=>(mv=c._emscripten_bind_btRigidBody_getTurnVelocity_0=d.Ys)(a),nv=c._emscripten_bind_btRigidBody_setPushVelocity_1=(a,b)=>(nv=c._emscripten_bind_btRigidBody_setPushVelocity_1=d.Zs)(a,b),ov=c._emscripten_bind_btRigidBody_setTurnVelocity_1=(a,b)=>(ov=c._emscripten_bind_btRigidBody_setTurnVelocity_1=d._s)(a,b),pv=c._emscripten_bind_btRigidBody_applyCentralPushImpulse_1=(a,b)=>(pv=c._emscripten_bind_btRigidBody_applyCentralPushImpulse_1=d.$s)(a,b),
|
|
294
|
+
qv=c._emscripten_bind_btRigidBody_applyTorqueTurnImpulse_1=(a,b)=>(qv=c._emscripten_bind_btRigidBody_applyTorqueTurnImpulse_1=d.at)(a,b),rv=c._emscripten_bind_btRigidBody_getCenterOfMassPosition_0=a=>(rv=c._emscripten_bind_btRigidBody_getCenterOfMassPosition_0=d.bt)(a),sv=c._emscripten_bind_btRigidBody_getOrientation_0=a=>(sv=c._emscripten_bind_btRigidBody_getOrientation_0=d.ct)(a),tv=c._emscripten_bind_btRigidBody_getTotalForce_0=a=>(tv=c._emscripten_bind_btRigidBody_getTotalForce_0=d.dt)(a),uv=
|
|
295
|
+
c._emscripten_bind_btRigidBody_getTotalTorque_0=a=>(uv=c._emscripten_bind_btRigidBody_getTotalTorque_0=d.et)(a),vv=c._emscripten_bind_btRigidBody_getInvInertiaDiagLocal_0=a=>(vv=c._emscripten_bind_btRigidBody_getInvInertiaDiagLocal_0=d.ft)(a),wv=c._emscripten_bind_btRigidBody_setInvInertiaDiagLocal_1=(a,b)=>(wv=c._emscripten_bind_btRigidBody_setInvInertiaDiagLocal_1=d.gt)(a,b),xv=c._emscripten_bind_btRigidBody_updateInertiaTensor_0=a=>(xv=c._emscripten_bind_btRigidBody_updateInertiaTensor_0=d.ht)(a),
|
|
296
|
+
yv=c._emscripten_bind_btRigidBody_getLinearVelocity_0=a=>(yv=c._emscripten_bind_btRigidBody_getLinearVelocity_0=d.it)(a),zv=c._emscripten_bind_btRigidBody_getAngularVelocity_0=a=>(zv=c._emscripten_bind_btRigidBody_getAngularVelocity_0=d.jt)(a),Av=c._emscripten_bind_btRigidBody_setLinearVelocity_1=(a,b)=>(Av=c._emscripten_bind_btRigidBody_setLinearVelocity_1=d.kt)(a,b),Bv=c._emscripten_bind_btRigidBody_setAngularVelocity_1=(a,b)=>(Bv=c._emscripten_bind_btRigidBody_setAngularVelocity_1=d.lt)(a,b),Cv=
|
|
297
|
+
c._emscripten_bind_btRigidBody_getVelocityInLocalPoint_1=(a,b)=>(Cv=c._emscripten_bind_btRigidBody_getVelocityInLocalPoint_1=d.mt)(a,b),Dv=c._emscripten_bind_btRigidBody_getPushVelocityInLocalPoint_1=(a,b)=>(Dv=c._emscripten_bind_btRigidBody_getPushVelocityInLocalPoint_1=d.nt)(a,b),Ev=c._emscripten_bind_btRigidBody_translate_1=(a,b)=>(Ev=c._emscripten_bind_btRigidBody_translate_1=d.ot)(a,b),Fv=c._emscripten_bind_btRigidBody_getMotionState_0=a=>(Fv=c._emscripten_bind_btRigidBody_getMotionState_0=d.pt)(a),
|
|
298
|
+
Gv=c._emscripten_bind_btRigidBody_setMotionState_1=(a,b)=>(Gv=c._emscripten_bind_btRigidBody_setMotionState_1=d.qt)(a,b),Hv=c._emscripten_bind_btRigidBody_getAngularFactor_0=a=>(Hv=c._emscripten_bind_btRigidBody_getAngularFactor_0=d.rt)(a),Iv=c._emscripten_bind_btRigidBody_setAngularFactor_1=(a,b)=>(Iv=c._emscripten_bind_btRigidBody_setAngularFactor_1=d.st)(a,b),Jv=c._emscripten_bind_btRigidBody_upcast_1=(a,b)=>(Jv=c._emscripten_bind_btRigidBody_upcast_1=d.tt)(a,b),Kv=c._emscripten_bind_btRigidBody_getAabb_2=
|
|
299
|
+
(a,b,e)=>(Kv=c._emscripten_bind_btRigidBody_getAabb_2=d.ut)(a,b,e),Lv=c._emscripten_bind_btRigidBody_applyGravity_0=a=>(Lv=c._emscripten_bind_btRigidBody_applyGravity_0=d.vt)(a),Mv=c._emscripten_bind_btRigidBody_clearGravity_0=a=>(Mv=c._emscripten_bind_btRigidBody_clearGravity_0=d.wt)(a),Nv=c._emscripten_bind_btRigidBody_getGravity_0=a=>(Nv=c._emscripten_bind_btRigidBody_getGravity_0=d.xt)(a),Ov=c._emscripten_bind_btRigidBody_setGravity_1=(a,b)=>(Ov=c._emscripten_bind_btRigidBody_setGravity_1=d.yt)(a,
|
|
300
|
+
b),Pv=c._emscripten_bind_btRigidBody_getBroadphaseProxy_0=a=>(Pv=c._emscripten_bind_btRigidBody_getBroadphaseProxy_0=d.zt)(a),Qv=c._emscripten_bind_btRigidBody_clearForces_0=a=>(Qv=c._emscripten_bind_btRigidBody_clearForces_0=d.At)(a),Rv=c._emscripten_bind_btRigidBody_setFlags_1=(a,b)=>(Rv=c._emscripten_bind_btRigidBody_setFlags_1=d.Bt)(a,b),Sv=c._emscripten_bind_btRigidBody_getFlags_0=a=>(Sv=c._emscripten_bind_btRigidBody_getFlags_0=d.Ct)(a),Tv=c._emscripten_bind_btRigidBody_getAnisotropicFriction_0=
|
|
301
|
+
a=>(Tv=c._emscripten_bind_btRigidBody_getAnisotropicFriction_0=d.Dt)(a),Uv=c._emscripten_bind_btRigidBody_setAnisotropicFriction_2=(a,b,e)=>(Uv=c._emscripten_bind_btRigidBody_setAnisotropicFriction_2=d.Et)(a,b,e),Vv=c._emscripten_bind_btRigidBody_hasAnisotropicFriction_0=a=>(Vv=c._emscripten_bind_btRigidBody_hasAnisotropicFriction_0=d.Ft)(a),Wv=c._emscripten_bind_btRigidBody_hasAnisotropicFriction_1=(a,b)=>(Wv=c._emscripten_bind_btRigidBody_hasAnisotropicFriction_1=d.Gt)(a,b),Xv=c._emscripten_bind_btRigidBody_getCollisionShape_0=
|
|
302
|
+
a=>(Xv=c._emscripten_bind_btRigidBody_getCollisionShape_0=d.Ht)(a),Yv=c._emscripten_bind_btRigidBody_getContactProcessingThreshold_0=a=>(Yv=c._emscripten_bind_btRigidBody_getContactProcessingThreshold_0=d.It)(a),Zv=c._emscripten_bind_btRigidBody_setContactProcessingThreshold_1=(a,b)=>(Zv=c._emscripten_bind_btRigidBody_setContactProcessingThreshold_1=d.Jt)(a,b),$v=c._emscripten_bind_btRigidBody_getActivationState_0=a=>($v=c._emscripten_bind_btRigidBody_getActivationState_0=d.Kt)(a),aw=c._emscripten_bind_btRigidBody_setActivationState_1=
|
|
303
|
+
(a,b)=>(aw=c._emscripten_bind_btRigidBody_setActivationState_1=d.Lt)(a,b),bw=c._emscripten_bind_btRigidBody_forceActivationState_1=(a,b)=>(bw=c._emscripten_bind_btRigidBody_forceActivationState_1=d.Mt)(a,b),cw=c._emscripten_bind_btRigidBody_activate_0=a=>(cw=c._emscripten_bind_btRigidBody_activate_0=d.Nt)(a),dw=c._emscripten_bind_btRigidBody_activate_1=(a,b)=>(dw=c._emscripten_bind_btRigidBody_activate_1=d.Ot)(a,b),ew=c._emscripten_bind_btRigidBody_setDeactivationTime_1=(a,b)=>(ew=c._emscripten_bind_btRigidBody_setDeactivationTime_1=
|
|
304
|
+
d.Pt)(a,b),fw=c._emscripten_bind_btRigidBody_getDeactivationTime_0=a=>(fw=c._emscripten_bind_btRigidBody_getDeactivationTime_0=d.Qt)(a),gw=c._emscripten_bind_btRigidBody_isActive_0=a=>(gw=c._emscripten_bind_btRigidBody_isActive_0=d.Rt)(a),hw=c._emscripten_bind_btRigidBody_isKinematicObject_0=a=>(hw=c._emscripten_bind_btRigidBody_isKinematicObject_0=d.St)(a),iw=c._emscripten_bind_btRigidBody_isStaticObject_0=a=>(iw=c._emscripten_bind_btRigidBody_isStaticObject_0=d.Tt)(a),jw=c._emscripten_bind_btRigidBody_isStaticOrKinematicObject_0=
|
|
305
|
+
a=>(jw=c._emscripten_bind_btRigidBody_isStaticOrKinematicObject_0=d.Ut)(a),kw=c._emscripten_bind_btRigidBody_getRestitution_0=a=>(kw=c._emscripten_bind_btRigidBody_getRestitution_0=d.Vt)(a),lw=c._emscripten_bind_btRigidBody_getFriction_0=a=>(lw=c._emscripten_bind_btRigidBody_getFriction_0=d.Wt)(a),mw=c._emscripten_bind_btRigidBody_getRollingFriction_0=a=>(mw=c._emscripten_bind_btRigidBody_getRollingFriction_0=d.Xt)(a),nw=c._emscripten_bind_btRigidBody_getSpinningFriction_0=a=>(nw=c._emscripten_bind_btRigidBody_getSpinningFriction_0=
|
|
306
|
+
d.Yt)(a),ow=c._emscripten_bind_btRigidBody_getContactStiffness_0=a=>(ow=c._emscripten_bind_btRigidBody_getContactStiffness_0=d.Zt)(a),pw=c._emscripten_bind_btRigidBody_getContactDamping_0=a=>(pw=c._emscripten_bind_btRigidBody_getContactDamping_0=d._t)(a),qw=c._emscripten_bind_btRigidBody_setRestitution_1=(a,b)=>(qw=c._emscripten_bind_btRigidBody_setRestitution_1=d.$t)(a,b),rw=c._emscripten_bind_btRigidBody_setFriction_1=(a,b)=>(rw=c._emscripten_bind_btRigidBody_setFriction_1=d.au)(a,b),sw=c._emscripten_bind_btRigidBody_setRollingFriction_1=
|
|
307
|
+
(a,b)=>(sw=c._emscripten_bind_btRigidBody_setRollingFriction_1=d.bu)(a,b),tw=c._emscripten_bind_btRigidBody_setSpinningFriction_1=(a,b)=>(tw=c._emscripten_bind_btRigidBody_setSpinningFriction_1=d.cu)(a,b),uw=c._emscripten_bind_btRigidBody_setContactStiffnessAndDamping_2=(a,b,e)=>(uw=c._emscripten_bind_btRigidBody_setContactStiffnessAndDamping_2=d.du)(a,b,e),vw=c._emscripten_bind_btRigidBody_getWorldTransform_0=a=>(vw=c._emscripten_bind_btRigidBody_getWorldTransform_0=d.eu)(a),ww=c._emscripten_bind_btRigidBody_getCollisionFlags_0=
|
|
308
|
+
a=>(ww=c._emscripten_bind_btRigidBody_getCollisionFlags_0=d.fu)(a),xw=c._emscripten_bind_btRigidBody_setCollisionFlags_1=(a,b)=>(xw=c._emscripten_bind_btRigidBody_setCollisionFlags_1=d.gu)(a,b),yw=c._emscripten_bind_btRigidBody_setWorldTransform_1=(a,b)=>(yw=c._emscripten_bind_btRigidBody_setWorldTransform_1=d.hu)(a,b),zw=c._emscripten_bind_btRigidBody_setCollisionShape_1=(a,b)=>(zw=c._emscripten_bind_btRigidBody_setCollisionShape_1=d.iu)(a,b),Aw=c._emscripten_bind_btRigidBody_setCcdMotionThreshold_1=
|
|
309
|
+
(a,b)=>(Aw=c._emscripten_bind_btRigidBody_setCcdMotionThreshold_1=d.ju)(a,b),Bw=c._emscripten_bind_btRigidBody_setCcdSweptSphereRadius_1=(a,b)=>(Bw=c._emscripten_bind_btRigidBody_setCcdSweptSphereRadius_1=d.ku)(a,b),Cw=c._emscripten_bind_btRigidBody_getUserIndex_0=a=>(Cw=c._emscripten_bind_btRigidBody_getUserIndex_0=d.lu)(a),Dw=c._emscripten_bind_btRigidBody_getUserIndex2_0=a=>(Dw=c._emscripten_bind_btRigidBody_getUserIndex2_0=d.mu)(a),Ew=c._emscripten_bind_btRigidBody_getUserIndex3_0=a=>(Ew=c._emscripten_bind_btRigidBody_getUserIndex3_0=
|
|
310
|
+
d.nu)(a),Fw=c._emscripten_bind_btRigidBody_setUserIndex_1=(a,b)=>(Fw=c._emscripten_bind_btRigidBody_setUserIndex_1=d.ou)(a,b),Gw=c._emscripten_bind_btRigidBody_setUserIndex2_1=(a,b)=>(Gw=c._emscripten_bind_btRigidBody_setUserIndex2_1=d.pu)(a,b),Hw=c._emscripten_bind_btRigidBody_setUserIndex3_1=(a,b)=>(Hw=c._emscripten_bind_btRigidBody_setUserIndex3_1=d.qu)(a,b),Iw=c._emscripten_bind_btRigidBody_getUserPointer_0=a=>(Iw=c._emscripten_bind_btRigidBody_getUserPointer_0=d.ru)(a),Jw=c._emscripten_bind_btRigidBody_setUserPointer_1=
|
|
311
|
+
(a,b)=>(Jw=c._emscripten_bind_btRigidBody_setUserPointer_1=d.su)(a,b),Kw=c._emscripten_bind_btRigidBody_getBroadphaseHandle_0=a=>(Kw=c._emscripten_bind_btRigidBody_getBroadphaseHandle_0=d.tu)(a),Lw=c._emscripten_bind_btRigidBody___destroy___0=a=>(Lw=c._emscripten_bind_btRigidBody___destroy___0=d.uu)(a),Mw=c._emscripten_bind_btSolverBody_setWorldTransform_1=(a,b)=>(Mw=c._emscripten_bind_btSolverBody_setWorldTransform_1=d.vu)(a,b),Nw=c._emscripten_bind_btSolverBody_getWorldTransform_0=a=>(Nw=c._emscripten_bind_btSolverBody_getWorldTransform_0=
|
|
312
|
+
d.wu)(a),Ow=c._emscripten_bind_btSolverBody_getVelocityInLocalPointNoDelta_2=(a,b,e)=>(Ow=c._emscripten_bind_btSolverBody_getVelocityInLocalPointNoDelta_2=d.xu)(a,b,e),Pw=c._emscripten_bind_btSolverBody_getVelocityInLocalPointObsolete_2=(a,b,e)=>(Pw=c._emscripten_bind_btSolverBody_getVelocityInLocalPointObsolete_2=d.yu)(a,b,e),Qw=c._emscripten_bind_btSolverBody_getAngularVelocity_1=(a,b)=>(Qw=c._emscripten_bind_btSolverBody_getAngularVelocity_1=d.zu)(a,b),Rw=c._emscripten_bind_btSolverBody_applyImpulse_3=
|
|
313
|
+
(a,b,e,f)=>(Rw=c._emscripten_bind_btSolverBody_applyImpulse_3=d.Au)(a,b,e,f),Sw=c._emscripten_bind_btSolverBody_internalApplyPushImpulse_3=(a,b,e,f)=>(Sw=c._emscripten_bind_btSolverBody_internalApplyPushImpulse_3=d.Bu)(a,b,e,f),Tw=c._emscripten_bind_btSolverBody_getDeltaLinearVelocity_0=a=>(Tw=c._emscripten_bind_btSolverBody_getDeltaLinearVelocity_0=d.Cu)(a),Uw=c._emscripten_bind_btSolverBody_getDeltaAngularVelocity_0=a=>(Uw=c._emscripten_bind_btSolverBody_getDeltaAngularVelocity_0=d.Du)(a),Vw=c._emscripten_bind_btSolverBody_getPushVelocity_0=
|
|
314
|
+
a=>(Vw=c._emscripten_bind_btSolverBody_getPushVelocity_0=d.Eu)(a),Ww=c._emscripten_bind_btSolverBody_getTurnVelocity_0=a=>(Ww=c._emscripten_bind_btSolverBody_getTurnVelocity_0=d.Fu)(a),Xw=c._emscripten_bind_btSolverBody_get_m_worldTransform_0=a=>(Xw=c._emscripten_bind_btSolverBody_get_m_worldTransform_0=d.Gu)(a),Yw=c._emscripten_bind_btSolverBody_set_m_worldTransform_1=(a,b)=>(Yw=c._emscripten_bind_btSolverBody_set_m_worldTransform_1=d.Hu)(a,b),Zw=c._emscripten_bind_btSolverBody_get_m_deltaLinearVelocity_0=
|
|
315
|
+
a=>(Zw=c._emscripten_bind_btSolverBody_get_m_deltaLinearVelocity_0=d.Iu)(a),$w=c._emscripten_bind_btSolverBody_set_m_deltaLinearVelocity_1=(a,b)=>($w=c._emscripten_bind_btSolverBody_set_m_deltaLinearVelocity_1=d.Ju)(a,b),ax=c._emscripten_bind_btSolverBody_get_m_deltaAngularVelocity_0=a=>(ax=c._emscripten_bind_btSolverBody_get_m_deltaAngularVelocity_0=d.Ku)(a),bx=c._emscripten_bind_btSolverBody_set_m_deltaAngularVelocity_1=(a,b)=>(bx=c._emscripten_bind_btSolverBody_set_m_deltaAngularVelocity_1=d.Lu)(a,
|
|
316
|
+
b),cx=c._emscripten_bind_btSolverBody_get_m_angularFactor_0=a=>(cx=c._emscripten_bind_btSolverBody_get_m_angularFactor_0=d.Mu)(a),dx=c._emscripten_bind_btSolverBody_set_m_angularFactor_1=(a,b)=>(dx=c._emscripten_bind_btSolverBody_set_m_angularFactor_1=d.Nu)(a,b),ex=c._emscripten_bind_btSolverBody_get_m_linearFactor_0=a=>(ex=c._emscripten_bind_btSolverBody_get_m_linearFactor_0=d.Ou)(a),fx=c._emscripten_bind_btSolverBody_set_m_linearFactor_1=(a,b)=>(fx=c._emscripten_bind_btSolverBody_set_m_linearFactor_1=
|
|
317
|
+
d.Pu)(a,b),gx=c._emscripten_bind_btSolverBody_get_m_invMass_0=a=>(gx=c._emscripten_bind_btSolverBody_get_m_invMass_0=d.Qu)(a),hx=c._emscripten_bind_btSolverBody_set_m_invMass_1=(a,b)=>(hx=c._emscripten_bind_btSolverBody_set_m_invMass_1=d.Ru)(a,b),ix=c._emscripten_bind_btSolverBody_get_m_pushVelocity_0=a=>(ix=c._emscripten_bind_btSolverBody_get_m_pushVelocity_0=d.Su)(a),jx=c._emscripten_bind_btSolverBody_set_m_pushVelocity_1=(a,b)=>(jx=c._emscripten_bind_btSolverBody_set_m_pushVelocity_1=d.Tu)(a,b),
|
|
318
|
+
kx=c._emscripten_bind_btSolverBody_get_m_turnVelocity_0=a=>(kx=c._emscripten_bind_btSolverBody_get_m_turnVelocity_0=d.Uu)(a),lx=c._emscripten_bind_btSolverBody_set_m_turnVelocity_1=(a,b)=>(lx=c._emscripten_bind_btSolverBody_set_m_turnVelocity_1=d.Vu)(a,b),mx=c._emscripten_bind_btSolverBody_get_m_linearVelocity_0=a=>(mx=c._emscripten_bind_btSolverBody_get_m_linearVelocity_0=d.Wu)(a),nx=c._emscripten_bind_btSolverBody_set_m_linearVelocity_1=(a,b)=>(nx=c._emscripten_bind_btSolverBody_set_m_linearVelocity_1=
|
|
319
|
+
d.Xu)(a,b),ox=c._emscripten_bind_btSolverBody_get_m_angularVelocity_0=a=>(ox=c._emscripten_bind_btSolverBody_get_m_angularVelocity_0=d.Yu)(a),px=c._emscripten_bind_btSolverBody_set_m_angularVelocity_1=(a,b)=>(px=c._emscripten_bind_btSolverBody_set_m_angularVelocity_1=d.Zu)(a,b),qx=c._emscripten_bind_btSolverBody_get_m_externalForceImpulse_0=a=>(qx=c._emscripten_bind_btSolverBody_get_m_externalForceImpulse_0=d._u)(a),rx=c._emscripten_bind_btSolverBody_set_m_externalForceImpulse_1=(a,b)=>(rx=c._emscripten_bind_btSolverBody_set_m_externalForceImpulse_1=
|
|
320
|
+
d.$u)(a,b),sx=c._emscripten_bind_btSolverBody_get_m_externalTorqueImpulse_0=a=>(sx=c._emscripten_bind_btSolverBody_get_m_externalTorqueImpulse_0=d.av)(a),tx=c._emscripten_bind_btSolverBody_set_m_externalTorqueImpulse_1=(a,b)=>(tx=c._emscripten_bind_btSolverBody_set_m_externalTorqueImpulse_1=d.bv)(a,b),ux=c._emscripten_bind_btSolverBody_get_m_originalBody_0=a=>(ux=c._emscripten_bind_btSolverBody_get_m_originalBody_0=d.cv)(a),vx=c._emscripten_bind_btSolverBody_set_m_originalBody_1=(a,b)=>(vx=c._emscripten_bind_btSolverBody_set_m_originalBody_1=
|
|
321
|
+
d.dv)(a,b),wx=c._emscripten_bind_btSolverBody___destroy___0=a=>(wx=c._emscripten_bind_btSolverBody___destroy___0=d.ev)(a),xx=c._emscripten_bind_btSolverBodyArray_size_0=a=>(xx=c._emscripten_bind_btSolverBodyArray_size_0=d.fv)(a),yx=c._emscripten_bind_btSolverBodyArray_at_1=(a,b)=>(yx=c._emscripten_bind_btSolverBodyArray_at_1=d.gv)(a,b),zx=c._emscripten_bind_btSolverBodyArray___destroy___0=a=>(zx=c._emscripten_bind_btSolverBodyArray___destroy___0=d.hv)(a),Ax=c._emscripten_bind_btConstraintSetting_btConstraintSetting_0=
|
|
322
|
+
()=>(Ax=c._emscripten_bind_btConstraintSetting_btConstraintSetting_0=d.iv)(),Bx=c._emscripten_bind_btConstraintSetting_get_m_tau_0=a=>(Bx=c._emscripten_bind_btConstraintSetting_get_m_tau_0=d.jv)(a),Cx=c._emscripten_bind_btConstraintSetting_set_m_tau_1=(a,b)=>(Cx=c._emscripten_bind_btConstraintSetting_set_m_tau_1=d.kv)(a,b),Dx=c._emscripten_bind_btConstraintSetting_get_m_damping_0=a=>(Dx=c._emscripten_bind_btConstraintSetting_get_m_damping_0=d.lv)(a),Ex=c._emscripten_bind_btConstraintSetting_set_m_damping_1=
|
|
323
|
+
(a,b)=>(Ex=c._emscripten_bind_btConstraintSetting_set_m_damping_1=d.mv)(a,b),Fx=c._emscripten_bind_btConstraintSetting_get_m_impulseClamp_0=a=>(Fx=c._emscripten_bind_btConstraintSetting_get_m_impulseClamp_0=d.nv)(a),Gx=c._emscripten_bind_btConstraintSetting_set_m_impulseClamp_1=(a,b)=>(Gx=c._emscripten_bind_btConstraintSetting_set_m_impulseClamp_1=d.ov)(a,b),Hx=c._emscripten_bind_btConstraintSetting___destroy___0=a=>(Hx=c._emscripten_bind_btConstraintSetting___destroy___0=d.pv)(a),Ix=c._emscripten_bind_btJointFeedback_get_m_appliedForceBodyA_0=
|
|
324
|
+
a=>(Ix=c._emscripten_bind_btJointFeedback_get_m_appliedForceBodyA_0=d.qv)(a),Jx=c._emscripten_bind_btJointFeedback_set_m_appliedForceBodyA_1=(a,b)=>(Jx=c._emscripten_bind_btJointFeedback_set_m_appliedForceBodyA_1=d.rv)(a,b),Kx=c._emscripten_bind_btJointFeedback_get_m_appliedTorqueBodyA_0=a=>(Kx=c._emscripten_bind_btJointFeedback_get_m_appliedTorqueBodyA_0=d.sv)(a),Lx=c._emscripten_bind_btJointFeedback_set_m_appliedTorqueBodyA_1=(a,b)=>(Lx=c._emscripten_bind_btJointFeedback_set_m_appliedTorqueBodyA_1=
|
|
325
|
+
d.tv)(a,b),Mx=c._emscripten_bind_btJointFeedback_get_m_appliedForceBodyB_0=a=>(Mx=c._emscripten_bind_btJointFeedback_get_m_appliedForceBodyB_0=d.uv)(a),Nx=c._emscripten_bind_btJointFeedback_set_m_appliedForceBodyB_1=(a,b)=>(Nx=c._emscripten_bind_btJointFeedback_set_m_appliedForceBodyB_1=d.vv)(a,b),Ox=c._emscripten_bind_btJointFeedback_get_m_appliedTorqueBodyB_0=a=>(Ox=c._emscripten_bind_btJointFeedback_get_m_appliedTorqueBodyB_0=d.wv)(a),Px=c._emscripten_bind_btJointFeedback_set_m_appliedTorqueBodyB_1=
|
|
326
|
+
(a,b)=>(Px=c._emscripten_bind_btJointFeedback_set_m_appliedTorqueBodyB_1=d.xv)(a,b),Qx=c._emscripten_bind_btJointFeedback___destroy___0=a=>(Qx=c._emscripten_bind_btJointFeedback___destroy___0=d.yv)(a),Rx=c._emscripten_bind_btPoint2PointConstraint_btPoint2PointConstraint_2=(a,b)=>(Rx=c._emscripten_bind_btPoint2PointConstraint_btPoint2PointConstraint_2=d.zv)(a,b),Sx=c._emscripten_bind_btPoint2PointConstraint_btPoint2PointConstraint_4=(a,b,e,f)=>(Sx=c._emscripten_bind_btPoint2PointConstraint_btPoint2PointConstraint_4=
|
|
327
|
+
d.Av)(a,b,e,f),Tx=c._emscripten_bind_btPoint2PointConstraint_setPivotA_1=(a,b)=>(Tx=c._emscripten_bind_btPoint2PointConstraint_setPivotA_1=d.Bv)(a,b),Ux=c._emscripten_bind_btPoint2PointConstraint_setPivotB_1=(a,b)=>(Ux=c._emscripten_bind_btPoint2PointConstraint_setPivotB_1=d.Cv)(a,b),Vx=c._emscripten_bind_btPoint2PointConstraint_getPivotInA_0=a=>(Vx=c._emscripten_bind_btPoint2PointConstraint_getPivotInA_0=d.Dv)(a),Wx=c._emscripten_bind_btPoint2PointConstraint_getPivotInB_0=a=>(Wx=c._emscripten_bind_btPoint2PointConstraint_getPivotInB_0=
|
|
328
|
+
d.Ev)(a),Xx=c._emscripten_bind_btPoint2PointConstraint_getOverrideNumSolverIterations_0=a=>(Xx=c._emscripten_bind_btPoint2PointConstraint_getOverrideNumSolverIterations_0=d.Fv)(a),Yx=c._emscripten_bind_btPoint2PointConstraint_setOverrideNumSolverIterations_1=(a,b)=>(Yx=c._emscripten_bind_btPoint2PointConstraint_setOverrideNumSolverIterations_1=d.Gv)(a,b),Zx=c._emscripten_bind_btPoint2PointConstraint_enableFeedback_1=(a,b)=>(Zx=c._emscripten_bind_btPoint2PointConstraint_enableFeedback_1=d.Hv)(a,b),
|
|
329
|
+
$x=c._emscripten_bind_btPoint2PointConstraint_needsFeedback_0=a=>($x=c._emscripten_bind_btPoint2PointConstraint_needsFeedback_0=d.Iv)(a),ay=c._emscripten_bind_btPoint2PointConstraint_setJointFeedback_1=(a,b)=>(ay=c._emscripten_bind_btPoint2PointConstraint_setJointFeedback_1=d.Jv)(a,b),by=c._emscripten_bind_btPoint2PointConstraint_getJointFeedback_0=a=>(by=c._emscripten_bind_btPoint2PointConstraint_getJointFeedback_0=d.Kv)(a),cy=c._emscripten_bind_btPoint2PointConstraint_getAppliedImpulse_0=a=>(cy=
|
|
330
|
+
c._emscripten_bind_btPoint2PointConstraint_getAppliedImpulse_0=d.Lv)(a),dy=c._emscripten_bind_btPoint2PointConstraint_getConstraintType_0=a=>(dy=c._emscripten_bind_btPoint2PointConstraint_getConstraintType_0=d.Mv)(a),ey=c._emscripten_bind_btPoint2PointConstraint_getBreakingImpulseThreshold_0=a=>(ey=c._emscripten_bind_btPoint2PointConstraint_getBreakingImpulseThreshold_0=d.Nv)(a),fy=c._emscripten_bind_btPoint2PointConstraint_setBreakingImpulseThreshold_1=(a,b)=>(fy=c._emscripten_bind_btPoint2PointConstraint_setBreakingImpulseThreshold_1=
|
|
331
|
+
d.Ov)(a,b),gy=c._emscripten_bind_btPoint2PointConstraint_getParam_2=(a,b,e)=>(gy=c._emscripten_bind_btPoint2PointConstraint_getParam_2=d.Pv)(a,b,e),hy=c._emscripten_bind_btPoint2PointConstraint_setParam_3=(a,b,e,f)=>(hy=c._emscripten_bind_btPoint2PointConstraint_setParam_3=d.Qv)(a,b,e,f),iy=c._emscripten_bind_btPoint2PointConstraint_isEnabled_0=a=>(iy=c._emscripten_bind_btPoint2PointConstraint_isEnabled_0=d.Rv)(a),jy=c._emscripten_bind_btPoint2PointConstraint_setEnabled_1=(a,b)=>(jy=c._emscripten_bind_btPoint2PointConstraint_setEnabled_1=
|
|
332
|
+
d.Sv)(a,b),ky=c._emscripten_bind_btPoint2PointConstraint_getRigidBodyA_0=a=>(ky=c._emscripten_bind_btPoint2PointConstraint_getRigidBodyA_0=d.Tv)(a),ly=c._emscripten_bind_btPoint2PointConstraint_getRigidBodyB_0=a=>(ly=c._emscripten_bind_btPoint2PointConstraint_getRigidBodyB_0=d.Uv)(a),my=c._emscripten_bind_btPoint2PointConstraint_getUserConstraintType_0=a=>(my=c._emscripten_bind_btPoint2PointConstraint_getUserConstraintType_0=d.Vv)(a),ny=c._emscripten_bind_btPoint2PointConstraint_setUserConstraintType_1=
|
|
333
|
+
(a,b)=>(ny=c._emscripten_bind_btPoint2PointConstraint_setUserConstraintType_1=d.Wv)(a,b),oy=c._emscripten_bind_btPoint2PointConstraint_getFixedBody_0=a=>(oy=c._emscripten_bind_btPoint2PointConstraint_getFixedBody_0=d.Xv)(a),py=c._emscripten_bind_btPoint2PointConstraint_get_m_setting_0=a=>(py=c._emscripten_bind_btPoint2PointConstraint_get_m_setting_0=d.Yv)(a),qy=c._emscripten_bind_btPoint2PointConstraint_set_m_setting_1=(a,b)=>(qy=c._emscripten_bind_btPoint2PointConstraint_set_m_setting_1=d.Zv)(a,
|
|
334
|
+
b),ry=c._emscripten_bind_btPoint2PointConstraint___destroy___0=a=>(ry=c._emscripten_bind_btPoint2PointConstraint___destroy___0=d._v)(a),sy=c._emscripten_bind_btGeneric6DofSpringConstraint_btGeneric6DofSpringConstraint_3=(a,b,e)=>(sy=c._emscripten_bind_btGeneric6DofSpringConstraint_btGeneric6DofSpringConstraint_3=d.$v)(a,b,e),ty=c._emscripten_bind_btGeneric6DofSpringConstraint_btGeneric6DofSpringConstraint_5=(a,b,e,f,h)=>(ty=c._emscripten_bind_btGeneric6DofSpringConstraint_btGeneric6DofSpringConstraint_5=
|
|
335
|
+
d.aw)(a,b,e,f,h),uy=c._emscripten_bind_btGeneric6DofSpringConstraint_enableSpring_2=(a,b,e)=>(uy=c._emscripten_bind_btGeneric6DofSpringConstraint_enableSpring_2=d.bw)(a,b,e),vy=c._emscripten_bind_btGeneric6DofSpringConstraint_setStiffness_2=(a,b,e)=>(vy=c._emscripten_bind_btGeneric6DofSpringConstraint_setStiffness_2=d.cw)(a,b,e),wy=c._emscripten_bind_btGeneric6DofSpringConstraint_setDamping_2=(a,b,e)=>(wy=c._emscripten_bind_btGeneric6DofSpringConstraint_setDamping_2=d.dw)(a,b,e),xy=c._emscripten_bind_btGeneric6DofSpringConstraint_setEquilibriumPoint_0=
|
|
336
|
+
a=>(xy=c._emscripten_bind_btGeneric6DofSpringConstraint_setEquilibriumPoint_0=d.ew)(a),yy=c._emscripten_bind_btGeneric6DofSpringConstraint_setEquilibriumPoint_1=(a,b)=>(yy=c._emscripten_bind_btGeneric6DofSpringConstraint_setEquilibriumPoint_1=d.fw)(a,b),zy=c._emscripten_bind_btGeneric6DofSpringConstraint_setEquilibriumPoint_2=(a,b,e)=>(zy=c._emscripten_bind_btGeneric6DofSpringConstraint_setEquilibriumPoint_2=d.gw)(a,b,e),Ay=c._emscripten_bind_btGeneric6DofSpringConstraint_setLinearLowerLimit_1=(a,
|
|
337
|
+
b)=>(Ay=c._emscripten_bind_btGeneric6DofSpringConstraint_setLinearLowerLimit_1=d.hw)(a,b),By=c._emscripten_bind_btGeneric6DofSpringConstraint_setLinearUpperLimit_1=(a,b)=>(By=c._emscripten_bind_btGeneric6DofSpringConstraint_setLinearUpperLimit_1=d.iw)(a,b),Cy=c._emscripten_bind_btGeneric6DofSpringConstraint_setAngularLowerLimit_1=(a,b)=>(Cy=c._emscripten_bind_btGeneric6DofSpringConstraint_setAngularLowerLimit_1=d.jw)(a,b),Dy=c._emscripten_bind_btGeneric6DofSpringConstraint_setAngularUpperLimit_1=
|
|
338
|
+
(a,b)=>(Dy=c._emscripten_bind_btGeneric6DofSpringConstraint_setAngularUpperLimit_1=d.kw)(a,b),Ey=c._emscripten_bind_btGeneric6DofSpringConstraint_getFrameOffsetA_0=a=>(Ey=c._emscripten_bind_btGeneric6DofSpringConstraint_getFrameOffsetA_0=d.lw)(a),Fy=c._emscripten_bind_btGeneric6DofSpringConstraint_getOverrideNumSolverIterations_0=a=>(Fy=c._emscripten_bind_btGeneric6DofSpringConstraint_getOverrideNumSolverIterations_0=d.mw)(a),Gy=c._emscripten_bind_btGeneric6DofSpringConstraint_setOverrideNumSolverIterations_1=
|
|
339
|
+
(a,b)=>(Gy=c._emscripten_bind_btGeneric6DofSpringConstraint_setOverrideNumSolverIterations_1=d.nw)(a,b),Hy=c._emscripten_bind_btGeneric6DofSpringConstraint_enableFeedback_1=(a,b)=>(Hy=c._emscripten_bind_btGeneric6DofSpringConstraint_enableFeedback_1=d.ow)(a,b),Iy=c._emscripten_bind_btGeneric6DofSpringConstraint_needsFeedback_0=a=>(Iy=c._emscripten_bind_btGeneric6DofSpringConstraint_needsFeedback_0=d.pw)(a),Jy=c._emscripten_bind_btGeneric6DofSpringConstraint_setJointFeedback_1=(a,b)=>(Jy=c._emscripten_bind_btGeneric6DofSpringConstraint_setJointFeedback_1=
|
|
340
|
+
d.qw)(a,b),Ky=c._emscripten_bind_btGeneric6DofSpringConstraint_getJointFeedback_0=a=>(Ky=c._emscripten_bind_btGeneric6DofSpringConstraint_getJointFeedback_0=d.rw)(a),Ly=c._emscripten_bind_btGeneric6DofSpringConstraint_getAppliedImpulse_0=a=>(Ly=c._emscripten_bind_btGeneric6DofSpringConstraint_getAppliedImpulse_0=d.sw)(a),My=c._emscripten_bind_btGeneric6DofSpringConstraint_getConstraintType_0=a=>(My=c._emscripten_bind_btGeneric6DofSpringConstraint_getConstraintType_0=d.tw)(a),Ny=c._emscripten_bind_btGeneric6DofSpringConstraint_getBreakingImpulseThreshold_0=
|
|
341
|
+
a=>(Ny=c._emscripten_bind_btGeneric6DofSpringConstraint_getBreakingImpulseThreshold_0=d.uw)(a),Oy=c._emscripten_bind_btGeneric6DofSpringConstraint_setBreakingImpulseThreshold_1=(a,b)=>(Oy=c._emscripten_bind_btGeneric6DofSpringConstraint_setBreakingImpulseThreshold_1=d.vw)(a,b),Py=c._emscripten_bind_btGeneric6DofSpringConstraint_getParam_2=(a,b,e)=>(Py=c._emscripten_bind_btGeneric6DofSpringConstraint_getParam_2=d.ww)(a,b,e),Qy=c._emscripten_bind_btGeneric6DofSpringConstraint_setParam_3=(a,b,e,f)=>
|
|
342
|
+
(Qy=c._emscripten_bind_btGeneric6DofSpringConstraint_setParam_3=d.xw)(a,b,e,f),Ry=c._emscripten_bind_btGeneric6DofSpringConstraint_isEnabled_0=a=>(Ry=c._emscripten_bind_btGeneric6DofSpringConstraint_isEnabled_0=d.yw)(a),Sy=c._emscripten_bind_btGeneric6DofSpringConstraint_setEnabled_1=(a,b)=>(Sy=c._emscripten_bind_btGeneric6DofSpringConstraint_setEnabled_1=d.zw)(a,b),Ty=c._emscripten_bind_btGeneric6DofSpringConstraint_getRigidBodyA_0=a=>(Ty=c._emscripten_bind_btGeneric6DofSpringConstraint_getRigidBodyA_0=
|
|
343
|
+
d.Aw)(a),Uy=c._emscripten_bind_btGeneric6DofSpringConstraint_getRigidBodyB_0=a=>(Uy=c._emscripten_bind_btGeneric6DofSpringConstraint_getRigidBodyB_0=d.Bw)(a),Vy=c._emscripten_bind_btGeneric6DofSpringConstraint_getUserConstraintType_0=a=>(Vy=c._emscripten_bind_btGeneric6DofSpringConstraint_getUserConstraintType_0=d.Cw)(a),Wy=c._emscripten_bind_btGeneric6DofSpringConstraint_setUserConstraintType_1=(a,b)=>(Wy=c._emscripten_bind_btGeneric6DofSpringConstraint_setUserConstraintType_1=d.Dw)(a,b),Xy=c._emscripten_bind_btGeneric6DofSpringConstraint_getFixedBody_0=
|
|
344
|
+
a=>(Xy=c._emscripten_bind_btGeneric6DofSpringConstraint_getFixedBody_0=d.Ew)(a),Yy=c._emscripten_bind_btGeneric6DofSpringConstraint___destroy___0=a=>(Yy=c._emscripten_bind_btGeneric6DofSpringConstraint___destroy___0=d.Fw)(a),Zy=c._emscripten_bind_btConeTwistConstraint_btConeTwistConstraint_2=(a,b)=>(Zy=c._emscripten_bind_btConeTwistConstraint_btConeTwistConstraint_2=d.Gw)(a,b),$y=c._emscripten_bind_btConeTwistConstraint_btConeTwistConstraint_4=(a,b,e,f)=>($y=c._emscripten_bind_btConeTwistConstraint_btConeTwistConstraint_4=
|
|
345
|
+
d.Hw)(a,b,e,f),az=c._emscripten_bind_btConeTwistConstraint_setLimit_2=(a,b,e)=>(az=c._emscripten_bind_btConeTwistConstraint_setLimit_2=d.Iw)(a,b,e),bz=c._emscripten_bind_btConeTwistConstraint_setAngularOnly_1=(a,b)=>(bz=c._emscripten_bind_btConeTwistConstraint_setAngularOnly_1=d.Jw)(a,b),cz=c._emscripten_bind_btConeTwistConstraint_setDamping_1=(a,b)=>(cz=c._emscripten_bind_btConeTwistConstraint_setDamping_1=d.Kw)(a,b),dz=c._emscripten_bind_btConeTwistConstraint_enableMotor_1=(a,b)=>(dz=c._emscripten_bind_btConeTwistConstraint_enableMotor_1=
|
|
346
|
+
d.Lw)(a,b),ez=c._emscripten_bind_btConeTwistConstraint_setMaxMotorImpulse_1=(a,b)=>(ez=c._emscripten_bind_btConeTwistConstraint_setMaxMotorImpulse_1=d.Mw)(a,b),fz=c._emscripten_bind_btConeTwistConstraint_setMaxMotorImpulseNormalized_1=(a,b)=>(fz=c._emscripten_bind_btConeTwistConstraint_setMaxMotorImpulseNormalized_1=d.Nw)(a,b),gz=c._emscripten_bind_btConeTwistConstraint_setMotorTarget_1=(a,b)=>(gz=c._emscripten_bind_btConeTwistConstraint_setMotorTarget_1=d.Ow)(a,b),hz=c._emscripten_bind_btConeTwistConstraint_setMotorTargetInConstraintSpace_1=
|
|
347
|
+
(a,b)=>(hz=c._emscripten_bind_btConeTwistConstraint_setMotorTargetInConstraintSpace_1=d.Pw)(a,b),iz=c._emscripten_bind_btConeTwistConstraint_getOverrideNumSolverIterations_0=a=>(iz=c._emscripten_bind_btConeTwistConstraint_getOverrideNumSolverIterations_0=d.Qw)(a),jz=c._emscripten_bind_btConeTwistConstraint_setOverrideNumSolverIterations_1=(a,b)=>(jz=c._emscripten_bind_btConeTwistConstraint_setOverrideNumSolverIterations_1=d.Rw)(a,b),kz=c._emscripten_bind_btConeTwistConstraint_enableFeedback_1=(a,
|
|
348
|
+
b)=>(kz=c._emscripten_bind_btConeTwistConstraint_enableFeedback_1=d.Sw)(a,b),lz=c._emscripten_bind_btConeTwistConstraint_needsFeedback_0=a=>(lz=c._emscripten_bind_btConeTwistConstraint_needsFeedback_0=d.Tw)(a),mz=c._emscripten_bind_btConeTwistConstraint_setJointFeedback_1=(a,b)=>(mz=c._emscripten_bind_btConeTwistConstraint_setJointFeedback_1=d.Uw)(a,b),nz=c._emscripten_bind_btConeTwistConstraint_getJointFeedback_0=a=>(nz=c._emscripten_bind_btConeTwistConstraint_getJointFeedback_0=d.Vw)(a),oz=c._emscripten_bind_btConeTwistConstraint_getAppliedImpulse_0=
|
|
349
|
+
a=>(oz=c._emscripten_bind_btConeTwistConstraint_getAppliedImpulse_0=d.Ww)(a),pz=c._emscripten_bind_btConeTwistConstraint_getConstraintType_0=a=>(pz=c._emscripten_bind_btConeTwistConstraint_getConstraintType_0=d.Xw)(a),qz=c._emscripten_bind_btConeTwistConstraint_getBreakingImpulseThreshold_0=a=>(qz=c._emscripten_bind_btConeTwistConstraint_getBreakingImpulseThreshold_0=d.Yw)(a),rz=c._emscripten_bind_btConeTwistConstraint_setBreakingImpulseThreshold_1=(a,b)=>(rz=c._emscripten_bind_btConeTwistConstraint_setBreakingImpulseThreshold_1=
|
|
350
|
+
d.Zw)(a,b),sz=c._emscripten_bind_btConeTwistConstraint_getParam_2=(a,b,e)=>(sz=c._emscripten_bind_btConeTwistConstraint_getParam_2=d._w)(a,b,e),tz=c._emscripten_bind_btConeTwistConstraint_setParam_3=(a,b,e,f)=>(tz=c._emscripten_bind_btConeTwistConstraint_setParam_3=d.$w)(a,b,e,f),uz=c._emscripten_bind_btConeTwistConstraint_isEnabled_0=a=>(uz=c._emscripten_bind_btConeTwistConstraint_isEnabled_0=d.ax)(a),vz=c._emscripten_bind_btConeTwistConstraint_setEnabled_1=(a,b)=>(vz=c._emscripten_bind_btConeTwistConstraint_setEnabled_1=
|
|
351
|
+
d.bx)(a,b),wz=c._emscripten_bind_btConeTwistConstraint_getRigidBodyA_0=a=>(wz=c._emscripten_bind_btConeTwistConstraint_getRigidBodyA_0=d.cx)(a),xz=c._emscripten_bind_btConeTwistConstraint_getRigidBodyB_0=a=>(xz=c._emscripten_bind_btConeTwistConstraint_getRigidBodyB_0=d.dx)(a),yz=c._emscripten_bind_btConeTwistConstraint_getUserConstraintType_0=a=>(yz=c._emscripten_bind_btConeTwistConstraint_getUserConstraintType_0=d.ex)(a),zz=c._emscripten_bind_btConeTwistConstraint_setUserConstraintType_1=(a,b)=>
|
|
352
|
+
(zz=c._emscripten_bind_btConeTwistConstraint_setUserConstraintType_1=d.fx)(a,b),Az=c._emscripten_bind_btConeTwistConstraint_getFixedBody_0=a=>(Az=c._emscripten_bind_btConeTwistConstraint_getFixedBody_0=d.gx)(a),Bz=c._emscripten_bind_btConeTwistConstraint___destroy___0=a=>(Bz=c._emscripten_bind_btConeTwistConstraint___destroy___0=d.hx)(a),Cz=c._emscripten_bind_btHingeConstraint_btHingeConstraint_2=(a,b)=>(Cz=c._emscripten_bind_btHingeConstraint_btHingeConstraint_2=d.ix)(a,b),Dz=c._emscripten_bind_btHingeConstraint_btHingeConstraint_3=
|
|
353
|
+
(a,b,e)=>(Dz=c._emscripten_bind_btHingeConstraint_btHingeConstraint_3=d.jx)(a,b,e),Ez=c._emscripten_bind_btHingeConstraint_btHingeConstraint_4=(a,b,e,f)=>(Ez=c._emscripten_bind_btHingeConstraint_btHingeConstraint_4=d.kx)(a,b,e,f),Fz=c._emscripten_bind_btHingeConstraint_btHingeConstraint_5=(a,b,e,f,h)=>(Fz=c._emscripten_bind_btHingeConstraint_btHingeConstraint_5=d.lx)(a,b,e,f,h),Gz=c._emscripten_bind_btHingeConstraint_btHingeConstraint_6=(a,b,e,f,h,k)=>(Gz=c._emscripten_bind_btHingeConstraint_btHingeConstraint_6=
|
|
354
|
+
d.mx)(a,b,e,f,h,k),Hz=c._emscripten_bind_btHingeConstraint_btHingeConstraint_7=(a,b,e,f,h,k,r)=>(Hz=c._emscripten_bind_btHingeConstraint_btHingeConstraint_7=d.nx)(a,b,e,f,h,k,r),Iz=c._emscripten_bind_btHingeConstraint_getHingeAngle_0=a=>(Iz=c._emscripten_bind_btHingeConstraint_getHingeAngle_0=d.ox)(a),Jz=c._emscripten_bind_btHingeConstraint_setLimit_4=(a,b,e,f,h)=>(Jz=c._emscripten_bind_btHingeConstraint_setLimit_4=d.px)(a,b,e,f,h),Kz=c._emscripten_bind_btHingeConstraint_setLimit_5=(a,b,e,f,h,k)=>
|
|
355
|
+
(Kz=c._emscripten_bind_btHingeConstraint_setLimit_5=d.qx)(a,b,e,f,h,k),Lz=c._emscripten_bind_btHingeConstraint_enableAngularMotor_3=(a,b,e,f)=>(Lz=c._emscripten_bind_btHingeConstraint_enableAngularMotor_3=d.rx)(a,b,e,f),Mz=c._emscripten_bind_btHingeConstraint_setAngularOnly_1=(a,b)=>(Mz=c._emscripten_bind_btHingeConstraint_setAngularOnly_1=d.sx)(a,b),Nz=c._emscripten_bind_btHingeConstraint_enableMotor_1=(a,b)=>(Nz=c._emscripten_bind_btHingeConstraint_enableMotor_1=d.tx)(a,b),Oz=c._emscripten_bind_btHingeConstraint_setMaxMotorImpulse_1=
|
|
356
|
+
(a,b)=>(Oz=c._emscripten_bind_btHingeConstraint_setMaxMotorImpulse_1=d.ux)(a,b),Pz=c._emscripten_bind_btHingeConstraint_setMotorTarget_2=(a,b,e)=>(Pz=c._emscripten_bind_btHingeConstraint_setMotorTarget_2=d.vx)(a,b,e),Qz=c._emscripten_bind_btHingeConstraint_getOverrideNumSolverIterations_0=a=>(Qz=c._emscripten_bind_btHingeConstraint_getOverrideNumSolverIterations_0=d.wx)(a),Rz=c._emscripten_bind_btHingeConstraint_setOverrideNumSolverIterations_1=(a,b)=>(Rz=c._emscripten_bind_btHingeConstraint_setOverrideNumSolverIterations_1=
|
|
357
|
+
d.xx)(a,b),Sz=c._emscripten_bind_btHingeConstraint_enableFeedback_1=(a,b)=>(Sz=c._emscripten_bind_btHingeConstraint_enableFeedback_1=d.yx)(a,b),Tz=c._emscripten_bind_btHingeConstraint_needsFeedback_0=a=>(Tz=c._emscripten_bind_btHingeConstraint_needsFeedback_0=d.zx)(a),Uz=c._emscripten_bind_btHingeConstraint_setJointFeedback_1=(a,b)=>(Uz=c._emscripten_bind_btHingeConstraint_setJointFeedback_1=d.Ax)(a,b),Vz=c._emscripten_bind_btHingeConstraint_getJointFeedback_0=a=>(Vz=c._emscripten_bind_btHingeConstraint_getJointFeedback_0=
|
|
358
|
+
d.Bx)(a),Wz=c._emscripten_bind_btHingeConstraint_getAppliedImpulse_0=a=>(Wz=c._emscripten_bind_btHingeConstraint_getAppliedImpulse_0=d.Cx)(a),Xz=c._emscripten_bind_btHingeConstraint_getConstraintType_0=a=>(Xz=c._emscripten_bind_btHingeConstraint_getConstraintType_0=d.Dx)(a),Yz=c._emscripten_bind_btHingeConstraint_getBreakingImpulseThreshold_0=a=>(Yz=c._emscripten_bind_btHingeConstraint_getBreakingImpulseThreshold_0=d.Ex)(a),Zz=c._emscripten_bind_btHingeConstraint_setBreakingImpulseThreshold_1=(a,
|
|
359
|
+
b)=>(Zz=c._emscripten_bind_btHingeConstraint_setBreakingImpulseThreshold_1=d.Fx)(a,b),$z=c._emscripten_bind_btHingeConstraint_getParam_2=(a,b,e)=>($z=c._emscripten_bind_btHingeConstraint_getParam_2=d.Gx)(a,b,e),aA=c._emscripten_bind_btHingeConstraint_setParam_3=(a,b,e,f)=>(aA=c._emscripten_bind_btHingeConstraint_setParam_3=d.Hx)(a,b,e,f),bA=c._emscripten_bind_btHingeConstraint_isEnabled_0=a=>(bA=c._emscripten_bind_btHingeConstraint_isEnabled_0=d.Ix)(a),cA=c._emscripten_bind_btHingeConstraint_setEnabled_1=
|
|
360
|
+
(a,b)=>(cA=c._emscripten_bind_btHingeConstraint_setEnabled_1=d.Jx)(a,b),dA=c._emscripten_bind_btHingeConstraint_getRigidBodyA_0=a=>(dA=c._emscripten_bind_btHingeConstraint_getRigidBodyA_0=d.Kx)(a),eA=c._emscripten_bind_btHingeConstraint_getRigidBodyB_0=a=>(eA=c._emscripten_bind_btHingeConstraint_getRigidBodyB_0=d.Lx)(a),fA=c._emscripten_bind_btHingeConstraint_getUserConstraintType_0=a=>(fA=c._emscripten_bind_btHingeConstraint_getUserConstraintType_0=d.Mx)(a),gA=c._emscripten_bind_btHingeConstraint_setUserConstraintType_1=
|
|
361
|
+
(a,b)=>(gA=c._emscripten_bind_btHingeConstraint_setUserConstraintType_1=d.Nx)(a,b),hA=c._emscripten_bind_btHingeConstraint_getFixedBody_0=a=>(hA=c._emscripten_bind_btHingeConstraint_getFixedBody_0=d.Ox)(a),iA=c._emscripten_bind_btHingeConstraint___destroy___0=a=>(iA=c._emscripten_bind_btHingeConstraint___destroy___0=d.Px)(a),jA=c._emscripten_bind_btSliderConstraint_btSliderConstraint_3=(a,b,e)=>(jA=c._emscripten_bind_btSliderConstraint_btSliderConstraint_3=d.Qx)(a,b,e),kA=c._emscripten_bind_btSliderConstraint_btSliderConstraint_5=
|
|
362
|
+
(a,b,e,f,h)=>(kA=c._emscripten_bind_btSliderConstraint_btSliderConstraint_5=d.Rx)(a,b,e,f,h),lA=c._emscripten_bind_btSliderConstraint_getLinearPos_0=a=>(lA=c._emscripten_bind_btSliderConstraint_getLinearPos_0=d.Sx)(a),mA=c._emscripten_bind_btSliderConstraint_getAngularPos_0=a=>(mA=c._emscripten_bind_btSliderConstraint_getAngularPos_0=d.Tx)(a),nA=c._emscripten_bind_btSliderConstraint_setLowerLinLimit_1=(a,b)=>(nA=c._emscripten_bind_btSliderConstraint_setLowerLinLimit_1=d.Ux)(a,b),oA=c._emscripten_bind_btSliderConstraint_setUpperLinLimit_1=
|
|
363
|
+
(a,b)=>(oA=c._emscripten_bind_btSliderConstraint_setUpperLinLimit_1=d.Vx)(a,b),pA=c._emscripten_bind_btSliderConstraint_setLowerAngLimit_1=(a,b)=>(pA=c._emscripten_bind_btSliderConstraint_setLowerAngLimit_1=d.Wx)(a,b),qA=c._emscripten_bind_btSliderConstraint_setUpperAngLimit_1=(a,b)=>(qA=c._emscripten_bind_btSliderConstraint_setUpperAngLimit_1=d.Xx)(a,b),rA=c._emscripten_bind_btSliderConstraint_setPoweredLinMotor_1=(a,b)=>(rA=c._emscripten_bind_btSliderConstraint_setPoweredLinMotor_1=d.Yx)(a,b),sA=
|
|
364
|
+
c._emscripten_bind_btSliderConstraint_setMaxLinMotorForce_1=(a,b)=>(sA=c._emscripten_bind_btSliderConstraint_setMaxLinMotorForce_1=d.Zx)(a,b),tA=c._emscripten_bind_btSliderConstraint_setTargetLinMotorVelocity_1=(a,b)=>(tA=c._emscripten_bind_btSliderConstraint_setTargetLinMotorVelocity_1=d._x)(a,b),uA=c._emscripten_bind_btSliderConstraint_getOverrideNumSolverIterations_0=a=>(uA=c._emscripten_bind_btSliderConstraint_getOverrideNumSolverIterations_0=d.$x)(a),vA=c._emscripten_bind_btSliderConstraint_setOverrideNumSolverIterations_1=
|
|
365
|
+
(a,b)=>(vA=c._emscripten_bind_btSliderConstraint_setOverrideNumSolverIterations_1=d.ay)(a,b),wA=c._emscripten_bind_btSliderConstraint_enableFeedback_1=(a,b)=>(wA=c._emscripten_bind_btSliderConstraint_enableFeedback_1=d.by)(a,b),xA=c._emscripten_bind_btSliderConstraint_needsFeedback_0=a=>(xA=c._emscripten_bind_btSliderConstraint_needsFeedback_0=d.cy)(a),yA=c._emscripten_bind_btSliderConstraint_setJointFeedback_1=(a,b)=>(yA=c._emscripten_bind_btSliderConstraint_setJointFeedback_1=d.dy)(a,b),zA=c._emscripten_bind_btSliderConstraint_getJointFeedback_0=
|
|
366
|
+
a=>(zA=c._emscripten_bind_btSliderConstraint_getJointFeedback_0=d.ey)(a),AA=c._emscripten_bind_btSliderConstraint_getAppliedImpulse_0=a=>(AA=c._emscripten_bind_btSliderConstraint_getAppliedImpulse_0=d.fy)(a),BA=c._emscripten_bind_btSliderConstraint_getConstraintType_0=a=>(BA=c._emscripten_bind_btSliderConstraint_getConstraintType_0=d.gy)(a),CA=c._emscripten_bind_btSliderConstraint_getBreakingImpulseThreshold_0=a=>(CA=c._emscripten_bind_btSliderConstraint_getBreakingImpulseThreshold_0=d.hy)(a),DA=
|
|
367
|
+
c._emscripten_bind_btSliderConstraint_setBreakingImpulseThreshold_1=(a,b)=>(DA=c._emscripten_bind_btSliderConstraint_setBreakingImpulseThreshold_1=d.iy)(a,b),EA=c._emscripten_bind_btSliderConstraint_getParam_2=(a,b,e)=>(EA=c._emscripten_bind_btSliderConstraint_getParam_2=d.jy)(a,b,e),FA=c._emscripten_bind_btSliderConstraint_setParam_3=(a,b,e,f)=>(FA=c._emscripten_bind_btSliderConstraint_setParam_3=d.ky)(a,b,e,f),GA=c._emscripten_bind_btSliderConstraint_isEnabled_0=a=>(GA=c._emscripten_bind_btSliderConstraint_isEnabled_0=
|
|
368
|
+
d.ly)(a),HA=c._emscripten_bind_btSliderConstraint_setEnabled_1=(a,b)=>(HA=c._emscripten_bind_btSliderConstraint_setEnabled_1=d.my)(a,b),IA=c._emscripten_bind_btSliderConstraint_getRigidBodyA_0=a=>(IA=c._emscripten_bind_btSliderConstraint_getRigidBodyA_0=d.ny)(a),JA=c._emscripten_bind_btSliderConstraint_getRigidBodyB_0=a=>(JA=c._emscripten_bind_btSliderConstraint_getRigidBodyB_0=d.oy)(a),KA=c._emscripten_bind_btSliderConstraint_getUserConstraintType_0=a=>(KA=c._emscripten_bind_btSliderConstraint_getUserConstraintType_0=
|
|
369
|
+
d.py)(a),LA=c._emscripten_bind_btSliderConstraint_setUserConstraintType_1=(a,b)=>(LA=c._emscripten_bind_btSliderConstraint_setUserConstraintType_1=d.qy)(a,b),MA=c._emscripten_bind_btSliderConstraint_getFixedBody_0=a=>(MA=c._emscripten_bind_btSliderConstraint_getFixedBody_0=d.ry)(a),NA=c._emscripten_bind_btSliderConstraint___destroy___0=a=>(NA=c._emscripten_bind_btSliderConstraint___destroy___0=d.sy)(a),OA=c._emscripten_bind_btFixedConstraint_btFixedConstraint_4=(a,b,e,f)=>(OA=c._emscripten_bind_btFixedConstraint_btFixedConstraint_4=
|
|
370
|
+
d.ty)(a,b,e,f),PA=c._emscripten_bind_btFixedConstraint_getOverrideNumSolverIterations_0=a=>(PA=c._emscripten_bind_btFixedConstraint_getOverrideNumSolverIterations_0=d.uy)(a),QA=c._emscripten_bind_btFixedConstraint_setOverrideNumSolverIterations_1=(a,b)=>(QA=c._emscripten_bind_btFixedConstraint_setOverrideNumSolverIterations_1=d.vy)(a,b),RA=c._emscripten_bind_btFixedConstraint_enableFeedback_1=(a,b)=>(RA=c._emscripten_bind_btFixedConstraint_enableFeedback_1=d.wy)(a,b),SA=c._emscripten_bind_btFixedConstraint_needsFeedback_0=
|
|
371
|
+
a=>(SA=c._emscripten_bind_btFixedConstraint_needsFeedback_0=d.xy)(a),TA=c._emscripten_bind_btFixedConstraint_setJointFeedback_1=(a,b)=>(TA=c._emscripten_bind_btFixedConstraint_setJointFeedback_1=d.yy)(a,b),UA=c._emscripten_bind_btFixedConstraint_getJointFeedback_0=a=>(UA=c._emscripten_bind_btFixedConstraint_getJointFeedback_0=d.zy)(a),VA=c._emscripten_bind_btFixedConstraint_getAppliedImpulse_0=a=>(VA=c._emscripten_bind_btFixedConstraint_getAppliedImpulse_0=d.Ay)(a),WA=c._emscripten_bind_btFixedConstraint_getConstraintType_0=
|
|
372
|
+
a=>(WA=c._emscripten_bind_btFixedConstraint_getConstraintType_0=d.By)(a),XA=c._emscripten_bind_btFixedConstraint_getBreakingImpulseThreshold_0=a=>(XA=c._emscripten_bind_btFixedConstraint_getBreakingImpulseThreshold_0=d.Cy)(a),YA=c._emscripten_bind_btFixedConstraint_setBreakingImpulseThreshold_1=(a,b)=>(YA=c._emscripten_bind_btFixedConstraint_setBreakingImpulseThreshold_1=d.Dy)(a,b),ZA=c._emscripten_bind_btFixedConstraint_getParam_2=(a,b,e)=>(ZA=c._emscripten_bind_btFixedConstraint_getParam_2=d.Ey)(a,
|
|
373
|
+
b,e),$A=c._emscripten_bind_btFixedConstraint_setParam_3=(a,b,e,f)=>($A=c._emscripten_bind_btFixedConstraint_setParam_3=d.Fy)(a,b,e,f),aB=c._emscripten_bind_btFixedConstraint_isEnabled_0=a=>(aB=c._emscripten_bind_btFixedConstraint_isEnabled_0=d.Gy)(a),bB=c._emscripten_bind_btFixedConstraint_setEnabled_1=(a,b)=>(bB=c._emscripten_bind_btFixedConstraint_setEnabled_1=d.Hy)(a,b),cB=c._emscripten_bind_btFixedConstraint_getRigidBodyA_0=a=>(cB=c._emscripten_bind_btFixedConstraint_getRigidBodyA_0=d.Iy)(a),
|
|
374
|
+
dB=c._emscripten_bind_btFixedConstraint_getRigidBodyB_0=a=>(dB=c._emscripten_bind_btFixedConstraint_getRigidBodyB_0=d.Jy)(a),eB=c._emscripten_bind_btFixedConstraint_getUserConstraintType_0=a=>(eB=c._emscripten_bind_btFixedConstraint_getUserConstraintType_0=d.Ky)(a),fB=c._emscripten_bind_btFixedConstraint_setUserConstraintType_1=(a,b)=>(fB=c._emscripten_bind_btFixedConstraint_setUserConstraintType_1=d.Ly)(a,b),gB=c._emscripten_bind_btFixedConstraint_getFixedBody_0=a=>(gB=c._emscripten_bind_btFixedConstraint_getFixedBody_0=
|
|
375
|
+
d.My)(a),hB=c._emscripten_bind_btFixedConstraint___destroy___0=a=>(hB=c._emscripten_bind_btFixedConstraint___destroy___0=d.Ny)(a),iB=c._emscripten_bind_btConstraintSolver___destroy___0=a=>(iB=c._emscripten_bind_btConstraintSolver___destroy___0=d.Oy)(a),jB=c._emscripten_bind_btDispatcherInfo_get_m_timeStep_0=a=>(jB=c._emscripten_bind_btDispatcherInfo_get_m_timeStep_0=d.Py)(a),kB=c._emscripten_bind_btDispatcherInfo_set_m_timeStep_1=(a,b)=>(kB=c._emscripten_bind_btDispatcherInfo_set_m_timeStep_1=d.Qy)(a,
|
|
376
|
+
b),lB=c._emscripten_bind_btDispatcherInfo_get_m_stepCount_0=a=>(lB=c._emscripten_bind_btDispatcherInfo_get_m_stepCount_0=d.Ry)(a),mB=c._emscripten_bind_btDispatcherInfo_set_m_stepCount_1=(a,b)=>(mB=c._emscripten_bind_btDispatcherInfo_set_m_stepCount_1=d.Sy)(a,b),nB=c._emscripten_bind_btDispatcherInfo_get_m_dispatchFunc_0=a=>(nB=c._emscripten_bind_btDispatcherInfo_get_m_dispatchFunc_0=d.Ty)(a),oB=c._emscripten_bind_btDispatcherInfo_set_m_dispatchFunc_1=(a,b)=>(oB=c._emscripten_bind_btDispatcherInfo_set_m_dispatchFunc_1=
|
|
377
|
+
d.Uy)(a,b),pB=c._emscripten_bind_btDispatcherInfo_get_m_timeOfImpact_0=a=>(pB=c._emscripten_bind_btDispatcherInfo_get_m_timeOfImpact_0=d.Vy)(a),qB=c._emscripten_bind_btDispatcherInfo_set_m_timeOfImpact_1=(a,b)=>(qB=c._emscripten_bind_btDispatcherInfo_set_m_timeOfImpact_1=d.Wy)(a,b),rB=c._emscripten_bind_btDispatcherInfo_get_m_useContinuous_0=a=>(rB=c._emscripten_bind_btDispatcherInfo_get_m_useContinuous_0=d.Xy)(a),sB=c._emscripten_bind_btDispatcherInfo_set_m_useContinuous_1=(a,b)=>(sB=c._emscripten_bind_btDispatcherInfo_set_m_useContinuous_1=
|
|
378
|
+
d.Yy)(a,b),tB=c._emscripten_bind_btDispatcherInfo_get_m_enableSatConvex_0=a=>(tB=c._emscripten_bind_btDispatcherInfo_get_m_enableSatConvex_0=d.Zy)(a),uB=c._emscripten_bind_btDispatcherInfo_set_m_enableSatConvex_1=(a,b)=>(uB=c._emscripten_bind_btDispatcherInfo_set_m_enableSatConvex_1=d._y)(a,b),vB=c._emscripten_bind_btDispatcherInfo_get_m_enableSPU_0=a=>(vB=c._emscripten_bind_btDispatcherInfo_get_m_enableSPU_0=d.$y)(a),wB=c._emscripten_bind_btDispatcherInfo_set_m_enableSPU_1=(a,b)=>(wB=c._emscripten_bind_btDispatcherInfo_set_m_enableSPU_1=
|
|
379
|
+
d.az)(a,b),xB=c._emscripten_bind_btDispatcherInfo_get_m_useEpa_0=a=>(xB=c._emscripten_bind_btDispatcherInfo_get_m_useEpa_0=d.bz)(a),yB=c._emscripten_bind_btDispatcherInfo_set_m_useEpa_1=(a,b)=>(yB=c._emscripten_bind_btDispatcherInfo_set_m_useEpa_1=d.cz)(a,b),zB=c._emscripten_bind_btDispatcherInfo_get_m_allowedCcdPenetration_0=a=>(zB=c._emscripten_bind_btDispatcherInfo_get_m_allowedCcdPenetration_0=d.dz)(a),AB=c._emscripten_bind_btDispatcherInfo_set_m_allowedCcdPenetration_1=(a,b)=>(AB=c._emscripten_bind_btDispatcherInfo_set_m_allowedCcdPenetration_1=
|
|
380
|
+
d.ez)(a,b),BB=c._emscripten_bind_btDispatcherInfo_get_m_useConvexConservativeDistanceUtil_0=a=>(BB=c._emscripten_bind_btDispatcherInfo_get_m_useConvexConservativeDistanceUtil_0=d.fz)(a),CB=c._emscripten_bind_btDispatcherInfo_set_m_useConvexConservativeDistanceUtil_1=(a,b)=>(CB=c._emscripten_bind_btDispatcherInfo_set_m_useConvexConservativeDistanceUtil_1=d.gz)(a,b),DB=c._emscripten_bind_btDispatcherInfo_get_m_convexConservativeDistanceThreshold_0=a=>(DB=c._emscripten_bind_btDispatcherInfo_get_m_convexConservativeDistanceThreshold_0=
|
|
381
|
+
d.hz)(a),EB=c._emscripten_bind_btDispatcherInfo_set_m_convexConservativeDistanceThreshold_1=(a,b)=>(EB=c._emscripten_bind_btDispatcherInfo_set_m_convexConservativeDistanceThreshold_1=d.iz)(a,b),FB=c._emscripten_bind_btDispatcherInfo___destroy___0=a=>(FB=c._emscripten_bind_btDispatcherInfo___destroy___0=d.jz)(a),GB=c._emscripten_bind_btContactSolverInfo_get_m_splitImpulse_0=a=>(GB=c._emscripten_bind_btContactSolverInfo_get_m_splitImpulse_0=d.kz)(a),HB=c._emscripten_bind_btContactSolverInfo_set_m_splitImpulse_1=
|
|
382
|
+
(a,b)=>(HB=c._emscripten_bind_btContactSolverInfo_set_m_splitImpulse_1=d.lz)(a,b),IB=c._emscripten_bind_btContactSolverInfo_get_m_splitImpulsePenetrationThreshold_0=a=>(IB=c._emscripten_bind_btContactSolverInfo_get_m_splitImpulsePenetrationThreshold_0=d.mz)(a),JB=c._emscripten_bind_btContactSolverInfo_set_m_splitImpulsePenetrationThreshold_1=(a,b)=>(JB=c._emscripten_bind_btContactSolverInfo_set_m_splitImpulsePenetrationThreshold_1=d.nz)(a,b),KB=c._emscripten_bind_btContactSolverInfo_get_m_numIterations_0=
|
|
383
|
+
a=>(KB=c._emscripten_bind_btContactSolverInfo_get_m_numIterations_0=d.oz)(a),LB=c._emscripten_bind_btContactSolverInfo_set_m_numIterations_1=(a,b)=>(LB=c._emscripten_bind_btContactSolverInfo_set_m_numIterations_1=d.pz)(a,b),MB=c._emscripten_bind_btContactSolverInfo_get_m_erp_0=a=>(MB=c._emscripten_bind_btContactSolverInfo_get_m_erp_0=d.qz)(a),NB=c._emscripten_bind_btContactSolverInfo_set_m_erp_1=(a,b)=>(NB=c._emscripten_bind_btContactSolverInfo_set_m_erp_1=d.rz)(a,b),OB=c._emscripten_bind_btContactSolverInfo_get_m_erp2_0=
|
|
384
|
+
a=>(OB=c._emscripten_bind_btContactSolverInfo_get_m_erp2_0=d.sz)(a),PB=c._emscripten_bind_btContactSolverInfo_set_m_erp2_1=(a,b)=>(PB=c._emscripten_bind_btContactSolverInfo_set_m_erp2_1=d.tz)(a,b),QB=c._emscripten_bind_btContactSolverInfo___destroy___0=a=>(QB=c._emscripten_bind_btContactSolverInfo___destroy___0=d.uz)(a),RB=c._emscripten_bind_btVehicleTuning_btVehicleTuning_0=()=>(RB=c._emscripten_bind_btVehicleTuning_btVehicleTuning_0=d.vz)(),SB=c._emscripten_bind_btVehicleTuning_get_m_suspensionStiffness_0=
|
|
385
|
+
a=>(SB=c._emscripten_bind_btVehicleTuning_get_m_suspensionStiffness_0=d.wz)(a),TB=c._emscripten_bind_btVehicleTuning_set_m_suspensionStiffness_1=(a,b)=>(TB=c._emscripten_bind_btVehicleTuning_set_m_suspensionStiffness_1=d.xz)(a,b),UB=c._emscripten_bind_btVehicleTuning_get_m_suspensionCompression_0=a=>(UB=c._emscripten_bind_btVehicleTuning_get_m_suspensionCompression_0=d.yz)(a),VB=c._emscripten_bind_btVehicleTuning_set_m_suspensionCompression_1=(a,b)=>(VB=c._emscripten_bind_btVehicleTuning_set_m_suspensionCompression_1=
|
|
386
|
+
d.zz)(a,b),WB=c._emscripten_bind_btVehicleTuning_get_m_suspensionDamping_0=a=>(WB=c._emscripten_bind_btVehicleTuning_get_m_suspensionDamping_0=d.Az)(a),XB=c._emscripten_bind_btVehicleTuning_set_m_suspensionDamping_1=(a,b)=>(XB=c._emscripten_bind_btVehicleTuning_set_m_suspensionDamping_1=d.Bz)(a,b),YB=c._emscripten_bind_btVehicleTuning_get_m_maxSuspensionTravelCm_0=a=>(YB=c._emscripten_bind_btVehicleTuning_get_m_maxSuspensionTravelCm_0=d.Cz)(a),ZB=c._emscripten_bind_btVehicleTuning_set_m_maxSuspensionTravelCm_1=
|
|
387
|
+
(a,b)=>(ZB=c._emscripten_bind_btVehicleTuning_set_m_maxSuspensionTravelCm_1=d.Dz)(a,b),$B=c._emscripten_bind_btVehicleTuning_get_m_frictionSlip_0=a=>($B=c._emscripten_bind_btVehicleTuning_get_m_frictionSlip_0=d.Ez)(a),aC=c._emscripten_bind_btVehicleTuning_set_m_frictionSlip_1=(a,b)=>(aC=c._emscripten_bind_btVehicleTuning_set_m_frictionSlip_1=d.Fz)(a,b),bC=c._emscripten_bind_btVehicleTuning_get_m_maxSuspensionForce_0=a=>(bC=c._emscripten_bind_btVehicleTuning_get_m_maxSuspensionForce_0=d.Gz)(a),cC=
|
|
388
|
+
c._emscripten_bind_btVehicleTuning_set_m_maxSuspensionForce_1=(a,b)=>(cC=c._emscripten_bind_btVehicleTuning_set_m_maxSuspensionForce_1=d.Hz)(a,b),dC=c._emscripten_bind_btVehicleRaycasterResult_get_m_hitPointInWorld_0=a=>(dC=c._emscripten_bind_btVehicleRaycasterResult_get_m_hitPointInWorld_0=d.Iz)(a),eC=c._emscripten_bind_btVehicleRaycasterResult_set_m_hitPointInWorld_1=(a,b)=>(eC=c._emscripten_bind_btVehicleRaycasterResult_set_m_hitPointInWorld_1=d.Jz)(a,b),fC=c._emscripten_bind_btVehicleRaycasterResult_get_m_hitNormalInWorld_0=
|
|
389
|
+
a=>(fC=c._emscripten_bind_btVehicleRaycasterResult_get_m_hitNormalInWorld_0=d.Kz)(a),gC=c._emscripten_bind_btVehicleRaycasterResult_set_m_hitNormalInWorld_1=(a,b)=>(gC=c._emscripten_bind_btVehicleRaycasterResult_set_m_hitNormalInWorld_1=d.Lz)(a,b),hC=c._emscripten_bind_btVehicleRaycasterResult_get_m_distFraction_0=a=>(hC=c._emscripten_bind_btVehicleRaycasterResult_get_m_distFraction_0=d.Mz)(a),iC=c._emscripten_bind_btVehicleRaycasterResult_set_m_distFraction_1=(a,b)=>(iC=c._emscripten_bind_btVehicleRaycasterResult_set_m_distFraction_1=
|
|
390
|
+
d.Nz)(a,b),jC=c._emscripten_bind_btVehicleRaycasterResult___destroy___0=a=>(jC=c._emscripten_bind_btVehicleRaycasterResult___destroy___0=d.Oz)(a),kC=c._emscripten_bind_btDefaultVehicleRaycaster_btDefaultVehicleRaycaster_1=a=>(kC=c._emscripten_bind_btDefaultVehicleRaycaster_btDefaultVehicleRaycaster_1=d.Pz)(a),lC=c._emscripten_bind_btDefaultVehicleRaycaster_castRay_3=(a,b,e,f)=>(lC=c._emscripten_bind_btDefaultVehicleRaycaster_castRay_3=d.Qz)(a,b,e,f),mC=c._emscripten_bind_btDefaultVehicleRaycaster_get_m_collisionFilterGroup_0=
|
|
391
|
+
a=>(mC=c._emscripten_bind_btDefaultVehicleRaycaster_get_m_collisionFilterGroup_0=d.Rz)(a),nC=c._emscripten_bind_btDefaultVehicleRaycaster_set_m_collisionFilterGroup_1=(a,b)=>(nC=c._emscripten_bind_btDefaultVehicleRaycaster_set_m_collisionFilterGroup_1=d.Sz)(a,b),oC=c._emscripten_bind_btDefaultVehicleRaycaster_get_m_collisionFilterMask_0=a=>(oC=c._emscripten_bind_btDefaultVehicleRaycaster_get_m_collisionFilterMask_0=d.Tz)(a),pC=c._emscripten_bind_btDefaultVehicleRaycaster_set_m_collisionFilterMask_1=
|
|
392
|
+
(a,b)=>(pC=c._emscripten_bind_btDefaultVehicleRaycaster_set_m_collisionFilterMask_1=d.Uz)(a,b),qC=c._emscripten_bind_btDefaultVehicleRaycaster___destroy___0=a=>(qC=c._emscripten_bind_btDefaultVehicleRaycaster___destroy___0=d.Vz)(a),rC=c._emscripten_bind_RaycastInfo_get_m_contactNormalWS_0=a=>(rC=c._emscripten_bind_RaycastInfo_get_m_contactNormalWS_0=d.Wz)(a),sC=c._emscripten_bind_RaycastInfo_set_m_contactNormalWS_1=(a,b)=>(sC=c._emscripten_bind_RaycastInfo_set_m_contactNormalWS_1=d.Xz)(a,b),tC=c._emscripten_bind_RaycastInfo_get_m_contactPointWS_0=
|
|
393
|
+
a=>(tC=c._emscripten_bind_RaycastInfo_get_m_contactPointWS_0=d.Yz)(a),uC=c._emscripten_bind_RaycastInfo_set_m_contactPointWS_1=(a,b)=>(uC=c._emscripten_bind_RaycastInfo_set_m_contactPointWS_1=d.Zz)(a,b),vC=c._emscripten_bind_RaycastInfo_get_m_suspensionLength_0=a=>(vC=c._emscripten_bind_RaycastInfo_get_m_suspensionLength_0=d._z)(a),wC=c._emscripten_bind_RaycastInfo_set_m_suspensionLength_1=(a,b)=>(wC=c._emscripten_bind_RaycastInfo_set_m_suspensionLength_1=d.$z)(a,b),xC=c._emscripten_bind_RaycastInfo_get_m_hardPointWS_0=
|
|
394
|
+
a=>(xC=c._emscripten_bind_RaycastInfo_get_m_hardPointWS_0=d.aA)(a),yC=c._emscripten_bind_RaycastInfo_set_m_hardPointWS_1=(a,b)=>(yC=c._emscripten_bind_RaycastInfo_set_m_hardPointWS_1=d.bA)(a,b),zC=c._emscripten_bind_RaycastInfo_get_m_wheelDirectionWS_0=a=>(zC=c._emscripten_bind_RaycastInfo_get_m_wheelDirectionWS_0=d.cA)(a),AC=c._emscripten_bind_RaycastInfo_set_m_wheelDirectionWS_1=(a,b)=>(AC=c._emscripten_bind_RaycastInfo_set_m_wheelDirectionWS_1=d.dA)(a,b),BC=c._emscripten_bind_RaycastInfo_get_m_wheelAxleWS_0=
|
|
395
|
+
a=>(BC=c._emscripten_bind_RaycastInfo_get_m_wheelAxleWS_0=d.eA)(a),CC=c._emscripten_bind_RaycastInfo_set_m_wheelAxleWS_1=(a,b)=>(CC=c._emscripten_bind_RaycastInfo_set_m_wheelAxleWS_1=d.fA)(a,b),DC=c._emscripten_bind_RaycastInfo_get_m_isInContact_0=a=>(DC=c._emscripten_bind_RaycastInfo_get_m_isInContact_0=d.gA)(a),EC=c._emscripten_bind_RaycastInfo_set_m_isInContact_1=(a,b)=>(EC=c._emscripten_bind_RaycastInfo_set_m_isInContact_1=d.hA)(a,b),FC=c._emscripten_bind_RaycastInfo_get_m_groundObject_0=a=>(FC=
|
|
396
|
+
c._emscripten_bind_RaycastInfo_get_m_groundObject_0=d.iA)(a),GC=c._emscripten_bind_RaycastInfo_set_m_groundObject_1=(a,b)=>(GC=c._emscripten_bind_RaycastInfo_set_m_groundObject_1=d.jA)(a,b),HC=c._emscripten_bind_RaycastInfo___destroy___0=a=>(HC=c._emscripten_bind_RaycastInfo___destroy___0=d.kA)(a),IC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_chassisConnectionCS_0=a=>(IC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_chassisConnectionCS_0=d.lA)(a),JC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_chassisConnectionCS_1=
|
|
397
|
+
(a,b)=>(JC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_chassisConnectionCS_1=d.mA)(a,b),KC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_wheelDirectionCS_0=a=>(KC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_wheelDirectionCS_0=d.nA)(a),LC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_wheelDirectionCS_1=(a,b)=>(LC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_wheelDirectionCS_1=d.oA)(a,b),MC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_wheelAxleCS_0=a=>
|
|
398
|
+
(MC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_wheelAxleCS_0=d.pA)(a),NC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_wheelAxleCS_1=(a,b)=>(NC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_wheelAxleCS_1=d.qA)(a,b),OC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_suspensionRestLength_0=a=>(OC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_suspensionRestLength_0=d.rA)(a),PC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_suspensionRestLength_1=(a,b)=>(PC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_suspensionRestLength_1=
|
|
399
|
+
d.sA)(a,b),QC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_maxSuspensionTravelCm_0=a=>(QC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_maxSuspensionTravelCm_0=d.tA)(a),RC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_maxSuspensionTravelCm_1=(a,b)=>(RC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_maxSuspensionTravelCm_1=d.uA)(a,b),SC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_wheelRadius_0=a=>(SC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_wheelRadius_0=
|
|
400
|
+
d.vA)(a),TC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_wheelRadius_1=(a,b)=>(TC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_wheelRadius_1=d.wA)(a,b),UC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_suspensionStiffness_0=a=>(UC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_suspensionStiffness_0=d.xA)(a),VC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_suspensionStiffness_1=(a,b)=>(VC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_suspensionStiffness_1=
|
|
401
|
+
d.yA)(a,b),WC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_wheelsDampingCompression_0=a=>(WC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_wheelsDampingCompression_0=d.zA)(a),XC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_wheelsDampingCompression_1=(a,b)=>(XC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_wheelsDampingCompression_1=d.AA)(a,b),YC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_wheelsDampingRelaxation_0=a=>(YC=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_wheelsDampingRelaxation_0=
|
|
402
|
+
d.BA)(a),ZC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_wheelsDampingRelaxation_1=(a,b)=>(ZC=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_wheelsDampingRelaxation_1=d.CA)(a,b),$C=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_frictionSlip_0=a=>($C=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_frictionSlip_0=d.DA)(a),aD=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_frictionSlip_1=(a,b)=>(aD=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_frictionSlip_1=d.EA)(a,
|
|
403
|
+
b),bD=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_maxSuspensionForce_0=a=>(bD=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_maxSuspensionForce_0=d.FA)(a),cD=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_maxSuspensionForce_1=(a,b)=>(cD=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_maxSuspensionForce_1=d.GA)(a,b),dD=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_bIsFrontWheel_0=a=>(dD=c._emscripten_bind_btWheelInfoConstructionInfo_get_m_bIsFrontWheel_0=d.HA)(a),eD=
|
|
404
|
+
c._emscripten_bind_btWheelInfoConstructionInfo_set_m_bIsFrontWheel_1=(a,b)=>(eD=c._emscripten_bind_btWheelInfoConstructionInfo_set_m_bIsFrontWheel_1=d.IA)(a,b),fD=c._emscripten_bind_btWheelInfoConstructionInfo___destroy___0=a=>(fD=c._emscripten_bind_btWheelInfoConstructionInfo___destroy___0=d.JA)(a),gD=c._emscripten_bind_btWheelInfo_btWheelInfo_1=a=>(gD=c._emscripten_bind_btWheelInfo_btWheelInfo_1=d.KA)(a),hD=c._emscripten_bind_btWheelInfo_getSuspensionRestLength_0=a=>(hD=c._emscripten_bind_btWheelInfo_getSuspensionRestLength_0=
|
|
405
|
+
d.LA)(a),iD=c._emscripten_bind_btWheelInfo_updateWheel_2=(a,b,e)=>(iD=c._emscripten_bind_btWheelInfo_updateWheel_2=d.MA)(a,b,e),jD=c._emscripten_bind_btWheelInfo_get_m_suspensionStiffness_0=a=>(jD=c._emscripten_bind_btWheelInfo_get_m_suspensionStiffness_0=d.NA)(a),kD=c._emscripten_bind_btWheelInfo_set_m_suspensionStiffness_1=(a,b)=>(kD=c._emscripten_bind_btWheelInfo_set_m_suspensionStiffness_1=d.OA)(a,b),lD=c._emscripten_bind_btWheelInfo_get_m_frictionSlip_0=a=>(lD=c._emscripten_bind_btWheelInfo_get_m_frictionSlip_0=
|
|
406
|
+
d.PA)(a),mD=c._emscripten_bind_btWheelInfo_set_m_frictionSlip_1=(a,b)=>(mD=c._emscripten_bind_btWheelInfo_set_m_frictionSlip_1=d.QA)(a,b),nD=c._emscripten_bind_btWheelInfo_get_m_engineForce_0=a=>(nD=c._emscripten_bind_btWheelInfo_get_m_engineForce_0=d.RA)(a),oD=c._emscripten_bind_btWheelInfo_set_m_engineForce_1=(a,b)=>(oD=c._emscripten_bind_btWheelInfo_set_m_engineForce_1=d.SA)(a,b),pD=c._emscripten_bind_btWheelInfo_get_m_rollInfluence_0=a=>(pD=c._emscripten_bind_btWheelInfo_get_m_rollInfluence_0=
|
|
407
|
+
d.TA)(a),qD=c._emscripten_bind_btWheelInfo_set_m_rollInfluence_1=(a,b)=>(qD=c._emscripten_bind_btWheelInfo_set_m_rollInfluence_1=d.UA)(a,b),rD=c._emscripten_bind_btWheelInfo_get_m_suspensionRestLength1_0=a=>(rD=c._emscripten_bind_btWheelInfo_get_m_suspensionRestLength1_0=d.VA)(a),sD=c._emscripten_bind_btWheelInfo_set_m_suspensionRestLength1_1=(a,b)=>(sD=c._emscripten_bind_btWheelInfo_set_m_suspensionRestLength1_1=d.WA)(a,b),tD=c._emscripten_bind_btWheelInfo_get_m_wheelsRadius_0=a=>(tD=c._emscripten_bind_btWheelInfo_get_m_wheelsRadius_0=
|
|
408
|
+
d.XA)(a),uD=c._emscripten_bind_btWheelInfo_set_m_wheelsRadius_1=(a,b)=>(uD=c._emscripten_bind_btWheelInfo_set_m_wheelsRadius_1=d.YA)(a,b),vD=c._emscripten_bind_btWheelInfo_get_m_wheelsDampingCompression_0=a=>(vD=c._emscripten_bind_btWheelInfo_get_m_wheelsDampingCompression_0=d.ZA)(a),wD=c._emscripten_bind_btWheelInfo_set_m_wheelsDampingCompression_1=(a,b)=>(wD=c._emscripten_bind_btWheelInfo_set_m_wheelsDampingCompression_1=d._A)(a,b),xD=c._emscripten_bind_btWheelInfo_get_m_wheelsDampingRelaxation_0=
|
|
409
|
+
a=>(xD=c._emscripten_bind_btWheelInfo_get_m_wheelsDampingRelaxation_0=d.$A)(a),yD=c._emscripten_bind_btWheelInfo_set_m_wheelsDampingRelaxation_1=(a,b)=>(yD=c._emscripten_bind_btWheelInfo_set_m_wheelsDampingRelaxation_1=d.aB)(a,b),zD=c._emscripten_bind_btWheelInfo_get_m_steering_0=a=>(zD=c._emscripten_bind_btWheelInfo_get_m_steering_0=d.bB)(a),AD=c._emscripten_bind_btWheelInfo_set_m_steering_1=(a,b)=>(AD=c._emscripten_bind_btWheelInfo_set_m_steering_1=d.cB)(a,b),BD=c._emscripten_bind_btWheelInfo_get_m_maxSuspensionForce_0=
|
|
410
|
+
a=>(BD=c._emscripten_bind_btWheelInfo_get_m_maxSuspensionForce_0=d.dB)(a),CD=c._emscripten_bind_btWheelInfo_set_m_maxSuspensionForce_1=(a,b)=>(CD=c._emscripten_bind_btWheelInfo_set_m_maxSuspensionForce_1=d.eB)(a,b),DD=c._emscripten_bind_btWheelInfo_get_m_maxSuspensionTravelCm_0=a=>(DD=c._emscripten_bind_btWheelInfo_get_m_maxSuspensionTravelCm_0=d.fB)(a),ED=c._emscripten_bind_btWheelInfo_set_m_maxSuspensionTravelCm_1=(a,b)=>(ED=c._emscripten_bind_btWheelInfo_set_m_maxSuspensionTravelCm_1=d.gB)(a,b),
|
|
411
|
+
FD=c._emscripten_bind_btWheelInfo_get_m_wheelsSuspensionForce_0=a=>(FD=c._emscripten_bind_btWheelInfo_get_m_wheelsSuspensionForce_0=d.hB)(a),GD=c._emscripten_bind_btWheelInfo_set_m_wheelsSuspensionForce_1=(a,b)=>(GD=c._emscripten_bind_btWheelInfo_set_m_wheelsSuspensionForce_1=d.iB)(a,b),HD=c._emscripten_bind_btWheelInfo_get_m_bIsFrontWheel_0=a=>(HD=c._emscripten_bind_btWheelInfo_get_m_bIsFrontWheel_0=d.jB)(a),ID=c._emscripten_bind_btWheelInfo_set_m_bIsFrontWheel_1=(a,b)=>(ID=c._emscripten_bind_btWheelInfo_set_m_bIsFrontWheel_1=
|
|
412
|
+
d.kB)(a,b),JD=c._emscripten_bind_btWheelInfo_get_m_raycastInfo_0=a=>(JD=c._emscripten_bind_btWheelInfo_get_m_raycastInfo_0=d.lB)(a),KD=c._emscripten_bind_btWheelInfo_set_m_raycastInfo_1=(a,b)=>(KD=c._emscripten_bind_btWheelInfo_set_m_raycastInfo_1=d.mB)(a,b),LD=c._emscripten_bind_btWheelInfo_get_m_chassisConnectionPointCS_0=a=>(LD=c._emscripten_bind_btWheelInfo_get_m_chassisConnectionPointCS_0=d.nB)(a),MD=c._emscripten_bind_btWheelInfo_set_m_chassisConnectionPointCS_1=(a,b)=>(MD=c._emscripten_bind_btWheelInfo_set_m_chassisConnectionPointCS_1=
|
|
413
|
+
d.oB)(a,b),ND=c._emscripten_bind_btWheelInfo_get_m_worldTransform_0=a=>(ND=c._emscripten_bind_btWheelInfo_get_m_worldTransform_0=d.pB)(a),OD=c._emscripten_bind_btWheelInfo_set_m_worldTransform_1=(a,b)=>(OD=c._emscripten_bind_btWheelInfo_set_m_worldTransform_1=d.qB)(a,b),PD=c._emscripten_bind_btWheelInfo_get_m_wheelDirectionCS_0=a=>(PD=c._emscripten_bind_btWheelInfo_get_m_wheelDirectionCS_0=d.rB)(a),QD=c._emscripten_bind_btWheelInfo_set_m_wheelDirectionCS_1=(a,b)=>(QD=c._emscripten_bind_btWheelInfo_set_m_wheelDirectionCS_1=
|
|
414
|
+
d.sB)(a,b),RD=c._emscripten_bind_btWheelInfo_get_m_wheelAxleCS_0=a=>(RD=c._emscripten_bind_btWheelInfo_get_m_wheelAxleCS_0=d.tB)(a),SD=c._emscripten_bind_btWheelInfo_set_m_wheelAxleCS_1=(a,b)=>(SD=c._emscripten_bind_btWheelInfo_set_m_wheelAxleCS_1=d.uB)(a,b),TD=c._emscripten_bind_btWheelInfo_get_m_rotation_0=a=>(TD=c._emscripten_bind_btWheelInfo_get_m_rotation_0=d.vB)(a),UD=c._emscripten_bind_btWheelInfo_set_m_rotation_1=(a,b)=>(UD=c._emscripten_bind_btWheelInfo_set_m_rotation_1=d.wB)(a,b),VD=c._emscripten_bind_btWheelInfo_get_m_deltaRotation_0=
|
|
415
|
+
a=>(VD=c._emscripten_bind_btWheelInfo_get_m_deltaRotation_0=d.xB)(a),WD=c._emscripten_bind_btWheelInfo_set_m_deltaRotation_1=(a,b)=>(WD=c._emscripten_bind_btWheelInfo_set_m_deltaRotation_1=d.yB)(a,b),XD=c._emscripten_bind_btWheelInfo_get_m_brake_0=a=>(XD=c._emscripten_bind_btWheelInfo_get_m_brake_0=d.zB)(a),YD=c._emscripten_bind_btWheelInfo_set_m_brake_1=(a,b)=>(YD=c._emscripten_bind_btWheelInfo_set_m_brake_1=d.AB)(a,b),ZD=c._emscripten_bind_btWheelInfo_get_m_clippedInvContactDotSuspension_0=a=>(ZD=
|
|
416
|
+
c._emscripten_bind_btWheelInfo_get_m_clippedInvContactDotSuspension_0=d.BB)(a),$D=c._emscripten_bind_btWheelInfo_set_m_clippedInvContactDotSuspension_1=(a,b)=>($D=c._emscripten_bind_btWheelInfo_set_m_clippedInvContactDotSuspension_1=d.CB)(a,b),aE=c._emscripten_bind_btWheelInfo_get_m_suspensionRelativeVelocity_0=a=>(aE=c._emscripten_bind_btWheelInfo_get_m_suspensionRelativeVelocity_0=d.DB)(a),bE=c._emscripten_bind_btWheelInfo_set_m_suspensionRelativeVelocity_1=(a,b)=>(bE=c._emscripten_bind_btWheelInfo_set_m_suspensionRelativeVelocity_1=
|
|
417
|
+
d.EB)(a,b),cE=c._emscripten_bind_btWheelInfo_get_m_skidInfo_0=a=>(cE=c._emscripten_bind_btWheelInfo_get_m_skidInfo_0=d.FB)(a),dE=c._emscripten_bind_btWheelInfo_set_m_skidInfo_1=(a,b)=>(dE=c._emscripten_bind_btWheelInfo_set_m_skidInfo_1=d.GB)(a,b),eE=c._emscripten_bind_btWheelInfo___destroy___0=a=>(eE=c._emscripten_bind_btWheelInfo___destroy___0=d.HB)(a),fE=c._emscripten_bind_btKinematicCharacterController_btKinematicCharacterController_3=(a,b,e)=>(fE=c._emscripten_bind_btKinematicCharacterController_btKinematicCharacterController_3=
|
|
418
|
+
d.IB)(a,b,e),gE=c._emscripten_bind_btKinematicCharacterController_btKinematicCharacterController_4=(a,b,e,f)=>(gE=c._emscripten_bind_btKinematicCharacterController_btKinematicCharacterController_4=d.JB)(a,b,e,f),hE=c._emscripten_bind_btKinematicCharacterController_getUp_0=a=>(hE=c._emscripten_bind_btKinematicCharacterController_getUp_0=d.KB)(a),iE=c._emscripten_bind_btKinematicCharacterController_setUp_1=(a,b)=>(iE=c._emscripten_bind_btKinematicCharacterController_setUp_1=d.LB)(a,b),jE=c._emscripten_bind_btKinematicCharacterController_setWalkDirection_1=
|
|
419
|
+
(a,b)=>(jE=c._emscripten_bind_btKinematicCharacterController_setWalkDirection_1=d.MB)(a,b),kE=c._emscripten_bind_btKinematicCharacterController_setVelocityForTimeInterval_2=(a,b,e)=>(kE=c._emscripten_bind_btKinematicCharacterController_setVelocityForTimeInterval_2=d.NB)(a,b,e),lE=c._emscripten_bind_btKinematicCharacterController_setAngularVelocity_1=(a,b)=>(lE=c._emscripten_bind_btKinematicCharacterController_setAngularVelocity_1=d.OB)(a,b),mE=c._emscripten_bind_btKinematicCharacterController_getAngularVelocity_0=
|
|
420
|
+
a=>(mE=c._emscripten_bind_btKinematicCharacterController_getAngularVelocity_0=d.PB)(a),nE=c._emscripten_bind_btKinematicCharacterController_setLinearVelocity_1=(a,b)=>(nE=c._emscripten_bind_btKinematicCharacterController_setLinearVelocity_1=d.QB)(a,b),oE=c._emscripten_bind_btKinematicCharacterController_getLinearVelocity_0=a=>(oE=c._emscripten_bind_btKinematicCharacterController_getLinearVelocity_0=d.RB)(a),pE=c._emscripten_bind_btKinematicCharacterController_setLinearDamping_1=(a,b)=>(pE=c._emscripten_bind_btKinematicCharacterController_setLinearDamping_1=
|
|
421
|
+
d.SB)(a,b),qE=c._emscripten_bind_btKinematicCharacterController_getLinearDamping_0=a=>(qE=c._emscripten_bind_btKinematicCharacterController_getLinearDamping_0=d.TB)(a),rE=c._emscripten_bind_btKinematicCharacterController_setAngularDamping_1=(a,b)=>(rE=c._emscripten_bind_btKinematicCharacterController_setAngularDamping_1=d.UB)(a,b),sE=c._emscripten_bind_btKinematicCharacterController_getAngularDamping_0=a=>(sE=c._emscripten_bind_btKinematicCharacterController_getAngularDamping_0=d.VB)(a),tE=c._emscripten_bind_btKinematicCharacterController_reset_1=
|
|
422
|
+
(a,b)=>(tE=c._emscripten_bind_btKinematicCharacterController_reset_1=d.WB)(a,b),uE=c._emscripten_bind_btKinematicCharacterController_warp_1=(a,b)=>(uE=c._emscripten_bind_btKinematicCharacterController_warp_1=d.XB)(a,b),vE=c._emscripten_bind_btKinematicCharacterController_preStep_1=(a,b)=>(vE=c._emscripten_bind_btKinematicCharacterController_preStep_1=d.YB)(a,b),wE=c._emscripten_bind_btKinematicCharacterController_playerStep_2=(a,b,e)=>(wE=c._emscripten_bind_btKinematicCharacterController_playerStep_2=
|
|
423
|
+
d.ZB)(a,b,e),xE=c._emscripten_bind_btKinematicCharacterController_setStepHeight_1=(a,b)=>(xE=c._emscripten_bind_btKinematicCharacterController_setStepHeight_1=d._B)(a,b),yE=c._emscripten_bind_btKinematicCharacterController_getStepHeight_0=a=>(yE=c._emscripten_bind_btKinematicCharacterController_getStepHeight_0=d.$B)(a),zE=c._emscripten_bind_btKinematicCharacterController_setFallSpeed_1=(a,b)=>(zE=c._emscripten_bind_btKinematicCharacterController_setFallSpeed_1=d.aC)(a,b),AE=c._emscripten_bind_btKinematicCharacterController_getFallSpeed_0=
|
|
424
|
+
a=>(AE=c._emscripten_bind_btKinematicCharacterController_getFallSpeed_0=d.bC)(a),BE=c._emscripten_bind_btKinematicCharacterController_setJumpSpeed_1=(a,b)=>(BE=c._emscripten_bind_btKinematicCharacterController_setJumpSpeed_1=d.cC)(a,b),CE=c._emscripten_bind_btKinematicCharacterController_getJumpSpeed_0=a=>(CE=c._emscripten_bind_btKinematicCharacterController_getJumpSpeed_0=d.dC)(a),DE=c._emscripten_bind_btKinematicCharacterController_setMaxJumpHeight_1=(a,b)=>(DE=c._emscripten_bind_btKinematicCharacterController_setMaxJumpHeight_1=
|
|
425
|
+
d.eC)(a,b),EE=c._emscripten_bind_btKinematicCharacterController_canJump_0=a=>(EE=c._emscripten_bind_btKinematicCharacterController_canJump_0=d.fC)(a),FE=c._emscripten_bind_btKinematicCharacterController_jump_0=a=>(FE=c._emscripten_bind_btKinematicCharacterController_jump_0=d.gC)(a),GE=c._emscripten_bind_btKinematicCharacterController_jump_1=(a,b)=>(GE=c._emscripten_bind_btKinematicCharacterController_jump_1=d.hC)(a,b),HE=c._emscripten_bind_btKinematicCharacterController_applyImpulse_1=(a,b)=>(HE=
|
|
426
|
+
c._emscripten_bind_btKinematicCharacterController_applyImpulse_1=d.iC)(a,b),IE=c._emscripten_bind_btKinematicCharacterController_setGravity_1=(a,b)=>(IE=c._emscripten_bind_btKinematicCharacterController_setGravity_1=d.jC)(a,b),JE=c._emscripten_bind_btKinematicCharacterController_getGravity_0=a=>(JE=c._emscripten_bind_btKinematicCharacterController_getGravity_0=d.kC)(a),KE=c._emscripten_bind_btKinematicCharacterController_setMaxSlope_1=(a,b)=>(KE=c._emscripten_bind_btKinematicCharacterController_setMaxSlope_1=
|
|
427
|
+
d.lC)(a,b),LE=c._emscripten_bind_btKinematicCharacterController_getMaxSlope_0=a=>(LE=c._emscripten_bind_btKinematicCharacterController_getMaxSlope_0=d.mC)(a),ME=c._emscripten_bind_btKinematicCharacterController_setMaxPenetrationDepth_1=(a,b)=>(ME=c._emscripten_bind_btKinematicCharacterController_setMaxPenetrationDepth_1=d.nC)(a,b),NE=c._emscripten_bind_btKinematicCharacterController_getMaxPenetrationDepth_0=a=>(NE=c._emscripten_bind_btKinematicCharacterController_getMaxPenetrationDepth_0=d.oC)(a),
|
|
428
|
+
OE=c._emscripten_bind_btKinematicCharacterController_getGhostObject_0=a=>(OE=c._emscripten_bind_btKinematicCharacterController_getGhostObject_0=d.pC)(a),PE=c._emscripten_bind_btKinematicCharacterController_setUseGhostSweepTest_1=(a,b)=>(PE=c._emscripten_bind_btKinematicCharacterController_setUseGhostSweepTest_1=d.qC)(a,b),QE=c._emscripten_bind_btKinematicCharacterController_onGround_0=a=>(QE=c._emscripten_bind_btKinematicCharacterController_onGround_0=d.rC)(a),RE=c._emscripten_bind_btKinematicCharacterController_setUpInterpolate_1=
|
|
429
|
+
(a,b)=>(RE=c._emscripten_bind_btKinematicCharacterController_setUpInterpolate_1=d.sC)(a,b),SE=c._emscripten_bind_btKinematicCharacterController_updateAction_2=(a,b,e)=>(SE=c._emscripten_bind_btKinematicCharacterController_updateAction_2=d.tC)(a,b,e),TE=c._emscripten_bind_btKinematicCharacterController___destroy___0=a=>(TE=c._emscripten_bind_btKinematicCharacterController___destroy___0=d.uC)(a),UE=c._emscripten_bind_btRaycastVehicle_btRaycastVehicle_3=(a,b,e)=>(UE=c._emscripten_bind_btRaycastVehicle_btRaycastVehicle_3=
|
|
430
|
+
d.vC)(a,b,e),VE=c._emscripten_bind_btRaycastVehicle_applyEngineForce_2=(a,b,e)=>(VE=c._emscripten_bind_btRaycastVehicle_applyEngineForce_2=d.wC)(a,b,e),WE=c._emscripten_bind_btRaycastVehicle_setSteeringValue_2=(a,b,e)=>(WE=c._emscripten_bind_btRaycastVehicle_setSteeringValue_2=d.xC)(a,b,e),XE=c._emscripten_bind_btRaycastVehicle_getWheelTransformWS_1=(a,b)=>(XE=c._emscripten_bind_btRaycastVehicle_getWheelTransformWS_1=d.yC)(a,b),YE=c._emscripten_bind_btRaycastVehicle_updateWheelTransform_2=(a,b,e)=>
|
|
431
|
+
(YE=c._emscripten_bind_btRaycastVehicle_updateWheelTransform_2=d.zC)(a,b,e),ZE=c._emscripten_bind_btRaycastVehicle_addWheel_7=(a,b,e,f,h,k,r,v)=>(ZE=c._emscripten_bind_btRaycastVehicle_addWheel_7=d.AC)(a,b,e,f,h,k,r,v),$E=c._emscripten_bind_btRaycastVehicle_getNumWheels_0=a=>($E=c._emscripten_bind_btRaycastVehicle_getNumWheels_0=d.BC)(a),aF=c._emscripten_bind_btRaycastVehicle_getRigidBody_0=a=>(aF=c._emscripten_bind_btRaycastVehicle_getRigidBody_0=d.CC)(a),bF=c._emscripten_bind_btRaycastVehicle_getWheelInfo_1=
|
|
432
|
+
(a,b)=>(bF=c._emscripten_bind_btRaycastVehicle_getWheelInfo_1=d.DC)(a,b),cF=c._emscripten_bind_btRaycastVehicle_setBrake_2=(a,b,e)=>(cF=c._emscripten_bind_btRaycastVehicle_setBrake_2=d.EC)(a,b,e),dF=c._emscripten_bind_btRaycastVehicle_setCoordinateSystem_3=(a,b,e,f)=>(dF=c._emscripten_bind_btRaycastVehicle_setCoordinateSystem_3=d.FC)(a,b,e,f),eF=c._emscripten_bind_btRaycastVehicle_getCurrentSpeedKmHour_0=a=>(eF=c._emscripten_bind_btRaycastVehicle_getCurrentSpeedKmHour_0=d.GC)(a),fF=c._emscripten_bind_btRaycastVehicle_getChassisWorldTransform_0=
|
|
433
|
+
a=>(fF=c._emscripten_bind_btRaycastVehicle_getChassisWorldTransform_0=d.HC)(a),gF=c._emscripten_bind_btRaycastVehicle_rayCast_1=(a,b)=>(gF=c._emscripten_bind_btRaycastVehicle_rayCast_1=d.IC)(a,b),hF=c._emscripten_bind_btRaycastVehicle_updateVehicle_1=(a,b)=>(hF=c._emscripten_bind_btRaycastVehicle_updateVehicle_1=d.JC)(a,b),iF=c._emscripten_bind_btRaycastVehicle_resetSuspension_0=a=>(iF=c._emscripten_bind_btRaycastVehicle_resetSuspension_0=d.KC)(a),jF=c._emscripten_bind_btRaycastVehicle_getSteeringValue_1=
|
|
434
|
+
(a,b)=>(jF=c._emscripten_bind_btRaycastVehicle_getSteeringValue_1=d.LC)(a,b),kF=c._emscripten_bind_btRaycastVehicle_updateWheelTransformsWS_1=(a,b)=>(kF=c._emscripten_bind_btRaycastVehicle_updateWheelTransformsWS_1=d.MC)(a,b),lF=c._emscripten_bind_btRaycastVehicle_updateWheelTransformsWS_2=(a,b,e)=>(lF=c._emscripten_bind_btRaycastVehicle_updateWheelTransformsWS_2=d.NC)(a,b,e),mF=c._emscripten_bind_btRaycastVehicle_setPitchControl_1=(a,b)=>(mF=c._emscripten_bind_btRaycastVehicle_setPitchControl_1=
|
|
435
|
+
d.OC)(a,b),nF=c._emscripten_bind_btRaycastVehicle_updateSuspension_1=(a,b)=>(nF=c._emscripten_bind_btRaycastVehicle_updateSuspension_1=d.PC)(a,b),oF=c._emscripten_bind_btRaycastVehicle_updateFriction_1=(a,b)=>(oF=c._emscripten_bind_btRaycastVehicle_updateFriction_1=d.QC)(a,b),pF=c._emscripten_bind_btRaycastVehicle_getRightAxis_0=a=>(pF=c._emscripten_bind_btRaycastVehicle_getRightAxis_0=d.RC)(a),qF=c._emscripten_bind_btRaycastVehicle_getUpAxis_0=a=>(qF=c._emscripten_bind_btRaycastVehicle_getUpAxis_0=
|
|
436
|
+
d.SC)(a),rF=c._emscripten_bind_btRaycastVehicle_getForwardAxis_0=a=>(rF=c._emscripten_bind_btRaycastVehicle_getForwardAxis_0=d.TC)(a),sF=c._emscripten_bind_btRaycastVehicle_getForwardVector_0=a=>(sF=c._emscripten_bind_btRaycastVehicle_getForwardVector_0=d.UC)(a),tF=c._emscripten_bind_btRaycastVehicle_getUserConstraintType_0=a=>(tF=c._emscripten_bind_btRaycastVehicle_getUserConstraintType_0=d.VC)(a),uF=c._emscripten_bind_btRaycastVehicle_setUserConstraintType_1=(a,b)=>(uF=c._emscripten_bind_btRaycastVehicle_setUserConstraintType_1=
|
|
437
|
+
d.WC)(a,b),vF=c._emscripten_bind_btRaycastVehicle_setUserConstraintId_1=(a,b)=>(vF=c._emscripten_bind_btRaycastVehicle_setUserConstraintId_1=d.XC)(a,b),wF=c._emscripten_bind_btRaycastVehicle_getUserConstraintId_0=a=>(wF=c._emscripten_bind_btRaycastVehicle_getUserConstraintId_0=d.YC)(a),xF=c._emscripten_bind_btRaycastVehicle_updateAction_2=(a,b,e)=>(xF=c._emscripten_bind_btRaycastVehicle_updateAction_2=d.ZC)(a,b,e),yF=c._emscripten_bind_btRaycastVehicle___destroy___0=a=>(yF=c._emscripten_bind_btRaycastVehicle___destroy___0=
|
|
438
|
+
d._C)(a),zF=c._emscripten_bind_btPairCachingGhostObject_btPairCachingGhostObject_0=()=>(zF=c._emscripten_bind_btPairCachingGhostObject_btPairCachingGhostObject_0=d.$C)(),AF=c._emscripten_bind_btPairCachingGhostObject_getAnisotropicFriction_0=a=>(AF=c._emscripten_bind_btPairCachingGhostObject_getAnisotropicFriction_0=d.aD)(a),BF=c._emscripten_bind_btPairCachingGhostObject_setAnisotropicFriction_2=(a,b,e)=>(BF=c._emscripten_bind_btPairCachingGhostObject_setAnisotropicFriction_2=d.bD)(a,b,e),CF=c._emscripten_bind_btPairCachingGhostObject_hasAnisotropicFriction_0=
|
|
439
|
+
a=>(CF=c._emscripten_bind_btPairCachingGhostObject_hasAnisotropicFriction_0=d.cD)(a),DF=c._emscripten_bind_btPairCachingGhostObject_hasAnisotropicFriction_1=(a,b)=>(DF=c._emscripten_bind_btPairCachingGhostObject_hasAnisotropicFriction_1=d.dD)(a,b),EF=c._emscripten_bind_btPairCachingGhostObject_getCollisionShape_0=a=>(EF=c._emscripten_bind_btPairCachingGhostObject_getCollisionShape_0=d.eD)(a),FF=c._emscripten_bind_btPairCachingGhostObject_getContactProcessingThreshold_0=a=>(FF=c._emscripten_bind_btPairCachingGhostObject_getContactProcessingThreshold_0=
|
|
440
|
+
d.fD)(a),GF=c._emscripten_bind_btPairCachingGhostObject_setContactProcessingThreshold_1=(a,b)=>(GF=c._emscripten_bind_btPairCachingGhostObject_setContactProcessingThreshold_1=d.gD)(a,b),HF=c._emscripten_bind_btPairCachingGhostObject_getActivationState_0=a=>(HF=c._emscripten_bind_btPairCachingGhostObject_getActivationState_0=d.hD)(a),IF=c._emscripten_bind_btPairCachingGhostObject_setActivationState_1=(a,b)=>(IF=c._emscripten_bind_btPairCachingGhostObject_setActivationState_1=d.iD)(a,b),JF=c._emscripten_bind_btPairCachingGhostObject_forceActivationState_1=
|
|
441
|
+
(a,b)=>(JF=c._emscripten_bind_btPairCachingGhostObject_forceActivationState_1=d.jD)(a,b),KF=c._emscripten_bind_btPairCachingGhostObject_activate_0=a=>(KF=c._emscripten_bind_btPairCachingGhostObject_activate_0=d.kD)(a),LF=c._emscripten_bind_btPairCachingGhostObject_activate_1=(a,b)=>(LF=c._emscripten_bind_btPairCachingGhostObject_activate_1=d.lD)(a,b),MF=c._emscripten_bind_btPairCachingGhostObject_setDeactivationTime_1=(a,b)=>(MF=c._emscripten_bind_btPairCachingGhostObject_setDeactivationTime_1=d.mD)(a,
|
|
442
|
+
b),NF=c._emscripten_bind_btPairCachingGhostObject_getDeactivationTime_0=a=>(NF=c._emscripten_bind_btPairCachingGhostObject_getDeactivationTime_0=d.nD)(a),OF=c._emscripten_bind_btPairCachingGhostObject_isActive_0=a=>(OF=c._emscripten_bind_btPairCachingGhostObject_isActive_0=d.oD)(a),PF=c._emscripten_bind_btPairCachingGhostObject_isKinematicObject_0=a=>(PF=c._emscripten_bind_btPairCachingGhostObject_isKinematicObject_0=d.pD)(a),QF=c._emscripten_bind_btPairCachingGhostObject_isStaticObject_0=a=>(QF=
|
|
443
|
+
c._emscripten_bind_btPairCachingGhostObject_isStaticObject_0=d.qD)(a),RF=c._emscripten_bind_btPairCachingGhostObject_isStaticOrKinematicObject_0=a=>(RF=c._emscripten_bind_btPairCachingGhostObject_isStaticOrKinematicObject_0=d.rD)(a),SF=c._emscripten_bind_btPairCachingGhostObject_getRestitution_0=a=>(SF=c._emscripten_bind_btPairCachingGhostObject_getRestitution_0=d.sD)(a),TF=c._emscripten_bind_btPairCachingGhostObject_getFriction_0=a=>(TF=c._emscripten_bind_btPairCachingGhostObject_getFriction_0=d.tD)(a),
|
|
444
|
+
UF=c._emscripten_bind_btPairCachingGhostObject_getRollingFriction_0=a=>(UF=c._emscripten_bind_btPairCachingGhostObject_getRollingFriction_0=d.uD)(a),VF=c._emscripten_bind_btPairCachingGhostObject_getSpinningFriction_0=a=>(VF=c._emscripten_bind_btPairCachingGhostObject_getSpinningFriction_0=d.vD)(a),WF=c._emscripten_bind_btPairCachingGhostObject_getContactStiffness_0=a=>(WF=c._emscripten_bind_btPairCachingGhostObject_getContactStiffness_0=d.wD)(a),XF=c._emscripten_bind_btPairCachingGhostObject_getContactDamping_0=
|
|
445
|
+
a=>(XF=c._emscripten_bind_btPairCachingGhostObject_getContactDamping_0=d.xD)(a),YF=c._emscripten_bind_btPairCachingGhostObject_setRestitution_1=(a,b)=>(YF=c._emscripten_bind_btPairCachingGhostObject_setRestitution_1=d.yD)(a,b),ZF=c._emscripten_bind_btPairCachingGhostObject_setFriction_1=(a,b)=>(ZF=c._emscripten_bind_btPairCachingGhostObject_setFriction_1=d.zD)(a,b),$F=c._emscripten_bind_btPairCachingGhostObject_setRollingFriction_1=(a,b)=>($F=c._emscripten_bind_btPairCachingGhostObject_setRollingFriction_1=
|
|
446
|
+
d.AD)(a,b),aG=c._emscripten_bind_btPairCachingGhostObject_setSpinningFriction_1=(a,b)=>(aG=c._emscripten_bind_btPairCachingGhostObject_setSpinningFriction_1=d.BD)(a,b),bG=c._emscripten_bind_btPairCachingGhostObject_setContactStiffnessAndDamping_2=(a,b,e)=>(bG=c._emscripten_bind_btPairCachingGhostObject_setContactStiffnessAndDamping_2=d.CD)(a,b,e),cG=c._emscripten_bind_btPairCachingGhostObject_getWorldTransform_0=a=>(cG=c._emscripten_bind_btPairCachingGhostObject_getWorldTransform_0=d.DD)(a),dG=c._emscripten_bind_btPairCachingGhostObject_getCollisionFlags_0=
|
|
447
|
+
a=>(dG=c._emscripten_bind_btPairCachingGhostObject_getCollisionFlags_0=d.ED)(a),eG=c._emscripten_bind_btPairCachingGhostObject_setCollisionFlags_1=(a,b)=>(eG=c._emscripten_bind_btPairCachingGhostObject_setCollisionFlags_1=d.FD)(a,b),fG=c._emscripten_bind_btPairCachingGhostObject_setWorldTransform_1=(a,b)=>(fG=c._emscripten_bind_btPairCachingGhostObject_setWorldTransform_1=d.GD)(a,b),gG=c._emscripten_bind_btPairCachingGhostObject_setCollisionShape_1=(a,b)=>(gG=c._emscripten_bind_btPairCachingGhostObject_setCollisionShape_1=
|
|
448
|
+
d.HD)(a,b),hG=c._emscripten_bind_btPairCachingGhostObject_setCcdMotionThreshold_1=(a,b)=>(hG=c._emscripten_bind_btPairCachingGhostObject_setCcdMotionThreshold_1=d.ID)(a,b),iG=c._emscripten_bind_btPairCachingGhostObject_setCcdSweptSphereRadius_1=(a,b)=>(iG=c._emscripten_bind_btPairCachingGhostObject_setCcdSweptSphereRadius_1=d.JD)(a,b),jG=c._emscripten_bind_btPairCachingGhostObject_getUserIndex_0=a=>(jG=c._emscripten_bind_btPairCachingGhostObject_getUserIndex_0=d.KD)(a),kG=c._emscripten_bind_btPairCachingGhostObject_getUserIndex2_0=
|
|
449
|
+
a=>(kG=c._emscripten_bind_btPairCachingGhostObject_getUserIndex2_0=d.LD)(a),lG=c._emscripten_bind_btPairCachingGhostObject_getUserIndex3_0=a=>(lG=c._emscripten_bind_btPairCachingGhostObject_getUserIndex3_0=d.MD)(a),mG=c._emscripten_bind_btPairCachingGhostObject_setUserIndex_1=(a,b)=>(mG=c._emscripten_bind_btPairCachingGhostObject_setUserIndex_1=d.ND)(a,b),nG=c._emscripten_bind_btPairCachingGhostObject_setUserIndex2_1=(a,b)=>(nG=c._emscripten_bind_btPairCachingGhostObject_setUserIndex2_1=d.OD)(a,b),
|
|
450
|
+
oG=c._emscripten_bind_btPairCachingGhostObject_setUserIndex3_1=(a,b)=>(oG=c._emscripten_bind_btPairCachingGhostObject_setUserIndex3_1=d.PD)(a,b),pG=c._emscripten_bind_btPairCachingGhostObject_getUserPointer_0=a=>(pG=c._emscripten_bind_btPairCachingGhostObject_getUserPointer_0=d.QD)(a),qG=c._emscripten_bind_btPairCachingGhostObject_setUserPointer_1=(a,b)=>(qG=c._emscripten_bind_btPairCachingGhostObject_setUserPointer_1=d.RD)(a,b),rG=c._emscripten_bind_btPairCachingGhostObject_getBroadphaseHandle_0=
|
|
451
|
+
a=>(rG=c._emscripten_bind_btPairCachingGhostObject_getBroadphaseHandle_0=d.SD)(a),sG=c._emscripten_bind_btPairCachingGhostObject_getNumOverlappingObjects_0=a=>(sG=c._emscripten_bind_btPairCachingGhostObject_getNumOverlappingObjects_0=d.TD)(a),tG=c._emscripten_bind_btPairCachingGhostObject_getOverlappingObject_1=(a,b)=>(tG=c._emscripten_bind_btPairCachingGhostObject_getOverlappingObject_1=d.UD)(a,b),uG=c._emscripten_bind_btPairCachingGhostObject___destroy___0=a=>(uG=c._emscripten_bind_btPairCachingGhostObject___destroy___0=
|
|
452
|
+
d.VD)(a),vG=c._emscripten_bind_btGhostPairCallback_btGhostPairCallback_0=()=>(vG=c._emscripten_bind_btGhostPairCallback_btGhostPairCallback_0=d.WD)(),wG=c._emscripten_bind_btGhostPairCallback___destroy___0=a=>(wG=c._emscripten_bind_btGhostPairCallback___destroy___0=d.XD)(a),xG=c._emscripten_bind_btMultibodyLink_setAxisTop_2=(a,b,e)=>(xG=c._emscripten_bind_btMultibodyLink_setAxisTop_2=d.YD)(a,b,e),yG=c._emscripten_bind_btMultibodyLink_setAxisBottom_2=(a,b,e)=>(yG=c._emscripten_bind_btMultibodyLink_setAxisBottom_2=
|
|
453
|
+
d.ZD)(a,b,e),zG=c._emscripten_bind_btMultibodyLink_getAxisTop_1=(a,b)=>(zG=c._emscripten_bind_btMultibodyLink_getAxisTop_1=d._D)(a,b),AG=c._emscripten_bind_btMultibodyLink_getAxisBottom_1=(a,b)=>(AG=c._emscripten_bind_btMultibodyLink_getAxisBottom_1=d.$D)(a,b),BG=c._emscripten_bind_btMultibodyLink_btMultibodyLink_0=()=>(BG=c._emscripten_bind_btMultibodyLink_btMultibodyLink_0=d.aE)(),CG=c._emscripten_bind_btMultibodyLink_get_m_mass_0=a=>(CG=c._emscripten_bind_btMultibodyLink_get_m_mass_0=d.bE)(a),
|
|
454
|
+
DG=c._emscripten_bind_btMultibodyLink_set_m_mass_1=(a,b)=>(DG=c._emscripten_bind_btMultibodyLink_set_m_mass_1=d.cE)(a,b),EG=c._emscripten_bind_btMultibodyLink_get_m_inertiaLocal_0=a=>(EG=c._emscripten_bind_btMultibodyLink_get_m_inertiaLocal_0=d.dE)(a),FG=c._emscripten_bind_btMultibodyLink_set_m_inertiaLocal_1=(a,b)=>(FG=c._emscripten_bind_btMultibodyLink_set_m_inertiaLocal_1=d.eE)(a,b),GG=c._emscripten_bind_btMultibodyLink_get_m_parent_0=a=>(GG=c._emscripten_bind_btMultibodyLink_get_m_parent_0=d.fE)(a),
|
|
455
|
+
HG=c._emscripten_bind_btMultibodyLink_set_m_parent_1=(a,b)=>(HG=c._emscripten_bind_btMultibodyLink_set_m_parent_1=d.gE)(a,b),IG=c._emscripten_bind_btMultibodyLink_get_m_zeroRotParentToThis_0=a=>(IG=c._emscripten_bind_btMultibodyLink_get_m_zeroRotParentToThis_0=d.hE)(a),JG=c._emscripten_bind_btMultibodyLink_set_m_zeroRotParentToThis_1=(a,b)=>(JG=c._emscripten_bind_btMultibodyLink_set_m_zeroRotParentToThis_1=d.iE)(a,b),KG=c._emscripten_bind_btMultibodyLink_get_m_dVector_0=a=>(KG=c._emscripten_bind_btMultibodyLink_get_m_dVector_0=
|
|
456
|
+
d.jE)(a),LG=c._emscripten_bind_btMultibodyLink_set_m_dVector_1=(a,b)=>(LG=c._emscripten_bind_btMultibodyLink_set_m_dVector_1=d.kE)(a,b),MG=c._emscripten_bind_btMultibodyLink_get_m_eVector_0=a=>(MG=c._emscripten_bind_btMultibodyLink_get_m_eVector_0=d.lE)(a),NG=c._emscripten_bind_btMultibodyLink_set_m_eVector_1=(a,b)=>(NG=c._emscripten_bind_btMultibodyLink_set_m_eVector_1=d.mE)(a,b),OG=c._emscripten_bind_btMultibodyLink_get_m_absFrameTotVelocity_0=a=>(OG=c._emscripten_bind_btMultibodyLink_get_m_absFrameTotVelocity_0=
|
|
457
|
+
d.nE)(a),PG=c._emscripten_bind_btMultibodyLink_set_m_absFrameTotVelocity_1=(a,b)=>(PG=c._emscripten_bind_btMultibodyLink_set_m_absFrameTotVelocity_1=d.oE)(a,b),QG=c._emscripten_bind_btMultibodyLink_get_m_absFrameLocVelocity_0=a=>(QG=c._emscripten_bind_btMultibodyLink_get_m_absFrameLocVelocity_0=d.pE)(a),RG=c._emscripten_bind_btMultibodyLink_set_m_absFrameLocVelocity_1=(a,b)=>(RG=c._emscripten_bind_btMultibodyLink_set_m_absFrameLocVelocity_1=d.qE)(a,b),SG=c._emscripten_bind_btMultibodyLink_get_m_dofOffset_0=
|
|
458
|
+
a=>(SG=c._emscripten_bind_btMultibodyLink_get_m_dofOffset_0=d.rE)(a),TG=c._emscripten_bind_btMultibodyLink_set_m_dofOffset_1=(a,b)=>(TG=c._emscripten_bind_btMultibodyLink_set_m_dofOffset_1=d.sE)(a,b),UG=c._emscripten_bind_btMultibodyLink_get_m_cfgOffset_0=a=>(UG=c._emscripten_bind_btMultibodyLink_get_m_cfgOffset_0=d.tE)(a),VG=c._emscripten_bind_btMultibodyLink_set_m_cfgOffset_1=(a,b)=>(VG=c._emscripten_bind_btMultibodyLink_set_m_cfgOffset_1=d.uE)(a,b),WG=c._emscripten_bind_btMultibodyLink_get_m_cachedRotParentToThis_0=
|
|
459
|
+
a=>(WG=c._emscripten_bind_btMultibodyLink_get_m_cachedRotParentToThis_0=d.vE)(a),XG=c._emscripten_bind_btMultibodyLink_set_m_cachedRotParentToThis_1=(a,b)=>(XG=c._emscripten_bind_btMultibodyLink_set_m_cachedRotParentToThis_1=d.wE)(a,b),YG=c._emscripten_bind_btMultibodyLink_get_m_cachedRVector_0=a=>(YG=c._emscripten_bind_btMultibodyLink_get_m_cachedRVector_0=d.xE)(a),ZG=c._emscripten_bind_btMultibodyLink_set_m_cachedRVector_1=(a,b)=>(ZG=c._emscripten_bind_btMultibodyLink_set_m_cachedRVector_1=d.yE)(a,
|
|
460
|
+
b),$G=c._emscripten_bind_btMultibodyLink_get_m_cachedRotParentToThis_interpolate_0=a=>($G=c._emscripten_bind_btMultibodyLink_get_m_cachedRotParentToThis_interpolate_0=d.zE)(a),aH=c._emscripten_bind_btMultibodyLink_set_m_cachedRotParentToThis_interpolate_1=(a,b)=>(aH=c._emscripten_bind_btMultibodyLink_set_m_cachedRotParentToThis_interpolate_1=d.AE)(a,b),bH=c._emscripten_bind_btMultibodyLink_get_m_cachedRVector_interpolate_0=a=>(bH=c._emscripten_bind_btMultibodyLink_get_m_cachedRVector_interpolate_0=
|
|
461
|
+
d.BE)(a),cH=c._emscripten_bind_btMultibodyLink_set_m_cachedRVector_interpolate_1=(a,b)=>(cH=c._emscripten_bind_btMultibodyLink_set_m_cachedRVector_interpolate_1=d.CE)(a,b),dH=c._emscripten_bind_btMultibodyLink_get_m_appliedForce_0=a=>(dH=c._emscripten_bind_btMultibodyLink_get_m_appliedForce_0=d.DE)(a),eH=c._emscripten_bind_btMultibodyLink_set_m_appliedForce_1=(a,b)=>(eH=c._emscripten_bind_btMultibodyLink_set_m_appliedForce_1=d.EE)(a,b),fH=c._emscripten_bind_btMultibodyLink_get_m_appliedTorque_0=a=>
|
|
462
|
+
(fH=c._emscripten_bind_btMultibodyLink_get_m_appliedTorque_0=d.FE)(a),gH=c._emscripten_bind_btMultibodyLink_set_m_appliedTorque_1=(a,b)=>(gH=c._emscripten_bind_btMultibodyLink_set_m_appliedTorque_1=d.GE)(a,b),hH=c._emscripten_bind_btMultibodyLink_get_m_appliedConstraintForce_0=a=>(hH=c._emscripten_bind_btMultibodyLink_get_m_appliedConstraintForce_0=d.HE)(a),iH=c._emscripten_bind_btMultibodyLink_set_m_appliedConstraintForce_1=(a,b)=>(iH=c._emscripten_bind_btMultibodyLink_set_m_appliedConstraintForce_1=
|
|
463
|
+
d.IE)(a,b),jH=c._emscripten_bind_btMultibodyLink_get_m_appliedConstraintTorque_0=a=>(jH=c._emscripten_bind_btMultibodyLink_get_m_appliedConstraintTorque_0=d.JE)(a),kH=c._emscripten_bind_btMultibodyLink_set_m_appliedConstraintTorque_1=(a,b)=>(kH=c._emscripten_bind_btMultibodyLink_set_m_appliedConstraintTorque_1=d.KE)(a,b),lH=c._emscripten_bind_btMultibodyLink_get_m_collider_0=a=>(lH=c._emscripten_bind_btMultibodyLink_get_m_collider_0=d.LE)(a),mH=c._emscripten_bind_btMultibodyLink_set_m_collider_1=
|
|
464
|
+
(a,b)=>(mH=c._emscripten_bind_btMultibodyLink_set_m_collider_1=d.ME)(a,b),nH=c._emscripten_bind_btMultibodyLink_get_m_flags_0=a=>(nH=c._emscripten_bind_btMultibodyLink_get_m_flags_0=d.NE)(a),oH=c._emscripten_bind_btMultibodyLink_set_m_flags_1=(a,b)=>(oH=c._emscripten_bind_btMultibodyLink_set_m_flags_1=d.OE)(a,b),pH=c._emscripten_bind_btMultibodyLink_get_m_dofCount_0=a=>(pH=c._emscripten_bind_btMultibodyLink_get_m_dofCount_0=d.PE)(a),qH=c._emscripten_bind_btMultibodyLink_set_m_dofCount_1=(a,b)=>(qH=
|
|
465
|
+
c._emscripten_bind_btMultibodyLink_set_m_dofCount_1=d.QE)(a,b),rH=c._emscripten_bind_btMultibodyLink_get_m_posVarCount_0=a=>(rH=c._emscripten_bind_btMultibodyLink_get_m_posVarCount_0=d.RE)(a),sH=c._emscripten_bind_btMultibodyLink_set_m_posVarCount_1=(a,b)=>(sH=c._emscripten_bind_btMultibodyLink_set_m_posVarCount_1=d.SE)(a,b),tH=c._emscripten_bind_btMultibodyLink_get_m_jointType_0=a=>(tH=c._emscripten_bind_btMultibodyLink_get_m_jointType_0=d.TE)(a),uH=c._emscripten_bind_btMultibodyLink_set_m_jointType_1=
|
|
466
|
+
(a,b)=>(uH=c._emscripten_bind_btMultibodyLink_set_m_jointType_1=d.UE)(a,b),vH=c._emscripten_bind_btMultibodyLink_get_m_cachedWorldTransform_0=a=>(vH=c._emscripten_bind_btMultibodyLink_get_m_cachedWorldTransform_0=d.VE)(a),wH=c._emscripten_bind_btMultibodyLink_set_m_cachedWorldTransform_1=(a,b)=>(wH=c._emscripten_bind_btMultibodyLink_set_m_cachedWorldTransform_1=d.WE)(a,b),xH=c._emscripten_bind_btMultibodyLink_get_m_linkName_0=a=>(xH=c._emscripten_bind_btMultibodyLink_get_m_linkName_0=d.XE)(a),yH=
|
|
467
|
+
c._emscripten_bind_btMultibodyLink_set_m_linkName_1=(a,b)=>(yH=c._emscripten_bind_btMultibodyLink_set_m_linkName_1=d.YE)(a,b),zH=c._emscripten_bind_btMultibodyLink_get_m_jointName_0=a=>(zH=c._emscripten_bind_btMultibodyLink_get_m_jointName_0=d.ZE)(a),AH=c._emscripten_bind_btMultibodyLink_set_m_jointName_1=(a,b)=>(AH=c._emscripten_bind_btMultibodyLink_set_m_jointName_1=d._E)(a,b),BH=c._emscripten_bind_btMultibodyLink_get_m_userPtr_0=a=>(BH=c._emscripten_bind_btMultibodyLink_get_m_userPtr_0=d.$E)(a),
|
|
468
|
+
CH=c._emscripten_bind_btMultibodyLink_set_m_userPtr_1=(a,b)=>(CH=c._emscripten_bind_btMultibodyLink_set_m_userPtr_1=d.aF)(a,b),DH=c._emscripten_bind_btMultibodyLink_get_m_jointDamping_0=a=>(DH=c._emscripten_bind_btMultibodyLink_get_m_jointDamping_0=d.bF)(a),EH=c._emscripten_bind_btMultibodyLink_set_m_jointDamping_1=(a,b)=>(EH=c._emscripten_bind_btMultibodyLink_set_m_jointDamping_1=d.cF)(a,b),FH=c._emscripten_bind_btMultibodyLink_get_m_jointFriction_0=a=>(FH=c._emscripten_bind_btMultibodyLink_get_m_jointFriction_0=
|
|
469
|
+
d.dF)(a),GH=c._emscripten_bind_btMultibodyLink_set_m_jointFriction_1=(a,b)=>(GH=c._emscripten_bind_btMultibodyLink_set_m_jointFriction_1=d.eF)(a,b),HH=c._emscripten_bind_btMultibodyLink_get_m_jointLowerLimit_0=a=>(HH=c._emscripten_bind_btMultibodyLink_get_m_jointLowerLimit_0=d.fF)(a),IH=c._emscripten_bind_btMultibodyLink_set_m_jointLowerLimit_1=(a,b)=>(IH=c._emscripten_bind_btMultibodyLink_set_m_jointLowerLimit_1=d.gF)(a,b),JH=c._emscripten_bind_btMultibodyLink_get_m_jointUpperLimit_0=a=>(JH=c._emscripten_bind_btMultibodyLink_get_m_jointUpperLimit_0=
|
|
470
|
+
d.hF)(a),KH=c._emscripten_bind_btMultibodyLink_set_m_jointUpperLimit_1=(a,b)=>(KH=c._emscripten_bind_btMultibodyLink_set_m_jointUpperLimit_1=d.iF)(a,b),LH=c._emscripten_bind_btMultibodyLink_get_m_jointMaxForce_0=a=>(LH=c._emscripten_bind_btMultibodyLink_get_m_jointMaxForce_0=d.jF)(a),MH=c._emscripten_bind_btMultibodyLink_set_m_jointMaxForce_1=(a,b)=>(MH=c._emscripten_bind_btMultibodyLink_set_m_jointMaxForce_1=d.kF)(a,b),NH=c._emscripten_bind_btMultibodyLink_get_m_jointMaxVelocity_0=a=>(NH=c._emscripten_bind_btMultibodyLink_get_m_jointMaxVelocity_0=
|
|
471
|
+
d.lF)(a),OH=c._emscripten_bind_btMultibodyLink_set_m_jointMaxVelocity_1=(a,b)=>(OH=c._emscripten_bind_btMultibodyLink_set_m_jointMaxVelocity_1=d.mF)(a,b),PH=c._emscripten_bind_btMultibodyLink___destroy___0=a=>(PH=c._emscripten_bind_btMultibodyLink___destroy___0=d.nF)(a),QH=c._emscripten_bind_btMultiBodyLinkCollider_btMultiBodyLinkCollider_2=(a,b)=>(QH=c._emscripten_bind_btMultiBodyLinkCollider_btMultiBodyLinkCollider_2=d.oF)(a,b),RH=c._emscripten_bind_btMultiBodyLinkCollider_upcast_1=(a,b)=>(RH=c._emscripten_bind_btMultiBodyLinkCollider_upcast_1=
|
|
472
|
+
d.pF)(a,b),SH=c._emscripten_bind_btMultiBodyLinkCollider_checkCollideWithOverride_1=(a,b)=>(SH=c._emscripten_bind_btMultiBodyLinkCollider_checkCollideWithOverride_1=d.qF)(a,b),TH=c._emscripten_bind_btMultiBodyLinkCollider_getAnisotropicFriction_0=a=>(TH=c._emscripten_bind_btMultiBodyLinkCollider_getAnisotropicFriction_0=d.rF)(a),UH=c._emscripten_bind_btMultiBodyLinkCollider_setAnisotropicFriction_2=(a,b,e)=>(UH=c._emscripten_bind_btMultiBodyLinkCollider_setAnisotropicFriction_2=d.sF)(a,b,e),VH=c._emscripten_bind_btMultiBodyLinkCollider_hasAnisotropicFriction_0=
|
|
473
|
+
a=>(VH=c._emscripten_bind_btMultiBodyLinkCollider_hasAnisotropicFriction_0=d.tF)(a),WH=c._emscripten_bind_btMultiBodyLinkCollider_hasAnisotropicFriction_1=(a,b)=>(WH=c._emscripten_bind_btMultiBodyLinkCollider_hasAnisotropicFriction_1=d.uF)(a,b),XH=c._emscripten_bind_btMultiBodyLinkCollider_getCollisionShape_0=a=>(XH=c._emscripten_bind_btMultiBodyLinkCollider_getCollisionShape_0=d.vF)(a),YH=c._emscripten_bind_btMultiBodyLinkCollider_getContactProcessingThreshold_0=a=>(YH=c._emscripten_bind_btMultiBodyLinkCollider_getContactProcessingThreshold_0=
|
|
474
|
+
d.wF)(a),ZH=c._emscripten_bind_btMultiBodyLinkCollider_setContactProcessingThreshold_1=(a,b)=>(ZH=c._emscripten_bind_btMultiBodyLinkCollider_setContactProcessingThreshold_1=d.xF)(a,b),$H=c._emscripten_bind_btMultiBodyLinkCollider_getActivationState_0=a=>($H=c._emscripten_bind_btMultiBodyLinkCollider_getActivationState_0=d.yF)(a),aI=c._emscripten_bind_btMultiBodyLinkCollider_setActivationState_1=(a,b)=>(aI=c._emscripten_bind_btMultiBodyLinkCollider_setActivationState_1=d.zF)(a,b),bI=c._emscripten_bind_btMultiBodyLinkCollider_forceActivationState_1=
|
|
475
|
+
(a,b)=>(bI=c._emscripten_bind_btMultiBodyLinkCollider_forceActivationState_1=d.AF)(a,b),cI=c._emscripten_bind_btMultiBodyLinkCollider_activate_0=a=>(cI=c._emscripten_bind_btMultiBodyLinkCollider_activate_0=d.BF)(a),dI=c._emscripten_bind_btMultiBodyLinkCollider_activate_1=(a,b)=>(dI=c._emscripten_bind_btMultiBodyLinkCollider_activate_1=d.CF)(a,b),eI=c._emscripten_bind_btMultiBodyLinkCollider_setDeactivationTime_1=(a,b)=>(eI=c._emscripten_bind_btMultiBodyLinkCollider_setDeactivationTime_1=d.DF)(a,b),
|
|
476
|
+
fI=c._emscripten_bind_btMultiBodyLinkCollider_getDeactivationTime_0=a=>(fI=c._emscripten_bind_btMultiBodyLinkCollider_getDeactivationTime_0=d.EF)(a),gI=c._emscripten_bind_btMultiBodyLinkCollider_isActive_0=a=>(gI=c._emscripten_bind_btMultiBodyLinkCollider_isActive_0=d.FF)(a),hI=c._emscripten_bind_btMultiBodyLinkCollider_isKinematicObject_0=a=>(hI=c._emscripten_bind_btMultiBodyLinkCollider_isKinematicObject_0=d.GF)(a),iI=c._emscripten_bind_btMultiBodyLinkCollider_isStaticObject_0=a=>(iI=c._emscripten_bind_btMultiBodyLinkCollider_isStaticObject_0=
|
|
477
|
+
d.HF)(a),jI=c._emscripten_bind_btMultiBodyLinkCollider_isStaticOrKinematicObject_0=a=>(jI=c._emscripten_bind_btMultiBodyLinkCollider_isStaticOrKinematicObject_0=d.IF)(a),kI=c._emscripten_bind_btMultiBodyLinkCollider_getRestitution_0=a=>(kI=c._emscripten_bind_btMultiBodyLinkCollider_getRestitution_0=d.JF)(a),lI=c._emscripten_bind_btMultiBodyLinkCollider_getFriction_0=a=>(lI=c._emscripten_bind_btMultiBodyLinkCollider_getFriction_0=d.KF)(a),mI=c._emscripten_bind_btMultiBodyLinkCollider_getRollingFriction_0=
|
|
478
|
+
a=>(mI=c._emscripten_bind_btMultiBodyLinkCollider_getRollingFriction_0=d.LF)(a),nI=c._emscripten_bind_btMultiBodyLinkCollider_getSpinningFriction_0=a=>(nI=c._emscripten_bind_btMultiBodyLinkCollider_getSpinningFriction_0=d.MF)(a),oI=c._emscripten_bind_btMultiBodyLinkCollider_getContactStiffness_0=a=>(oI=c._emscripten_bind_btMultiBodyLinkCollider_getContactStiffness_0=d.NF)(a),pI=c._emscripten_bind_btMultiBodyLinkCollider_getContactDamping_0=a=>(pI=c._emscripten_bind_btMultiBodyLinkCollider_getContactDamping_0=
|
|
479
|
+
d.OF)(a),qI=c._emscripten_bind_btMultiBodyLinkCollider_setRestitution_1=(a,b)=>(qI=c._emscripten_bind_btMultiBodyLinkCollider_setRestitution_1=d.PF)(a,b),rI=c._emscripten_bind_btMultiBodyLinkCollider_setFriction_1=(a,b)=>(rI=c._emscripten_bind_btMultiBodyLinkCollider_setFriction_1=d.QF)(a,b),sI=c._emscripten_bind_btMultiBodyLinkCollider_setRollingFriction_1=(a,b)=>(sI=c._emscripten_bind_btMultiBodyLinkCollider_setRollingFriction_1=d.RF)(a,b),tI=c._emscripten_bind_btMultiBodyLinkCollider_setSpinningFriction_1=
|
|
480
|
+
(a,b)=>(tI=c._emscripten_bind_btMultiBodyLinkCollider_setSpinningFriction_1=d.SF)(a,b),uI=c._emscripten_bind_btMultiBodyLinkCollider_setContactStiffnessAndDamping_2=(a,b,e)=>(uI=c._emscripten_bind_btMultiBodyLinkCollider_setContactStiffnessAndDamping_2=d.TF)(a,b,e),vI=c._emscripten_bind_btMultiBodyLinkCollider_getWorldTransform_0=a=>(vI=c._emscripten_bind_btMultiBodyLinkCollider_getWorldTransform_0=d.UF)(a),wI=c._emscripten_bind_btMultiBodyLinkCollider_getCollisionFlags_0=a=>(wI=c._emscripten_bind_btMultiBodyLinkCollider_getCollisionFlags_0=
|
|
481
|
+
d.VF)(a),xI=c._emscripten_bind_btMultiBodyLinkCollider_setCollisionFlags_1=(a,b)=>(xI=c._emscripten_bind_btMultiBodyLinkCollider_setCollisionFlags_1=d.WF)(a,b),yI=c._emscripten_bind_btMultiBodyLinkCollider_setWorldTransform_1=(a,b)=>(yI=c._emscripten_bind_btMultiBodyLinkCollider_setWorldTransform_1=d.XF)(a,b),zI=c._emscripten_bind_btMultiBodyLinkCollider_setCollisionShape_1=(a,b)=>(zI=c._emscripten_bind_btMultiBodyLinkCollider_setCollisionShape_1=d.YF)(a,b),AI=c._emscripten_bind_btMultiBodyLinkCollider_setCcdMotionThreshold_1=
|
|
482
|
+
(a,b)=>(AI=c._emscripten_bind_btMultiBodyLinkCollider_setCcdMotionThreshold_1=d.ZF)(a,b),BI=c._emscripten_bind_btMultiBodyLinkCollider_setCcdSweptSphereRadius_1=(a,b)=>(BI=c._emscripten_bind_btMultiBodyLinkCollider_setCcdSweptSphereRadius_1=d._F)(a,b),CI=c._emscripten_bind_btMultiBodyLinkCollider_getUserIndex_0=a=>(CI=c._emscripten_bind_btMultiBodyLinkCollider_getUserIndex_0=d.$F)(a),DI=c._emscripten_bind_btMultiBodyLinkCollider_getUserIndex2_0=a=>(DI=c._emscripten_bind_btMultiBodyLinkCollider_getUserIndex2_0=
|
|
483
|
+
d.aG)(a),EI=c._emscripten_bind_btMultiBodyLinkCollider_getUserIndex3_0=a=>(EI=c._emscripten_bind_btMultiBodyLinkCollider_getUserIndex3_0=d.bG)(a),FI=c._emscripten_bind_btMultiBodyLinkCollider_setUserIndex_1=(a,b)=>(FI=c._emscripten_bind_btMultiBodyLinkCollider_setUserIndex_1=d.cG)(a,b),GI=c._emscripten_bind_btMultiBodyLinkCollider_setUserIndex2_1=(a,b)=>(GI=c._emscripten_bind_btMultiBodyLinkCollider_setUserIndex2_1=d.dG)(a,b),HI=c._emscripten_bind_btMultiBodyLinkCollider_setUserIndex3_1=(a,b)=>(HI=
|
|
484
|
+
c._emscripten_bind_btMultiBodyLinkCollider_setUserIndex3_1=d.eG)(a,b),II=c._emscripten_bind_btMultiBodyLinkCollider_getUserPointer_0=a=>(II=c._emscripten_bind_btMultiBodyLinkCollider_getUserPointer_0=d.fG)(a),JI=c._emscripten_bind_btMultiBodyLinkCollider_setUserPointer_1=(a,b)=>(JI=c._emscripten_bind_btMultiBodyLinkCollider_setUserPointer_1=d.gG)(a,b),KI=c._emscripten_bind_btMultiBodyLinkCollider_getBroadphaseHandle_0=a=>(KI=c._emscripten_bind_btMultiBodyLinkCollider_getBroadphaseHandle_0=d.hG)(a),
|
|
485
|
+
LI=c._emscripten_bind_btMultiBodyLinkCollider_get_m_multiBody_0=a=>(LI=c._emscripten_bind_btMultiBodyLinkCollider_get_m_multiBody_0=d.iG)(a),MI=c._emscripten_bind_btMultiBodyLinkCollider_set_m_multiBody_1=(a,b)=>(MI=c._emscripten_bind_btMultiBodyLinkCollider_set_m_multiBody_1=d.jG)(a,b),NI=c._emscripten_bind_btMultiBodyLinkCollider_get_m_link_0=a=>(NI=c._emscripten_bind_btMultiBodyLinkCollider_get_m_link_0=d.kG)(a),OI=c._emscripten_bind_btMultiBodyLinkCollider_set_m_link_1=(a,b)=>(OI=c._emscripten_bind_btMultiBodyLinkCollider_set_m_link_1=
|
|
486
|
+
d.lG)(a,b),PI=c._emscripten_bind_btMultiBodyLinkCollider___destroy___0=a=>(PI=c._emscripten_bind_btMultiBodyLinkCollider___destroy___0=d.mG)(a),QI=c._emscripten_bind_btMultiBody_btMultiBody_5=(a,b,e,f,h)=>(QI=c._emscripten_bind_btMultiBody_btMultiBody_5=d.nG)(a,b,e,f,h),RI=c._emscripten_bind_btMultiBody_btMultiBody_6=(a,b,e,f,h,k)=>(RI=c._emscripten_bind_btMultiBody_btMultiBody_6=d.oG)(a,b,e,f,h,k),SI=c._emscripten_bind_btMultiBody_setupFixed_7=(a,b,e,f,h,k,r,v)=>(SI=c._emscripten_bind_btMultiBody_setupFixed_7=
|
|
487
|
+
d.pG)(a,b,e,f,h,k,r,v),TI=c._emscripten_bind_btMultiBody_setupFixed_8=(a,b,e,f,h,k,r,v,H)=>(TI=c._emscripten_bind_btMultiBody_setupFixed_8=d.qG)(a,b,e,f,h,k,r,v,H),UI=c._emscripten_bind_btMultiBody_setupPrismatic_9=(a,b,e,f,h,k,r,v,H,Ta)=>(UI=c._emscripten_bind_btMultiBody_setupPrismatic_9=d.rG)(a,b,e,f,h,k,r,v,H,Ta),VI=c._emscripten_bind_btMultiBody_setupRevolute_8=(a,b,e,f,h,k,r,v,H)=>(VI=c._emscripten_bind_btMultiBody_setupRevolute_8=d.sG)(a,b,e,f,h,k,r,v,H),WI=c._emscripten_bind_btMultiBody_setupRevolute_9=
|
|
488
|
+
(a,b,e,f,h,k,r,v,H,Ta)=>(WI=c._emscripten_bind_btMultiBody_setupRevolute_9=d.tG)(a,b,e,f,h,k,r,v,H,Ta),XI=c._emscripten_bind_btMultiBody_setupSpherical_7=(a,b,e,f,h,k,r,v)=>(XI=c._emscripten_bind_btMultiBody_setupSpherical_7=d.uG)(a,b,e,f,h,k,r,v),YI=c._emscripten_bind_btMultiBody_setupSpherical_8=(a,b,e,f,h,k,r,v,H)=>(YI=c._emscripten_bind_btMultiBody_setupSpherical_8=d.vG)(a,b,e,f,h,k,r,v,H),ZI=c._emscripten_bind_btMultiBody_setupPlanar_7=(a,b,e,f,h,k,r,v)=>(ZI=c._emscripten_bind_btMultiBody_setupPlanar_7=
|
|
489
|
+
d.wG)(a,b,e,f,h,k,r,v),$I=c._emscripten_bind_btMultiBody_setupPlanar_8=(a,b,e,f,h,k,r,v,H)=>($I=c._emscripten_bind_btMultiBody_setupPlanar_8=d.xG)(a,b,e,f,h,k,r,v,H),aJ=c._emscripten_bind_btMultiBody_getLink_1=(a,b)=>(aJ=c._emscripten_bind_btMultiBody_getLink_1=d.yG)(a,b),bJ=c._emscripten_bind_btMultiBody_setBaseCollider_1=(a,b)=>(bJ=c._emscripten_bind_btMultiBody_setBaseCollider_1=d.zG)(a,b),cJ=c._emscripten_bind_btMultiBody_getBaseCollider_0=a=>(cJ=c._emscripten_bind_btMultiBody_getBaseCollider_0=
|
|
490
|
+
d.AG)(a),dJ=c._emscripten_bind_btMultiBody_getLinkCollider_1=(a,b)=>(dJ=c._emscripten_bind_btMultiBody_getLinkCollider_1=d.BG)(a,b),eJ=c._emscripten_bind_btMultiBody_getParent_1=(a,b)=>(eJ=c._emscripten_bind_btMultiBody_getParent_1=d.CG)(a,b),fJ=c._emscripten_bind_btMultiBody_getNumLinks_0=a=>(fJ=c._emscripten_bind_btMultiBody_getNumLinks_0=d.DG)(a),gJ=c._emscripten_bind_btMultiBody_getNumDofs_0=a=>(gJ=c._emscripten_bind_btMultiBody_getNumDofs_0=d.EG)(a),hJ=c._emscripten_bind_btMultiBody_getNumPosVars_0=
|
|
491
|
+
a=>(hJ=c._emscripten_bind_btMultiBody_getNumPosVars_0=d.FG)(a),iJ=c._emscripten_bind_btMultiBody_getBaseMass_0=a=>(iJ=c._emscripten_bind_btMultiBody_getBaseMass_0=d.GG)(a),jJ=c._emscripten_bind_btMultiBody_getBaseInertia_0=a=>(jJ=c._emscripten_bind_btMultiBody_getBaseInertia_0=d.HG)(a),kJ=c._emscripten_bind_btMultiBody_getLinkMass_1=(a,b)=>(kJ=c._emscripten_bind_btMultiBody_getLinkMass_1=d.IG)(a,b),lJ=c._emscripten_bind_btMultiBody_getLinkInertia_1=(a,b)=>(lJ=c._emscripten_bind_btMultiBody_getLinkInertia_1=
|
|
492
|
+
d.JG)(a,b),mJ=c._emscripten_bind_btMultiBody_setBaseMass_1=(a,b)=>(mJ=c._emscripten_bind_btMultiBody_setBaseMass_1=d.KG)(a,b),nJ=c._emscripten_bind_btMultiBody_setBaseInertia_1=(a,b)=>(nJ=c._emscripten_bind_btMultiBody_setBaseInertia_1=d.LG)(a,b),oJ=c._emscripten_bind_btMultiBody_getBasePos_0=a=>(oJ=c._emscripten_bind_btMultiBody_getBasePos_0=d.MG)(a),pJ=c._emscripten_bind_btMultiBody_getBaseVel_0=a=>(pJ=c._emscripten_bind_btMultiBody_getBaseVel_0=d.NG)(a),qJ=c._emscripten_bind_btMultiBody_getWorldToBaseRot_0=
|
|
493
|
+
a=>(qJ=c._emscripten_bind_btMultiBody_getWorldToBaseRot_0=d.OG)(a),rJ=c._emscripten_bind_btMultiBody_getInterpolateBasePos_0=a=>(rJ=c._emscripten_bind_btMultiBody_getInterpolateBasePos_0=d.PG)(a),sJ=c._emscripten_bind_btMultiBody_getInterpolateWorldToBaseRot_0=a=>(sJ=c._emscripten_bind_btMultiBody_getInterpolateWorldToBaseRot_0=d.QG)(a),tJ=c._emscripten_bind_btMultiBody_getBaseOmega_0=a=>(tJ=c._emscripten_bind_btMultiBody_getBaseOmega_0=d.RG)(a),uJ=c._emscripten_bind_btMultiBody_setBasePos_1=(a,b)=>
|
|
494
|
+
(uJ=c._emscripten_bind_btMultiBody_setBasePos_1=d.SG)(a,b),vJ=c._emscripten_bind_btMultiBody_setInterpolateBasePos_1=(a,b)=>(vJ=c._emscripten_bind_btMultiBody_setInterpolateBasePos_1=d.TG)(a,b),wJ=c._emscripten_bind_btMultiBody_setBaseWorldTransform_1=(a,b)=>(wJ=c._emscripten_bind_btMultiBody_setBaseWorldTransform_1=d.UG)(a,b),xJ=c._emscripten_bind_btMultiBody_getBaseWorldTransform_0=a=>(xJ=c._emscripten_bind_btMultiBody_getBaseWorldTransform_0=d.VG)(a),yJ=c._emscripten_bind_btMultiBody_setInterpolateBaseWorldTransform_1=
|
|
495
|
+
(a,b)=>(yJ=c._emscripten_bind_btMultiBody_setInterpolateBaseWorldTransform_1=d.WG)(a,b),zJ=c._emscripten_bind_btMultiBody_getInterpolateBaseWorldTransform_0=a=>(zJ=c._emscripten_bind_btMultiBody_getInterpolateBaseWorldTransform_0=d.XG)(a),AJ=c._emscripten_bind_btMultiBody_setBaseVel_1=(a,b)=>(AJ=c._emscripten_bind_btMultiBody_setBaseVel_1=d.YG)(a,b),BJ=c._emscripten_bind_btMultiBody_setWorldToBaseRot_1=(a,b)=>(BJ=c._emscripten_bind_btMultiBody_setWorldToBaseRot_1=d.ZG)(a,b),CJ=c._emscripten_bind_btMultiBody_setInterpolateWorldToBaseRot_1=
|
|
496
|
+
(a,b)=>(CJ=c._emscripten_bind_btMultiBody_setInterpolateWorldToBaseRot_1=d._G)(a,b),DJ=c._emscripten_bind_btMultiBody_setBaseOmega_1=(a,b)=>(DJ=c._emscripten_bind_btMultiBody_setBaseOmega_1=d.$G)(a,b),EJ=c._emscripten_bind_btMultiBody_getJointPos_1=(a,b)=>(EJ=c._emscripten_bind_btMultiBody_getJointPos_1=d.aH)(a,b),FJ=c._emscripten_bind_btMultiBody_getJointVel_1=(a,b)=>(FJ=c._emscripten_bind_btMultiBody_getJointVel_1=d.bH)(a,b),GJ=c._emscripten_bind_btMultiBody_setJointPos_2=(a,b,e)=>(GJ=c._emscripten_bind_btMultiBody_setJointPos_2=
|
|
497
|
+
d.cH)(a,b,e),HJ=c._emscripten_bind_btMultiBody_setJointVel_2=(a,b,e)=>(HJ=c._emscripten_bind_btMultiBody_setJointVel_2=d.dH)(a,b,e),IJ=c._emscripten_bind_btMultiBody_getRVector_1=(a,b)=>(IJ=c._emscripten_bind_btMultiBody_getRVector_1=d.eH)(a,b),JJ=c._emscripten_bind_btMultiBody_getParentToLocalRot_1=(a,b)=>(JJ=c._emscripten_bind_btMultiBody_getParentToLocalRot_1=d.fH)(a,b),KJ=c._emscripten_bind_btMultiBody_getInterpolateRVector_1=(a,b)=>(KJ=c._emscripten_bind_btMultiBody_getInterpolateRVector_1=d.gH)(a,
|
|
498
|
+
b),LJ=c._emscripten_bind_btMultiBody_getInterpolateParentToLocalRot_1=(a,b)=>(LJ=c._emscripten_bind_btMultiBody_getInterpolateParentToLocalRot_1=d.hH)(a,b),MJ=c._emscripten_bind_btMultiBody_localPosToWorld_2=(a,b,e)=>(MJ=c._emscripten_bind_btMultiBody_localPosToWorld_2=d.iH)(a,b,e),NJ=c._emscripten_bind_btMultiBody_localDirToWorld_2=(a,b,e)=>(NJ=c._emscripten_bind_btMultiBody_localDirToWorld_2=d.jH)(a,b,e),OJ=c._emscripten_bind_btMultiBody_worldPosToLocal_2=(a,b,e)=>(OJ=c._emscripten_bind_btMultiBody_worldPosToLocal_2=
|
|
499
|
+
d.kH)(a,b,e),PJ=c._emscripten_bind_btMultiBody_worldDirToLocal_2=(a,b,e)=>(PJ=c._emscripten_bind_btMultiBody_worldDirToLocal_2=d.lH)(a,b,e),QJ=c._emscripten_bind_btMultiBody_localFrameToWorld_2=(a,b,e)=>(QJ=c._emscripten_bind_btMultiBody_localFrameToWorld_2=d.mH)(a,b,e),RJ=c._emscripten_bind_btMultiBody_clearForcesAndTorques_0=a=>(RJ=c._emscripten_bind_btMultiBody_clearForcesAndTorques_0=d.nH)(a),SJ=c._emscripten_bind_btMultiBody_clearConstraintForces_0=a=>(SJ=c._emscripten_bind_btMultiBody_clearConstraintForces_0=
|
|
500
|
+
d.oH)(a),TJ=c._emscripten_bind_btMultiBody_clearVelocities_0=a=>(TJ=c._emscripten_bind_btMultiBody_clearVelocities_0=d.pH)(a),UJ=c._emscripten_bind_btMultiBody_addBaseForce_1=(a,b)=>(UJ=c._emscripten_bind_btMultiBody_addBaseForce_1=d.qH)(a,b),VJ=c._emscripten_bind_btMultiBody_addBaseTorque_1=(a,b)=>(VJ=c._emscripten_bind_btMultiBody_addBaseTorque_1=d.rH)(a,b),WJ=c._emscripten_bind_btMultiBody_addLinkForce_2=(a,b,e)=>(WJ=c._emscripten_bind_btMultiBody_addLinkForce_2=d.sH)(a,b,e),XJ=c._emscripten_bind_btMultiBody_addLinkTorque_2=
|
|
501
|
+
(a,b,e)=>(XJ=c._emscripten_bind_btMultiBody_addLinkTorque_2=d.tH)(a,b,e),YJ=c._emscripten_bind_btMultiBody_addBaseConstraintForce_1=(a,b)=>(YJ=c._emscripten_bind_btMultiBody_addBaseConstraintForce_1=d.uH)(a,b),ZJ=c._emscripten_bind_btMultiBody_addBaseConstraintTorque_1=(a,b)=>(ZJ=c._emscripten_bind_btMultiBody_addBaseConstraintTorque_1=d.vH)(a,b),$J=c._emscripten_bind_btMultiBody_addLinkConstraintForce_2=(a,b,e)=>($J=c._emscripten_bind_btMultiBody_addLinkConstraintForce_2=d.wH)(a,b,e),aK=c._emscripten_bind_btMultiBody_addLinkConstraintTorque_2=
|
|
502
|
+
(a,b,e)=>(aK=c._emscripten_bind_btMultiBody_addLinkConstraintTorque_2=d.xH)(a,b,e),bK=c._emscripten_bind_btMultiBody_addJointTorque_2=(a,b,e)=>(bK=c._emscripten_bind_btMultiBody_addJointTorque_2=d.yH)(a,b,e),cK=c._emscripten_bind_btMultiBody_addJointTorqueMultiDof_3=(a,b,e,f)=>(cK=c._emscripten_bind_btMultiBody_addJointTorqueMultiDof_3=d.zH)(a,b,e,f),dK=c._emscripten_bind_btMultiBody_getBaseForce_0=a=>(dK=c._emscripten_bind_btMultiBody_getBaseForce_0=d.AH)(a),eK=c._emscripten_bind_btMultiBody_getBaseTorque_0=
|
|
503
|
+
a=>(eK=c._emscripten_bind_btMultiBody_getBaseTorque_0=d.BH)(a),fK=c._emscripten_bind_btMultiBody_getLinkForce_1=(a,b)=>(fK=c._emscripten_bind_btMultiBody_getLinkForce_1=d.CH)(a,b),gK=c._emscripten_bind_btMultiBody_getLinkTorque_1=(a,b)=>(gK=c._emscripten_bind_btMultiBody_getLinkTorque_1=d.DH)(a,b),hK=c._emscripten_bind_btMultiBody_getJointTorque_1=(a,b)=>(hK=c._emscripten_bind_btMultiBody_getJointTorque_1=d.EH)(a,b),iK=c._emscripten_bind_btMultiBody_computeAccelerationsArticulatedBodyAlgorithmMultiDof_7=
|
|
504
|
+
(a,b,e,f,h,k,r,v)=>(iK=c._emscripten_bind_btMultiBody_computeAccelerationsArticulatedBodyAlgorithmMultiDof_7=d.FH)(a,b,e,f,h,k,r,v),jK=c._emscripten_bind_btMultiBody_setCanSleep_1=(a,b)=>(jK=c._emscripten_bind_btMultiBody_setCanSleep_1=d.GH)(a,b),kK=c._emscripten_bind_btMultiBody_getCanSleep_0=a=>(kK=c._emscripten_bind_btMultiBody_getCanSleep_0=d.HH)(a),lK=c._emscripten_bind_btMultiBody_getCanWakeup_0=a=>(lK=c._emscripten_bind_btMultiBody_getCanWakeup_0=d.IH)(a),mK=c._emscripten_bind_btMultiBody_setCanWakeup_1=
|
|
505
|
+
(a,b)=>(mK=c._emscripten_bind_btMultiBody_setCanWakeup_1=d.JH)(a,b),nK=c._emscripten_bind_btMultiBody_isAwake_0=a=>(nK=c._emscripten_bind_btMultiBody_isAwake_0=d.KH)(a),oK=c._emscripten_bind_btMultiBody_wakeUp_0=a=>(oK=c._emscripten_bind_btMultiBody_wakeUp_0=d.LH)(a),pK=c._emscripten_bind_btMultiBody_goToSleep_0=a=>(pK=c._emscripten_bind_btMultiBody_goToSleep_0=d.MH)(a),qK=c._emscripten_bind_btMultiBody_checkMotionAndSleepIfRequired_1=(a,b)=>(qK=c._emscripten_bind_btMultiBody_checkMotionAndSleepIfRequired_1=
|
|
506
|
+
d.NH)(a,b),rK=c._emscripten_bind_btMultiBody_hasFixedBase_0=a=>(rK=c._emscripten_bind_btMultiBody_hasFixedBase_0=d.OH)(a),sK=c._emscripten_bind_btMultiBody_isBaseKinematic_0=a=>(sK=c._emscripten_bind_btMultiBody_isBaseKinematic_0=d.PH)(a),tK=c._emscripten_bind_btMultiBody_isBaseStaticOrKinematic_0=a=>(tK=c._emscripten_bind_btMultiBody_isBaseStaticOrKinematic_0=d.QH)(a),uK=c._emscripten_bind_btMultiBody_setBaseDynamicType_1=(a,b)=>(uK=c._emscripten_bind_btMultiBody_setBaseDynamicType_1=d.RH)(a,b),
|
|
507
|
+
vK=c._emscripten_bind_btMultiBody_setFixedBase_1=(a,b)=>(vK=c._emscripten_bind_btMultiBody_setFixedBase_1=d.SH)(a,b),wK=c._emscripten_bind_btMultiBody_getCompanionId_0=a=>(wK=c._emscripten_bind_btMultiBody_getCompanionId_0=d.TH)(a),xK=c._emscripten_bind_btMultiBody_setCompanionId_1=(a,b)=>(xK=c._emscripten_bind_btMultiBody_setCompanionId_1=d.UH)(a,b),yK=c._emscripten_bind_btMultiBody_setNumLinks_1=(a,b)=>(yK=c._emscripten_bind_btMultiBody_setNumLinks_1=d.VH)(a,b),zK=c._emscripten_bind_btMultiBody_getLinearDamping_0=
|
|
508
|
+
a=>(zK=c._emscripten_bind_btMultiBody_getLinearDamping_0=d.WH)(a),AK=c._emscripten_bind_btMultiBody_setLinearDamping_1=(a,b)=>(AK=c._emscripten_bind_btMultiBody_setLinearDamping_1=d.XH)(a,b),BK=c._emscripten_bind_btMultiBody_getAngularDamping_0=a=>(BK=c._emscripten_bind_btMultiBody_getAngularDamping_0=d.YH)(a),CK=c._emscripten_bind_btMultiBody_setAngularDamping_1=(a,b)=>(CK=c._emscripten_bind_btMultiBody_setAngularDamping_1=d.ZH)(a,b),DK=c._emscripten_bind_btMultiBody_getUseGyroTerm_0=a=>(DK=c._emscripten_bind_btMultiBody_getUseGyroTerm_0=
|
|
509
|
+
d._H)(a),EK=c._emscripten_bind_btMultiBody_setUseGyroTerm_1=(a,b)=>(EK=c._emscripten_bind_btMultiBody_setUseGyroTerm_1=d.$H)(a,b),FK=c._emscripten_bind_btMultiBody_getMaxCoordinateVelocity_0=a=>(FK=c._emscripten_bind_btMultiBody_getMaxCoordinateVelocity_0=d.aI)(a),GK=c._emscripten_bind_btMultiBody_setMaxCoordinateVelocity_1=(a,b)=>(GK=c._emscripten_bind_btMultiBody_setMaxCoordinateVelocity_1=d.bI)(a,b),HK=c._emscripten_bind_btMultiBody_getMaxAppliedImpulse_0=a=>(HK=c._emscripten_bind_btMultiBody_getMaxAppliedImpulse_0=
|
|
510
|
+
d.cI)(a),IK=c._emscripten_bind_btMultiBody_setMaxAppliedImpulse_1=(a,b)=>(IK=c._emscripten_bind_btMultiBody_setMaxAppliedImpulse_1=d.dI)(a,b),JK=c._emscripten_bind_btMultiBody_setHasSelfCollision_1=(a,b)=>(JK=c._emscripten_bind_btMultiBody_setHasSelfCollision_1=d.eI)(a,b),KK=c._emscripten_bind_btMultiBody_hasSelfCollision_0=a=>(KK=c._emscripten_bind_btMultiBody_hasSelfCollision_0=d.fI)(a),LK=c._emscripten_bind_btMultiBody_finalizeMultiDof_0=a=>(LK=c._emscripten_bind_btMultiBody_finalizeMultiDof_0=
|
|
511
|
+
d.gI)(a),MK=c._emscripten_bind_btMultiBody_useRK4Integration_1=(a,b)=>(MK=c._emscripten_bind_btMultiBody_useRK4Integration_1=d.hI)(a,b),NK=c._emscripten_bind_btMultiBody_isUsingRK4Integration_0=a=>(NK=c._emscripten_bind_btMultiBody_isUsingRK4Integration_0=d.iI)(a),OK=c._emscripten_bind_btMultiBody_useGlobalVelocities_1=(a,b)=>(OK=c._emscripten_bind_btMultiBody_useGlobalVelocities_1=d.jI)(a,b),PK=c._emscripten_bind_btMultiBody_isUsingGlobalVelocities_0=a=>(PK=c._emscripten_bind_btMultiBody_isUsingGlobalVelocities_0=
|
|
512
|
+
d.kI)(a),QK=c._emscripten_bind_btMultiBody_setLinkDynamicType_2=(a,b,e)=>(QK=c._emscripten_bind_btMultiBody_setLinkDynamicType_2=d.lI)(a,b,e),RK=c._emscripten_bind_btMultiBody_isLinkStaticOrKinematic_1=(a,b)=>(RK=c._emscripten_bind_btMultiBody_isLinkStaticOrKinematic_1=d.mI)(a,b),SK=c._emscripten_bind_btMultiBody_isLinkKinematic_1=(a,b)=>(SK=c._emscripten_bind_btMultiBody_isLinkKinematic_1=d.nI)(a,b),TK=c._emscripten_bind_btMultiBody_isLinkAndAllAncestorsStaticOrKinematic_1=(a,b)=>(TK=c._emscripten_bind_btMultiBody_isLinkAndAllAncestorsStaticOrKinematic_1=
|
|
513
|
+
d.oI)(a,b),UK=c._emscripten_bind_btMultiBody_isLinkAndAllAncestorsKinematic_1=(a,b)=>(UK=c._emscripten_bind_btMultiBody_isLinkAndAllAncestorsKinematic_1=d.pI)(a,b),VK=c._emscripten_bind_btMultiBody_setSleepThreshold_1=(a,b)=>(VK=c._emscripten_bind_btMultiBody_setSleepThreshold_1=d.qI)(a,b),WK=c._emscripten_bind_btMultiBody_setSleepTimeout_1=(a,b)=>(WK=c._emscripten_bind_btMultiBody_setSleepTimeout_1=d.rI)(a,b),XK=c._emscripten_bind_btMultiBody___destroy___0=a=>(XK=c._emscripten_bind_btMultiBody___destroy___0=
|
|
514
|
+
d.sI)(a),YK=c._emscripten_bind_btMultiBodyJacobianData_get_m_jacobians_0=a=>(YK=c._emscripten_bind_btMultiBodyJacobianData_get_m_jacobians_0=d.tI)(a),ZK=c._emscripten_bind_btMultiBodyJacobianData_set_m_jacobians_1=(a,b)=>(ZK=c._emscripten_bind_btMultiBodyJacobianData_set_m_jacobians_1=d.uI)(a,b),$K=c._emscripten_bind_btMultiBodyJacobianData_get_m_deltaVelocitiesUnitImpulse_0=a=>($K=c._emscripten_bind_btMultiBodyJacobianData_get_m_deltaVelocitiesUnitImpulse_0=d.vI)(a),aL=c._emscripten_bind_btMultiBodyJacobianData_set_m_deltaVelocitiesUnitImpulse_1=
|
|
515
|
+
(a,b)=>(aL=c._emscripten_bind_btMultiBodyJacobianData_set_m_deltaVelocitiesUnitImpulse_1=d.wI)(a,b),bL=c._emscripten_bind_btMultiBodyJacobianData_get_m_deltaVelocities_0=a=>(bL=c._emscripten_bind_btMultiBodyJacobianData_get_m_deltaVelocities_0=d.xI)(a),cL=c._emscripten_bind_btMultiBodyJacobianData_set_m_deltaVelocities_1=(a,b)=>(cL=c._emscripten_bind_btMultiBodyJacobianData_set_m_deltaVelocities_1=d.yI)(a,b),dL=c._emscripten_bind_btMultiBodyJacobianData_get_scratch_r_0=a=>(dL=c._emscripten_bind_btMultiBodyJacobianData_get_scratch_r_0=
|
|
516
|
+
d.zI)(a),eL=c._emscripten_bind_btMultiBodyJacobianData_set_scratch_r_1=(a,b)=>(eL=c._emscripten_bind_btMultiBodyJacobianData_set_scratch_r_1=d.AI)(a,b),fL=c._emscripten_bind_btMultiBodyJacobianData_get_scratch_v_0=a=>(fL=c._emscripten_bind_btMultiBodyJacobianData_get_scratch_v_0=d.BI)(a),gL=c._emscripten_bind_btMultiBodyJacobianData_set_scratch_v_1=(a,b)=>(gL=c._emscripten_bind_btMultiBodyJacobianData_set_scratch_v_1=d.CI)(a,b),hL=c._emscripten_bind_btMultiBodyJacobianData_get_scratch_m_0=a=>(hL=
|
|
517
|
+
c._emscripten_bind_btMultiBodyJacobianData_get_scratch_m_0=d.DI)(a),iL=c._emscripten_bind_btMultiBodyJacobianData_set_scratch_m_1=(a,b)=>(iL=c._emscripten_bind_btMultiBodyJacobianData_set_scratch_m_1=d.EI)(a,b),jL=c._emscripten_bind_btMultiBodyJacobianData_get_m_solverBodyPool_0=a=>(jL=c._emscripten_bind_btMultiBodyJacobianData_get_m_solverBodyPool_0=d.FI)(a),kL=c._emscripten_bind_btMultiBodyJacobianData_set_m_solverBodyPool_1=(a,b)=>(kL=c._emscripten_bind_btMultiBodyJacobianData_set_m_solverBodyPool_1=
|
|
518
|
+
d.GI)(a,b),lL=c._emscripten_bind_btMultiBodyJacobianData_get_m_fixedBodyId_0=a=>(lL=c._emscripten_bind_btMultiBodyJacobianData_get_m_fixedBodyId_0=d.HI)(a),mL=c._emscripten_bind_btMultiBodyJacobianData_set_m_fixedBodyId_1=(a,b)=>(mL=c._emscripten_bind_btMultiBodyJacobianData_set_m_fixedBodyId_1=d.II)(a,b),nL=c._emscripten_bind_btMultiBodyJacobianData___destroy___0=a=>(nL=c._emscripten_bind_btMultiBodyJacobianData___destroy___0=d.JI)(a),oL=c._emscripten_bind_btMultiBodyMLCPConstraintSolver_btMultiBodyMLCPConstraintSolver_1=
|
|
519
|
+
a=>(oL=c._emscripten_bind_btMultiBodyMLCPConstraintSolver_btMultiBodyMLCPConstraintSolver_1=d.KI)(a),pL=c._emscripten_bind_btMultiBodyMLCPConstraintSolver_setMLCPSolver_1=(a,b)=>(pL=c._emscripten_bind_btMultiBodyMLCPConstraintSolver_setMLCPSolver_1=d.LI)(a,b),qL=c._emscripten_bind_btMultiBodyMLCPConstraintSolver_getNumFallbacks_0=a=>(qL=c._emscripten_bind_btMultiBodyMLCPConstraintSolver_getNumFallbacks_0=d.MI)(a),rL=c._emscripten_bind_btMultiBodyMLCPConstraintSolver_setNumFallbacks_1=(a,b)=>(rL=c._emscripten_bind_btMultiBodyMLCPConstraintSolver_setNumFallbacks_1=
|
|
520
|
+
d.NI)(a,b),sL=c._emscripten_bind_btMultiBodyMLCPConstraintSolver_getSolverType_0=a=>(sL=c._emscripten_bind_btMultiBodyMLCPConstraintSolver_getSolverType_0=d.OI)(a),tL=c._emscripten_bind_btMultiBodyMLCPConstraintSolver___destroy___0=a=>(tL=c._emscripten_bind_btMultiBodyMLCPConstraintSolver___destroy___0=d.PI)(a),uL=c._emscripten_bind_btMultiBodyDynamicsWorld_btMultiBodyDynamicsWorld_4=(a,b,e,f)=>(uL=c._emscripten_bind_btMultiBodyDynamicsWorld_btMultiBodyDynamicsWorld_4=d.QI)(a,b,e,f),vL=c._emscripten_bind_btMultiBodyDynamicsWorld_addMultiBody_3=
|
|
521
|
+
(a,b,e,f)=>(vL=c._emscripten_bind_btMultiBodyDynamicsWorld_addMultiBody_3=d.RI)(a,b,e,f),wL=c._emscripten_bind_btMultiBodyDynamicsWorld_removeMultiBody_1=(a,b)=>(wL=c._emscripten_bind_btMultiBodyDynamicsWorld_removeMultiBody_1=d.SI)(a,b),xL=c._emscripten_bind_btMultiBodyDynamicsWorld_addMultiBodyConstraint_1=(a,b)=>(xL=c._emscripten_bind_btMultiBodyDynamicsWorld_addMultiBodyConstraint_1=d.TI)(a,b),yL=c._emscripten_bind_btMultiBodyDynamicsWorld_removeMultiBodyConstraint_1=(a,b)=>(yL=c._emscripten_bind_btMultiBodyDynamicsWorld_removeMultiBodyConstraint_1=
|
|
522
|
+
d.UI)(a,b),zL=c._emscripten_bind_btMultiBodyDynamicsWorld_getDispatcher_0=a=>(zL=c._emscripten_bind_btMultiBodyDynamicsWorld_getDispatcher_0=d.VI)(a),AL=c._emscripten_bind_btMultiBodyDynamicsWorld_rayTest_3=(a,b,e,f)=>(AL=c._emscripten_bind_btMultiBodyDynamicsWorld_rayTest_3=d.WI)(a,b,e,f),BL=c._emscripten_bind_btMultiBodyDynamicsWorld_getPairCache_0=a=>(BL=c._emscripten_bind_btMultiBodyDynamicsWorld_getPairCache_0=d.XI)(a),CL=c._emscripten_bind_btMultiBodyDynamicsWorld_getDispatchInfo_0=a=>(CL=c._emscripten_bind_btMultiBodyDynamicsWorld_getDispatchInfo_0=
|
|
523
|
+
d.YI)(a),DL=c._emscripten_bind_btMultiBodyDynamicsWorld_addCollisionObject_1=(a,b)=>(DL=c._emscripten_bind_btMultiBodyDynamicsWorld_addCollisionObject_1=d.ZI)(a,b),EL=c._emscripten_bind_btMultiBodyDynamicsWorld_addCollisionObject_2=(a,b,e)=>(EL=c._emscripten_bind_btMultiBodyDynamicsWorld_addCollisionObject_2=d._I)(a,b,e),FL=c._emscripten_bind_btMultiBodyDynamicsWorld_addCollisionObject_3=(a,b,e,f)=>(FL=c._emscripten_bind_btMultiBodyDynamicsWorld_addCollisionObject_3=d.$I)(a,b,e,f),GL=c._emscripten_bind_btMultiBodyDynamicsWorld_removeCollisionObject_1=
|
|
524
|
+
(a,b)=>(GL=c._emscripten_bind_btMultiBodyDynamicsWorld_removeCollisionObject_1=d.aJ)(a,b),HL=c._emscripten_bind_btMultiBodyDynamicsWorld_getBroadphase_0=a=>(HL=c._emscripten_bind_btMultiBodyDynamicsWorld_getBroadphase_0=d.bJ)(a),IL=c._emscripten_bind_btMultiBodyDynamicsWorld_convexSweepTest_5=(a,b,e,f,h,k)=>(IL=c._emscripten_bind_btMultiBodyDynamicsWorld_convexSweepTest_5=d.cJ)(a,b,e,f,h,k),JL=c._emscripten_bind_btMultiBodyDynamicsWorld_contactPairTest_3=(a,b,e,f)=>(JL=c._emscripten_bind_btMultiBodyDynamicsWorld_contactPairTest_3=
|
|
525
|
+
d.dJ)(a,b,e,f),KL=c._emscripten_bind_btMultiBodyDynamicsWorld_contactTest_2=(a,b,e)=>(KL=c._emscripten_bind_btMultiBodyDynamicsWorld_contactTest_2=d.eJ)(a,b,e),LL=c._emscripten_bind_btMultiBodyDynamicsWorld_updateSingleAabb_1=(a,b)=>(LL=c._emscripten_bind_btMultiBodyDynamicsWorld_updateSingleAabb_1=d.fJ)(a,b),ML=c._emscripten_bind_btMultiBodyDynamicsWorld_setDebugDrawer_1=(a,b)=>(ML=c._emscripten_bind_btMultiBodyDynamicsWorld_setDebugDrawer_1=d.gJ)(a,b),NL=c._emscripten_bind_btMultiBodyDynamicsWorld_getDebugDrawer_0=
|
|
526
|
+
a=>(NL=c._emscripten_bind_btMultiBodyDynamicsWorld_getDebugDrawer_0=d.hJ)(a),OL=c._emscripten_bind_btMultiBodyDynamicsWorld_debugDrawWorld_0=a=>(OL=c._emscripten_bind_btMultiBodyDynamicsWorld_debugDrawWorld_0=d.iJ)(a),PL=c._emscripten_bind_btMultiBodyDynamicsWorld_debugDrawObject_3=(a,b,e,f)=>(PL=c._emscripten_bind_btMultiBodyDynamicsWorld_debugDrawObject_3=d.jJ)(a,b,e,f),QL=c._emscripten_bind_btMultiBodyDynamicsWorld_setGravity_1=(a,b)=>(QL=c._emscripten_bind_btMultiBodyDynamicsWorld_setGravity_1=
|
|
527
|
+
d.kJ)(a,b),RL=c._emscripten_bind_btMultiBodyDynamicsWorld_getGravity_0=a=>(RL=c._emscripten_bind_btMultiBodyDynamicsWorld_getGravity_0=d.lJ)(a),SL=c._emscripten_bind_btMultiBodyDynamicsWorld_addRigidBody_1=(a,b)=>(SL=c._emscripten_bind_btMultiBodyDynamicsWorld_addRigidBody_1=d.mJ)(a,b),TL=c._emscripten_bind_btMultiBodyDynamicsWorld_addRigidBody_3=(a,b,e,f)=>(TL=c._emscripten_bind_btMultiBodyDynamicsWorld_addRigidBody_3=d.nJ)(a,b,e,f),UL=c._emscripten_bind_btMultiBodyDynamicsWorld_removeRigidBody_1=
|
|
528
|
+
(a,b)=>(UL=c._emscripten_bind_btMultiBodyDynamicsWorld_removeRigidBody_1=d.oJ)(a,b),VL=c._emscripten_bind_btMultiBodyDynamicsWorld_addConstraint_1=(a,b)=>(VL=c._emscripten_bind_btMultiBodyDynamicsWorld_addConstraint_1=d.pJ)(a,b),WL=c._emscripten_bind_btMultiBodyDynamicsWorld_addConstraint_2=(a,b,e)=>(WL=c._emscripten_bind_btMultiBodyDynamicsWorld_addConstraint_2=d.qJ)(a,b,e),XL=c._emscripten_bind_btMultiBodyDynamicsWorld_removeConstraint_1=(a,b)=>(XL=c._emscripten_bind_btMultiBodyDynamicsWorld_removeConstraint_1=
|
|
529
|
+
d.rJ)(a,b),YL=c._emscripten_bind_btMultiBodyDynamicsWorld_stepSimulation_1=(a,b)=>(YL=c._emscripten_bind_btMultiBodyDynamicsWorld_stepSimulation_1=d.sJ)(a,b),ZL=c._emscripten_bind_btMultiBodyDynamicsWorld_stepSimulation_2=(a,b,e)=>(ZL=c._emscripten_bind_btMultiBodyDynamicsWorld_stepSimulation_2=d.tJ)(a,b,e),$L=c._emscripten_bind_btMultiBodyDynamicsWorld_stepSimulation_3=(a,b,e,f)=>($L=c._emscripten_bind_btMultiBodyDynamicsWorld_stepSimulation_3=d.uJ)(a,b,e,f),aM=c._emscripten_bind_btMultiBodyDynamicsWorld_addAction_1=
|
|
530
|
+
(a,b)=>(aM=c._emscripten_bind_btMultiBodyDynamicsWorld_addAction_1=d.vJ)(a,b),bM=c._emscripten_bind_btMultiBodyDynamicsWorld_removeAction_1=(a,b)=>(bM=c._emscripten_bind_btMultiBodyDynamicsWorld_removeAction_1=d.wJ)(a,b),cM=c._emscripten_bind_btMultiBodyDynamicsWorld_getSolverInfo_0=a=>(cM=c._emscripten_bind_btMultiBodyDynamicsWorld_getSolverInfo_0=d.xJ)(a),dM=c._emscripten_bind_btMultiBodyDynamicsWorld___destroy___0=a=>(dM=c._emscripten_bind_btMultiBodyDynamicsWorld___destroy___0=d.yJ)(a),eM=c._emscripten_bind_btMultiBodyFixedConstraint_btMultiBodyFixedConstraint_8=
|
|
531
|
+
(a,b,e,f,h,k,r,v)=>(eM=c._emscripten_bind_btMultiBodyFixedConstraint_btMultiBodyFixedConstraint_8=d.zJ)(a,b,e,f,h,k,r,v),fM=c._emscripten_bind_btMultiBodyFixedConstraint_finalizeMultiDof_0=a=>(fM=c._emscripten_bind_btMultiBodyFixedConstraint_finalizeMultiDof_0=d.AJ)(a),gM=c._emscripten_bind_btMultiBodyFixedConstraint_getIslandIdA_0=a=>(gM=c._emscripten_bind_btMultiBodyFixedConstraint_getIslandIdA_0=d.BJ)(a),hM=c._emscripten_bind_btMultiBodyFixedConstraint_getIslandIdB_0=a=>(hM=c._emscripten_bind_btMultiBodyFixedConstraint_getIslandIdB_0=
|
|
532
|
+
d.CJ)(a),iM=c._emscripten_bind_btMultiBodyFixedConstraint_createConstraintRows_3=(a,b,e,f)=>(iM=c._emscripten_bind_btMultiBodyFixedConstraint_createConstraintRows_3=d.DJ)(a,b,e,f),jM=c._emscripten_bind_btMultiBodyFixedConstraint_getPivotInA_0=a=>(jM=c._emscripten_bind_btMultiBodyFixedConstraint_getPivotInA_0=d.EJ)(a),kM=c._emscripten_bind_btMultiBodyFixedConstraint_setPivotInA_1=(a,b)=>(kM=c._emscripten_bind_btMultiBodyFixedConstraint_setPivotInA_1=d.FJ)(a,b),lM=c._emscripten_bind_btMultiBodyFixedConstraint_getPivotInB_0=
|
|
533
|
+
a=>(lM=c._emscripten_bind_btMultiBodyFixedConstraint_getPivotInB_0=d.GJ)(a),mM=c._emscripten_bind_btMultiBodyFixedConstraint_setPivotInB_1=(a,b)=>(mM=c._emscripten_bind_btMultiBodyFixedConstraint_setPivotInB_1=d.HJ)(a,b),nM=c._emscripten_bind_btMultiBodyFixedConstraint_getFrameInA_0=a=>(nM=c._emscripten_bind_btMultiBodyFixedConstraint_getFrameInA_0=d.IJ)(a),oM=c._emscripten_bind_btMultiBodyFixedConstraint_setFrameInA_1=(a,b)=>(oM=c._emscripten_bind_btMultiBodyFixedConstraint_setFrameInA_1=d.JJ)(a,
|
|
534
|
+
b),pM=c._emscripten_bind_btMultiBodyFixedConstraint_getFrameInB_0=a=>(pM=c._emscripten_bind_btMultiBodyFixedConstraint_getFrameInB_0=d.KJ)(a),qM=c._emscripten_bind_btMultiBodyFixedConstraint_setFrameInB_1=(a,b)=>(qM=c._emscripten_bind_btMultiBodyFixedConstraint_setFrameInB_1=d.LJ)(a,b),rM=c._emscripten_bind_btMultiBodyFixedConstraint_getNumRows_0=a=>(rM=c._emscripten_bind_btMultiBodyFixedConstraint_getNumRows_0=d.MJ)(a),sM=c._emscripten_bind_btMultiBodyFixedConstraint_getMultiBodyA_0=a=>(sM=c._emscripten_bind_btMultiBodyFixedConstraint_getMultiBodyA_0=
|
|
535
|
+
d.NJ)(a),tM=c._emscripten_bind_btMultiBodyFixedConstraint_getMultiBodyB_0=a=>(tM=c._emscripten_bind_btMultiBodyFixedConstraint_getMultiBodyB_0=d.OJ)(a),uM=c._emscripten_bind_btMultiBodyFixedConstraint_getPosition_1=(a,b)=>(uM=c._emscripten_bind_btMultiBodyFixedConstraint_getPosition_1=d.PJ)(a,b),vM=c._emscripten_bind_btMultiBodyFixedConstraint_setPosition_2=(a,b,e)=>(vM=c._emscripten_bind_btMultiBodyFixedConstraint_setPosition_2=d.QJ)(a,b,e),wM=c._emscripten_bind_btMultiBodyFixedConstraint_isUnilateral_0=
|
|
536
|
+
a=>(wM=c._emscripten_bind_btMultiBodyFixedConstraint_isUnilateral_0=d.RJ)(a),xM=c._emscripten_bind_btMultiBodyFixedConstraint_getMaxAppliedImpulse_0=a=>(xM=c._emscripten_bind_btMultiBodyFixedConstraint_getMaxAppliedImpulse_0=d.SJ)(a),yM=c._emscripten_bind_btMultiBodyFixedConstraint_setMaxAppliedImpulse_1=(a,b)=>(yM=c._emscripten_bind_btMultiBodyFixedConstraint_setMaxAppliedImpulse_1=d.TJ)(a,b),zM=c._emscripten_bind_btMultiBodyFixedConstraint___destroy___0=a=>(zM=c._emscripten_bind_btMultiBodyFixedConstraint___destroy___0=
|
|
537
|
+
d.UJ)(a),AM=c._emscripten_bind_btMultiBodyGearConstraint_btMultiBodyGearConstraint_8=(a,b,e,f,h,k,r,v)=>(AM=c._emscripten_bind_btMultiBodyGearConstraint_btMultiBodyGearConstraint_8=d.VJ)(a,b,e,f,h,k,r,v),BM=c._emscripten_bind_btMultiBodyGearConstraint_finalizeMultiDof_0=a=>(BM=c._emscripten_bind_btMultiBodyGearConstraint_finalizeMultiDof_0=d.WJ)(a),CM=c._emscripten_bind_btMultiBodyGearConstraint_getIslandIdA_0=a=>(CM=c._emscripten_bind_btMultiBodyGearConstraint_getIslandIdA_0=d.XJ)(a),DM=c._emscripten_bind_btMultiBodyGearConstraint_getIslandIdB_0=
|
|
538
|
+
a=>(DM=c._emscripten_bind_btMultiBodyGearConstraint_getIslandIdB_0=d.YJ)(a),EM=c._emscripten_bind_btMultiBodyGearConstraint_createConstraintRows_3=(a,b,e,f)=>(EM=c._emscripten_bind_btMultiBodyGearConstraint_createConstraintRows_3=d.ZJ)(a,b,e,f),FM=c._emscripten_bind_btMultiBodyGearConstraint_getPivotInA_0=a=>(FM=c._emscripten_bind_btMultiBodyGearConstraint_getPivotInA_0=d._J)(a),GM=c._emscripten_bind_btMultiBodyGearConstraint_setPivotInA_1=(a,b)=>(GM=c._emscripten_bind_btMultiBodyGearConstraint_setPivotInA_1=
|
|
539
|
+
d.$J)(a,b),HM=c._emscripten_bind_btMultiBodyGearConstraint_getPivotInB_0=a=>(HM=c._emscripten_bind_btMultiBodyGearConstraint_getPivotInB_0=d.aK)(a),IM=c._emscripten_bind_btMultiBodyGearConstraint_setPivotInB_1=(a,b)=>(IM=c._emscripten_bind_btMultiBodyGearConstraint_setPivotInB_1=d.bK)(a,b),JM=c._emscripten_bind_btMultiBodyGearConstraint_getFrameInA_0=a=>(JM=c._emscripten_bind_btMultiBodyGearConstraint_getFrameInA_0=d.cK)(a),KM=c._emscripten_bind_btMultiBodyGearConstraint_setFrameInA_1=(a,b)=>(KM=
|
|
540
|
+
c._emscripten_bind_btMultiBodyGearConstraint_setFrameInA_1=d.dK)(a,b),LM=c._emscripten_bind_btMultiBodyGearConstraint_getFrameInB_0=a=>(LM=c._emscripten_bind_btMultiBodyGearConstraint_getFrameInB_0=d.eK)(a),MM=c._emscripten_bind_btMultiBodyGearConstraint_setFrameInB_1=(a,b)=>(MM=c._emscripten_bind_btMultiBodyGearConstraint_setFrameInB_1=d.fK)(a,b),NM=c._emscripten_bind_btMultiBodyGearConstraint_setGearRatio_1=(a,b)=>(NM=c._emscripten_bind_btMultiBodyGearConstraint_setGearRatio_1=d.gK)(a,b),OM=c._emscripten_bind_btMultiBodyGearConstraint_setGearAuxLink_1=
|
|
541
|
+
(a,b)=>(OM=c._emscripten_bind_btMultiBodyGearConstraint_setGearAuxLink_1=d.hK)(a,b),PM=c._emscripten_bind_btMultiBodyGearConstraint_setRelativePositionTarget_1=(a,b)=>(PM=c._emscripten_bind_btMultiBodyGearConstraint_setRelativePositionTarget_1=d.iK)(a,b),QM=c._emscripten_bind_btMultiBodyGearConstraint_setErp_1=(a,b)=>(QM=c._emscripten_bind_btMultiBodyGearConstraint_setErp_1=d.jK)(a,b),RM=c._emscripten_bind_btMultiBodyGearConstraint_getNumRows_0=a=>(RM=c._emscripten_bind_btMultiBodyGearConstraint_getNumRows_0=
|
|
542
|
+
d.kK)(a),SM=c._emscripten_bind_btMultiBodyGearConstraint_getMultiBodyA_0=a=>(SM=c._emscripten_bind_btMultiBodyGearConstraint_getMultiBodyA_0=d.lK)(a),TM=c._emscripten_bind_btMultiBodyGearConstraint_getMultiBodyB_0=a=>(TM=c._emscripten_bind_btMultiBodyGearConstraint_getMultiBodyB_0=d.mK)(a),UM=c._emscripten_bind_btMultiBodyGearConstraint_getPosition_1=(a,b)=>(UM=c._emscripten_bind_btMultiBodyGearConstraint_getPosition_1=d.nK)(a,b),VM=c._emscripten_bind_btMultiBodyGearConstraint_setPosition_2=(a,b,
|
|
543
|
+
e)=>(VM=c._emscripten_bind_btMultiBodyGearConstraint_setPosition_2=d.oK)(a,b,e),WM=c._emscripten_bind_btMultiBodyGearConstraint_isUnilateral_0=a=>(WM=c._emscripten_bind_btMultiBodyGearConstraint_isUnilateral_0=d.pK)(a),XM=c._emscripten_bind_btMultiBodyGearConstraint_getMaxAppliedImpulse_0=a=>(XM=c._emscripten_bind_btMultiBodyGearConstraint_getMaxAppliedImpulse_0=d.qK)(a),YM=c._emscripten_bind_btMultiBodyGearConstraint_setMaxAppliedImpulse_1=(a,b)=>(YM=c._emscripten_bind_btMultiBodyGearConstraint_setMaxAppliedImpulse_1=
|
|
544
|
+
d.rK)(a,b),ZM=c._emscripten_bind_btMultiBodyGearConstraint___destroy___0=a=>(ZM=c._emscripten_bind_btMultiBodyGearConstraint___destroy___0=d.sK)(a),$M=c._emscripten_bind_btMultiBodyJointLimitConstraint_btMultiBodyJointLimitConstraint_4=(a,b,e,f)=>($M=c._emscripten_bind_btMultiBodyJointLimitConstraint_btMultiBodyJointLimitConstraint_4=d.tK)(a,b,e,f),aN=c._emscripten_bind_btMultiBodyJointLimitConstraint_finalizeMultiDof_0=a=>(aN=c._emscripten_bind_btMultiBodyJointLimitConstraint_finalizeMultiDof_0=
|
|
545
|
+
d.uK)(a),bN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getIslandIdA_0=a=>(bN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getIslandIdA_0=d.vK)(a),cN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getIslandIdB_0=a=>(cN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getIslandIdB_0=d.wK)(a),dN=c._emscripten_bind_btMultiBodyJointLimitConstraint_createConstraintRows_3=(a,b,e,f)=>(dN=c._emscripten_bind_btMultiBodyJointLimitConstraint_createConstraintRows_3=d.xK)(a,b,e,f),eN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getLowerBound_0=
|
|
546
|
+
a=>(eN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getLowerBound_0=d.yK)(a),fN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getUpperBound_0=a=>(fN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getUpperBound_0=d.zK)(a),gN=c._emscripten_bind_btMultiBodyJointLimitConstraint_setLowerBound_1=(a,b)=>(gN=c._emscripten_bind_btMultiBodyJointLimitConstraint_setLowerBound_1=d.AK)(a,b),hN=c._emscripten_bind_btMultiBodyJointLimitConstraint_setUpperBound_1=(a,b)=>(hN=c._emscripten_bind_btMultiBodyJointLimitConstraint_setUpperBound_1=
|
|
547
|
+
d.BK)(a,b),iN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getNumRows_0=a=>(iN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getNumRows_0=d.CK)(a),jN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getMultiBodyA_0=a=>(jN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getMultiBodyA_0=d.DK)(a),kN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getMultiBodyB_0=a=>(kN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getMultiBodyB_0=d.EK)(a),lN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getPosition_1=
|
|
548
|
+
(a,b)=>(lN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getPosition_1=d.FK)(a,b),mN=c._emscripten_bind_btMultiBodyJointLimitConstraint_setPosition_2=(a,b,e)=>(mN=c._emscripten_bind_btMultiBodyJointLimitConstraint_setPosition_2=d.GK)(a,b,e),nN=c._emscripten_bind_btMultiBodyJointLimitConstraint_isUnilateral_0=a=>(nN=c._emscripten_bind_btMultiBodyJointLimitConstraint_isUnilateral_0=d.HK)(a),oN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getMaxAppliedImpulse_0=a=>(oN=c._emscripten_bind_btMultiBodyJointLimitConstraint_getMaxAppliedImpulse_0=
|
|
549
|
+
d.IK)(a),pN=c._emscripten_bind_btMultiBodyJointLimitConstraint_setMaxAppliedImpulse_1=(a,b)=>(pN=c._emscripten_bind_btMultiBodyJointLimitConstraint_setMaxAppliedImpulse_1=d.JK)(a,b),qN=c._emscripten_bind_btMultiBodyJointLimitConstraint___destroy___0=a=>(qN=c._emscripten_bind_btMultiBodyJointLimitConstraint___destroy___0=d.KK)(a),rN=c._emscripten_bind_btMultiBodyJointMotor_btMultiBodyJointMotor_5=(a,b,e,f,h)=>(rN=c._emscripten_bind_btMultiBodyJointMotor_btMultiBodyJointMotor_5=d.LK)(a,b,e,f,h),sN=
|
|
550
|
+
c._emscripten_bind_btMultiBodyJointMotor_finalizeMultiDof_0=a=>(sN=c._emscripten_bind_btMultiBodyJointMotor_finalizeMultiDof_0=d.MK)(a),tN=c._emscripten_bind_btMultiBodyJointMotor_getIslandIdA_0=a=>(tN=c._emscripten_bind_btMultiBodyJointMotor_getIslandIdA_0=d.NK)(a),uN=c._emscripten_bind_btMultiBodyJointMotor_getIslandIdB_0=a=>(uN=c._emscripten_bind_btMultiBodyJointMotor_getIslandIdB_0=d.OK)(a),vN=c._emscripten_bind_btMultiBodyJointMotor_createConstraintRows_3=(a,b,e,f)=>(vN=c._emscripten_bind_btMultiBodyJointMotor_createConstraintRows_3=
|
|
551
|
+
d.PK)(a,b,e,f),wN=c._emscripten_bind_btMultiBodyJointMotor_setVelocityTarget_1=(a,b)=>(wN=c._emscripten_bind_btMultiBodyJointMotor_setVelocityTarget_1=d.QK)(a,b),xN=c._emscripten_bind_btMultiBodyJointMotor_setVelocityTarget_2=(a,b,e)=>(xN=c._emscripten_bind_btMultiBodyJointMotor_setVelocityTarget_2=d.RK)(a,b,e),yN=c._emscripten_bind_btMultiBodyJointMotor_setPositionTarget_1=(a,b)=>(yN=c._emscripten_bind_btMultiBodyJointMotor_setPositionTarget_1=d.SK)(a,b),zN=c._emscripten_bind_btMultiBodyJointMotor_setPositionTarget_2=
|
|
552
|
+
(a,b,e)=>(zN=c._emscripten_bind_btMultiBodyJointMotor_setPositionTarget_2=d.TK)(a,b,e),AN=c._emscripten_bind_btMultiBodyJointMotor_setErp_1=(a,b)=>(AN=c._emscripten_bind_btMultiBodyJointMotor_setErp_1=d.UK)(a,b),BN=c._emscripten_bind_btMultiBodyJointMotor_getErp_0=a=>(BN=c._emscripten_bind_btMultiBodyJointMotor_getErp_0=d.VK)(a),CN=c._emscripten_bind_btMultiBodyJointMotor_setRhsClamp_1=(a,b)=>(CN=c._emscripten_bind_btMultiBodyJointMotor_setRhsClamp_1=d.WK)(a,b),DN=c._emscripten_bind_btMultiBodyJointMotor_getNumRows_0=
|
|
553
|
+
a=>(DN=c._emscripten_bind_btMultiBodyJointMotor_getNumRows_0=d.XK)(a),EN=c._emscripten_bind_btMultiBodyJointMotor_getMultiBodyA_0=a=>(EN=c._emscripten_bind_btMultiBodyJointMotor_getMultiBodyA_0=d.YK)(a),FN=c._emscripten_bind_btMultiBodyJointMotor_getMultiBodyB_0=a=>(FN=c._emscripten_bind_btMultiBodyJointMotor_getMultiBodyB_0=d.ZK)(a),GN=c._emscripten_bind_btMultiBodyJointMotor_getPosition_1=(a,b)=>(GN=c._emscripten_bind_btMultiBodyJointMotor_getPosition_1=d._K)(a,b),HN=c._emscripten_bind_btMultiBodyJointMotor_setPosition_2=
|
|
554
|
+
(a,b,e)=>(HN=c._emscripten_bind_btMultiBodyJointMotor_setPosition_2=d.$K)(a,b,e),IN=c._emscripten_bind_btMultiBodyJointMotor_isUnilateral_0=a=>(IN=c._emscripten_bind_btMultiBodyJointMotor_isUnilateral_0=d.aL)(a),JN=c._emscripten_bind_btMultiBodyJointMotor_getMaxAppliedImpulse_0=a=>(JN=c._emscripten_bind_btMultiBodyJointMotor_getMaxAppliedImpulse_0=d.bL)(a),KN=c._emscripten_bind_btMultiBodyJointMotor_setMaxAppliedImpulse_1=(a,b)=>(KN=c._emscripten_bind_btMultiBodyJointMotor_setMaxAppliedImpulse_1=
|
|
555
|
+
d.cL)(a,b),LN=c._emscripten_bind_btMultiBodyJointMotor___destroy___0=a=>(LN=c._emscripten_bind_btMultiBodyJointMotor___destroy___0=d.dL)(a),MN=c._emscripten_bind_btMultiBodyPoint2Point_btMultiBodyPoint2Point_5=(a,b,e,f,h)=>(MN=c._emscripten_bind_btMultiBodyPoint2Point_btMultiBodyPoint2Point_5=d.eL)(a,b,e,f,h),NN=c._emscripten_bind_btMultiBodyPoint2Point_btMultiBodyPoint2Point_6=(a,b,e,f,h,k)=>(NN=c._emscripten_bind_btMultiBodyPoint2Point_btMultiBodyPoint2Point_6=d.fL)(a,b,e,f,h,k),ON=c._emscripten_bind_btMultiBodyPoint2Point_finalizeMultiDof_0=
|
|
556
|
+
a=>(ON=c._emscripten_bind_btMultiBodyPoint2Point_finalizeMultiDof_0=d.gL)(a),PN=c._emscripten_bind_btMultiBodyPoint2Point_getIslandIdA_0=a=>(PN=c._emscripten_bind_btMultiBodyPoint2Point_getIslandIdA_0=d.hL)(a),QN=c._emscripten_bind_btMultiBodyPoint2Point_getIslandIdB_0=a=>(QN=c._emscripten_bind_btMultiBodyPoint2Point_getIslandIdB_0=d.iL)(a),RN=c._emscripten_bind_btMultiBodyPoint2Point_createConstraintRows_3=(a,b,e,f)=>(RN=c._emscripten_bind_btMultiBodyPoint2Point_createConstraintRows_3=d.jL)(a,b,
|
|
557
|
+
e,f),SN=c._emscripten_bind_btMultiBodyPoint2Point_getPivotInB_0=a=>(SN=c._emscripten_bind_btMultiBodyPoint2Point_getPivotInB_0=d.kL)(a),TN=c._emscripten_bind_btMultiBodyPoint2Point_setPivotInB_1=(a,b)=>(TN=c._emscripten_bind_btMultiBodyPoint2Point_setPivotInB_1=d.lL)(a,b),UN=c._emscripten_bind_btMultiBodyPoint2Point_getNumRows_0=a=>(UN=c._emscripten_bind_btMultiBodyPoint2Point_getNumRows_0=d.mL)(a),VN=c._emscripten_bind_btMultiBodyPoint2Point_getMultiBodyA_0=a=>(VN=c._emscripten_bind_btMultiBodyPoint2Point_getMultiBodyA_0=
|
|
558
|
+
d.nL)(a),WN=c._emscripten_bind_btMultiBodyPoint2Point_getMultiBodyB_0=a=>(WN=c._emscripten_bind_btMultiBodyPoint2Point_getMultiBodyB_0=d.oL)(a),XN=c._emscripten_bind_btMultiBodyPoint2Point_getPosition_1=(a,b)=>(XN=c._emscripten_bind_btMultiBodyPoint2Point_getPosition_1=d.pL)(a,b),YN=c._emscripten_bind_btMultiBodyPoint2Point_setPosition_2=(a,b,e)=>(YN=c._emscripten_bind_btMultiBodyPoint2Point_setPosition_2=d.qL)(a,b,e),ZN=c._emscripten_bind_btMultiBodyPoint2Point_isUnilateral_0=a=>(ZN=c._emscripten_bind_btMultiBodyPoint2Point_isUnilateral_0=
|
|
559
|
+
d.rL)(a),$N=c._emscripten_bind_btMultiBodyPoint2Point_getMaxAppliedImpulse_0=a=>($N=c._emscripten_bind_btMultiBodyPoint2Point_getMaxAppliedImpulse_0=d.sL)(a),aO=c._emscripten_bind_btMultiBodyPoint2Point_setMaxAppliedImpulse_1=(a,b)=>(aO=c._emscripten_bind_btMultiBodyPoint2Point_setMaxAppliedImpulse_1=d.tL)(a,b),bO=c._emscripten_bind_btMultiBodyPoint2Point___destroy___0=a=>(bO=c._emscripten_bind_btMultiBodyPoint2Point___destroy___0=d.uL)(a),cO=c._emscripten_bind_btMultiBodySliderConstraint_btMultiBodySliderConstraint_8=
|
|
560
|
+
(a,b,e,f,h,k,r,v)=>(cO=c._emscripten_bind_btMultiBodySliderConstraint_btMultiBodySliderConstraint_8=d.vL)(a,b,e,f,h,k,r,v),dO=c._emscripten_bind_btMultiBodySliderConstraint_btMultiBodySliderConstraint_9=(a,b,e,f,h,k,r,v,H)=>(dO=c._emscripten_bind_btMultiBodySliderConstraint_btMultiBodySliderConstraint_9=d.wL)(a,b,e,f,h,k,r,v,H),eO=c._emscripten_bind_btMultiBodySliderConstraint_finalizeMultiDof_0=a=>(eO=c._emscripten_bind_btMultiBodySliderConstraint_finalizeMultiDof_0=d.xL)(a),fO=c._emscripten_bind_btMultiBodySliderConstraint_getIslandIdA_0=
|
|
561
|
+
a=>(fO=c._emscripten_bind_btMultiBodySliderConstraint_getIslandIdA_0=d.yL)(a),gO=c._emscripten_bind_btMultiBodySliderConstraint_getIslandIdB_0=a=>(gO=c._emscripten_bind_btMultiBodySliderConstraint_getIslandIdB_0=d.zL)(a),hO=c._emscripten_bind_btMultiBodySliderConstraint_createConstraintRows_3=(a,b,e,f)=>(hO=c._emscripten_bind_btMultiBodySliderConstraint_createConstraintRows_3=d.AL)(a,b,e,f),iO=c._emscripten_bind_btMultiBodySliderConstraint_getPivotInA_0=a=>(iO=c._emscripten_bind_btMultiBodySliderConstraint_getPivotInA_0=
|
|
562
|
+
d.BL)(a),jO=c._emscripten_bind_btMultiBodySliderConstraint_setPivotInA_1=(a,b)=>(jO=c._emscripten_bind_btMultiBodySliderConstraint_setPivotInA_1=d.CL)(a,b),kO=c._emscripten_bind_btMultiBodySliderConstraint_getPivotInB_0=a=>(kO=c._emscripten_bind_btMultiBodySliderConstraint_getPivotInB_0=d.DL)(a),lO=c._emscripten_bind_btMultiBodySliderConstraint_setPivotInB_1=(a,b)=>(lO=c._emscripten_bind_btMultiBodySliderConstraint_setPivotInB_1=d.EL)(a,b),mO=c._emscripten_bind_btMultiBodySliderConstraint_getFrameInA_0=
|
|
563
|
+
a=>(mO=c._emscripten_bind_btMultiBodySliderConstraint_getFrameInA_0=d.FL)(a),nO=c._emscripten_bind_btMultiBodySliderConstraint_setFrameInA_1=(a,b)=>(nO=c._emscripten_bind_btMultiBodySliderConstraint_setFrameInA_1=d.GL)(a,b),oO=c._emscripten_bind_btMultiBodySliderConstraint_getFrameInB_0=a=>(oO=c._emscripten_bind_btMultiBodySliderConstraint_getFrameInB_0=d.HL)(a),pO=c._emscripten_bind_btMultiBodySliderConstraint_setFrameInB_1=(a,b)=>(pO=c._emscripten_bind_btMultiBodySliderConstraint_setFrameInB_1=
|
|
564
|
+
d.IL)(a,b),qO=c._emscripten_bind_btMultiBodySliderConstraint_getJointAxis_0=a=>(qO=c._emscripten_bind_btMultiBodySliderConstraint_getJointAxis_0=d.JL)(a),rO=c._emscripten_bind_btMultiBodySliderConstraint_setJointAxis_1=(a,b)=>(rO=c._emscripten_bind_btMultiBodySliderConstraint_setJointAxis_1=d.KL)(a,b),sO=c._emscripten_bind_btMultiBodySliderConstraint_getNumRows_0=a=>(sO=c._emscripten_bind_btMultiBodySliderConstraint_getNumRows_0=d.LL)(a),tO=c._emscripten_bind_btMultiBodySliderConstraint_getMultiBodyA_0=
|
|
565
|
+
a=>(tO=c._emscripten_bind_btMultiBodySliderConstraint_getMultiBodyA_0=d.ML)(a),uO=c._emscripten_bind_btMultiBodySliderConstraint_getMultiBodyB_0=a=>(uO=c._emscripten_bind_btMultiBodySliderConstraint_getMultiBodyB_0=d.NL)(a),vO=c._emscripten_bind_btMultiBodySliderConstraint_getPosition_1=(a,b)=>(vO=c._emscripten_bind_btMultiBodySliderConstraint_getPosition_1=d.OL)(a,b),wO=c._emscripten_bind_btMultiBodySliderConstraint_setPosition_2=(a,b,e)=>(wO=c._emscripten_bind_btMultiBodySliderConstraint_setPosition_2=
|
|
566
|
+
d.PL)(a,b,e),xO=c._emscripten_bind_btMultiBodySliderConstraint_isUnilateral_0=a=>(xO=c._emscripten_bind_btMultiBodySliderConstraint_isUnilateral_0=d.QL)(a),yO=c._emscripten_bind_btMultiBodySliderConstraint_getMaxAppliedImpulse_0=a=>(yO=c._emscripten_bind_btMultiBodySliderConstraint_getMaxAppliedImpulse_0=d.RL)(a),zO=c._emscripten_bind_btMultiBodySliderConstraint_setMaxAppliedImpulse_1=(a,b)=>(zO=c._emscripten_bind_btMultiBodySliderConstraint_setMaxAppliedImpulse_1=d.SL)(a,b),AO=c._emscripten_bind_btMultiBodySliderConstraint___destroy___0=
|
|
567
|
+
a=>(AO=c._emscripten_bind_btMultiBodySliderConstraint___destroy___0=d.TL)(a),BO=c._emscripten_bind_btMultiBodySphericalJointLimit_btMultiBodySphericalJointLimit_6=(a,b,e,f,h,k)=>(BO=c._emscripten_bind_btMultiBodySphericalJointLimit_btMultiBodySphericalJointLimit_6=d.UL)(a,b,e,f,h,k),CO=c._emscripten_bind_btMultiBodySphericalJointLimit_finalizeMultiDof_0=a=>(CO=c._emscripten_bind_btMultiBodySphericalJointLimit_finalizeMultiDof_0=d.VL)(a),DO=c._emscripten_bind_btMultiBodySphericalJointLimit_getIslandIdA_0=
|
|
568
|
+
a=>(DO=c._emscripten_bind_btMultiBodySphericalJointLimit_getIslandIdA_0=d.WL)(a),EO=c._emscripten_bind_btMultiBodySphericalJointLimit_getIslandIdB_0=a=>(EO=c._emscripten_bind_btMultiBodySphericalJointLimit_getIslandIdB_0=d.XL)(a),FO=c._emscripten_bind_btMultiBodySphericalJointLimit_createConstraintRows_3=(a,b,e,f)=>(FO=c._emscripten_bind_btMultiBodySphericalJointLimit_createConstraintRows_3=d.YL)(a,b,e,f),GO=c._emscripten_bind_btMultiBodySphericalJointLimit_setVelocityTarget_1=(a,b)=>(GO=c._emscripten_bind_btMultiBodySphericalJointLimit_setVelocityTarget_1=
|
|
569
|
+
d.ZL)(a,b),HO=c._emscripten_bind_btMultiBodySphericalJointLimit_setVelocityTarget_2=(a,b,e)=>(HO=c._emscripten_bind_btMultiBodySphericalJointLimit_setVelocityTarget_2=d._L)(a,b,e),IO=c._emscripten_bind_btMultiBodySphericalJointLimit_setVelocityTargetMultiDof_1=(a,b)=>(IO=c._emscripten_bind_btMultiBodySphericalJointLimit_setVelocityTargetMultiDof_1=d.$L)(a,b),JO=c._emscripten_bind_btMultiBodySphericalJointLimit_setVelocityTargetMultiDof_2=(a,b,e)=>(JO=c._emscripten_bind_btMultiBodySphericalJointLimit_setVelocityTargetMultiDof_2=
|
|
570
|
+
d.aM)(a,b,e),KO=c._emscripten_bind_btMultiBodySphericalJointLimit_setPositionTarget_1=(a,b)=>(KO=c._emscripten_bind_btMultiBodySphericalJointLimit_setPositionTarget_1=d.bM)(a,b),LO=c._emscripten_bind_btMultiBodySphericalJointLimit_setPositionTarget_2=(a,b,e)=>(LO=c._emscripten_bind_btMultiBodySphericalJointLimit_setPositionTarget_2=d.cM)(a,b,e),MO=c._emscripten_bind_btMultiBodySphericalJointLimit_setPositionTargetMultiDof_1=(a,b)=>(MO=c._emscripten_bind_btMultiBodySphericalJointLimit_setPositionTargetMultiDof_1=
|
|
571
|
+
d.dM)(a,b),NO=c._emscripten_bind_btMultiBodySphericalJointLimit_setPositionTargetMultiDof_2=(a,b,e)=>(NO=c._emscripten_bind_btMultiBodySphericalJointLimit_setPositionTargetMultiDof_2=d.eM)(a,b,e),OO=c._emscripten_bind_btMultiBodySphericalJointLimit_setErp_1=(a,b)=>(OO=c._emscripten_bind_btMultiBodySphericalJointLimit_setErp_1=d.fM)(a,b),PO=c._emscripten_bind_btMultiBodySphericalJointLimit_getErp_0=a=>(PO=c._emscripten_bind_btMultiBodySphericalJointLimit_getErp_0=d.gM)(a),QO=c._emscripten_bind_btMultiBodySphericalJointLimit_setRhsClamp_1=
|
|
572
|
+
(a,b)=>(QO=c._emscripten_bind_btMultiBodySphericalJointLimit_setRhsClamp_1=d.hM)(a,b),RO=c._emscripten_bind_btMultiBodySphericalJointLimit_getMaxAppliedImpulseMultiDof_1=(a,b)=>(RO=c._emscripten_bind_btMultiBodySphericalJointLimit_getMaxAppliedImpulseMultiDof_1=d.iM)(a,b),SO=c._emscripten_bind_btMultiBodySphericalJointLimit_setMaxAppliedImpulseMultiDof_1=(a,b)=>(SO=c._emscripten_bind_btMultiBodySphericalJointLimit_setMaxAppliedImpulseMultiDof_1=d.jM)(a,b),TO=c._emscripten_bind_btMultiBodySphericalJointLimit_getNumRows_0=
|
|
573
|
+
a=>(TO=c._emscripten_bind_btMultiBodySphericalJointLimit_getNumRows_0=d.kM)(a),UO=c._emscripten_bind_btMultiBodySphericalJointLimit_getMultiBodyA_0=a=>(UO=c._emscripten_bind_btMultiBodySphericalJointLimit_getMultiBodyA_0=d.lM)(a),VO=c._emscripten_bind_btMultiBodySphericalJointLimit_getMultiBodyB_0=a=>(VO=c._emscripten_bind_btMultiBodySphericalJointLimit_getMultiBodyB_0=d.mM)(a),WO=c._emscripten_bind_btMultiBodySphericalJointLimit_getPosition_1=(a,b)=>(WO=c._emscripten_bind_btMultiBodySphericalJointLimit_getPosition_1=
|
|
574
|
+
d.nM)(a,b),XO=c._emscripten_bind_btMultiBodySphericalJointLimit_setPosition_2=(a,b,e)=>(XO=c._emscripten_bind_btMultiBodySphericalJointLimit_setPosition_2=d.oM)(a,b,e),YO=c._emscripten_bind_btMultiBodySphericalJointLimit_isUnilateral_0=a=>(YO=c._emscripten_bind_btMultiBodySphericalJointLimit_isUnilateral_0=d.pM)(a),ZO=c._emscripten_bind_btMultiBodySphericalJointLimit_getMaxAppliedImpulse_0=a=>(ZO=c._emscripten_bind_btMultiBodySphericalJointLimit_getMaxAppliedImpulse_0=d.qM)(a),$O=c._emscripten_bind_btMultiBodySphericalJointLimit_setMaxAppliedImpulse_1=
|
|
575
|
+
(a,b)=>($O=c._emscripten_bind_btMultiBodySphericalJointLimit_setMaxAppliedImpulse_1=d.rM)(a,b),aP=c._emscripten_bind_btMultiBodySphericalJointLimit___destroy___0=a=>(aP=c._emscripten_bind_btMultiBodySphericalJointLimit___destroy___0=d.sM)(a),bP=c._emscripten_bind_btMultiBodySphericalJointMotor_btMultiBodySphericalJointMotor_3=(a,b,e)=>(bP=c._emscripten_bind_btMultiBodySphericalJointMotor_btMultiBodySphericalJointMotor_3=d.tM)(a,b,e),cP=c._emscripten_bind_btMultiBodySphericalJointMotor_finalizeMultiDof_0=
|
|
576
|
+
a=>(cP=c._emscripten_bind_btMultiBodySphericalJointMotor_finalizeMultiDof_0=d.uM)(a),dP=c._emscripten_bind_btMultiBodySphericalJointMotor_getIslandIdA_0=a=>(dP=c._emscripten_bind_btMultiBodySphericalJointMotor_getIslandIdA_0=d.vM)(a),eP=c._emscripten_bind_btMultiBodySphericalJointMotor_getIslandIdB_0=a=>(eP=c._emscripten_bind_btMultiBodySphericalJointMotor_getIslandIdB_0=d.wM)(a),fP=c._emscripten_bind_btMultiBodySphericalJointMotor_createConstraintRows_3=(a,b,e,f)=>(fP=c._emscripten_bind_btMultiBodySphericalJointMotor_createConstraintRows_3=
|
|
577
|
+
d.xM)(a,b,e,f),gP=c._emscripten_bind_btMultiBodySphericalJointMotor_setVelocityTarget_1=(a,b)=>(gP=c._emscripten_bind_btMultiBodySphericalJointMotor_setVelocityTarget_1=d.yM)(a,b),hP=c._emscripten_bind_btMultiBodySphericalJointMotor_setVelocityTarget_2=(a,b,e)=>(hP=c._emscripten_bind_btMultiBodySphericalJointMotor_setVelocityTarget_2=d.zM)(a,b,e),iP=c._emscripten_bind_btMultiBodySphericalJointMotor_setVelocityTargetMultiDof_1=(a,b)=>(iP=c._emscripten_bind_btMultiBodySphericalJointMotor_setVelocityTargetMultiDof_1=
|
|
578
|
+
d.AM)(a,b),jP=c._emscripten_bind_btMultiBodySphericalJointMotor_setVelocityTargetMultiDof_2=(a,b,e)=>(jP=c._emscripten_bind_btMultiBodySphericalJointMotor_setVelocityTargetMultiDof_2=d.BM)(a,b,e),kP=c._emscripten_bind_btMultiBodySphericalJointMotor_setPositionTarget_1=(a,b)=>(kP=c._emscripten_bind_btMultiBodySphericalJointMotor_setPositionTarget_1=d.CM)(a,b),lP=c._emscripten_bind_btMultiBodySphericalJointMotor_setPositionTarget_2=(a,b,e)=>(lP=c._emscripten_bind_btMultiBodySphericalJointMotor_setPositionTarget_2=
|
|
579
|
+
d.DM)(a,b,e),mP=c._emscripten_bind_btMultiBodySphericalJointMotor_setPositionTargetMultiDof_1=(a,b)=>(mP=c._emscripten_bind_btMultiBodySphericalJointMotor_setPositionTargetMultiDof_1=d.EM)(a,b),nP=c._emscripten_bind_btMultiBodySphericalJointMotor_setPositionTargetMultiDof_2=(a,b,e)=>(nP=c._emscripten_bind_btMultiBodySphericalJointMotor_setPositionTargetMultiDof_2=d.FM)(a,b,e),oP=c._emscripten_bind_btMultiBodySphericalJointMotor_setErp_1=(a,b)=>(oP=c._emscripten_bind_btMultiBodySphericalJointMotor_setErp_1=
|
|
580
|
+
d.GM)(a,b),pP=c._emscripten_bind_btMultiBodySphericalJointMotor_getErp_0=a=>(pP=c._emscripten_bind_btMultiBodySphericalJointMotor_getErp_0=d.HM)(a),qP=c._emscripten_bind_btMultiBodySphericalJointMotor_setRhsClamp_1=(a,b)=>(qP=c._emscripten_bind_btMultiBodySphericalJointMotor_setRhsClamp_1=d.IM)(a,b),rP=c._emscripten_bind_btMultiBodySphericalJointMotor_getMaxAppliedImpulseMultiDof_1=(a,b)=>(rP=c._emscripten_bind_btMultiBodySphericalJointMotor_getMaxAppliedImpulseMultiDof_1=d.JM)(a,b),sP=c._emscripten_bind_btMultiBodySphericalJointMotor_setMaxAppliedImpulseMultiDof_1=
|
|
581
|
+
(a,b)=>(sP=c._emscripten_bind_btMultiBodySphericalJointMotor_setMaxAppliedImpulseMultiDof_1=d.KM)(a,b),tP=c._emscripten_bind_btMultiBodySphericalJointMotor_getDamping_1=(a,b)=>(tP=c._emscripten_bind_btMultiBodySphericalJointMotor_getDamping_1=d.LM)(a,b),uP=c._emscripten_bind_btMultiBodySphericalJointMotor_setDamping_1=(a,b)=>(uP=c._emscripten_bind_btMultiBodySphericalJointMotor_setDamping_1=d.MM)(a,b),vP=c._emscripten_bind_btMultiBodySphericalJointMotor_getNumRows_0=a=>(vP=c._emscripten_bind_btMultiBodySphericalJointMotor_getNumRows_0=
|
|
582
|
+
d.NM)(a),wP=c._emscripten_bind_btMultiBodySphericalJointMotor_getMultiBodyA_0=a=>(wP=c._emscripten_bind_btMultiBodySphericalJointMotor_getMultiBodyA_0=d.OM)(a),xP=c._emscripten_bind_btMultiBodySphericalJointMotor_getMultiBodyB_0=a=>(xP=c._emscripten_bind_btMultiBodySphericalJointMotor_getMultiBodyB_0=d.PM)(a),yP=c._emscripten_bind_btMultiBodySphericalJointMotor_getPosition_1=(a,b)=>(yP=c._emscripten_bind_btMultiBodySphericalJointMotor_getPosition_1=d.QM)(a,b),zP=c._emscripten_bind_btMultiBodySphericalJointMotor_setPosition_2=
|
|
583
|
+
(a,b,e)=>(zP=c._emscripten_bind_btMultiBodySphericalJointMotor_setPosition_2=d.RM)(a,b,e),AP=c._emscripten_bind_btMultiBodySphericalJointMotor_isUnilateral_0=a=>(AP=c._emscripten_bind_btMultiBodySphericalJointMotor_isUnilateral_0=d.SM)(a),BP=c._emscripten_bind_btMultiBodySphericalJointMotor_getMaxAppliedImpulse_0=a=>(BP=c._emscripten_bind_btMultiBodySphericalJointMotor_getMaxAppliedImpulse_0=d.TM)(a),CP=c._emscripten_bind_btMultiBodySphericalJointMotor_setMaxAppliedImpulse_1=(a,b)=>(CP=c._emscripten_bind_btMultiBodySphericalJointMotor_setMaxAppliedImpulse_1=
|
|
584
|
+
d.UM)(a,b),DP=c._emscripten_bind_btMultiBodySphericalJointMotor___destroy___0=a=>(DP=c._emscripten_bind_btMultiBodySphericalJointMotor___destroy___0=d.VM)(a),EP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_deltaVelAindex_0=a=>(EP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_deltaVelAindex_0=d.WM)(a),FP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_deltaVelAindex_1=(a,b)=>(FP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_deltaVelAindex_1=d.XM)(a,b),GP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_relpos1CrossNormal_0=
|
|
585
|
+
a=>(GP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_relpos1CrossNormal_0=d.YM)(a),HP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_relpos1CrossNormal_1=(a,b)=>(HP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_relpos1CrossNormal_1=d.ZM)(a,b),IP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_contactNormal1_0=a=>(IP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_contactNormal1_0=d._M)(a),JP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_contactNormal1_1=(a,b)=>
|
|
586
|
+
(JP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_contactNormal1_1=d.$M)(a,b),KP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_jacAindex_0=a=>(KP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_jacAindex_0=d.aN)(a),LP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_jacAindex_1=(a,b)=>(LP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_jacAindex_1=d.bN)(a,b),MP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_deltaVelBindex_0=a=>(MP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_deltaVelBindex_0=
|
|
587
|
+
d.cN)(a),NP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_deltaVelBindex_1=(a,b)=>(NP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_deltaVelBindex_1=d.dN)(a,b),OP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_contactNormal2_0=a=>(OP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_contactNormal2_0=d.eN)(a),PP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_contactNormal2_1=(a,b)=>(PP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_contactNormal2_1=d.fN)(a,b),QP=
|
|
588
|
+
c._emscripten_bind_btMultiBodySolverConstraint_get_m_relpos2CrossNormal_0=a=>(QP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_relpos2CrossNormal_0=d.gN)(a),RP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_relpos2CrossNormal_1=(a,b)=>(RP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_relpos2CrossNormal_1=d.hN)(a,b),SP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_jacBindex_0=a=>(SP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_jacBindex_0=d.iN)(a),TP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_jacBindex_1=
|
|
589
|
+
(a,b)=>(TP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_jacBindex_1=d.jN)(a,b),UP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_angularComponentA_0=a=>(UP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_angularComponentA_0=d.kN)(a),VP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_angularComponentA_1=(a,b)=>(VP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_angularComponentA_1=d.lN)(a,b),WP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_angularComponentB_0=a=>
|
|
590
|
+
(WP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_angularComponentB_0=d.mN)(a),XP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_angularComponentB_1=(a,b)=>(XP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_angularComponentB_1=d.nN)(a,b),YP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_friction_0=a=>(YP=c._emscripten_bind_btMultiBodySolverConstraint_get_m_friction_0=d.oN)(a),ZP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_friction_1=(a,b)=>(ZP=c._emscripten_bind_btMultiBodySolverConstraint_set_m_friction_1=
|
|
591
|
+
d.pN)(a,b),$P=c._emscripten_bind_btMultiBodySolverConstraint_get_m_jacDiagABInv_0=a=>($P=c._emscripten_bind_btMultiBodySolverConstraint_get_m_jacDiagABInv_0=d.qN)(a),aQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_jacDiagABInv_1=(a,b)=>(aQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_jacDiagABInv_1=d.rN)(a,b),bQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_rhs_0=a=>(bQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_rhs_0=d.sN)(a),cQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_rhs_1=
|
|
592
|
+
(a,b)=>(cQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_rhs_1=d.tN)(a,b),dQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_cfm_0=a=>(dQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_cfm_0=d.uN)(a),eQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_cfm_1=(a,b)=>(eQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_cfm_1=d.vN)(a,b),fQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_lowerLimit_0=a=>(fQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_lowerLimit_0=
|
|
593
|
+
d.wN)(a),gQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_lowerLimit_1=(a,b)=>(gQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_lowerLimit_1=d.xN)(a,b),hQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_upperLimit_0=a=>(hQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_upperLimit_0=d.yN)(a),iQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_upperLimit_1=(a,b)=>(iQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_upperLimit_1=d.zN)(a,b),jQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_rhsPenetration_0=
|
|
594
|
+
a=>(jQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_rhsPenetration_0=d.AN)(a),kQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_rhsPenetration_1=(a,b)=>(kQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_rhsPenetration_1=d.BN)(a,b),lQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_overrideNumSolverIterations_0=a=>(lQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_overrideNumSolverIterations_0=d.CN)(a),mQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_overrideNumSolverIterations_1=
|
|
595
|
+
(a,b)=>(mQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_overrideNumSolverIterations_1=d.DN)(a,b),nQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_frictionIndex_0=a=>(nQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_frictionIndex_0=d.EN)(a),oQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_frictionIndex_1=(a,b)=>(oQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_frictionIndex_1=d.FN)(a,b),pQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_solverBodyIdA_0=a=>(pQ=
|
|
596
|
+
c._emscripten_bind_btMultiBodySolverConstraint_get_m_solverBodyIdA_0=d.GN)(a),qQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_solverBodyIdA_1=(a,b)=>(qQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_solverBodyIdA_1=d.HN)(a,b),rQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_multiBodyA_0=a=>(rQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_multiBodyA_0=d.IN)(a),sQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_multiBodyA_1=(a,b)=>(sQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_multiBodyA_1=
|
|
597
|
+
d.JN)(a,b),tQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_linkA_0=a=>(tQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_linkA_0=d.KN)(a),uQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_linkA_1=(a,b)=>(uQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_linkA_1=d.LN)(a,b),vQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_solverBodyIdB_0=a=>(vQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_solverBodyIdB_0=d.MN)(a),wQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_solverBodyIdB_1=
|
|
598
|
+
(a,b)=>(wQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_solverBodyIdB_1=d.NN)(a,b),xQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_multiBodyB_0=a=>(xQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_multiBodyB_0=d.ON)(a),yQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_multiBodyB_1=(a,b)=>(yQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_multiBodyB_1=d.PN)(a,b),zQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_linkB_0=a=>(zQ=c._emscripten_bind_btMultiBodySolverConstraint_get_m_linkB_0=
|
|
599
|
+
d.QN)(a),AQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_linkB_1=(a,b)=>(AQ=c._emscripten_bind_btMultiBodySolverConstraint_set_m_linkB_1=d.RN)(a,b),BQ=c._emscripten_bind_btMultiBodySolverConstraint___destroy___0=a=>(BQ=c._emscripten_bind_btMultiBodySolverConstraint___destroy___0=d.SN)(a),CQ=c._emscripten_bind_btMultiBodyConstraintArray_btMultiBodyConstraintArray_0=()=>(CQ=c._emscripten_bind_btMultiBodyConstraintArray_btMultiBodyConstraintArray_0=d.TN)(),DQ=c._emscripten_bind_btMultiBodyConstraintArray_size_0=
|
|
600
|
+
a=>(DQ=c._emscripten_bind_btMultiBodyConstraintArray_size_0=d.UN)(a),EQ=c._emscripten_bind_btMultiBodyConstraintArray_at_1=(a,b)=>(EQ=c._emscripten_bind_btMultiBodyConstraintArray_at_1=d.VN)(a,b),FQ=c._emscripten_bind_btMultiBodyConstraintArray_clear_0=a=>(FQ=c._emscripten_bind_btMultiBodyConstraintArray_clear_0=d.WN)(a),GQ=c._emscripten_bind_btMultiBodyConstraintArray_pop_back_0=a=>(GQ=c._emscripten_bind_btMultiBodyConstraintArray_pop_back_0=d.XN)(a),HQ=c._emscripten_bind_btMultiBodyConstraintArray_resize_2=
|
|
601
|
+
(a,b,e)=>(HQ=c._emscripten_bind_btMultiBodyConstraintArray_resize_2=d.YN)(a,b,e),IQ=c._emscripten_bind_btMultiBodyConstraintArray_expandNonInitializing_0=a=>(IQ=c._emscripten_bind_btMultiBodyConstraintArray_expandNonInitializing_0=d.ZN)(a),JQ=c._emscripten_bind_btMultiBodyConstraintArray_expand_1=(a,b)=>(JQ=c._emscripten_bind_btMultiBodyConstraintArray_expand_1=d._N)(a,b),KQ=c._emscripten_bind_btMultiBodyConstraintArray_push_back_1=(a,b)=>(KQ=c._emscripten_bind_btMultiBodyConstraintArray_push_back_1=
|
|
602
|
+
d.$N)(a,b),LQ=c._emscripten_bind_btMultiBodyConstraintArray_capacity_0=a=>(LQ=c._emscripten_bind_btMultiBodyConstraintArray_capacity_0=d.aO)(a),MQ=c._emscripten_bind_btMultiBodyConstraintArray_reserve_1=(a,b)=>(MQ=c._emscripten_bind_btMultiBodyConstraintArray_reserve_1=d.bO)(a,b),NQ=c._emscripten_bind_btMultiBodyConstraintArray___destroy___0=a=>(NQ=c._emscripten_bind_btMultiBodyConstraintArray___destroy___0=d.cO)(a),OQ=c._emscripten_bind_btDantzigSolver_btDantzigSolver_0=()=>(OQ=c._emscripten_bind_btDantzigSolver_btDantzigSolver_0=
|
|
603
|
+
d.dO)(),PQ=c._emscripten_bind_btDantzigSolver___destroy___0=a=>(PQ=c._emscripten_bind_btDantzigSolver___destroy___0=d.eO)(a),QQ=c._emscripten_bind_btSolveProjectedGaussSeidel_btSolveProjectedGaussSeidel_0=()=>(QQ=c._emscripten_bind_btSolveProjectedGaussSeidel_btSolveProjectedGaussSeidel_0=d.fO)(),RQ=c._emscripten_bind_btSolveProjectedGaussSeidel___destroy___0=a=>(RQ=c._emscripten_bind_btSolveProjectedGaussSeidel___destroy___0=d.gO)(a),SQ=c._emscripten_bind_btLemkeSolver_btLemkeSolver_0=()=>(SQ=c._emscripten_bind_btLemkeSolver_btLemkeSolver_0=
|
|
604
|
+
d.hO)(),TQ=c._emscripten_bind_btLemkeSolver___destroy___0=a=>(TQ=c._emscripten_bind_btLemkeSolver___destroy___0=d.iO)(a),UQ=c._emscripten_bind_btMLCPSolver_btMLCPSolver_1=a=>(UQ=c._emscripten_bind_btMLCPSolver_btMLCPSolver_1=d.jO)(a),VQ=c._emscripten_bind_btMLCPSolver_setMLCPSolver_1=(a,b)=>(VQ=c._emscripten_bind_btMLCPSolver_setMLCPSolver_1=d.kO)(a,b),WQ=c._emscripten_bind_btMLCPSolver_getNumFallbacks_0=a=>(WQ=c._emscripten_bind_btMLCPSolver_getNumFallbacks_0=d.lO)(a),XQ=c._emscripten_bind_btMLCPSolver_setNumFallbacks_1=
|
|
605
|
+
(a,b)=>(XQ=c._emscripten_bind_btMLCPSolver_setNumFallbacks_1=d.mO)(a,b),YQ=c._emscripten_bind_btMLCPSolver_getSolverType_0=a=>(YQ=c._emscripten_bind_btMLCPSolver_getSolverType_0=d.nO)(a),ZQ=c._emscripten_bind_btMLCPSolver___destroy___0=a=>(ZQ=c._emscripten_bind_btMLCPSolver___destroy___0=d.oO)(a),$Q=c._emscripten_bind_btSoftBodyWorldInfo_btSoftBodyWorldInfo_0=()=>($Q=c._emscripten_bind_btSoftBodyWorldInfo_btSoftBodyWorldInfo_0=d.pO)(),aR=c._emscripten_bind_btSoftBodyWorldInfo_get_air_density_0=a=>
|
|
606
|
+
(aR=c._emscripten_bind_btSoftBodyWorldInfo_get_air_density_0=d.qO)(a),bR=c._emscripten_bind_btSoftBodyWorldInfo_set_air_density_1=(a,b)=>(bR=c._emscripten_bind_btSoftBodyWorldInfo_set_air_density_1=d.rO)(a,b),cR=c._emscripten_bind_btSoftBodyWorldInfo_get_water_density_0=a=>(cR=c._emscripten_bind_btSoftBodyWorldInfo_get_water_density_0=d.sO)(a),dR=c._emscripten_bind_btSoftBodyWorldInfo_set_water_density_1=(a,b)=>(dR=c._emscripten_bind_btSoftBodyWorldInfo_set_water_density_1=d.tO)(a,b),eR=c._emscripten_bind_btSoftBodyWorldInfo_get_water_offset_0=
|
|
607
|
+
a=>(eR=c._emscripten_bind_btSoftBodyWorldInfo_get_water_offset_0=d.uO)(a),fR=c._emscripten_bind_btSoftBodyWorldInfo_set_water_offset_1=(a,b)=>(fR=c._emscripten_bind_btSoftBodyWorldInfo_set_water_offset_1=d.vO)(a,b),gR=c._emscripten_bind_btSoftBodyWorldInfo_get_m_maxDisplacement_0=a=>(gR=c._emscripten_bind_btSoftBodyWorldInfo_get_m_maxDisplacement_0=d.wO)(a),hR=c._emscripten_bind_btSoftBodyWorldInfo_set_m_maxDisplacement_1=(a,b)=>(hR=c._emscripten_bind_btSoftBodyWorldInfo_set_m_maxDisplacement_1=d.xO)(a,
|
|
608
|
+
b),iR=c._emscripten_bind_btSoftBodyWorldInfo_get_water_normal_0=a=>(iR=c._emscripten_bind_btSoftBodyWorldInfo_get_water_normal_0=d.yO)(a),jR=c._emscripten_bind_btSoftBodyWorldInfo_set_water_normal_1=(a,b)=>(jR=c._emscripten_bind_btSoftBodyWorldInfo_set_water_normal_1=d.zO)(a,b),kR=c._emscripten_bind_btSoftBodyWorldInfo_get_m_broadphase_0=a=>(kR=c._emscripten_bind_btSoftBodyWorldInfo_get_m_broadphase_0=d.AO)(a),lR=c._emscripten_bind_btSoftBodyWorldInfo_set_m_broadphase_1=(a,b)=>(lR=c._emscripten_bind_btSoftBodyWorldInfo_set_m_broadphase_1=
|
|
609
|
+
d.BO)(a,b),mR=c._emscripten_bind_btSoftBodyWorldInfo_get_m_dispatcher_0=a=>(mR=c._emscripten_bind_btSoftBodyWorldInfo_get_m_dispatcher_0=d.CO)(a),nR=c._emscripten_bind_btSoftBodyWorldInfo_set_m_dispatcher_1=(a,b)=>(nR=c._emscripten_bind_btSoftBodyWorldInfo_set_m_dispatcher_1=d.DO)(a,b),oR=c._emscripten_bind_btSoftBodyWorldInfo_get_m_gravity_0=a=>(oR=c._emscripten_bind_btSoftBodyWorldInfo_get_m_gravity_0=d.EO)(a),pR=c._emscripten_bind_btSoftBodyWorldInfo_set_m_gravity_1=(a,b)=>(pR=c._emscripten_bind_btSoftBodyWorldInfo_set_m_gravity_1=
|
|
610
|
+
d.FO)(a,b),qR=c._emscripten_bind_btSoftBodyWorldInfo___destroy___0=a=>(qR=c._emscripten_bind_btSoftBodyWorldInfo___destroy___0=d.GO)(a),rR=c._emscripten_bind_Face_get_m_n_1=(a,b)=>(rR=c._emscripten_bind_Face_get_m_n_1=d.HO)(a,b),sR=c._emscripten_bind_Face_set_m_n_2=(a,b,e)=>(sR=c._emscripten_bind_Face_set_m_n_2=d.IO)(a,b,e),tR=c._emscripten_bind_Face_get_m_normal_0=a=>(tR=c._emscripten_bind_Face_get_m_normal_0=d.JO)(a),uR=c._emscripten_bind_Face_set_m_normal_1=(a,b)=>(uR=c._emscripten_bind_Face_set_m_normal_1=
|
|
611
|
+
d.KO)(a,b),vR=c._emscripten_bind_Face_get_m_ra_0=a=>(vR=c._emscripten_bind_Face_get_m_ra_0=d.LO)(a),wR=c._emscripten_bind_Face_set_m_ra_1=(a,b)=>(wR=c._emscripten_bind_Face_set_m_ra_1=d.MO)(a,b),xR=c._emscripten_bind_Face___destroy___0=a=>(xR=c._emscripten_bind_Face___destroy___0=d.NO)(a),yR=c._emscripten_bind_tFaceArray_size_0=a=>(yR=c._emscripten_bind_tFaceArray_size_0=d.OO)(a),zR=c._emscripten_bind_tFaceArray_at_1=(a,b)=>(zR=c._emscripten_bind_tFaceArray_at_1=d.PO)(a,b),AR=c._emscripten_bind_tFaceArray___destroy___0=
|
|
612
|
+
a=>(AR=c._emscripten_bind_tFaceArray___destroy___0=d.QO)(a),BR=c._emscripten_bind_Node_get_m_x_0=a=>(BR=c._emscripten_bind_Node_get_m_x_0=d.RO)(a),CR=c._emscripten_bind_Node_set_m_x_1=(a,b)=>(CR=c._emscripten_bind_Node_set_m_x_1=d.SO)(a,b),DR=c._emscripten_bind_Node_get_m_q_0=a=>(DR=c._emscripten_bind_Node_get_m_q_0=d.TO)(a),ER=c._emscripten_bind_Node_set_m_q_1=(a,b)=>(ER=c._emscripten_bind_Node_set_m_q_1=d.UO)(a,b),FR=c._emscripten_bind_Node_get_m_v_0=a=>(FR=c._emscripten_bind_Node_get_m_v_0=d.VO)(a),
|
|
613
|
+
GR=c._emscripten_bind_Node_set_m_v_1=(a,b)=>(GR=c._emscripten_bind_Node_set_m_v_1=d.WO)(a,b),HR=c._emscripten_bind_Node_get_m_f_0=a=>(HR=c._emscripten_bind_Node_get_m_f_0=d.XO)(a),IR=c._emscripten_bind_Node_set_m_f_1=(a,b)=>(IR=c._emscripten_bind_Node_set_m_f_1=d.YO)(a,b),JR=c._emscripten_bind_Node_get_m_n_0=a=>(JR=c._emscripten_bind_Node_get_m_n_0=d.ZO)(a),KR=c._emscripten_bind_Node_set_m_n_1=(a,b)=>(KR=c._emscripten_bind_Node_set_m_n_1=d._O)(a,b),LR=c._emscripten_bind_Node_get_m_im_0=a=>(LR=c._emscripten_bind_Node_get_m_im_0=
|
|
614
|
+
d.$O)(a),MR=c._emscripten_bind_Node_set_m_im_1=(a,b)=>(MR=c._emscripten_bind_Node_set_m_im_1=d.aP)(a,b),NR=c._emscripten_bind_Node_get_m_area_0=a=>(NR=c._emscripten_bind_Node_get_m_area_0=d.bP)(a),OR=c._emscripten_bind_Node_set_m_area_1=(a,b)=>(OR=c._emscripten_bind_Node_set_m_area_1=d.cP)(a,b),PR=c._emscripten_bind_Node___destroy___0=a=>(PR=c._emscripten_bind_Node___destroy___0=d.dP)(a),QR=c._emscripten_bind_tNodeArray_size_0=a=>(QR=c._emscripten_bind_tNodeArray_size_0=d.eP)(a),RR=c._emscripten_bind_tNodeArray_at_1=
|
|
615
|
+
(a,b)=>(RR=c._emscripten_bind_tNodeArray_at_1=d.fP)(a,b),SR=c._emscripten_bind_tNodeArray___destroy___0=a=>(SR=c._emscripten_bind_tNodeArray___destroy___0=d.gP)(a),TR=c._emscripten_bind_Material_get_m_kLST_0=a=>(TR=c._emscripten_bind_Material_get_m_kLST_0=d.hP)(a),UR=c._emscripten_bind_Material_set_m_kLST_1=(a,b)=>(UR=c._emscripten_bind_Material_set_m_kLST_1=d.iP)(a,b),VR=c._emscripten_bind_Material_get_m_kAST_0=a=>(VR=c._emscripten_bind_Material_get_m_kAST_0=d.jP)(a),WR=c._emscripten_bind_Material_set_m_kAST_1=
|
|
616
|
+
(a,b)=>(WR=c._emscripten_bind_Material_set_m_kAST_1=d.kP)(a,b),YR=c._emscripten_bind_Material_get_m_kVST_0=a=>(YR=c._emscripten_bind_Material_get_m_kVST_0=d.lP)(a),ZR=c._emscripten_bind_Material_set_m_kVST_1=(a,b)=>(ZR=c._emscripten_bind_Material_set_m_kVST_1=d.mP)(a,b),$R=c._emscripten_bind_Material_get_m_flags_0=a=>($R=c._emscripten_bind_Material_get_m_flags_0=d.nP)(a),aS=c._emscripten_bind_Material_set_m_flags_1=(a,b)=>(aS=c._emscripten_bind_Material_set_m_flags_1=d.oP)(a,b),bS=c._emscripten_bind_Material___destroy___0=
|
|
617
|
+
a=>(bS=c._emscripten_bind_Material___destroy___0=d.pP)(a),cS=c._emscripten_bind_tMaterialArray_size_0=a=>(cS=c._emscripten_bind_tMaterialArray_size_0=d.qP)(a),dS=c._emscripten_bind_tMaterialArray_at_1=(a,b)=>(dS=c._emscripten_bind_tMaterialArray_at_1=d.rP)(a,b),eS=c._emscripten_bind_tMaterialArray___destroy___0=a=>(eS=c._emscripten_bind_tMaterialArray___destroy___0=d.sP)(a),fS=c._emscripten_bind_Anchor_get_m_node_0=a=>(fS=c._emscripten_bind_Anchor_get_m_node_0=d.tP)(a),gS=c._emscripten_bind_Anchor_set_m_node_1=
|
|
618
|
+
(a,b)=>(gS=c._emscripten_bind_Anchor_set_m_node_1=d.uP)(a,b),hS=c._emscripten_bind_Anchor_get_m_local_0=a=>(hS=c._emscripten_bind_Anchor_get_m_local_0=d.vP)(a),iS=c._emscripten_bind_Anchor_set_m_local_1=(a,b)=>(iS=c._emscripten_bind_Anchor_set_m_local_1=d.wP)(a,b),jS=c._emscripten_bind_Anchor_get_m_body_0=a=>(jS=c._emscripten_bind_Anchor_get_m_body_0=d.xP)(a),kS=c._emscripten_bind_Anchor_set_m_body_1=(a,b)=>(kS=c._emscripten_bind_Anchor_set_m_body_1=d.yP)(a,b),lS=c._emscripten_bind_Anchor_get_m_influence_0=
|
|
619
|
+
a=>(lS=c._emscripten_bind_Anchor_get_m_influence_0=d.zP)(a),mS=c._emscripten_bind_Anchor_set_m_influence_1=(a,b)=>(mS=c._emscripten_bind_Anchor_set_m_influence_1=d.AP)(a,b),nS=c._emscripten_bind_Anchor_get_m_c0_0=a=>(nS=c._emscripten_bind_Anchor_get_m_c0_0=d.BP)(a),oS=c._emscripten_bind_Anchor_set_m_c0_1=(a,b)=>(oS=c._emscripten_bind_Anchor_set_m_c0_1=d.CP)(a,b),pS=c._emscripten_bind_Anchor_get_m_c1_0=a=>(pS=c._emscripten_bind_Anchor_get_m_c1_0=d.DP)(a),qS=c._emscripten_bind_Anchor_set_m_c1_1=(a,
|
|
620
|
+
b)=>(qS=c._emscripten_bind_Anchor_set_m_c1_1=d.EP)(a,b),rS=c._emscripten_bind_Anchor_get_m_c2_0=a=>(rS=c._emscripten_bind_Anchor_get_m_c2_0=d.FP)(a),sS=c._emscripten_bind_Anchor_set_m_c2_1=(a,b)=>(sS=c._emscripten_bind_Anchor_set_m_c2_1=d.GP)(a,b),tS=c._emscripten_bind_Anchor___destroy___0=a=>(tS=c._emscripten_bind_Anchor___destroy___0=d.HP)(a),uS=c._emscripten_bind_tAnchorArray_size_0=a=>(uS=c._emscripten_bind_tAnchorArray_size_0=d.IP)(a),vS=c._emscripten_bind_tAnchorArray_at_1=(a,b)=>(vS=c._emscripten_bind_tAnchorArray_at_1=
|
|
621
|
+
d.JP)(a,b),wS=c._emscripten_bind_tAnchorArray_clear_0=a=>(wS=c._emscripten_bind_tAnchorArray_clear_0=d.KP)(a),xS=c._emscripten_bind_tAnchorArray_push_back_1=(a,b)=>(xS=c._emscripten_bind_tAnchorArray_push_back_1=d.LP)(a,b),yS=c._emscripten_bind_tAnchorArray_pop_back_0=a=>(yS=c._emscripten_bind_tAnchorArray_pop_back_0=d.MP)(a),zS=c._emscripten_bind_tAnchorArray___destroy___0=a=>(zS=c._emscripten_bind_tAnchorArray___destroy___0=d.NP)(a),AS=c._emscripten_bind_Config_get_kVCF_0=a=>(AS=c._emscripten_bind_Config_get_kVCF_0=
|
|
622
|
+
d.OP)(a),BS=c._emscripten_bind_Config_set_kVCF_1=(a,b)=>(BS=c._emscripten_bind_Config_set_kVCF_1=d.PP)(a,b),CS=c._emscripten_bind_Config_get_kDP_0=a=>(CS=c._emscripten_bind_Config_get_kDP_0=d.QP)(a),DS=c._emscripten_bind_Config_set_kDP_1=(a,b)=>(DS=c._emscripten_bind_Config_set_kDP_1=d.RP)(a,b),ES=c._emscripten_bind_Config_get_kDG_0=a=>(ES=c._emscripten_bind_Config_get_kDG_0=d.SP)(a),FS=c._emscripten_bind_Config_set_kDG_1=(a,b)=>(FS=c._emscripten_bind_Config_set_kDG_1=d.TP)(a,b),GS=c._emscripten_bind_Config_get_kLF_0=
|
|
623
|
+
a=>(GS=c._emscripten_bind_Config_get_kLF_0=d.UP)(a),HS=c._emscripten_bind_Config_set_kLF_1=(a,b)=>(HS=c._emscripten_bind_Config_set_kLF_1=d.VP)(a,b),IS=c._emscripten_bind_Config_get_kPR_0=a=>(IS=c._emscripten_bind_Config_get_kPR_0=d.WP)(a),JS=c._emscripten_bind_Config_set_kPR_1=(a,b)=>(JS=c._emscripten_bind_Config_set_kPR_1=d.XP)(a,b),KS=c._emscripten_bind_Config_get_kVC_0=a=>(KS=c._emscripten_bind_Config_get_kVC_0=d.YP)(a),LS=c._emscripten_bind_Config_set_kVC_1=(a,b)=>(LS=c._emscripten_bind_Config_set_kVC_1=
|
|
624
|
+
d.ZP)(a,b),MS=c._emscripten_bind_Config_get_kDF_0=a=>(MS=c._emscripten_bind_Config_get_kDF_0=d._P)(a),NS=c._emscripten_bind_Config_set_kDF_1=(a,b)=>(NS=c._emscripten_bind_Config_set_kDF_1=d.$P)(a,b),OS=c._emscripten_bind_Config_get_kMT_0=a=>(OS=c._emscripten_bind_Config_get_kMT_0=d.aQ)(a),PS=c._emscripten_bind_Config_set_kMT_1=(a,b)=>(PS=c._emscripten_bind_Config_set_kMT_1=d.bQ)(a,b),QS=c._emscripten_bind_Config_get_kCHR_0=a=>(QS=c._emscripten_bind_Config_get_kCHR_0=d.cQ)(a),RS=c._emscripten_bind_Config_set_kCHR_1=
|
|
625
|
+
(a,b)=>(RS=c._emscripten_bind_Config_set_kCHR_1=d.dQ)(a,b),SS=c._emscripten_bind_Config_get_kKHR_0=a=>(SS=c._emscripten_bind_Config_get_kKHR_0=d.eQ)(a),TS=c._emscripten_bind_Config_set_kKHR_1=(a,b)=>(TS=c._emscripten_bind_Config_set_kKHR_1=d.fQ)(a,b),US=c._emscripten_bind_Config_get_kSHR_0=a=>(US=c._emscripten_bind_Config_get_kSHR_0=d.gQ)(a),VS=c._emscripten_bind_Config_set_kSHR_1=(a,b)=>(VS=c._emscripten_bind_Config_set_kSHR_1=d.hQ)(a,b),WS=c._emscripten_bind_Config_get_kAHR_0=a=>(WS=c._emscripten_bind_Config_get_kAHR_0=
|
|
626
|
+
d.iQ)(a),XS=c._emscripten_bind_Config_set_kAHR_1=(a,b)=>(XS=c._emscripten_bind_Config_set_kAHR_1=d.jQ)(a,b),YS=c._emscripten_bind_Config_get_kSRHR_CL_0=a=>(YS=c._emscripten_bind_Config_get_kSRHR_CL_0=d.kQ)(a),ZS=c._emscripten_bind_Config_set_kSRHR_CL_1=(a,b)=>(ZS=c._emscripten_bind_Config_set_kSRHR_CL_1=d.lQ)(a,b),$S=c._emscripten_bind_Config_get_kSKHR_CL_0=a=>($S=c._emscripten_bind_Config_get_kSKHR_CL_0=d.mQ)(a),aT=c._emscripten_bind_Config_set_kSKHR_CL_1=(a,b)=>(aT=c._emscripten_bind_Config_set_kSKHR_CL_1=
|
|
627
|
+
d.nQ)(a,b),bT=c._emscripten_bind_Config_get_kSSHR_CL_0=a=>(bT=c._emscripten_bind_Config_get_kSSHR_CL_0=d.oQ)(a),cT=c._emscripten_bind_Config_set_kSSHR_CL_1=(a,b)=>(cT=c._emscripten_bind_Config_set_kSSHR_CL_1=d.pQ)(a,b),dT=c._emscripten_bind_Config_get_kSR_SPLT_CL_0=a=>(dT=c._emscripten_bind_Config_get_kSR_SPLT_CL_0=d.qQ)(a),eT=c._emscripten_bind_Config_set_kSR_SPLT_CL_1=(a,b)=>(eT=c._emscripten_bind_Config_set_kSR_SPLT_CL_1=d.rQ)(a,b),fT=c._emscripten_bind_Config_get_kSK_SPLT_CL_0=a=>(fT=c._emscripten_bind_Config_get_kSK_SPLT_CL_0=
|
|
628
|
+
d.sQ)(a),gT=c._emscripten_bind_Config_set_kSK_SPLT_CL_1=(a,b)=>(gT=c._emscripten_bind_Config_set_kSK_SPLT_CL_1=d.tQ)(a,b),hT=c._emscripten_bind_Config_get_kSS_SPLT_CL_0=a=>(hT=c._emscripten_bind_Config_get_kSS_SPLT_CL_0=d.uQ)(a),iT=c._emscripten_bind_Config_set_kSS_SPLT_CL_1=(a,b)=>(iT=c._emscripten_bind_Config_set_kSS_SPLT_CL_1=d.vQ)(a,b),jT=c._emscripten_bind_Config_get_maxvolume_0=a=>(jT=c._emscripten_bind_Config_get_maxvolume_0=d.wQ)(a),kT=c._emscripten_bind_Config_set_maxvolume_1=(a,b)=>(kT=
|
|
629
|
+
c._emscripten_bind_Config_set_maxvolume_1=d.xQ)(a,b),lT=c._emscripten_bind_Config_get_timescale_0=a=>(lT=c._emscripten_bind_Config_get_timescale_0=d.yQ)(a),mT=c._emscripten_bind_Config_set_timescale_1=(a,b)=>(mT=c._emscripten_bind_Config_set_timescale_1=d.zQ)(a,b),nT=c._emscripten_bind_Config_get_viterations_0=a=>(nT=c._emscripten_bind_Config_get_viterations_0=d.AQ)(a),oT=c._emscripten_bind_Config_set_viterations_1=(a,b)=>(oT=c._emscripten_bind_Config_set_viterations_1=d.BQ)(a,b),pT=c._emscripten_bind_Config_get_piterations_0=
|
|
630
|
+
a=>(pT=c._emscripten_bind_Config_get_piterations_0=d.CQ)(a),qT=c._emscripten_bind_Config_set_piterations_1=(a,b)=>(qT=c._emscripten_bind_Config_set_piterations_1=d.DQ)(a,b),rT=c._emscripten_bind_Config_get_diterations_0=a=>(rT=c._emscripten_bind_Config_get_diterations_0=d.EQ)(a),sT=c._emscripten_bind_Config_set_diterations_1=(a,b)=>(sT=c._emscripten_bind_Config_set_diterations_1=d.FQ)(a,b),tT=c._emscripten_bind_Config_get_citerations_0=a=>(tT=c._emscripten_bind_Config_get_citerations_0=d.GQ)(a),uT=
|
|
631
|
+
c._emscripten_bind_Config_set_citerations_1=(a,b)=>(uT=c._emscripten_bind_Config_set_citerations_1=d.HQ)(a,b),vT=c._emscripten_bind_Config_get_collisions_0=a=>(vT=c._emscripten_bind_Config_get_collisions_0=d.IQ)(a),wT=c._emscripten_bind_Config_set_collisions_1=(a,b)=>(wT=c._emscripten_bind_Config_set_collisions_1=d.JQ)(a,b),xT=c._emscripten_bind_Config___destroy___0=a=>(xT=c._emscripten_bind_Config___destroy___0=d.KQ)(a),yT=c._emscripten_bind_btSoftBody_btSoftBody_4=(a,b,e,f)=>(yT=c._emscripten_bind_btSoftBody_btSoftBody_4=
|
|
632
|
+
d.LQ)(a,b,e,f),zT=c._emscripten_bind_btSoftBody_checkLink_2=(a,b,e)=>(zT=c._emscripten_bind_btSoftBody_checkLink_2=d.MQ)(a,b,e),AT=c._emscripten_bind_btSoftBody_checkFace_3=(a,b,e,f)=>(AT=c._emscripten_bind_btSoftBody_checkFace_3=d.NQ)(a,b,e,f),BT=c._emscripten_bind_btSoftBody_appendMaterial_0=a=>(BT=c._emscripten_bind_btSoftBody_appendMaterial_0=d.OQ)(a),CT=c._emscripten_bind_btSoftBody_appendNode_2=(a,b,e)=>(CT=c._emscripten_bind_btSoftBody_appendNode_2=d.PQ)(a,b,e),DT=c._emscripten_bind_btSoftBody_appendLink_4=
|
|
633
|
+
(a,b,e,f,h)=>(DT=c._emscripten_bind_btSoftBody_appendLink_4=d.QQ)(a,b,e,f,h),ET=c._emscripten_bind_btSoftBody_appendFace_4=(a,b,e,f,h)=>(ET=c._emscripten_bind_btSoftBody_appendFace_4=d.RQ)(a,b,e,f,h),FT=c._emscripten_bind_btSoftBody_appendTetra_5=(a,b,e,f,h,k)=>(FT=c._emscripten_bind_btSoftBody_appendTetra_5=d.SQ)(a,b,e,f,h,k),GT=c._emscripten_bind_btSoftBody_appendAnchor_4=(a,b,e,f,h)=>(GT=c._emscripten_bind_btSoftBody_appendAnchor_4=d.TQ)(a,b,e,f,h),HT=c._emscripten_bind_btSoftBody_addForce_1=(a,
|
|
634
|
+
b)=>(HT=c._emscripten_bind_btSoftBody_addForce_1=d.UQ)(a,b),IT=c._emscripten_bind_btSoftBody_addForce_2=(a,b,e)=>(IT=c._emscripten_bind_btSoftBody_addForce_2=d.VQ)(a,b,e),JT=c._emscripten_bind_btSoftBody_addAeroForceToNode_2=(a,b,e)=>(JT=c._emscripten_bind_btSoftBody_addAeroForceToNode_2=d.WQ)(a,b,e),KT=c._emscripten_bind_btSoftBody_getTotalMass_0=a=>(KT=c._emscripten_bind_btSoftBody_getTotalMass_0=d.XQ)(a),LT=c._emscripten_bind_btSoftBody_setTotalMass_2=(a,b,e)=>(LT=c._emscripten_bind_btSoftBody_setTotalMass_2=
|
|
635
|
+
d.YQ)(a,b,e),MT=c._emscripten_bind_btSoftBody_setMass_2=(a,b,e)=>(MT=c._emscripten_bind_btSoftBody_setMass_2=d.ZQ)(a,b,e),NT=c._emscripten_bind_btSoftBody_transform_1=(a,b)=>(NT=c._emscripten_bind_btSoftBody_transform_1=d._Q)(a,b),OT=c._emscripten_bind_btSoftBody_translate_1=(a,b)=>(OT=c._emscripten_bind_btSoftBody_translate_1=d.$Q)(a,b),PT=c._emscripten_bind_btSoftBody_rotate_1=(a,b)=>(PT=c._emscripten_bind_btSoftBody_rotate_1=d.aR)(a,b),QT=c._emscripten_bind_btSoftBody_scale_1=(a,b)=>(QT=c._emscripten_bind_btSoftBody_scale_1=
|
|
636
|
+
d.bR)(a,b),RT=c._emscripten_bind_btSoftBody_generateClusters_1=(a,b)=>(RT=c._emscripten_bind_btSoftBody_generateClusters_1=d.cR)(a,b),ST=c._emscripten_bind_btSoftBody_generateClusters_2=(a,b,e)=>(ST=c._emscripten_bind_btSoftBody_generateClusters_2=d.dR)(a,b,e),TT=c._emscripten_bind_btSoftBody_generateBendingConstraints_2=(a,b,e)=>(TT=c._emscripten_bind_btSoftBody_generateBendingConstraints_2=d.eR)(a,b,e),UT=c._emscripten_bind_btSoftBody_upcast_1=(a,b)=>(UT=c._emscripten_bind_btSoftBody_upcast_1=d.fR)(a,
|
|
637
|
+
b),VT=c._emscripten_bind_btSoftBody_getRestLengthScale_0=a=>(VT=c._emscripten_bind_btSoftBody_getRestLengthScale_0=d.gR)(a),WT=c._emscripten_bind_btSoftBody_setRestLengthScale_1=(a,b)=>(WT=c._emscripten_bind_btSoftBody_setRestLengthScale_1=d.hR)(a,b),XT=c._emscripten_bind_btSoftBody_getAnisotropicFriction_0=a=>(XT=c._emscripten_bind_btSoftBody_getAnisotropicFriction_0=d.iR)(a),YT=c._emscripten_bind_btSoftBody_setAnisotropicFriction_2=(a,b,e)=>(YT=c._emscripten_bind_btSoftBody_setAnisotropicFriction_2=
|
|
638
|
+
d.jR)(a,b,e),ZT=c._emscripten_bind_btSoftBody_hasAnisotropicFriction_0=a=>(ZT=c._emscripten_bind_btSoftBody_hasAnisotropicFriction_0=d.kR)(a),$T=c._emscripten_bind_btSoftBody_hasAnisotropicFriction_1=(a,b)=>($T=c._emscripten_bind_btSoftBody_hasAnisotropicFriction_1=d.lR)(a,b),aU=c._emscripten_bind_btSoftBody_getCollisionShape_0=a=>(aU=c._emscripten_bind_btSoftBody_getCollisionShape_0=d.mR)(a),bU=c._emscripten_bind_btSoftBody_getContactProcessingThreshold_0=a=>(bU=c._emscripten_bind_btSoftBody_getContactProcessingThreshold_0=
|
|
639
|
+
d.nR)(a),cU=c._emscripten_bind_btSoftBody_setContactProcessingThreshold_1=(a,b)=>(cU=c._emscripten_bind_btSoftBody_setContactProcessingThreshold_1=d.oR)(a,b),dU=c._emscripten_bind_btSoftBody_getActivationState_0=a=>(dU=c._emscripten_bind_btSoftBody_getActivationState_0=d.pR)(a),eU=c._emscripten_bind_btSoftBody_setActivationState_1=(a,b)=>(eU=c._emscripten_bind_btSoftBody_setActivationState_1=d.qR)(a,b),fU=c._emscripten_bind_btSoftBody_forceActivationState_1=(a,b)=>(fU=c._emscripten_bind_btSoftBody_forceActivationState_1=
|
|
640
|
+
d.rR)(a,b),gU=c._emscripten_bind_btSoftBody_activate_0=a=>(gU=c._emscripten_bind_btSoftBody_activate_0=d.sR)(a),hU=c._emscripten_bind_btSoftBody_activate_1=(a,b)=>(hU=c._emscripten_bind_btSoftBody_activate_1=d.tR)(a,b),iU=c._emscripten_bind_btSoftBody_setDeactivationTime_1=(a,b)=>(iU=c._emscripten_bind_btSoftBody_setDeactivationTime_1=d.uR)(a,b),jU=c._emscripten_bind_btSoftBody_getDeactivationTime_0=a=>(jU=c._emscripten_bind_btSoftBody_getDeactivationTime_0=d.vR)(a),kU=c._emscripten_bind_btSoftBody_isActive_0=
|
|
641
|
+
a=>(kU=c._emscripten_bind_btSoftBody_isActive_0=d.wR)(a),lU=c._emscripten_bind_btSoftBody_isKinematicObject_0=a=>(lU=c._emscripten_bind_btSoftBody_isKinematicObject_0=d.xR)(a),mU=c._emscripten_bind_btSoftBody_isStaticObject_0=a=>(mU=c._emscripten_bind_btSoftBody_isStaticObject_0=d.yR)(a),nU=c._emscripten_bind_btSoftBody_isStaticOrKinematicObject_0=a=>(nU=c._emscripten_bind_btSoftBody_isStaticOrKinematicObject_0=d.zR)(a),oU=c._emscripten_bind_btSoftBody_getRestitution_0=a=>(oU=c._emscripten_bind_btSoftBody_getRestitution_0=
|
|
642
|
+
d.AR)(a),pU=c._emscripten_bind_btSoftBody_getFriction_0=a=>(pU=c._emscripten_bind_btSoftBody_getFriction_0=d.BR)(a),qU=c._emscripten_bind_btSoftBody_getRollingFriction_0=a=>(qU=c._emscripten_bind_btSoftBody_getRollingFriction_0=d.CR)(a),rU=c._emscripten_bind_btSoftBody_getSpinningFriction_0=a=>(rU=c._emscripten_bind_btSoftBody_getSpinningFriction_0=d.DR)(a),sU=c._emscripten_bind_btSoftBody_getContactStiffness_0=a=>(sU=c._emscripten_bind_btSoftBody_getContactStiffness_0=d.ER)(a),tU=c._emscripten_bind_btSoftBody_getContactDamping_0=
|
|
643
|
+
a=>(tU=c._emscripten_bind_btSoftBody_getContactDamping_0=d.FR)(a),uU=c._emscripten_bind_btSoftBody_setRestitution_1=(a,b)=>(uU=c._emscripten_bind_btSoftBody_setRestitution_1=d.GR)(a,b),vU=c._emscripten_bind_btSoftBody_setFriction_1=(a,b)=>(vU=c._emscripten_bind_btSoftBody_setFriction_1=d.HR)(a,b),wU=c._emscripten_bind_btSoftBody_setRollingFriction_1=(a,b)=>(wU=c._emscripten_bind_btSoftBody_setRollingFriction_1=d.IR)(a,b),xU=c._emscripten_bind_btSoftBody_setSpinningFriction_1=(a,b)=>(xU=c._emscripten_bind_btSoftBody_setSpinningFriction_1=
|
|
644
|
+
d.JR)(a,b),yU=c._emscripten_bind_btSoftBody_setContactStiffnessAndDamping_2=(a,b,e)=>(yU=c._emscripten_bind_btSoftBody_setContactStiffnessAndDamping_2=d.KR)(a,b,e),zU=c._emscripten_bind_btSoftBody_getWorldTransform_0=a=>(zU=c._emscripten_bind_btSoftBody_getWorldTransform_0=d.LR)(a),AU=c._emscripten_bind_btSoftBody_getCollisionFlags_0=a=>(AU=c._emscripten_bind_btSoftBody_getCollisionFlags_0=d.MR)(a),BU=c._emscripten_bind_btSoftBody_setCollisionFlags_1=(a,b)=>(BU=c._emscripten_bind_btSoftBody_setCollisionFlags_1=
|
|
645
|
+
d.NR)(a,b),CU=c._emscripten_bind_btSoftBody_setWorldTransform_1=(a,b)=>(CU=c._emscripten_bind_btSoftBody_setWorldTransform_1=d.OR)(a,b),DU=c._emscripten_bind_btSoftBody_setCollisionShape_1=(a,b)=>(DU=c._emscripten_bind_btSoftBody_setCollisionShape_1=d.PR)(a,b),EU=c._emscripten_bind_btSoftBody_setCcdMotionThreshold_1=(a,b)=>(EU=c._emscripten_bind_btSoftBody_setCcdMotionThreshold_1=d.QR)(a,b),FU=c._emscripten_bind_btSoftBody_setCcdSweptSphereRadius_1=(a,b)=>(FU=c._emscripten_bind_btSoftBody_setCcdSweptSphereRadius_1=
|
|
646
|
+
d.RR)(a,b),GU=c._emscripten_bind_btSoftBody_getUserIndex_0=a=>(GU=c._emscripten_bind_btSoftBody_getUserIndex_0=d.SR)(a),HU=c._emscripten_bind_btSoftBody_getUserIndex2_0=a=>(HU=c._emscripten_bind_btSoftBody_getUserIndex2_0=d.TR)(a),IU=c._emscripten_bind_btSoftBody_getUserIndex3_0=a=>(IU=c._emscripten_bind_btSoftBody_getUserIndex3_0=d.UR)(a),JU=c._emscripten_bind_btSoftBody_setUserIndex_1=(a,b)=>(JU=c._emscripten_bind_btSoftBody_setUserIndex_1=d.VR)(a,b),KU=c._emscripten_bind_btSoftBody_setUserIndex2_1=
|
|
647
|
+
(a,b)=>(KU=c._emscripten_bind_btSoftBody_setUserIndex2_1=d.WR)(a,b),LU=c._emscripten_bind_btSoftBody_setUserIndex3_1=(a,b)=>(LU=c._emscripten_bind_btSoftBody_setUserIndex3_1=d.XR)(a,b),MU=c._emscripten_bind_btSoftBody_getUserPointer_0=a=>(MU=c._emscripten_bind_btSoftBody_getUserPointer_0=d.YR)(a),NU=c._emscripten_bind_btSoftBody_setUserPointer_1=(a,b)=>(NU=c._emscripten_bind_btSoftBody_setUserPointer_1=d.ZR)(a,b),OU=c._emscripten_bind_btSoftBody_getBroadphaseHandle_0=a=>(OU=c._emscripten_bind_btSoftBody_getBroadphaseHandle_0=
|
|
648
|
+
d._R)(a),PU=c._emscripten_bind_btSoftBody_get_m_cfg_0=a=>(PU=c._emscripten_bind_btSoftBody_get_m_cfg_0=d.$R)(a),QU=c._emscripten_bind_btSoftBody_set_m_cfg_1=(a,b)=>(QU=c._emscripten_bind_btSoftBody_set_m_cfg_1=d.aS)(a,b),RU=c._emscripten_bind_btSoftBody_get_m_nodes_0=a=>(RU=c._emscripten_bind_btSoftBody_get_m_nodes_0=d.bS)(a),SU=c._emscripten_bind_btSoftBody_set_m_nodes_1=(a,b)=>(SU=c._emscripten_bind_btSoftBody_set_m_nodes_1=d.cS)(a,b),TU=c._emscripten_bind_btSoftBody_get_m_faces_0=a=>(TU=c._emscripten_bind_btSoftBody_get_m_faces_0=
|
|
649
|
+
d.dS)(a),UU=c._emscripten_bind_btSoftBody_set_m_faces_1=(a,b)=>(UU=c._emscripten_bind_btSoftBody_set_m_faces_1=d.eS)(a,b),VU=c._emscripten_bind_btSoftBody_get_m_materials_0=a=>(VU=c._emscripten_bind_btSoftBody_get_m_materials_0=d.fS)(a),WU=c._emscripten_bind_btSoftBody_set_m_materials_1=(a,b)=>(WU=c._emscripten_bind_btSoftBody_set_m_materials_1=d.gS)(a,b),XU=c._emscripten_bind_btSoftBody_get_m_anchors_0=a=>(XU=c._emscripten_bind_btSoftBody_get_m_anchors_0=d.hS)(a),YU=c._emscripten_bind_btSoftBody_set_m_anchors_1=
|
|
650
|
+
(a,b)=>(YU=c._emscripten_bind_btSoftBody_set_m_anchors_1=d.iS)(a,b),ZU=c._emscripten_bind_btSoftBody___destroy___0=a=>(ZU=c._emscripten_bind_btSoftBody___destroy___0=d.jS)(a),$U=c._emscripten_bind_btSoftBodyRigidBodyCollisionConfiguration_btSoftBodyRigidBodyCollisionConfiguration_0=()=>($U=c._emscripten_bind_btSoftBodyRigidBodyCollisionConfiguration_btSoftBodyRigidBodyCollisionConfiguration_0=d.kS)(),aV=c._emscripten_bind_btSoftBodyRigidBodyCollisionConfiguration_btSoftBodyRigidBodyCollisionConfiguration_1=
|
|
651
|
+
a=>(aV=c._emscripten_bind_btSoftBodyRigidBodyCollisionConfiguration_btSoftBodyRigidBodyCollisionConfiguration_1=d.lS)(a),bV=c._emscripten_bind_btSoftBodyRigidBodyCollisionConfiguration___destroy___0=a=>(bV=c._emscripten_bind_btSoftBodyRigidBodyCollisionConfiguration___destroy___0=d.mS)(a),cV=c._emscripten_bind_btDefaultSoftBodySolver_btDefaultSoftBodySolver_0=()=>(cV=c._emscripten_bind_btDefaultSoftBodySolver_btDefaultSoftBodySolver_0=d.nS)(),dV=c._emscripten_bind_btDefaultSoftBodySolver___destroy___0=
|
|
652
|
+
a=>(dV=c._emscripten_bind_btDefaultSoftBodySolver___destroy___0=d.oS)(a),eV=c._emscripten_bind_btSoftBodyArray_size_0=a=>(eV=c._emscripten_bind_btSoftBodyArray_size_0=d.pS)(a),fV=c._emscripten_bind_btSoftBodyArray_at_1=(a,b)=>(fV=c._emscripten_bind_btSoftBodyArray_at_1=d.qS)(a,b),gV=c._emscripten_bind_btSoftBodyArray___destroy___0=a=>(gV=c._emscripten_bind_btSoftBodyArray___destroy___0=d.rS)(a),hV=c._emscripten_bind_btSoftRigidDynamicsWorld_btSoftRigidDynamicsWorld_5=(a,b,e,f,h)=>(hV=c._emscripten_bind_btSoftRigidDynamicsWorld_btSoftRigidDynamicsWorld_5=
|
|
653
|
+
d.sS)(a,b,e,f,h),iV=c._emscripten_bind_btSoftRigidDynamicsWorld_addSoftBody_3=(a,b,e,f)=>(iV=c._emscripten_bind_btSoftRigidDynamicsWorld_addSoftBody_3=d.tS)(a,b,e,f),jV=c._emscripten_bind_btSoftRigidDynamicsWorld_removeSoftBody_1=(a,b)=>(jV=c._emscripten_bind_btSoftRigidDynamicsWorld_removeSoftBody_1=d.uS)(a,b),kV=c._emscripten_bind_btSoftRigidDynamicsWorld_removeCollisionObject_1=(a,b)=>(kV=c._emscripten_bind_btSoftRigidDynamicsWorld_removeCollisionObject_1=d.vS)(a,b),lV=c._emscripten_bind_btSoftRigidDynamicsWorld_getWorldInfo_0=
|
|
654
|
+
a=>(lV=c._emscripten_bind_btSoftRigidDynamicsWorld_getWorldInfo_0=d.wS)(a),mV=c._emscripten_bind_btSoftRigidDynamicsWorld_getSoftBodyArray_0=a=>(mV=c._emscripten_bind_btSoftRigidDynamicsWorld_getSoftBodyArray_0=d.xS)(a),nV=c._emscripten_bind_btSoftRigidDynamicsWorld_getDispatcher_0=a=>(nV=c._emscripten_bind_btSoftRigidDynamicsWorld_getDispatcher_0=d.yS)(a),oV=c._emscripten_bind_btSoftRigidDynamicsWorld_rayTest_3=(a,b,e,f)=>(oV=c._emscripten_bind_btSoftRigidDynamicsWorld_rayTest_3=d.zS)(a,b,e,f),pV=
|
|
655
|
+
c._emscripten_bind_btSoftRigidDynamicsWorld_getPairCache_0=a=>(pV=c._emscripten_bind_btSoftRigidDynamicsWorld_getPairCache_0=d.AS)(a),qV=c._emscripten_bind_btSoftRigidDynamicsWorld_getDispatchInfo_0=a=>(qV=c._emscripten_bind_btSoftRigidDynamicsWorld_getDispatchInfo_0=d.BS)(a),rV=c._emscripten_bind_btSoftRigidDynamicsWorld_addCollisionObject_1=(a,b)=>(rV=c._emscripten_bind_btSoftRigidDynamicsWorld_addCollisionObject_1=d.CS)(a,b),sV=c._emscripten_bind_btSoftRigidDynamicsWorld_addCollisionObject_2=(a,
|
|
656
|
+
b,e)=>(sV=c._emscripten_bind_btSoftRigidDynamicsWorld_addCollisionObject_2=d.DS)(a,b,e),tV=c._emscripten_bind_btSoftRigidDynamicsWorld_addCollisionObject_3=(a,b,e,f)=>(tV=c._emscripten_bind_btSoftRigidDynamicsWorld_addCollisionObject_3=d.ES)(a,b,e,f),uV=c._emscripten_bind_btSoftRigidDynamicsWorld_getBroadphase_0=a=>(uV=c._emscripten_bind_btSoftRigidDynamicsWorld_getBroadphase_0=d.FS)(a),vV=c._emscripten_bind_btSoftRigidDynamicsWorld_convexSweepTest_5=(a,b,e,f,h,k)=>(vV=c._emscripten_bind_btSoftRigidDynamicsWorld_convexSweepTest_5=
|
|
657
|
+
d.GS)(a,b,e,f,h,k),wV=c._emscripten_bind_btSoftRigidDynamicsWorld_contactPairTest_3=(a,b,e,f)=>(wV=c._emscripten_bind_btSoftRigidDynamicsWorld_contactPairTest_3=d.HS)(a,b,e,f),xV=c._emscripten_bind_btSoftRigidDynamicsWorld_contactTest_2=(a,b,e)=>(xV=c._emscripten_bind_btSoftRigidDynamicsWorld_contactTest_2=d.IS)(a,b,e),yV=c._emscripten_bind_btSoftRigidDynamicsWorld_updateSingleAabb_1=(a,b)=>(yV=c._emscripten_bind_btSoftRigidDynamicsWorld_updateSingleAabb_1=d.JS)(a,b),zV=c._emscripten_bind_btSoftRigidDynamicsWorld_setDebugDrawer_1=
|
|
658
|
+
(a,b)=>(zV=c._emscripten_bind_btSoftRigidDynamicsWorld_setDebugDrawer_1=d.KS)(a,b),AV=c._emscripten_bind_btSoftRigidDynamicsWorld_getDebugDrawer_0=a=>(AV=c._emscripten_bind_btSoftRigidDynamicsWorld_getDebugDrawer_0=d.LS)(a),BV=c._emscripten_bind_btSoftRigidDynamicsWorld_debugDrawWorld_0=a=>(BV=c._emscripten_bind_btSoftRigidDynamicsWorld_debugDrawWorld_0=d.MS)(a),CV=c._emscripten_bind_btSoftRigidDynamicsWorld_debugDrawObject_3=(a,b,e,f)=>(CV=c._emscripten_bind_btSoftRigidDynamicsWorld_debugDrawObject_3=
|
|
659
|
+
d.NS)(a,b,e,f),DV=c._emscripten_bind_btSoftRigidDynamicsWorld_setGravity_1=(a,b)=>(DV=c._emscripten_bind_btSoftRigidDynamicsWorld_setGravity_1=d.OS)(a,b),EV=c._emscripten_bind_btSoftRigidDynamicsWorld_getGravity_0=a=>(EV=c._emscripten_bind_btSoftRigidDynamicsWorld_getGravity_0=d.PS)(a),FV=c._emscripten_bind_btSoftRigidDynamicsWorld_addRigidBody_1=(a,b)=>(FV=c._emscripten_bind_btSoftRigidDynamicsWorld_addRigidBody_1=d.QS)(a,b),GV=c._emscripten_bind_btSoftRigidDynamicsWorld_addRigidBody_3=(a,b,e,f)=>
|
|
660
|
+
(GV=c._emscripten_bind_btSoftRigidDynamicsWorld_addRigidBody_3=d.RS)(a,b,e,f),HV=c._emscripten_bind_btSoftRigidDynamicsWorld_removeRigidBody_1=(a,b)=>(HV=c._emscripten_bind_btSoftRigidDynamicsWorld_removeRigidBody_1=d.SS)(a,b),IV=c._emscripten_bind_btSoftRigidDynamicsWorld_addConstraint_1=(a,b)=>(IV=c._emscripten_bind_btSoftRigidDynamicsWorld_addConstraint_1=d.TS)(a,b),JV=c._emscripten_bind_btSoftRigidDynamicsWorld_addConstraint_2=(a,b,e)=>(JV=c._emscripten_bind_btSoftRigidDynamicsWorld_addConstraint_2=
|
|
661
|
+
d.US)(a,b,e),KV=c._emscripten_bind_btSoftRigidDynamicsWorld_removeConstraint_1=(a,b)=>(KV=c._emscripten_bind_btSoftRigidDynamicsWorld_removeConstraint_1=d.VS)(a,b),LV=c._emscripten_bind_btSoftRigidDynamicsWorld_stepSimulation_1=(a,b)=>(LV=c._emscripten_bind_btSoftRigidDynamicsWorld_stepSimulation_1=d.WS)(a,b),MV=c._emscripten_bind_btSoftRigidDynamicsWorld_stepSimulation_2=(a,b,e)=>(MV=c._emscripten_bind_btSoftRigidDynamicsWorld_stepSimulation_2=d.XS)(a,b,e),NV=c._emscripten_bind_btSoftRigidDynamicsWorld_stepSimulation_3=
|
|
662
|
+
(a,b,e,f)=>(NV=c._emscripten_bind_btSoftRigidDynamicsWorld_stepSimulation_3=d.YS)(a,b,e,f),OV=c._emscripten_bind_btSoftRigidDynamicsWorld_addAction_1=(a,b)=>(OV=c._emscripten_bind_btSoftRigidDynamicsWorld_addAction_1=d.ZS)(a,b),PV=c._emscripten_bind_btSoftRigidDynamicsWorld_removeAction_1=(a,b)=>(PV=c._emscripten_bind_btSoftRigidDynamicsWorld_removeAction_1=d._S)(a,b),QV=c._emscripten_bind_btSoftRigidDynamicsWorld_getSolverInfo_0=a=>(QV=c._emscripten_bind_btSoftRigidDynamicsWorld_getSolverInfo_0=
|
|
663
|
+
d.$S)(a),RV=c._emscripten_bind_btSoftRigidDynamicsWorld___destroy___0=a=>(RV=c._emscripten_bind_btSoftRigidDynamicsWorld___destroy___0=d.aT)(a),SV=c._emscripten_bind_btSoftBodyHelpers_btSoftBodyHelpers_0=()=>(SV=c._emscripten_bind_btSoftBodyHelpers_btSoftBodyHelpers_0=d.bT)(),TV=c._emscripten_bind_btSoftBodyHelpers_CreateRope_5=(a,b,e,f,h,k)=>(TV=c._emscripten_bind_btSoftBodyHelpers_CreateRope_5=d.cT)(a,b,e,f,h,k),UV=c._emscripten_bind_btSoftBodyHelpers_CreatePatch_9=(a,b,e,f,h,k,r,v,H,Ta)=>(UV=c._emscripten_bind_btSoftBodyHelpers_CreatePatch_9=
|
|
664
|
+
d.dT)(a,b,e,f,h,k,r,v,H,Ta),VV=c._emscripten_bind_btSoftBodyHelpers_CreatePatchUV_10=(a,b,e,f,h,k,r,v,H,Ta,Kc)=>(VV=c._emscripten_bind_btSoftBodyHelpers_CreatePatchUV_10=d.eT)(a,b,e,f,h,k,r,v,H,Ta,Kc),WV=c._emscripten_bind_btSoftBodyHelpers_CreateEllipsoid_4=(a,b,e,f,h)=>(WV=c._emscripten_bind_btSoftBodyHelpers_CreateEllipsoid_4=d.fT)(a,b,e,f,h),XV=c._emscripten_bind_btSoftBodyHelpers_CreateFromTriMesh_5=(a,b,e,f,h,k)=>(XV=c._emscripten_bind_btSoftBodyHelpers_CreateFromTriMesh_5=d.gT)(a,b,e,f,h,k),
|
|
665
|
+
YV=c._emscripten_bind_btSoftBodyHelpers_CreateFromConvexHull_4=(a,b,e,f,h)=>(YV=c._emscripten_bind_btSoftBodyHelpers_CreateFromConvexHull_4=d.hT)(a,b,e,f,h),ZV=c._emscripten_bind_btSoftBodyHelpers___destroy___0=a=>(ZV=c._emscripten_bind_btSoftBodyHelpers___destroy___0=d.iT)(a),$V=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_DYNAMIC_OBJECT=()=>($V=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_DYNAMIC_OBJECT=d.jT)(),aW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_STATIC_OBJECT=
|
|
666
|
+
()=>(aW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_STATIC_OBJECT=d.kT)(),bW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_KINEMATIC_OBJECT=()=>(bW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_KINEMATIC_OBJECT=d.lT)(),cW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_NO_CONTACT_RESPONSE=()=>(cW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_NO_CONTACT_RESPONSE=d.mT)(),dW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_CUSTOM_MATERIAL_CALLBACK=()=>
|
|
667
|
+
(dW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_CUSTOM_MATERIAL_CALLBACK=d.nT)(),eW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_CHARACTER_OBJECT=()=>(eW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_CHARACTER_OBJECT=d.oT)(),fW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_DISABLE_VISUALIZE_OBJECT=()=>(fW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_DISABLE_VISUALIZE_OBJECT=d.pT)(),gW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_DISABLE_SPU_COLLISION_PROCESSING=
|
|
668
|
+
()=>(gW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_DISABLE_SPU_COLLISION_PROCESSING=d.qT)(),hW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_HAS_CONTACT_STIFFNESS_DAMPING=()=>(hW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_HAS_CONTACT_STIFFNESS_DAMPING=d.rT)(),iW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_HAS_CUSTOM_DEBUG_RENDERING_COLOR=()=>(iW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_HAS_CUSTOM_DEBUG_RENDERING_COLOR=d.sT)(),jW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_HAS_FRICTION_ANCHOR=
|
|
669
|
+
()=>(jW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_HAS_FRICTION_ANCHOR=d.tT)(),kW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_HAS_COLLISION_SOUND_TRIGGER=()=>(kW=c._emscripten_enum_btCollisionObject_CollisionFlags_CF_HAS_COLLISION_SOUND_TRIGGER=d.uT)(),lW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_COLLISION_OBJECT=()=>(lW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_COLLISION_OBJECT=d.vT)(),mW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_RIGID_BODY=
|
|
670
|
+
()=>(mW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_RIGID_BODY=d.wT)(),nW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_GHOST_OBJECT=()=>(nW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_GHOST_OBJECT=d.xT)(),oW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_SOFT_BODY=()=>(oW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_SOFT_BODY=d.yT)(),pW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_HF_FLUID=()=>(pW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_HF_FLUID=
|
|
671
|
+
d.zT)(),qW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_USER_TYPE=()=>(qW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_USER_TYPE=d.AT)(),rW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_FEATHERSTONE_LINK=()=>(rW=c._emscripten_enum_btCollisionObject_CollisionObjectTypes_CO_FEATHERSTONE_LINK=d.BT)(),sW=c._emscripten_enum_btCollisionObject_AnisotropicFrictionFlags_CF_ANISOTROPIC_FRICTION_DISABLED=()=>(sW=c._emscripten_enum_btCollisionObject_AnisotropicFrictionFlags_CF_ANISOTROPIC_FRICTION_DISABLED=
|
|
672
|
+
d.CT)(),tW=c._emscripten_enum_btCollisionObject_AnisotropicFrictionFlags_CF_ANISOTROPIC_FRICTION=()=>(tW=c._emscripten_enum_btCollisionObject_AnisotropicFrictionFlags_CF_ANISOTROPIC_FRICTION=d.DT)(),uW=c._emscripten_enum_btCollisionObject_AnisotropicFrictionFlags_CF_ANISOTROPIC_ROLLING_FRICTION=()=>(uW=c._emscripten_enum_btCollisionObject_AnisotropicFrictionFlags_CF_ANISOTROPIC_ROLLING_FRICTION=d.ET)(),vW=c._emscripten_enum_PHY_ScalarType_PHY_FLOAT=()=>(vW=c._emscripten_enum_PHY_ScalarType_PHY_FLOAT=
|
|
673
|
+
d.FT)(),wW=c._emscripten_enum_PHY_ScalarType_PHY_DOUBLE=()=>(wW=c._emscripten_enum_PHY_ScalarType_PHY_DOUBLE=d.GT)(),xW=c._emscripten_enum_PHY_ScalarType_PHY_INTEGER=()=>(xW=c._emscripten_enum_PHY_ScalarType_PHY_INTEGER=d.HT)(),yW=c._emscripten_enum_PHY_ScalarType_PHY_SHORT=()=>(yW=c._emscripten_enum_PHY_ScalarType_PHY_SHORT=d.IT)(),zW=c._emscripten_enum_PHY_ScalarType_PHY_FIXEDPOINT88=()=>(zW=c._emscripten_enum_PHY_ScalarType_PHY_FIXEDPOINT88=d.JT)(),AW=c._emscripten_enum_PHY_ScalarType_PHY_UCHAR=
|
|
674
|
+
()=>(AW=c._emscripten_enum_PHY_ScalarType_PHY_UCHAR=d.KT)(),BW=c._emscripten_enum_eGIMPACT_SHAPE_TYPE_CONST_GIMPACT_COMPOUND_SHAPE=()=>(BW=c._emscripten_enum_eGIMPACT_SHAPE_TYPE_CONST_GIMPACT_COMPOUND_SHAPE=d.LT)(),CW=c._emscripten_enum_eGIMPACT_SHAPE_TYPE_CONST_GIMPACT_TRIMESH_SHAPE_PART=()=>(CW=c._emscripten_enum_eGIMPACT_SHAPE_TYPE_CONST_GIMPACT_TRIMESH_SHAPE_PART=d.MT)(),DW=c._emscripten_enum_eGIMPACT_SHAPE_TYPE_CONST_GIMPACT_TRIMESH_SHAPE=()=>(DW=c._emscripten_enum_eGIMPACT_SHAPE_TYPE_CONST_GIMPACT_TRIMESH_SHAPE=
|
|
675
|
+
d.NT)(),EW=c._emscripten_enum_btTypedConstraintType_POINT2POINT_CONSTRAINT_TYPE=()=>(EW=c._emscripten_enum_btTypedConstraintType_POINT2POINT_CONSTRAINT_TYPE=d.OT)(),FW=c._emscripten_enum_btTypedConstraintType_HINGE_CONSTRAINT_TYPE=()=>(FW=c._emscripten_enum_btTypedConstraintType_HINGE_CONSTRAINT_TYPE=d.PT)(),GW=c._emscripten_enum_btTypedConstraintType_CONETWIST_CONSTRAINT_TYPE=()=>(GW=c._emscripten_enum_btTypedConstraintType_CONETWIST_CONSTRAINT_TYPE=d.QT)(),HW=c._emscripten_enum_btTypedConstraintType_D6_CONSTRAINT_TYPE=
|
|
676
|
+
()=>(HW=c._emscripten_enum_btTypedConstraintType_D6_CONSTRAINT_TYPE=d.RT)(),IW=c._emscripten_enum_btTypedConstraintType_SLIDER_CONSTRAINT_TYPE=()=>(IW=c._emscripten_enum_btTypedConstraintType_SLIDER_CONSTRAINT_TYPE=d.ST)(),JW=c._emscripten_enum_btTypedConstraintType_CONTACT_CONSTRAINT_TYPE=()=>(JW=c._emscripten_enum_btTypedConstraintType_CONTACT_CONSTRAINT_TYPE=d.TT)(),KW=c._emscripten_enum_btTypedConstraintType_D6_SPRING_CONSTRAINT_TYPE=()=>(KW=c._emscripten_enum_btTypedConstraintType_D6_SPRING_CONSTRAINT_TYPE=
|
|
677
|
+
d.UT)(),LW=c._emscripten_enum_btTypedConstraintType_GEAR_CONSTRAINT_TYPE=()=>(LW=c._emscripten_enum_btTypedConstraintType_GEAR_CONSTRAINT_TYPE=d.VT)(),MW=c._emscripten_enum_btTypedConstraintType_FIXED_CONSTRAINT_TYPE=()=>(MW=c._emscripten_enum_btTypedConstraintType_FIXED_CONSTRAINT_TYPE=d.WT)(),NW=c._emscripten_enum_btTypedConstraintType_MAX_CONSTRAINT_TYPE=()=>(NW=c._emscripten_enum_btTypedConstraintType_MAX_CONSTRAINT_TYPE=d.XT)(),OW=c._emscripten_enum_btConstraintParams_BT_CONSTRAINT_ERP=()=>(OW=
|
|
678
|
+
c._emscripten_enum_btConstraintParams_BT_CONSTRAINT_ERP=d.YT)(),PW=c._emscripten_enum_btConstraintParams_BT_CONSTRAINT_STOP_ERP=()=>(PW=c._emscripten_enum_btConstraintParams_BT_CONSTRAINT_STOP_ERP=d.ZT)(),QW=c._emscripten_enum_btConstraintParams_BT_CONSTRAINT_CFM=()=>(QW=c._emscripten_enum_btConstraintParams_BT_CONSTRAINT_CFM=d._T)(),RW=c._emscripten_enum_btConstraintParams_BT_CONSTRAINT_STOP_CFM=()=>(RW=c._emscripten_enum_btConstraintParams_BT_CONSTRAINT_STOP_CFM=d.$T)(),SW=c._emscripten_enum_btConstraintSolverType_BT_SEQUENTIAL_IMPULSE_SOLVER=
|
|
679
|
+
()=>(SW=c._emscripten_enum_btConstraintSolverType_BT_SEQUENTIAL_IMPULSE_SOLVER=d.aU)(),TW=c._emscripten_enum_btConstraintSolverType_BT_MLCP_SOLVER=()=>(TW=c._emscripten_enum_btConstraintSolverType_BT_MLCP_SOLVER=d.bU)(),UW=c._emscripten_enum_btMultibodyLink_eFeatherstoneJointType_eRevolute=()=>(UW=c._emscripten_enum_btMultibodyLink_eFeatherstoneJointType_eRevolute=d.cU)(),VW=c._emscripten_enum_btMultibodyLink_eFeatherstoneJointType_ePrismatic=()=>(VW=c._emscripten_enum_btMultibodyLink_eFeatherstoneJointType_ePrismatic=
|
|
680
|
+
d.dU)(),WW=c._emscripten_enum_btMultibodyLink_eFeatherstoneJointType_eSpherical=()=>(WW=c._emscripten_enum_btMultibodyLink_eFeatherstoneJointType_eSpherical=d.eU)(),XW=c._emscripten_enum_btMultibodyLink_eFeatherstoneJointType_ePlanar=()=>(XW=c._emscripten_enum_btMultibodyLink_eFeatherstoneJointType_ePlanar=d.fU)(),YW=c._emscripten_enum_btMultibodyLink_eFeatherstoneJointType_eFixed=()=>(YW=c._emscripten_enum_btMultibodyLink_eFeatherstoneJointType_eFixed=d.gU)(),ZW=c._emscripten_enum_btMultibodyLink_eFeatherstoneJointType_eInvalid=
|
|
681
|
+
()=>(ZW=c._emscripten_enum_btMultibodyLink_eFeatherstoneJointType_eInvalid=d.hU)();
|
|
682
|
+
c.addFunction=(a,b)=>{if(!Za){Za=new WeakMap;var e=Ya.length;if(Za)for(var f=0;f<0+e;f++){var h=f;var k=Xa[h];k||(h>=Xa.length&&(Xa.length=h+1),Xa[h]=k=Ya.get(h));(h=k)&&Za.set(h,f)}}if(e=Za.get(a)||0)return e;if($a.length)e=$a.pop();else{try{Ya.grow(1)}catch(v){if(!(v instanceof RangeError))throw v;throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH.";}e=Ya.length-1}try{f=e,Ya.set(f,a),Xa[f]=Ya.get(f)}catch(v){if(!(v instanceof TypeError))throw v;if("function"==typeof WebAssembly.Function){f=
|
|
683
|
+
WebAssembly.Function;h={i:"i32",j:"i64",f:"f32",d:"f64",e:"externref",p:"i32"};k={parameters:[],results:"v"==b[0]?[]:[h[b[0]]]};for(var r=1;r<b.length;++r)k.parameters.push(h[b[r]]);b=new f(k,a)}else{f=[1];h=b.slice(0,1);b=b.slice(1);k={i:127,p:127,j:126,f:125,d:124,e:111};f.push(96);r=b.length;128>r?f.push(r):f.push(r%128|128,r>>7);for(r=0;r<b.length;++r)f.push(k[b[r]]);"v"==h?f.push(0):f.push(1,k[h]);b=[0,97,115,109,1,0,0,0,1];h=f.length;128>h?b.push(h):b.push(h%128|128,h>>7);b.push.apply(b,f);
|
|
684
|
+
b.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);b=new WebAssembly.Module(new Uint8Array(b));b=(new WebAssembly.Instance(b,{e:{f:a}})).exports.f}f=e;Ya.set(f,b);Xa[f]=Ya.get(f)}Za.set(a,e);return e};c.UTF8ToString=Wa;var $W;Ga=function aX(){$W||bX();$W||(Ga=aX)};
|
|
685
|
+
function bX(){function a(){if(!$W&&($W=!0,c.calledRun=!0,!sa)){Ca=!0;Pa(Aa);aa(c);if(c.onRuntimeInitialized)c.onRuntimeInitialized();if(c.postRun)for("function"==typeof c.postRun&&(c.postRun=[c.postRun]);c.postRun.length;){var b=c.postRun.shift();Ba.unshift(b)}Pa(Ba)}}if(!(0<Ea)){if(c.preRun)for("function"==typeof c.preRun&&(c.preRun=[c.preRun]);c.preRun.length;)Da();Pa(za);0<Ea||(c.setStatus?(c.setStatus("Running..."),setTimeout(function(){setTimeout(function(){c.setStatus("")},1);a()},1)):a())}}
|
|
686
|
+
if(c.preInit)for("function"==typeof c.preInit&&(c.preInit=[c.preInit]);0<c.preInit.length;)c.preInit.pop()();bX();function g(){}g.prototype=Object.create(g.prototype);g.prototype.constructor=g;g.prototype.kU=g;g.lU={};c.WrapperObject=g;function l(a){return(a||g).lU}c.getCache=l;function m(a,b){var e=l(b),f=e[a];if(f)return f;f=Object.create((b||g).prototype);f.jU=a;return e[a]=f}c.wrapPointer=m;c.castObject=function(a,b){return m(a.jU,b)};c.NULL=m(0);
|
|
687
|
+
c.destroy=function(a){if(!a.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";a.__destroy__();delete l(a.kU)[a.jU]};c.compare=function(a,b){return a.jU===b.jU};c.getPointer=function(a){return a.jU};c.getClass=function(a){return a.kU};var cX=0,dX=0,eX=0,fX=[],gX=0;function hX(){if(gX){for(var a=0;a<fX.length;a++)c._webidl_free(fX[a]);fX.length=0;c._webidl_free(cX);cX=0;dX+=gX;gX=0}cX||(dX+=128,(cX=c._webidl_malloc(dX))||qa());eX=0}
|
|
688
|
+
function iX(a,b){cX||qa();a=a.length*b.BYTES_PER_ELEMENT;a=a+7&-8;eX+a>=dX?(0<a||qa(),gX+=a,b=c._webidl_malloc(a),fX.push(b)):(b=cX+eX,eX+=a);return b}function jX(a,b,e){e>>>=0;switch(b.BYTES_PER_ELEMENT){case 2:e>>>=1;break;case 4:e>>>=2;break;case 8:e>>>=3}for(var f=0;f<a.length;f++)b[e+f]=a[f]}
|
|
689
|
+
function kX(a){if("string"===typeof a){for(var b=0,e=0;e<a.length;++e){var f=a.charCodeAt(e);127>=f?b++:2047>=f?b+=2:55296<=f&&57343>=f?(b+=4,++e):b+=3}b=Array(b+1);f=b.length;e=0;if(0<f){f=e+f-1;for(var h=0;h<a.length;++h){var k=a.charCodeAt(h);if(55296<=k&&57343>=k){var r=a.charCodeAt(++h);k=65536+((k&1023)<<10)|r&1023}if(127>=k){if(e>=f)break;b[e++]=k}else{if(2047>=k){if(e+1>=f)break;b[e++]=192|k>>6}else{if(65535>=k){if(e+2>=f)break;b[e++]=224|k>>12}else{if(e+3>=f)break;b[e++]=240|k>>18;b[e++]=
|
|
690
|
+
128|k>>12&63}b[e++]=128|k>>6&63}b[e++]=128|k&63}}b[e]=0}a=iX(b,ta);jX(b,ta,a);return a}return a}function lX(a){if("object"===typeof a){var b=iX(a,xa);jX(a,xa,b);return b}return a}function mX(){throw"cannot construct a btCollisionShape, no constructor in IDL";}mX.prototype=Object.create(g.prototype);mX.prototype.constructor=mX;mX.prototype.kU=mX;mX.lU={};c.btCollisionShape=mX;mX.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);bb(b,a)};
|
|
691
|
+
mX.prototype.getLocalScaling=function(){return m(cb(this.jU),n)};mX.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);db(e,a,b)};mX.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);eb(b,a)};mX.prototype.getMargin=function(){return fb(this.jU)};mX.prototype.__destroy__=function(){gb(this.jU)};function nX(){throw"cannot construct a btCollisionWorld, no constructor in IDL";}nX.prototype=Object.create(g.prototype);
|
|
692
|
+
nX.prototype.constructor=nX;nX.prototype.kU=nX;nX.lU={};c.btCollisionWorld=nX;nX.prototype.getDispatcher=function(){return m(hb(this.jU),oX)};nX.prototype.rayTest=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);ib(f,a,b,e)};nX.prototype.getPairCache=function(){return m(jb(this.jU),pX)};nX.prototype.getDispatchInfo=function(){return m(kb(this.jU),p)};
|
|
693
|
+
nX.prototype.addCollisionObject=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);void 0===b?lb(f,a):void 0===e?mb(f,a,b):nb(f,a,b,e)};nX.prototype.removeCollisionObject=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ob(b,a)};nX.prototype.getBroadphase=function(){return m(pb(this.jU),qX)};
|
|
694
|
+
nX.prototype.convexSweepTest=function(a,b,e,f,h){var k=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);qb(k,a,b,e,f,h)};nX.prototype.contactPairTest=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);rb(f,a,b,e)};
|
|
695
|
+
nX.prototype.contactTest=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);sb(e,a,b)};nX.prototype.updateSingleAabb=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);tb(b,a)};nX.prototype.setDebugDrawer=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ub(b,a)};nX.prototype.getDebugDrawer=function(){return m(vb(this.jU),rX)};nX.prototype.debugDrawWorld=function(){wb(this.jU)};
|
|
696
|
+
nX.prototype.debugDrawObject=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);xb(f,a,b,e)};nX.prototype.__destroy__=function(){yb(this.jU)};function q(){throw"cannot construct a btCollisionObject, no constructor in IDL";}q.prototype=Object.create(g.prototype);q.prototype.constructor=q;q.prototype.kU=q;q.lU={};c.btCollisionObject=q;q.prototype.getAnisotropicFriction=function(){return m(zb(this.jU),n)};
|
|
697
|
+
q.prototype.setAnisotropicFriction=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Ab(e,a,b)};q.prototype.hasAnisotropicFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return void 0===a?!!Bb(b):!!Cb(b,a)};q.prototype.getCollisionShape=function(){return m(Db(this.jU),mX)};q.prototype.getContactProcessingThreshold=function(){return Eb(this.jU)};
|
|
698
|
+
q.prototype.setContactProcessingThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Fb(b,a)};q.prototype.getActivationState=function(){return Gb(this.jU)};q.prototype.setActivationState=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Hb(b,a)};q.prototype.forceActivationState=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ib(b,a)};q.prototype.activate=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);void 0===a?Jb(b):Kb(b,a)};
|
|
699
|
+
q.prototype.setDeactivationTime=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Lb(b,a)};q.prototype.getDeactivationTime=function(){return Mb(this.jU)};q.prototype.isActive=q.prototype.isActive=function(){return!!Nb(this.jU)};q.prototype.isKinematicObject=function(){return!!Ob(this.jU)};q.prototype.isStaticObject=function(){return!!Pb(this.jU)};q.prototype.isStaticOrKinematicObject=function(){return!!Qb(this.jU)};q.prototype.getRestitution=function(){return Rb(this.jU)};
|
|
700
|
+
q.prototype.getFriction=function(){return Sb(this.jU)};q.prototype.getRollingFriction=function(){return Tb(this.jU)};q.prototype.getSpinningFriction=function(){return Ub(this.jU)};q.prototype.getContactStiffness=function(){return Vb(this.jU)};q.prototype.getContactDamping=function(){return Wb(this.jU)};q.prototype.setRestitution=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Xb(b,a)};q.prototype.setFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Yb(b,a)};
|
|
701
|
+
q.prototype.setRollingFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Zb(b,a)};q.prototype.setSpinningFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);$b(b,a)};q.prototype.setContactStiffnessAndDamping=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);ac(e,a,b)};q.prototype.getWorldTransform=function(){return m(bc(this.jU),t)};q.prototype.getCollisionFlags=function(){return cc(this.jU)};
|
|
702
|
+
q.prototype.setCollisionFlags=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);dc(b,a)};q.prototype.setWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ec(b,a)};q.prototype.setCollisionShape=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);fc(b,a)};q.prototype.setCcdMotionThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gc(b,a)};q.prototype.setCcdSweptSphereRadius=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);hc(b,a)};
|
|
703
|
+
q.prototype.getUserIndex=function(){return ic(this.jU)};q.prototype.getUserIndex2=function(){return jc(this.jU)};q.prototype.getUserIndex3=function(){return kc(this.jU)};q.prototype.setUserIndex=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);lc(b,a)};q.prototype.setUserIndex2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mc(b,a)};q.prototype.setUserIndex3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nc(b,a)};
|
|
704
|
+
q.prototype.getUserPointer=function(){return m(oc(this.jU),sX)};q.prototype.setUserPointer=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);pc(b,a)};q.prototype.getBroadphaseHandle=function(){return m(qc(this.jU),tX)};q.prototype.__destroy__=function(){rc(this.jU)};function uX(){throw"cannot construct a btConcaveShape, no constructor in IDL";}uX.prototype=Object.create(mX.prototype);uX.prototype.constructor=uX;uX.prototype.kU=uX;uX.lU={};c.btConcaveShape=uX;
|
|
705
|
+
uX.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sc(b,a)};uX.prototype.getLocalScaling=function(){return m(tc(this.jU),n)};uX.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);uc(e,a,b)};uX.prototype.__destroy__=function(){vc(this.jU)};function vX(){throw"cannot construct a btCollisionAlgorithm, no constructor in IDL";}vX.prototype=Object.create(g.prototype);
|
|
706
|
+
vX.prototype.constructor=vX;vX.prototype.kU=vX;vX.lU={};c.btCollisionAlgorithm=vX;vX.prototype.__destroy__=function(){wc(this.jU)};function wX(){throw"cannot construct a btTypedConstraint, no constructor in IDL";}wX.prototype=Object.create(g.prototype);wX.prototype.constructor=wX;wX.prototype.kU=wX;wX.lU={};c.btTypedConstraint=wX;wX.prototype.getOverrideNumSolverIterations=function(){return xc(this.jU)};
|
|
707
|
+
wX.prototype.setOverrideNumSolverIterations=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yc(b,a)};wX.prototype.enableFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);zc(b,a)};wX.prototype.needsFeedback=function(){return!!Ac(this.jU)};wX.prototype.setJointFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Bc(b,a)};wX.prototype.getJointFeedback=function(){return m(Cc(this.jU),u)};wX.prototype.getAppliedImpulse=function(){return Dc(this.jU)};
|
|
708
|
+
wX.prototype.getConstraintType=function(){return Ec(this.jU)};wX.prototype.getBreakingImpulseThreshold=function(){return Fc(this.jU)};wX.prototype.setBreakingImpulseThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Gc(b,a)};wX.prototype.getParam=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return Hc(e,a,b)};
|
|
709
|
+
wX.prototype.setParam=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);Ic(f,a,b,e)};wX.prototype.isEnabled=wX.prototype.isEnabled=function(){return!!Jc(this.jU)};wX.prototype.setEnabled=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Lc(b,a)};wX.prototype.getRigidBodyA=function(){return m(Mc(this.jU),w)};wX.prototype.getRigidBodyB=function(){return m(Nc(this.jU),w)};wX.prototype.getUserConstraintType=function(){return Oc(this.jU)};
|
|
710
|
+
wX.prototype.setUserConstraintType=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Pc(b,a)};wX.prototype.getFixedBody=function(){return m(Qc(this.jU),w)};wX.prototype.__destroy__=function(){Rc(this.jU)};function xX(){this.jU=Sc();l(xX)[this.jU]=this}xX.prototype=Object.create(g.prototype);xX.prototype.constructor=xX;xX.prototype.kU=xX;xX.lU={};c.btSequentialImpulseConstraintSolver=xX;xX.prototype.__destroy__=function(){Tc(this.jU)};
|
|
711
|
+
function yX(){throw"cannot construct a btDynamicsWorld, no constructor in IDL";}yX.prototype=Object.create(nX.prototype);yX.prototype.constructor=yX;yX.prototype.kU=yX;yX.lU={};c.btDynamicsWorld=yX;yX.prototype.addAction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Uc(b,a)};yX.prototype.removeAction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Vc(b,a)};yX.prototype.getSolverInfo=function(){return m(Wc(this.jU),x)};
|
|
712
|
+
yX.prototype.getDispatcher=function(){return m(Xc(this.jU),oX)};yX.prototype.rayTest=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);Yc(f,a,b,e)};yX.prototype.getPairCache=function(){return m(Zc(this.jU),pX)};yX.prototype.getDispatchInfo=function(){return m($c(this.jU),p)};
|
|
713
|
+
yX.prototype.addCollisionObject=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);void 0===b?ad(f,a):void 0===e?bd(f,a,b):cd(f,a,b,e)};yX.prototype.removeCollisionObject=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);dd(b,a)};yX.prototype.getBroadphase=function(){return m(ed(this.jU),qX)};
|
|
714
|
+
yX.prototype.convexSweepTest=function(a,b,e,f,h){var k=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);fd(k,a,b,e,f,h)};yX.prototype.contactPairTest=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);gd(f,a,b,e)};
|
|
715
|
+
yX.prototype.contactTest=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);hd(e,a,b)};yX.prototype.updateSingleAabb=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);jd(b,a)};yX.prototype.setDebugDrawer=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);kd(b,a)};yX.prototype.getDebugDrawer=function(){return m(ld(this.jU),rX)};yX.prototype.debugDrawWorld=function(){md(this.jU)};
|
|
716
|
+
yX.prototype.debugDrawObject=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);nd(f,a,b,e)};yX.prototype.__destroy__=function(){od(this.jU)};function rX(){throw"cannot construct a btIDebugDraw, no constructor in IDL";}rX.prototype=Object.create(g.prototype);rX.prototype.constructor=rX;rX.prototype.kU=rX;rX.lU={};c.btIDebugDraw=rX;
|
|
717
|
+
rX.prototype.drawLine=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);pd(f,a,b,e)};rX.prototype.drawContactPoint=function(a,b,e,f,h){var k=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);qd(k,a,b,e,f,h)};
|
|
718
|
+
rX.prototype.reportErrorWarning=function(a){var b=this.jU;hX();a=a&&"object"===typeof a?a.jU:kX(a);rd(b,a)};rX.prototype.draw3dText=function(a,b){var e=this.jU;hX();a&&"object"===typeof a&&(a=a.jU);b=b&&"object"===typeof b?b.jU:kX(b);sd(e,a,b)};rX.prototype.setDebugMode=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);td(b,a)};rX.prototype.getDebugMode=function(){return ud(this.jU)};rX.prototype.__destroy__=function(){vd(this.jU)};
|
|
719
|
+
function zX(){throw"cannot construct a btQuadWord, no constructor in IDL";}zX.prototype=Object.create(g.prototype);zX.prototype.constructor=zX;zX.prototype.kU=zX;zX.lU={};c.btQuadWord=zX;zX.prototype.x=zX.prototype.x=function(){return wd(this.jU)};zX.prototype.y=zX.prototype.y=function(){return xd(this.jU)};zX.prototype.z=zX.prototype.z=function(){return yd(this.jU)};zX.prototype.w=zX.prototype.w=function(){return zd(this.jU)};
|
|
720
|
+
zX.prototype.setX=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ad(b,a)};zX.prototype.setY=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Bd(b,a)};zX.prototype.setZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Cd(b,a)};zX.prototype.setW=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Dd(b,a)};zX.prototype.__destroy__=function(){Ed(this.jU)};function AX(){throw"cannot construct a btMotionState, no constructor in IDL";}AX.prototype=Object.create(g.prototype);
|
|
721
|
+
AX.prototype.constructor=AX;AX.prototype.kU=AX;AX.lU={};c.btMotionState=AX;AX.prototype.getWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Fd(b,a)};AX.prototype.setWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Gd(b,a)};AX.prototype.__destroy__=function(){Hd(this.jU)};function y(){throw"cannot construct a RayResultCallback, no constructor in IDL";}y.prototype=Object.create(g.prototype);y.prototype.constructor=y;y.prototype.kU=y;y.lU={};
|
|
722
|
+
c.RayResultCallback=y;y.prototype.hasHit=function(){return!!Id(this.jU)};y.prototype.get_m_collisionFilterGroup=y.prototype.mU=function(){return Jd(this.jU)};y.prototype.set_m_collisionFilterGroup=y.prototype.oU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Kd(b,a)};Object.defineProperty(y.prototype,"m_collisionFilterGroup",{get:y.prototype.mU,set:y.prototype.oU});y.prototype.get_m_collisionFilterMask=y.prototype.nU=function(){return Ld(this.jU)};
|
|
723
|
+
y.prototype.set_m_collisionFilterMask=y.prototype.pU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Md(b,a)};Object.defineProperty(y.prototype,"m_collisionFilterMask",{get:y.prototype.nU,set:y.prototype.pU});y.prototype.get_m_closestHitFraction=y.prototype.qU=function(){return Nd(this.jU)};y.prototype.set_m_closestHitFraction=y.prototype.sU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Od(b,a)};Object.defineProperty(y.prototype,"m_closestHitFraction",{get:y.prototype.qU,set:y.prototype.sU});
|
|
724
|
+
y.prototype.get_m_collisionObject=y.prototype.uU=function(){return m(Pd(this.jU),q)};y.prototype.set_m_collisionObject=y.prototype.BU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Qd(b,a)};Object.defineProperty(y.prototype,"m_collisionObject",{get:y.prototype.uU,set:y.prototype.BU});y.prototype.get_m_flags=y.prototype.rU=function(){return Rd(this.jU)};y.prototype.set_m_flags=y.prototype.tU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Sd(b,a)};
|
|
725
|
+
Object.defineProperty(y.prototype,"m_flags",{get:y.prototype.rU,set:y.prototype.tU});y.prototype.__destroy__=function(){Td(this.jU)};function BX(){throw"cannot construct a ContactResultCallback, no constructor in IDL";}BX.prototype=Object.create(g.prototype);BX.prototype.constructor=BX;BX.prototype.kU=BX;BX.lU={};c.ContactResultCallback=BX;
|
|
726
|
+
BX.prototype.addSingleResult=function(a,b,e,f,h,k,r){var v=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);return Ud(v,a,b,e,f,h,k,r)};BX.prototype.__destroy__=function(){Vd(this.jU)};function CX(){throw"cannot construct a ConvexResultCallback, no constructor in IDL";}CX.prototype=Object.create(g.prototype);
|
|
727
|
+
CX.prototype.constructor=CX;CX.prototype.kU=CX;CX.lU={};c.ConvexResultCallback=CX;CX.prototype.hasHit=function(){return!!Wd(this.jU)};CX.prototype.get_m_collisionFilterGroup=CX.prototype.mU=function(){return Xd(this.jU)};CX.prototype.set_m_collisionFilterGroup=CX.prototype.oU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Yd(b,a)};Object.defineProperty(CX.prototype,"m_collisionFilterGroup",{get:CX.prototype.mU,set:CX.prototype.oU});
|
|
728
|
+
CX.prototype.get_m_collisionFilterMask=CX.prototype.nU=function(){return Zd(this.jU)};CX.prototype.set_m_collisionFilterMask=CX.prototype.pU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);$d(b,a)};Object.defineProperty(CX.prototype,"m_collisionFilterMask",{get:CX.prototype.nU,set:CX.prototype.pU});CX.prototype.get_m_closestHitFraction=CX.prototype.qU=function(){return ae(this.jU)};
|
|
729
|
+
CX.prototype.set_m_closestHitFraction=CX.prototype.sU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);be(b,a)};Object.defineProperty(CX.prototype,"m_closestHitFraction",{get:CX.prototype.qU,set:CX.prototype.sU});CX.prototype.__destroy__=function(){ce(this.jU)};function DX(){throw"cannot construct a btConvexShape, no constructor in IDL";}DX.prototype=Object.create(mX.prototype);DX.prototype.constructor=DX;DX.prototype.kU=DX;DX.lU={};c.btConvexShape=DX;
|
|
730
|
+
DX.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);de(b,a)};DX.prototype.getLocalScaling=function(){return m(ee(this.jU),n)};DX.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);fe(e,a,b)};DX.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ge(b,a)};DX.prototype.getMargin=function(){return he(this.jU)};DX.prototype.__destroy__=function(){ie(this.jU)};
|
|
731
|
+
function EX(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=je(a,b);l(EX)[this.jU]=this}EX.prototype=Object.create(mX.prototype);EX.prototype.constructor=EX;EX.prototype.kU=EX;EX.lU={};c.btCapsuleShape=EX;EX.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ke(b,a)};EX.prototype.getMargin=function(){return le(this.jU)};EX.prototype.getUpAxis=function(){return me(this.jU)};EX.prototype.getRadius=function(){return ne(this.jU)};
|
|
732
|
+
EX.prototype.getHalfHeight=function(){return oe(this.jU)};EX.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);pe(b,a)};EX.prototype.getLocalScaling=function(){return m(qe(this.jU),n)};EX.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);re(e,a,b)};EX.prototype.__destroy__=function(){se(this.jU)};function FX(a){a&&"object"===typeof a&&(a=a.jU);this.jU=te(a);l(FX)[this.jU]=this}
|
|
733
|
+
FX.prototype=Object.create(mX.prototype);FX.prototype.constructor=FX;FX.prototype.kU=FX;FX.lU={};c.btCylinderShape=FX;FX.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ue(b,a)};FX.prototype.getMargin=function(){return ve(this.jU)};FX.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);we(b,a)};FX.prototype.getLocalScaling=function(){return m(xe(this.jU),n)};
|
|
734
|
+
FX.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);ye(e,a,b)};FX.prototype.__destroy__=function(){ze(this.jU)};function GX(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=Ae(a,b);l(GX)[this.jU]=this}GX.prototype=Object.create(mX.prototype);GX.prototype.constructor=GX;GX.prototype.kU=GX;GX.lU={};c.btConeShape=GX;
|
|
735
|
+
GX.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Be(b,a)};GX.prototype.getLocalScaling=function(){return m(Ce(this.jU),n)};GX.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);De(e,a,b)};GX.prototype.__destroy__=function(){Ee(this.jU)};function HX(){throw"cannot construct a btStridingMeshInterface, no constructor in IDL";}HX.prototype=Object.create(g.prototype);
|
|
736
|
+
HX.prototype.constructor=HX;HX.prototype.kU=HX;HX.lU={};c.btStridingMeshInterface=HX;HX.prototype.setScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Fe(b,a)};HX.prototype.__destroy__=function(){Ge(this.jU)};function IX(){throw"cannot construct a btTriangleCallback, no constructor in IDL";}IX.prototype=Object.create(g.prototype);IX.prototype.constructor=IX;IX.prototype.kU=IX;IX.lU={};c.btTriangleCallback=IX;
|
|
737
|
+
IX.prototype.processTriangle=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);He(f,a,b,e)};IX.prototype.__destroy__=function(){Ie(this.jU)};function JX(){throw"cannot construct a btTriangleMeshShape, no constructor in IDL";}JX.prototype=Object.create(uX.prototype);JX.prototype.constructor=JX;JX.prototype.kU=JX;JX.lU={};c.btTriangleMeshShape=JX;
|
|
738
|
+
JX.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Je(b,a)};JX.prototype.getLocalScaling=function(){return m(Ke(this.jU),n)};JX.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Le(e,a,b)};JX.prototype.__destroy__=function(){Me(this.jU)};function KX(){throw"cannot construct a btPrimitiveManagerBase, no constructor in IDL";}KX.prototype=Object.create(g.prototype);
|
|
739
|
+
KX.prototype.constructor=KX;KX.prototype.kU=KX;KX.lU={};c.btPrimitiveManagerBase=KX;KX.prototype.is_trimesh=function(){return!!Ne(this.jU)};KX.prototype.get_primitive_count=function(){return Oe(this.jU)};KX.prototype.get_primitive_box=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Pe(e,a,b)};KX.prototype.get_primitive_triangle=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Qe(e,a,b)};
|
|
740
|
+
KX.prototype.__destroy__=function(){Re(this.jU)};function LX(){throw"cannot construct a btGImpactShapeInterface, no constructor in IDL";}LX.prototype=Object.create(uX.prototype);LX.prototype.constructor=LX;LX.prototype.kU=LX;LX.lU={};c.btGImpactShapeInterface=LX;LX.prototype.updateBound=function(){Se(this.jU)};LX.prototype.postUpdate=function(){Te(this.jU)};LX.prototype.getShapeType=function(){return Ue(this.jU)};LX.prototype.getName=function(){return Wa(Ve(this.jU))};
|
|
741
|
+
LX.prototype.getGImpactShapeType=function(){return We(this.jU)};LX.prototype.getPrimitiveManager=function(){return m(Xe(this.jU),KX)};LX.prototype.getNumChildShapes=function(){return Ye(this.jU)};LX.prototype.childrenHasTransform=function(){return!!Ze(this.jU)};LX.prototype.needsRetrieveTriangles=function(){return!!$e(this.jU)};LX.prototype.needsRetrieveTetrahedrons=function(){return!!af(this.jU)};
|
|
742
|
+
LX.prototype.getBulletTriangle=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);bf(e,a,b)};LX.prototype.getBulletTetrahedron=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);cf(e,a,b)};LX.prototype.getChildShape=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(df(b,a),mX)};LX.prototype.getChildTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(ef(b,a),t)};
|
|
743
|
+
LX.prototype.setChildTransform=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);ff(e,a,b)};LX.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gf(b,a)};LX.prototype.getLocalScaling=function(){return m(hf(this.jU),n)};LX.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);jf(e,a,b)};LX.prototype.__destroy__=function(){kf(this.jU)};
|
|
744
|
+
function MX(){throw"cannot construct a btActivatingCollisionAlgorithm, no constructor in IDL";}MX.prototype=Object.create(vX.prototype);MX.prototype.constructor=MX;MX.prototype.kU=MX;MX.lU={};c.btActivatingCollisionAlgorithm=MX;MX.prototype.__destroy__=function(){lf(this.jU)};function NX(a){a&&"object"===typeof a&&(a=a.jU);this.jU=void 0===a?mf():nf(a);l(NX)[this.jU]=this}NX.prototype=Object.create(g.prototype);NX.prototype.constructor=NX;NX.prototype.kU=NX;NX.lU={};
|
|
745
|
+
c.btDefaultCollisionConfiguration=NX;NX.prototype.__destroy__=function(){of(this.jU)};function oX(){throw"cannot construct a btDispatcher, no constructor in IDL";}oX.prototype=Object.create(g.prototype);oX.prototype.constructor=oX;oX.prototype.kU=oX;oX.lU={};c.btDispatcher=oX;oX.prototype.getNumManifolds=function(){return pf(this.jU)};oX.prototype.getManifoldByIndexInternal=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(qf(b,a),OX)};oX.prototype.__destroy__=function(){rf(this.jU)};
|
|
746
|
+
function qX(){throw"cannot construct a btBroadphaseInterface, no constructor in IDL";}qX.prototype=Object.create(g.prototype);qX.prototype.constructor=qX;qX.prototype.kU=qX;qX.lU={};c.btBroadphaseInterface=qX;qX.prototype.getOverlappingPairCache=function(){return m(sf(this.jU),pX)};qX.prototype.__destroy__=function(){tf(this.jU)};
|
|
747
|
+
function PX(a,b,e,f,h){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);this.jU=void 0===f?uf(a,b,e):void 0===h?_emscripten_bind_btGeneric6DofConstraint_btGeneric6DofConstraint_4(a,b,e,f):vf(a,b,e,f,h);l(PX)[this.jU]=this}PX.prototype=Object.create(wX.prototype);PX.prototype.constructor=PX;PX.prototype.kU=PX;PX.lU={};c.btGeneric6DofConstraint=PX;
|
|
748
|
+
PX.prototype.setLinearLowerLimit=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wf(b,a)};PX.prototype.setLinearUpperLimit=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);xf(b,a)};PX.prototype.setAngularLowerLimit=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yf(b,a)};PX.prototype.setAngularUpperLimit=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);zf(b,a)};PX.prototype.getFrameOffsetA=function(){return m(Af(this.jU),t)};
|
|
749
|
+
PX.prototype.getOverrideNumSolverIterations=function(){return Bf(this.jU)};PX.prototype.setOverrideNumSolverIterations=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Cf(b,a)};PX.prototype.enableFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Df(b,a)};PX.prototype.needsFeedback=function(){return!!Ef(this.jU)};PX.prototype.setJointFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ff(b,a)};
|
|
750
|
+
PX.prototype.getJointFeedback=function(){return m(Gf(this.jU),u)};PX.prototype.getAppliedImpulse=function(){return Hf(this.jU)};PX.prototype.getConstraintType=function(){return If(this.jU)};PX.prototype.getBreakingImpulseThreshold=function(){return Jf(this.jU)};PX.prototype.setBreakingImpulseThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Kf(b,a)};
|
|
751
|
+
PX.prototype.getParam=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return Lf(e,a,b)};PX.prototype.setParam=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);Mf(f,a,b,e)};PX.prototype.isEnabled=PX.prototype.isEnabled=function(){return!!Nf(this.jU)};PX.prototype.setEnabled=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Of(b,a)};
|
|
752
|
+
PX.prototype.getRigidBodyA=function(){return m(Pf(this.jU),w)};PX.prototype.getRigidBodyB=function(){return m(Qf(this.jU),w)};PX.prototype.getUserConstraintType=function(){return Rf(this.jU)};PX.prototype.setUserConstraintType=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Sf(b,a)};PX.prototype.getFixedBody=function(){return m(Tf(this.jU),w)};PX.prototype.__destroy__=function(){Uf(this.jU)};
|
|
753
|
+
function QX(a,b,e,f){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);this.jU=Vf(a,b,e,f);l(QX)[this.jU]=this}QX.prototype=Object.create(yX.prototype);QX.prototype.constructor=QX;QX.prototype.kU=QX;QX.lU={};c.btDiscreteDynamicsWorld=QX;QX.prototype.setGravity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Wf(b,a)};QX.prototype.getGravity=function(){return m(Xf(this.jU),n)};
|
|
754
|
+
QX.prototype.addRigidBody=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);void 0===b?Yf(f,a):void 0===e?_emscripten_bind_btDiscreteDynamicsWorld_addRigidBody_2(f,a,b):Zf(f,a,b,e)};QX.prototype.removeRigidBody=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);$f(b,a)};
|
|
755
|
+
QX.prototype.addConstraint=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?ag(e,a):bg(e,a,b)};QX.prototype.removeConstraint=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);cg(b,a)};QX.prototype.stepSimulation=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);return void 0===b?dg(f,a):void 0===e?eg(f,a,b):fg(f,a,b,e)};
|
|
756
|
+
QX.prototype.getDispatcher=function(){return m(gg(this.jU),oX)};QX.prototype.rayTest=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);hg(f,a,b,e)};QX.prototype.getPairCache=function(){return m(ig(this.jU),pX)};QX.prototype.getDispatchInfo=function(){return m(jg(this.jU),p)};
|
|
757
|
+
QX.prototype.addCollisionObject=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);void 0===b?kg(f,a):void 0===e?lg(f,a,b):mg(f,a,b,e)};QX.prototype.removeCollisionObject=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ng(b,a)};QX.prototype.getBroadphase=function(){return m(og(this.jU),qX)};
|
|
758
|
+
QX.prototype.convexSweepTest=function(a,b,e,f,h){var k=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);pg(k,a,b,e,f,h)};QX.prototype.contactPairTest=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);qg(f,a,b,e)};
|
|
759
|
+
QX.prototype.contactTest=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);rg(e,a,b)};QX.prototype.updateSingleAabb=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sg(b,a)};QX.prototype.setDebugDrawer=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);tg(b,a)};QX.prototype.getDebugDrawer=function(){return m(ug(this.jU),rX)};QX.prototype.debugDrawWorld=function(){vg(this.jU)};
|
|
760
|
+
QX.prototype.debugDrawObject=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);wg(f,a,b,e)};QX.prototype.addAction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);xg(b,a)};QX.prototype.removeAction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yg(b,a)};QX.prototype.getSolverInfo=function(){return m(zg(this.jU),x)};QX.prototype.__destroy__=function(){Ag(this.jU)};
|
|
761
|
+
function RX(){throw"cannot construct a btVehicleRaycaster, no constructor in IDL";}RX.prototype=Object.create(g.prototype);RX.prototype.constructor=RX;RX.prototype.kU=RX;RX.lU={};c.btVehicleRaycaster=RX;RX.prototype.castRay=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);Bg(f,a,b,e)};RX.prototype.get_m_collisionFilterGroup=RX.prototype.mU=function(){return Cg(this.jU)};
|
|
762
|
+
RX.prototype.set_m_collisionFilterGroup=RX.prototype.oU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Dg(b,a)};Object.defineProperty(RX.prototype,"m_collisionFilterGroup",{get:RX.prototype.mU,set:RX.prototype.oU});RX.prototype.get_m_collisionFilterMask=RX.prototype.nU=function(){return Eg(this.jU)};RX.prototype.set_m_collisionFilterMask=RX.prototype.pU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Fg(b,a)};
|
|
763
|
+
Object.defineProperty(RX.prototype,"m_collisionFilterMask",{get:RX.prototype.nU,set:RX.prototype.pU});RX.prototype.__destroy__=function(){Gg(this.jU)};function SX(){throw"cannot construct a btActionInterface, no constructor in IDL";}SX.prototype=Object.create(g.prototype);SX.prototype.constructor=SX;SX.prototype.kU=SX;SX.lU={};c.btActionInterface=SX;SX.prototype.updateAction=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Hg(e,a,b)};
|
|
764
|
+
SX.prototype.__destroy__=function(){Ig(this.jU)};function z(){this.jU=Jg();l(z)[this.jU]=this}z.prototype=Object.create(q.prototype);z.prototype.constructor=z;z.prototype.kU=z;z.lU={};c.btGhostObject=z;z.prototype.getNumOverlappingObjects=function(){return Kg(this.jU)};z.prototype.getOverlappingObject=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Lg(b,a),q)};z.prototype.getAnisotropicFriction=function(){return m(Mg(this.jU),n)};
|
|
765
|
+
z.prototype.setAnisotropicFriction=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Ng(e,a,b)};z.prototype.hasAnisotropicFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return void 0===a?!!Og(b):!!Pg(b,a)};z.prototype.getCollisionShape=function(){return m(Qg(this.jU),mX)};z.prototype.getContactProcessingThreshold=function(){return Rg(this.jU)};
|
|
766
|
+
z.prototype.setContactProcessingThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Sg(b,a)};z.prototype.getActivationState=function(){return Tg(this.jU)};z.prototype.setActivationState=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ug(b,a)};z.prototype.forceActivationState=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Vg(b,a)};z.prototype.activate=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);void 0===a?Wg(b):Xg(b,a)};
|
|
767
|
+
z.prototype.setDeactivationTime=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Yg(b,a)};z.prototype.getDeactivationTime=function(){return Zg(this.jU)};z.prototype.isActive=z.prototype.isActive=function(){return!!$g(this.jU)};z.prototype.isKinematicObject=function(){return!!ah(this.jU)};z.prototype.isStaticObject=function(){return!!bh(this.jU)};z.prototype.isStaticOrKinematicObject=function(){return!!ch(this.jU)};z.prototype.getRestitution=function(){return dh(this.jU)};
|
|
768
|
+
z.prototype.getFriction=function(){return eh(this.jU)};z.prototype.getRollingFriction=function(){return fh(this.jU)};z.prototype.getSpinningFriction=function(){return gh(this.jU)};z.prototype.getContactStiffness=function(){return hh(this.jU)};z.prototype.getContactDamping=function(){return ih(this.jU)};z.prototype.setRestitution=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);jh(b,a)};z.prototype.setFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);kh(b,a)};
|
|
769
|
+
z.prototype.setRollingFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);lh(b,a)};z.prototype.setSpinningFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mh(b,a)};z.prototype.setContactStiffnessAndDamping=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);nh(e,a,b)};z.prototype.getWorldTransform=function(){return m(oh(this.jU),t)};z.prototype.getCollisionFlags=function(){return ph(this.jU)};
|
|
770
|
+
z.prototype.setCollisionFlags=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qh(b,a)};z.prototype.setWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);rh(b,a)};z.prototype.setCollisionShape=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sh(b,a)};z.prototype.setCcdMotionThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);th(b,a)};z.prototype.setCcdSweptSphereRadius=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uh(b,a)};
|
|
771
|
+
z.prototype.getUserIndex=function(){return vh(this.jU)};z.prototype.getUserIndex2=function(){return wh(this.jU)};z.prototype.getUserIndex3=function(){return xh(this.jU)};z.prototype.setUserIndex=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yh(b,a)};z.prototype.setUserIndex2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);zh(b,a)};z.prototype.setUserIndex3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ah(b,a)};
|
|
772
|
+
z.prototype.getUserPointer=function(){return m(Bh(this.jU),sX)};z.prototype.setUserPointer=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ch(b,a)};z.prototype.getBroadphaseHandle=function(){return m(Dh(this.jU),tX)};z.prototype.__destroy__=function(){Eh(this.jU)};function TX(){throw"cannot construct a btMultiBodyConstraint, no constructor in IDL";}TX.prototype=Object.create(g.prototype);TX.prototype.constructor=TX;TX.prototype.kU=TX;TX.lU={};c.btMultiBodyConstraint=TX;
|
|
773
|
+
TX.prototype.getIslandIdA=function(){return Fh(this.jU)};TX.prototype.getIslandIdB=function(){return Gh(this.jU)};TX.prototype.getNumRows=function(){return Hh(this.jU)};TX.prototype.getMultiBodyA=function(){return m(Ih(this.jU),A)};TX.prototype.getMultiBodyB=function(){return m(Jh(this.jU),A)};TX.prototype.getPosition=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return Kh(b,a)};
|
|
774
|
+
TX.prototype.setPosition=TX.prototype.setPosition=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Lh(e,a,b)};TX.prototype.isUnilateral=function(){return!!Mh(this.jU)};TX.prototype.getMaxAppliedImpulse=function(){return Nh(this.jU)};TX.prototype.setMaxAppliedImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Oh(b,a)};TX.prototype.__destroy__=function(){Ph(this.jU)};function UX(){this.jU=Qh();l(UX)[this.jU]=this}UX.prototype=Object.create(xX.prototype);
|
|
775
|
+
UX.prototype.constructor=UX;UX.prototype.kU=UX;UX.lU={};c.btMultiBodyConstraintSolver=UX;UX.prototype.__destroy__=function(){Rh(this.jU)};function VX(){throw"cannot construct a btMLCPSolverInterface, no constructor in IDL";}VX.prototype=Object.create(g.prototype);VX.prototype.constructor=VX;VX.prototype.kU=VX;VX.lU={};c.btMLCPSolverInterface=VX;VX.prototype.__destroy__=function(){Sh(this.jU)};function WX(){throw"cannot construct a btSoftBodySolver, no constructor in IDL";}WX.prototype=Object.create(g.prototype);
|
|
776
|
+
WX.prototype.constructor=WX;WX.prototype.kU=WX;WX.lU={};c.btSoftBodySolver=WX;WX.prototype.__destroy__=function(){Th(this.jU)};function sX(){throw"cannot construct a VoidPtr, no constructor in IDL";}sX.prototype=Object.create(g.prototype);sX.prototype.constructor=sX;sX.prototype.kU=sX;sX.lU={};c.VoidPtr=sX;sX.prototype.__destroy__=function(){Uh(this.jU)};function XX(){throw"cannot construct a TopLevelFunctions, no constructor in IDL";}XX.prototype=Object.create(g.prototype);
|
|
777
|
+
XX.prototype.constructor=XX;XX.prototype.kU=XX;XX.lU={};c.TopLevelFunctions=XX;XX.prototype.quatRotate_=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return m(Vh(e,a,b),n)};XX.prototype.set_gContactAddedCallback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Wh(b,a)};XX.prototype.__destroy__=function(){Xh(this.jU)};function YX(){throw"cannot construct a AdapterFunctions, no constructor in IDL";}YX.prototype=Object.create(g.prototype);
|
|
778
|
+
YX.prototype.constructor=YX;YX.prototype.kU=YX;YX.lU={};c.AdapterFunctions=YX;YX.prototype.setInternalTickCallback=function(a,b,e,f){var h=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);void 0===e?Yh(h,a,b):void 0===f?Zh(h,a,b,e):$h(h,a,b,e,f)};YX.prototype.__destroy__=function(){ai(this.jU)};function ZX(){throw"cannot construct a Clone, no constructor in IDL";}ZX.prototype=Object.create(g.prototype);
|
|
779
|
+
ZX.prototype.constructor=ZX;ZX.prototype.kU=ZX;ZX.lU={};c.Clone=ZX;ZX.prototype.Vector3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(bi(b,a),n)};ZX.prototype.Quaternion=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(ci(b,a),B)};ZX.prototype.__destroy__=function(){di(this.jU)};function $X(){this.jU=ei();l($X)[this.jU]=this}$X.prototype=Object.create(rX.prototype);$X.prototype.constructor=$X;$X.prototype.kU=$X;$X.lU={};c.DebugDrawer=$X;
|
|
780
|
+
$X.prototype.drawLine=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);fi(f,a,b,e)};$X.prototype.drawContactPoint=function(a,b,e,f,h){var k=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);gi(k,a,b,e,f,h)};
|
|
781
|
+
$X.prototype.reportErrorWarning=function(a){var b=this.jU;hX();a=a&&"object"===typeof a?a.jU:kX(a);hi(b,a)};$X.prototype.draw3dText=function(a,b){var e=this.jU;hX();a&&"object"===typeof a&&(a=a.jU);b=b&&"object"===typeof b?b.jU:kX(b);ii(e,a,b)};$X.prototype.setDebugMode=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ji(b,a)};$X.prototype.getDebugMode=function(){return ki(this.jU)};$X.prototype.__destroy__=function(){li(this.jU)};
|
|
782
|
+
function n(a,b,e){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);this.jU=void 0===a?mi():void 0===b?_emscripten_bind_btVector3_btVector3_1(a):void 0===e?_emscripten_bind_btVector3_btVector3_2(a,b):ni(a,b,e);l(n)[this.jU]=this}n.prototype=Object.create(g.prototype);n.prototype.constructor=n;n.prototype.kU=n;n.lU={};c.btVector3=n;n.prototype.length=n.prototype.length=function(){return oi(this.jU)};n.prototype.x=n.prototype.x=function(){return pi(this.jU)};
|
|
783
|
+
n.prototype.y=n.prototype.y=function(){return qi(this.jU)};n.prototype.z=n.prototype.z=function(){return ri(this.jU)};n.prototype.setX=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);si(b,a)};n.prototype.setY=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ti(b,a)};n.prototype.setZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ui(b,a)};
|
|
784
|
+
n.prototype.setValue=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);vi(f,a,b,e)};n.prototype.normalize=n.prototype.normalize=function(){wi(this.jU)};n.prototype.normalized=function(){return m(xi(this.jU),n)};n.prototype.rotate=n.prototype.rotate=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return m(yi(e,a,b),n)};
|
|
785
|
+
n.prototype.dot=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return zi(b,a)};n.prototype.angle=n.prototype.angle=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return Ai(b,a)};n.prototype.absolute=n.prototype.absolute=function(){return m(Bi(this.jU),n)};n.prototype.cross=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Ci(b,a),n)};
|
|
786
|
+
n.prototype.triple=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return Di(e,a,b)};n.prototype.minAxis=function(){return Ei(this.jU)};n.prototype.maxAxis=function(){return Fi(this.jU)};n.prototype.furthestAxis=function(){return Gi(this.jU)};n.prototype.closestAxis=function(){return Hi(this.jU)};
|
|
787
|
+
n.prototype.setInterpolate3=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);Ii(f,a,b,e)};n.prototype.op_mul=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Ji(b,a),n)};n.prototype.op_add=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Ki(b,a),n)};n.prototype.op_sub=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Li(b,a),n)};n.prototype.__destroy__=function(){Mi(this.jU)};
|
|
788
|
+
function C(a,b,e,f){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);this.jU=void 0===a?Ni():void 0===b?_emscripten_bind_btVector4_btVector4_1(a):void 0===e?_emscripten_bind_btVector4_btVector4_2(a,b):void 0===f?_emscripten_bind_btVector4_btVector4_3(a,b,e):Oi(a,b,e,f);l(C)[this.jU]=this}C.prototype=Object.create(g.prototype);C.prototype.constructor=C;C.prototype.kU=C;C.lU={};c.btVector4=C;
|
|
789
|
+
C.prototype.w=C.prototype.w=function(){return Pi(this.jU)};C.prototype.absolute4=function(){return m(Qi(this.jU),C)};C.prototype.maxAxis4=function(){return Ri(this.jU)};C.prototype.minAxis4=function(){return Si(this.jU)};C.prototype.closestAxis4=function(){return Ti(this.jU)};C.prototype.op_set=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ui(b,a)};C.prototype.length=C.prototype.length=function(){return Vi(this.jU)};C.prototype.x=C.prototype.x=function(){return Wi(this.jU)};
|
|
790
|
+
C.prototype.y=C.prototype.y=function(){return Xi(this.jU)};C.prototype.z=C.prototype.z=function(){return Yi(this.jU)};C.prototype.setX=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Zi(b,a)};C.prototype.setY=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);$i(b,a)};C.prototype.setZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aj(b,a)};C.prototype.normalize=C.prototype.normalize=function(){bj(this.jU)};C.prototype.normalized=function(){return m(cj(this.jU),n)};
|
|
791
|
+
C.prototype.rotate=C.prototype.rotate=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return m(dj(e,a,b),n)};C.prototype.dot=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return ej(b,a)};C.prototype.angle=C.prototype.angle=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return fj(b,a)};C.prototype.absolute=C.prototype.absolute=function(){return m(gj(this.jU),n)};
|
|
792
|
+
C.prototype.cross=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(hj(b,a),n)};C.prototype.triple=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return ij(e,a,b)};C.prototype.minAxis=function(){return jj(this.jU)};C.prototype.maxAxis=function(){return kj(this.jU)};C.prototype.furthestAxis=function(){return lj(this.jU)};C.prototype.closestAxis=function(){return mj(this.jU)};
|
|
793
|
+
C.prototype.setInterpolate3=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);nj(f,a,b,e)};C.prototype.op_mul=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(oj(b,a),n)};C.prototype.op_add=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(pj(b,a),n)};C.prototype.op_sub=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(qj(b,a),n)};C.prototype.__destroy__=function(){rj(this.jU)};
|
|
794
|
+
function B(a,b,e,f){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);this.jU=void 0===a?sj():void 0===b?_emscripten_bind_btQuaternion_btQuaternion_1(a):void 0===e?_emscripten_bind_btQuaternion_btQuaternion_2(a,b):void 0===f?_emscripten_bind_btQuaternion_btQuaternion_3(a,b,e):tj(a,b,e,f);l(B)[this.jU]=this}B.prototype=Object.create(zX.prototype);B.prototype.constructor=B;B.prototype.kU=B;B.lU={};c.btQuaternion=B;
|
|
795
|
+
B.prototype.setValue=function(a,b,e,f){var h=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);uj(h,a,b,e,f)};B.prototype.setEulerZYX=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);vj(f,a,b,e)};B.prototype.setRotation=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);wj(e,a,b)};
|
|
796
|
+
B.prototype.normalize=B.prototype.normalize=function(){xj(this.jU)};B.prototype.length2=function(){return yj(this.jU)};B.prototype.length=B.prototype.length=function(){return zj(this.jU)};B.prototype.dot=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return Aj(b,a)};B.prototype.normalized=function(){return m(Bj(this.jU),B)};B.prototype.getAxis=function(){return m(Cj(this.jU),n)};B.prototype.inverse=B.prototype.inverse=function(){return m(Dj(this.jU),B)};B.prototype.getAngle=function(){return Ej(this.jU)};
|
|
797
|
+
B.prototype.getAngleShortestPath=function(){return Fj(this.jU)};B.prototype.angle=B.prototype.angle=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return Gj(b,a)};B.prototype.angleShortestPath=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return Hj(b,a)};B.prototype.op_add=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Ij(b,a),B)};B.prototype.op_sub=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Jj(b,a),B)};
|
|
798
|
+
B.prototype.op_mul=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Kj(b,a),B)};B.prototype.op_mulq=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Lj(b,a),B)};B.prototype.op_div=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Mj(b,a),B)};B.prototype.x=B.prototype.x=function(){return Nj(this.jU)};B.prototype.y=B.prototype.y=function(){return Oj(this.jU)};B.prototype.z=B.prototype.z=function(){return Pj(this.jU)};
|
|
799
|
+
B.prototype.w=B.prototype.w=function(){return Qj(this.jU)};B.prototype.setX=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Rj(b,a)};B.prototype.setY=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Sj(b,a)};B.prototype.setZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Tj(b,a)};B.prototype.setW=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Uj(b,a)};B.prototype.__destroy__=function(){Vj(this.jU)};
|
|
800
|
+
function aY(){throw"cannot construct a btMatrix3x3, no constructor in IDL";}aY.prototype=Object.create(g.prototype);aY.prototype.constructor=aY;aY.prototype.kU=aY;aY.lU={};c.btMatrix3x3=aY;aY.prototype.setEulerZYX=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);Wj(f,a,b,e)};aY.prototype.getRotation=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Xj(b,a)};
|
|
801
|
+
aY.prototype.getRow=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Yj(b,a),n)};aY.prototype.__destroy__=function(){Zj(this.jU)};function t(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=void 0===a?ak():void 0===b?_emscripten_bind_btTransform_btTransform_1(a):bk(a,b);l(t)[this.jU]=this}t.prototype=Object.create(g.prototype);t.prototype.constructor=t;t.prototype.kU=t;t.lU={};c.btTransform=t;t.prototype.setIdentity=function(){ck(this.jU)};
|
|
802
|
+
t.prototype.setOrigin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);dk(b,a)};t.prototype.setRotation=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ek(b,a)};t.prototype.getOrigin=function(){return m(fk(this.jU),n)};t.prototype.getRotation=function(){return m(gk(this.jU),B)};t.prototype.getBasis=function(){return m(hk(this.jU),aY)};t.prototype.setFromOpenGLMatrix=function(a){var b=this.jU;hX();"object"==typeof a&&(a=lX(a));ik(b,a)};
|
|
803
|
+
t.prototype.inverse=t.prototype.inverse=function(){return m(jk(this.jU),t)};t.prototype.op_mul=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(kk(b,a),t)};t.prototype.__destroy__=function(){lk(this.jU)};function bY(){this.jU=mk();l(bY)[this.jU]=this}bY.prototype=Object.create(AX.prototype);bY.prototype.constructor=bY;bY.prototype.kU=bY;bY.lU={};c.MotionState=bY;bY.prototype.getWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nk(b,a)};
|
|
804
|
+
bY.prototype.setWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ok(b,a)};bY.prototype.__destroy__=function(){pk(this.jU)};function cY(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=void 0===a?qk():void 0===b?rk(a):sk(a,b);l(cY)[this.jU]=this}cY.prototype=Object.create(AX.prototype);cY.prototype.constructor=cY;cY.prototype.kU=cY;cY.lU={};c.btDefaultMotionState=cY;
|
|
805
|
+
cY.prototype.getWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);tk(b,a)};cY.prototype.setWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uk(b,a)};cY.prototype.get_m_graphicsWorldTrans=cY.prototype.gX=function(){return m(vk(this.jU),t)};cY.prototype.set_m_graphicsWorldTrans=cY.prototype.D0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wk(b,a)};Object.defineProperty(cY.prototype,"m_graphicsWorldTrans",{get:cY.prototype.gX,set:cY.prototype.D0});
|
|
806
|
+
cY.prototype.__destroy__=function(){xk(this.jU)};function dY(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=void 0===a?yk():void 0===b?_emscripten_bind_btSpatialForceVector_btSpatialForceVector_1(a):zk(a,b);l(dY)[this.jU]=this}dY.prototype=Object.create(g.prototype);dY.prototype.constructor=dY;dY.prototype.kU=dY;dY.lU={};c.btSpatialForceVector=dY;
|
|
807
|
+
dY.prototype.setVector=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Ak(e,a,b)};dY.prototype.addVector=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Bk(e,a,b)};dY.prototype.getLinear=function(){return m(Ck(this.jU),n)};dY.prototype.getAngular=function(){return m(Dk(this.jU),n)};dY.prototype.setLinear=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ek(b,a)};
|
|
808
|
+
dY.prototype.setAngular=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Fk(b,a)};dY.prototype.addAngular=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Gk(b,a)};dY.prototype.addLinear=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Hk(b,a)};dY.prototype.setZero=function(){Ik(this.jU)};dY.prototype.op_add=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Jk(b,a),dY)};
|
|
809
|
+
dY.prototype.op_sub=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Kk(b,a),dY)};dY.prototype.get_m_topVec=dY.prototype.QU=function(){return m(Lk(this.jU),n)};dY.prototype.set_m_topVec=dY.prototype.dV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Mk(b,a)};Object.defineProperty(dY.prototype,"m_topVec",{get:dY.prototype.QU,set:dY.prototype.dV});dY.prototype.get_m_bottomVec=dY.prototype.JU=function(){return m(Nk(this.jU),n)};
|
|
810
|
+
dY.prototype.set_m_bottomVec=dY.prototype.XU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ok(b,a)};Object.defineProperty(dY.prototype,"m_bottomVec",{get:dY.prototype.JU,set:dY.prototype.XU});dY.prototype.__destroy__=function(){Pk(this.jU)};function eY(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=void 0===a?Qk():void 0===b?_emscripten_bind_btSpatialMotionVector_btSpatialMotionVector_1(a):Rk(a,b);l(eY)[this.jU]=this}eY.prototype=Object.create(g.prototype);
|
|
811
|
+
eY.prototype.constructor=eY;eY.prototype.kU=eY;eY.lU={};c.btSpatialMotionVector=eY;eY.prototype.setVector=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Sk(e,a,b)};eY.prototype.addVector=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Tk(e,a,b)};eY.prototype.getAngular=function(){return m(Uk(this.jU),n)};eY.prototype.getLinear=function(){return m(Vk(this.jU),n)};
|
|
812
|
+
eY.prototype.setAngular=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Wk(b,a)};eY.prototype.setLinear=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Xk(b,a)};eY.prototype.addAngular=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Yk(b,a)};eY.prototype.addLinear=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Zk(b,a)};eY.prototype.setZero=function(){$k(this.jU)};eY.prototype.dot=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return al(b,a)};
|
|
813
|
+
eY.prototype.op_add=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(bl(b,a),eY)};eY.prototype.op_sub=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(cl(b,a),eY)};eY.prototype.get_m_topVec=eY.prototype.QU=function(){return m(dl(this.jU),n)};eY.prototype.set_m_topVec=eY.prototype.dV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);el(b,a)};Object.defineProperty(eY.prototype,"m_topVec",{get:eY.prototype.QU,set:eY.prototype.dV});
|
|
814
|
+
eY.prototype.get_m_bottomVec=eY.prototype.JU=function(){return m(fl(this.jU),n)};eY.prototype.set_m_bottomVec=eY.prototype.XU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gl(b,a)};Object.defineProperty(eY.prototype,"m_bottomVec",{get:eY.prototype.JU,set:eY.prototype.XU});eY.prototype.__destroy__=function(){hl(this.jU)};
|
|
815
|
+
function fY(a,b,e){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);this.jU=void 0===a?il():void 0===b?_emscripten_bind_btSymmetricSpatialDyad_btSymmetricSpatialDyad_1(a):void 0===e?_emscripten_bind_btSymmetricSpatialDyad_btSymmetricSpatialDyad_2(a,b):jl(a,b,e);l(fY)[this.jU]=this}fY.prototype=Object.create(g.prototype);fY.prototype.constructor=fY;fY.prototype.kU=fY;fY.lU={};c.btSymmetricSpatialDyad=fY;
|
|
816
|
+
fY.prototype.setMatrix=fY.prototype.setMatrix=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);kl(f,a,b,e)};fY.prototype.addMatrix=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);ll(f,a,b,e)};fY.prototype.setIdentity=function(){ml(this.jU)};fY.prototype.op_sub=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(nl(b,a),fY)};
|
|
817
|
+
fY.prototype.get_m_topLeftMat=fY.prototype.aZ=function(){return m(ol(this.jU),aY)};fY.prototype.set_m_topLeftMat=fY.prototype.G2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);pl(b,a)};Object.defineProperty(fY.prototype,"m_topLeftMat",{get:fY.prototype.aZ,set:fY.prototype.G2});fY.prototype.get_m_topRightMat=fY.prototype.bZ=function(){return m(ql(this.jU),aY)};fY.prototype.set_m_topRightMat=fY.prototype.H2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);rl(b,a)};
|
|
818
|
+
Object.defineProperty(fY.prototype,"m_topRightMat",{get:fY.prototype.bZ,set:fY.prototype.H2});fY.prototype.get_m_bottomLeftMat=fY.prototype.fW=function(){return m(sl(this.jU),aY)};fY.prototype.set_m_bottomLeftMat=fY.prototype.D_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);tl(b,a)};Object.defineProperty(fY.prototype,"m_bottomLeftMat",{get:fY.prototype.fW,set:fY.prototype.D_});fY.prototype.__destroy__=function(){ul(this.jU)};
|
|
819
|
+
function gY(){throw"cannot construct a btCollisionObjectWrapper, no constructor in IDL";}gY.prototype=Object.create(g.prototype);gY.prototype.constructor=gY;gY.prototype.kU=gY;gY.lU={};c.btCollisionObjectWrapper=gY;gY.prototype.getWorldTransform=function(){return m(vl(this.jU),t)};gY.prototype.getCollisionObject=function(){return m(wl(this.jU),q)};gY.prototype.getCollisionShape=function(){return m(xl(this.jU),mX)};
|
|
820
|
+
function D(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=yl(a,b);l(D)[this.jU]=this}D.prototype=Object.create(y.prototype);D.prototype.constructor=D;D.prototype.kU=D;D.lU={};c.ClosestRayResultCallback=D;D.prototype.hasHit=function(){return!!zl(this.jU)};D.prototype.get_m_rayFromWorld=D.prototype.OU=function(){return m(Al(this.jU),n)};D.prototype.set_m_rayFromWorld=D.prototype.bV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Bl(b,a)};
|
|
821
|
+
Object.defineProperty(D.prototype,"m_rayFromWorld",{get:D.prototype.OU,set:D.prototype.bV});D.prototype.get_m_rayToWorld=D.prototype.PU=function(){return m(Cl(this.jU),n)};D.prototype.set_m_rayToWorld=D.prototype.cV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Dl(b,a)};Object.defineProperty(D.prototype,"m_rayToWorld",{get:D.prototype.PU,set:D.prototype.cV});D.prototype.get_m_hitNormalWorld=D.prototype.wU=function(){return m(El(this.jU),n)};
|
|
822
|
+
D.prototype.set_m_hitNormalWorld=D.prototype.DU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Fl(b,a)};Object.defineProperty(D.prototype,"m_hitNormalWorld",{get:D.prototype.wU,set:D.prototype.DU});D.prototype.get_m_hitPointWorld=D.prototype.xU=function(){return m(Gl(this.jU),n)};D.prototype.set_m_hitPointWorld=D.prototype.EU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Hl(b,a)};Object.defineProperty(D.prototype,"m_hitPointWorld",{get:D.prototype.xU,set:D.prototype.EU});
|
|
823
|
+
D.prototype.get_m_collisionFilterGroup=D.prototype.mU=function(){return Il(this.jU)};D.prototype.set_m_collisionFilterGroup=D.prototype.oU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Jl(b,a)};Object.defineProperty(D.prototype,"m_collisionFilterGroup",{get:D.prototype.mU,set:D.prototype.oU});D.prototype.get_m_collisionFilterMask=D.prototype.nU=function(){return Kl(this.jU)};
|
|
824
|
+
D.prototype.set_m_collisionFilterMask=D.prototype.pU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ll(b,a)};Object.defineProperty(D.prototype,"m_collisionFilterMask",{get:D.prototype.nU,set:D.prototype.pU});D.prototype.get_m_closestHitFraction=D.prototype.qU=function(){return Ml(this.jU)};D.prototype.set_m_closestHitFraction=D.prototype.sU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Nl(b,a)};Object.defineProperty(D.prototype,"m_closestHitFraction",{get:D.prototype.qU,set:D.prototype.sU});
|
|
825
|
+
D.prototype.get_m_collisionObject=D.prototype.uU=function(){return m(Ol(this.jU),q)};D.prototype.set_m_collisionObject=D.prototype.BU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Pl(b,a)};Object.defineProperty(D.prototype,"m_collisionObject",{get:D.prototype.uU,set:D.prototype.BU});D.prototype.get_m_flags=D.prototype.rU=function(){return Ql(this.jU)};D.prototype.set_m_flags=D.prototype.tU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Rl(b,a)};
|
|
826
|
+
Object.defineProperty(D.prototype,"m_flags",{get:D.prototype.rU,set:D.prototype.tU});D.prototype.__destroy__=function(){Sl(this.jU)};function hY(){throw"cannot construct a btConstCollisionObjectArray, no constructor in IDL";}hY.prototype=Object.create(g.prototype);hY.prototype.constructor=hY;hY.prototype.kU=hY;hY.lU={};c.btConstCollisionObjectArray=hY;hY.prototype.size=hY.prototype.size=function(){return Tl(this.jU)};
|
|
827
|
+
hY.prototype.at=hY.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Ul(b,a),q)};hY.prototype.__destroy__=function(){Vl(this.jU)};function iY(){throw"cannot construct a btScalarArray, no constructor in IDL";}iY.prototype=Object.create(g.prototype);iY.prototype.constructor=iY;iY.prototype.kU=iY;iY.lU={};c.btScalarArray=iY;iY.prototype.size=iY.prototype.size=function(){return Wl(this.jU)};
|
|
828
|
+
iY.prototype.at=iY.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return Xl(b,a)};iY.prototype.__destroy__=function(){Yl(this.jU)};function E(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=Zl(a,b);l(E)[this.jU]=this}E.prototype=Object.create(y.prototype);E.prototype.constructor=E;E.prototype.kU=E;E.lU={};c.AllHitsRayResultCallback=E;E.prototype.hasHit=function(){return!!$l(this.jU)};
|
|
829
|
+
E.prototype.get_m_collisionObjects=E.prototype.xW=function(){return m(am(this.jU),hY)};E.prototype.set_m_collisionObjects=E.prototype.V_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);bm(b,a)};Object.defineProperty(E.prototype,"m_collisionObjects",{get:E.prototype.xW,set:E.prototype.V_});E.prototype.get_m_rayFromWorld=E.prototype.OU=function(){return m(cm(this.jU),n)};E.prototype.set_m_rayFromWorld=E.prototype.bV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);dm(b,a)};
|
|
830
|
+
Object.defineProperty(E.prototype,"m_rayFromWorld",{get:E.prototype.OU,set:E.prototype.bV});E.prototype.get_m_rayToWorld=E.prototype.PU=function(){return m(em(this.jU),n)};E.prototype.set_m_rayToWorld=E.prototype.cV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);fm(b,a)};Object.defineProperty(E.prototype,"m_rayToWorld",{get:E.prototype.PU,set:E.prototype.cV});E.prototype.get_m_hitNormalWorld=E.prototype.wU=function(){return m(gm(this.jU),jY)};
|
|
831
|
+
E.prototype.set_m_hitNormalWorld=E.prototype.DU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);hm(b,a)};Object.defineProperty(E.prototype,"m_hitNormalWorld",{get:E.prototype.wU,set:E.prototype.DU});E.prototype.get_m_hitPointWorld=E.prototype.xU=function(){return m(im(this.jU),jY)};E.prototype.set_m_hitPointWorld=E.prototype.EU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);jm(b,a)};Object.defineProperty(E.prototype,"m_hitPointWorld",{get:E.prototype.xU,set:E.prototype.EU});
|
|
832
|
+
E.prototype.get_m_hitFractions=E.prototype.lX=function(){return m(km(this.jU),iY)};E.prototype.set_m_hitFractions=E.prototype.I0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);lm(b,a)};Object.defineProperty(E.prototype,"m_hitFractions",{get:E.prototype.lX,set:E.prototype.I0});E.prototype.get_m_collisionFilterGroup=E.prototype.mU=function(){return mm(this.jU)};E.prototype.set_m_collisionFilterGroup=E.prototype.oU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nm(b,a)};
|
|
833
|
+
Object.defineProperty(E.prototype,"m_collisionFilterGroup",{get:E.prototype.mU,set:E.prototype.oU});E.prototype.get_m_collisionFilterMask=E.prototype.nU=function(){return om(this.jU)};E.prototype.set_m_collisionFilterMask=E.prototype.pU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);pm(b,a)};Object.defineProperty(E.prototype,"m_collisionFilterMask",{get:E.prototype.nU,set:E.prototype.pU});E.prototype.get_m_closestHitFraction=E.prototype.qU=function(){return qm(this.jU)};
|
|
834
|
+
E.prototype.set_m_closestHitFraction=E.prototype.sU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);rm(b,a)};Object.defineProperty(E.prototype,"m_closestHitFraction",{get:E.prototype.qU,set:E.prototype.sU});E.prototype.get_m_collisionObject=E.prototype.uU=function(){return m(sm(this.jU),q)};E.prototype.set_m_collisionObject=E.prototype.BU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);tm(b,a)};Object.defineProperty(E.prototype,"m_collisionObject",{get:E.prototype.uU,set:E.prototype.BU});
|
|
835
|
+
E.prototype.get_m_flags=E.prototype.rU=function(){return um(this.jU)};E.prototype.set_m_flags=E.prototype.tU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wm(b,a)};Object.defineProperty(E.prototype,"m_flags",{get:E.prototype.rU,set:E.prototype.tU});E.prototype.__destroy__=function(){xm(this.jU)};function F(){throw"cannot construct a btManifoldPoint, no constructor in IDL";}F.prototype=Object.create(g.prototype);F.prototype.constructor=F;F.prototype.kU=F;F.lU={};c.btManifoldPoint=F;
|
|
836
|
+
F.prototype.getPositionWorldOnA=function(){return m(ym(this.jU),n)};F.prototype.getPositionWorldOnB=function(){return m(zm(this.jU),n)};F.prototype.getAppliedImpulse=function(){return Am(this.jU)};F.prototype.getDistance=function(){return Bm(this.jU)};F.prototype.get_m_localPointA=F.prototype.VX=function(){return m(Cm(this.jU),n)};F.prototype.set_m_localPointA=F.prototype.t1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Dm(b,a)};
|
|
837
|
+
Object.defineProperty(F.prototype,"m_localPointA",{get:F.prototype.VX,set:F.prototype.t1});F.prototype.get_m_localPointB=F.prototype.WX=function(){return m(Em(this.jU),n)};F.prototype.set_m_localPointB=F.prototype.u1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Fm(b,a)};Object.defineProperty(F.prototype,"m_localPointB",{get:F.prototype.WX,set:F.prototype.u1});F.prototype.get_m_positionWorldOnB=F.prototype.vY=function(){return m(Gm(this.jU),n)};
|
|
838
|
+
F.prototype.set_m_positionWorldOnB=F.prototype.W1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Hm(b,a)};Object.defineProperty(F.prototype,"m_positionWorldOnB",{get:F.prototype.vY,set:F.prototype.W1});F.prototype.get_m_positionWorldOnA=F.prototype.uY=function(){return m(Im(this.jU),n)};F.prototype.set_m_positionWorldOnA=F.prototype.V1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Jm(b,a)};Object.defineProperty(F.prototype,"m_positionWorldOnA",{get:F.prototype.uY,set:F.prototype.V1});
|
|
839
|
+
F.prototype.get_m_normalWorldOnB=F.prototype.lY=function(){return m(Km(this.jU),n)};F.prototype.set_m_normalWorldOnB=F.prototype.M1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Lm(b,a)};Object.defineProperty(F.prototype,"m_normalWorldOnB",{get:F.prototype.lY,set:F.prototype.M1});F.prototype.get_m_userPersistentData=F.prototype.iZ=function(){return Mm(this.jU)};F.prototype.set_m_userPersistentData=F.prototype.O2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Nm(b,a)};
|
|
840
|
+
Object.defineProperty(F.prototype,"m_userPersistentData",{get:F.prototype.iZ,set:F.prototype.O2});F.prototype.__destroy__=function(){Om(this.jU)};function kY(){this.jU=Pm();l(kY)[this.jU]=this}kY.prototype=Object.create(BX.prototype);kY.prototype.constructor=kY;kY.prototype.kU=kY;kY.lU={};c.ConcreteContactResultCallback=kY;
|
|
841
|
+
kY.prototype.addSingleResult=function(a,b,e,f,h,k,r){var v=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);return Qm(v,a,b,e,f,h,k,r)};kY.prototype.__destroy__=function(){Rm(this.jU)};function lY(){throw"cannot construct a LocalShapeInfo, no constructor in IDL";}lY.prototype=Object.create(g.prototype);
|
|
842
|
+
lY.prototype.constructor=lY;lY.prototype.kU=lY;lY.lU={};c.LocalShapeInfo=lY;lY.prototype.get_m_shapePart=lY.prototype.JY=function(){return Sm(this.jU)};lY.prototype.set_m_shapePart=lY.prototype.l2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Tm(b,a)};Object.defineProperty(lY.prototype,"m_shapePart",{get:lY.prototype.JY,set:lY.prototype.l2});lY.prototype.get_m_triangleIndex=lY.prototype.cZ=function(){return Um(this.jU)};
|
|
843
|
+
lY.prototype.set_m_triangleIndex=lY.prototype.I2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Vm(b,a)};Object.defineProperty(lY.prototype,"m_triangleIndex",{get:lY.prototype.cZ,set:lY.prototype.I2});lY.prototype.__destroy__=function(){Wm(this.jU)};function G(a,b,e,f,h){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);this.jU=Xm(a,b,e,f,h);l(G)[this.jU]=this}
|
|
844
|
+
G.prototype=Object.create(g.prototype);G.prototype.constructor=G;G.prototype.kU=G;G.lU={};c.LocalConvexResult=G;G.prototype.get_m_hitCollisionObject=G.prototype.MU=function(){return m(Ym(this.jU),q)};G.prototype.set_m_hitCollisionObject=G.prototype.$U=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Zm(b,a)};Object.defineProperty(G.prototype,"m_hitCollisionObject",{get:G.prototype.MU,set:G.prototype.$U});G.prototype.get_m_localShapeInfo=G.prototype.XX=function(){return m($m(this.jU),lY)};
|
|
845
|
+
G.prototype.set_m_localShapeInfo=G.prototype.v1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);an(b,a)};Object.defineProperty(G.prototype,"m_localShapeInfo",{get:G.prototype.XX,set:G.prototype.v1});G.prototype.get_m_hitNormalLocal=G.prototype.nX=function(){return m(bn(this.jU),n)};G.prototype.set_m_hitNormalLocal=G.prototype.K0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);cn(b,a)};Object.defineProperty(G.prototype,"m_hitNormalLocal",{get:G.prototype.nX,set:G.prototype.K0});
|
|
846
|
+
G.prototype.get_m_hitPointLocal=G.prototype.pX=function(){return m(dn(this.jU),n)};G.prototype.set_m_hitPointLocal=G.prototype.M0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);en(b,a)};Object.defineProperty(G.prototype,"m_hitPointLocal",{get:G.prototype.pX,set:G.prototype.M0});G.prototype.get_m_hitFraction=G.prototype.kX=function(){return fn(this.jU)};G.prototype.set_m_hitFraction=G.prototype.H0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gn(b,a)};
|
|
847
|
+
Object.defineProperty(G.prototype,"m_hitFraction",{get:G.prototype.kX,set:G.prototype.H0});G.prototype.__destroy__=function(){hn(this.jU)};function I(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=jn(a,b);l(I)[this.jU]=this}I.prototype=Object.create(CX.prototype);I.prototype.constructor=I;I.prototype.kU=I;I.lU={};c.ClosestConvexResultCallback=I;I.prototype.hasHit=function(){return!!kn(this.jU)};
|
|
848
|
+
I.prototype.get_m_hitCollisionObject=I.prototype.MU=function(){return m(ln(this.jU),q)};I.prototype.set_m_hitCollisionObject=I.prototype.$U=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mn(b,a)};Object.defineProperty(I.prototype,"m_hitCollisionObject",{get:I.prototype.MU,set:I.prototype.$U});I.prototype.get_m_convexFromWorld=I.prototype.FW=function(){return m(nn(this.jU),n)};
|
|
849
|
+
I.prototype.set_m_convexFromWorld=I.prototype.b0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);on(b,a)};Object.defineProperty(I.prototype,"m_convexFromWorld",{get:I.prototype.FW,set:I.prototype.b0});I.prototype.get_m_convexToWorld=I.prototype.GW=function(){return m(pn(this.jU),n)};I.prototype.set_m_convexToWorld=I.prototype.c0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qn(b,a)};Object.defineProperty(I.prototype,"m_convexToWorld",{get:I.prototype.GW,set:I.prototype.c0});
|
|
850
|
+
I.prototype.get_m_hitNormalWorld=I.prototype.wU=function(){return m(rn(this.jU),n)};I.prototype.set_m_hitNormalWorld=I.prototype.DU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sn(b,a)};Object.defineProperty(I.prototype,"m_hitNormalWorld",{get:I.prototype.wU,set:I.prototype.DU});I.prototype.get_m_hitPointWorld=I.prototype.xU=function(){return m(tn(this.jU),n)};I.prototype.set_m_hitPointWorld=I.prototype.EU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);un(b,a)};
|
|
851
|
+
Object.defineProperty(I.prototype,"m_hitPointWorld",{get:I.prototype.xU,set:I.prototype.EU});I.prototype.get_m_collisionFilterGroup=I.prototype.mU=function(){return vn(this.jU)};I.prototype.set_m_collisionFilterGroup=I.prototype.oU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wn(b,a)};Object.defineProperty(I.prototype,"m_collisionFilterGroup",{get:I.prototype.mU,set:I.prototype.oU});I.prototype.get_m_collisionFilterMask=I.prototype.nU=function(){return xn(this.jU)};
|
|
852
|
+
I.prototype.set_m_collisionFilterMask=I.prototype.pU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yn(b,a)};Object.defineProperty(I.prototype,"m_collisionFilterMask",{get:I.prototype.nU,set:I.prototype.pU});I.prototype.get_m_closestHitFraction=I.prototype.qU=function(){return zn(this.jU)};I.prototype.set_m_closestHitFraction=I.prototype.sU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);An(b,a)};Object.defineProperty(I.prototype,"m_closestHitFraction",{get:I.prototype.qU,set:I.prototype.sU});
|
|
853
|
+
I.prototype.__destroy__=function(){Bn(this.jU)};function mY(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=void 0===b?Cn(a):Dn(a,b);l(mY)[this.jU]=this}mY.prototype=Object.create(DX.prototype);mY.prototype.constructor=mY;mY.prototype.kU=mY;mY.lU={};c.btConvexTriangleMeshShape=mY;mY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);En(b,a)};mY.prototype.getLocalScaling=function(){return m(Fn(this.jU),n)};
|
|
854
|
+
mY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Gn(e,a,b)};mY.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Hn(b,a)};mY.prototype.getMargin=function(){return In(this.jU)};mY.prototype.__destroy__=function(){Jn(this.jU)};function nY(a){a&&"object"===typeof a&&(a=a.jU);this.jU=Kn(a);l(nY)[this.jU]=this}nY.prototype=Object.create(mX.prototype);nY.prototype.constructor=nY;
|
|
855
|
+
nY.prototype.kU=nY;nY.lU={};c.btBoxShape=nY;nY.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ln(b,a)};nY.prototype.getMargin=function(){return Mn(this.jU)};nY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Nn(b,a)};nY.prototype.getLocalScaling=function(){return m(On(this.jU),n)};nY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Pn(e,a,b)};
|
|
856
|
+
nY.prototype.__destroy__=function(){Qn(this.jU)};function oY(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=Rn(a,b);l(oY)[this.jU]=this}oY.prototype=Object.create(EX.prototype);oY.prototype.constructor=oY;oY.prototype.kU=oY;oY.lU={};c.btCapsuleShapeX=oY;oY.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Sn(b,a)};oY.prototype.getMargin=function(){return Tn(this.jU)};oY.prototype.getUpAxis=function(){return Un(this.jU)};
|
|
857
|
+
oY.prototype.getRadius=function(){return Vn(this.jU)};oY.prototype.getHalfHeight=function(){return Wn(this.jU)};oY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Xn(b,a)};oY.prototype.getLocalScaling=function(){return m(Yn(this.jU),n)};oY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Zn(e,a,b)};oY.prototype.__destroy__=function(){$n(this.jU)};
|
|
858
|
+
function pY(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=ao(a,b);l(pY)[this.jU]=this}pY.prototype=Object.create(EX.prototype);pY.prototype.constructor=pY;pY.prototype.kU=pY;pY.lU={};c.btCapsuleShapeZ=pY;pY.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);bo(b,a)};pY.prototype.getMargin=function(){return co(this.jU)};pY.prototype.getUpAxis=function(){return eo(this.jU)};pY.prototype.getRadius=function(){return fo(this.jU)};
|
|
859
|
+
pY.prototype.getHalfHeight=function(){return go(this.jU)};pY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ho(b,a)};pY.prototype.getLocalScaling=function(){return m(io(this.jU),n)};pY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);jo(e,a,b)};pY.prototype.__destroy__=function(){ko(this.jU)};function qY(a){a&&"object"===typeof a&&(a=a.jU);this.jU=lo(a);l(qY)[this.jU]=this}
|
|
860
|
+
qY.prototype=Object.create(FX.prototype);qY.prototype.constructor=qY;qY.prototype.kU=qY;qY.lU={};c.btCylinderShapeX=qY;qY.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mo(b,a)};qY.prototype.getMargin=function(){return no(this.jU)};qY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);oo(b,a)};qY.prototype.getLocalScaling=function(){return m(po(this.jU),n)};
|
|
861
|
+
qY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);qo(e,a,b)};qY.prototype.__destroy__=function(){ro(this.jU)};function rY(a){a&&"object"===typeof a&&(a=a.jU);this.jU=so(a);l(rY)[this.jU]=this}rY.prototype=Object.create(FX.prototype);rY.prototype.constructor=rY;rY.prototype.kU=rY;rY.lU={};c.btCylinderShapeZ=rY;rY.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);to(b,a)};
|
|
862
|
+
rY.prototype.getMargin=function(){return uo(this.jU)};rY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);vo(b,a)};rY.prototype.getLocalScaling=function(){return m(wo(this.jU),n)};rY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);xo(e,a,b)};rY.prototype.__destroy__=function(){yo(this.jU)};function sY(a){a&&"object"===typeof a&&(a=a.jU);this.jU=zo(a);l(sY)[this.jU]=this}sY.prototype=Object.create(mX.prototype);
|
|
863
|
+
sY.prototype.constructor=sY;sY.prototype.kU=sY;sY.lU={};c.btSphereShape=sY;sY.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ao(b,a)};sY.prototype.getMargin=function(){return Bo(this.jU)};sY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Co(b,a)};sY.prototype.getLocalScaling=function(){return m(Do(this.jU),n)};
|
|
864
|
+
sY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Eo(e,a,b)};sY.prototype.__destroy__=function(){Fo(this.jU)};function tY(a,b,e){hX();a&&"object"===typeof a&&(a=a.jU);"object"==typeof b&&(b=lX(b));e&&"object"===typeof e&&(e=e.jU);this.jU=Go(a,b,e);l(tY)[this.jU]=this}tY.prototype=Object.create(mX.prototype);tY.prototype.constructor=tY;tY.prototype.kU=tY;tY.lU={};c.btMultiSphereShape=tY;
|
|
865
|
+
tY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ho(b,a)};tY.prototype.getLocalScaling=function(){return m(Io(this.jU),n)};tY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Jo(e,a,b)};tY.prototype.__destroy__=function(){Ko(this.jU)};function uY(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=Lo(a,b);l(uY)[this.jU]=this}uY.prototype=Object.create(GX.prototype);
|
|
866
|
+
uY.prototype.constructor=uY;uY.prototype.kU=uY;uY.lU={};c.btConeShapeX=uY;uY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Mo(b,a)};uY.prototype.getLocalScaling=function(){return m(No(this.jU),n)};uY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Oo(e,a,b)};uY.prototype.__destroy__=function(){Po(this.jU)};
|
|
867
|
+
function vY(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=Qo(a,b);l(vY)[this.jU]=this}vY.prototype=Object.create(GX.prototype);vY.prototype.constructor=vY;vY.prototype.kU=vY;vY.lU={};c.btConeShapeZ=vY;vY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ro(b,a)};vY.prototype.getLocalScaling=function(){return m(So(this.jU),n)};
|
|
868
|
+
vY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);To(e,a,b)};vY.prototype.__destroy__=function(){Uo(this.jU)};function wY(){throw"cannot construct a btIntArray, no constructor in IDL";}wY.prototype=Object.create(g.prototype);wY.prototype.constructor=wY;wY.prototype.kU=wY;wY.lU={};c.btIntArray=wY;wY.prototype.size=wY.prototype.size=function(){return Vo(this.jU)};
|
|
869
|
+
wY.prototype.at=wY.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return Wo(b,a)};wY.prototype.__destroy__=function(){Xo(this.jU)};function xY(){throw"cannot construct a btFace, no constructor in IDL";}xY.prototype=Object.create(g.prototype);xY.prototype.constructor=xY;xY.prototype.kU=xY;xY.lU={};c.btFace=xY;xY.prototype.get_m_indices=xY.prototype.sX=function(){return m(Yo(this.jU),wY)};
|
|
870
|
+
xY.prototype.set_m_indices=xY.prototype.P0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Zo(b,a)};Object.defineProperty(xY.prototype,"m_indices",{get:xY.prototype.sX,set:xY.prototype.P0});xY.prototype.get_m_plane=xY.prototype.sY=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return $o(b,a)};xY.prototype.set_m_plane=xY.prototype.T1=function(a,b){var e=this.jU;hX();a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);ap(e,a,b)};
|
|
871
|
+
Object.defineProperty(xY.prototype,"m_plane",{get:xY.prototype.sY,set:xY.prototype.T1});xY.prototype.__destroy__=function(){bp(this.jU)};function jY(){this.jU=cp();l(jY)[this.jU]=this}jY.prototype=Object.create(g.prototype);jY.prototype.constructor=jY;jY.prototype.kU=jY;jY.lU={};c.btVector3Array=jY;jY.prototype.size=jY.prototype.size=function(){return dp(this.jU)};jY.prototype.at=jY.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(ep(b,a),n)};
|
|
872
|
+
jY.prototype.clear=jY.prototype.clear=function(){fp(this.jU)};jY.prototype.pop_back=function(){gp(this.jU)};jY.prototype.resize=jY.prototype.resize=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);hp(e,a,b)};jY.prototype.expandNonInitializing=function(){return m(ip(this.jU),n)};jY.prototype.expand=jY.prototype.expand=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(jp(b,a),n)};
|
|
873
|
+
jY.prototype.push_back=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);kp(b,a)};jY.prototype.capacity=function(){return lp(this.jU)};jY.prototype.reserve=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mp(b,a)};jY.prototype.__destroy__=function(){np(this.jU)};function yY(){this.jU=op();l(yY)[this.jU]=this}yY.prototype=Object.create(g.prototype);yY.prototype.constructor=yY;yY.prototype.kU=yY;yY.lU={};c.btQuaternionArray=yY;yY.prototype.size=yY.prototype.size=function(){return pp(this.jU)};
|
|
874
|
+
yY.prototype.at=yY.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(qp(b,a),B)};yY.prototype.clear=yY.prototype.clear=function(){rp(this.jU)};yY.prototype.pop_back=function(){sp(this.jU)};yY.prototype.resize=yY.prototype.resize=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);tp(e,a,b)};yY.prototype.expandNonInitializing=function(){return m(up(this.jU),B)};
|
|
875
|
+
yY.prototype.expand=yY.prototype.expand=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(vp(b,a),B)};yY.prototype.push_back=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wp(b,a)};yY.prototype.capacity=function(){return xp(this.jU)};yY.prototype.reserve=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yp(b,a)};yY.prototype.__destroy__=function(){zp(this.jU)};function zY(){this.jU=Ap();l(zY)[this.jU]=this}zY.prototype=Object.create(g.prototype);
|
|
876
|
+
zY.prototype.constructor=zY;zY.prototype.kU=zY;zY.lU={};c.btMatrix3x3Array=zY;zY.prototype.size=zY.prototype.size=function(){return Bp(this.jU)};zY.prototype.at=zY.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Cp(b,a),aY)};zY.prototype.clear=zY.prototype.clear=function(){Dp(this.jU)};zY.prototype.pop_back=function(){Ep(this.jU)};
|
|
877
|
+
zY.prototype.resize=zY.prototype.resize=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Fp(e,a,b)};zY.prototype.expandNonInitializing=function(){return m(Gp(this.jU),aY)};zY.prototype.expand=zY.prototype.expand=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Hp(b,a),aY)};zY.prototype.push_back=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ip(b,a)};zY.prototype.capacity=function(){return Jp(this.jU)};
|
|
878
|
+
zY.prototype.reserve=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Kp(b,a)};zY.prototype.__destroy__=function(){Lp(this.jU)};function AY(){this.jU=Mp();l(AY)[this.jU]=this}AY.prototype=Object.create(g.prototype);AY.prototype.constructor=AY;AY.prototype.kU=AY;AY.lU={};c.btFaceArray=AY;AY.prototype.size=AY.prototype.size=function(){return Np(this.jU)};AY.prototype.at=AY.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Op(b,a),xY)};
|
|
879
|
+
AY.prototype.clear=AY.prototype.clear=function(){Pp(this.jU)};AY.prototype.pop_back=function(){Qp(this.jU)};AY.prototype.resize=AY.prototype.resize=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Rp(e,a,b)};AY.prototype.expandNonInitializing=function(){return m(Sp(this.jU),xY)};AY.prototype.expand=AY.prototype.expand=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Tp(b,a),xY)};
|
|
880
|
+
AY.prototype.push_back=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Up(b,a)};AY.prototype.capacity=function(){return Vp(this.jU)};AY.prototype.reserve=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Wp(b,a)};AY.prototype.__destroy__=function(){Xp(this.jU)};function BY(){throw"cannot construct a btConvexPolyhedron, no constructor in IDL";}BY.prototype=Object.create(g.prototype);BY.prototype.constructor=BY;BY.prototype.kU=BY;BY.lU={};c.btConvexPolyhedron=BY;
|
|
881
|
+
BY.prototype.get_m_vertices=BY.prototype.lZ=function(){return m(Yp(this.jU),jY)};BY.prototype.set_m_vertices=BY.prototype.R2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Zp(b,a)};Object.defineProperty(BY.prototype,"m_vertices",{get:BY.prototype.lZ,set:BY.prototype.R2});BY.prototype.get_m_faces=BY.prototype.KU=function(){return m($p(this.jU),AY)};BY.prototype.set_m_faces=BY.prototype.YU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aq(b,a)};
|
|
882
|
+
Object.defineProperty(BY.prototype,"m_faces",{get:BY.prototype.KU,set:BY.prototype.YU});BY.prototype.__destroy__=function(){bq(this.jU)};function CY(a,b){hX();"object"==typeof a&&(a=lX(a));b&&"object"===typeof b&&(b=b.jU);this.jU=void 0===a?cq():void 0===b?dq(a):eq(a,b);l(CY)[this.jU]=this}CY.prototype=Object.create(mX.prototype);CY.prototype.constructor=CY;CY.prototype.kU=CY;CY.lU={};c.btConvexHullShape=CY;
|
|
883
|
+
CY.prototype.addPoint=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?fq(e,a):gq(e,a,b)};CY.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);hq(b,a)};CY.prototype.getMargin=function(){return iq(this.jU)};CY.prototype.getNumVertices=function(){return jq(this.jU)};CY.prototype.initializePolyhedralFeatures=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return!!kq(b,a)};CY.prototype.recalcLocalAabb=function(){lq(this.jU)};
|
|
884
|
+
CY.prototype.getConvexPolyhedron=function(){return m(mq(this.jU),BY)};CY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nq(b,a)};CY.prototype.getLocalScaling=function(){return m(oq(this.jU),n)};CY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);pq(e,a,b)};CY.prototype.__destroy__=function(){qq(this.jU)};
|
|
885
|
+
function DY(a){a&&"object"===typeof a&&(a=a.jU);this.jU=rq(a);l(DY)[this.jU]=this}DY.prototype=Object.create(g.prototype);DY.prototype.constructor=DY;DY.prototype.kU=DY;DY.lU={};c.btShapeHull=DY;DY.prototype.buildHull=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return!!sq(b,a)};DY.prototype.numVertices=function(){return tq(this.jU)};DY.prototype.getVertexPointer=function(){return m(uq(this.jU),n)};DY.prototype.__destroy__=function(){vq(this.jU)};
|
|
886
|
+
function EY(a){a&&"object"===typeof a&&(a=a.jU);this.jU=void 0===a?wq():xq(a);l(EY)[this.jU]=this}EY.prototype=Object.create(mX.prototype);EY.prototype.constructor=EY;EY.prototype.kU=EY;EY.lU={};c.btCompoundShape=EY;EY.prototype.addChildShape=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);yq(e,a,b)};EY.prototype.removeChildShape=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);zq(b,a)};
|
|
887
|
+
EY.prototype.removeChildShapeByIndex=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Aq(b,a)};EY.prototype.getNumChildShapes=function(){return Bq(this.jU)};EY.prototype.getChildShape=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Cq(b,a),mX)};EY.prototype.updateChildTransform=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);void 0===e?Dq(f,a,b):Eq(f,a,b,e)};
|
|
888
|
+
EY.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Fq(b,a)};EY.prototype.getMargin=function(){return Gq(this.jU)};EY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Hq(b,a)};EY.prototype.getLocalScaling=function(){return m(Iq(this.jU),n)};EY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Jq(e,a,b)};EY.prototype.__destroy__=function(){Kq(this.jU)};
|
|
889
|
+
function FY(){throw"cannot construct a btIndexedMesh, no constructor in IDL";}FY.prototype=Object.create(g.prototype);FY.prototype.constructor=FY;FY.prototype.kU=FY;FY.lU={};c.btIndexedMesh=FY;FY.prototype.get_m_numTriangles=FY.prototype.nY=function(){return Lq(this.jU)};FY.prototype.set_m_numTriangles=FY.prototype.O1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Mq(b,a)};Object.defineProperty(FY.prototype,"m_numTriangles",{get:FY.prototype.nY,set:FY.prototype.O1});
|
|
890
|
+
FY.prototype.__destroy__=function(){Nq(this.jU)};function GY(){throw"cannot construct a btIndexedMeshArray, no constructor in IDL";}GY.prototype=Object.create(g.prototype);GY.prototype.constructor=GY;GY.prototype.kU=GY;GY.lU={};c.btIndexedMeshArray=GY;GY.prototype.size=GY.prototype.size=function(){return Oq(this.jU)};GY.prototype.at=GY.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Pq(b,a),FY)};GY.prototype.__destroy__=function(){Qq(this.jU)};
|
|
891
|
+
function HY(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=void 0===a?Rq():void 0===b?Sq(a):Tq(a,b);l(HY)[this.jU]=this}HY.prototype=Object.create(HX.prototype);HY.prototype.constructor=HY;HY.prototype.kU=HY;HY.lU={};c.btTriangleMesh=HY;HY.prototype.addTriangle=function(a,b,e,f){var h=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);void 0===f?Uq(h,a,b,e):Vq(h,a,b,e,f)};
|
|
892
|
+
HY.prototype.addTriangleIndices=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);Wq(f,a,b,e)};HY.prototype.findOrAddVertex=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return Xq(e,a,b)};HY.prototype.addIndex=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Yq(b,a)};HY.prototype.getIndexedMeshArray=function(){return m(Zq(this.jU),GY)};
|
|
893
|
+
HY.prototype.setScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);$q(b,a)};HY.prototype.__destroy__=function(){ar(this.jU)};function IY(){throw"cannot construct a btTriangleCallback_implJS, no constructor in IDL";}IY.prototype=Object.create(IX.prototype);IY.prototype.constructor=IY;IY.prototype.kU=IY;IY.lU={};c.btTriangleCallback_implJS=IY;
|
|
894
|
+
IY.prototype.processTriangle=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);br(f,a,b,e)};IY.prototype.__destroy__=function(){cr(this.jU)};function JY(){this.jU=dr();l(JY)[this.jU]=this}JY.prototype=Object.create(uX.prototype);JY.prototype.constructor=JY;JY.prototype.kU=JY;JY.lU={};c.btEmptyShape=JY;JY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);er(b,a)};
|
|
895
|
+
JY.prototype.getLocalScaling=function(){return m(fr(this.jU),n)};JY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);gr(e,a,b)};JY.prototype.__destroy__=function(){hr(this.jU)};function KY(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=ir(a,b);l(KY)[this.jU]=this}KY.prototype=Object.create(uX.prototype);KY.prototype.constructor=KY;KY.prototype.kU=KY;KY.lU={};c.btStaticPlaneShape=KY;
|
|
896
|
+
KY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);jr(b,a)};KY.prototype.getLocalScaling=function(){return m(kr(this.jU),n)};KY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);lr(e,a,b)};KY.prototype.__destroy__=function(){mr(this.jU)};
|
|
897
|
+
function LY(a,b,e){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);this.jU=void 0===e?nr(a,b):or(a,b,e);l(LY)[this.jU]=this}LY.prototype=Object.create(JX.prototype);LY.prototype.constructor=LY;LY.prototype.kU=LY;LY.lU={};c.btBvhTriangleMeshShape=LY;LY.prototype.performRaycast=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);pr(f,a,b,e)};
|
|
898
|
+
LY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qr(b,a)};LY.prototype.getLocalScaling=function(){return m(rr(this.jU),n)};LY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);sr(e,a,b)};LY.prototype.__destroy__=function(){tr(this.jU)};
|
|
899
|
+
function MY(a,b,e,f,h,k,r,v,H){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);v&&"object"===typeof v&&(v=v.jU);H&&"object"===typeof H&&(H=H.jU);this.jU=ur(a,b,e,f,h,k,r,v,H);l(MY)[this.jU]=this}MY.prototype=Object.create(uX.prototype);MY.prototype.constructor=MY;MY.prototype.kU=MY;MY.lU={};
|
|
900
|
+
c.btHeightfieldTerrainShape=MY;MY.prototype.setMargin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);vr(b,a)};MY.prototype.getMargin=function(){return wr(this.jU)};MY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);xr(b,a)};MY.prototype.getLocalScaling=function(){return m(yr(this.jU),n)};MY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);zr(e,a,b)};
|
|
901
|
+
MY.prototype.__destroy__=function(){Ar(this.jU)};function NY(a,b,e,f){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);this.jU=Br(a,b,e,f);l(NY)[this.jU]=this}NY.prototype=Object.create(g.prototype);NY.prototype.constructor=NY;NY.prototype.kU=NY;NY.lU={};c.btAABB=NY;NY.prototype.invalidate=function(){Cr(this.jU)};NY.prototype.increment_margin=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Dr(b,a)};
|
|
902
|
+
NY.prototype.copy_with_margin=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Er(e,a,b)};NY.prototype.__destroy__=function(){Fr(this.jU)};function OY(){this.jU=Gr();l(OY)[this.jU]=this}OY.prototype=Object.create(g.prototype);OY.prototype.constructor=OY;OY.prototype.kU=OY;OY.lU={};c.btPrimitiveTriangle=OY;OY.prototype.__destroy__=function(){Hr(this.jU)};
|
|
903
|
+
function PY(a,b,e){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);this.jU=Ir(a,b,e);l(PY)[this.jU]=this}PY.prototype=Object.create(g.prototype);PY.prototype.constructor=PY;PY.prototype.kU=PY;PY.lU={};c.btTriangleShapeEx=PY;PY.prototype.getAabb=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);Jr(f,a,b,e)};
|
|
904
|
+
PY.prototype.applyTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Kr(b,a)};PY.prototype.__destroy__=function(){Lr(this.jU)};function QY(){this.jU=Mr();l(QY)[this.jU]=this}QY.prototype=Object.create(g.prototype);QY.prototype.constructor=QY;QY.prototype.kU=QY;QY.lU={};c.btTetrahedronShapeEx=QY;
|
|
905
|
+
QY.prototype.setVertices=function(a,b,e,f){var h=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);Nr(h,a,b,e,f)};QY.prototype.__destroy__=function(){Or(this.jU)};function RY(){throw"cannot construct a CompoundPrimitiveManager, no constructor in IDL";}RY.prototype=Object.create(KX.prototype);RY.prototype.constructor=RY;RY.prototype.kU=RY;RY.lU={};c.CompoundPrimitiveManager=RY;
|
|
906
|
+
RY.prototype.get_primitive_count=function(){return Pr(this.jU)};RY.prototype.get_primitive_box=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Qr(e,a,b)};RY.prototype.get_primitive_triangle=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Rr(e,a,b)};RY.prototype.is_trimesh=function(){return!!Sr(this.jU)};RY.prototype.get_m_compoundShape=RY.prototype.yW=function(){return m(Tr(this.jU),SY)};
|
|
907
|
+
RY.prototype.set_m_compoundShape=RY.prototype.W_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ur(b,a)};Object.defineProperty(RY.prototype,"m_compoundShape",{get:RY.prototype.yW,set:RY.prototype.W_});RY.prototype.__destroy__=function(){Vr(this.jU)};function SY(a){a&&"object"===typeof a&&(a=a.jU);this.jU=void 0===a?Wr():Xr(a);l(SY)[this.jU]=this}SY.prototype=Object.create(LX.prototype);SY.prototype.constructor=SY;SY.prototype.kU=SY;SY.lU={};c.btGImpactCompoundShape=SY;
|
|
908
|
+
SY.prototype.childrenHasTransform=function(){return!!Yr(this.jU)};SY.prototype.getPrimitiveManager=function(){return m(Zr(this.jU),KX)};SY.prototype.getCompoundPrimitiveManager=function(){return m($r(this.jU),RY)};SY.prototype.getNumChildShapes=function(){return as(this.jU)};SY.prototype.addChildShape=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);bs(e,a,b)};
|
|
909
|
+
SY.prototype.getChildShape=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(cs(b,a),mX)};SY.prototype.getChildAabb=function(a,b,e,f){var h=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);ds(h,a,b,e,f)};SY.prototype.getChildTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(es(b,a),t)};
|
|
910
|
+
SY.prototype.setChildTransform=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);gs(e,a,b)};SY.prototype.calculateLocalInertia=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);hs(e,a,b)};SY.prototype.getName=function(){return Wa(is(this.jU))};SY.prototype.getGImpactShapeType=function(){return js(this.jU)};SY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ks(b,a)};
|
|
911
|
+
SY.prototype.getLocalScaling=function(){return m(ls(this.jU),n)};SY.prototype.updateBound=function(){ms(this.jU)};SY.prototype.postUpdate=function(){ns(this.jU)};SY.prototype.getShapeType=function(){return ps(this.jU)};SY.prototype.needsRetrieveTriangles=function(){return!!qs(this.jU)};SY.prototype.needsRetrieveTetrahedrons=function(){return!!rs(this.jU)};SY.prototype.getBulletTriangle=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);ss(e,a,b)};
|
|
912
|
+
SY.prototype.getBulletTetrahedron=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);ts(e,a,b)};SY.prototype.__destroy__=function(){us(this.jU)};function J(a){a&&"object"===typeof a&&(a=a.jU);this.jU=void 0===a?vs():xs(a);l(J)[this.jU]=this}J.prototype=Object.create(KX.prototype);J.prototype.constructor=J;J.prototype.kU=J;J.lU={};c.TrimeshPrimitiveManager=J;J.prototype.lock=J.prototype.lock=function(){ys(this.jU)};J.prototype.unlock=J.prototype.unlock=function(){zs(this.jU)};
|
|
913
|
+
J.prototype.is_trimesh=function(){return!!As(this.jU)};J.prototype.get_vertex_count=function(){return Bs(this.jU)};J.prototype.get_indices=function(a,b,e,f){var h=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);Cs(h,a,b,e,f)};J.prototype.get_vertex=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Ds(e,a,b)};
|
|
914
|
+
J.prototype.get_bullet_triangle=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Es(e,a,b)};J.prototype.get_m_margin=J.prototype.aY=function(){return Fs(this.jU)};J.prototype.set_m_margin=J.prototype.B1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Gs(b,a)};Object.defineProperty(J.prototype,"m_margin",{get:J.prototype.aY,set:J.prototype.B1});J.prototype.get_m_meshInterface=J.prototype.eY=function(){return m(Hs(this.jU),HX)};
|
|
915
|
+
J.prototype.set_m_meshInterface=J.prototype.F1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Is(b,a)};Object.defineProperty(J.prototype,"m_meshInterface",{get:J.prototype.eY,set:J.prototype.F1});J.prototype.get_m_part=J.prototype.rY=function(){return Js(this.jU)};J.prototype.set_m_part=J.prototype.S1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ks(b,a)};Object.defineProperty(J.prototype,"m_part",{get:J.prototype.rY,set:J.prototype.S1});
|
|
916
|
+
J.prototype.get_m_lock_count=J.prototype.YX=function(){return Ls(this.jU)};J.prototype.set_m_lock_count=J.prototype.w1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ms(b,a)};Object.defineProperty(J.prototype,"m_lock_count",{get:J.prototype.YX,set:J.prototype.w1});J.prototype.get_numverts=J.prototype.vZ=function(){return Ns(this.jU)};J.prototype.set_numverts=J.prototype.b3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Os(b,a)};
|
|
917
|
+
Object.defineProperty(J.prototype,"numverts",{get:J.prototype.vZ,set:J.prototype.b3});J.prototype.get_type=J.prototype.CZ=function(){return Ps(this.jU)};J.prototype.set_type=J.prototype.i3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Qs(b,a)};Object.defineProperty(J.prototype,"type",{get:J.prototype.CZ,set:J.prototype.i3});J.prototype.get_stride=J.prototype.AZ=function(){return Rs(this.jU)};
|
|
918
|
+
J.prototype.set_stride=J.prototype.g3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ss(b,a)};Object.defineProperty(J.prototype,"stride",{get:J.prototype.AZ,set:J.prototype.g3});J.prototype.get_indexstride=J.prototype.nV=function(){return Ts(this.jU)};J.prototype.set_indexstride=J.prototype.LZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Us(b,a)};Object.defineProperty(J.prototype,"indexstride",{get:J.prototype.nV,set:J.prototype.LZ});
|
|
919
|
+
J.prototype.get_numfaces=J.prototype.uZ=function(){return Vs(this.jU)};J.prototype.set_numfaces=J.prototype.a3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ws(b,a)};Object.defineProperty(J.prototype,"numfaces",{get:J.prototype.uZ,set:J.prototype.a3});J.prototype.get_indicestype=J.prototype.oV=function(){return Xs(this.jU)};J.prototype.set_indicestype=J.prototype.MZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ys(b,a)};
|
|
920
|
+
Object.defineProperty(J.prototype,"indicestype",{get:J.prototype.oV,set:J.prototype.MZ});J.prototype.__destroy__=function(){Zs(this.jU)};function TY(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=$s(a,b);l(TY)[this.jU]=this}TY.prototype=Object.create(LX.prototype);TY.prototype.constructor=TY;TY.prototype.kU=TY;TY.lU={};c.btGImpactMeshShapePart=TY;TY.prototype.getTrimeshPrimitiveManager=function(){return m(at(this.jU),J)};TY.prototype.getVertexCount=function(){return bt(this.jU)};
|
|
921
|
+
TY.prototype.getVertex=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);ct(e,a,b)};TY.prototype.getPart=function(){return dt(this.jU)};TY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);et(b,a)};TY.prototype.getLocalScaling=function(){return m(ft(this.jU),n)};TY.prototype.updateBound=function(){gt(this.jU)};TY.prototype.postUpdate=function(){ht(this.jU)};TY.prototype.getShapeType=function(){return it(this.jU)};
|
|
922
|
+
TY.prototype.needsRetrieveTriangles=function(){return!!jt(this.jU)};TY.prototype.needsRetrieveTetrahedrons=function(){return!!kt(this.jU)};TY.prototype.getBulletTriangle=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);lt(e,a,b)};TY.prototype.getBulletTetrahedron=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);mt(e,a,b)};TY.prototype.__destroy__=function(){nt(this.jU)};
|
|
923
|
+
function UY(a){a&&"object"===typeof a&&(a=a.jU);this.jU=ot(a);l(UY)[this.jU]=this}UY.prototype=Object.create(LX.prototype);UY.prototype.constructor=UY;UY.prototype.kU=UY;UY.lU={};c.btGImpactMeshShape=UY;UY.prototype.getMeshInterface=function(){return m(pt(this.jU),HX)};UY.prototype.getMeshPartCount=function(){return qt(this.jU)};UY.prototype.getMeshPart=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(rt(b,a),TY)};UY.prototype.calculateSerializeBufferSize=function(){return st(this.jU)};
|
|
924
|
+
UY.prototype.setLocalScaling=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);tt(b,a)};UY.prototype.getLocalScaling=function(){return m(ut(this.jU),n)};UY.prototype.updateBound=function(){vt(this.jU)};UY.prototype.postUpdate=function(){wt(this.jU)};UY.prototype.getShapeType=function(){return xt(this.jU)};UY.prototype.needsRetrieveTriangles=function(){return!!yt(this.jU)};UY.prototype.needsRetrieveTetrahedrons=function(){return!!zt(this.jU)};
|
|
925
|
+
UY.prototype.getBulletTriangle=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);At(e,a,b)};UY.prototype.getBulletTetrahedron=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Bt(e,a,b)};UY.prototype.__destroy__=function(){Ct(this.jU)};
|
|
926
|
+
function VY(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=void 0===a?Dt():void 0===b?_emscripten_bind_btCollisionAlgorithmConstructionInfo_btCollisionAlgorithmConstructionInfo_1(a):Et(a,b);l(VY)[this.jU]=this}VY.prototype=Object.create(g.prototype);VY.prototype.constructor=VY;VY.prototype.kU=VY;VY.lU={};c.btCollisionAlgorithmConstructionInfo=VY;VY.prototype.get_m_dispatcher1=VY.prototype.SW=function(){return m(Ft(this.jU),oX)};
|
|
927
|
+
VY.prototype.set_m_dispatcher1=VY.prototype.o0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Gt(b,a)};Object.defineProperty(VY.prototype,"m_dispatcher1",{get:VY.prototype.SW,set:VY.prototype.o0});VY.prototype.get_m_manifold=VY.prototype.$X=function(){return m(Ht(this.jU),OX)};VY.prototype.set_m_manifold=VY.prototype.A1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);It(b,a)};Object.defineProperty(VY.prototype,"m_manifold",{get:VY.prototype.$X,set:VY.prototype.A1});
|
|
928
|
+
VY.prototype.__destroy__=function(){Jt(this.jU)};function WY(a,b,e){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);this.jU=Kt(a,b,e);l(WY)[this.jU]=this}WY.prototype=Object.create(MX.prototype);WY.prototype.constructor=WY;WY.prototype.kU=WY;WY.lU={};c.btGImpactCollisionAlgorithm=WY;WY.prototype.registerAlgorithm=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Lt(b,a)};WY.prototype.__destroy__=function(){Mt(this.jU)};
|
|
929
|
+
function XY(){this.jU=Nt();l(XY)[this.jU]=this}XY.prototype=Object.create(g.prototype);XY.prototype.constructor=XY;XY.prototype.kU=XY;XY.lU={};c.btDefaultCollisionConstructionInfo=XY;XY.prototype.__destroy__=function(){Ot(this.jU)};function OX(){this.jU=Pt();l(OX)[this.jU]=this}OX.prototype=Object.create(g.prototype);OX.prototype.constructor=OX;OX.prototype.kU=OX;OX.lU={};c.btPersistentManifold=OX;OX.prototype.getBody0=function(){return m(Qt(this.jU),q)};
|
|
930
|
+
OX.prototype.getBody1=function(){return m(Rt(this.jU),q)};OX.prototype.getNumContacts=function(){return St(this.jU)};OX.prototype.getContactPoint=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Tt(b,a),F)};OX.prototype.__destroy__=function(){Ut(this.jU)};function YY(a){a&&"object"===typeof a&&(a=a.jU);this.jU=Vt(a);l(YY)[this.jU]=this}YY.prototype=Object.create(oX.prototype);YY.prototype.constructor=YY;YY.prototype.kU=YY;YY.lU={};c.btCollisionDispatcher=YY;
|
|
931
|
+
YY.prototype.getNumManifolds=function(){return Wt(this.jU)};YY.prototype.getManifoldByIndexInternal=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Xt(b,a),OX)};YY.prototype.__destroy__=function(){Yt(this.jU)};function ZY(){throw"cannot construct a btOverlappingPairCallback, no constructor in IDL";}ZY.prototype=Object.create(g.prototype);ZY.prototype.constructor=ZY;ZY.prototype.kU=ZY;ZY.lU={};c.btOverlappingPairCallback=ZY;ZY.prototype.__destroy__=function(){Zt(this.jU)};
|
|
932
|
+
function pX(){throw"cannot construct a btOverlappingPairCache, no constructor in IDL";}pX.prototype=Object.create(g.prototype);pX.prototype.constructor=pX;pX.prototype.kU=pX;pX.lU={};c.btOverlappingPairCache=pX;pX.prototype.setInternalGhostPairCallback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);$t(b,a)};pX.prototype.getNumOverlappingPairs=function(){return au(this.jU)};pX.prototype.__destroy__=function(){bu(this.jU)};
|
|
933
|
+
function $Y(a,b,e,f,h){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);this.jU=void 0===e?cu(a,b):void 0===f?du(a,b,e):void 0===h?eu(a,b,e,f):fu(a,b,e,f,h);l($Y)[this.jU]=this}$Y.prototype=Object.create(g.prototype);$Y.prototype.constructor=$Y;$Y.prototype.kU=$Y;$Y.lU={};c.btAxisSweep3=$Y;$Y.prototype.__destroy__=function(){gu(this.jU)};
|
|
934
|
+
function aZ(){throw"cannot construct a btCollisionConfiguration, no constructor in IDL";}aZ.prototype=Object.create(g.prototype);aZ.prototype.constructor=aZ;aZ.prototype.kU=aZ;aZ.lU={};c.btCollisionConfiguration=aZ;aZ.prototype.__destroy__=function(){hu(this.jU)};function bZ(){this.jU=iu();l(bZ)[this.jU]=this}bZ.prototype=Object.create(qX.prototype);bZ.prototype.constructor=bZ;bZ.prototype.kU=bZ;bZ.lU={};c.btDbvtBroadphase=bZ;bZ.prototype.getOverlappingPairCache=function(){return m(ju(this.jU),pX)};
|
|
935
|
+
bZ.prototype.__destroy__=function(){ku(this.jU)};function tX(){throw"cannot construct a btBroadphaseProxy, no constructor in IDL";}tX.prototype=Object.create(g.prototype);tX.prototype.constructor=tX;tX.prototype.kU=tX;tX.lU={};c.btBroadphaseProxy=tX;tX.prototype.get_m_collisionFilterGroup=tX.prototype.mU=function(){return lu(this.jU)};tX.prototype.set_m_collisionFilterGroup=tX.prototype.oU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mu(b,a)};
|
|
936
|
+
Object.defineProperty(tX.prototype,"m_collisionFilterGroup",{get:tX.prototype.mU,set:tX.prototype.oU});tX.prototype.get_m_collisionFilterMask=tX.prototype.nU=function(){return nu(this.jU)};tX.prototype.set_m_collisionFilterMask=tX.prototype.pU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ou(b,a)};Object.defineProperty(tX.prototype,"m_collisionFilterMask",{get:tX.prototype.nU,set:tX.prototype.pU});tX.prototype.__destroy__=function(){pu(this.jU)};
|
|
937
|
+
function K(a,b,e,f){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);this.jU=void 0===f?qu(a,b,e):ru(a,b,e,f);l(K)[this.jU]=this}K.prototype=Object.create(g.prototype);K.prototype.constructor=K;K.prototype.kU=K;K.lU={};c.btRigidBodyConstructionInfo=K;K.prototype.get_m_linearDamping=K.prototype.MX=function(){return su(this.jU)};
|
|
938
|
+
K.prototype.set_m_linearDamping=K.prototype.i1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);tu(b,a)};Object.defineProperty(K.prototype,"m_linearDamping",{get:K.prototype.MX,set:K.prototype.i1});K.prototype.get_m_angularDamping=K.prototype.SV=function(){return uu(this.jU)};K.prototype.set_m_angularDamping=K.prototype.p_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);vu(b,a)};Object.defineProperty(K.prototype,"m_angularDamping",{get:K.prototype.SV,set:K.prototype.p_});
|
|
939
|
+
K.prototype.get_m_friction=K.prototype.LU=function(){return wu(this.jU)};K.prototype.set_m_friction=K.prototype.ZU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);xu(b,a)};Object.defineProperty(K.prototype,"m_friction",{get:K.prototype.LU,set:K.prototype.ZU});K.prototype.get_m_rollingFriction=K.prototype.GY=function(){return yu(this.jU)};K.prototype.set_m_rollingFriction=K.prototype.h2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);zu(b,a)};
|
|
940
|
+
Object.defineProperty(K.prototype,"m_rollingFriction",{get:K.prototype.GY,set:K.prototype.h2});K.prototype.get_m_restitution=K.prototype.CY=function(){return Au(this.jU)};K.prototype.set_m_restitution=K.prototype.d2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Bu(b,a)};Object.defineProperty(K.prototype,"m_restitution",{get:K.prototype.CY,set:K.prototype.d2});K.prototype.get_m_linearSleepingThreshold=K.prototype.OX=function(){return Cu(this.jU)};
|
|
941
|
+
K.prototype.set_m_linearSleepingThreshold=K.prototype.l1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Du(b,a)};Object.defineProperty(K.prototype,"m_linearSleepingThreshold",{get:K.prototype.OX,set:K.prototype.l1});K.prototype.get_m_angularSleepingThreshold=K.prototype.UV=function(){return Eu(this.jU)};K.prototype.set_m_angularSleepingThreshold=K.prototype.r_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Fu(b,a)};
|
|
942
|
+
Object.defineProperty(K.prototype,"m_angularSleepingThreshold",{get:K.prototype.UV,set:K.prototype.r_});K.prototype.get_m_additionalDamping=K.prototype.LV=function(){return!!Gu(this.jU)};K.prototype.set_m_additionalDamping=K.prototype.i_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Hu(b,a)};Object.defineProperty(K.prototype,"m_additionalDamping",{get:K.prototype.LV,set:K.prototype.i_});K.prototype.get_m_additionalDampingFactor=K.prototype.MV=function(){return Iu(this.jU)};
|
|
943
|
+
K.prototype.set_m_additionalDampingFactor=K.prototype.j_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ju(b,a)};Object.defineProperty(K.prototype,"m_additionalDampingFactor",{get:K.prototype.MV,set:K.prototype.j_});K.prototype.get_m_additionalLinearDampingThresholdSqr=K.prototype.NV=function(){return Ku(this.jU)};K.prototype.set_m_additionalLinearDampingThresholdSqr=K.prototype.k_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Lu(b,a)};
|
|
944
|
+
Object.defineProperty(K.prototype,"m_additionalLinearDampingThresholdSqr",{get:K.prototype.NV,set:K.prototype.k_});K.prototype.get_m_additionalAngularDampingThresholdSqr=K.prototype.KV=function(){return Mu(this.jU)};K.prototype.set_m_additionalAngularDampingThresholdSqr=K.prototype.h_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Nu(b,a)};Object.defineProperty(K.prototype,"m_additionalAngularDampingThresholdSqr",{get:K.prototype.KV,set:K.prototype.h_});
|
|
945
|
+
K.prototype.get_m_additionalAngularDampingFactor=K.prototype.JV=function(){return Ou(this.jU)};K.prototype.set_m_additionalAngularDampingFactor=K.prototype.g_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Pu(b,a)};Object.defineProperty(K.prototype,"m_additionalAngularDampingFactor",{get:K.prototype.JV,set:K.prototype.g_});K.prototype.__destroy__=function(){Qu(this.jU)};function w(a){a&&"object"===typeof a&&(a=a.jU);this.jU=Ru(a);l(w)[this.jU]=this}w.prototype=Object.create(q.prototype);
|
|
946
|
+
w.prototype.constructor=w;w.prototype.kU=w;w.lU={};c.btRigidBody=w;w.prototype.getCenterOfMassTransform=function(){return m(Su(this.jU),t)};w.prototype.setCenterOfMassTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Tu(b,a)};w.prototype.setSleepingThresholds=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Uu(e,a,b)};w.prototype.getLinearSleepingThreshold=function(){return Vu(this.jU)};w.prototype.getAngularSleepingThreshold=function(){return Wu(this.jU)};
|
|
947
|
+
w.prototype.getLinearDamping=function(){return Xu(this.jU)};w.prototype.getAngularDamping=function(){return Yu(this.jU)};w.prototype.setDamping=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Zu(e,a,b)};w.prototype.applyDamping=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);$u(b,a)};w.prototype.setMassProps=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);av(e,a,b)};w.prototype.getInvMass=function(){return bv(this.jU)};
|
|
948
|
+
w.prototype.getMass=function(){return cv(this.jU)};w.prototype.getLinearFactor=function(){return m(dv(this.jU),n)};w.prototype.setLinearFactor=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ev(b,a)};w.prototype.applyTorque=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);fv(b,a)};w.prototype.applyForce=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);gv(e,a,b)};
|
|
949
|
+
w.prototype.applyCentralImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);hv(b,a)};w.prototype.applyTorqueImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);iv(b,a)};w.prototype.applyImpulse=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);jv(e,a,b)};w.prototype.applyPushImpulse=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);kv(e,a,b)};
|
|
950
|
+
w.prototype.getPushVelocity=function(){return m(lv(this.jU),n)};w.prototype.getTurnVelocity=function(){return m(mv(this.jU),n)};w.prototype.setPushVelocity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nv(b,a)};w.prototype.setTurnVelocity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ov(b,a)};w.prototype.applyCentralPushImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);pv(b,a)};
|
|
951
|
+
w.prototype.applyTorqueTurnImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qv(b,a)};w.prototype.getCenterOfMassPosition=function(){return m(rv(this.jU),n)};w.prototype.getOrientation=function(){return m(sv(this.jU),B)};w.prototype.getTotalForce=function(){return m(tv(this.jU),n)};w.prototype.getTotalTorque=function(){return m(uv(this.jU),n)};w.prototype.getInvInertiaDiagLocal=function(){return m(vv(this.jU),n)};
|
|
952
|
+
w.prototype.setInvInertiaDiagLocal=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wv(b,a)};w.prototype.updateInertiaTensor=function(){xv(this.jU)};w.prototype.getLinearVelocity=function(){return m(yv(this.jU),n)};w.prototype.getAngularVelocity=function(){return m(zv(this.jU),n)};w.prototype.setLinearVelocity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Av(b,a)};w.prototype.setAngularVelocity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Bv(b,a)};
|
|
953
|
+
w.prototype.getVelocityInLocalPoint=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Cv(b,a),n)};w.prototype.getPushVelocityInLocalPoint=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Dv(b,a),n)};w.prototype.translate=w.prototype.translate=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ev(b,a)};w.prototype.getMotionState=function(){return m(Fv(this.jU),AX)};
|
|
954
|
+
w.prototype.setMotionState=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Gv(b,a)};w.prototype.getAngularFactor=function(){return m(Hv(this.jU),n)};w.prototype.setAngularFactor=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Iv(b,a)};w.prototype.upcast=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(Jv(b,a),w)};w.prototype.getAabb=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Kv(e,a,b)};
|
|
955
|
+
w.prototype.applyGravity=function(){Lv(this.jU)};w.prototype.clearGravity=function(){Mv(this.jU)};w.prototype.getGravity=function(){return m(Nv(this.jU),n)};w.prototype.setGravity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ov(b,a)};w.prototype.getBroadphaseProxy=function(){return m(Pv(this.jU),tX)};w.prototype.clearForces=function(){Qv(this.jU)};w.prototype.setFlags=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Rv(b,a)};w.prototype.getFlags=function(){return Sv(this.jU)};
|
|
956
|
+
w.prototype.getAnisotropicFriction=function(){return m(Tv(this.jU),n)};w.prototype.setAnisotropicFriction=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Uv(e,a,b)};w.prototype.hasAnisotropicFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return void 0===a?!!Vv(b):!!Wv(b,a)};w.prototype.getCollisionShape=function(){return m(Xv(this.jU),mX)};w.prototype.getContactProcessingThreshold=function(){return Yv(this.jU)};
|
|
957
|
+
w.prototype.setContactProcessingThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Zv(b,a)};w.prototype.getActivationState=function(){return $v(this.jU)};w.prototype.setActivationState=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aw(b,a)};w.prototype.forceActivationState=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);bw(b,a)};w.prototype.activate=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);void 0===a?cw(b):dw(b,a)};
|
|
958
|
+
w.prototype.setDeactivationTime=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ew(b,a)};w.prototype.getDeactivationTime=function(){return fw(this.jU)};w.prototype.isActive=w.prototype.isActive=function(){return!!gw(this.jU)};w.prototype.isKinematicObject=function(){return!!hw(this.jU)};w.prototype.isStaticObject=function(){return!!iw(this.jU)};w.prototype.isStaticOrKinematicObject=function(){return!!jw(this.jU)};w.prototype.getRestitution=function(){return kw(this.jU)};
|
|
959
|
+
w.prototype.getFriction=function(){return lw(this.jU)};w.prototype.getRollingFriction=function(){return mw(this.jU)};w.prototype.getSpinningFriction=function(){return nw(this.jU)};w.prototype.getContactStiffness=function(){return ow(this.jU)};w.prototype.getContactDamping=function(){return pw(this.jU)};w.prototype.setRestitution=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qw(b,a)};w.prototype.setFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);rw(b,a)};
|
|
960
|
+
w.prototype.setRollingFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sw(b,a)};w.prototype.setSpinningFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);tw(b,a)};w.prototype.setContactStiffnessAndDamping=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);uw(e,a,b)};w.prototype.getWorldTransform=function(){return m(vw(this.jU),t)};w.prototype.getCollisionFlags=function(){return ww(this.jU)};
|
|
961
|
+
w.prototype.setCollisionFlags=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);xw(b,a)};w.prototype.setWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yw(b,a)};w.prototype.setCollisionShape=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);zw(b,a)};w.prototype.setCcdMotionThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Aw(b,a)};w.prototype.setCcdSweptSphereRadius=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Bw(b,a)};
|
|
962
|
+
w.prototype.getUserIndex=function(){return Cw(this.jU)};w.prototype.getUserIndex2=function(){return Dw(this.jU)};w.prototype.getUserIndex3=function(){return Ew(this.jU)};w.prototype.setUserIndex=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Fw(b,a)};w.prototype.setUserIndex2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Gw(b,a)};w.prototype.setUserIndex3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Hw(b,a)};
|
|
963
|
+
w.prototype.getUserPointer=function(){return m(Iw(this.jU),sX)};w.prototype.setUserPointer=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Jw(b,a)};w.prototype.getBroadphaseHandle=function(){return m(Kw(this.jU),tX)};w.prototype.__destroy__=function(){Lw(this.jU)};function L(){throw"cannot construct a btSolverBody, no constructor in IDL";}L.prototype=Object.create(g.prototype);L.prototype.constructor=L;L.prototype.kU=L;L.lU={};c.btSolverBody=L;
|
|
964
|
+
L.prototype.setWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Mw(b,a)};L.prototype.getWorldTransform=function(){return m(Nw(this.jU),t)};L.prototype.getVelocityInLocalPointNoDelta=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Ow(e,a,b)};L.prototype.getVelocityInLocalPointObsolete=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Pw(e,a,b)};
|
|
965
|
+
L.prototype.getAngularVelocity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Qw(b,a)};L.prototype.applyImpulse=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);Rw(f,a,b,e)};L.prototype.internalApplyPushImpulse=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);Sw(f,a,b,e)};
|
|
966
|
+
L.prototype.getDeltaLinearVelocity=function(){return m(Tw(this.jU),n)};L.prototype.getDeltaAngularVelocity=function(){return m(Uw(this.jU),n)};L.prototype.getPushVelocity=function(){return m(Vw(this.jU),n)};L.prototype.getTurnVelocity=function(){return m(Ww(this.jU),n)};L.prototype.get_m_worldTransform=L.prototype.VU=function(){return m(Xw(this.jU),t)};L.prototype.set_m_worldTransform=L.prototype.iV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Yw(b,a)};
|
|
967
|
+
Object.defineProperty(L.prototype,"m_worldTransform",{get:L.prototype.VU,set:L.prototype.iV});L.prototype.get_m_deltaLinearVelocity=L.prototype.KW=function(){return m(Zw(this.jU),n)};L.prototype.set_m_deltaLinearVelocity=L.prototype.g0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);$w(b,a)};Object.defineProperty(L.prototype,"m_deltaLinearVelocity",{get:L.prototype.KW,set:L.prototype.g0});L.prototype.get_m_deltaAngularVelocity=L.prototype.JW=function(){return m(ax(this.jU),n)};
|
|
968
|
+
L.prototype.set_m_deltaAngularVelocity=L.prototype.f0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);bx(b,a)};Object.defineProperty(L.prototype,"m_deltaAngularVelocity",{get:L.prototype.JW,set:L.prototype.f0});L.prototype.get_m_angularFactor=L.prototype.TV=function(){return m(cx(this.jU),n)};L.prototype.set_m_angularFactor=L.prototype.q_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);dx(b,a)};Object.defineProperty(L.prototype,"m_angularFactor",{get:L.prototype.TV,set:L.prototype.q_});
|
|
969
|
+
L.prototype.get_m_linearFactor=L.prototype.NX=function(){return m(ex(this.jU),n)};L.prototype.set_m_linearFactor=L.prototype.j1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);fx(b,a)};Object.defineProperty(L.prototype,"m_linearFactor",{get:L.prototype.NX,set:L.prototype.j1});L.prototype.get_m_invMass=L.prototype.vX=function(){return m(gx(this.jU),n)};L.prototype.set_m_invMass=L.prototype.S0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);hx(b,a)};
|
|
970
|
+
Object.defineProperty(L.prototype,"m_invMass",{get:L.prototype.vX,set:L.prototype.S0});L.prototype.get_m_pushVelocity=L.prototype.wY=function(){return m(ix(this.jU),n)};L.prototype.set_m_pushVelocity=L.prototype.X1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);jx(b,a)};Object.defineProperty(L.prototype,"m_pushVelocity",{get:L.prototype.wY,set:L.prototype.X1});L.prototype.get_m_turnVelocity=L.prototype.dZ=function(){return m(kx(this.jU),n)};
|
|
971
|
+
L.prototype.set_m_turnVelocity=L.prototype.J2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);lx(b,a)};Object.defineProperty(L.prototype,"m_turnVelocity",{get:L.prototype.dZ,set:L.prototype.J2});L.prototype.get_m_linearVelocity=L.prototype.PX=function(){return m(mx(this.jU),n)};L.prototype.set_m_linearVelocity=L.prototype.m1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nx(b,a)};Object.defineProperty(L.prototype,"m_linearVelocity",{get:L.prototype.PX,set:L.prototype.m1});
|
|
972
|
+
L.prototype.get_m_angularVelocity=L.prototype.VV=function(){return m(ox(this.jU),n)};L.prototype.set_m_angularVelocity=L.prototype.s_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);px(b,a)};Object.defineProperty(L.prototype,"m_angularVelocity",{get:L.prototype.VV,set:L.prototype.s_});L.prototype.get_m_externalForceImpulse=L.prototype.bX=function(){return m(qx(this.jU),n)};
|
|
973
|
+
L.prototype.set_m_externalForceImpulse=L.prototype.y0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);rx(b,a)};Object.defineProperty(L.prototype,"m_externalForceImpulse",{get:L.prototype.bX,set:L.prototype.y0});L.prototype.get_m_externalTorqueImpulse=L.prototype.cX=function(){return m(sx(this.jU),n)};L.prototype.set_m_externalTorqueImpulse=L.prototype.z0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);tx(b,a)};
|
|
974
|
+
Object.defineProperty(L.prototype,"m_externalTorqueImpulse",{get:L.prototype.cX,set:L.prototype.z0});L.prototype.get_m_originalBody=L.prototype.oY=function(){return m(ux(this.jU),w)};L.prototype.set_m_originalBody=L.prototype.P1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);vx(b,a)};Object.defineProperty(L.prototype,"m_originalBody",{get:L.prototype.oY,set:L.prototype.P1});L.prototype.__destroy__=function(){wx(this.jU)};
|
|
975
|
+
function cZ(){throw"cannot construct a btSolverBodyArray, no constructor in IDL";}cZ.prototype=Object.create(g.prototype);cZ.prototype.constructor=cZ;cZ.prototype.kU=cZ;cZ.lU={};c.btSolverBodyArray=cZ;cZ.prototype.size=cZ.prototype.size=function(){return xx(this.jU)};cZ.prototype.at=cZ.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(yx(b,a),L)};cZ.prototype.__destroy__=function(){zx(this.jU)};function dZ(){this.jU=Ax();l(dZ)[this.jU]=this}dZ.prototype=Object.create(g.prototype);
|
|
976
|
+
dZ.prototype.constructor=dZ;dZ.prototype.kU=dZ;dZ.lU={};c.btConstraintSetting=dZ;dZ.prototype.get_m_tau=dZ.prototype.YY=function(){return Bx(this.jU)};dZ.prototype.set_m_tau=dZ.prototype.D2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Cx(b,a)};Object.defineProperty(dZ.prototype,"m_tau",{get:dZ.prototype.YY,set:dZ.prototype.D2});dZ.prototype.get_m_damping=dZ.prototype.IW=function(){return Dx(this.jU)};
|
|
977
|
+
dZ.prototype.set_m_damping=dZ.prototype.e0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ex(b,a)};Object.defineProperty(dZ.prototype,"m_damping",{get:dZ.prototype.IW,set:dZ.prototype.e0});dZ.prototype.get_m_impulseClamp=dZ.prototype.rX=function(){return Fx(this.jU)};dZ.prototype.set_m_impulseClamp=dZ.prototype.O0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Gx(b,a)};Object.defineProperty(dZ.prototype,"m_impulseClamp",{get:dZ.prototype.rX,set:dZ.prototype.O0});
|
|
978
|
+
dZ.prototype.__destroy__=function(){Hx(this.jU)};function u(){throw"cannot construct a btJointFeedback, no constructor in IDL";}u.prototype=Object.create(g.prototype);u.prototype.constructor=u;u.prototype.kU=u;u.lU={};c.btJointFeedback=u;u.prototype.get_m_appliedForceBodyA=u.prototype.ZV=function(){return m(Ix(this.jU),n)};u.prototype.set_m_appliedForceBodyA=u.prototype.w_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Jx(b,a)};
|
|
979
|
+
Object.defineProperty(u.prototype,"m_appliedForceBodyA",{get:u.prototype.ZV,set:u.prototype.w_});u.prototype.get_m_appliedTorqueBodyA=u.prototype.bW=function(){return m(Kx(this.jU),n)};u.prototype.set_m_appliedTorqueBodyA=u.prototype.z_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Lx(b,a)};Object.defineProperty(u.prototype,"m_appliedTorqueBodyA",{get:u.prototype.bW,set:u.prototype.z_});u.prototype.get_m_appliedForceBodyB=u.prototype.$V=function(){return m(Mx(this.jU),n)};
|
|
980
|
+
u.prototype.set_m_appliedForceBodyB=u.prototype.x_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Nx(b,a)};Object.defineProperty(u.prototype,"m_appliedForceBodyB",{get:u.prototype.$V,set:u.prototype.x_});u.prototype.get_m_appliedTorqueBodyB=u.prototype.cW=function(){return m(Ox(this.jU),n)};u.prototype.set_m_appliedTorqueBodyB=u.prototype.A_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Px(b,a)};
|
|
981
|
+
Object.defineProperty(u.prototype,"m_appliedTorqueBodyB",{get:u.prototype.cW,set:u.prototype.A_});u.prototype.__destroy__=function(){Qx(this.jU)};function eZ(a,b,e,f){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);this.jU=void 0===e?Rx(a,b):void 0===f?_emscripten_bind_btPoint2PointConstraint_btPoint2PointConstraint_3(a,b,e):Sx(a,b,e,f);l(eZ)[this.jU]=this}eZ.prototype=Object.create(wX.prototype);
|
|
982
|
+
eZ.prototype.constructor=eZ;eZ.prototype.kU=eZ;eZ.lU={};c.btPoint2PointConstraint=eZ;eZ.prototype.setPivotA=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Tx(b,a)};eZ.prototype.setPivotB=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ux(b,a)};eZ.prototype.getPivotInA=function(){return m(Vx(this.jU),n)};eZ.prototype.getPivotInB=function(){return m(Wx(this.jU),n)};eZ.prototype.getOverrideNumSolverIterations=function(){return Xx(this.jU)};
|
|
983
|
+
eZ.prototype.setOverrideNumSolverIterations=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Yx(b,a)};eZ.prototype.enableFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Zx(b,a)};eZ.prototype.needsFeedback=function(){return!!$x(this.jU)};eZ.prototype.setJointFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ay(b,a)};eZ.prototype.getJointFeedback=function(){return m(by(this.jU),u)};eZ.prototype.getAppliedImpulse=function(){return cy(this.jU)};
|
|
984
|
+
eZ.prototype.getConstraintType=function(){return dy(this.jU)};eZ.prototype.getBreakingImpulseThreshold=function(){return ey(this.jU)};eZ.prototype.setBreakingImpulseThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);fy(b,a)};eZ.prototype.getParam=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return gy(e,a,b)};
|
|
985
|
+
eZ.prototype.setParam=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);hy(f,a,b,e)};eZ.prototype.isEnabled=eZ.prototype.isEnabled=function(){return!!iy(this.jU)};eZ.prototype.setEnabled=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);jy(b,a)};eZ.prototype.getRigidBodyA=function(){return m(ky(this.jU),w)};eZ.prototype.getRigidBodyB=function(){return m(ly(this.jU),w)};eZ.prototype.getUserConstraintType=function(){return my(this.jU)};
|
|
986
|
+
eZ.prototype.setUserConstraintType=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ny(b,a)};eZ.prototype.getFixedBody=function(){return m(oy(this.jU),w)};eZ.prototype.get_m_setting=eZ.prototype.IY=function(){return m(py(this.jU),dZ)};eZ.prototype.set_m_setting=eZ.prototype.j2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qy(b,a)};Object.defineProperty(eZ.prototype,"m_setting",{get:eZ.prototype.IY,set:eZ.prototype.j2});eZ.prototype.__destroy__=function(){ry(this.jU)};
|
|
987
|
+
function fZ(a,b,e,f,h){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);this.jU=void 0===f?sy(a,b,e):void 0===h?_emscripten_bind_btGeneric6DofSpringConstraint_btGeneric6DofSpringConstraint_4(a,b,e,f):ty(a,b,e,f,h);l(fZ)[this.jU]=this}fZ.prototype=Object.create(PX.prototype);fZ.prototype.constructor=fZ;fZ.prototype.kU=fZ;fZ.lU={};c.btGeneric6DofSpringConstraint=fZ;
|
|
988
|
+
fZ.prototype.enableSpring=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);uy(e,a,b)};fZ.prototype.setStiffness=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);vy(e,a,b)};fZ.prototype.setDamping=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);wy(e,a,b)};
|
|
989
|
+
fZ.prototype.setEquilibriumPoint=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===a?xy(e):void 0===b?yy(e,a):zy(e,a,b)};fZ.prototype.setLinearLowerLimit=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Ay(b,a)};fZ.prototype.setLinearUpperLimit=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);By(b,a)};fZ.prototype.setAngularLowerLimit=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Cy(b,a)};
|
|
990
|
+
fZ.prototype.setAngularUpperLimit=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Dy(b,a)};fZ.prototype.getFrameOffsetA=function(){return m(Ey(this.jU),t)};fZ.prototype.getOverrideNumSolverIterations=function(){return Fy(this.jU)};fZ.prototype.setOverrideNumSolverIterations=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Gy(b,a)};fZ.prototype.enableFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Hy(b,a)};fZ.prototype.needsFeedback=function(){return!!Iy(this.jU)};
|
|
991
|
+
fZ.prototype.setJointFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Jy(b,a)};fZ.prototype.getJointFeedback=function(){return m(Ky(this.jU),u)};fZ.prototype.getAppliedImpulse=function(){return Ly(this.jU)};fZ.prototype.getConstraintType=function(){return My(this.jU)};fZ.prototype.getBreakingImpulseThreshold=function(){return Ny(this.jU)};fZ.prototype.setBreakingImpulseThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Oy(b,a)};
|
|
992
|
+
fZ.prototype.getParam=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return Py(e,a,b)};fZ.prototype.setParam=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);Qy(f,a,b,e)};fZ.prototype.isEnabled=fZ.prototype.isEnabled=function(){return!!Ry(this.jU)};fZ.prototype.setEnabled=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Sy(b,a)};
|
|
993
|
+
fZ.prototype.getRigidBodyA=function(){return m(Ty(this.jU),w)};fZ.prototype.getRigidBodyB=function(){return m(Uy(this.jU),w)};fZ.prototype.getUserConstraintType=function(){return Vy(this.jU)};fZ.prototype.setUserConstraintType=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Wy(b,a)};fZ.prototype.getFixedBody=function(){return m(Xy(this.jU),w)};fZ.prototype.__destroy__=function(){Yy(this.jU)};
|
|
994
|
+
function gZ(a,b,e,f){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);this.jU=void 0===e?Zy(a,b):void 0===f?_emscripten_bind_btConeTwistConstraint_btConeTwistConstraint_3(a,b,e):$y(a,b,e,f);l(gZ)[this.jU]=this}gZ.prototype=Object.create(wX.prototype);gZ.prototype.constructor=gZ;gZ.prototype.kU=gZ;gZ.lU={};c.btConeTwistConstraint=gZ;
|
|
995
|
+
gZ.prototype.setLimit=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);az(e,a,b)};gZ.prototype.setAngularOnly=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);bz(b,a)};gZ.prototype.setDamping=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);cz(b,a)};gZ.prototype.enableMotor=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);dz(b,a)};
|
|
996
|
+
gZ.prototype.setMaxMotorImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ez(b,a)};gZ.prototype.setMaxMotorImpulseNormalized=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);fz(b,a)};gZ.prototype.setMotorTarget=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gz(b,a)};gZ.prototype.setMotorTargetInConstraintSpace=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);hz(b,a)};gZ.prototype.getOverrideNumSolverIterations=function(){return iz(this.jU)};
|
|
997
|
+
gZ.prototype.setOverrideNumSolverIterations=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);jz(b,a)};gZ.prototype.enableFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);kz(b,a)};gZ.prototype.needsFeedback=function(){return!!lz(this.jU)};gZ.prototype.setJointFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mz(b,a)};gZ.prototype.getJointFeedback=function(){return m(nz(this.jU),u)};gZ.prototype.getAppliedImpulse=function(){return oz(this.jU)};
|
|
998
|
+
gZ.prototype.getConstraintType=function(){return pz(this.jU)};gZ.prototype.getBreakingImpulseThreshold=function(){return qz(this.jU)};gZ.prototype.setBreakingImpulseThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);rz(b,a)};gZ.prototype.getParam=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return sz(e,a,b)};
|
|
999
|
+
gZ.prototype.setParam=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);tz(f,a,b,e)};gZ.prototype.isEnabled=gZ.prototype.isEnabled=function(){return!!uz(this.jU)};gZ.prototype.setEnabled=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);vz(b,a)};gZ.prototype.getRigidBodyA=function(){return m(wz(this.jU),w)};gZ.prototype.getRigidBodyB=function(){return m(xz(this.jU),w)};gZ.prototype.getUserConstraintType=function(){return yz(this.jU)};
|
|
1000
|
+
gZ.prototype.setUserConstraintType=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);zz(b,a)};gZ.prototype.getFixedBody=function(){return m(Az(this.jU),w)};gZ.prototype.__destroy__=function(){Bz(this.jU)};
|
|
1001
|
+
function hZ(a,b,e,f,h,k,r){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);this.jU=void 0===e?Cz(a,b):void 0===f?Dz(a,b,e):void 0===h?Ez(a,b,e,f):void 0===k?Fz(a,b,e,f,h):void 0===r?Gz(a,b,e,f,h,k):Hz(a,b,e,f,h,k,r);l(hZ)[this.jU]=this}hZ.prototype=Object.create(wX.prototype);hZ.prototype.constructor=hZ;
|
|
1002
|
+
hZ.prototype.kU=hZ;hZ.lU={};c.btHingeConstraint=hZ;hZ.prototype.getHingeAngle=function(){return Iz(this.jU)};hZ.prototype.setLimit=function(a,b,e,f,h){var k=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);void 0===h?Jz(k,a,b,e,f):Kz(k,a,b,e,f,h)};
|
|
1003
|
+
hZ.prototype.enableAngularMotor=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);Lz(f,a,b,e)};hZ.prototype.setAngularOnly=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Mz(b,a)};hZ.prototype.enableMotor=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Nz(b,a)};hZ.prototype.setMaxMotorImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Oz(b,a)};
|
|
1004
|
+
hZ.prototype.setMotorTarget=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);Pz(e,a,b)};hZ.prototype.getOverrideNumSolverIterations=function(){return Qz(this.jU)};hZ.prototype.setOverrideNumSolverIterations=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Rz(b,a)};hZ.prototype.enableFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Sz(b,a)};hZ.prototype.needsFeedback=function(){return!!Tz(this.jU)};
|
|
1005
|
+
hZ.prototype.setJointFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Uz(b,a)};hZ.prototype.getJointFeedback=function(){return m(Vz(this.jU),u)};hZ.prototype.getAppliedImpulse=function(){return Wz(this.jU)};hZ.prototype.getConstraintType=function(){return Xz(this.jU)};hZ.prototype.getBreakingImpulseThreshold=function(){return Yz(this.jU)};hZ.prototype.setBreakingImpulseThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);Zz(b,a)};
|
|
1006
|
+
hZ.prototype.getParam=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return $z(e,a,b)};hZ.prototype.setParam=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);aA(f,a,b,e)};hZ.prototype.isEnabled=hZ.prototype.isEnabled=function(){return!!bA(this.jU)};hZ.prototype.setEnabled=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);cA(b,a)};
|
|
1007
|
+
hZ.prototype.getRigidBodyA=function(){return m(dA(this.jU),w)};hZ.prototype.getRigidBodyB=function(){return m(eA(this.jU),w)};hZ.prototype.getUserConstraintType=function(){return fA(this.jU)};hZ.prototype.setUserConstraintType=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gA(b,a)};hZ.prototype.getFixedBody=function(){return m(hA(this.jU),w)};hZ.prototype.__destroy__=function(){iA(this.jU)};
|
|
1008
|
+
function iZ(a,b,e,f,h){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);this.jU=void 0===f?jA(a,b,e):void 0===h?_emscripten_bind_btSliderConstraint_btSliderConstraint_4(a,b,e,f):kA(a,b,e,f,h);l(iZ)[this.jU]=this}iZ.prototype=Object.create(wX.prototype);iZ.prototype.constructor=iZ;iZ.prototype.kU=iZ;iZ.lU={};c.btSliderConstraint=iZ;iZ.prototype.getLinearPos=function(){return lA(this.jU)};
|
|
1009
|
+
iZ.prototype.getAngularPos=function(){return mA(this.jU)};iZ.prototype.setLowerLinLimit=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nA(b,a)};iZ.prototype.setUpperLinLimit=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);oA(b,a)};iZ.prototype.setLowerAngLimit=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);pA(b,a)};iZ.prototype.setUpperAngLimit=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qA(b,a)};
|
|
1010
|
+
iZ.prototype.setPoweredLinMotor=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);rA(b,a)};iZ.prototype.setMaxLinMotorForce=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sA(b,a)};iZ.prototype.setTargetLinMotorVelocity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);tA(b,a)};iZ.prototype.getOverrideNumSolverIterations=function(){return uA(this.jU)};iZ.prototype.setOverrideNumSolverIterations=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);vA(b,a)};
|
|
1011
|
+
iZ.prototype.enableFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wA(b,a)};iZ.prototype.needsFeedback=function(){return!!xA(this.jU)};iZ.prototype.setJointFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yA(b,a)};iZ.prototype.getJointFeedback=function(){return m(zA(this.jU),u)};iZ.prototype.getAppliedImpulse=function(){return AA(this.jU)};iZ.prototype.getConstraintType=function(){return BA(this.jU)};iZ.prototype.getBreakingImpulseThreshold=function(){return CA(this.jU)};
|
|
1012
|
+
iZ.prototype.setBreakingImpulseThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);DA(b,a)};iZ.prototype.getParam=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return EA(e,a,b)};iZ.prototype.setParam=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);FA(f,a,b,e)};iZ.prototype.isEnabled=iZ.prototype.isEnabled=function(){return!!GA(this.jU)};
|
|
1013
|
+
iZ.prototype.setEnabled=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);HA(b,a)};iZ.prototype.getRigidBodyA=function(){return m(IA(this.jU),w)};iZ.prototype.getRigidBodyB=function(){return m(JA(this.jU),w)};iZ.prototype.getUserConstraintType=function(){return KA(this.jU)};iZ.prototype.setUserConstraintType=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);LA(b,a)};iZ.prototype.getFixedBody=function(){return m(MA(this.jU),w)};iZ.prototype.__destroy__=function(){NA(this.jU)};
|
|
1014
|
+
function jZ(a,b,e,f){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);this.jU=OA(a,b,e,f);l(jZ)[this.jU]=this}jZ.prototype=Object.create(wX.prototype);jZ.prototype.constructor=jZ;jZ.prototype.kU=jZ;jZ.lU={};c.btFixedConstraint=jZ;jZ.prototype.getOverrideNumSolverIterations=function(){return PA(this.jU)};jZ.prototype.setOverrideNumSolverIterations=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);QA(b,a)};
|
|
1015
|
+
jZ.prototype.enableFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);RA(b,a)};jZ.prototype.needsFeedback=function(){return!!SA(this.jU)};jZ.prototype.setJointFeedback=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);TA(b,a)};jZ.prototype.getJointFeedback=function(){return m(UA(this.jU),u)};jZ.prototype.getAppliedImpulse=function(){return VA(this.jU)};jZ.prototype.getConstraintType=function(){return WA(this.jU)};jZ.prototype.getBreakingImpulseThreshold=function(){return XA(this.jU)};
|
|
1016
|
+
jZ.prototype.setBreakingImpulseThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);YA(b,a)};jZ.prototype.getParam=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return ZA(e,a,b)};jZ.prototype.setParam=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);$A(f,a,b,e)};jZ.prototype.isEnabled=jZ.prototype.isEnabled=function(){return!!aB(this.jU)};
|
|
1017
|
+
jZ.prototype.setEnabled=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);bB(b,a)};jZ.prototype.getRigidBodyA=function(){return m(cB(this.jU),w)};jZ.prototype.getRigidBodyB=function(){return m(dB(this.jU),w)};jZ.prototype.getUserConstraintType=function(){return eB(this.jU)};jZ.prototype.setUserConstraintType=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);fB(b,a)};jZ.prototype.getFixedBody=function(){return m(gB(this.jU),w)};jZ.prototype.__destroy__=function(){hB(this.jU)};
|
|
1018
|
+
function kZ(){throw"cannot construct a btConstraintSolver, no constructor in IDL";}kZ.prototype=Object.create(g.prototype);kZ.prototype.constructor=kZ;kZ.prototype.kU=kZ;kZ.lU={};c.btConstraintSolver=kZ;kZ.prototype.__destroy__=function(){iB(this.jU)};function p(){throw"cannot construct a btDispatcherInfo, no constructor in IDL";}p.prototype=Object.create(g.prototype);p.prototype.constructor=p;p.prototype.kU=p;p.lU={};c.btDispatcherInfo=p;p.prototype.get_m_timeStep=p.prototype.$Y=function(){return jB(this.jU)};
|
|
1019
|
+
p.prototype.set_m_timeStep=p.prototype.F2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);kB(b,a)};Object.defineProperty(p.prototype,"m_timeStep",{get:p.prototype.$Y,set:p.prototype.F2});p.prototype.get_m_stepCount=p.prototype.RY=function(){return lB(this.jU)};p.prototype.set_m_stepCount=p.prototype.u2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mB(b,a)};Object.defineProperty(p.prototype,"m_stepCount",{get:p.prototype.RY,set:p.prototype.u2});
|
|
1020
|
+
p.prototype.get_m_dispatchFunc=p.prototype.QW=function(){return nB(this.jU)};p.prototype.set_m_dispatchFunc=p.prototype.m0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);oB(b,a)};Object.defineProperty(p.prototype,"m_dispatchFunc",{get:p.prototype.QW,set:p.prototype.m0});p.prototype.get_m_timeOfImpact=p.prototype.ZY=function(){return pB(this.jU)};p.prototype.set_m_timeOfImpact=p.prototype.E2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qB(b,a)};
|
|
1021
|
+
Object.defineProperty(p.prototype,"m_timeOfImpact",{get:p.prototype.ZY,set:p.prototype.E2});p.prototype.get_m_useContinuous=p.prototype.fZ=function(){return!!rB(this.jU)};p.prototype.set_m_useContinuous=p.prototype.L2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sB(b,a)};Object.defineProperty(p.prototype,"m_useContinuous",{get:p.prototype.fZ,set:p.prototype.L2});p.prototype.get_m_enableSatConvex=p.prototype.YW=function(){return!!tB(this.jU)};
|
|
1022
|
+
p.prototype.set_m_enableSatConvex=p.prototype.u0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uB(b,a)};Object.defineProperty(p.prototype,"m_enableSatConvex",{get:p.prototype.YW,set:p.prototype.u0});p.prototype.get_m_enableSPU=p.prototype.XW=function(){return!!vB(this.jU)};p.prototype.set_m_enableSPU=p.prototype.t0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wB(b,a)};Object.defineProperty(p.prototype,"m_enableSPU",{get:p.prototype.XW,set:p.prototype.t0});
|
|
1023
|
+
p.prototype.get_m_useEpa=p.prototype.hZ=function(){return!!xB(this.jU)};p.prototype.set_m_useEpa=p.prototype.N2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yB(b,a)};Object.defineProperty(p.prototype,"m_useEpa",{get:p.prototype.hZ,set:p.prototype.N2});p.prototype.get_m_allowedCcdPenetration=p.prototype.OV=function(){return zB(this.jU)};p.prototype.set_m_allowedCcdPenetration=p.prototype.l_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);AB(b,a)};
|
|
1024
|
+
Object.defineProperty(p.prototype,"m_allowedCcdPenetration",{get:p.prototype.OV,set:p.prototype.l_});p.prototype.get_m_useConvexConservativeDistanceUtil=p.prototype.gZ=function(){return!!BB(this.jU)};p.prototype.set_m_useConvexConservativeDistanceUtil=p.prototype.M2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);CB(b,a)};Object.defineProperty(p.prototype,"m_useConvexConservativeDistanceUtil",{get:p.prototype.gZ,set:p.prototype.M2});
|
|
1025
|
+
p.prototype.get_m_convexConservativeDistanceThreshold=p.prototype.EW=function(){return DB(this.jU)};p.prototype.set_m_convexConservativeDistanceThreshold=p.prototype.a0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);EB(b,a)};Object.defineProperty(p.prototype,"m_convexConservativeDistanceThreshold",{get:p.prototype.EW,set:p.prototype.a0});p.prototype.__destroy__=function(){FB(this.jU)};function x(){throw"cannot construct a btContactSolverInfo, no constructor in IDL";}x.prototype=Object.create(g.prototype);
|
|
1026
|
+
x.prototype.constructor=x;x.prototype.kU=x;x.lU={};c.btContactSolverInfo=x;x.prototype.get_m_splitImpulse=x.prototype.OY=function(){return!!GB(this.jU)};x.prototype.set_m_splitImpulse=x.prototype.q2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);HB(b,a)};Object.defineProperty(x.prototype,"m_splitImpulse",{get:x.prototype.OY,set:x.prototype.q2});x.prototype.get_m_splitImpulsePenetrationThreshold=x.prototype.PY=function(){return IB(this.jU)};
|
|
1027
|
+
x.prototype.set_m_splitImpulsePenetrationThreshold=x.prototype.s2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);JB(b,a)};Object.defineProperty(x.prototype,"m_splitImpulsePenetrationThreshold",{get:x.prototype.PY,set:x.prototype.s2});x.prototype.get_m_numIterations=x.prototype.mY=function(){return KB(this.jU)};x.prototype.set_m_numIterations=x.prototype.N1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);LB(b,a)};
|
|
1028
|
+
Object.defineProperty(x.prototype,"m_numIterations",{get:x.prototype.mY,set:x.prototype.N1});x.prototype.get_m_erp=x.prototype.$W=function(){return MB(this.jU)};x.prototype.set_m_erp=x.prototype.w0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);NB(b,a)};Object.defineProperty(x.prototype,"m_erp",{get:x.prototype.$W,set:x.prototype.w0});x.prototype.get_m_erp2=x.prototype.aX=function(){return OB(this.jU)};
|
|
1029
|
+
x.prototype.set_m_erp2=x.prototype.x0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);PB(b,a)};Object.defineProperty(x.prototype,"m_erp2",{get:x.prototype.aX,set:x.prototype.x0});x.prototype.__destroy__=function(){QB(this.jU)};function M(){this.jU=RB();l(M)[this.jU]=this}M.prototype=Object.create(g.prototype);M.prototype.constructor=M;M.prototype.kU=M;M.lU={};c.btVehicleTuning=M;M.prototype.get_m_suspensionStiffness=M.prototype.AU=function(){return SB(this.jU)};
|
|
1030
|
+
M.prototype.set_m_suspensionStiffness=M.prototype.HU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);TB(b,a)};Object.defineProperty(M.prototype,"m_suspensionStiffness",{get:M.prototype.AU,set:M.prototype.HU});M.prototype.get_m_suspensionCompression=M.prototype.SY=function(){return UB(this.jU)};M.prototype.set_m_suspensionCompression=M.prototype.v2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);VB(b,a)};
|
|
1031
|
+
Object.defineProperty(M.prototype,"m_suspensionCompression",{get:M.prototype.SY,set:M.prototype.v2});M.prototype.get_m_suspensionDamping=M.prototype.TY=function(){return WB(this.jU)};M.prototype.set_m_suspensionDamping=M.prototype.w2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);XB(b,a)};Object.defineProperty(M.prototype,"m_suspensionDamping",{get:M.prototype.TY,set:M.prototype.w2});M.prototype.get_m_maxSuspensionTravelCm=M.prototype.zU=function(){return YB(this.jU)};
|
|
1032
|
+
M.prototype.set_m_maxSuspensionTravelCm=M.prototype.GU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ZB(b,a)};Object.defineProperty(M.prototype,"m_maxSuspensionTravelCm",{get:M.prototype.zU,set:M.prototype.GU});M.prototype.get_m_frictionSlip=M.prototype.vU=function(){return $B(this.jU)};M.prototype.set_m_frictionSlip=M.prototype.CU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aC(b,a)};Object.defineProperty(M.prototype,"m_frictionSlip",{get:M.prototype.vU,set:M.prototype.CU});
|
|
1033
|
+
M.prototype.get_m_maxSuspensionForce=M.prototype.yU=function(){return bC(this.jU)};M.prototype.set_m_maxSuspensionForce=M.prototype.FU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);cC(b,a)};Object.defineProperty(M.prototype,"m_maxSuspensionForce",{get:M.prototype.yU,set:M.prototype.FU});function lZ(){throw"cannot construct a btVehicleRaycasterResult, no constructor in IDL";}lZ.prototype=Object.create(g.prototype);lZ.prototype.constructor=lZ;lZ.prototype.kU=lZ;lZ.lU={};
|
|
1034
|
+
c.btVehicleRaycasterResult=lZ;lZ.prototype.get_m_hitPointInWorld=lZ.prototype.oX=function(){return m(dC(this.jU),n)};lZ.prototype.set_m_hitPointInWorld=lZ.prototype.L0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);eC(b,a)};Object.defineProperty(lZ.prototype,"m_hitPointInWorld",{get:lZ.prototype.oX,set:lZ.prototype.L0});lZ.prototype.get_m_hitNormalInWorld=lZ.prototype.mX=function(){return m(fC(this.jU),n)};
|
|
1035
|
+
lZ.prototype.set_m_hitNormalInWorld=lZ.prototype.J0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gC(b,a)};Object.defineProperty(lZ.prototype,"m_hitNormalInWorld",{get:lZ.prototype.mX,set:lZ.prototype.J0});lZ.prototype.get_m_distFraction=lZ.prototype.TW=function(){return hC(this.jU)};lZ.prototype.set_m_distFraction=lZ.prototype.p0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);iC(b,a)};Object.defineProperty(lZ.prototype,"m_distFraction",{get:lZ.prototype.TW,set:lZ.prototype.p0});
|
|
1036
|
+
lZ.prototype.__destroy__=function(){jC(this.jU)};function mZ(a){a&&"object"===typeof a&&(a=a.jU);this.jU=kC(a);l(mZ)[this.jU]=this}mZ.prototype=Object.create(RX.prototype);mZ.prototype.constructor=mZ;mZ.prototype.kU=mZ;mZ.lU={};c.btDefaultVehicleRaycaster=mZ;mZ.prototype.castRay=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);lC(f,a,b,e)};mZ.prototype.get_m_collisionFilterGroup=mZ.prototype.mU=function(){return mC(this.jU)};
|
|
1037
|
+
mZ.prototype.set_m_collisionFilterGroup=mZ.prototype.oU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nC(b,a)};Object.defineProperty(mZ.prototype,"m_collisionFilterGroup",{get:mZ.prototype.mU,set:mZ.prototype.oU});mZ.prototype.get_m_collisionFilterMask=mZ.prototype.nU=function(){return oC(this.jU)};mZ.prototype.set_m_collisionFilterMask=mZ.prototype.pU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);pC(b,a)};
|
|
1038
|
+
Object.defineProperty(mZ.prototype,"m_collisionFilterMask",{get:mZ.prototype.nU,set:mZ.prototype.pU});mZ.prototype.__destroy__=function(){qC(this.jU)};function N(){throw"cannot construct a RaycastInfo, no constructor in IDL";}N.prototype=Object.create(g.prototype);N.prototype.constructor=N;N.prototype.kU=N;N.lU={};c.RaycastInfo=N;N.prototype.get_m_contactNormalWS=N.prototype.BW=function(){return m(rC(this.jU),n)};
|
|
1039
|
+
N.prototype.set_m_contactNormalWS=N.prototype.Z_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sC(b,a)};Object.defineProperty(N.prototype,"m_contactNormalWS",{get:N.prototype.BW,set:N.prototype.Z_});N.prototype.get_m_contactPointWS=N.prototype.DW=function(){return m(tC(this.jU),n)};N.prototype.set_m_contactPointWS=N.prototype.$_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uC(b,a)};Object.defineProperty(N.prototype,"m_contactPointWS",{get:N.prototype.DW,set:N.prototype.$_});
|
|
1040
|
+
N.prototype.get_m_suspensionLength=N.prototype.UY=function(){return vC(this.jU)};N.prototype.set_m_suspensionLength=N.prototype.z2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wC(b,a)};Object.defineProperty(N.prototype,"m_suspensionLength",{get:N.prototype.UY,set:N.prototype.z2});N.prototype.get_m_hardPointWS=N.prototype.jX=function(){return m(xC(this.jU),n)};N.prototype.set_m_hardPointWS=N.prototype.G0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yC(b,a)};
|
|
1041
|
+
Object.defineProperty(N.prototype,"m_hardPointWS",{get:N.prototype.jX,set:N.prototype.G0});N.prototype.get_m_wheelDirectionWS=N.prototype.nZ=function(){return m(zC(this.jU),n)};N.prototype.set_m_wheelDirectionWS=N.prototype.T2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);AC(b,a)};Object.defineProperty(N.prototype,"m_wheelDirectionWS",{get:N.prototype.nZ,set:N.prototype.T2});N.prototype.get_m_wheelAxleWS=N.prototype.mZ=function(){return m(BC(this.jU),n)};
|
|
1042
|
+
N.prototype.set_m_wheelAxleWS=N.prototype.S2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);CC(b,a)};Object.defineProperty(N.prototype,"m_wheelAxleWS",{get:N.prototype.mZ,set:N.prototype.S2});N.prototype.get_m_isInContact=N.prototype.wX=function(){return!!DC(this.jU)};N.prototype.set_m_isInContact=N.prototype.T0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);EC(b,a)};Object.defineProperty(N.prototype,"m_isInContact",{get:N.prototype.wX,set:N.prototype.T0});
|
|
1043
|
+
N.prototype.get_m_groundObject=N.prototype.iX=function(){return FC(this.jU)};N.prototype.set_m_groundObject=N.prototype.F0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);GC(b,a)};Object.defineProperty(N.prototype,"m_groundObject",{get:N.prototype.iX,set:N.prototype.F0});N.prototype.__destroy__=function(){HC(this.jU)};function O(){throw"cannot construct a btWheelInfoConstructionInfo, no constructor in IDL";}O.prototype=Object.create(g.prototype);O.prototype.constructor=O;
|
|
1044
|
+
O.prototype.kU=O;O.lU={};c.btWheelInfoConstructionInfo=O;O.prototype.get_m_chassisConnectionCS=O.prototype.tW=function(){return m(IC(this.jU),n)};O.prototype.set_m_chassisConnectionCS=O.prototype.R_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);JC(b,a)};Object.defineProperty(O.prototype,"m_chassisConnectionCS",{get:O.prototype.tW,set:O.prototype.R_});O.prototype.get_m_wheelDirectionCS=O.prototype.SU=function(){return m(KC(this.jU),n)};
|
|
1045
|
+
O.prototype.set_m_wheelDirectionCS=O.prototype.fV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);LC(b,a)};Object.defineProperty(O.prototype,"m_wheelDirectionCS",{get:O.prototype.SU,set:O.prototype.fV});O.prototype.get_m_wheelAxleCS=O.prototype.RU=function(){return m(MC(this.jU),n)};O.prototype.set_m_wheelAxleCS=O.prototype.eV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);NC(b,a)};Object.defineProperty(O.prototype,"m_wheelAxleCS",{get:O.prototype.RU,set:O.prototype.eV});
|
|
1046
|
+
O.prototype.get_m_suspensionRestLength=O.prototype.WY=function(){return OC(this.jU)};O.prototype.set_m_suspensionRestLength=O.prototype.B2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);PC(b,a)};Object.defineProperty(O.prototype,"m_suspensionRestLength",{get:O.prototype.WY,set:O.prototype.B2});O.prototype.get_m_maxSuspensionTravelCm=O.prototype.zU=function(){return QC(this.jU)};
|
|
1047
|
+
O.prototype.set_m_maxSuspensionTravelCm=O.prototype.GU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);RC(b,a)};Object.defineProperty(O.prototype,"m_maxSuspensionTravelCm",{get:O.prototype.zU,set:O.prototype.GU});O.prototype.get_m_wheelRadius=O.prototype.oZ=function(){return SC(this.jU)};O.prototype.set_m_wheelRadius=O.prototype.U2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);TC(b,a)};Object.defineProperty(O.prototype,"m_wheelRadius",{get:O.prototype.oZ,set:O.prototype.U2});
|
|
1048
|
+
O.prototype.get_m_suspensionStiffness=O.prototype.AU=function(){return UC(this.jU)};O.prototype.set_m_suspensionStiffness=O.prototype.HU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);VC(b,a)};Object.defineProperty(O.prototype,"m_suspensionStiffness",{get:O.prototype.AU,set:O.prototype.HU});O.prototype.get_m_wheelsDampingCompression=O.prototype.TU=function(){return WC(this.jU)};
|
|
1049
|
+
O.prototype.set_m_wheelsDampingCompression=O.prototype.gV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);XC(b,a)};Object.defineProperty(O.prototype,"m_wheelsDampingCompression",{get:O.prototype.TU,set:O.prototype.gV});O.prototype.get_m_wheelsDampingRelaxation=O.prototype.UU=function(){return YC(this.jU)};O.prototype.set_m_wheelsDampingRelaxation=O.prototype.hV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ZC(b,a)};
|
|
1050
|
+
Object.defineProperty(O.prototype,"m_wheelsDampingRelaxation",{get:O.prototype.UU,set:O.prototype.hV});O.prototype.get_m_frictionSlip=O.prototype.vU=function(){return $C(this.jU)};O.prototype.set_m_frictionSlip=O.prototype.CU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aD(b,a)};Object.defineProperty(O.prototype,"m_frictionSlip",{get:O.prototype.vU,set:O.prototype.CU});O.prototype.get_m_maxSuspensionForce=O.prototype.yU=function(){return bD(this.jU)};
|
|
1051
|
+
O.prototype.set_m_maxSuspensionForce=O.prototype.FU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);cD(b,a)};Object.defineProperty(O.prototype,"m_maxSuspensionForce",{get:O.prototype.yU,set:O.prototype.FU});O.prototype.get_m_bIsFrontWheel=O.prototype.IU=function(){return!!dD(this.jU)};O.prototype.set_m_bIsFrontWheel=O.prototype.WU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);eD(b,a)};Object.defineProperty(O.prototype,"m_bIsFrontWheel",{get:O.prototype.IU,set:O.prototype.WU});
|
|
1052
|
+
O.prototype.__destroy__=function(){fD(this.jU)};function P(a){a&&"object"===typeof a&&(a=a.jU);this.jU=gD(a);l(P)[this.jU]=this}P.prototype=Object.create(g.prototype);P.prototype.constructor=P;P.prototype.kU=P;P.lU={};c.btWheelInfo=P;P.prototype.getSuspensionRestLength=function(){return hD(this.jU)};P.prototype.updateWheel=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);iD(e,a,b)};P.prototype.get_m_suspensionStiffness=P.prototype.AU=function(){return jD(this.jU)};
|
|
1053
|
+
P.prototype.set_m_suspensionStiffness=P.prototype.HU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);kD(b,a)};Object.defineProperty(P.prototype,"m_suspensionStiffness",{get:P.prototype.AU,set:P.prototype.HU});P.prototype.get_m_frictionSlip=P.prototype.vU=function(){return lD(this.jU)};P.prototype.set_m_frictionSlip=P.prototype.CU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mD(b,a)};Object.defineProperty(P.prototype,"m_frictionSlip",{get:P.prototype.vU,set:P.prototype.CU});
|
|
1054
|
+
P.prototype.get_m_engineForce=P.prototype.ZW=function(){return nD(this.jU)};P.prototype.set_m_engineForce=P.prototype.v0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);oD(b,a)};Object.defineProperty(P.prototype,"m_engineForce",{get:P.prototype.ZW,set:P.prototype.v0});P.prototype.get_m_rollInfluence=P.prototype.FY=function(){return pD(this.jU)};P.prototype.set_m_rollInfluence=P.prototype.g2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qD(b,a)};
|
|
1055
|
+
Object.defineProperty(P.prototype,"m_rollInfluence",{get:P.prototype.FY,set:P.prototype.g2});P.prototype.get_m_suspensionRestLength1=P.prototype.XY=function(){return rD(this.jU)};P.prototype.set_m_suspensionRestLength1=P.prototype.C2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sD(b,a)};Object.defineProperty(P.prototype,"m_suspensionRestLength1",{get:P.prototype.XY,set:P.prototype.C2});P.prototype.get_m_wheelsRadius=P.prototype.pZ=function(){return tD(this.jU)};
|
|
1056
|
+
P.prototype.set_m_wheelsRadius=P.prototype.V2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uD(b,a)};Object.defineProperty(P.prototype,"m_wheelsRadius",{get:P.prototype.pZ,set:P.prototype.V2});P.prototype.get_m_wheelsDampingCompression=P.prototype.TU=function(){return vD(this.jU)};P.prototype.set_m_wheelsDampingCompression=P.prototype.gV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wD(b,a)};
|
|
1057
|
+
Object.defineProperty(P.prototype,"m_wheelsDampingCompression",{get:P.prototype.TU,set:P.prototype.gV});P.prototype.get_m_wheelsDampingRelaxation=P.prototype.UU=function(){return xD(this.jU)};P.prototype.set_m_wheelsDampingRelaxation=P.prototype.hV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yD(b,a)};Object.defineProperty(P.prototype,"m_wheelsDampingRelaxation",{get:P.prototype.UU,set:P.prototype.hV});P.prototype.get_m_steering=P.prototype.QY=function(){return zD(this.jU)};
|
|
1058
|
+
P.prototype.set_m_steering=P.prototype.t2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);AD(b,a)};Object.defineProperty(P.prototype,"m_steering",{get:P.prototype.QY,set:P.prototype.t2});P.prototype.get_m_maxSuspensionForce=P.prototype.yU=function(){return BD(this.jU)};P.prototype.set_m_maxSuspensionForce=P.prototype.FU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);CD(b,a)};Object.defineProperty(P.prototype,"m_maxSuspensionForce",{get:P.prototype.yU,set:P.prototype.FU});
|
|
1059
|
+
P.prototype.get_m_maxSuspensionTravelCm=P.prototype.zU=function(){return DD(this.jU)};P.prototype.set_m_maxSuspensionTravelCm=P.prototype.GU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ED(b,a)};Object.defineProperty(P.prototype,"m_maxSuspensionTravelCm",{get:P.prototype.zU,set:P.prototype.GU});P.prototype.get_m_wheelsSuspensionForce=P.prototype.qZ=function(){return FD(this.jU)};
|
|
1060
|
+
P.prototype.set_m_wheelsSuspensionForce=P.prototype.W2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);GD(b,a)};Object.defineProperty(P.prototype,"m_wheelsSuspensionForce",{get:P.prototype.qZ,set:P.prototype.W2});P.prototype.get_m_bIsFrontWheel=P.prototype.IU=function(){return!!HD(this.jU)};P.prototype.set_m_bIsFrontWheel=P.prototype.WU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ID(b,a)};Object.defineProperty(P.prototype,"m_bIsFrontWheel",{get:P.prototype.IU,set:P.prototype.WU});
|
|
1061
|
+
P.prototype.get_m_raycastInfo=P.prototype.zY=function(){return m(JD(this.jU),N)};P.prototype.set_m_raycastInfo=P.prototype.a2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);KD(b,a)};Object.defineProperty(P.prototype,"m_raycastInfo",{get:P.prototype.zY,set:P.prototype.a2});P.prototype.get_m_chassisConnectionPointCS=P.prototype.uW=function(){return m(LD(this.jU),n)};
|
|
1062
|
+
P.prototype.set_m_chassisConnectionPointCS=P.prototype.S_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);MD(b,a)};Object.defineProperty(P.prototype,"m_chassisConnectionPointCS",{get:P.prototype.uW,set:P.prototype.S_});P.prototype.get_m_worldTransform=P.prototype.VU=function(){return m(ND(this.jU),t)};P.prototype.set_m_worldTransform=P.prototype.iV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);OD(b,a)};
|
|
1063
|
+
Object.defineProperty(P.prototype,"m_worldTransform",{get:P.prototype.VU,set:P.prototype.iV});P.prototype.get_m_wheelDirectionCS=P.prototype.SU=function(){return m(PD(this.jU),n)};P.prototype.set_m_wheelDirectionCS=P.prototype.fV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);QD(b,a)};Object.defineProperty(P.prototype,"m_wheelDirectionCS",{get:P.prototype.SU,set:P.prototype.fV});P.prototype.get_m_wheelAxleCS=P.prototype.RU=function(){return m(RD(this.jU),n)};
|
|
1064
|
+
P.prototype.set_m_wheelAxleCS=P.prototype.eV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);SD(b,a)};Object.defineProperty(P.prototype,"m_wheelAxleCS",{get:P.prototype.RU,set:P.prototype.eV});P.prototype.get_m_rotation=P.prototype.HY=function(){return TD(this.jU)};P.prototype.set_m_rotation=P.prototype.i2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);UD(b,a)};Object.defineProperty(P.prototype,"m_rotation",{get:P.prototype.HY,set:P.prototype.i2});
|
|
1065
|
+
P.prototype.get_m_deltaRotation=P.prototype.LW=function(){return VD(this.jU)};P.prototype.set_m_deltaRotation=P.prototype.h0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);WD(b,a)};Object.defineProperty(P.prototype,"m_deltaRotation",{get:P.prototype.LW,set:P.prototype.h0});P.prototype.get_m_brake=P.prototype.gW=function(){return XD(this.jU)};P.prototype.set_m_brake=P.prototype.E_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);YD(b,a)};
|
|
1066
|
+
Object.defineProperty(P.prototype,"m_brake",{get:P.prototype.gW,set:P.prototype.E_});P.prototype.get_m_clippedInvContactDotSuspension=P.prototype.vW=function(){return ZD(this.jU)};P.prototype.set_m_clippedInvContactDotSuspension=P.prototype.T_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);$D(b,a)};Object.defineProperty(P.prototype,"m_clippedInvContactDotSuspension",{get:P.prototype.vW,set:P.prototype.T_});P.prototype.get_m_suspensionRelativeVelocity=P.prototype.VY=function(){return aE(this.jU)};
|
|
1067
|
+
P.prototype.set_m_suspensionRelativeVelocity=P.prototype.A2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);bE(b,a)};Object.defineProperty(P.prototype,"m_suspensionRelativeVelocity",{get:P.prototype.VY,set:P.prototype.A2});P.prototype.get_m_skidInfo=P.prototype.KY=function(){return cE(this.jU)};P.prototype.set_m_skidInfo=P.prototype.m2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);dE(b,a)};Object.defineProperty(P.prototype,"m_skidInfo",{get:P.prototype.KY,set:P.prototype.m2});
|
|
1068
|
+
P.prototype.__destroy__=function(){eE(this.jU)};function Q(a,b,e,f){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);this.jU=void 0===f?fE(a,b,e):gE(a,b,e,f);l(Q)[this.jU]=this}Q.prototype=Object.create(SX.prototype);Q.prototype.constructor=Q;Q.prototype.kU=Q;Q.lU={};c.btKinematicCharacterController=Q;Q.prototype.getUp=function(){return m(hE(this.jU),n)};
|
|
1069
|
+
Q.prototype.setUp=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);iE(b,a)};Q.prototype.setWalkDirection=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);jE(b,a)};Q.prototype.setVelocityForTimeInterval=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);kE(e,a,b)};Q.prototype.setAngularVelocity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);lE(b,a)};Q.prototype.getAngularVelocity=function(){return m(mE(this.jU),n)};
|
|
1070
|
+
Q.prototype.setLinearVelocity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nE(b,a)};Q.prototype.getLinearVelocity=function(){return m(oE(this.jU),n)};Q.prototype.setLinearDamping=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);pE(b,a)};Q.prototype.getLinearDamping=function(){return qE(this.jU)};Q.prototype.setAngularDamping=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);rE(b,a)};Q.prototype.getAngularDamping=function(){return sE(this.jU)};
|
|
1071
|
+
Q.prototype.reset=Q.prototype.reset=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);tE(b,a)};Q.prototype.warp=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uE(b,a)};Q.prototype.preStep=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);vE(b,a)};Q.prototype.playerStep=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);wE(e,a,b)};Q.prototype.setStepHeight=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);xE(b,a)};
|
|
1072
|
+
Q.prototype.getStepHeight=function(){return yE(this.jU)};Q.prototype.setFallSpeed=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);zE(b,a)};Q.prototype.getFallSpeed=function(){return AE(this.jU)};Q.prototype.setJumpSpeed=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);BE(b,a)};Q.prototype.getJumpSpeed=function(){return CE(this.jU)};Q.prototype.setMaxJumpHeight=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);DE(b,a)};Q.prototype.canJump=function(){return!!EE(this.jU)};
|
|
1073
|
+
Q.prototype.jump=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);void 0===a?FE(b):GE(b,a)};Q.prototype.applyImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);HE(b,a)};Q.prototype.setGravity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);IE(b,a)};Q.prototype.getGravity=function(){return m(JE(this.jU),n)};Q.prototype.setMaxSlope=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);KE(b,a)};Q.prototype.getMaxSlope=function(){return LE(this.jU)};
|
|
1074
|
+
Q.prototype.setMaxPenetrationDepth=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ME(b,a)};Q.prototype.getMaxPenetrationDepth=function(){return NE(this.jU)};Q.prototype.getGhostObject=function(){return m(OE(this.jU),R)};Q.prototype.setUseGhostSweepTest=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);PE(b,a)};Q.prototype.onGround=function(){return!!QE(this.jU)};Q.prototype.setUpInterpolate=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);RE(b,a)};
|
|
1075
|
+
Q.prototype.updateAction=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);SE(e,a,b)};Q.prototype.__destroy__=function(){TE(this.jU)};function nZ(a,b,e){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);this.jU=UE(a,b,e);l(nZ)[this.jU]=this}nZ.prototype=Object.create(SX.prototype);nZ.prototype.constructor=nZ;nZ.prototype.kU=nZ;nZ.lU={};c.btRaycastVehicle=nZ;
|
|
1076
|
+
nZ.prototype.applyEngineForce=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);VE(e,a,b)};nZ.prototype.setSteeringValue=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);WE(e,a,b)};nZ.prototype.getWheelTransformWS=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(XE(b,a),t)};
|
|
1077
|
+
nZ.prototype.updateWheelTransform=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);YE(e,a,b)};nZ.prototype.addWheel=function(a,b,e,f,h,k,r){var v=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);return m(ZE(v,a,b,e,f,h,k,r),P)};nZ.prototype.getNumWheels=function(){return $E(this.jU)};
|
|
1078
|
+
nZ.prototype.getRigidBody=function(){return m(aF(this.jU),w)};nZ.prototype.getWheelInfo=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(bF(b,a),P)};nZ.prototype.setBrake=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);cF(e,a,b)};nZ.prototype.setCoordinateSystem=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);dF(f,a,b,e)};
|
|
1079
|
+
nZ.prototype.getCurrentSpeedKmHour=function(){return eF(this.jU)};nZ.prototype.getChassisWorldTransform=function(){return m(fF(this.jU),t)};nZ.prototype.rayCast=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return gF(b,a)};nZ.prototype.updateVehicle=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);hF(b,a)};nZ.prototype.resetSuspension=function(){iF(this.jU)};nZ.prototype.getSteeringValue=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return jF(b,a)};
|
|
1080
|
+
nZ.prototype.updateWheelTransformsWS=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?kF(e,a):lF(e,a,b)};nZ.prototype.setPitchControl=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mF(b,a)};nZ.prototype.updateSuspension=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nF(b,a)};nZ.prototype.updateFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);oF(b,a)};nZ.prototype.getRightAxis=function(){return pF(this.jU)};
|
|
1081
|
+
nZ.prototype.getUpAxis=function(){return qF(this.jU)};nZ.prototype.getForwardAxis=function(){return rF(this.jU)};nZ.prototype.getForwardVector=function(){return m(sF(this.jU),n)};nZ.prototype.getUserConstraintType=function(){return tF(this.jU)};nZ.prototype.setUserConstraintType=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uF(b,a)};nZ.prototype.setUserConstraintId=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);vF(b,a)};nZ.prototype.getUserConstraintId=function(){return wF(this.jU)};
|
|
1082
|
+
nZ.prototype.updateAction=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);xF(e,a,b)};nZ.prototype.__destroy__=function(){yF(this.jU)};function R(){this.jU=zF();l(R)[this.jU]=this}R.prototype=Object.create(z.prototype);R.prototype.constructor=R;R.prototype.kU=R;R.lU={};c.btPairCachingGhostObject=R;R.prototype.getAnisotropicFriction=function(){return m(AF(this.jU),n)};
|
|
1083
|
+
R.prototype.setAnisotropicFriction=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);BF(e,a,b)};R.prototype.hasAnisotropicFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return void 0===a?!!CF(b):!!DF(b,a)};R.prototype.getCollisionShape=function(){return m(EF(this.jU),mX)};R.prototype.getContactProcessingThreshold=function(){return FF(this.jU)};
|
|
1084
|
+
R.prototype.setContactProcessingThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);GF(b,a)};R.prototype.getActivationState=function(){return HF(this.jU)};R.prototype.setActivationState=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);IF(b,a)};R.prototype.forceActivationState=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);JF(b,a)};R.prototype.activate=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);void 0===a?KF(b):LF(b,a)};
|
|
1085
|
+
R.prototype.setDeactivationTime=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);MF(b,a)};R.prototype.getDeactivationTime=function(){return NF(this.jU)};R.prototype.isActive=R.prototype.isActive=function(){return!!OF(this.jU)};R.prototype.isKinematicObject=function(){return!!PF(this.jU)};R.prototype.isStaticObject=function(){return!!QF(this.jU)};R.prototype.isStaticOrKinematicObject=function(){return!!RF(this.jU)};R.prototype.getRestitution=function(){return SF(this.jU)};
|
|
1086
|
+
R.prototype.getFriction=function(){return TF(this.jU)};R.prototype.getRollingFriction=function(){return UF(this.jU)};R.prototype.getSpinningFriction=function(){return VF(this.jU)};R.prototype.getContactStiffness=function(){return WF(this.jU)};R.prototype.getContactDamping=function(){return XF(this.jU)};R.prototype.setRestitution=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);YF(b,a)};R.prototype.setFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ZF(b,a)};
|
|
1087
|
+
R.prototype.setRollingFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);$F(b,a)};R.prototype.setSpinningFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aG(b,a)};R.prototype.setContactStiffnessAndDamping=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);bG(e,a,b)};R.prototype.getWorldTransform=function(){return m(cG(this.jU),t)};R.prototype.getCollisionFlags=function(){return dG(this.jU)};
|
|
1088
|
+
R.prototype.setCollisionFlags=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);eG(b,a)};R.prototype.setWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);fG(b,a)};R.prototype.setCollisionShape=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gG(b,a)};R.prototype.setCcdMotionThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);hG(b,a)};R.prototype.setCcdSweptSphereRadius=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);iG(b,a)};
|
|
1089
|
+
R.prototype.getUserIndex=function(){return jG(this.jU)};R.prototype.getUserIndex2=function(){return kG(this.jU)};R.prototype.getUserIndex3=function(){return lG(this.jU)};R.prototype.setUserIndex=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mG(b,a)};R.prototype.setUserIndex2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nG(b,a)};R.prototype.setUserIndex3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);oG(b,a)};
|
|
1090
|
+
R.prototype.getUserPointer=function(){return m(pG(this.jU),sX)};R.prototype.setUserPointer=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qG(b,a)};R.prototype.getBroadphaseHandle=function(){return m(rG(this.jU),tX)};R.prototype.getNumOverlappingObjects=function(){return sG(this.jU)};R.prototype.getOverlappingObject=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(tG(b,a),q)};R.prototype.__destroy__=function(){uG(this.jU)};
|
|
1091
|
+
function oZ(){this.jU=vG();l(oZ)[this.jU]=this}oZ.prototype=Object.create(g.prototype);oZ.prototype.constructor=oZ;oZ.prototype.kU=oZ;oZ.lU={};c.btGhostPairCallback=oZ;oZ.prototype.__destroy__=function(){wG(this.jU)};S.prototype.setAxisTop=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);xG(e,a,b)};S.prototype.setAxisBottom=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);yG(e,a,b)};
|
|
1092
|
+
S.prototype.getAxisTop=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(zG(b,a),n)};S.prototype.getAxisBottom=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(AG(b,a),n)};function S(){this.jU=BG();l(S)[this.jU]=this}S.prototype=Object.create(g.prototype);S.prototype.constructor=S;S.prototype.kU=S;S.lU={};c.btMultibodyLink=S;S.prototype.get_m_mass=S.prototype.bY=function(){return CG(this.jU)};
|
|
1093
|
+
S.prototype.set_m_mass=S.prototype.C1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);DG(b,a)};Object.defineProperty(S.prototype,"m_mass",{get:S.prototype.bY,set:S.prototype.C1});S.prototype.get_m_inertiaLocal=S.prototype.tX=function(){return m(EG(this.jU),n)};S.prototype.set_m_inertiaLocal=S.prototype.Q0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);FG(b,a)};Object.defineProperty(S.prototype,"m_inertiaLocal",{get:S.prototype.tX,set:S.prototype.Q0});
|
|
1094
|
+
S.prototype.get_m_parent=S.prototype.qY=function(){return GG(this.jU)};S.prototype.set_m_parent=S.prototype.R1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);HG(b,a)};Object.defineProperty(S.prototype,"m_parent",{get:S.prototype.qY,set:S.prototype.R1});S.prototype.get_m_zeroRotParentToThis=S.prototype.sZ=function(){return m(IG(this.jU),B)};S.prototype.set_m_zeroRotParentToThis=S.prototype.Y2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);JG(b,a)};
|
|
1095
|
+
Object.defineProperty(S.prototype,"m_zeroRotParentToThis",{get:S.prototype.sZ,set:S.prototype.Y2});S.prototype.get_m_dVector=S.prototype.HW=function(){return m(KG(this.jU),n)};S.prototype.set_m_dVector=S.prototype.d0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);LG(b,a)};Object.defineProperty(S.prototype,"m_dVector",{get:S.prototype.HW,set:S.prototype.d0});S.prototype.get_m_eVector=S.prototype.WW=function(){return m(MG(this.jU),n)};
|
|
1096
|
+
S.prototype.set_m_eVector=S.prototype.s0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);NG(b,a)};Object.defineProperty(S.prototype,"m_eVector",{get:S.prototype.WW,set:S.prototype.s0});S.prototype.get_m_absFrameTotVelocity=S.prototype.IV=function(){return m(OG(this.jU),eY)};S.prototype.set_m_absFrameTotVelocity=S.prototype.f_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);PG(b,a)};Object.defineProperty(S.prototype,"m_absFrameTotVelocity",{get:S.prototype.IV,set:S.prototype.f_});
|
|
1097
|
+
S.prototype.get_m_absFrameLocVelocity=S.prototype.HV=function(){return m(QG(this.jU),eY)};S.prototype.set_m_absFrameLocVelocity=S.prototype.e_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);RG(b,a)};Object.defineProperty(S.prototype,"m_absFrameLocVelocity",{get:S.prototype.HV,set:S.prototype.e_});S.prototype.get_m_dofOffset=S.prototype.VW=function(){return SG(this.jU)};S.prototype.set_m_dofOffset=S.prototype.r0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);TG(b,a)};
|
|
1098
|
+
Object.defineProperty(S.prototype,"m_dofOffset",{get:S.prototype.VW,set:S.prototype.r0});S.prototype.get_m_cfgOffset=S.prototype.rW=function(){return UG(this.jU)};S.prototype.set_m_cfgOffset=S.prototype.P_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);VG(b,a)};Object.defineProperty(S.prototype,"m_cfgOffset",{get:S.prototype.rW,set:S.prototype.P_});S.prototype.get_m_cachedRotParentToThis=S.prototype.nW=function(){return m(WG(this.jU),B)};
|
|
1099
|
+
S.prototype.set_m_cachedRotParentToThis=S.prototype.L_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);XG(b,a)};Object.defineProperty(S.prototype,"m_cachedRotParentToThis",{get:S.prototype.nW,set:S.prototype.L_});S.prototype.get_m_cachedRVector=S.prototype.lW=function(){return m(YG(this.jU),n)};S.prototype.set_m_cachedRVector=S.prototype.J_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ZG(b,a)};Object.defineProperty(S.prototype,"m_cachedRVector",{get:S.prototype.lW,set:S.prototype.J_});
|
|
1100
|
+
S.prototype.get_m_cachedRotParentToThis_interpolate=S.prototype.oW=function(){return m($G(this.jU),B)};S.prototype.set_m_cachedRotParentToThis_interpolate=S.prototype.M_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aH(b,a)};Object.defineProperty(S.prototype,"m_cachedRotParentToThis_interpolate",{get:S.prototype.oW,set:S.prototype.M_});S.prototype.get_m_cachedRVector_interpolate=S.prototype.mW=function(){return m(bH(this.jU),n)};
|
|
1101
|
+
S.prototype.set_m_cachedRVector_interpolate=S.prototype.K_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);cH(b,a)};Object.defineProperty(S.prototype,"m_cachedRVector_interpolate",{get:S.prototype.mW,set:S.prototype.K_});S.prototype.get_m_appliedForce=S.prototype.YV=function(){return m(dH(this.jU),n)};S.prototype.set_m_appliedForce=S.prototype.v_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);eH(b,a)};Object.defineProperty(S.prototype,"m_appliedForce",{get:S.prototype.YV,set:S.prototype.v_});
|
|
1102
|
+
S.prototype.get_m_appliedTorque=S.prototype.aW=function(){return m(fH(this.jU),n)};S.prototype.set_m_appliedTorque=S.prototype.y_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gH(b,a)};Object.defineProperty(S.prototype,"m_appliedTorque",{get:S.prototype.aW,set:S.prototype.y_});S.prototype.get_m_appliedConstraintForce=S.prototype.WV=function(){return m(hH(this.jU),n)};
|
|
1103
|
+
S.prototype.set_m_appliedConstraintForce=S.prototype.t_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);iH(b,a)};Object.defineProperty(S.prototype,"m_appliedConstraintForce",{get:S.prototype.WV,set:S.prototype.t_});S.prototype.get_m_appliedConstraintTorque=S.prototype.XV=function(){return m(jH(this.jU),n)};S.prototype.set_m_appliedConstraintTorque=S.prototype.u_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);kH(b,a)};
|
|
1104
|
+
Object.defineProperty(S.prototype,"m_appliedConstraintTorque",{get:S.prototype.XV,set:S.prototype.u_});S.prototype.get_m_collider=S.prototype.wW=function(){return m(lH(this.jU),T)};S.prototype.set_m_collider=S.prototype.U_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mH(b,a)};Object.defineProperty(S.prototype,"m_collider",{get:S.prototype.wW,set:S.prototype.U_});S.prototype.get_m_flags=S.prototype.rU=function(){return nH(this.jU)};
|
|
1105
|
+
S.prototype.set_m_flags=S.prototype.tU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);oH(b,a)};Object.defineProperty(S.prototype,"m_flags",{get:S.prototype.rU,set:S.prototype.tU});S.prototype.get_m_dofCount=S.prototype.UW=function(){return pH(this.jU)};S.prototype.set_m_dofCount=S.prototype.q0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qH(b,a)};Object.defineProperty(S.prototype,"m_dofCount",{get:S.prototype.UW,set:S.prototype.q0});
|
|
1106
|
+
S.prototype.get_m_posVarCount=S.prototype.tY=function(){return rH(this.jU)};S.prototype.set_m_posVarCount=S.prototype.U1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sH(b,a)};Object.defineProperty(S.prototype,"m_posVarCount",{get:S.prototype.tY,set:S.prototype.U1});S.prototype.get_m_jointType=S.prototype.HX=function(){return tH(this.jU)};S.prototype.set_m_jointType=S.prototype.d1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uH(b,a)};
|
|
1107
|
+
Object.defineProperty(S.prototype,"m_jointType",{get:S.prototype.HX,set:S.prototype.d1});S.prototype.get_m_cachedWorldTransform=S.prototype.pW=function(){return m(vH(this.jU),t)};S.prototype.set_m_cachedWorldTransform=S.prototype.N_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wH(b,a)};Object.defineProperty(S.prototype,"m_cachedWorldTransform",{get:S.prototype.pW,set:S.prototype.N_});S.prototype.get_m_linkName=S.prototype.TX=function(){return Wa(xH(this.jU))};
|
|
1108
|
+
S.prototype.set_m_linkName=S.prototype.q1=function(a){var b=this.jU;hX();a=a&&"object"===typeof a?a.jU:kX(a);yH(b,a)};Object.defineProperty(S.prototype,"m_linkName",{get:S.prototype.TX,set:S.prototype.q1});S.prototype.get_m_jointName=S.prototype.GX=function(){return Wa(zH(this.jU))};S.prototype.set_m_jointName=S.prototype.c1=function(a){var b=this.jU;hX();a=a&&"object"===typeof a?a.jU:kX(a);AH(b,a)};Object.defineProperty(S.prototype,"m_jointName",{get:S.prototype.GX,set:S.prototype.c1});
|
|
1109
|
+
S.prototype.get_m_userPtr=S.prototype.jZ=function(){return m(BH(this.jU),sX)};S.prototype.set_m_userPtr=S.prototype.P2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);CH(b,a)};Object.defineProperty(S.prototype,"m_userPtr",{get:S.prototype.jZ,set:S.prototype.P2});S.prototype.get_m_jointDamping=S.prototype.BX=function(){return DH(this.jU)};S.prototype.set_m_jointDamping=S.prototype.Y0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);EH(b,a)};
|
|
1110
|
+
Object.defineProperty(S.prototype,"m_jointDamping",{get:S.prototype.BX,set:S.prototype.Y0});S.prototype.get_m_jointFriction=S.prototype.CX=function(){return FH(this.jU)};S.prototype.set_m_jointFriction=S.prototype.Z0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);GH(b,a)};Object.defineProperty(S.prototype,"m_jointFriction",{get:S.prototype.CX,set:S.prototype.Z0});S.prototype.get_m_jointLowerLimit=S.prototype.DX=function(){return HH(this.jU)};
|
|
1111
|
+
S.prototype.set_m_jointLowerLimit=S.prototype.$0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);IH(b,a)};Object.defineProperty(S.prototype,"m_jointLowerLimit",{get:S.prototype.DX,set:S.prototype.$0});S.prototype.get_m_jointUpperLimit=S.prototype.IX=function(){return JH(this.jU)};S.prototype.set_m_jointUpperLimit=S.prototype.e1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);KH(b,a)};Object.defineProperty(S.prototype,"m_jointUpperLimit",{get:S.prototype.IX,set:S.prototype.e1});
|
|
1112
|
+
S.prototype.get_m_jointMaxForce=S.prototype.EX=function(){return LH(this.jU)};S.prototype.set_m_jointMaxForce=S.prototype.a1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);MH(b,a)};Object.defineProperty(S.prototype,"m_jointMaxForce",{get:S.prototype.EX,set:S.prototype.a1});S.prototype.get_m_jointMaxVelocity=S.prototype.FX=function(){return NH(this.jU)};S.prototype.set_m_jointMaxVelocity=S.prototype.b1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);OH(b,a)};
|
|
1113
|
+
Object.defineProperty(S.prototype,"m_jointMaxVelocity",{get:S.prototype.FX,set:S.prototype.b1});S.prototype.__destroy__=function(){PH(this.jU)};function T(a,b){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);this.jU=QH(a,b);l(T)[this.jU]=this}T.prototype=Object.create(q.prototype);T.prototype.constructor=T;T.prototype.kU=T;T.lU={};c.btMultiBodyLinkCollider=T;T.prototype.upcast=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(RH(b,a),T)};
|
|
1114
|
+
T.prototype.checkCollideWithOverride=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return!!SH(b,a)};T.prototype.getAnisotropicFriction=function(){return m(TH(this.jU),n)};T.prototype.setAnisotropicFriction=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);UH(e,a,b)};T.prototype.hasAnisotropicFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return void 0===a?!!VH(b):!!WH(b,a)};
|
|
1115
|
+
T.prototype.getCollisionShape=function(){return m(XH(this.jU),mX)};T.prototype.getContactProcessingThreshold=function(){return YH(this.jU)};T.prototype.setContactProcessingThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ZH(b,a)};T.prototype.getActivationState=function(){return $H(this.jU)};T.prototype.setActivationState=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aI(b,a)};
|
|
1116
|
+
T.prototype.forceActivationState=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);bI(b,a)};T.prototype.activate=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);void 0===a?cI(b):dI(b,a)};T.prototype.setDeactivationTime=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);eI(b,a)};T.prototype.getDeactivationTime=function(){return fI(this.jU)};T.prototype.isActive=T.prototype.isActive=function(){return!!gI(this.jU)};T.prototype.isKinematicObject=function(){return!!hI(this.jU)};
|
|
1117
|
+
T.prototype.isStaticObject=function(){return!!iI(this.jU)};T.prototype.isStaticOrKinematicObject=function(){return!!jI(this.jU)};T.prototype.getRestitution=function(){return kI(this.jU)};T.prototype.getFriction=function(){return lI(this.jU)};T.prototype.getRollingFriction=function(){return mI(this.jU)};T.prototype.getSpinningFriction=function(){return nI(this.jU)};T.prototype.getContactStiffness=function(){return oI(this.jU)};T.prototype.getContactDamping=function(){return pI(this.jU)};
|
|
1118
|
+
T.prototype.setRestitution=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qI(b,a)};T.prototype.setFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);rI(b,a)};T.prototype.setRollingFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sI(b,a)};T.prototype.setSpinningFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);tI(b,a)};
|
|
1119
|
+
T.prototype.setContactStiffnessAndDamping=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);uI(e,a,b)};T.prototype.getWorldTransform=function(){return m(vI(this.jU),t)};T.prototype.getCollisionFlags=function(){return wI(this.jU)};T.prototype.setCollisionFlags=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);xI(b,a)};T.prototype.setWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yI(b,a)};
|
|
1120
|
+
T.prototype.setCollisionShape=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);zI(b,a)};T.prototype.setCcdMotionThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);AI(b,a)};T.prototype.setCcdSweptSphereRadius=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);BI(b,a)};T.prototype.getUserIndex=function(){return CI(this.jU)};T.prototype.getUserIndex2=function(){return DI(this.jU)};T.prototype.getUserIndex3=function(){return EI(this.jU)};
|
|
1121
|
+
T.prototype.setUserIndex=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);FI(b,a)};T.prototype.setUserIndex2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);GI(b,a)};T.prototype.setUserIndex3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);HI(b,a)};T.prototype.getUserPointer=function(){return m(II(this.jU),sX)};T.prototype.setUserPointer=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);JI(b,a)};
|
|
1122
|
+
T.prototype.getBroadphaseHandle=function(){return m(KI(this.jU),tX)};T.prototype.get_m_multiBody=T.prototype.fY=function(){return m(LI(this.jU),A)};T.prototype.set_m_multiBody=T.prototype.G1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);MI(b,a)};Object.defineProperty(T.prototype,"m_multiBody",{get:T.prototype.fY,set:T.prototype.G1});T.prototype.get_m_link=T.prototype.QX=function(){return NI(this.jU)};
|
|
1123
|
+
T.prototype.set_m_link=T.prototype.n1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);OI(b,a)};Object.defineProperty(T.prototype,"m_link",{get:T.prototype.QX,set:T.prototype.n1});T.prototype.__destroy__=function(){PI(this.jU)};
|
|
1124
|
+
function A(a,b,e,f,h,k){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);this.jU=void 0===k?QI(a,b,e,f,h):RI(a,b,e,f,h,k);l(A)[this.jU]=this}A.prototype=Object.create(g.prototype);A.prototype.constructor=A;A.prototype.kU=A;A.lU={};c.btMultiBody=A;
|
|
1125
|
+
A.prototype.setupFixed=function(a,b,e,f,h,k,r,v){var H=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);v&&"object"===typeof v&&(v=v.jU);void 0===v?SI(H,a,b,e,f,h,k,r):TI(H,a,b,e,f,h,k,r,v)};
|
|
1126
|
+
A.prototype.setupPrismatic=function(a,b,e,f,h,k,r,v,H){var Ta=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);v&&"object"===typeof v&&(v=v.jU);H&&"object"===typeof H&&(H=H.jU);UI(Ta,a,b,e,f,h,k,r,v,H)};
|
|
1127
|
+
A.prototype.setupRevolute=function(a,b,e,f,h,k,r,v,H){var Ta=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);v&&"object"===typeof v&&(v=v.jU);H&&"object"===typeof H&&(H=H.jU);void 0===H?VI(Ta,a,b,e,f,h,k,r,v):WI(Ta,a,b,e,f,h,k,r,v,H)};
|
|
1128
|
+
A.prototype.setupSpherical=function(a,b,e,f,h,k,r,v){var H=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);v&&"object"===typeof v&&(v=v.jU);void 0===v?XI(H,a,b,e,f,h,k,r):YI(H,a,b,e,f,h,k,r,v)};
|
|
1129
|
+
A.prototype.setupPlanar=function(a,b,e,f,h,k,r,v){var H=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);v&&"object"===typeof v&&(v=v.jU);void 0===v?ZI(H,a,b,e,f,h,k,r):$I(H,a,b,e,f,h,k,r,v)};A.prototype.getLink=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(aJ(b,a),S)};
|
|
1130
|
+
A.prototype.setBaseCollider=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);bJ(b,a)};A.prototype.getBaseCollider=function(){return m(cJ(this.jU),T)};A.prototype.getLinkCollider=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(dJ(b,a),T)};A.prototype.getParent=A.prototype.getParent=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return eJ(b,a)};A.prototype.getNumLinks=function(){return fJ(this.jU)};A.prototype.getNumDofs=function(){return gJ(this.jU)};
|
|
1131
|
+
A.prototype.getNumPosVars=function(){return hJ(this.jU)};A.prototype.getBaseMass=function(){return iJ(this.jU)};A.prototype.getBaseInertia=function(){return m(jJ(this.jU),n)};A.prototype.getLinkMass=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return kJ(b,a)};A.prototype.getLinkInertia=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(lJ(b,a),n)};A.prototype.setBaseMass=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mJ(b,a)};
|
|
1132
|
+
A.prototype.setBaseInertia=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nJ(b,a)};A.prototype.getBasePos=function(){return m(oJ(this.jU),n)};A.prototype.getBaseVel=function(){return m(pJ(this.jU),n)};A.prototype.getWorldToBaseRot=function(){return m(qJ(this.jU),B)};A.prototype.getInterpolateBasePos=function(){return m(rJ(this.jU),n)};A.prototype.getInterpolateWorldToBaseRot=function(){return m(sJ(this.jU),B)};A.prototype.getBaseOmega=function(){return m(tJ(this.jU),n)};
|
|
1133
|
+
A.prototype.setBasePos=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uJ(b,a)};A.prototype.setInterpolateBasePos=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);vJ(b,a)};A.prototype.setBaseWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wJ(b,a)};A.prototype.getBaseWorldTransform=function(){return m(xJ(this.jU),t)};A.prototype.setInterpolateBaseWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yJ(b,a)};
|
|
1134
|
+
A.prototype.getInterpolateBaseWorldTransform=function(){return m(zJ(this.jU),t)};A.prototype.setBaseVel=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);AJ(b,a)};A.prototype.setWorldToBaseRot=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);BJ(b,a)};A.prototype.setInterpolateWorldToBaseRot=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);CJ(b,a)};A.prototype.setBaseOmega=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);DJ(b,a)};
|
|
1135
|
+
A.prototype.getJointPos=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return EJ(b,a)};A.prototype.getJointVel=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return FJ(b,a)};A.prototype.setJointPos=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);GJ(e,a,b)};A.prototype.setJointVel=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);HJ(e,a,b)};
|
|
1136
|
+
A.prototype.getRVector=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(IJ(b,a),n)};A.prototype.getParentToLocalRot=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(JJ(b,a),B)};A.prototype.getInterpolateRVector=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(KJ(b,a),n)};A.prototype.getInterpolateParentToLocalRot=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(LJ(b,a),B)};
|
|
1137
|
+
A.prototype.localPosToWorld=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return m(MJ(e,a,b),n)};A.prototype.localDirToWorld=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return m(NJ(e,a,b),n)};A.prototype.worldPosToLocal=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return m(OJ(e,a,b),n)};
|
|
1138
|
+
A.prototype.worldDirToLocal=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return m(PJ(e,a,b),n)};A.prototype.localFrameToWorld=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return m(QJ(e,a,b),aY)};A.prototype.clearForcesAndTorques=function(){RJ(this.jU)};A.prototype.clearConstraintForces=function(){SJ(this.jU)};A.prototype.clearVelocities=function(){TJ(this.jU)};
|
|
1139
|
+
A.prototype.addBaseForce=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);UJ(b,a)};A.prototype.addBaseTorque=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);VJ(b,a)};A.prototype.addLinkForce=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);WJ(e,a,b)};A.prototype.addLinkTorque=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);XJ(e,a,b)};
|
|
1140
|
+
A.prototype.addBaseConstraintForce=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);YJ(b,a)};A.prototype.addBaseConstraintTorque=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ZJ(b,a)};A.prototype.addLinkConstraintForce=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);$J(e,a,b)};A.prototype.addLinkConstraintTorque=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);aK(e,a,b)};
|
|
1141
|
+
A.prototype.addJointTorque=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);bK(e,a,b)};A.prototype.addJointTorqueMultiDof=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);cK(f,a,b,e)};A.prototype.getBaseForce=function(){return m(dK(this.jU),n)};A.prototype.getBaseTorque=function(){return m(eK(this.jU),n)};
|
|
1142
|
+
A.prototype.getLinkForce=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(fK(b,a),n)};A.prototype.getLinkTorque=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(gK(b,a),n)};A.prototype.getJointTorque=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return hK(b,a)};
|
|
1143
|
+
A.prototype.computeAccelerationsArticulatedBodyAlgorithmMultiDof=function(a,b,e,f,h,k,r){var v=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);iK(v,a,b,e,f,h,k,r)};A.prototype.setCanSleep=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);jK(b,a)};A.prototype.getCanSleep=function(){return!!kK(this.jU)};
|
|
1144
|
+
A.prototype.getCanWakeup=function(){return!!lK(this.jU)};A.prototype.setCanWakeup=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mK(b,a)};A.prototype.isAwake=function(){return!!nK(this.jU)};A.prototype.wakeUp=function(){oK(this.jU)};A.prototype.goToSleep=function(){pK(this.jU)};A.prototype.checkMotionAndSleepIfRequired=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qK(b,a)};A.prototype.hasFixedBase=function(){return!!rK(this.jU)};A.prototype.isBaseKinematic=function(){return!!sK(this.jU)};
|
|
1145
|
+
A.prototype.isBaseStaticOrKinematic=function(){return!!tK(this.jU)};A.prototype.setBaseDynamicType=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uK(b,a)};A.prototype.setFixedBase=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);vK(b,a)};A.prototype.getCompanionId=function(){return wK(this.jU)};A.prototype.setCompanionId=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);xK(b,a)};
|
|
1146
|
+
A.prototype.setNumLinks=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yK(b,a)};A.prototype.getLinearDamping=function(){return zK(this.jU)};A.prototype.setLinearDamping=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);AK(b,a)};A.prototype.getAngularDamping=function(){return BK(this.jU)};A.prototype.setAngularDamping=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);CK(b,a)};A.prototype.getUseGyroTerm=function(){return!!DK(this.jU)};
|
|
1147
|
+
A.prototype.setUseGyroTerm=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);EK(b,a)};A.prototype.getMaxCoordinateVelocity=function(){return FK(this.jU)};A.prototype.setMaxCoordinateVelocity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);GK(b,a)};A.prototype.getMaxAppliedImpulse=function(){return HK(this.jU)};A.prototype.setMaxAppliedImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);IK(b,a)};
|
|
1148
|
+
A.prototype.setHasSelfCollision=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);JK(b,a)};A.prototype.hasSelfCollision=function(){return!!KK(this.jU)};A.prototype.finalizeMultiDof=function(){LK(this.jU)};A.prototype.useRK4Integration=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);MK(b,a)};A.prototype.isUsingRK4Integration=function(){return!!NK(this.jU)};A.prototype.useGlobalVelocities=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);OK(b,a)};
|
|
1149
|
+
A.prototype.isUsingGlobalVelocities=function(){return!!PK(this.jU)};A.prototype.setLinkDynamicType=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);QK(e,a,b)};A.prototype.isLinkStaticOrKinematic=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return!!RK(b,a)};A.prototype.isLinkKinematic=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return!!SK(b,a)};
|
|
1150
|
+
A.prototype.isLinkAndAllAncestorsStaticOrKinematic=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return!!TK(b,a)};A.prototype.isLinkAndAllAncestorsKinematic=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return!!UK(b,a)};A.prototype.setSleepThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);VK(b,a)};A.prototype.setSleepTimeout=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);WK(b,a)};A.prototype.__destroy__=function(){XK(this.jU)};
|
|
1151
|
+
function U(){throw"cannot construct a btMultiBodyJacobianData, no constructor in IDL";}U.prototype=Object.create(g.prototype);U.prototype.constructor=U;U.prototype.kU=U;U.lU={};c.btMultiBodyJacobianData=U;U.prototype.get_m_jacobians=U.prototype.AX=function(){return m(YK(this.jU),iY)};U.prototype.set_m_jacobians=U.prototype.X0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ZK(b,a)};Object.defineProperty(U.prototype,"m_jacobians",{get:U.prototype.AX,set:U.prototype.X0});
|
|
1152
|
+
U.prototype.get_m_deltaVelocitiesUnitImpulse=U.prototype.PW=function(){return m($K(this.jU),iY)};U.prototype.set_m_deltaVelocitiesUnitImpulse=U.prototype.l0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aL(b,a)};Object.defineProperty(U.prototype,"m_deltaVelocitiesUnitImpulse",{get:U.prototype.PW,set:U.prototype.l0});U.prototype.get_m_deltaVelocities=U.prototype.OW=function(){return m(bL(this.jU),iY)};
|
|
1153
|
+
U.prototype.set_m_deltaVelocities=U.prototype.k0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);cL(b,a)};Object.defineProperty(U.prototype,"m_deltaVelocities",{get:U.prototype.OW,set:U.prototype.k0});U.prototype.get_scratch_r=U.prototype.yZ=function(){return m(dL(this.jU),iY)};U.prototype.set_scratch_r=U.prototype.e3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);eL(b,a)};Object.defineProperty(U.prototype,"scratch_r",{get:U.prototype.yZ,set:U.prototype.e3});
|
|
1154
|
+
U.prototype.get_scratch_v=U.prototype.zZ=function(){return m(fL(this.jU),jY)};U.prototype.set_scratch_v=U.prototype.f3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gL(b,a)};Object.defineProperty(U.prototype,"scratch_v",{get:U.prototype.zZ,set:U.prototype.f3});U.prototype.get_scratch_m=U.prototype.xZ=function(){return m(hL(this.jU),zY)};U.prototype.set_scratch_m=U.prototype.d3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);iL(b,a)};
|
|
1155
|
+
Object.defineProperty(U.prototype,"scratch_m",{get:U.prototype.xZ,set:U.prototype.d3});U.prototype.get_m_solverBodyPool=U.prototype.NY=function(){return m(jL(this.jU),cZ)};U.prototype.set_m_solverBodyPool=U.prototype.p2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);kL(b,a)};Object.defineProperty(U.prototype,"m_solverBodyPool",{get:U.prototype.NY,set:U.prototype.p2});U.prototype.get_m_fixedBodyId=U.prototype.eX=function(){return lL(this.jU)};
|
|
1156
|
+
U.prototype.set_m_fixedBodyId=U.prototype.B0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mL(b,a)};Object.defineProperty(U.prototype,"m_fixedBodyId",{get:U.prototype.eX,set:U.prototype.B0});U.prototype.__destroy__=function(){nL(this.jU)};function pZ(a){a&&"object"===typeof a&&(a=a.jU);this.jU=oL(a);l(pZ)[this.jU]=this}pZ.prototype=Object.create(UX.prototype);pZ.prototype.constructor=pZ;pZ.prototype.kU=pZ;pZ.lU={};c.btMultiBodyMLCPConstraintSolver=pZ;
|
|
1157
|
+
pZ.prototype.setMLCPSolver=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);pL(b,a)};pZ.prototype.getNumFallbacks=function(){return qL(this.jU)};pZ.prototype.setNumFallbacks=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);rL(b,a)};pZ.prototype.getSolverType=function(){return sL(this.jU)};pZ.prototype.__destroy__=function(){tL(this.jU)};
|
|
1158
|
+
function qZ(a,b,e,f){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);this.jU=uL(a,b,e,f);l(qZ)[this.jU]=this}qZ.prototype=Object.create(QX.prototype);qZ.prototype.constructor=qZ;qZ.prototype.kU=qZ;qZ.lU={};c.btMultiBodyDynamicsWorld=qZ;qZ.prototype.addMultiBody=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);vL(f,a,b,e)};
|
|
1159
|
+
qZ.prototype.removeMultiBody=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wL(b,a)};qZ.prototype.addMultiBodyConstraint=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);xL(b,a)};qZ.prototype.removeMultiBodyConstraint=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yL(b,a)};qZ.prototype.getDispatcher=function(){return m(zL(this.jU),oX)};
|
|
1160
|
+
qZ.prototype.rayTest=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);AL(f,a,b,e)};qZ.prototype.getPairCache=function(){return m(BL(this.jU),pX)};qZ.prototype.getDispatchInfo=function(){return m(CL(this.jU),p)};
|
|
1161
|
+
qZ.prototype.addCollisionObject=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);void 0===b?DL(f,a):void 0===e?EL(f,a,b):FL(f,a,b,e)};qZ.prototype.removeCollisionObject=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);GL(b,a)};qZ.prototype.getBroadphase=function(){return m(HL(this.jU),qX)};
|
|
1162
|
+
qZ.prototype.convexSweepTest=function(a,b,e,f,h){var k=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);IL(k,a,b,e,f,h)};qZ.prototype.contactPairTest=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);JL(f,a,b,e)};
|
|
1163
|
+
qZ.prototype.contactTest=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);KL(e,a,b)};qZ.prototype.updateSingleAabb=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);LL(b,a)};qZ.prototype.setDebugDrawer=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ML(b,a)};qZ.prototype.getDebugDrawer=function(){return m(NL(this.jU),rX)};qZ.prototype.debugDrawWorld=function(){OL(this.jU)};
|
|
1164
|
+
qZ.prototype.debugDrawObject=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);PL(f,a,b,e)};qZ.prototype.setGravity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);QL(b,a)};qZ.prototype.getGravity=function(){return m(RL(this.jU),n)};
|
|
1165
|
+
qZ.prototype.addRigidBody=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);void 0===b?SL(f,a):void 0===e?_emscripten_bind_btMultiBodyDynamicsWorld_addRigidBody_2(f,a,b):TL(f,a,b,e)};qZ.prototype.removeRigidBody=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);UL(b,a)};
|
|
1166
|
+
qZ.prototype.addConstraint=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?VL(e,a):WL(e,a,b)};qZ.prototype.removeConstraint=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);XL(b,a)};qZ.prototype.stepSimulation=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);return void 0===b?YL(f,a):void 0===e?ZL(f,a,b):$L(f,a,b,e)};
|
|
1167
|
+
qZ.prototype.addAction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aM(b,a)};qZ.prototype.removeAction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);bM(b,a)};qZ.prototype.getSolverInfo=function(){return m(cM(this.jU),x)};qZ.prototype.__destroy__=function(){dM(this.jU)};
|
|
1168
|
+
function rZ(a,b,e,f,h,k,r,v){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);v&&"object"===typeof v&&(v=v.jU);this.jU=eM(a,b,e,f,h,k,r,v);l(rZ)[this.jU]=this}rZ.prototype=Object.create(TX.prototype);rZ.prototype.constructor=rZ;rZ.prototype.kU=rZ;rZ.lU={};c.btMultiBodyFixedConstraint=rZ;rZ.prototype.finalizeMultiDof=function(){fM(this.jU)};
|
|
1169
|
+
rZ.prototype.getIslandIdA=function(){return gM(this.jU)};rZ.prototype.getIslandIdB=function(){return hM(this.jU)};rZ.prototype.createConstraintRows=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);iM(f,a,b,e)};rZ.prototype.getPivotInA=function(){return m(jM(this.jU),n)};rZ.prototype.setPivotInA=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);kM(b,a)};
|
|
1170
|
+
rZ.prototype.getPivotInB=function(){return m(lM(this.jU),n)};rZ.prototype.setPivotInB=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mM(b,a)};rZ.prototype.getFrameInA=function(){return m(nM(this.jU),aY)};rZ.prototype.setFrameInA=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);oM(b,a)};rZ.prototype.getFrameInB=function(){return m(pM(this.jU),aY)};rZ.prototype.setFrameInB=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qM(b,a)};rZ.prototype.getNumRows=function(){return rM(this.jU)};
|
|
1171
|
+
rZ.prototype.getMultiBodyA=function(){return m(sM(this.jU),A)};rZ.prototype.getMultiBodyB=function(){return m(tM(this.jU),A)};rZ.prototype.getPosition=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return uM(b,a)};rZ.prototype.setPosition=rZ.prototype.setPosition=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);vM(e,a,b)};rZ.prototype.isUnilateral=function(){return!!wM(this.jU)};rZ.prototype.getMaxAppliedImpulse=function(){return xM(this.jU)};
|
|
1172
|
+
rZ.prototype.setMaxAppliedImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yM(b,a)};rZ.prototype.__destroy__=function(){zM(this.jU)};function sZ(a,b,e,f,h,k,r,v){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);v&&"object"===typeof v&&(v=v.jU);this.jU=AM(a,b,e,f,h,k,r,v);l(sZ)[this.jU]=this}
|
|
1173
|
+
sZ.prototype=Object.create(TX.prototype);sZ.prototype.constructor=sZ;sZ.prototype.kU=sZ;sZ.lU={};c.btMultiBodyGearConstraint=sZ;sZ.prototype.finalizeMultiDof=function(){BM(this.jU)};sZ.prototype.getIslandIdA=function(){return CM(this.jU)};sZ.prototype.getIslandIdB=function(){return DM(this.jU)};sZ.prototype.createConstraintRows=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);EM(f,a,b,e)};
|
|
1174
|
+
sZ.prototype.getPivotInA=function(){return m(FM(this.jU),n)};sZ.prototype.setPivotInA=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);GM(b,a)};sZ.prototype.getPivotInB=function(){return m(HM(this.jU),n)};sZ.prototype.setPivotInB=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);IM(b,a)};sZ.prototype.getFrameInA=function(){return m(JM(this.jU),aY)};sZ.prototype.setFrameInA=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);KM(b,a)};
|
|
1175
|
+
sZ.prototype.getFrameInB=function(){return m(LM(this.jU),aY)};sZ.prototype.setFrameInB=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);MM(b,a)};sZ.prototype.setGearRatio=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);NM(b,a)};sZ.prototype.setGearAuxLink=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);OM(b,a)};sZ.prototype.setRelativePositionTarget=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);PM(b,a)};
|
|
1176
|
+
sZ.prototype.setErp=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);QM(b,a)};sZ.prototype.getNumRows=function(){return RM(this.jU)};sZ.prototype.getMultiBodyA=function(){return m(SM(this.jU),A)};sZ.prototype.getMultiBodyB=function(){return m(TM(this.jU),A)};sZ.prototype.getPosition=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return UM(b,a)};
|
|
1177
|
+
sZ.prototype.setPosition=sZ.prototype.setPosition=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);VM(e,a,b)};sZ.prototype.isUnilateral=function(){return!!WM(this.jU)};sZ.prototype.getMaxAppliedImpulse=function(){return XM(this.jU)};sZ.prototype.setMaxAppliedImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);YM(b,a)};sZ.prototype.__destroy__=function(){ZM(this.jU)};
|
|
1178
|
+
function tZ(a,b,e,f){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);this.jU=$M(a,b,e,f);l(tZ)[this.jU]=this}tZ.prototype=Object.create(TX.prototype);tZ.prototype.constructor=tZ;tZ.prototype.kU=tZ;tZ.lU={};c.btMultiBodyJointLimitConstraint=tZ;tZ.prototype.finalizeMultiDof=function(){aN(this.jU)};tZ.prototype.getIslandIdA=function(){return bN(this.jU)};tZ.prototype.getIslandIdB=function(){return cN(this.jU)};
|
|
1179
|
+
tZ.prototype.createConstraintRows=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);dN(f,a,b,e)};tZ.prototype.getLowerBound=function(){return eN(this.jU)};tZ.prototype.getUpperBound=function(){return fN(this.jU)};tZ.prototype.setLowerBound=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gN(b,a)};tZ.prototype.setUpperBound=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);hN(b,a)};
|
|
1180
|
+
tZ.prototype.getNumRows=function(){return iN(this.jU)};tZ.prototype.getMultiBodyA=function(){return m(jN(this.jU),A)};tZ.prototype.getMultiBodyB=function(){return m(kN(this.jU),A)};tZ.prototype.getPosition=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return lN(b,a)};tZ.prototype.setPosition=tZ.prototype.setPosition=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);mN(e,a,b)};tZ.prototype.isUnilateral=function(){return!!nN(this.jU)};
|
|
1181
|
+
tZ.prototype.getMaxAppliedImpulse=function(){return oN(this.jU)};tZ.prototype.setMaxAppliedImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);pN(b,a)};tZ.prototype.__destroy__=function(){qN(this.jU)};function uZ(a,b,e,f,h){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);this.jU=rN(a,b,e,f,h);l(uZ)[this.jU]=this}uZ.prototype=Object.create(TX.prototype);
|
|
1182
|
+
uZ.prototype.constructor=uZ;uZ.prototype.kU=uZ;uZ.lU={};c.btMultiBodyJointMotor=uZ;uZ.prototype.finalizeMultiDof=function(){sN(this.jU)};uZ.prototype.getIslandIdA=function(){return tN(this.jU)};uZ.prototype.getIslandIdB=function(){return uN(this.jU)};uZ.prototype.createConstraintRows=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);vN(f,a,b,e)};
|
|
1183
|
+
uZ.prototype.setVelocityTarget=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?wN(e,a):xN(e,a,b)};uZ.prototype.setPositionTarget=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?yN(e,a):zN(e,a,b)};uZ.prototype.setErp=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);AN(b,a)};uZ.prototype.getErp=function(){return BN(this.jU)};
|
|
1184
|
+
uZ.prototype.setRhsClamp=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);CN(b,a)};uZ.prototype.getNumRows=function(){return DN(this.jU)};uZ.prototype.getMultiBodyA=function(){return m(EN(this.jU),A)};uZ.prototype.getMultiBodyB=function(){return m(FN(this.jU),A)};uZ.prototype.getPosition=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return GN(b,a)};
|
|
1185
|
+
uZ.prototype.setPosition=uZ.prototype.setPosition=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);HN(e,a,b)};uZ.prototype.isUnilateral=function(){return!!IN(this.jU)};uZ.prototype.getMaxAppliedImpulse=function(){return JN(this.jU)};uZ.prototype.setMaxAppliedImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);KN(b,a)};uZ.prototype.__destroy__=function(){LN(this.jU)};
|
|
1186
|
+
function vZ(a,b,e,f,h,k){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);this.jU=void 0===k?MN(a,b,e,f,h):NN(a,b,e,f,h,k);l(vZ)[this.jU]=this}vZ.prototype=Object.create(TX.prototype);vZ.prototype.constructor=vZ;vZ.prototype.kU=vZ;vZ.lU={};c.btMultiBodyPoint2Point=vZ;vZ.prototype.finalizeMultiDof=function(){ON(this.jU)};vZ.prototype.getIslandIdA=function(){return PN(this.jU)};
|
|
1187
|
+
vZ.prototype.getIslandIdB=function(){return QN(this.jU)};vZ.prototype.createConstraintRows=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);RN(f,a,b,e)};vZ.prototype.getPivotInB=function(){return m(SN(this.jU),n)};vZ.prototype.setPivotInB=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);TN(b,a)};vZ.prototype.getNumRows=function(){return UN(this.jU)};
|
|
1188
|
+
vZ.prototype.getMultiBodyA=function(){return m(VN(this.jU),A)};vZ.prototype.getMultiBodyB=function(){return m(WN(this.jU),A)};vZ.prototype.getPosition=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return XN(b,a)};vZ.prototype.setPosition=vZ.prototype.setPosition=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);YN(e,a,b)};vZ.prototype.isUnilateral=function(){return!!ZN(this.jU)};vZ.prototype.getMaxAppliedImpulse=function(){return $N(this.jU)};
|
|
1189
|
+
vZ.prototype.setMaxAppliedImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aO(b,a)};vZ.prototype.__destroy__=function(){bO(this.jU)};
|
|
1190
|
+
function wZ(a,b,e,f,h,k,r,v,H){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);v&&"object"===typeof v&&(v=v.jU);H&&"object"===typeof H&&(H=H.jU);this.jU=void 0===H?cO(a,b,e,f,h,k,r,v):dO(a,b,e,f,h,k,r,v,H);l(wZ)[this.jU]=this}wZ.prototype=Object.create(TX.prototype);wZ.prototype.constructor=wZ;wZ.prototype.kU=wZ;
|
|
1191
|
+
wZ.lU={};c.btMultiBodySliderConstraint=wZ;wZ.prototype.finalizeMultiDof=function(){eO(this.jU)};wZ.prototype.getIslandIdA=function(){return fO(this.jU)};wZ.prototype.getIslandIdB=function(){return gO(this.jU)};wZ.prototype.createConstraintRows=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);hO(f,a,b,e)};wZ.prototype.getPivotInA=function(){return m(iO(this.jU),n)};
|
|
1192
|
+
wZ.prototype.setPivotInA=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);jO(b,a)};wZ.prototype.getPivotInB=function(){return m(kO(this.jU),n)};wZ.prototype.setPivotInB=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);lO(b,a)};wZ.prototype.getFrameInA=function(){return m(mO(this.jU),aY)};wZ.prototype.setFrameInA=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nO(b,a)};wZ.prototype.getFrameInB=function(){return m(oO(this.jU),aY)};
|
|
1193
|
+
wZ.prototype.setFrameInB=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);pO(b,a)};wZ.prototype.getJointAxis=function(){return m(qO(this.jU),n)};wZ.prototype.setJointAxis=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);rO(b,a)};wZ.prototype.getNumRows=function(){return sO(this.jU)};wZ.prototype.getMultiBodyA=function(){return m(tO(this.jU),A)};wZ.prototype.getMultiBodyB=function(){return m(uO(this.jU),A)};
|
|
1194
|
+
wZ.prototype.getPosition=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return vO(b,a)};wZ.prototype.setPosition=wZ.prototype.setPosition=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);wO(e,a,b)};wZ.prototype.isUnilateral=function(){return!!xO(this.jU)};wZ.prototype.getMaxAppliedImpulse=function(){return yO(this.jU)};wZ.prototype.setMaxAppliedImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);zO(b,a)};
|
|
1195
|
+
wZ.prototype.__destroy__=function(){AO(this.jU)};function xZ(a,b,e,f,h,k){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);this.jU=BO(a,b,e,f,h,k);l(xZ)[this.jU]=this}xZ.prototype=Object.create(TX.prototype);xZ.prototype.constructor=xZ;xZ.prototype.kU=xZ;xZ.lU={};c.btMultiBodySphericalJointLimit=xZ;xZ.prototype.finalizeMultiDof=function(){CO(this.jU)};
|
|
1196
|
+
xZ.prototype.getIslandIdA=function(){return DO(this.jU)};xZ.prototype.getIslandIdB=function(){return EO(this.jU)};xZ.prototype.createConstraintRows=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);FO(f,a,b,e)};xZ.prototype.setVelocityTarget=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?GO(e,a):HO(e,a,b)};
|
|
1197
|
+
xZ.prototype.setVelocityTargetMultiDof=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?IO(e,a):JO(e,a,b)};xZ.prototype.setPositionTarget=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?KO(e,a):LO(e,a,b)};xZ.prototype.setPositionTargetMultiDof=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?MO(e,a):NO(e,a,b)};
|
|
1198
|
+
xZ.prototype.setErp=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);OO(b,a)};xZ.prototype.getErp=function(){return PO(this.jU)};xZ.prototype.setRhsClamp=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);QO(b,a)};xZ.prototype.getMaxAppliedImpulseMultiDof=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return RO(b,a)};xZ.prototype.setMaxAppliedImpulseMultiDof=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);SO(b,a)};xZ.prototype.getNumRows=function(){return TO(this.jU)};
|
|
1199
|
+
xZ.prototype.getMultiBodyA=function(){return m(UO(this.jU),A)};xZ.prototype.getMultiBodyB=function(){return m(VO(this.jU),A)};xZ.prototype.getPosition=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return WO(b,a)};xZ.prototype.setPosition=xZ.prototype.setPosition=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);XO(e,a,b)};xZ.prototype.isUnilateral=function(){return!!YO(this.jU)};xZ.prototype.getMaxAppliedImpulse=function(){return ZO(this.jU)};
|
|
1200
|
+
xZ.prototype.setMaxAppliedImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);$O(b,a)};xZ.prototype.__destroy__=function(){aP(this.jU)};function yZ(a,b,e){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);this.jU=bP(a,b,e);l(yZ)[this.jU]=this}yZ.prototype=Object.create(TX.prototype);yZ.prototype.constructor=yZ;yZ.prototype.kU=yZ;yZ.lU={};c.btMultiBodySphericalJointMotor=yZ;yZ.prototype.finalizeMultiDof=function(){cP(this.jU)};
|
|
1201
|
+
yZ.prototype.getIslandIdA=function(){return dP(this.jU)};yZ.prototype.getIslandIdB=function(){return eP(this.jU)};yZ.prototype.createConstraintRows=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);fP(f,a,b,e)};yZ.prototype.setVelocityTarget=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?gP(e,a):hP(e,a,b)};
|
|
1202
|
+
yZ.prototype.setVelocityTargetMultiDof=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?iP(e,a):jP(e,a,b)};yZ.prototype.setPositionTarget=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?kP(e,a):lP(e,a,b)};yZ.prototype.setPositionTargetMultiDof=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?mP(e,a):nP(e,a,b)};
|
|
1203
|
+
yZ.prototype.setErp=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);oP(b,a)};yZ.prototype.getErp=function(){return pP(this.jU)};yZ.prototype.setRhsClamp=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qP(b,a)};yZ.prototype.getMaxAppliedImpulseMultiDof=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return rP(b,a)};yZ.prototype.setMaxAppliedImpulseMultiDof=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sP(b,a)};
|
|
1204
|
+
yZ.prototype.getDamping=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return tP(b,a)};yZ.prototype.setDamping=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uP(b,a)};yZ.prototype.getNumRows=function(){return vP(this.jU)};yZ.prototype.getMultiBodyA=function(){return m(wP(this.jU),A)};yZ.prototype.getMultiBodyB=function(){return m(xP(this.jU),A)};yZ.prototype.getPosition=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return yP(b,a)};
|
|
1205
|
+
yZ.prototype.setPosition=yZ.prototype.setPosition=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);zP(e,a,b)};yZ.prototype.isUnilateral=function(){return!!AP(this.jU)};yZ.prototype.getMaxAppliedImpulse=function(){return BP(this.jU)};yZ.prototype.setMaxAppliedImpulse=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);CP(b,a)};yZ.prototype.__destroy__=function(){DP(this.jU)};
|
|
1206
|
+
function V(){throw"cannot construct a btMultiBodySolverConstraint, no constructor in IDL";}V.prototype=Object.create(g.prototype);V.prototype.constructor=V;V.prototype.kU=V;V.lU={};c.btMultiBodySolverConstraint=V;V.prototype.get_m_deltaVelAindex=V.prototype.MW=function(){return EP(this.jU)};V.prototype.set_m_deltaVelAindex=V.prototype.i0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);FP(b,a)};Object.defineProperty(V.prototype,"m_deltaVelAindex",{get:V.prototype.MW,set:V.prototype.i0});
|
|
1207
|
+
V.prototype.get_m_relpos1CrossNormal=V.prototype.AY=function(){return m(GP(this.jU),n)};V.prototype.set_m_relpos1CrossNormal=V.prototype.b2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);HP(b,a)};Object.defineProperty(V.prototype,"m_relpos1CrossNormal",{get:V.prototype.AY,set:V.prototype.b2});V.prototype.get_m_contactNormal1=V.prototype.zW=function(){return m(IP(this.jU),n)};
|
|
1208
|
+
V.prototype.set_m_contactNormal1=V.prototype.X_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);JP(b,a)};Object.defineProperty(V.prototype,"m_contactNormal1",{get:V.prototype.zW,set:V.prototype.X_});V.prototype.get_m_jacAindex=V.prototype.xX=function(){return KP(this.jU)};V.prototype.set_m_jacAindex=V.prototype.U0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);LP(b,a)};Object.defineProperty(V.prototype,"m_jacAindex",{get:V.prototype.xX,set:V.prototype.U0});
|
|
1209
|
+
V.prototype.get_m_deltaVelBindex=V.prototype.NW=function(){return MP(this.jU)};V.prototype.set_m_deltaVelBindex=V.prototype.j0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);NP(b,a)};Object.defineProperty(V.prototype,"m_deltaVelBindex",{get:V.prototype.NW,set:V.prototype.j0});V.prototype.get_m_contactNormal2=V.prototype.AW=function(){return m(OP(this.jU),n)};V.prototype.set_m_contactNormal2=V.prototype.Y_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);PP(b,a)};
|
|
1210
|
+
Object.defineProperty(V.prototype,"m_contactNormal2",{get:V.prototype.AW,set:V.prototype.Y_});V.prototype.get_m_relpos2CrossNormal=V.prototype.BY=function(){return m(QP(this.jU),n)};V.prototype.set_m_relpos2CrossNormal=V.prototype.c2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);RP(b,a)};Object.defineProperty(V.prototype,"m_relpos2CrossNormal",{get:V.prototype.BY,set:V.prototype.c2});V.prototype.get_m_jacBindex=V.prototype.yX=function(){return SP(this.jU)};
|
|
1211
|
+
V.prototype.set_m_jacBindex=V.prototype.V0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);TP(b,a)};Object.defineProperty(V.prototype,"m_jacBindex",{get:V.prototype.yX,set:V.prototype.V0});V.prototype.get_m_angularComponentA=V.prototype.QV=function(){return m(UP(this.jU),n)};V.prototype.set_m_angularComponentA=V.prototype.n_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);VP(b,a)};Object.defineProperty(V.prototype,"m_angularComponentA",{get:V.prototype.QV,set:V.prototype.n_});
|
|
1212
|
+
V.prototype.get_m_angularComponentB=V.prototype.RV=function(){return m(WP(this.jU),n)};V.prototype.set_m_angularComponentB=V.prototype.o_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);XP(b,a)};Object.defineProperty(V.prototype,"m_angularComponentB",{get:V.prototype.RV,set:V.prototype.o_});V.prototype.get_m_friction=V.prototype.LU=function(){return YP(this.jU)};V.prototype.set_m_friction=V.prototype.ZU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ZP(b,a)};
|
|
1213
|
+
Object.defineProperty(V.prototype,"m_friction",{get:V.prototype.LU,set:V.prototype.ZU});V.prototype.get_m_jacDiagABInv=V.prototype.zX=function(){return $P(this.jU)};V.prototype.set_m_jacDiagABInv=V.prototype.W0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aQ(b,a)};Object.defineProperty(V.prototype,"m_jacDiagABInv",{get:V.prototype.zX,set:V.prototype.W0});V.prototype.get_m_rhs=V.prototype.DY=function(){return bQ(this.jU)};
|
|
1214
|
+
V.prototype.set_m_rhs=V.prototype.e2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);cQ(b,a)};Object.defineProperty(V.prototype,"m_rhs",{get:V.prototype.DY,set:V.prototype.e2});V.prototype.get_m_cfm=V.prototype.sW=function(){return dQ(this.jU)};V.prototype.set_m_cfm=V.prototype.Q_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);eQ(b,a)};Object.defineProperty(V.prototype,"m_cfm",{get:V.prototype.sW,set:V.prototype.Q_});V.prototype.get_m_lowerLimit=V.prototype.ZX=function(){return fQ(this.jU)};
|
|
1215
|
+
V.prototype.set_m_lowerLimit=V.prototype.z1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gQ(b,a)};Object.defineProperty(V.prototype,"m_lowerLimit",{get:V.prototype.ZX,set:V.prototype.z1});V.prototype.get_m_upperLimit=V.prototype.eZ=function(){return hQ(this.jU)};V.prototype.set_m_upperLimit=V.prototype.K2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);iQ(b,a)};Object.defineProperty(V.prototype,"m_upperLimit",{get:V.prototype.eZ,set:V.prototype.K2});
|
|
1216
|
+
V.prototype.get_m_rhsPenetration=V.prototype.EY=function(){return jQ(this.jU)};V.prototype.set_m_rhsPenetration=V.prototype.f2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);kQ(b,a)};Object.defineProperty(V.prototype,"m_rhsPenetration",{get:V.prototype.EY,set:V.prototype.f2});V.prototype.get_m_overrideNumSolverIterations=V.prototype.pY=function(){return lQ(this.jU)};
|
|
1217
|
+
V.prototype.set_m_overrideNumSolverIterations=V.prototype.Q1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mQ(b,a)};Object.defineProperty(V.prototype,"m_overrideNumSolverIterations",{get:V.prototype.pY,set:V.prototype.Q1});V.prototype.get_m_frictionIndex=V.prototype.fX=function(){return nQ(this.jU)};V.prototype.set_m_frictionIndex=V.prototype.C0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);oQ(b,a)};
|
|
1218
|
+
Object.defineProperty(V.prototype,"m_frictionIndex",{get:V.prototype.fX,set:V.prototype.C0});V.prototype.get_m_solverBodyIdA=V.prototype.LY=function(){return pQ(this.jU)};V.prototype.set_m_solverBodyIdA=V.prototype.n2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qQ(b,a)};Object.defineProperty(V.prototype,"m_solverBodyIdA",{get:V.prototype.LY,set:V.prototype.n2});V.prototype.get_m_multiBodyA=V.prototype.gY=function(){return m(rQ(this.jU),A)};
|
|
1219
|
+
V.prototype.set_m_multiBodyA=V.prototype.H1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sQ(b,a)};Object.defineProperty(V.prototype,"m_multiBodyA",{get:V.prototype.gY,set:V.prototype.H1});V.prototype.get_m_linkA=V.prototype.RX=function(){return tQ(this.jU)};V.prototype.set_m_linkA=V.prototype.o1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uQ(b,a)};Object.defineProperty(V.prototype,"m_linkA",{get:V.prototype.RX,set:V.prototype.o1});
|
|
1220
|
+
V.prototype.get_m_solverBodyIdB=V.prototype.MY=function(){return vQ(this.jU)};V.prototype.set_m_solverBodyIdB=V.prototype.o2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wQ(b,a)};Object.defineProperty(V.prototype,"m_solverBodyIdB",{get:V.prototype.MY,set:V.prototype.o2});V.prototype.get_m_multiBodyB=V.prototype.hY=function(){return m(xQ(this.jU),A)};V.prototype.set_m_multiBodyB=V.prototype.I1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yQ(b,a)};
|
|
1221
|
+
Object.defineProperty(V.prototype,"m_multiBodyB",{get:V.prototype.hY,set:V.prototype.I1});V.prototype.get_m_linkB=V.prototype.SX=function(){return zQ(this.jU)};V.prototype.set_m_linkB=V.prototype.p1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);AQ(b,a)};Object.defineProperty(V.prototype,"m_linkB",{get:V.prototype.SX,set:V.prototype.p1});V.prototype.__destroy__=function(){BQ(this.jU)};function zZ(){this.jU=CQ();l(zZ)[this.jU]=this}zZ.prototype=Object.create(g.prototype);
|
|
1222
|
+
zZ.prototype.constructor=zZ;zZ.prototype.kU=zZ;zZ.lU={};c.btMultiBodyConstraintArray=zZ;zZ.prototype.size=zZ.prototype.size=function(){return DQ(this.jU)};zZ.prototype.at=zZ.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(EQ(b,a),V)};zZ.prototype.clear=zZ.prototype.clear=function(){FQ(this.jU)};zZ.prototype.pop_back=function(){GQ(this.jU)};
|
|
1223
|
+
zZ.prototype.resize=zZ.prototype.resize=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);HQ(e,a,b)};zZ.prototype.expandNonInitializing=function(){return m(IQ(this.jU),V)};zZ.prototype.expand=zZ.prototype.expand=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(JQ(b,a),V)};zZ.prototype.push_back=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);KQ(b,a)};zZ.prototype.capacity=function(){return LQ(this.jU)};
|
|
1224
|
+
zZ.prototype.reserve=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);MQ(b,a)};zZ.prototype.__destroy__=function(){NQ(this.jU)};function AZ(){this.jU=OQ();l(AZ)[this.jU]=this}AZ.prototype=Object.create(VX.prototype);AZ.prototype.constructor=AZ;AZ.prototype.kU=AZ;AZ.lU={};c.btDantzigSolver=AZ;AZ.prototype.__destroy__=function(){PQ(this.jU)};function BZ(){this.jU=QQ();l(BZ)[this.jU]=this}BZ.prototype=Object.create(VX.prototype);BZ.prototype.constructor=BZ;BZ.prototype.kU=BZ;BZ.lU={};
|
|
1225
|
+
c.btSolveProjectedGaussSeidel=BZ;BZ.prototype.__destroy__=function(){RQ(this.jU)};function CZ(){this.jU=SQ();l(CZ)[this.jU]=this}CZ.prototype=Object.create(VX.prototype);CZ.prototype.constructor=CZ;CZ.prototype.kU=CZ;CZ.lU={};c.btLemkeSolver=CZ;CZ.prototype.__destroy__=function(){TQ(this.jU)};function DZ(a){a&&"object"===typeof a&&(a=a.jU);this.jU=UQ(a);l(DZ)[this.jU]=this}DZ.prototype=Object.create(xX.prototype);DZ.prototype.constructor=DZ;DZ.prototype.kU=DZ;DZ.lU={};c.btMLCPSolver=DZ;
|
|
1226
|
+
DZ.prototype.setMLCPSolver=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);VQ(b,a)};DZ.prototype.getNumFallbacks=function(){return WQ(this.jU)};DZ.prototype.setNumFallbacks=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);XQ(b,a)};DZ.prototype.getSolverType=function(){return YQ(this.jU)};DZ.prototype.__destroy__=function(){ZQ(this.jU)};function W(){this.jU=$Q();l(W)[this.jU]=this}W.prototype=Object.create(g.prototype);W.prototype.constructor=W;W.prototype.kU=W;W.lU={};
|
|
1227
|
+
c.btSoftBodyWorldInfo=W;W.prototype.get_air_density=W.prototype.jV=function(){return aR(this.jU)};W.prototype.set_air_density=W.prototype.HZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);bR(b,a)};Object.defineProperty(W.prototype,"air_density",{get:W.prototype.jV,set:W.prototype.HZ});W.prototype.get_water_density=W.prototype.EZ=function(){return cR(this.jU)};W.prototype.set_water_density=W.prototype.l3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);dR(b,a)};
|
|
1228
|
+
Object.defineProperty(W.prototype,"water_density",{get:W.prototype.EZ,set:W.prototype.l3});W.prototype.get_water_offset=W.prototype.GZ=function(){return eR(this.jU)};W.prototype.set_water_offset=W.prototype.n3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);fR(b,a)};Object.defineProperty(W.prototype,"water_offset",{get:W.prototype.GZ,set:W.prototype.n3});W.prototype.get_m_maxDisplacement=W.prototype.dY=function(){return gR(this.jU)};
|
|
1229
|
+
W.prototype.set_m_maxDisplacement=W.prototype.E1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);hR(b,a)};Object.defineProperty(W.prototype,"m_maxDisplacement",{get:W.prototype.dY,set:W.prototype.E1});W.prototype.get_water_normal=W.prototype.FZ=function(){return m(iR(this.jU),n)};W.prototype.set_water_normal=W.prototype.m3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);jR(b,a)};Object.defineProperty(W.prototype,"water_normal",{get:W.prototype.FZ,set:W.prototype.m3});
|
|
1230
|
+
W.prototype.get_m_broadphase=W.prototype.hW=function(){return m(kR(this.jU),qX)};W.prototype.set_m_broadphase=W.prototype.F_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);lR(b,a)};Object.defineProperty(W.prototype,"m_broadphase",{get:W.prototype.hW,set:W.prototype.F_});W.prototype.get_m_dispatcher=W.prototype.RW=function(){return m(mR(this.jU),oX)};W.prototype.set_m_dispatcher=W.prototype.n0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);nR(b,a)};
|
|
1231
|
+
Object.defineProperty(W.prototype,"m_dispatcher",{get:W.prototype.RW,set:W.prototype.n0});W.prototype.get_m_gravity=W.prototype.hX=function(){return m(oR(this.jU),n)};W.prototype.set_m_gravity=W.prototype.E0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);pR(b,a)};Object.defineProperty(W.prototype,"m_gravity",{get:W.prototype.hX,set:W.prototype.E0});W.prototype.__destroy__=function(){qR(this.jU)};function EZ(){throw"cannot construct a Face, no constructor in IDL";}EZ.prototype=Object.create(g.prototype);
|
|
1232
|
+
EZ.prototype.constructor=EZ;EZ.prototype.kU=EZ;EZ.lU={};c.Face=EZ;EZ.prototype.get_m_n=EZ.prototype.NU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(rR(b,a),Node)};EZ.prototype.set_m_n=EZ.prototype.aV=function(a,b){var e=this.jU;hX();a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);sR(e,a,b)};Object.defineProperty(EZ.prototype,"m_n",{get:EZ.prototype.NU,set:EZ.prototype.aV});EZ.prototype.get_m_normal=EZ.prototype.kY=function(){return m(tR(this.jU),n)};
|
|
1233
|
+
EZ.prototype.set_m_normal=EZ.prototype.L1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uR(b,a)};Object.defineProperty(EZ.prototype,"m_normal",{get:EZ.prototype.kY,set:EZ.prototype.L1});EZ.prototype.get_m_ra=EZ.prototype.yY=function(){return vR(this.jU)};EZ.prototype.set_m_ra=EZ.prototype.Z1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wR(b,a)};Object.defineProperty(EZ.prototype,"m_ra",{get:EZ.prototype.yY,set:EZ.prototype.Z1});EZ.prototype.__destroy__=function(){xR(this.jU)};
|
|
1234
|
+
function FZ(){throw"cannot construct a tFaceArray, no constructor in IDL";}FZ.prototype=Object.create(g.prototype);FZ.prototype.constructor=FZ;FZ.prototype.kU=FZ;FZ.lU={};c.tFaceArray=FZ;FZ.prototype.size=FZ.prototype.size=function(){return yR(this.jU)};FZ.prototype.at=FZ.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(zR(b,a),EZ)};FZ.prototype.__destroy__=function(){AR(this.jU)};function Node(){throw"cannot construct a Node, no constructor in IDL";}
|
|
1235
|
+
Node.prototype=Object.create(g.prototype);Node.prototype.constructor=Node;Node.prototype.kU=Node;Node.lU={};c.Node=Node;Node.prototype.get_m_x=Node.prototype.rZ=function(){return m(BR(this.jU),n)};Node.prototype.set_m_x=Node.prototype.X2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);CR(b,a)};Object.defineProperty(Node.prototype,"m_x",{get:Node.prototype.rZ,set:Node.prototype.X2});Node.prototype.get_m_q=Node.prototype.xY=function(){return m(DR(this.jU),n)};
|
|
1236
|
+
Node.prototype.set_m_q=Node.prototype.Y1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ER(b,a)};Object.defineProperty(Node.prototype,"m_q",{get:Node.prototype.xY,set:Node.prototype.Y1});Node.prototype.get_m_v=Node.prototype.kZ=function(){return m(FR(this.jU),n)};Node.prototype.set_m_v=Node.prototype.Q2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);GR(b,a)};Object.defineProperty(Node.prototype,"m_v",{get:Node.prototype.kZ,set:Node.prototype.Q2});
|
|
1237
|
+
Node.prototype.get_m_f=Node.prototype.dX=function(){return m(HR(this.jU),n)};Node.prototype.set_m_f=Node.prototype.A0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);IR(b,a)};Object.defineProperty(Node.prototype,"m_f",{get:Node.prototype.dX,set:Node.prototype.A0});Node.prototype.get_m_n=Node.prototype.NU=function(){return m(JR(this.jU),n)};Node.prototype.set_m_n=Node.prototype.aV=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);KR(b,a)};
|
|
1238
|
+
Object.defineProperty(Node.prototype,"m_n",{get:Node.prototype.NU,set:Node.prototype.aV});Node.prototype.get_m_im=Node.prototype.qX=function(){return LR(this.jU)};Node.prototype.set_m_im=Node.prototype.N0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);MR(b,a)};Object.defineProperty(Node.prototype,"m_im",{get:Node.prototype.qX,set:Node.prototype.N0});Node.prototype.get_m_area=Node.prototype.dW=function(){return NR(this.jU)};
|
|
1239
|
+
Node.prototype.set_m_area=Node.prototype.B_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);OR(b,a)};Object.defineProperty(Node.prototype,"m_area",{get:Node.prototype.dW,set:Node.prototype.B_});Node.prototype.__destroy__=function(){PR(this.jU)};function GZ(){throw"cannot construct a tNodeArray, no constructor in IDL";}GZ.prototype=Object.create(g.prototype);GZ.prototype.constructor=GZ;GZ.prototype.kU=GZ;GZ.lU={};c.tNodeArray=GZ;GZ.prototype.size=GZ.prototype.size=function(){return QR(this.jU)};
|
|
1240
|
+
GZ.prototype.at=GZ.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(RR(b,a),Node)};GZ.prototype.__destroy__=function(){SR(this.jU)};function HZ(){throw"cannot construct a Material, no constructor in IDL";}HZ.prototype=Object.create(g.prototype);HZ.prototype.constructor=HZ;HZ.prototype.kU=HZ;HZ.lU={};c.Material=HZ;HZ.prototype.get_m_kLST=HZ.prototype.KX=function(){return TR(this.jU)};
|
|
1241
|
+
HZ.prototype.set_m_kLST=HZ.prototype.g1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);UR(b,a)};Object.defineProperty(HZ.prototype,"m_kLST",{get:HZ.prototype.KX,set:HZ.prototype.g1});HZ.prototype.get_m_kAST=HZ.prototype.JX=function(){return VR(this.jU)};HZ.prototype.set_m_kAST=HZ.prototype.f1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);WR(b,a)};Object.defineProperty(HZ.prototype,"m_kAST",{get:HZ.prototype.JX,set:HZ.prototype.f1});
|
|
1242
|
+
HZ.prototype.get_m_kVST=HZ.prototype.LX=function(){return YR(this.jU)};HZ.prototype.set_m_kVST=HZ.prototype.h1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ZR(b,a)};Object.defineProperty(HZ.prototype,"m_kVST",{get:HZ.prototype.LX,set:HZ.prototype.h1});HZ.prototype.get_m_flags=HZ.prototype.rU=function(){return $R(this.jU)};HZ.prototype.set_m_flags=HZ.prototype.tU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aS(b,a)};
|
|
1243
|
+
Object.defineProperty(HZ.prototype,"m_flags",{get:HZ.prototype.rU,set:HZ.prototype.tU});HZ.prototype.__destroy__=function(){bS(this.jU)};function IZ(){throw"cannot construct a tMaterialArray, no constructor in IDL";}IZ.prototype=Object.create(g.prototype);IZ.prototype.constructor=IZ;IZ.prototype.kU=IZ;IZ.lU={};c.tMaterialArray=IZ;IZ.prototype.size=IZ.prototype.size=function(){return cS(this.jU)};
|
|
1244
|
+
IZ.prototype.at=IZ.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(dS(b,a),HZ)};IZ.prototype.__destroy__=function(){eS(this.jU)};function X(){throw"cannot construct a Anchor, no constructor in IDL";}X.prototype=Object.create(g.prototype);X.prototype.constructor=X;X.prototype.kU=X;X.lU={};c.Anchor=X;X.prototype.get_m_node=X.prototype.iY=function(){return m(fS(this.jU),Node)};
|
|
1245
|
+
X.prototype.set_m_node=X.prototype.J1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gS(b,a)};Object.defineProperty(X.prototype,"m_node",{get:X.prototype.iY,set:X.prototype.J1});X.prototype.get_m_local=X.prototype.UX=function(){return m(hS(this.jU),n)};X.prototype.set_m_local=X.prototype.s1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);iS(b,a)};Object.defineProperty(X.prototype,"m_local",{get:X.prototype.UX,set:X.prototype.s1});
|
|
1246
|
+
X.prototype.get_m_body=X.prototype.eW=function(){return m(jS(this.jU),w)};X.prototype.set_m_body=X.prototype.C_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);kS(b,a)};Object.defineProperty(X.prototype,"m_body",{get:X.prototype.eW,set:X.prototype.C_});X.prototype.get_m_influence=X.prototype.uX=function(){return lS(this.jU)};X.prototype.set_m_influence=X.prototype.R0=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mS(b,a)};
|
|
1247
|
+
Object.defineProperty(X.prototype,"m_influence",{get:X.prototype.uX,set:X.prototype.R0});X.prototype.get_m_c0=X.prototype.iW=function(){return m(nS(this.jU),aY)};X.prototype.set_m_c0=X.prototype.G_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);oS(b,a)};Object.defineProperty(X.prototype,"m_c0",{get:X.prototype.iW,set:X.prototype.G_});X.prototype.get_m_c1=X.prototype.jW=function(){return m(pS(this.jU),n)};
|
|
1248
|
+
X.prototype.set_m_c1=X.prototype.H_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qS(b,a)};Object.defineProperty(X.prototype,"m_c1",{get:X.prototype.jW,set:X.prototype.H_});X.prototype.get_m_c2=X.prototype.kW=function(){return rS(this.jU)};X.prototype.set_m_c2=X.prototype.I_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sS(b,a)};Object.defineProperty(X.prototype,"m_c2",{get:X.prototype.kW,set:X.prototype.I_});X.prototype.__destroy__=function(){tS(this.jU)};
|
|
1249
|
+
function JZ(){throw"cannot construct a tAnchorArray, no constructor in IDL";}JZ.prototype=Object.create(g.prototype);JZ.prototype.constructor=JZ;JZ.prototype.kU=JZ;JZ.lU={};c.tAnchorArray=JZ;JZ.prototype.size=JZ.prototype.size=function(){return uS(this.jU)};JZ.prototype.at=JZ.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(vS(b,a),X)};JZ.prototype.clear=JZ.prototype.clear=function(){wS(this.jU)};
|
|
1250
|
+
JZ.prototype.push_back=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);xS(b,a)};JZ.prototype.pop_back=function(){yS(this.jU)};JZ.prototype.__destroy__=function(){zS(this.jU)};function Y(){throw"cannot construct a Config, no constructor in IDL";}Y.prototype=Object.create(g.prototype);Y.prototype.constructor=Y;Y.prototype.kU=Y;Y.lU={};c.Config=Y;Y.prototype.get_kVCF=Y.prototype.GV=function(){return AS(this.jU)};
|
|
1251
|
+
Y.prototype.set_kVCF=Y.prototype.d_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);BS(b,a)};Object.defineProperty(Y.prototype,"kVCF",{get:Y.prototype.GV,set:Y.prototype.d_});Y.prototype.get_kDP=Y.prototype.tV=function(){return CS(this.jU)};Y.prototype.set_kDP=Y.prototype.RZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);DS(b,a)};Object.defineProperty(Y.prototype,"kDP",{get:Y.prototype.tV,set:Y.prototype.RZ});Y.prototype.get_kDG=Y.prototype.sV=function(){return ES(this.jU)};
|
|
1252
|
+
Y.prototype.set_kDG=Y.prototype.QZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);FS(b,a)};Object.defineProperty(Y.prototype,"kDG",{get:Y.prototype.sV,set:Y.prototype.QZ});Y.prototype.get_kLF=Y.prototype.vV=function(){return GS(this.jU)};Y.prototype.set_kLF=Y.prototype.TZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);HS(b,a)};Object.defineProperty(Y.prototype,"kLF",{get:Y.prototype.vV,set:Y.prototype.TZ});Y.prototype.get_kPR=Y.prototype.xV=function(){return IS(this.jU)};
|
|
1253
|
+
Y.prototype.set_kPR=Y.prototype.VZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);JS(b,a)};Object.defineProperty(Y.prototype,"kPR",{get:Y.prototype.xV,set:Y.prototype.VZ});Y.prototype.get_kVC=Y.prototype.FV=function(){return KS(this.jU)};Y.prototype.set_kVC=Y.prototype.c_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);LS(b,a)};Object.defineProperty(Y.prototype,"kVC",{get:Y.prototype.FV,set:Y.prototype.c_});Y.prototype.get_kDF=Y.prototype.rV=function(){return MS(this.jU)};
|
|
1254
|
+
Y.prototype.set_kDF=Y.prototype.PZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);NS(b,a)};Object.defineProperty(Y.prototype,"kDF",{get:Y.prototype.rV,set:Y.prototype.PZ});Y.prototype.get_kMT=Y.prototype.wV=function(){return OS(this.jU)};Y.prototype.set_kMT=Y.prototype.UZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);PS(b,a)};Object.defineProperty(Y.prototype,"kMT",{get:Y.prototype.wV,set:Y.prototype.UZ});Y.prototype.get_kCHR=Y.prototype.qV=function(){return QS(this.jU)};
|
|
1255
|
+
Y.prototype.set_kCHR=Y.prototype.OZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);RS(b,a)};Object.defineProperty(Y.prototype,"kCHR",{get:Y.prototype.qV,set:Y.prototype.OZ});Y.prototype.get_kKHR=Y.prototype.uV=function(){return SS(this.jU)};Y.prototype.set_kKHR=Y.prototype.SZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);TS(b,a)};Object.defineProperty(Y.prototype,"kKHR",{get:Y.prototype.uV,set:Y.prototype.SZ});Y.prototype.get_kSHR=Y.prototype.yV=function(){return US(this.jU)};
|
|
1256
|
+
Y.prototype.set_kSHR=Y.prototype.WZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);VS(b,a)};Object.defineProperty(Y.prototype,"kSHR",{get:Y.prototype.yV,set:Y.prototype.WZ});Y.prototype.get_kAHR=Y.prototype.pV=function(){return WS(this.jU)};Y.prototype.set_kAHR=Y.prototype.NZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);XS(b,a)};Object.defineProperty(Y.prototype,"kAHR",{get:Y.prototype.pV,set:Y.prototype.NZ});Y.prototype.get_kSRHR_CL=Y.prototype.BV=function(){return YS(this.jU)};
|
|
1257
|
+
Y.prototype.set_kSRHR_CL=Y.prototype.ZZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);ZS(b,a)};Object.defineProperty(Y.prototype,"kSRHR_CL",{get:Y.prototype.BV,set:Y.prototype.ZZ});Y.prototype.get_kSKHR_CL=Y.prototype.zV=function(){return $S(this.jU)};Y.prototype.set_kSKHR_CL=Y.prototype.XZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);aT(b,a)};Object.defineProperty(Y.prototype,"kSKHR_CL",{get:Y.prototype.zV,set:Y.prototype.XZ});Y.prototype.get_kSSHR_CL=Y.prototype.DV=function(){return bT(this.jU)};
|
|
1258
|
+
Y.prototype.set_kSSHR_CL=Y.prototype.a_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);cT(b,a)};Object.defineProperty(Y.prototype,"kSSHR_CL",{get:Y.prototype.DV,set:Y.prototype.a_});Y.prototype.get_kSR_SPLT_CL=Y.prototype.CV=function(){return dT(this.jU)};Y.prototype.set_kSR_SPLT_CL=Y.prototype.$Z=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);eT(b,a)};Object.defineProperty(Y.prototype,"kSR_SPLT_CL",{get:Y.prototype.CV,set:Y.prototype.$Z});
|
|
1259
|
+
Y.prototype.get_kSK_SPLT_CL=Y.prototype.AV=function(){return fT(this.jU)};Y.prototype.set_kSK_SPLT_CL=Y.prototype.YZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);gT(b,a)};Object.defineProperty(Y.prototype,"kSK_SPLT_CL",{get:Y.prototype.AV,set:Y.prototype.YZ});Y.prototype.get_kSS_SPLT_CL=Y.prototype.EV=function(){return hT(this.jU)};Y.prototype.set_kSS_SPLT_CL=Y.prototype.b_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);iT(b,a)};
|
|
1260
|
+
Object.defineProperty(Y.prototype,"kSS_SPLT_CL",{get:Y.prototype.EV,set:Y.prototype.b_});Y.prototype.get_maxvolume=Y.prototype.tZ=function(){return jT(this.jU)};Y.prototype.set_maxvolume=Y.prototype.Z2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);kT(b,a)};Object.defineProperty(Y.prototype,"maxvolume",{get:Y.prototype.tZ,set:Y.prototype.Z2});Y.prototype.get_timescale=Y.prototype.BZ=function(){return lT(this.jU)};
|
|
1261
|
+
Y.prototype.set_timescale=Y.prototype.h3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);mT(b,a)};Object.defineProperty(Y.prototype,"timescale",{get:Y.prototype.BZ,set:Y.prototype.h3});Y.prototype.get_viterations=Y.prototype.DZ=function(){return nT(this.jU)};Y.prototype.set_viterations=Y.prototype.j3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);oT(b,a)};Object.defineProperty(Y.prototype,"viterations",{get:Y.prototype.DZ,set:Y.prototype.j3});
|
|
1262
|
+
Y.prototype.get_piterations=Y.prototype.wZ=function(){return pT(this.jU)};Y.prototype.set_piterations=Y.prototype.c3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);qT(b,a)};Object.defineProperty(Y.prototype,"piterations",{get:Y.prototype.wZ,set:Y.prototype.c3});Y.prototype.get_diterations=Y.prototype.mV=function(){return rT(this.jU)};Y.prototype.set_diterations=Y.prototype.KZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);sT(b,a)};
|
|
1263
|
+
Object.defineProperty(Y.prototype,"diterations",{get:Y.prototype.mV,set:Y.prototype.KZ});Y.prototype.get_citerations=Y.prototype.kV=function(){return tT(this.jU)};Y.prototype.set_citerations=Y.prototype.IZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uT(b,a)};Object.defineProperty(Y.prototype,"citerations",{get:Y.prototype.kV,set:Y.prototype.IZ});Y.prototype.get_collisions=Y.prototype.lV=function(){return vT(this.jU)};
|
|
1264
|
+
Y.prototype.set_collisions=Y.prototype.JZ=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wT(b,a)};Object.defineProperty(Y.prototype,"collisions",{get:Y.prototype.lV,set:Y.prototype.JZ});Y.prototype.__destroy__=function(){xT(this.jU)};function Z(a,b,e,f){hX();a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);"object"==typeof f&&(f=lX(f));this.jU=yT(a,b,e,f);l(Z)[this.jU]=this}Z.prototype=Object.create(q.prototype);
|
|
1265
|
+
Z.prototype.constructor=Z;Z.prototype.kU=Z;Z.lU={};c.btSoftBody=Z;Z.prototype.checkLink=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return!!zT(e,a,b)};Z.prototype.checkFace=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);return!!AT(f,a,b,e)};Z.prototype.appendMaterial=function(){return m(BT(this.jU),HZ)};
|
|
1266
|
+
Z.prototype.appendNode=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);CT(e,a,b)};Z.prototype.appendLink=function(a,b,e,f){var h=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);DT(h,a,b,e,f)};
|
|
1267
|
+
Z.prototype.appendFace=function(a,b,e,f){var h=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);ET(h,a,b,e,f)};Z.prototype.appendTetra=function(a,b,e,f,h){var k=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);FT(k,a,b,e,f,h)};
|
|
1268
|
+
Z.prototype.appendAnchor=function(a,b,e,f){var h=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);GT(h,a,b,e,f)};Z.prototype.addForce=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?HT(e,a):IT(e,a,b)};Z.prototype.addAeroForceToNode=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);JT(e,a,b)};
|
|
1269
|
+
Z.prototype.getTotalMass=function(){return KT(this.jU)};Z.prototype.setTotalMass=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);LT(e,a,b)};Z.prototype.setMass=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);MT(e,a,b)};Z.prototype.transform=Z.prototype.transform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);NT(b,a)};
|
|
1270
|
+
Z.prototype.translate=Z.prototype.translate=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);OT(b,a)};Z.prototype.rotate=Z.prototype.rotate=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);PT(b,a)};Z.prototype.scale=Z.prototype.scale=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);QT(b,a)};Z.prototype.generateClusters=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return void 0===b?RT(e,a):ST(e,a,b)};
|
|
1271
|
+
Z.prototype.generateBendingConstraints=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);return TT(e,a,b)};Z.prototype.upcast=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(UT(b,a),Z)};Z.prototype.getRestLengthScale=function(){return VT(this.jU)};Z.prototype.setRestLengthScale=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);WT(b,a)};Z.prototype.getAnisotropicFriction=function(){return m(XT(this.jU),n)};
|
|
1272
|
+
Z.prototype.setAnisotropicFriction=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);YT(e,a,b)};Z.prototype.hasAnisotropicFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return void 0===a?!!ZT(b):!!$T(b,a)};Z.prototype.getCollisionShape=function(){return m(aU(this.jU),mX)};Z.prototype.getContactProcessingThreshold=function(){return bU(this.jU)};
|
|
1273
|
+
Z.prototype.setContactProcessingThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);cU(b,a)};Z.prototype.getActivationState=function(){return dU(this.jU)};Z.prototype.setActivationState=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);eU(b,a)};Z.prototype.forceActivationState=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);fU(b,a)};Z.prototype.activate=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);void 0===a?gU(b):hU(b,a)};
|
|
1274
|
+
Z.prototype.setDeactivationTime=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);iU(b,a)};Z.prototype.getDeactivationTime=function(){return jU(this.jU)};Z.prototype.isActive=Z.prototype.isActive=function(){return!!kU(this.jU)};Z.prototype.isKinematicObject=function(){return!!lU(this.jU)};Z.prototype.isStaticObject=function(){return!!mU(this.jU)};Z.prototype.isStaticOrKinematicObject=function(){return!!nU(this.jU)};Z.prototype.getRestitution=function(){return oU(this.jU)};
|
|
1275
|
+
Z.prototype.getFriction=function(){return pU(this.jU)};Z.prototype.getRollingFriction=function(){return qU(this.jU)};Z.prototype.getSpinningFriction=function(){return rU(this.jU)};Z.prototype.getContactStiffness=function(){return sU(this.jU)};Z.prototype.getContactDamping=function(){return tU(this.jU)};Z.prototype.setRestitution=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);uU(b,a)};Z.prototype.setFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);vU(b,a)};
|
|
1276
|
+
Z.prototype.setRollingFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);wU(b,a)};Z.prototype.setSpinningFriction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);xU(b,a)};Z.prototype.setContactStiffnessAndDamping=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);yU(e,a,b)};Z.prototype.getWorldTransform=function(){return m(zU(this.jU),t)};Z.prototype.getCollisionFlags=function(){return AU(this.jU)};
|
|
1277
|
+
Z.prototype.setCollisionFlags=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);BU(b,a)};Z.prototype.setWorldTransform=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);CU(b,a)};Z.prototype.setCollisionShape=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);DU(b,a)};Z.prototype.setCcdMotionThreshold=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);EU(b,a)};Z.prototype.setCcdSweptSphereRadius=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);FU(b,a)};
|
|
1278
|
+
Z.prototype.getUserIndex=function(){return GU(this.jU)};Z.prototype.getUserIndex2=function(){return HU(this.jU)};Z.prototype.getUserIndex3=function(){return IU(this.jU)};Z.prototype.setUserIndex=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);JU(b,a)};Z.prototype.setUserIndex2=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);KU(b,a)};Z.prototype.setUserIndex3=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);LU(b,a)};
|
|
1279
|
+
Z.prototype.getUserPointer=function(){return m(MU(this.jU),sX)};Z.prototype.setUserPointer=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);NU(b,a)};Z.prototype.getBroadphaseHandle=function(){return m(OU(this.jU),tX)};Z.prototype.get_m_cfg=Z.prototype.qW=function(){return m(PU(this.jU),Y)};Z.prototype.set_m_cfg=Z.prototype.O_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);QU(b,a)};Object.defineProperty(Z.prototype,"m_cfg",{get:Z.prototype.qW,set:Z.prototype.O_});
|
|
1280
|
+
Z.prototype.get_m_nodes=Z.prototype.jY=function(){return m(RU(this.jU),GZ)};Z.prototype.set_m_nodes=Z.prototype.K1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);SU(b,a)};Object.defineProperty(Z.prototype,"m_nodes",{get:Z.prototype.jY,set:Z.prototype.K1});Z.prototype.get_m_faces=Z.prototype.KU=function(){return m(TU(this.jU),FZ)};Z.prototype.set_m_faces=Z.prototype.YU=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);UU(b,a)};
|
|
1281
|
+
Object.defineProperty(Z.prototype,"m_faces",{get:Z.prototype.KU,set:Z.prototype.YU});Z.prototype.get_m_materials=Z.prototype.cY=function(){return m(VU(this.jU),IZ)};Z.prototype.set_m_materials=Z.prototype.D1=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);WU(b,a)};Object.defineProperty(Z.prototype,"m_materials",{get:Z.prototype.cY,set:Z.prototype.D1});Z.prototype.get_m_anchors=Z.prototype.PV=function(){return m(XU(this.jU),JZ)};
|
|
1282
|
+
Z.prototype.set_m_anchors=Z.prototype.m_=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);YU(b,a)};Object.defineProperty(Z.prototype,"m_anchors",{get:Z.prototype.PV,set:Z.prototype.m_});Z.prototype.__destroy__=function(){ZU(this.jU)};function KZ(a){a&&"object"===typeof a&&(a=a.jU);this.jU=void 0===a?$U():aV(a);l(KZ)[this.jU]=this}KZ.prototype=Object.create(NX.prototype);KZ.prototype.constructor=KZ;KZ.prototype.kU=KZ;KZ.lU={};c.btSoftBodyRigidBodyCollisionConfiguration=KZ;
|
|
1283
|
+
KZ.prototype.__destroy__=function(){bV(this.jU)};function LZ(){this.jU=cV();l(LZ)[this.jU]=this}LZ.prototype=Object.create(WX.prototype);LZ.prototype.constructor=LZ;LZ.prototype.kU=LZ;LZ.lU={};c.btDefaultSoftBodySolver=LZ;LZ.prototype.__destroy__=function(){dV(this.jU)};function MZ(){throw"cannot construct a btSoftBodyArray, no constructor in IDL";}MZ.prototype=Object.create(g.prototype);MZ.prototype.constructor=MZ;MZ.prototype.kU=MZ;MZ.lU={};c.btSoftBodyArray=MZ;
|
|
1284
|
+
MZ.prototype.size=MZ.prototype.size=function(){return eV(this.jU)};MZ.prototype.at=MZ.prototype.at=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);return m(fV(b,a),Z)};MZ.prototype.__destroy__=function(){gV(this.jU)};function NZ(a,b,e,f,h){a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);this.jU=hV(a,b,e,f,h);l(NZ)[this.jU]=this}NZ.prototype=Object.create(QX.prototype);
|
|
1285
|
+
NZ.prototype.constructor=NZ;NZ.prototype.kU=NZ;NZ.lU={};c.btSoftRigidDynamicsWorld=NZ;NZ.prototype.addSoftBody=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);iV(f,a,b,e)};NZ.prototype.removeSoftBody=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);jV(b,a)};NZ.prototype.removeCollisionObject=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);kV(b,a)};
|
|
1286
|
+
NZ.prototype.getWorldInfo=function(){return m(lV(this.jU),W)};NZ.prototype.getSoftBodyArray=function(){return m(mV(this.jU),MZ)};NZ.prototype.getDispatcher=function(){return m(nV(this.jU),oX)};NZ.prototype.rayTest=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);oV(f,a,b,e)};NZ.prototype.getPairCache=function(){return m(pV(this.jU),pX)};NZ.prototype.getDispatchInfo=function(){return m(qV(this.jU),p)};
|
|
1287
|
+
NZ.prototype.addCollisionObject=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);void 0===b?rV(f,a):void 0===e?sV(f,a,b):tV(f,a,b,e)};NZ.prototype.getBroadphase=function(){return m(uV(this.jU),qX)};
|
|
1288
|
+
NZ.prototype.convexSweepTest=function(a,b,e,f,h){var k=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);vV(k,a,b,e,f,h)};NZ.prototype.contactPairTest=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);wV(f,a,b,e)};
|
|
1289
|
+
NZ.prototype.contactTest=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);xV(e,a,b)};NZ.prototype.updateSingleAabb=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);yV(b,a)};NZ.prototype.setDebugDrawer=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);zV(b,a)};NZ.prototype.getDebugDrawer=function(){return m(AV(this.jU),rX)};NZ.prototype.debugDrawWorld=function(){BV(this.jU)};
|
|
1290
|
+
NZ.prototype.debugDrawObject=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);CV(f,a,b,e)};NZ.prototype.setGravity=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);DV(b,a)};NZ.prototype.getGravity=function(){return m(EV(this.jU),n)};
|
|
1291
|
+
NZ.prototype.addRigidBody=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);void 0===b?FV(f,a):void 0===e?_emscripten_bind_btSoftRigidDynamicsWorld_addRigidBody_2(f,a,b):GV(f,a,b,e)};NZ.prototype.removeRigidBody=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);HV(b,a)};
|
|
1292
|
+
NZ.prototype.addConstraint=function(a,b){var e=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);void 0===b?IV(e,a):JV(e,a,b)};NZ.prototype.removeConstraint=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);KV(b,a)};NZ.prototype.stepSimulation=function(a,b,e){var f=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);return void 0===b?LV(f,a):void 0===e?MV(f,a,b):NV(f,a,b,e)};
|
|
1293
|
+
NZ.prototype.addAction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);OV(b,a)};NZ.prototype.removeAction=function(a){var b=this.jU;a&&"object"===typeof a&&(a=a.jU);PV(b,a)};NZ.prototype.getSolverInfo=function(){return m(QV(this.jU),x)};NZ.prototype.__destroy__=function(){RV(this.jU)};function OZ(){this.jU=SV();l(OZ)[this.jU]=this}OZ.prototype=Object.create(g.prototype);OZ.prototype.constructor=OZ;OZ.prototype.kU=OZ;OZ.lU={};c.btSoftBodyHelpers=OZ;
|
|
1294
|
+
OZ.prototype.CreateRope=function(a,b,e,f,h){var k=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);return m(TV(k,a,b,e,f,h),Z)};
|
|
1295
|
+
OZ.prototype.CreatePatch=function(a,b,e,f,h,k,r,v,H){var Ta=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);v&&"object"===typeof v&&(v=v.jU);H&&"object"===typeof H&&(H=H.jU);return m(UV(Ta,a,b,e,f,h,k,r,v,H),Z)};
|
|
1296
|
+
OZ.prototype.CreatePatchUV=function(a,b,e,f,h,k,r,v,H,Ta){var Kc=this.jU;hX();a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);k&&"object"===typeof k&&(k=k.jU);r&&"object"===typeof r&&(r=r.jU);v&&"object"===typeof v&&(v=v.jU);H&&"object"===typeof H&&(H=H.jU);"object"==typeof Ta&&(Ta=lX(Ta));return m(VV(Kc,a,b,e,f,h,k,r,v,H,Ta),Z)};
|
|
1297
|
+
OZ.prototype.CreateEllipsoid=function(a,b,e,f){var h=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);return m(WV(h,a,b,e,f),Z)};
|
|
1298
|
+
OZ.prototype.CreateFromTriMesh=function(a,b,e,f,h){var k=this.jU;hX();a&&"object"===typeof a&&(a=a.jU);"object"==typeof b&&(b=lX(b));if("object"==typeof e&&"object"===typeof e){var r=iX(e,va);jX(e,va,r);e=r}f&&"object"===typeof f&&(f=f.jU);h&&"object"===typeof h&&(h=h.jU);return m(XV(k,a,b,e,f,h),Z)};
|
|
1299
|
+
OZ.prototype.CreateFromConvexHull=function(a,b,e,f){var h=this.jU;a&&"object"===typeof a&&(a=a.jU);b&&"object"===typeof b&&(b=b.jU);e&&"object"===typeof e&&(e=e.jU);f&&"object"===typeof f&&(f=f.jU);return m(YV(h,a,b,e,f),Z)};OZ.prototype.__destroy__=function(){ZV(this.jU)};
|
|
1300
|
+
(function(){function a(){c.btCollisionObject.CF_DYNAMIC_OBJECT=$V();c.btCollisionObject.CF_STATIC_OBJECT=aW();c.btCollisionObject.CF_KINEMATIC_OBJECT=bW();c.btCollisionObject.CF_NO_CONTACT_RESPONSE=cW();c.btCollisionObject.CF_CUSTOM_MATERIAL_CALLBACK=dW();c.btCollisionObject.CF_CHARACTER_OBJECT=eW();c.btCollisionObject.CF_DISABLE_VISUALIZE_OBJECT=fW();c.btCollisionObject.CF_DISABLE_SPU_COLLISION_PROCESSING=gW();c.btCollisionObject.CF_HAS_CONTACT_STIFFNESS_DAMPING=hW();c.btCollisionObject.CF_HAS_CUSTOM_DEBUG_RENDERING_COLOR=
|
|
1301
|
+
iW();c.btCollisionObject.CF_HAS_FRICTION_ANCHOR=jW();c.btCollisionObject.CF_HAS_COLLISION_SOUND_TRIGGER=kW();c.btCollisionObject.CO_COLLISION_OBJECT=lW();c.btCollisionObject.CO_RIGID_BODY=mW();c.btCollisionObject.CO_GHOST_OBJECT=nW();c.btCollisionObject.CO_SOFT_BODY=oW();c.btCollisionObject.CO_HF_FLUID=pW();c.btCollisionObject.CO_USER_TYPE=qW();c.btCollisionObject.CO_FEATHERSTONE_LINK=rW();c.btCollisionObject.CF_ANISOTROPIC_FRICTION_DISABLED=sW();c.btCollisionObject.CF_ANISOTROPIC_FRICTION=tW();c.btCollisionObject.CF_ANISOTROPIC_ROLLING_FRICTION=
|
|
1302
|
+
uW();c.PHY_FLOAT=vW();c.PHY_DOUBLE=wW();c.PHY_INTEGER=xW();c.PHY_SHORT=yW();c.PHY_FIXEDPOINT88=zW();c.PHY_UCHAR=AW();c.CONST_GIMPACT_COMPOUND_SHAPE=BW();c.CONST_GIMPACT_TRIMESH_SHAPE_PART=CW();c.CONST_GIMPACT_TRIMESH_SHAPE=DW();c.POINT2POINT_CONSTRAINT_TYPE=EW();c.HINGE_CONSTRAINT_TYPE=FW();c.CONETWIST_CONSTRAINT_TYPE=GW();c.D6_CONSTRAINT_TYPE=HW();c.SLIDER_CONSTRAINT_TYPE=IW();c.CONTACT_CONSTRAINT_TYPE=JW();c.D6_SPRING_CONSTRAINT_TYPE=KW();c.GEAR_CONSTRAINT_TYPE=LW();c.FIXED_CONSTRAINT_TYPE=MW();
|
|
1303
|
+
c.MAX_CONSTRAINT_TYPE=NW();c.BT_CONSTRAINT_ERP=OW();c.BT_CONSTRAINT_STOP_ERP=PW();c.BT_CONSTRAINT_CFM=QW();c.BT_CONSTRAINT_STOP_CFM=RW();c.BT_SEQUENTIAL_IMPULSE_SOLVER=SW();c.BT_MLCP_SOLVER=TW();c.btMultibodyLink.eRevolute=UW();c.btMultibodyLink.ePrismatic=VW();c.btMultibodyLink.eSpherical=WW();c.btMultibodyLink.ePlanar=XW();c.btMultibodyLink.eFixed=YW();c.btMultibodyLink.eInvalid=ZW()}Ca?a():Aa.unshift(a)})();c.CONTACT_ADDED_CALLBACK_SIGNATURE="iiiiiiii";c.CONTACT_DESTROYED_CALLBACK_SIGNATURE="ii";
|
|
1304
|
+
c.CONTACT_PROCESSED_CALLBACK_SIGNATURE="iiii";c.INTERNAL_TICK_CALLBACK_SIGNATURE="vif";this.Ammo=c;
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
return moduleArg.ready
|
|
1308
|
+
}
|
|
1309
|
+
);
|
|
1310
|
+
})();
|
|
1311
|
+
;
|
|
1312
|
+
if (typeof exports === 'object' && typeof module === 'object')
|
|
1313
|
+
module.exports = Ammo;
|
|
1314
|
+
else if (typeof define === 'function' && define['amd'])
|
|
1315
|
+
define([], () => Ammo);
|