Files
GDevelop/Extensions/Physics3DBehavior/jolt-physics.wasm.js
D8H 7289030b38 Add support for a custom shape ("Mesh") for static objects having the 3D physics behavior (#8080)
- This allows your characters and other dynamic objects to collide exactly with the shape of a platform, background or any **static** 3D object. 
- By default, the model of the 3D model itself is used. You can choose to use another model if needed (useful in case of a very complex 3D model: you can make the collision happen on a simplified version).
- Also ugrade to [Jolt-Physics.js
0.39.0](https://github.com/jrouwe/JoltPhysics.js/releases).
2026-01-08 10:47:43 +01:00

1914 lines
908 KiB
JavaScript

// SPDX-FileCopyrightText: 2022-2024 Jorrit Rouwe
// SPDX-License-Identifier: MIT
// This is Web Assembly version of Jolt Physics, see: https://github.com/jrouwe/JoltPhysics.js
async function Jolt(moduleArg={}){var moduleRtn;var d=moduleArg,aaa="object"==typeof window,aa="undefined"!=typeof WorkerGlobalScope,ba="object"==typeof process&&process.versions?.node&&"renderer"!=process.type;if(ba){const {createRequire:a}=await import("module");var require=a(import.meta.url)}var ca="./this.program",da=import.meta.url,ea="",fa,ha;
if(ba){var fs=require("fs");da.startsWith("file:")&&(ea=require("path").dirname(require("url").fileURLToPath(da))+"/");ha=a=>{a=ia(a)?new URL(a):a;return fs.readFileSync(a)};fa=async a=>{a=ia(a)?new URL(a):a;return fs.readFileSync(a,void 0)};1<process.argv.length&&(ca=process.argv[1].replace(/\\/g,"/"));process.argv.slice(2)}else if(aaa||aa){try{ea=(new URL(".",da)).href}catch{}aa&&(ha=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.responseType="arraybuffer";c.send(null);return new Uint8Array(c.response)});
fa=async a=>{a=await fetch(a,{credentials:"same-origin"});if(a.ok)return a.arrayBuffer();throw Error(a.status+" : "+a.url);}}var ja=console.log.bind(console),ka=console.error.bind(console),la,ma=!1,ia=a=>a.startsWith("file://"),na,pa,qa,ra,sa,ta,ua,va,wa=!1;function xa(a){d.onAbort?.(a);a="Aborted("+a+")";ka(a);ma=!0;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");pa?.(a);throw a;}var ya;
async function baa(a){if(!la)try{var c=await fa(a);return new Uint8Array(c)}catch{}if(a==ya&&la)a=new Uint8Array(la);else if(ha)a=ha(a);else throw"both async and sync fetching of the wasm failed";return a}async function caa(a,c){try{var b=await baa(a);return await WebAssembly.instantiate(b,c)}catch(f){ka(`failed to asynchronously prepare wasm: ${f}`),xa(f)}}
async function daa(a){var c=ya;if(!la&&!ba)try{var b=fetch(c,{credentials:"same-origin"});return await WebAssembly.instantiateStreaming(b,a)}catch(f){ka(`wasm streaming compile failed: ${f}`),ka("falling back to ArrayBuffer instantiation")}return caa(c,a)}
var za=a=>{for(;0<a.length;)a.shift()(d)},Aa=[],Ba=[],eaa=()=>{var a=d.preRun.shift();Ba.push(a)},Ca=(a,c,b,f)=>{if(!(0<f))return 0;var g=b;f=b+f-1;for(var k=0;k<a.length;++k){var u=a.codePointAt(k);if(127>=u){if(b>=f)break;c[b++]=u}else if(2047>=u){if(b+1>=f)break;c[b++]=192|u>>6;c[b++]=128|u&63}else if(65535>=u){if(b+2>=f)break;c[b++]=224|u>>12;c[b++]=128|u>>6&63;c[b++]=128|u&63}else{if(b+3>=f)break;c[b++]=240|u>>18;c[b++]=128|u>>12&63;c[b++]=128|u>>6&63;c[b++]=128|u&63;k++}}c[b]=0;return b-g},
Da=[],Ea=(a,c,b)=>{Da.length=0;for(var f;f=sa[c++];){var g=105!=f;g&=112!=f;b+=g&&b%8?4:0;Da.push(112==f?ua[b>>2]:105==f?ta[b>>2]:va[b>>3]);b+=g?8:4}return faa[a](...Da)},Fa={},Ha=()=>{if(!Ga){var a={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.language||"C").replace("-","_")+".UTF-8",_:ca||"./this.program"},c;for(c in Fa)void 0===Fa[c]?delete a[c]:a[c]=Fa[c];var b=[];for(c in a)b.push(`${c}=${a[c]}`);Ga=b}return Ga},Ga,Ia=a=>
{for(var c=0,b=0;b<a.length;++b){var f=a.charCodeAt(b);127>=f?c++:2047>=f?c+=2:55296<=f&&57343>=f?(c+=4,++b):c+=3}return c},gaa=[null,[],[]],Ja="undefined"!=typeof TextDecoder?new TextDecoder:void 0,Ka=(a,c=0)=>{var b=c;for(var f=b+void 0;a[b]&&!(b>=f);)++b;if(16<b-c&&a.buffer&&Ja)return Ja.decode(a.subarray(c,b));for(f="";c<b;){var g=a[c++];if(g&128){var k=a[c++]&63;if(192==(g&224))f+=String.fromCharCode((g&31)<<6|k);else{var u=a[c++]&63;g=224==(g&240)?(g&15)<<12|k<<6|u:(g&7)<<18|k<<12|u<<6|a[c++]&
63;65536>g?f+=String.fromCharCode(g):(g-=65536,f+=String.fromCharCode(55296|g>>10,56320|g&1023))}}else f+=String.fromCharCode(g)}return f},La=[];d.print&&(ja=d.print);d.printErr&&(ka=d.printErr);d.wasmBinary&&(la=d.wasmBinary);d.thisProgram&&(ca=d.thisProgram);if(d.preInit)for("function"==typeof d.preInit&&(d.preInit=[d.preInit]);0<d.preInit.length;)d.preInit.shift()();
var faa={36194:a=>{a=d.getCache(d.PathConstraintPathJS)[a];if(!a.hasOwnProperty("GetPathMaxFraction"))throw"a JSImplementation must implement all functions, you forgot PathConstraintPathJS::GetPathMaxFraction.";return a.GetPathMaxFraction()},36461:(a,c,b)=>{a=d.getCache(d.PathConstraintPathJS)[a];if(!a.hasOwnProperty("GetClosestPoint"))throw"a JSImplementation must implement all functions, you forgot PathConstraintPathJS::GetClosestPoint.";return a.GetClosestPoint(c,b)},36724:(a,c,b,f,g,k)=>{a=d.getCache(d.PathConstraintPathJS)[a];
if(!a.hasOwnProperty("GetPointOnPath"))throw"a JSImplementation must implement all functions, you forgot PathConstraintPathJS::GetPointOnPath.";a.GetPointOnPath(c,b,f,g,k)},36986:(a,c,b)=>{a=d.getCache(d.GroupFilterJS)[a];if(!a.hasOwnProperty("CanCollide"))throw"a JSImplementation must implement all functions, you forgot GroupFilterJS::CanCollide.";return a.CanCollide(c,b)},37220:(a,c)=>{a=d.getCache(d.StateRecorderFilterJS)[a];if(!a.hasOwnProperty("ShouldSaveBody"))throw"a JSImplementation must implement all functions, you forgot StateRecorderFilterJS::ShouldSaveBody.";
return a.ShouldSaveBody(c)},37479:(a,c)=>{a=d.getCache(d.StateRecorderFilterJS)[a];if(!a.hasOwnProperty("ShouldSaveConstraint"))throw"a JSImplementation must implement all functions, you forgot StateRecorderFilterJS::ShouldSaveConstraint.";return a.ShouldSaveConstraint(c)},37756:(a,c,b)=>{a=d.getCache(d.StateRecorderFilterJS)[a];if(!a.hasOwnProperty("ShouldSaveContact"))throw"a JSImplementation must implement all functions, you forgot StateRecorderFilterJS::ShouldSaveContact.";return a.ShouldSaveContact(c,
b)},38027:(a,c,b)=>{a=d.getCache(d.StateRecorderFilterJS)[a];if(!a.hasOwnProperty("ShouldRestoreContact"))throw"a JSImplementation must implement all functions, you forgot StateRecorderFilterJS::ShouldRestoreContact.";return a.ShouldRestoreContact(c,b)},38307:a=>{a=d.getCache(d.StateRecorderJS)[a];if(!a.hasOwnProperty("IsEOF"))throw"a JSImplementation must implement all functions, you forgot StateRecorderJS::IsEOF.";return a.IsEOF()},38525:a=>{a=d.getCache(d.StateRecorderJS)[a];if(!a.hasOwnProperty("IsFailed"))throw"a JSImplementation must implement all functions, you forgot StateRecorderJS::IsFailed.";
return a.IsFailed()},38752:(a,c,b)=>{a=d.getCache(d.StateRecorderJS)[a];if(!a.hasOwnProperty("WriteBytes"))throw"a JSImplementation must implement all functions, you forgot StateRecorderJS::WriteBytes.";a.WriteBytes(c,b)},38983:(a,c,b)=>{a=d.getCache(d.StateRecorderJS)[a];if(!a.hasOwnProperty("ReadBytes"))throw"a JSImplementation must implement all functions, you forgot StateRecorderJS::ReadBytes.";a.ReadBytes(c,b)},39211:(a,c,b,f,g)=>{a=d.getCache(d.ContactListenerJS)[a];if(!a.hasOwnProperty("OnContactAdded"))throw"a JSImplementation must implement all functions, you forgot ContactListenerJS::OnContactAdded.";
a.OnContactAdded(c,b,f,g)},39464:(a,c,b,f,g)=>{a=d.getCache(d.ContactListenerJS)[a];if(!a.hasOwnProperty("OnContactPersisted"))throw"a JSImplementation must implement all functions, you forgot ContactListenerJS::OnContactPersisted.";a.OnContactPersisted(c,b,f,g)},39729:(a,c)=>{a=d.getCache(d.ContactListenerJS)[a];if(!a.hasOwnProperty("OnContactRemoved"))throw"a JSImplementation must implement all functions, you forgot ContactListenerJS::OnContactRemoved.";a.OnContactRemoved(c)},39979:(a,c,b,f,g)=>
{a=d.getCache(d.ContactListenerJS)[a];if(!a.hasOwnProperty("OnContactValidate"))throw"a JSImplementation must implement all functions, you forgot ContactListenerJS::OnContactValidate.";return a.OnContactValidate(c,b,f,g)},40248:(a,c,b)=>{a=d.getCache(d.SoftBodyContactListenerJS)[a];if(!a.hasOwnProperty("OnSoftBodyContactAdded"))throw"a JSImplementation must implement all functions, you forgot SoftBodyContactListenerJS::OnSoftBodyContactAdded.";a.OnSoftBodyContactAdded(c,b)},40535:(a,c,b,f)=>{a=d.getCache(d.SoftBodyContactListenerJS)[a];
if(!a.hasOwnProperty("OnSoftBodyContactValidate"))throw"a JSImplementation must implement all functions, you forgot SoftBodyContactListenerJS::OnSoftBodyContactValidate.";return a.OnSoftBodyContactValidate(c,b,f)},40841:a=>{a=d.getCache(d.RayCastBodyCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot RayCastBodyCollectorJS::Reset.";a.Reset()},41066:(a,c)=>{a=d.getCache(d.RayCastBodyCollectorJS)[a];if(!a.hasOwnProperty("AddHit"))throw"a JSImplementation must implement all functions, you forgot RayCastBodyCollectorJS::AddHit.";
a.AddHit(c)},41296:a=>{a=d.getCache(d.CollideShapeBodyCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot CollideShapeBodyCollectorJS::Reset.";a.Reset()},41531:(a,c)=>{a=d.getCache(d.CollideShapeBodyCollectorJS)[a];if(!a.hasOwnProperty("AddHit"))throw"a JSImplementation must implement all functions, you forgot CollideShapeBodyCollectorJS::AddHit.";a.AddHit(c)},41771:a=>{a=d.getCache(d.CastShapeBodyCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot CastShapeBodyCollectorJS::Reset.";
a.Reset()},42E3:(a,c)=>{a=d.getCache(d.CastShapeBodyCollectorJS)[a];if(!a.hasOwnProperty("AddHit"))throw"a JSImplementation must implement all functions, you forgot CastShapeBodyCollectorJS::AddHit.";a.AddHit(c)},42234:a=>{a=d.getCache(d.CastRayCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot CastRayCollectorJS::Reset.";a.Reset()},42451:(a,c)=>{a=d.getCache(d.CastRayCollectorJS)[a];if(!a.hasOwnProperty("OnBody"))throw"a JSImplementation must implement all functions, you forgot CastRayCollectorJS::OnBody.";
a.OnBody(c)},42673:(a,c)=>{a=d.getCache(d.CastRayCollectorJS)[a];if(!a.hasOwnProperty("AddHit"))throw"a JSImplementation must implement all functions, you forgot CastRayCollectorJS::AddHit.";a.AddHit(c)},42895:a=>{a=d.getCache(d.CollidePointCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot CollidePointCollectorJS::Reset.";a.Reset()},43122:(a,c)=>{a=d.getCache(d.CollidePointCollectorJS)[a];if(!a.hasOwnProperty("OnBody"))throw"a JSImplementation must implement all functions, you forgot CollidePointCollectorJS::OnBody.";
a.OnBody(c)},43354:(a,c)=>{a=d.getCache(d.CollidePointCollectorJS)[a];if(!a.hasOwnProperty("AddHit"))throw"a JSImplementation must implement all functions, you forgot CollidePointCollectorJS::AddHit.";a.AddHit(c)},43586:a=>{a=d.getCache(d.CollideShapeCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot CollideShapeCollectorJS::Reset.";a.Reset()},43813:(a,c)=>{a=d.getCache(d.CollideShapeCollectorJS)[a];if(!a.hasOwnProperty("OnBody"))throw"a JSImplementation must implement all functions, you forgot CollideShapeCollectorJS::OnBody.";
a.OnBody(c)},44045:(a,c)=>{a=d.getCache(d.CollideShapeCollectorJS)[a];if(!a.hasOwnProperty("AddHit"))throw"a JSImplementation must implement all functions, you forgot CollideShapeCollectorJS::AddHit.";a.AddHit(c)},44277:a=>{a=d.getCache(d.CastShapeCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot CastShapeCollectorJS::Reset.";a.Reset()},44498:(a,c)=>{a=d.getCache(d.CastShapeCollectorJS)[a];if(!a.hasOwnProperty("OnBody"))throw"a JSImplementation must implement all functions, you forgot CastShapeCollectorJS::OnBody.";
a.OnBody(c)},44724:(a,c)=>{a=d.getCache(d.CastShapeCollectorJS)[a];if(!a.hasOwnProperty("AddHit"))throw"a JSImplementation must implement all functions, you forgot CastShapeCollectorJS::AddHit.";a.AddHit(c)},44950:a=>{a=d.getCache(d.TransformedShapeCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot TransformedShapeCollectorJS::Reset.";a.Reset()},45185:(a,c)=>{a=d.getCache(d.TransformedShapeCollectorJS)[a];if(!a.hasOwnProperty("OnBody"))throw"a JSImplementation must implement all functions, you forgot TransformedShapeCollectorJS::OnBody.";
a.OnBody(c)},45425:(a,c)=>{a=d.getCache(d.TransformedShapeCollectorJS)[a];if(!a.hasOwnProperty("AddHit"))throw"a JSImplementation must implement all functions, you forgot TransformedShapeCollectorJS::AddHit.";a.AddHit(c)},45665:(a,c)=>{a=d.getCache(d.PhysicsStepListenerJS)[a];if(!a.hasOwnProperty("OnStep"))throw"a JSImplementation must implement all functions, you forgot PhysicsStepListenerJS::OnStep.";a.OnStep(c)},45893:(a,c,b)=>{a=d.getCache(d.BodyActivationListenerJS)[a];if(!a.hasOwnProperty("OnBodyActivated"))throw"a JSImplementation must implement all functions, you forgot BodyActivationListenerJS::OnBodyActivated.";
a.OnBodyActivated(c,b)},46157:(a,c,b)=>{a=d.getCache(d.BodyActivationListenerJS)[a];if(!a.hasOwnProperty("OnBodyDeactivated"))throw"a JSImplementation must implement all functions, you forgot BodyActivationListenerJS::OnBodyDeactivated.";a.OnBodyDeactivated(c,b)},46427:(a,c,b,f,g)=>{a=d.getCache(d.CharacterContactListenerJS)[a];if(!a.hasOwnProperty("OnAdjustBodyVelocity"))throw"a JSImplementation must implement all functions, you forgot CharacterContactListenerJS::OnAdjustBodyVelocity.";a.OnAdjustBodyVelocity(c,
b,f,g)},46716:(a,c,b,f)=>{a=d.getCache(d.CharacterContactListenerJS)[a];if(!a.hasOwnProperty("OnContactValidate"))throw"a JSImplementation must implement all functions, you forgot CharacterContactListenerJS::OnContactValidate.";return a.OnContactValidate(c,b,f)},47E3:(a,c,b,f)=>{a=d.getCache(d.CharacterContactListenerJS)[a];if(!a.hasOwnProperty("OnCharacterContactValidate"))throw"a JSImplementation must implement all functions, you forgot CharacterContactListenerJS::OnCharacterContactValidate.";return a.OnCharacterContactValidate(c,
b,f)},47311:(a,c,b,f)=>{a=d.getCache(d.CharacterContactListenerJS)[a];if(!a.hasOwnProperty("OnContactRemoved"))throw"a JSImplementation must implement all functions, you forgot CharacterContactListenerJS::OnContactRemoved.";a.OnContactRemoved(c,b,f)},47585:(a,c,b,f)=>{a=d.getCache(d.CharacterContactListenerJS)[a];if(!a.hasOwnProperty("OnCharacterContactRemoved"))throw"a JSImplementation must implement all functions, you forgot CharacterContactListenerJS::OnCharacterContactRemoved.";a.OnCharacterContactRemoved(c,
b,f)},47886:(a,c,b,f,g,k,u)=>{a=d.getCache(d.CharacterContactListenerJS)[a];if(!a.hasOwnProperty("OnContactAdded"))throw"a JSImplementation must implement all functions, you forgot CharacterContactListenerJS::OnContactAdded.";a.OnContactAdded(c,b,f,g,k,u)},48163:(a,c,b,f,g,k,u)=>{a=d.getCache(d.CharacterContactListenerJS)[a];if(!a.hasOwnProperty("OnContactPersisted"))throw"a JSImplementation must implement all functions, you forgot CharacterContactListenerJS::OnContactPersisted.";a.OnContactPersisted(c,
b,f,g,k,u)},48452:(a,c,b,f,g,k,u)=>{a=d.getCache(d.CharacterContactListenerJS)[a];if(!a.hasOwnProperty("OnCharacterContactAdded"))throw"a JSImplementation must implement all functions, you forgot CharacterContactListenerJS::OnCharacterContactAdded.";a.OnCharacterContactAdded(c,b,f,g,k,u)},48756:(a,c,b,f,g,k,u)=>{a=d.getCache(d.CharacterContactListenerJS)[a];if(!a.hasOwnProperty("OnCharacterContactPersisted"))throw"a JSImplementation must implement all functions, you forgot CharacterContactListenerJS::OnCharacterContactPersisted.";
a.OnCharacterContactPersisted(c,b,f,g,k,u)},49072:(a,c,b,f,g,k,u,L,oa,Vb)=>{a=d.getCache(d.CharacterContactListenerJS)[a];if(!a.hasOwnProperty("OnContactSolve"))throw"a JSImplementation must implement all functions, you forgot CharacterContactListenerJS::OnContactSolve.";a.OnContactSolve(c,b,f,g,k,u,L,oa,Vb)},49358:(a,c,b,f,g,k,u,L,oa,Vb)=>{a=d.getCache(d.CharacterContactListenerJS)[a];if(!a.hasOwnProperty("OnCharacterContactSolve"))throw"a JSImplementation must implement all functions, you forgot CharacterContactListenerJS::OnCharacterContactSolve.";
a.OnCharacterContactSolve(c,b,f,g,k,u,L,oa,Vb)},49671:(a,c,b)=>{a=d.getCache(d.ObjectVsBroadPhaseLayerFilterJS)[a];if(!a.hasOwnProperty("ShouldCollide"))throw"a JSImplementation must implement all functions, you forgot ObjectVsBroadPhaseLayerFilterJS::ShouldCollide.";return a.ShouldCollide(c,b)},49950:(a,c)=>{a=d.getCache(d.ObjectLayerFilterJS)[a];if(!a.hasOwnProperty("ShouldCollide"))throw"a JSImplementation must implement all functions, you forgot ObjectLayerFilterJS::ShouldCollide.";return a.ShouldCollide(c)},
50202:(a,c,b)=>{a=d.getCache(d.ObjectLayerPairFilterJS)[a];if(!a.hasOwnProperty("ShouldCollide"))throw"a JSImplementation must implement all functions, you forgot ObjectLayerPairFilterJS::ShouldCollide.";return a.ShouldCollide(c,b)},50465:(a,c)=>{a=d.getCache(d.BodyFilterJS)[a];if(!a.hasOwnProperty("ShouldCollide"))throw"a JSImplementation must implement all functions, you forgot BodyFilterJS::ShouldCollide.";return a.ShouldCollide(c)},50703:(a,c)=>{a=d.getCache(d.BodyFilterJS)[a];if(!a.hasOwnProperty("ShouldCollideLocked"))throw"a JSImplementation must implement all functions, you forgot BodyFilterJS::ShouldCollideLocked.";
return a.ShouldCollideLocked(c)},50959:(a,c,b)=>{a=d.getCache(d.ShapeFilterJS)[a];if(!a.hasOwnProperty("ShouldCollide"))throw"a JSImplementation must implement all functions, you forgot ShapeFilterJS::ShouldCollide.";return a.ShouldCollide(c,b)},51202:(a,c,b,f,g)=>{a=d.getCache(d.ShapeFilterJS2)[a];if(!a.hasOwnProperty("ShouldCollide"))throw"a JSImplementation must implement all functions, you forgot ShapeFilterJS2::ShouldCollide.";return a.ShouldCollide(c,b,f,g)},51453:(a,c,b,f,g,k,u)=>{a=d.getCache(d.SimShapeFilterJS)[a];
if(!a.hasOwnProperty("ShouldCollide"))throw"a JSImplementation must implement all functions, you forgot SimShapeFilterJS::ShouldCollide.";return a.ShouldCollide(c,b,f,g,k,u)},51714:(a,c,b,f,g,k)=>{a=d.getCache(d.VehicleConstraintCallbacksJS)[a];if(!a.hasOwnProperty("GetCombinedFriction"))throw"a JSImplementation must implement all functions, you forgot VehicleConstraintCallbacksJS::GetCombinedFriction.";return a.GetCombinedFriction(c,b,f,g,k)},52014:(a,c,b)=>{a=d.getCache(d.VehicleConstraintCallbacksJS)[a];
if(!a.hasOwnProperty("OnPreStepCallback"))throw"a JSImplementation must implement all functions, you forgot VehicleConstraintCallbacksJS::OnPreStepCallback.";a.OnPreStepCallback(c,b)},52292:(a,c,b)=>{a=d.getCache(d.VehicleConstraintCallbacksJS)[a];if(!a.hasOwnProperty("OnPostCollideCallback"))throw"a JSImplementation must implement all functions, you forgot VehicleConstraintCallbacksJS::OnPostCollideCallback.";a.OnPostCollideCallback(c,b)},52582:(a,c,b)=>{a=d.getCache(d.VehicleConstraintCallbacksJS)[a];
if(!a.hasOwnProperty("OnPostStepCallback"))throw"a JSImplementation must implement all functions, you forgot VehicleConstraintCallbacksJS::OnPostStepCallback.";a.OnPostStepCallback(c,b)},52863:(a,c,b,f,g,k,u,L,oa)=>{a=d.getCache(d.WheeledVehicleControllerCallbacksJS)[a];if(!a.hasOwnProperty("OnTireMaxImpulseCallback"))throw"a JSImplementation must implement all functions, you forgot WheeledVehicleControllerCallbacksJS::OnTireMaxImpulseCallback.";a.OnTireMaxImpulseCallback(c,b,f,g,k,u,L,oa)},53194:a=>
{a=d.getCache(d.BroadPhaseLayerInterfaceJS)[a];if(!a.hasOwnProperty("GetNumBroadPhaseLayers"))throw"a JSImplementation must implement all functions, you forgot BroadPhaseLayerInterfaceJS::GetNumBroadPhaseLayers.";return a.GetNumBroadPhaseLayers()},53485:(a,c)=>{a=d.getCache(d.BroadPhaseLayerInterfaceJS)[a];if(!a.hasOwnProperty("GetBPLayer"))throw"a JSImplementation must implement all functions, you forgot BroadPhaseLayerInterfaceJS::GetBPLayer.";return a.GetBPLayer(c)},53742:()=>ra.length},Ma,Na,
Oa,Pa,Qa,Ra,Sa,Ta,Ua,Va,Wa,Xa,Ya,Za,$a,ab,bb,cb,db,eb,fb,gb,hb,ib,jb,kb,lb,mb,nb,ob,pb,qb,rb,sb,tb,ub,vb,wb,xb,yb,zb,Ab,Bb,Cb,Db,Eb,Fb,Gb,Hb,Ib,Jb,Kb,Lb,Mb,Nb,Ob,Pb,Qb,Rb,Sb,Tb,Ub,Wb,Xb,Yb,Zb,$b,ac,bc,cc,dc,ec,fc,gc,hc,ic,jc,kc,lc,mc,nc,oc,pc,qc,rc,sc,tc,uc,vc,wc,xc,yc,zc,Ac,Bc,Cc,Dc,Ec,Fc,Gc,Hc,Ic,Jc,Kc,Lc,Mc,Nc,Oc,Pc,Qc,Rc,Sc,Tc,Uc,Vc,Wc,Xc,Yc,Zc,$c,ad,bd,cd,dd,ed,fd,gd,hd,jd,kd,ld,md,nd,od,pd,qd,rd,sd,td,ud,vd,wd,xd,yd,zd,Ad,Bd,Cd,Dd,Ed,Fd,Gd,Hd,Id,Jd,Kd,Ld,Md,Nd,Od,Pd,Qd,Rd,Sd,Td,Ud,Vd,Wd,Xd,
Yd,Zd,$d,ae,be,ce,de,ee,fe,ge,he,ie,je,ke,le,me,ne,oe,pe,qe,re,se,te,ue,ve,we,xe,ye,ze,Ae,Be,Ce,De,Ee,Fe,Ge,He,Ie,Je,Ke,Le,Me,Ne,Oe,Pe,Qe,Re,Se,Te,Ue,Ve,We,Xe,Ye,Ze,$e,af,bf,cf,df,ef,ff,gf,hf,jf,kf,lf,mf,of,pf,qf,rf,sf,tf,uf,vf,wf,xf,yf,zf,Af,Bf,Cf,Df,Ef,Ff,Gf,Hf,If,Jf,Kf,Lf,Mf,Nf,Of,Pf,Qf,Rf,Sf,Tf,Uf,Vf,Wf,Xf,Yf,Zf,$f,ag,bg,cg,dg,eg,fg,gg,hg,ig,jg,kg,lg,ng,og,pg,qg,rg,sg,tg,ug,vg,wg,xg,yg,zg,Ag,Bg,Cg,Dg,Eg,Fg,Gg,Hg,Ig,Jg,Kg,Lg,Mg,Ng,Og,Pg,Qg,Rg,Sg,Tg,Ug,Vg,Wg,Xg,Yg,Zg,$g,ah,bh,ch,dh,eh,fh,gh,hh,
ih,jh,kh,lh,mh,nh,oh,ph,qh,rh,sh,th,uh,vh,wh,xh,yh,zh,Ah,Bh,Ch,Dh,Eh,Fh,Gh,Hh,Ih,Jh,Kh,Lh,Mh,Nh,Oh,Ph,Qh,Rh,Sh,Th,Uh,Vh,Wh,Xh,Yh,Zh,$h,ai,bi,ci,di,ei,fi,gi,hi,ii,ji,ki,li,mi,ni,oi,pi,qi,ri,si,ti,ui,vi,wi,xi,yi,zi,Ai,Bi,Ci,Di,Ei,Fi,Gi,Hi,Ii,Ji,Ki,Li,Mi,Ni,Oi,Pi,Qi,Ri,Si,Ti,Ui,Vi,Wi,Xi,Yi,Zi,$i,aj,bj,cj,dj,ej,fj,gj,hj,ij,jj,kj,lj,mj,nj,oj,pj,qj,rj,sj,tj,uj,vj,wj,xj,yj,zj,Aj,Bj,Cj,Dj,Ej,Fj,Gj,Hj,Ij,Jj,Kj,Lj,Mj,Nj,Oj,Pj,Qj,Rj,Sj,Tj,Uj,Vj,Wj,Xj,Yj,Zj,ak,bk,ck,dk,ek,fk,gk,hk,ik,jk,kk,lk,mk,nk,ok,pk,qk,
rk,sk,tk,uk,vk,wk,xk,yk,zk,Ak,Bk,Ck,Dk,Ek,Fk,Gk,Hk,Ik,Jk,Kk,Lk,Mk,Nk,Ok,Pk,Qk,Rk,Sk,Tk,Uk,Vk,Wk,Xk,Yk,Zk,$k,al,bl,cl,dl,el,fl,gl,hl,il,jl,kl,ll,ml,nl,ol,pl,ql,rl,sl,tl,ul,vl,wl,xl,yl,zl,Al,Bl,Cl,Dl,El,Fl,Gl,Hl,Il,Jl,Kl,Ll,Ml,Nl,Ol,Pl,Ql,Rl,Sl,Tl,Ul,Vl,Wl,Xl,Yl,Zl,$l,am,bm,cm,dm,em,fm,gm,hm,im,jm,km,lm,mm,nm,om,pm,qm,rm,sm,tm,um,wm,xm,ym,zm,Am,Bm,Cm,Dm,Em,Fm,Gm,Hm,Im,Jm,Km,Lm,Mm,Nm,Om,Pm,Qm,Rm,Sm,Tm,Um,Vm,Wm,Xm,Ym,Zm,$m,an,bn,cn,dn,en,fn,gn,hn,jn,kn,ln,mn,nn,on,pn,qn,rn,sn,tn,un,vn,wn,xn,yn,zn,An,
Bn,Cn,Dn,En,Fn,Gn,Hn,In,Jn,Kn,Ln,Mn,Nn,On,Pn,Qn,Rn,Sn,Tn,Un,Vn,Wn,Xn,Yn,Zn,$n,ao,bo,co,eo,fo,go,ho,io,jo,ko,lo,mo,no,oo,po,qo,ro,so,to,uo,vo,wo,xo,yo,zo,Ao,Bo,Co,Do,Eo,Fo,Go,Ho,Io,Jo,Ko,Lo,Mo,No,Oo,Po,Qo,Ro,So,To,Uo,Vo,Wo,Xo,Yo,Zo,$o,ap,bp,cp,dp,ep,fp,gp,hp,ip,jp,kp,lp,mp,np,op,pp,qp,rp,sp,tp,up,vp,wp,xp,yp,zp,Ap,Bp,Cp,Dp,Ep,Fp,Gp,Hp,Ip,Jp,Kp,Lp,Mp,Np,Op,Pp,Qp,Rp,Sp,Tp,Up,Vp,Wp,Xp,Yp,Zp,$p,aq,bq,cq,dq,eq,fq,gq,hq,iq,jq,kq,lq,mq,nq,oq,pq,qq,rq,sq,tq,uq,vq,wq,xq,yq,zq,Aq,Bq,Cq,Dq,Eq,Fq,Gq,Hq,Iq,Jq,
Kq,Lq,Mq,Nq,Oq,Pq,Qq,Rq,Sq,Tq,Uq,Vq,Wq,Xq,Yq,Zq,$q,ar,br,cr,dr,er,fr,gr,hr,ir,jr,kr,lr,mr,nr,or,pr,qr,rr,sr,tr,ur,vr,wr,xr,yr,zr,Ar,Br,Cr,Dr,Er,Fr,Gr,Hr,Ir,Jr,Kr,Lr,Mr,Nr,Or,Pr,Qr,Rr,Sr,Tr,Ur,Vr,Wr,Xr,Yr,Zr,$r,as,bs,cs,ds,es,gs,hs,is,js,ks,ls,ms,ns,ps,qs,rs,ss,ts,us,vs,xs,ys,zs,As,Bs,Cs,Ds,Es,Fs,Gs,Hs,Is,Js,Ks,Ls,Ms,Ns,Os,Ps,Qs,Rs,Ss,Ts,Us,Vs,Ws,Xs,Ys,Zs,$s,at,bt,ct,dt,et,ft,gt,ht,it,jt,kt,lt,mt,nt,ot,pt,qt,rt,st,tt,ut,vt,wt,xt,yt,zt,At,Bt,Ct,Dt,Et,Ft,Gt,Ht,It,Jt,Kt,Lt,Mt,Nt,Ot,Pt,Qt,Rt,St,Tt,Ut,
Vt,Wt,Xt,Yt,Zt,$t,au,bu,cu,du,eu,fu,gu,hu,iu,ju,ku,lu,mu,nu,ou,pu,qu,ru,su,tu,uu,vu,wu,xu,yu,zu,Au,Bu,Cu,Du,Eu,Fu,Gu,Hu,Iu,Ju,Ku,Lu,Mu,Nu,Ou,Pu,Qu,Ru,Su,Tu,Uu,Vu,Wu,Xu,Yu,Zu,$u,av,bv,cv,dv,ev,fv,gv,hv,iv,jv,kv,lv,mv,nv,ov,pv,qv,rv,sv,tv,uv,vv,wv,xv,yv,zv,Av,Bv,Cv,Dv,Ev,Fv,Gv,Hv,Iv,Jv,Kv,Lv,Mv,Nv,Ov,Pv,Qv,Rv,Sv,Tv,Uv,Vv,Wv,Xv,Yv,Zv,$v,aw,bw,cw,dw,ew,fw,gw,hw,iw,jw,kw,lw,mw,nw,ow,pw,qw,rw,sw,tw,uw,vw,ww,xw,yw,zw,Aw,Bw,Cw,Dw,Ew,Fw,Gw,Hw,Iw,Jw,Kw,Lw,Mw,Nw,Ow,Pw,Qw,Rw,Sw,Tw,Uw,Vw,Ww,Xw,Yw,Zw,$w,ax,bx,
cx,dx,ex,fx,gx,hx,ix,jx,kx,lx,mx,nx,ox,px,qx,rx,sx,tx,ux,vx,wx,xx,yx,zx,Ax,Bx,Cx,Dx,Ex,Fx,Gx,Hx,Ix,Jx,Kx,Lx,Mx,Nx,Ox,Px,Qx,Rx,Sx,Tx,Ux,Vx,Wx,Xx,Yx,Zx,$x,ay,by,cy,dy,ey,fy,gy,hy,iy,jy,ky,ly,my,ny,oy,py,qy,ry,sy,ty,uy,vy,wy,xy,yy,zy,Ay,By,Cy,Dy,Ey,Fy,Gy,Hy,Iy,Jy,Ky,Ly,My,Ny,Oy,Py,Qy,Ry,Sy,Ty,Uy,Vy,Wy,Xy,Yy,Zy,$y,az,bz,cz,dz,ez,fz,gz,hz,iz,jz,kz,lz,mz,nz,oz,pz,qz,rz,sz,tz,uz,vz,wz,xz,yz,zz,Az,Bz,Cz,Dz,Ez,Fz,Gz,Hz,Iz,Jz,Kz,Lz,Mz,Nz,Oz,Pz,Qz,Rz,Sz,Tz,Uz,Vz,Wz,Xz,Yz,Zz,$z,aA,bA,cA,dA,eA,fA,gA,hA,iA,jA,
kA,lA,mA,nA,oA,pA,qA,rA,sA,tA,uA,vA,wA,xA,yA,zA,AA,BA,CA,DA,EA,FA,GA,HA,IA,JA,KA,LA,MA,NA,OA,PA,QA,RA,SA,TA,UA,VA,WA,XA,YA,ZA,$A,aB,bB,cB,dB,eB,fB,gB,hB,iB,jB,kB,lB,mB,nB,oB,pB,qB,rB,sB,tB,uB,vB,wB,xB,yB,zB,AB,BB,CB,DB,EB,FB,GB,HB,IB,JB,KB,LB,MB,NB,OB,PB,QB,RB,SB,TB,UB,VB,WB,XB,YB,ZB,$B,aC,bC,cC,dC,eC,fC,gC,hC,iC,jC,kC,lC,mC,nC,oC,pC,qC,rC,sC,tC,uC,vC,wC,xC,yC,zC,AC,BC,CC,DC,EC,FC,GC,HC,IC,JC,KC,LC,MC,NC,OC,PC,QC,RC,SC,TC,UC,VC,WC,XC,YC,ZC,$C,aD,bD,cD,dD,eD,fD,gD,hD,iD,jD,kD,lD,mD,nD,oD,pD,qD,rD,
sD,tD,uD,vD,wD,xD,yD,zD,AD,BD,CD,DD,ED,FD,GD,HD,ID,JD,KD,LD,MD,ND,OD,PD,QD,RD,SD,TD,UD,VD,WD,XD,YD,ZD,$D,aE,bE,cE,dE,eE,fE,gE,hE,iE,jE,kE,lE,mE,nE,oE,pE,qE,rE,sE,tE,uE,vE,wE,xE,yE,zE,AE,BE,CE,DE,EE,FE,GE,HE,IE,JE,KE,LE,ME,NE,OE,PE,QE,RE,SE,TE,UE,VE,WE,XE,YE,ZE,$E,aF,bF,cF,dF,eF,fF,gF,hF,iF,jF,kF,lF,mF,nF,oF,pF,qF,rF,sF,tF,uF,vF,wF,xF,yF,zF,AF,BF,CF,DF,EF,FF,GF,HF,IF,JF,KF,LF,MF,NF,OF,PF,QF,RF,SF,TF,UF,VF,WF,XF,YF,ZF,$F,aG,bG,cG,dG,eG,fG,gG,hG,iG,jG,kG,lG,mG,nG,oG,pG,qG,rG,sG,tG,uG,vG,wG,xG,yG,zG,
AG,BG,CG,DG,EG,FG,GG,HG,IG,JG,KG,LG,MG,NG,OG,PG,QG,RG,SG,TG,UG,VG,WG,XG,YG,ZG,$G,aH,bH,cH,dH,eH,fH,gH,hH,iH,jH,kH,lH,mH,nH,oH,pH,qH,rH,sH,tH,uH,vH,wH,xH,yH,zH,AH,BH,CH,DH,EH,FH,GH,HH,IH,JH,KH,LH,MH,NH,OH,PH,QH,RH,SH,TH,UH,VH,WH,XH,YH,ZH,$H,aI,bI,cI,dI,eI,fI,gI,hI,iI,jI,kI,lI,mI,nI,oI,pI,qI,rI,sI,tI,uI,vI,wI,xI,yI,zI,AI,BI,CI,DI,EI,FI,GI,HI,II,JI,KI,LI,MI,NI,OI,PI,QI,RI,SI,TI,UI,VI,WI,XI,YI,ZI,$I,aJ,bJ,cJ,dJ,eJ,fJ,gJ,hJ,iJ,jJ,kJ,lJ,mJ,nJ,oJ,pJ,qJ,rJ,sJ,tJ,uJ,vJ,wJ,xJ,yJ,zJ,AJ,BJ,CJ,DJ,EJ,FJ,GJ,HJ,
IJ,JJ,KJ,LJ,MJ,NJ,OJ,PJ,QJ,RJ,SJ,TJ,UJ,VJ,WJ,XJ,YJ,ZJ,$J,aK,bK,cK,dK,eK,fK,gK,hK,iK,jK,kK,lK,mK,nK,oK,pK,qK,rK,sK,tK,uK,vK,wK,xK,yK,zK,AK,BK,CK,DK,EK,FK,GK,HK,IK,JK,KK,LK,MK,NK,OK,PK,QK,RK,SK,TK,UK,VK,WK,XK,YK,ZK,$K,aL,bL,cL,dL,eL,fL,gL,hL,iL,jL,kL,lL,mL,nL,oL,pL,qL,rL,sL,tL,uL,vL,wL,xL,yL,zL,AL,BL,CL,DL,EL,FL,GL,HL,IL,JL,KL,LL,ML,NL,OL,PL,QL,RL,SL,TL,UL,VL,WL,XL,YL,ZL,$L,aM,bM,cM,dM,eM,fM,gM,hM,iM,jM,kM,lM,mM,nM,oM,pM,qM,rM,sM,tM,uM,vM,wM,xM,yM,zM,AM,BM,CM,DM,EM,FM,GM,HM,IM,JM,KM,LM,MM,NM,OM,PM,
QM,RM,SM,TM,UM,VM,WM,XM,YM,ZM,$M,aN,bN,cN,dN,eN,fN,gN,hN,iN,jN,kN,lN,mN,nN,oN,pN,qN,rN,sN,tN,uN,vN,wN,xN,yN,zN,AN,BN,CN,DN,EN,FN,GN,HN,IN,JN,KN,LN,MN,NN,ON,PN,QN,RN,SN,TN,UN,VN,WN,XN,YN,ZN,$N,aO,bO,cO,dO,eO,fO,gO,hO,iO,jO,kO,lO,mO,nO,oO,pO,qO,rO,sO,tO,uO,vO,wO,xO,yO,zO,AO,BO,CO,DO,EO,FO,GO,HO,IO,JO,KO,LO,MO,NO,OO,PO,QO,RO,SO,TO,UO,VO,WO,XO,YO,ZO,$O,aP,bP,cP,dP,eP,fP,gP,hP,iP,jP,kP,lP,mP,nP,oP,pP,qP,rP,sP,tP,uP,vP,wP,xP,yP,zP,AP,BP,CP,DP,EP,FP,GP,HP,IP,JP,KP,LP,MP,NP,OP,PP,QP,RP,SP,TP,UP,VP,WP,XP,
YP,ZP,$P,aQ,bQ,cQ,dQ,eQ,fQ,gQ,hQ,iQ,jQ,kQ,lQ,mQ,nQ,oQ,pQ,qQ,rQ,sQ,tQ,uQ,vQ,wQ,xQ,yQ,zQ,AQ,BQ,CQ,DQ,EQ,FQ,GQ,HQ,IQ,JQ,KQ,LQ,MQ,NQ,OQ,PQ,QQ,RQ,SQ,TQ,UQ,VQ,WQ,XQ,YQ,ZQ,$Q,aR,bR,cR,dR,eR,fR,gR,hR,iR,jR,kR,lR,mR,nR,oR,pR,qR,rR,sR,tR,uR,vR,wR,xR,yR,zR,AR,BR,CR,DR,ER,FR,GR,HR,IR,JR,KR,LR,MR,NR,OR,PR,QR,RR,SR,TR,UR,VR,WR,YR,ZR,$R,aS,bS,cS,dS,eS,fS,gS,hS,iS,jS,kS,lS,mS,nS,oS,pS,qS,rS,sS,tS,uS,vS,wS,xS,yS,zS,AS,BS,CS,DS,ES,FS,GS,HS,IS,JS,KS,LS,MS,NS,OS,PS,QS,RS,SS,TS,US,VS,WS,XS,YS,ZS,$S,aT,bT,cT,dT,eT,fT,
gT,hT,iT,jT,kT,lT,mT,nT,oT,pT,qT,rT,sT,tT,uT,vT,wT,xT,yT,zT,AT,BT,CT,DT,ET,FT,GT,HT,IT,JT,KT,LT,MT,NT,OT,PT,QT,RT,ST,TT,UT,VT,WT,XT,YT,ZT,$T,aU,bU,cU,dU,eU,fU,gU,hU,iU,jU,kU,lU,mU,nU,oU,pU,qU,rU,sU,tU,uU,vU,wU,xU,yU,zU,AU,BU,CU,DU,EU,FU,GU,HU,IU,JU,KU,LU,MU,NU,OU,PU,QU,RU,SU,TU,UU,VU,WU,XU,YU,ZU,$U,aV,bV,cV,dV,eV,fV,gV,hV,iV,jV,kV,lV,mV,nV,oV,pV,qV,rV,sV,tV,uV,vV,wV,xV,yV,zV,AV,BV,CV,DV,EV,FV,GV,HV,IV,JV,KV,LV,MV,NV,OV,PV,QV,RV,SV,TV,UV,VV,WV,XV,YV,ZV,$V,aW,bW,cW,dW,eW,fW,gW,hW,iW,jW,kW,lW,mW,nW,
oW,pW,qW,rW,sW,tW,uW,vW,wW,xW,yW,zW,AW,BW,CW,DW,EW,FW,GW,HW,IW,JW,KW,LW,MW,NW,OW,PW,QW,RW,SW,TW,UW,VW,WW,XW,YW,ZW,$W,aX,bX,cX,dX,eX,fX,gX,hX,iX,jX,kX,lX,mX,nX,oX,pX,qX,rX,sX,tX,uX,vX,wX,xX,yX,zX,AX,BX,CX,DX,EX,FX,GX,HX,IX,JX,KX,LX,MX,NX,OX,PX,QX,RX,SX,TX,UX,VX,WX,XX,YX,ZX,$X,aY,bY,cY,dY,eY,fY,gY,hY,iY,jY,kY,lY,mY,nY,oY,pY,qY,rY,sY,tY,uY,vY,wY,xY,yY,zY,AY,BY,CY,DY,EY,FY,GY,HY,IY,JY,KY,LY,MY,NY,OY,PY,QY,RY,SY,TY,UY,VY,WY,XY,YY,ZY,$Y,aZ,bZ,cZ,dZ,eZ,fZ,gZ,hZ,iZ,jZ,kZ,lZ,mZ,nZ,oZ,pZ,qZ,rZ,sZ,tZ,uZ,vZ,
wZ,xZ,yZ,zZ,AZ,BZ,CZ,DZ,EZ,FZ,GZ,HZ,IZ,JZ,KZ,LZ,MZ,NZ,OZ,PZ,QZ,RZ,SZ,TZ,UZ,VZ,WZ,XZ,YZ,ZZ,$Z,a_,b_,c_,d_,e_,f_,g_,h_,i_,j_,k_,l_,m_,n_,o_,p_,q_,r_,s_,t_,u_,v_,w_,x_,y_,z_,A_,B_,C_,D_,E_,F_,G_,H_,I_,J_,K_,L_,M_,N_,O_,P_,Q_,R_,S_,T_,U_,V_,W_,X_,Y_,Z_,$_,a0,b0,c0,d0,e0,f0,g0,h0,i0,j0,k0,l0,m0,n0,o0,p0,q0,r0,s0,t0,u0,v0,w0,x0,y0,z0,A0,B0,C0,D0,E0,F0,G0,H0,I0,J0,K0,L0,M0,N0,O0,P0,Q0,R0,S0,T0,U0,V0,W0,X0,Y0,Z0,$0,a1,b1,c1,d1,e1,f1,g1,h1,i1,j1,k1,l1,m1,n1,o1,p1,q1,r1,s1,t1,u1,v1,w1,x1,y1,z1,A1,B1,C1,D1,
E1,F1,G1,H1,I1,J1,K1,L1,M1,N1,O1,P1,Q1,R1,S1,T1,U1,V1,W1,X1,Y1,Z1,$1,a2,b2,c2,d2,e2,f2,g2,h2,i2,j2,k2,l2,m2,n2,o2,p2,q2,r2,s2,t2,u2,v2,w2,x2,y2,z2,A2,B2,C2,D2,E2,F2,G2,H2,I2,J2,K2,L2,M2,N2,O2,P2,Q2,R2,S2,T2,U2,V2,W2,X2,Y2,Z2,$2,a3,b3,c3,d3,e3,f3,g3,h3,i3,j3,k3,l3,m3,n3,o3,p3,q3,r3,s3,t3,u3,v3,w3,x3,y3,z3,A3,B3,C3,D3,E3,F3,G3,H3,I3,J3,K3,L3,M3,N3,O3,P3,Q3,R3,S3,T3,U3,V3,W3,X3,Y3,Z3,$3,a4,b4,c4,d4,e4,f4,g4,h4,i4,j4,k4,l4,m4,n4,o4,p4,q4,r4,s4,t4,u4,v4,w4,x4,y4,z4,A4,B4,C4,D4,E4,F4,G4,H4,I4,J4,K4,L4,
M4,N4,O4,P4,Q4,R4,S4,T4,U4,V4,W4,X4,Y4,Z4,$4,a5,b5,c5,d5,e5,f5,g5,h5,i5,j5,k5,l5,m5,n5,o5,haa,iaa,jaa,kaa,laa,maa,naa,oaa,paa,qaa,raa,saa,taa,uaa,vaa,waa,xaa,yaa,zaa,Aaa,Baa,Caa,Daa,Eaa,Faa,Gaa,Haa,Iaa,Jaa,Kaa,Laa,Maa,Naa,Oaa,Paa,Qaa,Raa,Saa,Taa,Uaa,Vaa,Waa,Xaa,Yaa,Zaa,$aa,aba,bba,cba,dba,eba,fba,gba,hba,iba,jba,kba,lba,mba,nba,oba,pba,qba,rba,sba,tba,uba,vba,wba,xba,yba,zba,Aba,Bba,Cba,Dba,Eba,Fba,Gba,Hba,Iba,Jba,Kba,Lba,Mba,Nba,Oba,Pba,Qba,Rba,Sba,Tba,Uba,Vba,Wba,Xba,Yba,Zba,$ba,aca,bca,cca,dca,
eca,fca,gca,hca,ica,jca,kca,lca,mca,nca,oca,pca,qca,rca,sca,tca,uca,vca,wca,xca,yca,zca,Aca,Bca,Cca,Dca,Eca,Fca,Gca,Hca,Ica,Jca,Kca,Lca,Mca,Nca,Oca,Pca,Qca,Rca,Sca,Tca,Uca,Vca,Wca,Xca,Yca,Zca,$ca,ada,bda,cda,dda,eda,fda,gda,hda,ida,jda,kda,lda,mda,nda,oda,pda,qda,rda,sda,tda,uda,vda,wda,xda,yda,zda,Ada,Bda,Cda,Dda,Eda,Fda,Gda,Hda,Ida,Jda,Kda,Lda,Mda,Nda,Oda,Pda,Qda,Rda,Sda,Tda,Uda,Vda,Wda,Xda,Yda,Zda,$da,aea,bea,cea,dea,eea,fea,gea,hea,iea,jea,kea,lea,mea,nea,oea,pea,qea,rea,sea,tea,uea,vea,wea,xea,
yea,zea,Aea,Bea,Cea,Dea,Eea,Fea,Gea,Hea,Iea,Jea,Kea,Lea,Mea,Nea,Oea,Pea,Qea,Rea,Sea,Tea,Uea,Vea,Wea,Xea,Yea,Zea,$ea,afa,bfa,cfa,dfa,efa,ffa,gfa,hfa,ifa,jfa,kfa,lfa,mfa,nfa,ofa,pfa,qfa,rfa,sfa,tfa,ufa,vfa,wfa,xfa,yfa,zfa,Afa,Bfa,Cfa,Dfa,Efa,Ffa,Gfa,Hfa,Ifa,Jfa,Kfa,Lfa,Mfa,Nfa,Ofa,Pfa,Qfa,Rfa,Sfa,Tfa,Ufa,Vfa,Wfa,Xfa,Yfa,Zfa,$fa,aga,bga,cga,dga,ega,fga,gga,hga,iga,jga,kga,lga,mga,nga,oga,pga,qga,rga,sga,tga,uga,vga,wga,xga,yga,zga,Aga,Bga,Cga,Dga,Ega,Fga,Gga,Hga,Iga,Jga,Kga,Lga,Mga,Nga,Oga,Pga,Qga,Rga,
Sga,Tga,Uga,Vga,Wga,Xga,Yga,Zga,$ga,aha,bha,cha,dha,eha,fha,gha,hha,iha,jha,kha,lha,mha,nha,oha,pha,qha,rha,sha,tha,uha,vha,wha,xha,yha,zha,Aha,Bha,Cha,Dha,Eha,Fha,Gha,Hha,Iha,Jha,Kha,Lha,Mha,Nha,Oha,Pha,Qha,Rha,Sha,Tha,Uha,Vha,Wha,Xha,Yha,Zha,$ha,aia,bia,cia,dia,eia,fia,gia,hia,iia,jia,kia,lia,mia,nia,oia,pia,qia,ria,sia,tia,uia,via,wia,xia,yia,zia,Aia,Bia,Cia,Dia,Eia,Fia,Gia,Hia,Iia,Jia,Kia,Lia,Mia,Nia,Oia,Pia,Qia,Ria,Sia,Tia,Uia,Via,Wia,Xia,Yia,Zia,$ia,aja,bja,cja,dja,eja,fja,gja,hja,ija,jja,kja,
lja,mja,nja,oja,pja,qja,rja,sja,tja,uja,vja,wja,xja,yja,zja,Aja,Bja,Cja,Dja,Eja,Fja,Gja,Hja,Ija,Jja,Kja,Lja,Mja,Nja,Oja,Pja,Qja,Rja,Sja,Tja,Uja,Vja,Wja,Xja,Yja,Zja,$ja,aka,bka,cka,dka,eka,fka,gka,hka,ika,jka,kka,lka,mka,nka,oka,pka,qka,rka,ska,tka,uka,vka,wka,xka,yka,zka,Aka,Bka,Cka,Dka,Eka,Fka,Gka,Hka,Ika,Jka,Kka,Lka,Mka,Nka,Oka,Pka,Qka,Rka,Ska,Tka,Uka,Vka,Wka,Xka,Yka,Zka,$ka,ala,bla,cla,dla,ela,fla,gla,hla,ila,jla,kla,lla,mla,nla,ola,pla,qla,rla,sla,tla,ula,vla,wla,xla,yla,zla,Ala,Bla,Cla,Dla,Ela,
Fla,Gla,Hla,Ila,Jla,Kla,Lla,Mla,Nla,Ola,Pla,Qla,Rla,Sla,Tla,Ula,Vla,Wla,Xla,Yla,Zla,$la,ama,bma,cma,dma,ema,fma,gma,hma,ima,jma,kma,lma,mma,nma,oma,pma,qma,rma,sma,tma,uma,vma,wma,xma,yma,zma,Ama,Bma,Cma,Dma,Ema,Fma,Gma,Hma,Ima,Jma,Kma,Lma,Mma,Nma,Oma,Pma,Qma,Rma,Sma,Tma,Uma,Vma,Wma,Xma,Yma,Zma,$ma,ana,bna,cna,dna,ena,fna,gna,hna,ina,jna,kna,lna,mna,nna,ona,pna,qna,rna,sna,tna,una,vna,wna,xna,yna,zna,Ana,Bna,Cna,Dna,Ena,Fna,Gna,Hna,Ina,Jna,Kna,Lna,Mna,Nna,Ona,Pna,Qna,Rna,Sna,Tna,Una,Vna,Wna,Xna,Yna,
Zna,$na,aoa,boa,coa,doa,eoa,foa,goa,hoa,ioa,joa,koa,loa,moa,noa,ooa,poa,qoa,roa,soa,toa,uoa,voa,woa,xoa,yoa,zoa,Aoa,Boa,Coa,Doa,Eoa,Foa,Goa,Hoa,Ioa,Joa,Koa,Loa,Moa,Noa,Ooa,Poa,Qoa,Roa,Soa,Toa,Uoa,Voa,Woa,Xoa,Yoa,Zoa,$oa,apa,bpa,cpa,dpa,epa,fpa,gpa,hpa,ipa,jpa,kpa,lpa,mpa,npa,opa,ppa,qpa,rpa,spa,tpa,upa,vpa,wpa,xpa,ypa,zpa,Apa,Bpa,Cpa,Dpa,Epa,Fpa,Gpa,Hpa,Ipa,Jpa,Kpa,Lpa,Mpa,Npa,Opa,Ppa,Qpa,Rpa,Spa,Tpa,Upa,Vpa,Wpa,Xpa,Ypa,Zpa,$pa,aqa,bqa,cqa,dqa,eqa,fqa,gqa,hqa,iqa,jqa,kqa,lqa,mqa,nqa,oqa,pqa,qqa,rqa,
sqa,tqa,uqa,vqa,wqa,xqa,yqa,zqa,Aqa,Bqa,Cqa,Dqa,Eqa,Fqa,Gqa,Hqa,Iqa,Jqa,Kqa,Lqa,Mqa,Nqa,Oqa,Pqa,Qqa,Rqa,Sqa,Tqa,Uqa,Vqa,Wqa,Xqa,Yqa,Zqa,$qa,ara,bra,cra,dra,era,fra,gra,hra,ira,jra,kra,lra,mra,nra,ora,pra,qra,rra,sra,tra,ura,vra,wra,xra,yra,zra,Ara,Bra,Cra,Dra,Era,Fra,Gra,Hra,Ira,Jra,Kra,Lra,Mra,Nra,Ora,Pra,Qra,Rra,Sra,Tra,Ura,Vra,Wra,Xra,Yra,Zra,$ra,asa,bsa,csa,dsa,esa,fsa,gsa,hsa,isa,jsa,ksa,lsa,msa,nsa,osa,psa,qsa,rsa,ssa,tsa,usa,vsa,wsa,xsa,ysa,zsa,Asa,Bsa,Csa,Dsa,Esa,Fsa,Gsa,Hsa,Isa,Jsa,Ksa,Lsa,
Msa,Nsa,Osa,Psa,Qsa,Rsa,Ssa,Tsa,Usa,Vsa,Wsa,Xsa,Ysa,Zsa,$sa,ata,bta,cta,dta,eta,fta,gta,hta,ita,jta,kta,lta,mta,nta,ota,pta,qta,rta,sta,tta,uta,vta,wta,xta,yta,zta,Ata,Bta,Cta,Dta,Eta,Fta,Gta,Hta,Ita,Jta,Kta,Lta,Mta,Nta,Ota,Pta,Qta,Rta,Sta,Tta,Uta,Vta,Wta,Xta,Yta,Zta,$ta,aua,bua,cua,dua,eua,fua,gua,hua,iua,jua,kua,lua,mua,nua,oua,pua,qua,rua,sua,tua,uua,vua,wua,xua,yua,zua,Aua,Bua,Cua,Dua,Eua,Fua,Gua,Hua,Iua,Jua,Kua,Lua,Mua,Nua,Oua,Pua,Qua,Rua,Sua,Tua,Uua,Vua,Wua,Xua,Yua,Zua,$ua,ava,bva,cva,dva,eva,
fva,gva,hva,iva,jva,kva,lva,mva,nva,ova,pva,qva,rva,sva,tva,uva,vva,wva,xva,yva,zva,Ava,Bva,Cva,Dva,Eva,Fva,Gva,Hva,Iva,Jva,Kva,Lva,Mva,Nva,Ova,Pva,Qva,Rva,Sva,Tva,Uva,Vva,Wva,Xva,Yva,Zva,$va,awa,bwa,cwa,dwa,ewa,fwa,gwa,hwa,iwa,jwa,kwa,lwa,mwa,nwa,owa,pwa,qwa,rwa,swa,twa,uwa,vwa,wwa,xwa,ywa,zwa,Awa,Bwa,Cwa,Dwa,Ewa,Fwa,Gwa,Hwa,Iwa,Jwa,Kwa,Lwa,Mwa,Nwa,Owa,Pwa,Qwa,Rwa,Swa,Twa,Uwa,Vwa,Wwa,Xwa,Ywa,Zwa,$wa,axa,bxa,cxa,dxa,exa,fxa,gxa,hxa,ixa,jxa,kxa,lxa,mxa,nxa,oxa,pxa,qxa,rxa,sxa,txa,uxa,vxa,wxa,xxa,yxa,
zxa,Axa,Bxa,Cxa,Dxa,Exa,Fxa,Gxa,Hxa,Ixa,Jxa,Kxa,Lxa,Mxa,Nxa,Oxa,Pxa,Qxa,Rxa,Sxa,Txa,Uxa,Vxa,Wxa,Xxa,Yxa,Zxa,$xa,aya,bya,cya,dya,eya,fya,gya,hya,iya,jya,kya,lya,mya,nya,oya,pya,qya,rya,sya,tya,uya,vya,wya,xya,yya,zya,Aya,Bya,Cya,Dya,Eya,Fya,Gya,Hya,Iya,Jya,Kya,Lya,Mya,Nya,Oya,Pya,Qya,Rya,Sya,Tya,Uya,Vya,Wya,Xya,Yya,Zya,$ya,aza,bza,cza,dza,eza,fza,gza,hza,iza,jza,kza,lza,mza,nza,oza,pza,qza,rza,sza,tza,uza,vza,wza,xza,yza,zza,Aza,Bza,Cza,Dza,Eza,Fza,Gza,Hza,Iza,Jza,Kza,Lza,Mza,Nza,Oza,Pza,Qza,Rza,Sza,
Tza,Uza,Vza,Wza,Xza,Yza,Zza,$za,aAa,bAa,cAa,dAa,eAa,fAa,gAa,hAa,iAa,jAa,kAa,lAa,mAa,nAa,oAa,pAa,qAa,rAa,sAa,tAa,uAa,vAa,wAa,xAa,yAa,zAa,AAa,BAa,CAa,DAa,EAa,FAa,GAa,HAa,IAa,JAa,KAa,LAa,MAa,NAa,OAa,PAa,QAa,RAa,SAa,TAa,UAa,VAa,WAa,XAa,YAa,ZAa,$Aa,aBa,bBa,cBa,dBa,eBa,fBa,gBa,hBa,iBa,jBa,kBa,lBa,mBa,nBa,oBa,pBa,qBa,rBa,sBa,tBa,uBa,vBa,wBa,xBa,yBa,zBa,ABa,BBa,CBa,DBa,EBa,FBa,GBa,HBa,IBa,JBa,KBa,LBa,MBa,NBa,OBa,PBa,QBa,RBa,SBa,TBa,UBa,VBa,WBa,XBa,YBa,ZBa,$Ba,aCa,bCa,cCa,dCa,eCa,fCa,gCa,hCa,iCa,jCa,kCa,lCa,
mCa,nCa,oCa,pCa,qCa,rCa,sCa,tCa,uCa,vCa,wCa,xCa,yCa,zCa,ACa,BCa,CCa,DCa,ECa,FCa,GCa,HCa,ICa,JCa,KCa,LCa,MCa,NCa,OCa,PCa,QCa,RCa,SCa,TCa,UCa,VCa,WCa,XCa,YCa,ZCa,$Ca,aDa,bDa,cDa,dDa,eDa,fDa,gDa,hDa,iDa,jDa,kDa,lDa,mDa,nDa,oDa,pDa,qDa,rDa,sDa,tDa,uDa,vDa,wDa,xDa,yDa,zDa,ADa,BDa,CDa,DDa,EDa,FDa,GDa,HDa,IDa,JDa,KDa,LDa,MDa,NDa,ODa,PDa,QDa,RDa,SDa,TDa,UDa,VDa,WDa,XDa,YDa,ZDa,$Da,aEa,bEa,cEa,dEa,eEa,fEa,gEa,hEa,iEa,jEa,kEa,lEa,mEa,nEa,oEa,pEa,qEa,rEa,sEa,tEa,uEa,vEa,wEa,xEa,yEa,zEa,AEa,BEa,CEa,DEa,EEa,FEa,
GEa,HEa,IEa,JEa,KEa,LEa,MEa,NEa,OEa,PEa,QEa,REa,SEa,TEa,UEa,VEa,WEa,XEa,YEa,ZEa,$Ea,aFa,bFa,cFa,dFa,eFa,fFa,gFa,hFa,iFa,jFa,kFa,lFa,mFa,nFa,oFa,pFa,qFa,rFa,sFa,tFa,uFa,vFa,wFa,xFa,yFa,zFa,AFa,BFa,CFa,DFa,EFa,FFa,GFa,HFa,IFa,JFa,KFa,LFa,MFa,NFa,OFa,PFa,QFa,RFa,SFa,TFa,UFa,VFa,WFa,XFa,YFa,ZFa,$Fa,aGa,bGa,cGa,dGa,eGa,fGa,gGa,hGa,iGa,jGa,kGa,lGa,mGa,nGa,oGa,pGa,qGa,rGa,sGa,tGa,uGa,vGa,wGa,xGa,yGa,zGa,AGa,BGa,CGa,DGa,EGa,FGa,GGa,HGa,IGa,JGa,KGa,LGa,MGa,NGa,OGa,PGa,QGa,RGa,SGa,TGa,UGa,VGa,WGa,XGa,YGa,ZGa,
$Ga,aHa,bHa,cHa,dHa,eHa,fHa,gHa,hHa,iHa,jHa,kHa,lHa,mHa,nHa,oHa,pHa,qHa,rHa,sHa,tHa,uHa,vHa,wHa,xHa,yHa,zHa,AHa,BHa,CHa,DHa,EHa,FHa,GHa,HHa,IHa,JHa,KHa,LHa,MHa,NHa,OHa,PHa,QHa,RHa,SHa,THa,UHa,VHa,WHa,XHa,YHa,ZHa,$Ha,aIa,bIa,cIa,dIa,eIa,fIa,gIa,hIa,iIa,jIa,kIa,lIa,mIa,nIa,oIa,pIa,qIa,rIa,sIa,tIa,uIa,vIa,wIa,xIa,yIa,zIa,AIa,BIa,CIa,DIa,EIa,FIa,GIa,HIa,IIa,JIa,KIa,LIa,MIa,NIa,OIa,PIa,QIa,RIa,SIa,TIa,UIa,VIa,WIa,XIa,YIa,ZIa,$Ia,aJa,bJa,cJa,dJa,eJa,fJa,gJa,hJa,iJa,jJa,kJa,lJa,mJa,nJa,oJa,pJa,qJa,rJa,sJa,
tJa,uJa,vJa,wJa,xJa,yJa,zJa,AJa,BJa,CJa,DJa,EJa,FJa,GJa,HJa,IJa,JJa,KJa,LJa,MJa,NJa,OJa,PJa,QJa,RJa,SJa,TJa,UJa,VJa,WJa,XJa,YJa,ZJa,$Ja,aKa,bKa,cKa,dKa,eKa,fKa,gKa,hKa,iKa,jKa,kKa,lKa,mKa,nKa,oKa,pKa,qKa,rKa,sKa,tKa,uKa,vKa,wKa,xKa,yKa,zKa,AKa,BKa,CKa,DKa,EKa,FKa,GKa,HKa,IKa,JKa,KKa,LKa,MKa,NKa,OKa,PKa,QKa,RKa,SKa,TKa,UKa,VKa,WKa,XKa,YKa,ZKa,$Ka,aLa,bLa,cLa,dLa,eLa,fLa,gLa,hLa,iLa,jLa,kLa,lLa,mLa,nLa,oLa,pLa,qLa,rLa,sLa,tLa,uLa,vLa,wLa,xLa,yLa,zLa,ALa,BLa,CLa,DLa,ELa,FLa,GLa,HLa,ILa,JLa,KLa,LLa,MLa,
NLa,OLa,PLa,QLa,RLa,SLa,TLa,ULa,VLa,WLa,XLa,YLa,ZLa,$La,aMa,bMa,cMa,dMa,eMa,fMa,gMa,hMa,iMa,jMa,kMa,lMa,mMa,nMa,oMa,pMa,qMa,rMa,sMa,tMa,uMa={i:()=>xa(""),l:(a,c,b,f)=>{var g=(new Date).getFullYear(),k=(new Date(g,0,1)).getTimezoneOffset();g=(new Date(g,6,1)).getTimezoneOffset();ua[a>>2]=60*Math.max(k,g);ta[c>>2]=Number(k!=g);c=u=>{var L=Math.abs(u);return`UTC${0<=u?"-":"+"}${String(Math.floor(L/60)).padStart(2,"0")}${String(L%60).padStart(2,"0")}`};a=c(k);c=c(g);g<k?(Ca(a,sa,b,17),Ca(c,sa,f,17)):
(Ca(a,sa,f,17),Ca(c,sa,b,17))},c:(a,c,b)=>Ea(a,c,b),a:(a,c,b)=>Ea(a,c,b),n:(a,c,b)=>Ea(a,c,b),k:()=>sa.length,b:()=>performance.now(),h:()=>{xa("OOM")},m:(a,c)=>{var b=0,f=0,g;for(g of Ha()){var k=c+b;ua[a+f>>2]=k;b+=Ca(g,sa,k,Infinity)+1;f+=4}return 0},e:(a,c)=>{var b=Ha();ua[a>>2]=b.length;a=0;for(var f of b)a+=Ia(f)+1;ua[c>>2]=a;return 0},f:()=>52,g:()=>52,j:function(){return 70},d:(a,c,b,f)=>{for(var g=0,k=0;k<b;k++){var u=ua[c>>2],L=ua[c+4>>2];c+=8;for(var oa=0;oa<L;oa++){var Vb=a,nf=sa[u+oa],
mg=gaa[Vb];0===nf||10===nf?((1===Vb?ja:ka)(Ka(mg)),mg.length=0):mg.push(nf)}g+=L}ua[f>>2]=g;return 0}},p5;
p5=await (async function(){function a(b){p5=b.exports;qa=p5.o;b=qa.buffer;d.HEAP8=ra=new Int8Array(b);d.HEAP16=new Int16Array(b);d.HEAPU8=sa=new Uint8Array(b);d.HEAPU16=new Uint16Array(b);d.HEAP32=ta=new Int32Array(b);d.HEAPU32=ua=new Uint32Array(b);d.HEAPF32=new Float32Array(b);d.HEAPF64=va=new Float64Array(b);b=p5;d._webidl_free=b.q;d._webidl_malloc=b.r;d._emscripten_bind_ShapeSettings_GetRefCount_0=Ma=b.s;d._emscripten_bind_ShapeSettings_AddRef_0=Na=b.t;d._emscripten_bind_ShapeSettings_Release_0=
Oa=b.u;d._emscripten_bind_ShapeSettings_Create_0=Pa=b.v;d._emscripten_bind_ShapeSettings_ClearCachedResult_0=Qa=b.w;d._emscripten_bind_ShapeSettings_get_mUserData_0=Ra=b.x;d._emscripten_bind_ShapeSettings_set_mUserData_1=Sa=b.y;d._emscripten_bind_ShapeSettings___destroy___0=Ta=b.z;d._emscripten_bind_Shape_GetRefCount_0=Ua=b.A;d._emscripten_bind_Shape_AddRef_0=Va=b.B;d._emscripten_bind_Shape_Release_0=Wa=b.C;d._emscripten_bind_Shape_GetType_0=Xa=b.D;d._emscripten_bind_Shape_GetSubType_0=Ya=b.E;d._emscripten_bind_Shape_MustBeStatic_0=
Za=b.F;d._emscripten_bind_Shape_GetLocalBounds_0=$a=b.G;d._emscripten_bind_Shape_GetWorldSpaceBounds_2=ab=b.H;d._emscripten_bind_Shape_GetCenterOfMass_0=bb=b.I;d._emscripten_bind_Shape_GetUserData_0=cb=b.J;d._emscripten_bind_Shape_SetUserData_1=db=b.K;d._emscripten_bind_Shape_GetSubShapeIDBitsRecursive_0=eb=b.L;d._emscripten_bind_Shape_GetInnerRadius_0=fb=b.M;d._emscripten_bind_Shape_GetMassProperties_0=gb=b.N;d._emscripten_bind_Shape_GetLeafShape_2=hb=b.O;d._emscripten_bind_Shape_GetMaterial_1=ib=
b.P;d._emscripten_bind_Shape_GetSurfaceNormal_2=jb=b.Q;d._emscripten_bind_Shape_GetSubShapeUserData_1=kb=b.R;d._emscripten_bind_Shape_GetSubShapeTransformedShape_5=lb=b.S;d._emscripten_bind_Shape_GetVolume_0=mb=b.T;d._emscripten_bind_Shape_IsValidScale_1=nb=b.U;d._emscripten_bind_Shape_MakeScaleValid_1=ob=b.V;d._emscripten_bind_Shape_ScaleShape_1=pb=b.W;d._emscripten_bind_Shape___destroy___0=qb=b.X;d._emscripten_bind_ConstraintSettings_GetRefCount_0=rb=b.Y;d._emscripten_bind_ConstraintSettings_AddRef_0=
sb=b.Z;d._emscripten_bind_ConstraintSettings_Release_0=tb=b._;d._emscripten_bind_ConstraintSettings_get_mEnabled_0=ub=b.$;d._emscripten_bind_ConstraintSettings_set_mEnabled_1=vb=b.aa;d._emscripten_bind_ConstraintSettings_get_mNumVelocityStepsOverride_0=wb=b.ba;d._emscripten_bind_ConstraintSettings_set_mNumVelocityStepsOverride_1=xb=b.ca;d._emscripten_bind_ConstraintSettings_get_mNumPositionStepsOverride_0=yb=b.da;d._emscripten_bind_ConstraintSettings_set_mNumPositionStepsOverride_1=zb=b.ea;d._emscripten_bind_ConstraintSettings___destroy___0=
Ab=b.fa;d._emscripten_bind_Constraint_GetRefCount_0=Bb=b.ga;d._emscripten_bind_Constraint_AddRef_0=Cb=b.ha;d._emscripten_bind_Constraint_Release_0=Db=b.ia;d._emscripten_bind_Constraint_GetType_0=Eb=b.ja;d._emscripten_bind_Constraint_GetSubType_0=Fb=b.ka;d._emscripten_bind_Constraint_GetConstraintPriority_0=Gb=b.la;d._emscripten_bind_Constraint_SetConstraintPriority_1=Hb=b.ma;d._emscripten_bind_Constraint_SetNumVelocityStepsOverride_1=Ib=b.na;d._emscripten_bind_Constraint_GetNumVelocityStepsOverride_0=
Jb=b.oa;d._emscripten_bind_Constraint_SetNumPositionStepsOverride_1=Kb=b.pa;d._emscripten_bind_Constraint_GetNumPositionStepsOverride_0=Lb=b.qa;d._emscripten_bind_Constraint_SetEnabled_1=Mb=b.ra;d._emscripten_bind_Constraint_GetEnabled_0=Nb=b.sa;d._emscripten_bind_Constraint_IsActive_0=Ob=b.ta;d._emscripten_bind_Constraint_GetUserData_0=Pb=b.ua;d._emscripten_bind_Constraint_SetUserData_1=Qb=b.va;d._emscripten_bind_Constraint_ResetWarmStart_0=Rb=b.wa;d._emscripten_bind_Constraint_SaveState_1=Sb=b.xa;
d._emscripten_bind_Constraint_RestoreState_1=Tb=b.ya;d._emscripten_bind_Constraint___destroy___0=Ub=b.za;d._emscripten_bind_PathConstraintPath_IsLooping_0=Wb=b.Aa;d._emscripten_bind_PathConstraintPath_SetIsLooping_1=Xb=b.Ba;d._emscripten_bind_PathConstraintPath_GetRefCount_0=Yb=b.Ca;d._emscripten_bind_PathConstraintPath_AddRef_0=Zb=b.Da;d._emscripten_bind_PathConstraintPath_Release_0=$b=b.Ea;d._emscripten_bind_PathConstraintPath___destroy___0=ac=b.Fa;d._emscripten_bind_StateRecorder_SetValidating_1=
bc=b.Ga;d._emscripten_bind_StateRecorder_IsValidating_0=cc=b.Ha;d._emscripten_bind_StateRecorder_SetIsLastPart_1=dc=b.Ia;d._emscripten_bind_StateRecorder_IsLastPart_0=ec=b.Ja;d._emscripten_bind_StateRecorder___destroy___0=fc=b.Ka;d._emscripten_bind_ContactListener___destroy___0=gc=b.La;d._emscripten_bind_SoftBodyContactListener___destroy___0=hc=b.Ma;d._emscripten_bind_BodyActivationListener___destroy___0=ic=b.Na;d._emscripten_bind_CharacterContactListener___destroy___0=jc=b.Oa;d._emscripten_bind_ObjectVsBroadPhaseLayerFilter_ObjectVsBroadPhaseLayerFilter_0=
kc=b.Pa;d._emscripten_bind_ObjectVsBroadPhaseLayerFilter___destroy___0=lc=b.Qa;d._emscripten_bind_VehicleControllerSettings___destroy___0=mc=b.Ra;d._emscripten_bind_VehicleController_GetConstraint_0=nc=b.Sa;d._emscripten_bind_VehicleController___destroy___0=oc=b.Ta;d._emscripten_bind_BroadPhaseLayerInterface_GetNumBroadPhaseLayers_0=pc=b.Ua;d._emscripten_bind_BroadPhaseLayerInterface___destroy___0=qc=b.Va;d._emscripten_bind_BroadPhaseCastResult_BroadPhaseCastResult_0=rc=b.Wa;d._emscripten_bind_BroadPhaseCastResult_Reset_0=
sc=b.Xa;d._emscripten_bind_BroadPhaseCastResult_get_mBodyID_0=tc=b.Ya;d._emscripten_bind_BroadPhaseCastResult_set_mBodyID_1=uc=b.Za;d._emscripten_bind_BroadPhaseCastResult_get_mFraction_0=vc=b._a;d._emscripten_bind_BroadPhaseCastResult_set_mFraction_1=wc=b.$a;d._emscripten_bind_BroadPhaseCastResult___destroy___0=xc=b.ab;d._emscripten_bind_ConvexShapeSettings_GetRefCount_0=yc=b.bb;d._emscripten_bind_ConvexShapeSettings_AddRef_0=zc=b.cb;d._emscripten_bind_ConvexShapeSettings_Release_0=Ac=b.db;d._emscripten_bind_ConvexShapeSettings_Create_0=
Bc=b.eb;d._emscripten_bind_ConvexShapeSettings_ClearCachedResult_0=Cc=b.fb;d._emscripten_bind_ConvexShapeSettings_get_mMaterial_0=Dc=b.gb;d._emscripten_bind_ConvexShapeSettings_set_mMaterial_1=Ec=b.hb;d._emscripten_bind_ConvexShapeSettings_get_mDensity_0=Fc=b.ib;d._emscripten_bind_ConvexShapeSettings_set_mDensity_1=Gc=b.jb;d._emscripten_bind_ConvexShapeSettings_get_mUserData_0=Hc=b.kb;d._emscripten_bind_ConvexShapeSettings_set_mUserData_1=Ic=b.lb;d._emscripten_bind_ConvexShapeSettings___destroy___0=
Jc=b.mb;d._emscripten_bind_ConvexShape_SetMaterial_1=Kc=b.nb;d._emscripten_bind_ConvexShape_GetDensity_0=Lc=b.ob;d._emscripten_bind_ConvexShape_SetDensity_1=Mc=b.pb;d._emscripten_bind_ConvexShape_GetRefCount_0=Nc=b.qb;d._emscripten_bind_ConvexShape_AddRef_0=Oc=b.rb;d._emscripten_bind_ConvexShape_Release_0=Pc=b.sb;d._emscripten_bind_ConvexShape_GetType_0=Qc=b.tb;d._emscripten_bind_ConvexShape_GetSubType_0=Rc=b.ub;d._emscripten_bind_ConvexShape_MustBeStatic_0=Sc=b.vb;d._emscripten_bind_ConvexShape_GetLocalBounds_0=
Tc=b.wb;d._emscripten_bind_ConvexShape_GetWorldSpaceBounds_2=Uc=b.xb;d._emscripten_bind_ConvexShape_GetCenterOfMass_0=Vc=b.yb;d._emscripten_bind_ConvexShape_GetUserData_0=Wc=b.zb;d._emscripten_bind_ConvexShape_SetUserData_1=Xc=b.Ab;d._emscripten_bind_ConvexShape_GetSubShapeIDBitsRecursive_0=Yc=b.Bb;d._emscripten_bind_ConvexShape_GetInnerRadius_0=Zc=b.Cb;d._emscripten_bind_ConvexShape_GetMassProperties_0=$c=b.Db;d._emscripten_bind_ConvexShape_GetLeafShape_2=ad=b.Eb;d._emscripten_bind_ConvexShape_GetMaterial_1=
bd=b.Fb;d._emscripten_bind_ConvexShape_GetSurfaceNormal_2=cd=b.Gb;d._emscripten_bind_ConvexShape_GetSubShapeUserData_1=dd=b.Hb;d._emscripten_bind_ConvexShape_GetSubShapeTransformedShape_5=ed=b.Ib;d._emscripten_bind_ConvexShape_GetVolume_0=fd=b.Jb;d._emscripten_bind_ConvexShape_IsValidScale_1=gd=b.Kb;d._emscripten_bind_ConvexShape_MakeScaleValid_1=hd=b.Lb;d._emscripten_bind_ConvexShape_ScaleShape_1=jd=b.Mb;d._emscripten_bind_ConvexShape___destroy___0=kd=b.Nb;d._emscripten_bind_CompoundShapeSettings_AddShape_4=
ld=b.Ob;d._emscripten_bind_CompoundShapeSettings_AddShapeShapeSettings_4=md=b.Pb;d._emscripten_bind_CompoundShapeSettings_AddShapeShape_4=nd=b.Qb;d._emscripten_bind_CompoundShapeSettings_GetRefCount_0=od=b.Rb;d._emscripten_bind_CompoundShapeSettings_AddRef_0=pd=b.Sb;d._emscripten_bind_CompoundShapeSettings_Release_0=qd=b.Tb;d._emscripten_bind_CompoundShapeSettings_Create_0=rd=b.Ub;d._emscripten_bind_CompoundShapeSettings_ClearCachedResult_0=sd=b.Vb;d._emscripten_bind_CompoundShapeSettings_get_mUserData_0=
td=b.Wb;d._emscripten_bind_CompoundShapeSettings_set_mUserData_1=ud=b.Xb;d._emscripten_bind_CompoundShapeSettings___destroy___0=vd=b.Yb;d._emscripten_bind_CompoundShape_GetNumSubShapes_0=wd=b.Zb;d._emscripten_bind_CompoundShape_GetSubShape_1=xd=b._b;d._emscripten_bind_CompoundShape_GetRefCount_0=yd=b.$b;d._emscripten_bind_CompoundShape_AddRef_0=zd=b.ac;d._emscripten_bind_CompoundShape_Release_0=Ad=b.bc;d._emscripten_bind_CompoundShape_GetType_0=Bd=b.cc;d._emscripten_bind_CompoundShape_GetSubType_0=
Cd=b.dc;d._emscripten_bind_CompoundShape_MustBeStatic_0=Dd=b.ec;d._emscripten_bind_CompoundShape_GetLocalBounds_0=Ed=b.fc;d._emscripten_bind_CompoundShape_GetWorldSpaceBounds_2=Fd=b.gc;d._emscripten_bind_CompoundShape_GetCenterOfMass_0=Gd=b.hc;d._emscripten_bind_CompoundShape_GetUserData_0=Hd=b.ic;d._emscripten_bind_CompoundShape_SetUserData_1=Id=b.jc;d._emscripten_bind_CompoundShape_GetSubShapeIDBitsRecursive_0=Jd=b.kc;d._emscripten_bind_CompoundShape_GetInnerRadius_0=Kd=b.lc;d._emscripten_bind_CompoundShape_GetMassProperties_0=
Ld=b.mc;d._emscripten_bind_CompoundShape_GetLeafShape_2=Md=b.nc;d._emscripten_bind_CompoundShape_GetMaterial_1=Nd=b.oc;d._emscripten_bind_CompoundShape_GetSurfaceNormal_2=Od=b.pc;d._emscripten_bind_CompoundShape_GetSubShapeUserData_1=Pd=b.qc;d._emscripten_bind_CompoundShape_GetSubShapeTransformedShape_5=Qd=b.rc;d._emscripten_bind_CompoundShape_GetVolume_0=Rd=b.sc;d._emscripten_bind_CompoundShape_IsValidScale_1=Sd=b.tc;d._emscripten_bind_CompoundShape_MakeScaleValid_1=Td=b.uc;d._emscripten_bind_CompoundShape_ScaleShape_1=
Ud=b.vc;d._emscripten_bind_CompoundShape___destroy___0=Vd=b.wc;d._emscripten_bind_DecoratedShapeSettings_GetRefCount_0=Wd=b.xc;d._emscripten_bind_DecoratedShapeSettings_AddRef_0=Xd=b.yc;d._emscripten_bind_DecoratedShapeSettings_Release_0=Yd=b.zc;d._emscripten_bind_DecoratedShapeSettings_Create_0=Zd=b.Ac;d._emscripten_bind_DecoratedShapeSettings_ClearCachedResult_0=$d=b.Bc;d._emscripten_bind_DecoratedShapeSettings_get_mUserData_0=ae=b.Cc;d._emscripten_bind_DecoratedShapeSettings_set_mUserData_1=be=
b.Dc;d._emscripten_bind_DecoratedShapeSettings___destroy___0=ce=b.Ec;d._emscripten_bind_DecoratedShape_GetInnerShape_0=de=b.Fc;d._emscripten_bind_DecoratedShape_GetRefCount_0=ee=b.Gc;d._emscripten_bind_DecoratedShape_AddRef_0=fe=b.Hc;d._emscripten_bind_DecoratedShape_Release_0=ge=b.Ic;d._emscripten_bind_DecoratedShape_GetType_0=he=b.Jc;d._emscripten_bind_DecoratedShape_GetSubType_0=ie=b.Kc;d._emscripten_bind_DecoratedShape_MustBeStatic_0=je=b.Lc;d._emscripten_bind_DecoratedShape_GetLocalBounds_0=
ke=b.Mc;d._emscripten_bind_DecoratedShape_GetWorldSpaceBounds_2=le=b.Nc;d._emscripten_bind_DecoratedShape_GetCenterOfMass_0=me=b.Oc;d._emscripten_bind_DecoratedShape_GetUserData_0=ne=b.Pc;d._emscripten_bind_DecoratedShape_SetUserData_1=oe=b.Qc;d._emscripten_bind_DecoratedShape_GetSubShapeIDBitsRecursive_0=pe=b.Rc;d._emscripten_bind_DecoratedShape_GetInnerRadius_0=qe=b.Sc;d._emscripten_bind_DecoratedShape_GetMassProperties_0=re=b.Tc;d._emscripten_bind_DecoratedShape_GetLeafShape_2=se=b.Uc;d._emscripten_bind_DecoratedShape_GetMaterial_1=
te=b.Vc;d._emscripten_bind_DecoratedShape_GetSurfaceNormal_2=ue=b.Wc;d._emscripten_bind_DecoratedShape_GetSubShapeUserData_1=ve=b.Xc;d._emscripten_bind_DecoratedShape_GetSubShapeTransformedShape_5=we=b.Yc;d._emscripten_bind_DecoratedShape_GetVolume_0=xe=b.Zc;d._emscripten_bind_DecoratedShape_IsValidScale_1=ye=b._c;d._emscripten_bind_DecoratedShape_MakeScaleValid_1=ze=b.$c;d._emscripten_bind_DecoratedShape_ScaleShape_1=Ae=b.ad;d._emscripten_bind_DecoratedShape___destroy___0=Be=b.bd;d._emscripten_bind_TwoBodyConstraintSettings_Create_2=
Ce=b.cd;d._emscripten_bind_TwoBodyConstraintSettings_GetRefCount_0=De=b.dd;d._emscripten_bind_TwoBodyConstraintSettings_AddRef_0=Ee=b.ed;d._emscripten_bind_TwoBodyConstraintSettings_Release_0=Fe=b.fd;d._emscripten_bind_TwoBodyConstraintSettings_get_mEnabled_0=Ge=b.gd;d._emscripten_bind_TwoBodyConstraintSettings_set_mEnabled_1=He=b.hd;d._emscripten_bind_TwoBodyConstraintSettings_get_mNumVelocityStepsOverride_0=Ie=b.id;d._emscripten_bind_TwoBodyConstraintSettings_set_mNumVelocityStepsOverride_1=Je=
b.jd;d._emscripten_bind_TwoBodyConstraintSettings_get_mNumPositionStepsOverride_0=Ke=b.kd;d._emscripten_bind_TwoBodyConstraintSettings_set_mNumPositionStepsOverride_1=Le=b.ld;d._emscripten_bind_TwoBodyConstraintSettings___destroy___0=Me=b.md;d._emscripten_bind_TwoBodyConstraint_GetBody1_0=Ne=b.nd;d._emscripten_bind_TwoBodyConstraint_GetBody2_0=Oe=b.od;d._emscripten_bind_TwoBodyConstraint_GetConstraintToBody1Matrix_0=Pe=b.pd;d._emscripten_bind_TwoBodyConstraint_GetConstraintToBody2Matrix_0=Qe=b.qd;
d._emscripten_bind_TwoBodyConstraint_GetRefCount_0=Re=b.rd;d._emscripten_bind_TwoBodyConstraint_AddRef_0=Se=b.sd;d._emscripten_bind_TwoBodyConstraint_Release_0=Te=b.td;d._emscripten_bind_TwoBodyConstraint_GetType_0=Ue=b.ud;d._emscripten_bind_TwoBodyConstraint_GetSubType_0=Ve=b.vd;d._emscripten_bind_TwoBodyConstraint_GetConstraintPriority_0=We=b.wd;d._emscripten_bind_TwoBodyConstraint_SetConstraintPriority_1=Xe=b.xd;d._emscripten_bind_TwoBodyConstraint_SetNumVelocityStepsOverride_1=Ye=b.yd;d._emscripten_bind_TwoBodyConstraint_GetNumVelocityStepsOverride_0=
Ze=b.zd;d._emscripten_bind_TwoBodyConstraint_SetNumPositionStepsOverride_1=$e=b.Ad;d._emscripten_bind_TwoBodyConstraint_GetNumPositionStepsOverride_0=af=b.Bd;d._emscripten_bind_TwoBodyConstraint_SetEnabled_1=bf=b.Cd;d._emscripten_bind_TwoBodyConstraint_GetEnabled_0=cf=b.Dd;d._emscripten_bind_TwoBodyConstraint_IsActive_0=df=b.Ed;d._emscripten_bind_TwoBodyConstraint_GetUserData_0=ef=b.Fd;d._emscripten_bind_TwoBodyConstraint_SetUserData_1=ff=b.Gd;d._emscripten_bind_TwoBodyConstraint_ResetWarmStart_0=
gf=b.Hd;d._emscripten_bind_TwoBodyConstraint_SaveState_1=hf=b.Id;d._emscripten_bind_TwoBodyConstraint_RestoreState_1=jf=b.Jd;d._emscripten_bind_TwoBodyConstraint___destroy___0=kf=b.Kd;d._emscripten_bind_PathConstraintPathEm_IsLooping_0=lf=b.Ld;d._emscripten_bind_PathConstraintPathEm_SetIsLooping_1=mf=b.Md;d._emscripten_bind_PathConstraintPathEm_GetRefCount_0=of=b.Nd;d._emscripten_bind_PathConstraintPathEm_AddRef_0=pf=b.Od;d._emscripten_bind_PathConstraintPathEm_Release_0=qf=b.Pd;d._emscripten_bind_PathConstraintPathEm___destroy___0=
rf=b.Qd;d._emscripten_bind_MotionProperties_GetMotionQuality_0=sf=b.Rd;d._emscripten_bind_MotionProperties_GetAllowedDOFs_0=tf=b.Sd;d._emscripten_bind_MotionProperties_GetAllowSleeping_0=uf=b.Td;d._emscripten_bind_MotionProperties_GetLinearVelocity_0=vf=b.Ud;d._emscripten_bind_MotionProperties_SetLinearVelocity_1=wf=b.Vd;d._emscripten_bind_MotionProperties_SetLinearVelocityClamped_1=xf=b.Wd;d._emscripten_bind_MotionProperties_GetAngularVelocity_0=yf=b.Xd;d._emscripten_bind_MotionProperties_SetAngularVelocity_1=
zf=b.Yd;d._emscripten_bind_MotionProperties_SetAngularVelocityClamped_1=Af=b.Zd;d._emscripten_bind_MotionProperties_MoveKinematic_3=Bf=b._d;d._emscripten_bind_MotionProperties_GetMaxLinearVelocity_0=Cf=b.$d;d._emscripten_bind_MotionProperties_SetMaxLinearVelocity_1=Df=b.ae;d._emscripten_bind_MotionProperties_GetMaxAngularVelocity_0=Ef=b.be;d._emscripten_bind_MotionProperties_SetMaxAngularVelocity_1=Ff=b.ce;d._emscripten_bind_MotionProperties_ClampLinearVelocity_0=Gf=b.de;d._emscripten_bind_MotionProperties_ClampAngularVelocity_0=
Hf=b.ee;d._emscripten_bind_MotionProperties_GetLinearDamping_0=If=b.fe;d._emscripten_bind_MotionProperties_SetLinearDamping_1=Jf=b.ge;d._emscripten_bind_MotionProperties_GetAngularDamping_0=Kf=b.he;d._emscripten_bind_MotionProperties_SetAngularDamping_1=Lf=b.ie;d._emscripten_bind_MotionProperties_GetGravityFactor_0=Mf=b.je;d._emscripten_bind_MotionProperties_SetGravityFactor_1=Nf=b.ke;d._emscripten_bind_MotionProperties_SetMassProperties_2=Of=b.le;d._emscripten_bind_MotionProperties_GetInverseMass_0=
Pf=b.me;d._emscripten_bind_MotionProperties_GetInverseMassUnchecked_0=Qf=b.ne;d._emscripten_bind_MotionProperties_SetInverseMass_1=Rf=b.oe;d._emscripten_bind_MotionProperties_GetInverseInertiaDiagonal_0=Sf=b.pe;d._emscripten_bind_MotionProperties_GetInertiaRotation_0=Tf=b.qe;d._emscripten_bind_MotionProperties_SetInverseInertia_2=Uf=b.re;d._emscripten_bind_MotionProperties_ScaleToMass_1=Vf=b.se;d._emscripten_bind_MotionProperties_GetLocalSpaceInverseInertia_0=Wf=b.te;d._emscripten_bind_MotionProperties_GetInverseInertiaForRotation_1=
Xf=b.ue;d._emscripten_bind_MotionProperties_MultiplyWorldSpaceInverseInertiaByVector_2=Yf=b.ve;d._emscripten_bind_MotionProperties_GetPointVelocityCOM_1=Zf=b.we;d._emscripten_bind_MotionProperties_GetAccumulatedForce_0=$f=b.xe;d._emscripten_bind_MotionProperties_GetAccumulatedTorque_0=ag=b.ye;d._emscripten_bind_MotionProperties_ResetForce_0=bg=b.ze;d._emscripten_bind_MotionProperties_ResetTorque_0=cg=b.Ae;d._emscripten_bind_MotionProperties_ResetMotion_0=dg=b.Be;d._emscripten_bind_MotionProperties_LockTranslation_1=
eg=b.Ce;d._emscripten_bind_MotionProperties_LockAngular_1=fg=b.De;d._emscripten_bind_MotionProperties_SetNumVelocityStepsOverride_1=gg=b.Ee;d._emscripten_bind_MotionProperties_GetNumVelocityStepsOverride_0=hg=b.Fe;d._emscripten_bind_MotionProperties_SetNumPositionStepsOverride_1=ig=b.Ge;d._emscripten_bind_MotionProperties_GetNumPositionStepsOverride_0=jg=b.He;d._emscripten_bind_MotionProperties___destroy___0=kg=b.Ie;d._emscripten_bind_GroupFilter_GetRefCount_0=lg=b.Je;d._emscripten_bind_GroupFilter_AddRef_0=
ng=b.Ke;d._emscripten_bind_GroupFilter_Release_0=og=b.Le;d._emscripten_bind_GroupFilter___destroy___0=pg=b.Me;d._emscripten_bind_StateRecorderFilter___destroy___0=qg=b.Ne;d._emscripten_bind_StateRecorderEm_SetValidating_1=rg=b.Oe;d._emscripten_bind_StateRecorderEm_IsValidating_0=sg=b.Pe;d._emscripten_bind_StateRecorderEm_SetIsLastPart_1=tg=b.Qe;d._emscripten_bind_StateRecorderEm_IsLastPart_0=ug=b.Re;d._emscripten_bind_StateRecorderEm___destroy___0=vg=b.Se;d._emscripten_bind_BodyLockInterface_TryGetBody_1=
wg=b.Te;d._emscripten_bind_BodyLockInterface___destroy___0=xg=b.Ue;d._emscripten_bind_CollideShapeResult_CollideShapeResult_0=yg=b.Ve;d._emscripten_bind_CollideShapeResult_get_mContactPointOn1_0=zg=b.We;d._emscripten_bind_CollideShapeResult_set_mContactPointOn1_1=Ag=b.Xe;d._emscripten_bind_CollideShapeResult_get_mContactPointOn2_0=Bg=b.Ye;d._emscripten_bind_CollideShapeResult_set_mContactPointOn2_1=Cg=b.Ze;d._emscripten_bind_CollideShapeResult_get_mPenetrationAxis_0=Dg=b._e;d._emscripten_bind_CollideShapeResult_set_mPenetrationAxis_1=
Eg=b.$e;d._emscripten_bind_CollideShapeResult_get_mPenetrationDepth_0=Fg=b.af;d._emscripten_bind_CollideShapeResult_set_mPenetrationDepth_1=Gg=b.bf;d._emscripten_bind_CollideShapeResult_get_mSubShapeID1_0=Hg=b.cf;d._emscripten_bind_CollideShapeResult_set_mSubShapeID1_1=Ig=b.df;d._emscripten_bind_CollideShapeResult_get_mSubShapeID2_0=Jg=b.ef;d._emscripten_bind_CollideShapeResult_set_mSubShapeID2_1=Kg=b.ff;d._emscripten_bind_CollideShapeResult_get_mBodyID2_0=Lg=b.gf;d._emscripten_bind_CollideShapeResult_set_mBodyID2_1=
Mg=b.hf;d._emscripten_bind_CollideShapeResult_get_mShape1Face_0=Ng=b.jf;d._emscripten_bind_CollideShapeResult_set_mShape1Face_1=Og=b.kf;d._emscripten_bind_CollideShapeResult_get_mShape2Face_0=Pg=b.lf;d._emscripten_bind_CollideShapeResult_set_mShape2Face_1=Qg=b.mf;d._emscripten_bind_CollideShapeResult___destroy___0=Rg=b.nf;d._emscripten_bind_ContactListenerEm___destroy___0=Sg=b.of;d._emscripten_bind_SoftBodyContactListenerEm___destroy___0=Tg=b.pf;d._emscripten_bind_RayCastBodyCollector_Reset_0=Ug=
b.qf;d._emscripten_bind_RayCastBodyCollector_SetContext_1=Vg=b.rf;d._emscripten_bind_RayCastBodyCollector_GetContext_0=Wg=b.sf;d._emscripten_bind_RayCastBodyCollector_UpdateEarlyOutFraction_1=Xg=b.tf;d._emscripten_bind_RayCastBodyCollector_ResetEarlyOutFraction_0=Yg=b.uf;d._emscripten_bind_RayCastBodyCollector_ResetEarlyOutFraction_1=Zg=b.vf;d._emscripten_bind_RayCastBodyCollector_ForceEarlyOut_0=$g=b.wf;d._emscripten_bind_RayCastBodyCollector_ShouldEarlyOut_0=ah=b.xf;d._emscripten_bind_RayCastBodyCollector_GetEarlyOutFraction_0=
bh=b.yf;d._emscripten_bind_RayCastBodyCollector_GetPositiveEarlyOutFraction_0=ch=b.zf;d._emscripten_bind_RayCastBodyCollector___destroy___0=dh=b.Af;d._emscripten_bind_CollideShapeBodyCollector_Reset_0=eh=b.Bf;d._emscripten_bind_CollideShapeBodyCollector_SetContext_1=fh=b.Cf;d._emscripten_bind_CollideShapeBodyCollector_GetContext_0=gh=b.Df;d._emscripten_bind_CollideShapeBodyCollector_UpdateEarlyOutFraction_1=hh=b.Ef;d._emscripten_bind_CollideShapeBodyCollector_ResetEarlyOutFraction_0=ih=b.Ff;d._emscripten_bind_CollideShapeBodyCollector_ResetEarlyOutFraction_1=
jh=b.Gf;d._emscripten_bind_CollideShapeBodyCollector_ForceEarlyOut_0=kh=b.Hf;d._emscripten_bind_CollideShapeBodyCollector_ShouldEarlyOut_0=lh=b.If;d._emscripten_bind_CollideShapeBodyCollector_GetEarlyOutFraction_0=mh=b.Jf;d._emscripten_bind_CollideShapeBodyCollector_GetPositiveEarlyOutFraction_0=nh=b.Kf;d._emscripten_bind_CollideShapeBodyCollector___destroy___0=oh=b.Lf;d._emscripten_bind_CastShapeBodyCollector_Reset_0=ph=b.Mf;d._emscripten_bind_CastShapeBodyCollector_SetContext_1=qh=b.Nf;d._emscripten_bind_CastShapeBodyCollector_GetContext_0=
rh=b.Of;d._emscripten_bind_CastShapeBodyCollector_UpdateEarlyOutFraction_1=sh=b.Pf;d._emscripten_bind_CastShapeBodyCollector_ResetEarlyOutFraction_0=th=b.Qf;d._emscripten_bind_CastShapeBodyCollector_ResetEarlyOutFraction_1=uh=b.Rf;d._emscripten_bind_CastShapeBodyCollector_ForceEarlyOut_0=vh=b.Sf;d._emscripten_bind_CastShapeBodyCollector_ShouldEarlyOut_0=wh=b.Tf;d._emscripten_bind_CastShapeBodyCollector_GetEarlyOutFraction_0=xh=b.Uf;d._emscripten_bind_CastShapeBodyCollector_GetPositiveEarlyOutFraction_0=
yh=b.Vf;d._emscripten_bind_CastShapeBodyCollector___destroy___0=zh=b.Wf;d._emscripten_bind_CastRayCollector_Reset_0=Ah=b.Xf;d._emscripten_bind_CastRayCollector_SetContext_1=Bh=b.Yf;d._emscripten_bind_CastRayCollector_GetContext_0=Ch=b.Zf;d._emscripten_bind_CastRayCollector_UpdateEarlyOutFraction_1=Dh=b._f;d._emscripten_bind_CastRayCollector_ResetEarlyOutFraction_0=Eh=b.$f;d._emscripten_bind_CastRayCollector_ResetEarlyOutFraction_1=Fh=b.ag;d._emscripten_bind_CastRayCollector_ForceEarlyOut_0=Gh=b.bg;
d._emscripten_bind_CastRayCollector_ShouldEarlyOut_0=Hh=b.cg;d._emscripten_bind_CastRayCollector_GetEarlyOutFraction_0=Ih=b.dg;d._emscripten_bind_CastRayCollector_GetPositiveEarlyOutFraction_0=Jh=b.eg;d._emscripten_bind_CastRayCollector___destroy___0=Kh=b.fg;d._emscripten_bind_CollidePointCollector_Reset_0=Lh=b.gg;d._emscripten_bind_CollidePointCollector_SetContext_1=Mh=b.hg;d._emscripten_bind_CollidePointCollector_GetContext_0=Nh=b.ig;d._emscripten_bind_CollidePointCollector_UpdateEarlyOutFraction_1=
Oh=b.jg;d._emscripten_bind_CollidePointCollector_ResetEarlyOutFraction_0=Ph=b.kg;d._emscripten_bind_CollidePointCollector_ResetEarlyOutFraction_1=Qh=b.lg;d._emscripten_bind_CollidePointCollector_ForceEarlyOut_0=Rh=b.mg;d._emscripten_bind_CollidePointCollector_ShouldEarlyOut_0=Sh=b.ng;d._emscripten_bind_CollidePointCollector_GetEarlyOutFraction_0=Th=b.og;d._emscripten_bind_CollidePointCollector_GetPositiveEarlyOutFraction_0=Uh=b.pg;d._emscripten_bind_CollidePointCollector___destroy___0=Vh=b.qg;d._emscripten_bind_CollideSettingsBase_get_mActiveEdgeMode_0=
Wh=b.rg;d._emscripten_bind_CollideSettingsBase_set_mActiveEdgeMode_1=Xh=b.sg;d._emscripten_bind_CollideSettingsBase_get_mCollectFacesMode_0=Yh=b.tg;d._emscripten_bind_CollideSettingsBase_set_mCollectFacesMode_1=Zh=b.ug;d._emscripten_bind_CollideSettingsBase_get_mCollisionTolerance_0=$h=b.vg;d._emscripten_bind_CollideSettingsBase_set_mCollisionTolerance_1=ai=b.wg;d._emscripten_bind_CollideSettingsBase_get_mPenetrationTolerance_0=bi=b.xg;d._emscripten_bind_CollideSettingsBase_set_mPenetrationTolerance_1=
ci=b.yg;d._emscripten_bind_CollideSettingsBase_get_mActiveEdgeMovementDirection_0=di=b.zg;d._emscripten_bind_CollideSettingsBase_set_mActiveEdgeMovementDirection_1=ei=b.Ag;d._emscripten_bind_CollideSettingsBase___destroy___0=fi=b.Bg;d._emscripten_bind_CollideShapeCollector_Reset_0=gi=b.Cg;d._emscripten_bind_CollideShapeCollector_SetContext_1=hi=b.Dg;d._emscripten_bind_CollideShapeCollector_GetContext_0=ii=b.Eg;d._emscripten_bind_CollideShapeCollector_UpdateEarlyOutFraction_1=ji=b.Fg;d._emscripten_bind_CollideShapeCollector_ResetEarlyOutFraction_0=
ki=b.Gg;d._emscripten_bind_CollideShapeCollector_ResetEarlyOutFraction_1=li=b.Hg;d._emscripten_bind_CollideShapeCollector_ForceEarlyOut_0=mi=b.Ig;d._emscripten_bind_CollideShapeCollector_ShouldEarlyOut_0=ni=b.Jg;d._emscripten_bind_CollideShapeCollector_GetEarlyOutFraction_0=oi=b.Kg;d._emscripten_bind_CollideShapeCollector_GetPositiveEarlyOutFraction_0=pi=b.Lg;d._emscripten_bind_CollideShapeCollector___destroy___0=qi=b.Mg;d._emscripten_bind_CastShapeCollector_Reset_0=ri=b.Ng;d._emscripten_bind_CastShapeCollector_SetContext_1=
si=b.Og;d._emscripten_bind_CastShapeCollector_GetContext_0=ti=b.Pg;d._emscripten_bind_CastShapeCollector_UpdateEarlyOutFraction_1=ui=b.Qg;d._emscripten_bind_CastShapeCollector_ResetEarlyOutFraction_0=vi=b.Rg;d._emscripten_bind_CastShapeCollector_ResetEarlyOutFraction_1=wi=b.Sg;d._emscripten_bind_CastShapeCollector_ForceEarlyOut_0=xi=b.Tg;d._emscripten_bind_CastShapeCollector_ShouldEarlyOut_0=yi=b.Ug;d._emscripten_bind_CastShapeCollector_GetEarlyOutFraction_0=zi=b.Vg;d._emscripten_bind_CastShapeCollector_GetPositiveEarlyOutFraction_0=
Ai=b.Wg;d._emscripten_bind_CastShapeCollector___destroy___0=Bi=b.Xg;d._emscripten_bind_TransformedShapeCollector_Reset_0=Ci=b.Yg;d._emscripten_bind_TransformedShapeCollector_SetContext_1=Di=b.Zg;d._emscripten_bind_TransformedShapeCollector_GetContext_0=Ei=b._g;d._emscripten_bind_TransformedShapeCollector_UpdateEarlyOutFraction_1=Fi=b.$g;d._emscripten_bind_TransformedShapeCollector_ResetEarlyOutFraction_0=Gi=b.ah;d._emscripten_bind_TransformedShapeCollector_ResetEarlyOutFraction_1=Hi=b.bh;d._emscripten_bind_TransformedShapeCollector_ForceEarlyOut_0=
Ii=b.ch;d._emscripten_bind_TransformedShapeCollector_ShouldEarlyOut_0=Ji=b.dh;d._emscripten_bind_TransformedShapeCollector_GetEarlyOutFraction_0=Ki=b.eh;d._emscripten_bind_TransformedShapeCollector_GetPositiveEarlyOutFraction_0=Li=b.fh;d._emscripten_bind_TransformedShapeCollector___destroy___0=Mi=b.gh;d._emscripten_bind_PhysicsStepListener___destroy___0=Ni=b.hh;d._emscripten_bind_BodyActivationListenerEm___destroy___0=Oi=b.ih;d._emscripten_bind_BodyCreationSettings_BodyCreationSettings_0=Pi=b.jh;
d._emscripten_bind_BodyCreationSettings_BodyCreationSettings_5=Qi=b.kh;d._emscripten_bind_BodyCreationSettings_GetShapeSettings_0=Ri=b.lh;d._emscripten_bind_BodyCreationSettings_SetShapeSettings_1=Si=b.mh;d._emscripten_bind_BodyCreationSettings_ConvertShapeSettings_0=Ti=b.nh;d._emscripten_bind_BodyCreationSettings_GetShape_0=Ui=b.oh;d._emscripten_bind_BodyCreationSettings_SetShape_1=Vi=b.ph;d._emscripten_bind_BodyCreationSettings_HasMassProperties_0=Wi=b.qh;d._emscripten_bind_BodyCreationSettings_GetMassProperties_0=
Xi=b.rh;d._emscripten_bind_BodyCreationSettings_get_mPosition_0=Yi=b.sh;d._emscripten_bind_BodyCreationSettings_set_mPosition_1=Zi=b.th;d._emscripten_bind_BodyCreationSettings_get_mRotation_0=$i=b.uh;d._emscripten_bind_BodyCreationSettings_set_mRotation_1=aj=b.vh;d._emscripten_bind_BodyCreationSettings_get_mLinearVelocity_0=bj=b.wh;d._emscripten_bind_BodyCreationSettings_set_mLinearVelocity_1=cj=b.xh;d._emscripten_bind_BodyCreationSettings_get_mAngularVelocity_0=dj=b.yh;d._emscripten_bind_BodyCreationSettings_set_mAngularVelocity_1=
ej=b.zh;d._emscripten_bind_BodyCreationSettings_get_mUserData_0=fj=b.Ah;d._emscripten_bind_BodyCreationSettings_set_mUserData_1=gj=b.Bh;d._emscripten_bind_BodyCreationSettings_get_mObjectLayer_0=hj=b.Ch;d._emscripten_bind_BodyCreationSettings_set_mObjectLayer_1=ij=b.Dh;d._emscripten_bind_BodyCreationSettings_get_mCollisionGroup_0=jj=b.Eh;d._emscripten_bind_BodyCreationSettings_set_mCollisionGroup_1=kj=b.Fh;d._emscripten_bind_BodyCreationSettings_get_mMotionType_0=lj=b.Gh;d._emscripten_bind_BodyCreationSettings_set_mMotionType_1=
mj=b.Hh;d._emscripten_bind_BodyCreationSettings_get_mAllowedDOFs_0=nj=b.Ih;d._emscripten_bind_BodyCreationSettings_set_mAllowedDOFs_1=oj=b.Jh;d._emscripten_bind_BodyCreationSettings_get_mAllowDynamicOrKinematic_0=pj=b.Kh;d._emscripten_bind_BodyCreationSettings_set_mAllowDynamicOrKinematic_1=qj=b.Lh;d._emscripten_bind_BodyCreationSettings_get_mIsSensor_0=rj=b.Mh;d._emscripten_bind_BodyCreationSettings_set_mIsSensor_1=sj=b.Nh;d._emscripten_bind_BodyCreationSettings_get_mUseManifoldReduction_0=tj=b.Oh;
d._emscripten_bind_BodyCreationSettings_set_mUseManifoldReduction_1=uj=b.Ph;d._emscripten_bind_BodyCreationSettings_get_mCollideKinematicVsNonDynamic_0=vj=b.Qh;d._emscripten_bind_BodyCreationSettings_set_mCollideKinematicVsNonDynamic_1=wj=b.Rh;d._emscripten_bind_BodyCreationSettings_get_mApplyGyroscopicForce_0=xj=b.Sh;d._emscripten_bind_BodyCreationSettings_set_mApplyGyroscopicForce_1=yj=b.Th;d._emscripten_bind_BodyCreationSettings_get_mMotionQuality_0=zj=b.Uh;d._emscripten_bind_BodyCreationSettings_set_mMotionQuality_1=
Aj=b.Vh;d._emscripten_bind_BodyCreationSettings_get_mEnhancedInternalEdgeRemoval_0=Bj=b.Wh;d._emscripten_bind_BodyCreationSettings_set_mEnhancedInternalEdgeRemoval_1=Cj=b.Xh;d._emscripten_bind_BodyCreationSettings_get_mAllowSleeping_0=Dj=b.Yh;d._emscripten_bind_BodyCreationSettings_set_mAllowSleeping_1=Ej=b.Zh;d._emscripten_bind_BodyCreationSettings_get_mFriction_0=Fj=b._h;d._emscripten_bind_BodyCreationSettings_set_mFriction_1=Gj=b.$h;d._emscripten_bind_BodyCreationSettings_get_mRestitution_0=Hj=
b.ai;d._emscripten_bind_BodyCreationSettings_set_mRestitution_1=Ij=b.bi;d._emscripten_bind_BodyCreationSettings_get_mLinearDamping_0=Jj=b.ci;d._emscripten_bind_BodyCreationSettings_set_mLinearDamping_1=Kj=b.di;d._emscripten_bind_BodyCreationSettings_get_mAngularDamping_0=Lj=b.ei;d._emscripten_bind_BodyCreationSettings_set_mAngularDamping_1=Mj=b.fi;d._emscripten_bind_BodyCreationSettings_get_mMaxLinearVelocity_0=Nj=b.gi;d._emscripten_bind_BodyCreationSettings_set_mMaxLinearVelocity_1=Oj=b.hi;d._emscripten_bind_BodyCreationSettings_get_mMaxAngularVelocity_0=
Pj=b.ii;d._emscripten_bind_BodyCreationSettings_set_mMaxAngularVelocity_1=Qj=b.ji;d._emscripten_bind_BodyCreationSettings_get_mGravityFactor_0=Rj=b.ki;d._emscripten_bind_BodyCreationSettings_set_mGravityFactor_1=Sj=b.li;d._emscripten_bind_BodyCreationSettings_get_mNumVelocityStepsOverride_0=Tj=b.mi;d._emscripten_bind_BodyCreationSettings_set_mNumVelocityStepsOverride_1=Uj=b.ni;d._emscripten_bind_BodyCreationSettings_get_mNumPositionStepsOverride_0=Vj=b.oi;d._emscripten_bind_BodyCreationSettings_set_mNumPositionStepsOverride_1=
Wj=b.pi;d._emscripten_bind_BodyCreationSettings_get_mOverrideMassProperties_0=Xj=b.qi;d._emscripten_bind_BodyCreationSettings_set_mOverrideMassProperties_1=Yj=b.ri;d._emscripten_bind_BodyCreationSettings_get_mInertiaMultiplier_0=Zj=b.si;d._emscripten_bind_BodyCreationSettings_set_mInertiaMultiplier_1=ak=b.ti;d._emscripten_bind_BodyCreationSettings_get_mMassPropertiesOverride_0=bk=b.ui;d._emscripten_bind_BodyCreationSettings_set_mMassPropertiesOverride_1=ck=b.vi;d._emscripten_bind_BodyCreationSettings___destroy___0=
dk=b.wi;d._emscripten_bind_CharacterBaseSettings_GetRefCount_0=ek=b.xi;d._emscripten_bind_CharacterBaseSettings_AddRef_0=fk=b.yi;d._emscripten_bind_CharacterBaseSettings_Release_0=gk=b.zi;d._emscripten_bind_CharacterBaseSettings_get_mUp_0=hk=b.Ai;d._emscripten_bind_CharacterBaseSettings_set_mUp_1=ik=b.Bi;d._emscripten_bind_CharacterBaseSettings_get_mSupportingVolume_0=jk=b.Ci;d._emscripten_bind_CharacterBaseSettings_set_mSupportingVolume_1=kk=b.Di;d._emscripten_bind_CharacterBaseSettings_get_mMaxSlopeAngle_0=
lk=b.Ei;d._emscripten_bind_CharacterBaseSettings_set_mMaxSlopeAngle_1=mk=b.Fi;d._emscripten_bind_CharacterBaseSettings_get_mEnhancedInternalEdgeRemoval_0=nk=b.Gi;d._emscripten_bind_CharacterBaseSettings_set_mEnhancedInternalEdgeRemoval_1=ok=b.Hi;d._emscripten_bind_CharacterBaseSettings_get_mShape_0=pk=b.Ii;d._emscripten_bind_CharacterBaseSettings_set_mShape_1=qk=b.Ji;d._emscripten_bind_CharacterBaseSettings___destroy___0=rk=b.Ki;d._emscripten_bind_CharacterContactListenerEm___destroy___0=sk=b.Li;
d._emscripten_bind_CharacterVsCharacterCollision___destroy___0=tk=b.Mi;d._emscripten_bind_ObjectVsBroadPhaseLayerFilterEm___destroy___0=uk=b.Ni;d._emscripten_bind_ObjectLayerFilter_ObjectLayerFilter_0=vk=b.Oi;d._emscripten_bind_ObjectLayerFilter___destroy___0=wk=b.Pi;d._emscripten_bind_ObjectLayerPairFilter_ObjectLayerPairFilter_0=xk=b.Qi;d._emscripten_bind_ObjectLayerPairFilter_ShouldCollide_2=yk=b.Ri;d._emscripten_bind_ObjectLayerPairFilter___destroy___0=zk=b.Si;d._emscripten_bind_BodyFilter_BodyFilter_0=
Ak=b.Ti;d._emscripten_bind_BodyFilter___destroy___0=Bk=b.Ui;d._emscripten_bind_ShapeFilter_ShapeFilter_0=Ck=b.Vi;d._emscripten_bind_ShapeFilter___destroy___0=Dk=b.Wi;d._emscripten_bind_SimShapeFilter_SimShapeFilter_0=Ek=b.Xi;d._emscripten_bind_SimShapeFilter___destroy___0=Fk=b.Yi;d._emscripten_bind_CharacterBase_GetRefCount_0=Gk=b.Zi;d._emscripten_bind_CharacterBase_AddRef_0=Hk=b._i;d._emscripten_bind_CharacterBase_Release_0=Ik=b.$i;d._emscripten_bind_CharacterBase_SetMaxSlopeAngle_1=Jk=b.aj;d._emscripten_bind_CharacterBase_GetCosMaxSlopeAngle_0=
Kk=b.bj;d._emscripten_bind_CharacterBase_SetUp_1=Lk=b.cj;d._emscripten_bind_CharacterBase_GetUp_0=Mk=b.dj;d._emscripten_bind_CharacterBase_GetShape_0=Nk=b.ej;d._emscripten_bind_CharacterBase_GetGroundState_0=Ok=b.fj;d._emscripten_bind_CharacterBase_IsSlopeTooSteep_1=Pk=b.gj;d._emscripten_bind_CharacterBase_IsSupported_0=Qk=b.hj;d._emscripten_bind_CharacterBase_GetGroundPosition_0=Rk=b.ij;d._emscripten_bind_CharacterBase_GetGroundNormal_0=Sk=b.jj;d._emscripten_bind_CharacterBase_GetGroundVelocity_0=
Tk=b.kj;d._emscripten_bind_CharacterBase_GetGroundMaterial_0=Uk=b.lj;d._emscripten_bind_CharacterBase_GetGroundBodyID_0=Vk=b.mj;d._emscripten_bind_CharacterBase_SaveState_1=Wk=b.nj;d._emscripten_bind_CharacterBase_RestoreState_1=Xk=b.oj;d._emscripten_bind_CharacterBase___destroy___0=Yk=b.pj;d._emscripten_bind_VehicleCollisionTester_GetRefCount_0=Zk=b.qj;d._emscripten_bind_VehicleCollisionTester_AddRef_0=$k=b.rj;d._emscripten_bind_VehicleCollisionTester_Release_0=al=b.sj;d._emscripten_bind_VehicleCollisionTester___destroy___0=
bl=b.tj;d._emscripten_bind_VehicleConstraintCallbacksEm_SetVehicleConstraint_1=cl=b.uj;d._emscripten_bind_VehicleConstraintCallbacksEm___destroy___0=dl=b.vj;d._emscripten_bind_WheeledVehicleControllerCallbacksEm_SetWheeledVehicleController_1=el=b.wj;d._emscripten_bind_WheeledVehicleControllerCallbacksEm___destroy___0=fl=b.xj;d._emscripten_bind_WheelSettings_WheelSettings_0=gl=b.yj;d._emscripten_bind_WheelSettings_GetRefCount_0=hl=b.zj;d._emscripten_bind_WheelSettings_AddRef_0=il=b.Aj;d._emscripten_bind_WheelSettings_Release_0=
jl=b.Bj;d._emscripten_bind_WheelSettings_get_mPosition_0=kl=b.Cj;d._emscripten_bind_WheelSettings_set_mPosition_1=ll=b.Dj;d._emscripten_bind_WheelSettings_get_mSuspensionForcePoint_0=ml=b.Ej;d._emscripten_bind_WheelSettings_set_mSuspensionForcePoint_1=nl=b.Fj;d._emscripten_bind_WheelSettings_get_mSuspensionDirection_0=ol=b.Gj;d._emscripten_bind_WheelSettings_set_mSuspensionDirection_1=pl=b.Hj;d._emscripten_bind_WheelSettings_get_mSteeringAxis_0=ql=b.Ij;d._emscripten_bind_WheelSettings_set_mSteeringAxis_1=
rl=b.Jj;d._emscripten_bind_WheelSettings_get_mWheelUp_0=sl=b.Kj;d._emscripten_bind_WheelSettings_set_mWheelUp_1=tl=b.Lj;d._emscripten_bind_WheelSettings_get_mWheelForward_0=ul=b.Mj;d._emscripten_bind_WheelSettings_set_mWheelForward_1=vl=b.Nj;d._emscripten_bind_WheelSettings_get_mSuspensionSpring_0=wl=b.Oj;d._emscripten_bind_WheelSettings_set_mSuspensionSpring_1=xl=b.Pj;d._emscripten_bind_WheelSettings_get_mSuspensionMinLength_0=yl=b.Qj;d._emscripten_bind_WheelSettings_set_mSuspensionMinLength_1=zl=
b.Rj;d._emscripten_bind_WheelSettings_get_mSuspensionMaxLength_0=Al=b.Sj;d._emscripten_bind_WheelSettings_set_mSuspensionMaxLength_1=Bl=b.Tj;d._emscripten_bind_WheelSettings_get_mSuspensionPreloadLength_0=Cl=b.Uj;d._emscripten_bind_WheelSettings_set_mSuspensionPreloadLength_1=Dl=b.Vj;d._emscripten_bind_WheelSettings_get_mRadius_0=El=b.Wj;d._emscripten_bind_WheelSettings_set_mRadius_1=Fl=b.Xj;d._emscripten_bind_WheelSettings_get_mWidth_0=Gl=b.Yj;d._emscripten_bind_WheelSettings_set_mWidth_1=Hl=b.Zj;
d._emscripten_bind_WheelSettings_get_mEnableSuspensionForcePoint_0=Il=b._j;d._emscripten_bind_WheelSettings_set_mEnableSuspensionForcePoint_1=Jl=b.$j;d._emscripten_bind_WheelSettings___destroy___0=Kl=b.ak;d._emscripten_bind_Wheel_Wheel_1=Ll=b.bk;d._emscripten_bind_Wheel_GetSettings_0=Ml=b.ck;d._emscripten_bind_Wheel_GetAngularVelocity_0=Nl=b.dk;d._emscripten_bind_Wheel_SetAngularVelocity_1=Ol=b.ek;d._emscripten_bind_Wheel_GetRotationAngle_0=Pl=b.fk;d._emscripten_bind_Wheel_SetRotationAngle_1=Ql=b.gk;
d._emscripten_bind_Wheel_GetSteerAngle_0=Rl=b.hk;d._emscripten_bind_Wheel_SetSteerAngle_1=Sl=b.ik;d._emscripten_bind_Wheel_HasContact_0=Tl=b.jk;d._emscripten_bind_Wheel_GetContactBodyID_0=Ul=b.kk;d._emscripten_bind_Wheel_GetContactPosition_0=Vl=b.lk;d._emscripten_bind_Wheel_GetContactPointVelocity_0=Wl=b.mk;d._emscripten_bind_Wheel_GetContactNormal_0=Xl=b.nk;d._emscripten_bind_Wheel_GetContactLongitudinal_0=Yl=b.ok;d._emscripten_bind_Wheel_GetContactLateral_0=Zl=b.pk;d._emscripten_bind_Wheel_GetSuspensionLength_0=
$l=b.qk;d._emscripten_bind_Wheel_HasHitHardPoint_0=am=b.rk;d._emscripten_bind_Wheel_GetSuspensionLambda_0=bm=b.sk;d._emscripten_bind_Wheel_GetLongitudinalLambda_0=cm=b.tk;d._emscripten_bind_Wheel_GetLateralLambda_0=dm=b.uk;d._emscripten_bind_Wheel___destroy___0=em=b.vk;d._emscripten_bind_VehicleTrackSettings_get_mDrivenWheel_0=fm=b.wk;d._emscripten_bind_VehicleTrackSettings_set_mDrivenWheel_1=gm=b.xk;d._emscripten_bind_VehicleTrackSettings_get_mWheels_0=hm=b.yk;d._emscripten_bind_VehicleTrackSettings_set_mWheels_1=
im=b.zk;d._emscripten_bind_VehicleTrackSettings_get_mInertia_0=jm=b.Ak;d._emscripten_bind_VehicleTrackSettings_set_mInertia_1=km=b.Bk;d._emscripten_bind_VehicleTrackSettings_get_mAngularDamping_0=lm=b.Ck;d._emscripten_bind_VehicleTrackSettings_set_mAngularDamping_1=mm=b.Dk;d._emscripten_bind_VehicleTrackSettings_get_mMaxBrakeTorque_0=nm=b.Ek;d._emscripten_bind_VehicleTrackSettings_set_mMaxBrakeTorque_1=om=b.Fk;d._emscripten_bind_VehicleTrackSettings_get_mDifferentialRatio_0=pm=b.Gk;d._emscripten_bind_VehicleTrackSettings_set_mDifferentialRatio_1=
qm=b.Hk;d._emscripten_bind_VehicleTrackSettings___destroy___0=rm=b.Ik;d._emscripten_bind_WheeledVehicleControllerSettings_WheeledVehicleControllerSettings_0=sm=b.Jk;d._emscripten_bind_WheeledVehicleControllerSettings_get_mEngine_0=tm=b.Kk;d._emscripten_bind_WheeledVehicleControllerSettings_set_mEngine_1=um=b.Lk;d._emscripten_bind_WheeledVehicleControllerSettings_get_mTransmission_0=wm=b.Mk;d._emscripten_bind_WheeledVehicleControllerSettings_set_mTransmission_1=xm=b.Nk;d._emscripten_bind_WheeledVehicleControllerSettings_get_mDifferentials_0=
ym=b.Ok;d._emscripten_bind_WheeledVehicleControllerSettings_set_mDifferentials_1=zm=b.Pk;d._emscripten_bind_WheeledVehicleControllerSettings_get_mDifferentialLimitedSlipRatio_0=Am=b.Qk;d._emscripten_bind_WheeledVehicleControllerSettings_set_mDifferentialLimitedSlipRatio_1=Bm=b.Rk;d._emscripten_bind_WheeledVehicleControllerSettings___destroy___0=Cm=b.Sk;d._emscripten_bind_VehicleEngineSettings_get_mMaxTorque_0=Dm=b.Tk;d._emscripten_bind_VehicleEngineSettings_set_mMaxTorque_1=Em=b.Uk;d._emscripten_bind_VehicleEngineSettings_get_mMinRPM_0=
Fm=b.Vk;d._emscripten_bind_VehicleEngineSettings_set_mMinRPM_1=Gm=b.Wk;d._emscripten_bind_VehicleEngineSettings_get_mMaxRPM_0=Hm=b.Xk;d._emscripten_bind_VehicleEngineSettings_set_mMaxRPM_1=Im=b.Yk;d._emscripten_bind_VehicleEngineSettings_get_mNormalizedTorque_0=Jm=b.Zk;d._emscripten_bind_VehicleEngineSettings_set_mNormalizedTorque_1=Km=b._k;d._emscripten_bind_VehicleEngineSettings_get_mInertia_0=Lm=b.$k;d._emscripten_bind_VehicleEngineSettings_set_mInertia_1=Mm=b.al;d._emscripten_bind_VehicleEngineSettings_get_mAngularDamping_0=
Nm=b.bl;d._emscripten_bind_VehicleEngineSettings_set_mAngularDamping_1=Om=b.cl;d._emscripten_bind_VehicleEngineSettings___destroy___0=Pm=b.dl;d._emscripten_bind_VehicleTransmissionSettings_get_mMode_0=Qm=b.el;d._emscripten_bind_VehicleTransmissionSettings_set_mMode_1=Rm=b.fl;d._emscripten_bind_VehicleTransmissionSettings_get_mGearRatios_0=Sm=b.gl;d._emscripten_bind_VehicleTransmissionSettings_set_mGearRatios_1=Tm=b.hl;d._emscripten_bind_VehicleTransmissionSettings_get_mReverseGearRatios_0=Um=b.il;
d._emscripten_bind_VehicleTransmissionSettings_set_mReverseGearRatios_1=Vm=b.jl;d._emscripten_bind_VehicleTransmissionSettings_get_mSwitchTime_0=Wm=b.kl;d._emscripten_bind_VehicleTransmissionSettings_set_mSwitchTime_1=Xm=b.ll;d._emscripten_bind_VehicleTransmissionSettings_get_mClutchReleaseTime_0=Ym=b.ml;d._emscripten_bind_VehicleTransmissionSettings_set_mClutchReleaseTime_1=Zm=b.nl;d._emscripten_bind_VehicleTransmissionSettings_get_mSwitchLatency_0=$m=b.ol;d._emscripten_bind_VehicleTransmissionSettings_set_mSwitchLatency_1=
an=b.pl;d._emscripten_bind_VehicleTransmissionSettings_get_mShiftUpRPM_0=bn=b.ql;d._emscripten_bind_VehicleTransmissionSettings_set_mShiftUpRPM_1=cn=b.rl;d._emscripten_bind_VehicleTransmissionSettings_get_mShiftDownRPM_0=dn=b.sl;d._emscripten_bind_VehicleTransmissionSettings_set_mShiftDownRPM_1=en=b.tl;d._emscripten_bind_VehicleTransmissionSettings_get_mClutchStrength_0=fn=b.ul;d._emscripten_bind_VehicleTransmissionSettings_set_mClutchStrength_1=gn=b.vl;d._emscripten_bind_VehicleTransmissionSettings___destroy___0=
hn=b.wl;d._emscripten_bind_WheeledVehicleController_WheeledVehicleController_2=jn=b.xl;d._emscripten_bind_WheeledVehicleController_SetDriverInput_4=kn=b.yl;d._emscripten_bind_WheeledVehicleController_SetForwardInput_1=ln=b.zl;d._emscripten_bind_WheeledVehicleController_GetForwardInput_0=mn=b.Al;d._emscripten_bind_WheeledVehicleController_SetRightInput_1=nn=b.Bl;d._emscripten_bind_WheeledVehicleController_GetRightInput_0=on=b.Cl;d._emscripten_bind_WheeledVehicleController_SetBrakeInput_1=pn=b.Dl;d._emscripten_bind_WheeledVehicleController_GetBrakeInput_0=
qn=b.El;d._emscripten_bind_WheeledVehicleController_SetHandBrakeInput_1=rn=b.Fl;d._emscripten_bind_WheeledVehicleController_GetHandBrakeInput_0=sn=b.Gl;d._emscripten_bind_WheeledVehicleController_GetEngine_0=tn=b.Hl;d._emscripten_bind_WheeledVehicleController_GetTransmission_0=un=b.Il;d._emscripten_bind_WheeledVehicleController_GetDifferentials_0=vn=b.Jl;d._emscripten_bind_WheeledVehicleController_GetDifferentialLimitedSlipRatio_0=wn=b.Kl;d._emscripten_bind_WheeledVehicleController_SetDifferentialLimitedSlipRatio_1=
xn=b.Ll;d._emscripten_bind_WheeledVehicleController_GetWheelSpeedAtClutch_0=yn=b.Ml;d._emscripten_bind_WheeledVehicleController_GetConstraint_0=zn=b.Nl;d._emscripten_bind_WheeledVehicleController___destroy___0=An=b.Ol;d._emscripten_bind_SkeletalAnimationJointState_FromMatrix_1=Bn=b.Pl;d._emscripten_bind_SkeletalAnimationJointState_ToMatrix_0=Cn=b.Ql;d._emscripten_bind_SkeletalAnimationJointState_get_mTranslation_0=Dn=b.Rl;d._emscripten_bind_SkeletalAnimationJointState_set_mTranslation_1=En=b.Sl;d._emscripten_bind_SkeletalAnimationJointState_get_mRotation_0=
Fn=b.Tl;d._emscripten_bind_SkeletalAnimationJointState_set_mRotation_1=Gn=b.Ul;d._emscripten_bind_SkeletalAnimationJointState___destroy___0=Hn=b.Vl;d._emscripten_bind_BroadPhaseLayerInterfaceEm_GetNumBroadPhaseLayers_0=In=b.Wl;d._emscripten_bind_BroadPhaseLayerInterfaceEm___destroy___0=Jn=b.Xl;d._emscripten_bind_VoidPtr___destroy___0=Kn=b.Yl;d._emscripten_bind_JPHString_JPHString_2=Ln=b.Zl;d._emscripten_bind_JPHString_c_str_0=Mn=b._l;d._emscripten_bind_JPHString_size_0=Nn=b.$l;d._emscripten_bind_JPHString___destroy___0=
On=b.am;d._emscripten_bind_ArrayVec3_ArrayVec3_0=Pn=b.bm;d._emscripten_bind_ArrayVec3_empty_0=Qn=b.cm;d._emscripten_bind_ArrayVec3_size_0=Rn=b.dm;d._emscripten_bind_ArrayVec3_at_1=Sn=b.em;d._emscripten_bind_ArrayVec3_push_back_1=Tn=b.fm;d._emscripten_bind_ArrayVec3_reserve_1=Un=b.gm;d._emscripten_bind_ArrayVec3_resize_1=Vn=b.hm;d._emscripten_bind_ArrayVec3_clear_0=Wn=b.im;d._emscripten_bind_ArrayVec3_data_0=Xn=b.jm;d._emscripten_bind_ArrayVec3___destroy___0=Yn=b.km;d._emscripten_bind_ArrayQuat_ArrayQuat_0=
Zn=b.lm;d._emscripten_bind_ArrayQuat_empty_0=$n=b.mm;d._emscripten_bind_ArrayQuat_size_0=ao=b.nm;d._emscripten_bind_ArrayQuat_at_1=bo=b.om;d._emscripten_bind_ArrayQuat_push_back_1=co=b.pm;d._emscripten_bind_ArrayQuat_reserve_1=eo=b.qm;d._emscripten_bind_ArrayQuat_resize_1=fo=b.rm;d._emscripten_bind_ArrayQuat_clear_0=go=b.sm;d._emscripten_bind_ArrayQuat_data_0=ho=b.tm;d._emscripten_bind_ArrayQuat___destroy___0=io=b.um;d._emscripten_bind_ArrayMat44_ArrayMat44_0=jo=b.vm;d._emscripten_bind_ArrayMat44_empty_0=
ko=b.wm;d._emscripten_bind_ArrayMat44_size_0=lo=b.xm;d._emscripten_bind_ArrayMat44_at_1=mo=b.ym;d._emscripten_bind_ArrayMat44_push_back_1=no=b.zm;d._emscripten_bind_ArrayMat44_reserve_1=oo=b.Am;d._emscripten_bind_ArrayMat44_resize_1=po=b.Bm;d._emscripten_bind_ArrayMat44_clear_0=qo=b.Cm;d._emscripten_bind_ArrayMat44_data_0=ro=b.Dm;d._emscripten_bind_ArrayMat44___destroy___0=so=b.Em;d._emscripten_bind_ArrayBodyID_ArrayBodyID_0=to=b.Fm;d._emscripten_bind_ArrayBodyID_empty_0=uo=b.Gm;d._emscripten_bind_ArrayBodyID_size_0=
vo=b.Hm;d._emscripten_bind_ArrayBodyID_at_1=wo=b.Im;d._emscripten_bind_ArrayBodyID_push_back_1=xo=b.Jm;d._emscripten_bind_ArrayBodyID_reserve_1=yo=b.Km;d._emscripten_bind_ArrayBodyID_resize_1=zo=b.Lm;d._emscripten_bind_ArrayBodyID_clear_0=Ao=b.Mm;d._emscripten_bind_ArrayBodyID_data_0=Bo=b.Nm;d._emscripten_bind_ArrayBodyID___destroy___0=Co=b.Om;d._emscripten_bind_ArrayBodyPtr_ArrayBodyPtr_0=Do=b.Pm;d._emscripten_bind_ArrayBodyPtr_empty_0=Eo=b.Qm;d._emscripten_bind_ArrayBodyPtr_size_0=Fo=b.Rm;d._emscripten_bind_ArrayBodyPtr_at_1=
Go=b.Sm;d._emscripten_bind_ArrayBodyPtr_push_back_1=Ho=b.Tm;d._emscripten_bind_ArrayBodyPtr_reserve_1=Io=b.Um;d._emscripten_bind_ArrayBodyPtr_resize_1=Jo=b.Vm;d._emscripten_bind_ArrayBodyPtr_clear_0=Ko=b.Wm;d._emscripten_bind_ArrayBodyPtr_data_0=Lo=b.Xm;d._emscripten_bind_ArrayBodyPtr___destroy___0=Mo=b.Ym;d._emscripten_bind_Vec3MemRef___destroy___0=No=b.Zm;d._emscripten_bind_QuatMemRef___destroy___0=Oo=b._m;d._emscripten_bind_Mat44MemRef___destroy___0=Po=b.$m;d._emscripten_bind_BodyIDMemRef___destroy___0=
Qo=b.an;d._emscripten_bind_BodyPtrMemRef___destroy___0=Ro=b.bn;d._emscripten_bind_FloatMemRef___destroy___0=So=b.cn;d._emscripten_bind_Uint8MemRef___destroy___0=To=b.dn;d._emscripten_bind_UintMemRef___destroy___0=Uo=b.en;d._emscripten_bind_Vec3_Vec3_0=Vo=b.fn;d._emscripten_bind_Vec3_Vec3_1=Wo=b.gn;d._emscripten_bind_Vec3_Vec3_3=Xo=b.hn;d._emscripten_bind_Vec3_sZero_0=Yo=b.jn;d._emscripten_bind_Vec3_sOne_0=Zo=b.kn;d._emscripten_bind_Vec3_sAxisX_0=$o=b.ln;d._emscripten_bind_Vec3_sAxisY_0=ap=b.mn;d._emscripten_bind_Vec3_sAxisZ_0=
bp=b.nn;d._emscripten_bind_Vec3_sReplicate_1=cp=b.on;d._emscripten_bind_Vec3_sMin_2=dp=b.pn;d._emscripten_bind_Vec3_sMax_2=ep=b.qn;d._emscripten_bind_Vec3_sClamp_3=fp=b.rn;d._emscripten_bind_Vec3_sFusedMultiplyAdd_3=gp=b.sn;d._emscripten_bind_Vec3_sOr_2=hp=b.tn;d._emscripten_bind_Vec3_sXor_2=ip=b.un;d._emscripten_bind_Vec3_sAnd_2=jp=b.vn;d._emscripten_bind_Vec3_sUnitSpherical_2=kp=b.wn;d._emscripten_bind_Vec3_GetComponent_1=lp=b.xn;d._emscripten_bind_Vec3_Equals_1=mp=b.yn;d._emscripten_bind_Vec3_NotEquals_1=
np=b.zn;d._emscripten_bind_Vec3_LengthSq_0=op=b.An;d._emscripten_bind_Vec3_Length_0=pp=b.Bn;d._emscripten_bind_Vec3_Normalized_0=qp=b.Cn;d._emscripten_bind_Vec3_NormalizedOr_1=rp=b.Dn;d._emscripten_bind_Vec3_GetNormalizedPerpendicular_0=sp=b.En;d._emscripten_bind_Vec3_GetX_0=tp=b.Fn;d._emscripten_bind_Vec3_GetY_0=up=b.Gn;d._emscripten_bind_Vec3_GetZ_0=vp=b.Hn;d._emscripten_bind_Vec3_SetX_1=wp=b.In;d._emscripten_bind_Vec3_SetY_1=xp=b.Jn;d._emscripten_bind_Vec3_SetZ_1=yp=b.Kn;d._emscripten_bind_Vec3_Set_3=
zp=b.Ln;d._emscripten_bind_Vec3_SetComponent_2=Ap=b.Mn;d._emscripten_bind_Vec3_IsNearZero_0=Bp=b.Nn;d._emscripten_bind_Vec3_IsNearZero_1=Cp=b.On;d._emscripten_bind_Vec3_IsClose_1=Dp=b.Pn;d._emscripten_bind_Vec3_IsClose_2=Ep=b.Qn;d._emscripten_bind_Vec3_IsNormalized_0=Fp=b.Rn;d._emscripten_bind_Vec3_IsNormalized_1=Gp=b.Sn;d._emscripten_bind_Vec3_GetLowestComponentIndex_0=Hp=b.Tn;d._emscripten_bind_Vec3_GetHighestComponentIndex_0=Ip=b.Un;d._emscripten_bind_Vec3_Abs_0=Jp=b.Vn;d._emscripten_bind_Vec3_Reciprocal_0=
Kp=b.Wn;d._emscripten_bind_Vec3_Cross_1=Lp=b.Xn;d._emscripten_bind_Vec3_Dot_1=Mp=b.Yn;d._emscripten_bind_Vec3_DotV_1=Np=b.Zn;d._emscripten_bind_Vec3_DotV4_1=Op=b._n;d._emscripten_bind_Vec3_Add_1=Pp=b.$n;d._emscripten_bind_Vec3_Sub_1=Qp=b.ao;d._emscripten_bind_Vec3_Mul_1=Rp=b.bo;d._emscripten_bind_Vec3_Div_1=Sp=b.co;d._emscripten_bind_Vec3_MulVec3_1=Tp=b.eo;d._emscripten_bind_Vec3_MulFloat_1=Up=b.fo;d._emscripten_bind_Vec3_DivVec3_1=Vp=b.go;d._emscripten_bind_Vec3_DivFloat_1=Wp=b.ho;d._emscripten_bind_Vec3_AddVec3_1=
Xp=b.io;d._emscripten_bind_Vec3_SubVec3_1=Yp=b.jo;d._emscripten_bind_Vec3_SplatX_0=Zp=b.ko;d._emscripten_bind_Vec3_SplatY_0=$p=b.lo;d._emscripten_bind_Vec3_SplatZ_0=aq=b.mo;d._emscripten_bind_Vec3_ReduceMin_0=bq=b.no;d._emscripten_bind_Vec3_ReduceMax_0=cq=b.oo;d._emscripten_bind_Vec3_Sqrt_0=dq=b.po;d._emscripten_bind_Vec3_GetSign_0=eq=b.qo;d._emscripten_bind_Vec3___destroy___0=fq=b.ro;d._emscripten_bind_RVec3_RVec3_0=gq=b.so;d._emscripten_bind_RVec3_RVec3_3=hq=b.to;d._emscripten_bind_RVec3_sZero_0=
iq=b.uo;d._emscripten_bind_RVec3_sOne_0=jq=b.vo;d._emscripten_bind_RVec3_sAxisX_0=kq=b.wo;d._emscripten_bind_RVec3_sAxisY_0=lq=b.xo;d._emscripten_bind_RVec3_sAxisZ_0=mq=b.yo;d._emscripten_bind_RVec3_sReplicate_1=nq=b.zo;d._emscripten_bind_RVec3_sMin_2=oq=b.Ao;d._emscripten_bind_RVec3_sMax_2=pq=b.Bo;d._emscripten_bind_RVec3_sClamp_3=qq=b.Co;d._emscripten_bind_RVec3_GetComponent_1=rq=b.Do;d._emscripten_bind_RVec3_Equals_1=sq=b.Eo;d._emscripten_bind_RVec3_NotEquals_1=tq=b.Fo;d._emscripten_bind_RVec3_LengthSq_0=
uq=b.Go;d._emscripten_bind_RVec3_Length_0=vq=b.Ho;d._emscripten_bind_RVec3_Normalized_0=wq=b.Io;d._emscripten_bind_RVec3_GetX_0=xq=b.Jo;d._emscripten_bind_RVec3_GetY_0=yq=b.Ko;d._emscripten_bind_RVec3_GetZ_0=zq=b.Lo;d._emscripten_bind_RVec3_SetX_1=Aq=b.Mo;d._emscripten_bind_RVec3_SetY_1=Bq=b.No;d._emscripten_bind_RVec3_SetZ_1=Cq=b.Oo;d._emscripten_bind_RVec3_Set_3=Dq=b.Po;d._emscripten_bind_RVec3_SetComponent_2=Eq=b.Qo;d._emscripten_bind_RVec3_IsNearZero_0=Fq=b.Ro;d._emscripten_bind_RVec3_IsNearZero_1=
Gq=b.So;d._emscripten_bind_RVec3_IsClose_1=Hq=b.To;d._emscripten_bind_RVec3_IsClose_2=Iq=b.Uo;d._emscripten_bind_RVec3_IsNormalized_0=Jq=b.Vo;d._emscripten_bind_RVec3_IsNormalized_1=Kq=b.Wo;d._emscripten_bind_RVec3_Abs_0=Lq=b.Xo;d._emscripten_bind_RVec3_Reciprocal_0=Mq=b.Yo;d._emscripten_bind_RVec3_Cross_1=Nq=b.Zo;d._emscripten_bind_RVec3_Dot_1=Oq=b._o;d._emscripten_bind_RVec3_Add_1=Pq=b.$o;d._emscripten_bind_RVec3_Sub_1=Qq=b.ap;d._emscripten_bind_RVec3_Mul_1=Rq=b.bp;d._emscripten_bind_RVec3_Div_1=
Sq=b.cp;d._emscripten_bind_RVec3_MulRVec3_1=Tq=b.dp;d._emscripten_bind_RVec3_MulFloat_1=Uq=b.ep;d._emscripten_bind_RVec3_DivRVec3_1=Vq=b.fp;d._emscripten_bind_RVec3_DivFloat_1=Wq=b.gp;d._emscripten_bind_RVec3_AddRVec3_1=Xq=b.hp;d._emscripten_bind_RVec3_SubRVec3_1=Yq=b.ip;d._emscripten_bind_RVec3_Sqrt_0=Zq=b.jp;d._emscripten_bind_RVec3_GetSign_0=$q=b.kp;d._emscripten_bind_RVec3___destroy___0=ar=b.lp;d._emscripten_bind_Vec4_Vec4_0=br=b.mp;d._emscripten_bind_Vec4_Vec4_1=cr=b.np;d._emscripten_bind_Vec4_Vec4_2=
dr=b.op;d._emscripten_bind_Vec4_Vec4_4=er=b.pp;d._emscripten_bind_Vec4_sZero_0=fr=b.qp;d._emscripten_bind_Vec4_sOne_0=gr=b.rp;d._emscripten_bind_Vec4_sReplicate_1=hr=b.sp;d._emscripten_bind_Vec4_sMin_2=ir=b.tp;d._emscripten_bind_Vec4_sMax_2=jr=b.up;d._emscripten_bind_Vec4_sClamp_3=kr=b.vp;d._emscripten_bind_Vec4_sFusedMultiplyAdd_3=lr=b.wp;d._emscripten_bind_Vec4_sOr_2=mr=b.xp;d._emscripten_bind_Vec4_sXor_2=nr=b.yp;d._emscripten_bind_Vec4_sAnd_2=or=b.zp;d._emscripten_bind_Vec4_GetX_0=pr=b.Ap;d._emscripten_bind_Vec4_GetY_0=
qr=b.Bp;d._emscripten_bind_Vec4_GetZ_0=rr=b.Cp;d._emscripten_bind_Vec4_GetW_0=sr=b.Dp;d._emscripten_bind_Vec4_SetX_1=tr=b.Ep;d._emscripten_bind_Vec4_SetY_1=ur=b.Fp;d._emscripten_bind_Vec4_SetZ_1=vr=b.Gp;d._emscripten_bind_Vec4_SetW_1=wr=b.Hp;d._emscripten_bind_Vec4_Set_4=xr=b.Ip;d._emscripten_bind_Vec4_GetComponent_1=yr=b.Jp;d._emscripten_bind_Vec4_IsClose_1=zr=b.Kp;d._emscripten_bind_Vec4_IsClose_2=Ar=b.Lp;d._emscripten_bind_Vec4_IsNearZero_0=Br=b.Mp;d._emscripten_bind_Vec4_IsNearZero_1=Cr=b.Np;
d._emscripten_bind_Vec4_IsNormalized_0=Dr=b.Op;d._emscripten_bind_Vec4_IsNormalized_1=Er=b.Pp;d._emscripten_bind_Vec4_GetLowestComponentIndex_0=Fr=b.Qp;d._emscripten_bind_Vec4_GetHighestComponentIndex_0=Gr=b.Rp;d._emscripten_bind_Vec4_Add_1=Hr=b.Sp;d._emscripten_bind_Vec4_Sub_1=Ir=b.Tp;d._emscripten_bind_Vec4_Mul_1=Jr=b.Up;d._emscripten_bind_Vec4_Div_1=Kr=b.Vp;d._emscripten_bind_Vec4_MulVec4_1=Lr=b.Wp;d._emscripten_bind_Vec4_MulFloat_1=Mr=b.Xp;d._emscripten_bind_Vec4_DivVec4_1=Nr=b.Yp;d._emscripten_bind_Vec4_DivFloat_1=
Or=b.Zp;d._emscripten_bind_Vec4_AddVec4_1=Pr=b._p;d._emscripten_bind_Vec4_SubVec4_1=Qr=b.$p;d._emscripten_bind_Vec4___destroy___0=Rr=b.aq;d._emscripten_bind_Vector2_Vector2_0=Sr=b.bq;d._emscripten_bind_Vector2_SetZero_0=Tr=b.cq;d._emscripten_bind_Vector2_IsZero_0=Ur=b.dq;d._emscripten_bind_Vector2_IsClose_1=Vr=b.eq;d._emscripten_bind_Vector2_IsClose_2=Wr=b.fq;d._emscripten_bind_Vector2_IsNormalized_0=Xr=b.gq;d._emscripten_bind_Vector2_IsNormalized_1=Yr=b.hq;d._emscripten_bind_Vector2_Normalized_0=
Zr=b.iq;d._emscripten_bind_Vector2_GetComponent_1=$r=b.jq;d._emscripten_bind_Vector2_Add_1=as=b.kq;d._emscripten_bind_Vector2_Sub_1=bs=b.lq;d._emscripten_bind_Vector2_Mul_1=cs=b.mq;d._emscripten_bind_Vector2_Div_1=ds=b.nq;d._emscripten_bind_Vector2_MulFloat_1=es=b.oq;d._emscripten_bind_Vector2_DivFloat_1=gs=b.pq;d._emscripten_bind_Vector2_AddVector2_1=hs=b.qq;d._emscripten_bind_Vector2_SubVector2_1=is=b.rq;d._emscripten_bind_Vector2_Dot_1=js=b.sq;d._emscripten_bind_Vector2___destroy___0=ks=b.tq;d._emscripten_bind_Quat_Quat_0=
ls=b.uq;d._emscripten_bind_Quat_Quat_4=ms=b.vq;d._emscripten_bind_Quat_sZero_0=ns=b.wq;d._emscripten_bind_Quat_sIdentity_0=ps=b.xq;d._emscripten_bind_Quat_sRotation_2=qs=b.yq;d._emscripten_bind_Quat_sFromTo_2=rs=b.zq;d._emscripten_bind_Quat_Equals_1=ss=b.Aq;d._emscripten_bind_Quat_NotEquals_1=ts=b.Bq;d._emscripten_bind_Quat_MulQuat_1=us=b.Cq;d._emscripten_bind_Quat_MulVec3_1=vs=b.Dq;d._emscripten_bind_Quat_MulFloat_1=xs=b.Eq;d._emscripten_bind_Quat_IsClose_1=ys=b.Fq;d._emscripten_bind_Quat_IsClose_2=
zs=b.Gq;d._emscripten_bind_Quat_IsNormalized_0=As=b.Hq;d._emscripten_bind_Quat_IsNormalized_1=Bs=b.Iq;d._emscripten_bind_Quat_Length_0=Cs=b.Jq;d._emscripten_bind_Quat_LengthSq_0=Ds=b.Kq;d._emscripten_bind_Quat_Normalized_0=Es=b.Lq;d._emscripten_bind_Quat_sEulerAngles_1=Fs=b.Mq;d._emscripten_bind_Quat_GetEulerAngles_0=Gs=b.Nq;d._emscripten_bind_Quat_GetX_0=Hs=b.Oq;d._emscripten_bind_Quat_GetY_0=Is=b.Pq;d._emscripten_bind_Quat_GetZ_0=Js=b.Qq;d._emscripten_bind_Quat_GetW_0=Ks=b.Rq;d._emscripten_bind_Quat_GetXYZ_0=
Ls=b.Sq;d._emscripten_bind_Quat_SetX_1=Ms=b.Tq;d._emscripten_bind_Quat_SetY_1=Ns=b.Uq;d._emscripten_bind_Quat_SetZ_1=Os=b.Vq;d._emscripten_bind_Quat_SetW_1=Ps=b.Wq;d._emscripten_bind_Quat_Set_4=Qs=b.Xq;d._emscripten_bind_Quat_sMultiplyImaginary_2=Rs=b.Yq;d._emscripten_bind_Quat_InverseRotate_1=Ss=b.Zq;d._emscripten_bind_Quat_RotateAxisX_0=Ts=b._q;d._emscripten_bind_Quat_RotateAxisY_0=Us=b.$q;d._emscripten_bind_Quat_RotateAxisZ_0=Vs=b.ar;d._emscripten_bind_Quat_Dot_1=Ws=b.br;d._emscripten_bind_Quat_Conjugated_0=
Xs=b.cr;d._emscripten_bind_Quat_Inversed_0=Ys=b.dr;d._emscripten_bind_Quat_EnsureWPositive_0=Zs=b.er;d._emscripten_bind_Quat_GetPerpendicular_0=$s=b.fr;d._emscripten_bind_Quat_GetRotationAngle_1=at=b.gr;d._emscripten_bind_Quat_GetTwist_1=bt=b.hr;d._emscripten_bind_Quat_GetSwingTwist_2=ct=b.ir;d._emscripten_bind_Quat_LERP_2=dt=b.jr;d._emscripten_bind_Quat_SLERP_2=et=b.kr;d._emscripten_bind_Quat___destroy___0=ft=b.lr;d._emscripten_bind_Float3_Float3_3=gt=b.mr;d._emscripten_bind_Float3_Equals_1=ht=b.nr;
d._emscripten_bind_Float3_NotEquals_1=it=b.or;d._emscripten_bind_Float3_get_x_0=jt=b.pr;d._emscripten_bind_Float3_set_x_1=kt=b.qr;d._emscripten_bind_Float3_get_y_0=lt=b.rr;d._emscripten_bind_Float3_set_y_1=mt=b.sr;d._emscripten_bind_Float3_get_z_0=nt=b.tr;d._emscripten_bind_Float3_set_z_1=ot=b.ur;d._emscripten_bind_Float3___destroy___0=pt=b.vr;d._emscripten_bind_Mat44_Mat44_0=qt=b.wr;d._emscripten_bind_Mat44_sZero_0=rt=b.xr;d._emscripten_bind_Mat44_sIdentity_0=st=b.yr;d._emscripten_bind_Mat44_sRotationX_1=
tt=b.zr;d._emscripten_bind_Mat44_sRotationY_1=ut=b.Ar;d._emscripten_bind_Mat44_sRotationZ_1=vt=b.Br;d._emscripten_bind_Mat44_sRotation_1=wt=b.Cr;d._emscripten_bind_Mat44_sRotationAxisAngle_2=xt=b.Dr;d._emscripten_bind_Mat44_sTranslation_1=yt=b.Er;d._emscripten_bind_Mat44_sRotationTranslation_2=zt=b.Fr;d._emscripten_bind_Mat44_sInverseRotationTranslation_2=At=b.Gr;d._emscripten_bind_Mat44_sScale_1=Bt=b.Hr;d._emscripten_bind_Mat44_sScaleVec3_1=Ct=b.Ir;d._emscripten_bind_Mat44_sOuterProduct_2=Dt=b.Jr;
d._emscripten_bind_Mat44_sCrossProduct_1=Et=b.Kr;d._emscripten_bind_Mat44_sQuatLeftMultiply_1=Ft=b.Lr;d._emscripten_bind_Mat44_sQuatRightMultiply_1=Gt=b.Mr;d._emscripten_bind_Mat44_sLookAt_3=Ht=b.Nr;d._emscripten_bind_Mat44_sPerspective_4=It=b.Or;d._emscripten_bind_Mat44_GetAxisX_0=Jt=b.Pr;d._emscripten_bind_Mat44_GetAxisY_0=Kt=b.Qr;d._emscripten_bind_Mat44_GetAxisZ_0=Lt=b.Rr;d._emscripten_bind_Mat44_GetDiagonal3_0=Mt=b.Sr;d._emscripten_bind_Mat44_GetDiagonal4_0=Nt=b.Tr;d._emscripten_bind_Mat44_GetRotation_0=
Ot=b.Ur;d._emscripten_bind_Mat44_GetRotationSafe_0=Pt=b.Vr;d._emscripten_bind_Mat44_GetQuaternion_0=Qt=b.Wr;d._emscripten_bind_Mat44_GetTranslation_0=Rt=b.Xr;d._emscripten_bind_Mat44_Equals_1=St=b.Yr;d._emscripten_bind_Mat44_NotEquals_1=Tt=b.Zr;d._emscripten_bind_Mat44_IsClose_1=Ut=b._r;d._emscripten_bind_Mat44_IsClose_2=Vt=b.$r;d._emscripten_bind_Mat44_Add_1=Wt=b.as;d._emscripten_bind_Mat44_MulFloat_1=Xt=b.bs;d._emscripten_bind_Mat44_MulMat44_1=Yt=b.cs;d._emscripten_bind_Mat44_MulVec3_1=Zt=b.ds;
d._emscripten_bind_Mat44_MulVec4_1=$t=b.es;d._emscripten_bind_Mat44_AddMat44_1=au=b.fs;d._emscripten_bind_Mat44_SubMat44_1=bu=b.gs;d._emscripten_bind_Mat44_Multiply3x3_1=cu=b.hs;d._emscripten_bind_Mat44_Multiply3x3Transposed_1=du=b.is;d._emscripten_bind_Mat44_Multiply3x3LeftTransposed_1=eu=b.js;d._emscripten_bind_Mat44_Multiply3x3RightTransposed_1=fu=b.ks;d._emscripten_bind_Mat44_Transposed_0=gu=b.ls;d._emscripten_bind_Mat44_Transposed3x3_0=hu=b.ms;d._emscripten_bind_Mat44_Inversed_0=iu=b.ns;d._emscripten_bind_Mat44_InversedRotationTranslation_0=
ju=b.os;d._emscripten_bind_Mat44_Adjointed3x3_0=ku=b.ps;d._emscripten_bind_Mat44_SetInversed3x3_1=lu=b.qs;d._emscripten_bind_Mat44_GetDeterminant3x3_0=mu=b.rs;d._emscripten_bind_Mat44_Inversed3x3_0=nu=b.ss;d._emscripten_bind_Mat44_GetDirectionPreservingMatrix_0=ou=b.ts;d._emscripten_bind_Mat44_PreTranslated_1=pu=b.us;d._emscripten_bind_Mat44_PostTranslated_1=qu=b.vs;d._emscripten_bind_Mat44_PreScaled_1=ru=b.ws;d._emscripten_bind_Mat44_PostScaled_1=su=b.xs;d._emscripten_bind_Mat44_Decompose_1=tu=b.ys;
d._emscripten_bind_Mat44_SetColumn3_2=uu=b.zs;d._emscripten_bind_Mat44_SetColumn4_2=vu=b.As;d._emscripten_bind_Mat44_SetAxisX_1=wu=b.Bs;d._emscripten_bind_Mat44_SetAxisY_1=xu=b.Cs;d._emscripten_bind_Mat44_SetAxisZ_1=yu=b.Ds;d._emscripten_bind_Mat44_SetDiagonal3_1=zu=b.Es;d._emscripten_bind_Mat44_SetDiagonal4_1=Au=b.Fs;d._emscripten_bind_Mat44_SetTranslation_1=Bu=b.Gs;d._emscripten_bind_Mat44_GetColumn3_1=Cu=b.Hs;d._emscripten_bind_Mat44_GetColumn4_1=Du=b.Is;d._emscripten_bind_Mat44___destroy___0=
Eu=b.Js;d._emscripten_bind_RMat44_RMat44_0=Fu=b.Ks;d._emscripten_bind_RMat44_sZero_0=Gu=b.Ls;d._emscripten_bind_RMat44_sIdentity_0=Hu=b.Ms;d._emscripten_bind_RMat44_sRotation_1=Iu=b.Ns;d._emscripten_bind_RMat44_sTranslation_1=Ju=b.Os;d._emscripten_bind_RMat44_sRotationTranslation_2=Ku=b.Ps;d._emscripten_bind_RMat44_sInverseRotationTranslation_2=Lu=b.Qs;d._emscripten_bind_RMat44_ToMat44_0=Mu=b.Rs;d._emscripten_bind_RMat44_Equals_1=Nu=b.Ss;d._emscripten_bind_RMat44_NotEquals_1=Ou=b.Ts;d._emscripten_bind_RMat44_MulVec3_1=
Pu=b.Us;d._emscripten_bind_RMat44_MulRVec3_1=Qu=b.Vs;d._emscripten_bind_RMat44_MulMat44_1=Ru=b.Ws;d._emscripten_bind_RMat44_MulRMat44_1=Su=b.Xs;d._emscripten_bind_RMat44_GetAxisX_0=Tu=b.Ys;d._emscripten_bind_RMat44_GetAxisY_0=Uu=b.Zs;d._emscripten_bind_RMat44_GetAxisZ_0=Vu=b._s;d._emscripten_bind_RMat44_GetRotation_0=Wu=b.$s;d._emscripten_bind_RMat44_SetRotation_1=Xu=b.at;d._emscripten_bind_RMat44_GetQuaternion_0=Yu=b.bt;d._emscripten_bind_RMat44_GetTranslation_0=Zu=b.ct;d._emscripten_bind_RMat44_IsClose_1=
$u=b.dt;d._emscripten_bind_RMat44_IsClose_2=av=b.et;d._emscripten_bind_RMat44_Multiply3x3_1=bv=b.ft;d._emscripten_bind_RMat44_Multiply3x3Transposed_1=cv=b.gt;d._emscripten_bind_RMat44_Transposed3x3_0=dv=b.ht;d._emscripten_bind_RMat44_Inversed_0=ev=b.it;d._emscripten_bind_RMat44_InversedRotationTranslation_0=fv=b.jt;d._emscripten_bind_RMat44_PreTranslated_1=gv=b.kt;d._emscripten_bind_RMat44_PostTranslated_1=hv=b.lt;d._emscripten_bind_RMat44_PreScaled_1=iv=b.mt;d._emscripten_bind_RMat44_PostScaled_1=
jv=b.nt;d._emscripten_bind_RMat44_GetDirectionPreservingMatrix_0=kv=b.ot;d._emscripten_bind_RMat44_SetColumn3_2=lv=b.pt;d._emscripten_bind_RMat44_GetColumn3_1=mv=b.qt;d._emscripten_bind_RMat44_SetAxisX_1=nv=b.rt;d._emscripten_bind_RMat44_SetAxisY_1=ov=b.st;d._emscripten_bind_RMat44_SetAxisZ_1=pv=b.tt;d._emscripten_bind_RMat44_SetTranslation_1=qv=b.ut;d._emscripten_bind_RMat44_SetColumn4_2=rv=b.vt;d._emscripten_bind_RMat44_GetColumn4_1=sv=b.wt;d._emscripten_bind_RMat44_Decompose_1=tv=b.xt;d._emscripten_bind_RMat44___destroy___0=
uv=b.yt;d._emscripten_bind_AABox_AABox_0=vv=b.zt;d._emscripten_bind_AABox_AABox_2=wv=b.At;d._emscripten_bind_AABox_sBiggest_0=xv=b.Bt;d._emscripten_bind_AABox_sFromTwoPoints_2=yv=b.Ct;d._emscripten_bind_AABox_sFromTriangle_2=zv=b.Dt;d._emscripten_bind_AABox_Equals_1=Av=b.Et;d._emscripten_bind_AABox_NotEquals_1=Bv=b.Ft;d._emscripten_bind_AABox_SetEmpty_0=Cv=b.Gt;d._emscripten_bind_AABox_IsValid_0=Dv=b.Ht;d._emscripten_bind_AABox_EncapsulateVec3_1=Ev=b.It;d._emscripten_bind_AABox_EncapsulateAABox_1=
Fv=b.Jt;d._emscripten_bind_AABox_EncapsulateTriangle_1=Gv=b.Kt;d._emscripten_bind_AABox_EncapsulateIndexedTriangle_2=Hv=b.Lt;d._emscripten_bind_AABox_Intersect_1=Iv=b.Mt;d._emscripten_bind_AABox_EnsureMinimalEdgeLength_1=Jv=b.Nt;d._emscripten_bind_AABox_ExpandBy_1=Kv=b.Ot;d._emscripten_bind_AABox_GetCenter_0=Lv=b.Pt;d._emscripten_bind_AABox_GetExtent_0=Mv=b.Qt;d._emscripten_bind_AABox_GetSize_0=Nv=b.Rt;d._emscripten_bind_AABox_GetSurfaceArea_0=Ov=b.St;d._emscripten_bind_AABox_GetVolume_0=Pv=b.Tt;
d._emscripten_bind_AABox_ContainsVec3_1=Qv=b.Ut;d._emscripten_bind_AABox_ContainsRVec3_1=Rv=b.Vt;d._emscripten_bind_AABox_OverlapsAABox_1=Sv=b.Wt;d._emscripten_bind_AABox_OverlapsPlane_1=Tv=b.Xt;d._emscripten_bind_AABox_TranslateVec3_1=Uv=b.Yt;d._emscripten_bind_AABox_TranslateRVec3_1=Vv=b.Zt;d._emscripten_bind_AABox_TransformedMat44_1=Wv=b._t;d._emscripten_bind_AABox_TransformedRMat44_1=Xv=b.$t;d._emscripten_bind_AABox_Scaled_1=Yv=b.au;d._emscripten_bind_AABox_GetClosestPoint_1=Zv=b.bu;d._emscripten_bind_AABox_GetSqDistanceTo_1=
$v=b.cu;d._emscripten_bind_AABox_get_mMin_0=aw=b.du;d._emscripten_bind_AABox_set_mMin_1=bw=b.eu;d._emscripten_bind_AABox_get_mMax_0=cw=b.fu;d._emscripten_bind_AABox_set_mMax_1=dw=b.gu;d._emscripten_bind_AABox___destroy___0=ew=b.hu;d._emscripten_bind_OrientedBox_OrientedBox_0=fw=b.iu;d._emscripten_bind_OrientedBox_OrientedBox_2=gw=b.ju;d._emscripten_bind_OrientedBox_get_mOrientation_0=hw=b.ku;d._emscripten_bind_OrientedBox_set_mOrientation_1=iw=b.lu;d._emscripten_bind_OrientedBox_get_mHalfExtents_0=
jw=b.mu;d._emscripten_bind_OrientedBox_set_mHalfExtents_1=kw=b.nu;d._emscripten_bind_OrientedBox___destroy___0=lw=b.ou;d._emscripten_bind_RayCast_RayCast_0=mw=b.pu;d._emscripten_bind_RayCast_RayCast_2=nw=b.qu;d._emscripten_bind_RayCast_Transformed_1=ow=b.ru;d._emscripten_bind_RayCast_Translated_1=pw=b.su;d._emscripten_bind_RayCast_GetPointOnRay_1=qw=b.tu;d._emscripten_bind_RayCast_get_mOrigin_0=rw=b.uu;d._emscripten_bind_RayCast_set_mOrigin_1=sw=b.vu;d._emscripten_bind_RayCast_get_mDirection_0=tw=
b.wu;d._emscripten_bind_RayCast_set_mDirection_1=uw=b.xu;d._emscripten_bind_RayCast___destroy___0=vw=b.yu;d._emscripten_bind_RRayCast_RRayCast_0=ww=b.zu;d._emscripten_bind_RRayCast_RRayCast_2=xw=b.Au;d._emscripten_bind_RRayCast_Transformed_1=yw=b.Bu;d._emscripten_bind_RRayCast_Translated_1=zw=b.Cu;d._emscripten_bind_RRayCast_GetPointOnRay_1=Aw=b.Du;d._emscripten_bind_RRayCast_get_mOrigin_0=Bw=b.Eu;d._emscripten_bind_RRayCast_set_mOrigin_1=Cw=b.Fu;d._emscripten_bind_RRayCast_get_mDirection_0=Dw=b.Gu;
d._emscripten_bind_RRayCast_set_mDirection_1=Ew=b.Hu;d._emscripten_bind_RRayCast___destroy___0=Fw=b.Iu;d._emscripten_bind_RayCastResult_RayCastResult_0=Gw=b.Ju;d._emscripten_bind_RayCastResult_Reset_0=Hw=b.Ku;d._emscripten_bind_RayCastResult_get_mSubShapeID2_0=Iw=b.Lu;d._emscripten_bind_RayCastResult_set_mSubShapeID2_1=Jw=b.Mu;d._emscripten_bind_RayCastResult_get_mBodyID_0=Kw=b.Nu;d._emscripten_bind_RayCastResult_set_mBodyID_1=Lw=b.Ou;d._emscripten_bind_RayCastResult_get_mFraction_0=Mw=b.Pu;d._emscripten_bind_RayCastResult_set_mFraction_1=
Nw=b.Qu;d._emscripten_bind_RayCastResult___destroy___0=Ow=b.Ru;d._emscripten_bind_AABoxCast_AABoxCast_0=Pw=b.Su;d._emscripten_bind_AABoxCast_get_mBox_0=Qw=b.Tu;d._emscripten_bind_AABoxCast_set_mBox_1=Rw=b.Uu;d._emscripten_bind_AABoxCast_get_mDirection_0=Sw=b.Vu;d._emscripten_bind_AABoxCast_set_mDirection_1=Tw=b.Wu;d._emscripten_bind_AABoxCast___destroy___0=Uw=b.Xu;d._emscripten_bind_ShapeCast_ShapeCast_4=Vw=b.Yu;d._emscripten_bind_ShapeCast_GetPointOnRay_1=Ww=b.Zu;d._emscripten_bind_ShapeCast_get_mShape_0=
Xw=b._u;d._emscripten_bind_ShapeCast_get_mScale_0=Yw=b.$u;d._emscripten_bind_ShapeCast_get_mCenterOfMassStart_0=Zw=b.av;d._emscripten_bind_ShapeCast_get_mDirection_0=$w=b.bv;d._emscripten_bind_ShapeCast___destroy___0=ax=b.cv;d._emscripten_bind_RShapeCast_RShapeCast_4=bx=b.dv;d._emscripten_bind_RShapeCast_GetPointOnRay_1=cx=b.ev;d._emscripten_bind_RShapeCast_get_mShape_0=dx=b.fv;d._emscripten_bind_RShapeCast_get_mScale_0=ex=b.gv;d._emscripten_bind_RShapeCast_get_mCenterOfMassStart_0=fx=b.hv;d._emscripten_bind_RShapeCast_get_mDirection_0=
gx=b.iv;d._emscripten_bind_RShapeCast___destroy___0=hx=b.jv;d._emscripten_bind_Plane_Plane_2=ix=b.kv;d._emscripten_bind_Plane_GetNormal_0=jx=b.lv;d._emscripten_bind_Plane_SetNormal_1=kx=b.mv;d._emscripten_bind_Plane_GetConstant_0=lx=b.nv;d._emscripten_bind_Plane_SetConstant_1=mx=b.ov;d._emscripten_bind_Plane_sFromPointAndNormal_2=nx=b.pv;d._emscripten_bind_Plane_sFromPointsCCW_3=ox=b.qv;d._emscripten_bind_Plane_Offset_1=px=b.rv;d._emscripten_bind_Plane_Scaled_1=qx=b.sv;d._emscripten_bind_Plane_GetTransformed_1=
rx=b.tv;d._emscripten_bind_Plane_ProjectPointOnPlane_1=sx=b.uv;d._emscripten_bind_Plane_SignedDistance_1=tx=b.vv;d._emscripten_bind_Plane___destroy___0=ux=b.wv;d._emscripten_bind_TransformedShape_TransformedShape_0=vx=b.xv;d._emscripten_bind_TransformedShape_CastRay_2=wx=b.yv;d._emscripten_bind_TransformedShape_CastRay_4=xx=b.zv;d._emscripten_bind_TransformedShape_CollidePoint_3=yx=b.Av;d._emscripten_bind_TransformedShape_CollideShape_7=zx=b.Bv;d._emscripten_bind_TransformedShape_CastShape_5=Ax=b.Cv;
d._emscripten_bind_TransformedShape_CollectTransformedShapes_3=Bx=b.Dv;d._emscripten_bind_TransformedShape_GetShapeScale_0=Cx=b.Ev;d._emscripten_bind_TransformedShape_SetShapeScale_1=Dx=b.Fv;d._emscripten_bind_TransformedShape_GetCenterOfMassTransform_0=Ex=b.Gv;d._emscripten_bind_TransformedShape_GetInverseCenterOfMassTransform_0=Fx=b.Hv;d._emscripten_bind_TransformedShape_SetWorldTransform_1=Gx=b.Iv;d._emscripten_bind_TransformedShape_SetWorldTransform_3=Hx=b.Jv;d._emscripten_bind_TransformedShape_GetWorldTransform_0=
Ix=b.Kv;d._emscripten_bind_TransformedShape_GetWorldSpaceBounds_0=Jx=b.Lv;d._emscripten_bind_TransformedShape_GetWorldSpaceSurfaceNormal_2=Kx=b.Mv;d._emscripten_bind_TransformedShape_GetMaterial_1=Lx=b.Nv;d._emscripten_bind_TransformedShape_get_mShapePositionCOM_0=Mx=b.Ov;d._emscripten_bind_TransformedShape_set_mShapePositionCOM_1=Nx=b.Pv;d._emscripten_bind_TransformedShape_get_mShapeRotation_0=Ox=b.Qv;d._emscripten_bind_TransformedShape_set_mShapeRotation_1=Px=b.Rv;d._emscripten_bind_TransformedShape_get_mShape_0=
Qx=b.Sv;d._emscripten_bind_TransformedShape_set_mShape_1=Rx=b.Tv;d._emscripten_bind_TransformedShape_get_mShapeScale_0=Sx=b.Uv;d._emscripten_bind_TransformedShape_set_mShapeScale_1=Tx=b.Vv;d._emscripten_bind_TransformedShape_get_mBodyID_0=Ux=b.Wv;d._emscripten_bind_TransformedShape_set_mBodyID_1=Vx=b.Xv;d._emscripten_bind_TransformedShape___destroy___0=Wx=b.Yv;d._emscripten_bind_PhysicsMaterial_PhysicsMaterial_0=Xx=b.Zv;d._emscripten_bind_PhysicsMaterial_GetRefCount_0=Yx=b._v;d._emscripten_bind_PhysicsMaterial_AddRef_0=
Zx=b.$v;d._emscripten_bind_PhysicsMaterial_Release_0=$x=b.aw;d._emscripten_bind_PhysicsMaterial___destroy___0=ay=b.bw;d._emscripten_bind_PhysicsMaterialList_PhysicsMaterialList_0=by=b.cw;d._emscripten_bind_PhysicsMaterialList_empty_0=cy=b.dw;d._emscripten_bind_PhysicsMaterialList_size_0=dy=b.ew;d._emscripten_bind_PhysicsMaterialList_at_1=ey=b.fw;d._emscripten_bind_PhysicsMaterialList_push_back_1=fy=b.gw;d._emscripten_bind_PhysicsMaterialList_reserve_1=gy=b.hw;d._emscripten_bind_PhysicsMaterialList_resize_1=
hy=b.iw;d._emscripten_bind_PhysicsMaterialList_clear_0=iy=b.jw;d._emscripten_bind_PhysicsMaterialList___destroy___0=jy=b.kw;d._emscripten_bind_Triangle_Triangle_0=ky=b.lw;d._emscripten_bind_Triangle_Triangle_3=ly=b.mw;d._emscripten_bind_Triangle_Triangle_4=my=b.nw;d._emscripten_bind_Triangle_Triangle_5=ny=b.ow;d._emscripten_bind_Triangle_get_mV_1=oy=b.pw;d._emscripten_bind_Triangle_set_mV_2=py=b.qw;d._emscripten_bind_Triangle_get_mMaterialIndex_0=qy=b.rw;d._emscripten_bind_Triangle_set_mMaterialIndex_1=
ry=b.sw;d._emscripten_bind_Triangle_get_mUserData_0=sy=b.tw;d._emscripten_bind_Triangle_set_mUserData_1=ty=b.uw;d._emscripten_bind_Triangle___destroy___0=uy=b.vw;d._emscripten_bind_TriangleList_TriangleList_0=vy=b.ww;d._emscripten_bind_TriangleList_empty_0=wy=b.xw;d._emscripten_bind_TriangleList_size_0=xy=b.yw;d._emscripten_bind_TriangleList_at_1=yy=b.zw;d._emscripten_bind_TriangleList_push_back_1=zy=b.Aw;d._emscripten_bind_TriangleList_reserve_1=Ay=b.Bw;d._emscripten_bind_TriangleList_resize_1=By=
b.Cw;d._emscripten_bind_TriangleList_clear_0=Cy=b.Dw;d._emscripten_bind_TriangleList___destroy___0=Dy=b.Ew;d._emscripten_bind_VertexList_VertexList_0=Ey=b.Fw;d._emscripten_bind_VertexList_empty_0=Fy=b.Gw;d._emscripten_bind_VertexList_size_0=Gy=b.Hw;d._emscripten_bind_VertexList_at_1=Hy=b.Iw;d._emscripten_bind_VertexList_push_back_1=Iy=b.Jw;d._emscripten_bind_VertexList_reserve_1=Jy=b.Kw;d._emscripten_bind_VertexList_resize_1=Ky=b.Lw;d._emscripten_bind_VertexList_clear_0=Ly=b.Mw;d._emscripten_bind_VertexList___destroy___0=
My=b.Nw;d._emscripten_bind_IndexedTriangle_IndexedTriangle_0=Ny=b.Ow;d._emscripten_bind_IndexedTriangle_IndexedTriangle_4=Oy=b.Pw;d._emscripten_bind_IndexedTriangle_IndexedTriangle_5=Py=b.Qw;d._emscripten_bind_IndexedTriangle_get_mIdx_1=Qy=b.Rw;d._emscripten_bind_IndexedTriangle_set_mIdx_2=Ry=b.Sw;d._emscripten_bind_IndexedTriangle_get_mMaterialIndex_0=Sy=b.Tw;d._emscripten_bind_IndexedTriangle_set_mMaterialIndex_1=Ty=b.Uw;d._emscripten_bind_IndexedTriangle_get_mUserData_0=Uy=b.Vw;d._emscripten_bind_IndexedTriangle_set_mUserData_1=
Vy=b.Ww;d._emscripten_bind_IndexedTriangle___destroy___0=Wy=b.Xw;d._emscripten_bind_IndexedTriangleList_IndexedTriangleList_0=Xy=b.Yw;d._emscripten_bind_IndexedTriangleList_empty_0=Yy=b.Zw;d._emscripten_bind_IndexedTriangleList_size_0=Zy=b._w;d._emscripten_bind_IndexedTriangleList_at_1=$y=b.$w;d._emscripten_bind_IndexedTriangleList_push_back_1=az=b.ax;d._emscripten_bind_IndexedTriangleList_reserve_1=bz=b.bx;d._emscripten_bind_IndexedTriangleList_resize_1=cz=b.cx;d._emscripten_bind_IndexedTriangleList_clear_0=
dz=b.dx;d._emscripten_bind_IndexedTriangleList___destroy___0=ez=b.ex;d._emscripten_bind_ShapeResult_IsValid_0=fz=b.fx;d._emscripten_bind_ShapeResult_HasError_0=gz=b.gx;d._emscripten_bind_ShapeResult_GetError_0=hz=b.hx;d._emscripten_bind_ShapeResult_Get_0=iz=b.ix;d._emscripten_bind_ShapeResult_Clear_0=jz=b.jx;d._emscripten_bind_ShapeResult___destroy___0=kz=b.kx;d._emscripten_bind_ShapeGetTriangles_ShapeGetTriangles_5=lz=b.lx;d._emscripten_bind_ShapeGetTriangles_GetNumTriangles_0=mz=b.mx;d._emscripten_bind_ShapeGetTriangles_GetVerticesSize_0=
nz=b.nx;d._emscripten_bind_ShapeGetTriangles_GetVerticesData_0=oz=b.ox;d._emscripten_bind_ShapeGetTriangles_GetMaterial_1=pz=b.px;d._emscripten_bind_ShapeGetTriangles___destroy___0=qz=b.qx;d._emscripten_bind_SphereShapeSettings_SphereShapeSettings_1=rz=b.rx;d._emscripten_bind_SphereShapeSettings_SphereShapeSettings_2=sz=b.sx;d._emscripten_bind_SphereShapeSettings_GetRefCount_0=tz=b.tx;d._emscripten_bind_SphereShapeSettings_AddRef_0=uz=b.ux;d._emscripten_bind_SphereShapeSettings_Release_0=vz=b.vx;
d._emscripten_bind_SphereShapeSettings_Create_0=wz=b.wx;d._emscripten_bind_SphereShapeSettings_ClearCachedResult_0=xz=b.xx;d._emscripten_bind_SphereShapeSettings_get_mRadius_0=yz=b.yx;d._emscripten_bind_SphereShapeSettings_set_mRadius_1=zz=b.zx;d._emscripten_bind_SphereShapeSettings_get_mMaterial_0=Az=b.Ax;d._emscripten_bind_SphereShapeSettings_set_mMaterial_1=Bz=b.Bx;d._emscripten_bind_SphereShapeSettings_get_mDensity_0=Cz=b.Cx;d._emscripten_bind_SphereShapeSettings_set_mDensity_1=Dz=b.Dx;d._emscripten_bind_SphereShapeSettings_get_mUserData_0=
Ez=b.Ex;d._emscripten_bind_SphereShapeSettings_set_mUserData_1=Fz=b.Fx;d._emscripten_bind_SphereShapeSettings___destroy___0=Gz=b.Gx;d._emscripten_bind_SphereShape_SphereShape_1=Hz=b.Hx;d._emscripten_bind_SphereShape_SphereShape_2=Iz=b.Ix;d._emscripten_bind_SphereShape_GetRadius_0=Jz=b.Jx;d._emscripten_bind_SphereShape_SetMaterial_1=Kz=b.Kx;d._emscripten_bind_SphereShape_GetDensity_0=Lz=b.Lx;d._emscripten_bind_SphereShape_SetDensity_1=Mz=b.Mx;d._emscripten_bind_SphereShape_GetRefCount_0=Nz=b.Nx;d._emscripten_bind_SphereShape_AddRef_0=
Oz=b.Ox;d._emscripten_bind_SphereShape_Release_0=Pz=b.Px;d._emscripten_bind_SphereShape_GetType_0=Qz=b.Qx;d._emscripten_bind_SphereShape_GetSubType_0=Rz=b.Rx;d._emscripten_bind_SphereShape_MustBeStatic_0=Sz=b.Sx;d._emscripten_bind_SphereShape_GetLocalBounds_0=Tz=b.Tx;d._emscripten_bind_SphereShape_GetWorldSpaceBounds_2=Uz=b.Ux;d._emscripten_bind_SphereShape_GetCenterOfMass_0=Vz=b.Vx;d._emscripten_bind_SphereShape_GetUserData_0=Wz=b.Wx;d._emscripten_bind_SphereShape_SetUserData_1=Xz=b.Xx;d._emscripten_bind_SphereShape_GetSubShapeIDBitsRecursive_0=
Yz=b.Yx;d._emscripten_bind_SphereShape_GetInnerRadius_0=Zz=b.Zx;d._emscripten_bind_SphereShape_GetMassProperties_0=$z=b._x;d._emscripten_bind_SphereShape_GetLeafShape_2=aA=b.$x;d._emscripten_bind_SphereShape_GetMaterial_1=bA=b.ay;d._emscripten_bind_SphereShape_GetSurfaceNormal_2=cA=b.by;d._emscripten_bind_SphereShape_GetSubShapeUserData_1=dA=b.cy;d._emscripten_bind_SphereShape_GetSubShapeTransformedShape_5=eA=b.dy;d._emscripten_bind_SphereShape_GetVolume_0=fA=b.ey;d._emscripten_bind_SphereShape_IsValidScale_1=
gA=b.fy;d._emscripten_bind_SphereShape_MakeScaleValid_1=hA=b.gy;d._emscripten_bind_SphereShape_ScaleShape_1=iA=b.hy;d._emscripten_bind_SphereShape___destroy___0=jA=b.iy;d._emscripten_bind_BoxShapeSettings_BoxShapeSettings_1=kA=b.jy;d._emscripten_bind_BoxShapeSettings_BoxShapeSettings_2=lA=b.ky;d._emscripten_bind_BoxShapeSettings_BoxShapeSettings_3=mA=b.ly;d._emscripten_bind_BoxShapeSettings_GetRefCount_0=nA=b.my;d._emscripten_bind_BoxShapeSettings_AddRef_0=oA=b.ny;d._emscripten_bind_BoxShapeSettings_Release_0=
pA=b.oy;d._emscripten_bind_BoxShapeSettings_Create_0=qA=b.py;d._emscripten_bind_BoxShapeSettings_ClearCachedResult_0=rA=b.qy;d._emscripten_bind_BoxShapeSettings_get_mHalfExtent_0=sA=b.ry;d._emscripten_bind_BoxShapeSettings_set_mHalfExtent_1=tA=b.sy;d._emscripten_bind_BoxShapeSettings_get_mConvexRadius_0=uA=b.ty;d._emscripten_bind_BoxShapeSettings_set_mConvexRadius_1=vA=b.uy;d._emscripten_bind_BoxShapeSettings_get_mMaterial_0=wA=b.vy;d._emscripten_bind_BoxShapeSettings_set_mMaterial_1=xA=b.wy;d._emscripten_bind_BoxShapeSettings_get_mDensity_0=
yA=b.xy;d._emscripten_bind_BoxShapeSettings_set_mDensity_1=zA=b.yy;d._emscripten_bind_BoxShapeSettings_get_mUserData_0=AA=b.zy;d._emscripten_bind_BoxShapeSettings_set_mUserData_1=BA=b.Ay;d._emscripten_bind_BoxShapeSettings___destroy___0=CA=b.By;d._emscripten_bind_BoxShape_BoxShape_1=DA=b.Cy;d._emscripten_bind_BoxShape_BoxShape_2=EA=b.Dy;d._emscripten_bind_BoxShape_BoxShape_3=FA=b.Ey;d._emscripten_bind_BoxShape_GetHalfExtent_0=GA=b.Fy;d._emscripten_bind_BoxShape_SetMaterial_1=HA=b.Gy;d._emscripten_bind_BoxShape_GetDensity_0=
IA=b.Hy;d._emscripten_bind_BoxShape_SetDensity_1=JA=b.Iy;d._emscripten_bind_BoxShape_GetRefCount_0=KA=b.Jy;d._emscripten_bind_BoxShape_AddRef_0=LA=b.Ky;d._emscripten_bind_BoxShape_Release_0=MA=b.Ly;d._emscripten_bind_BoxShape_GetType_0=NA=b.My;d._emscripten_bind_BoxShape_GetSubType_0=OA=b.Ny;d._emscripten_bind_BoxShape_MustBeStatic_0=PA=b.Oy;d._emscripten_bind_BoxShape_GetLocalBounds_0=QA=b.Py;d._emscripten_bind_BoxShape_GetWorldSpaceBounds_2=RA=b.Qy;d._emscripten_bind_BoxShape_GetCenterOfMass_0=
SA=b.Ry;d._emscripten_bind_BoxShape_GetUserData_0=TA=b.Sy;d._emscripten_bind_BoxShape_SetUserData_1=UA=b.Ty;d._emscripten_bind_BoxShape_GetSubShapeIDBitsRecursive_0=VA=b.Uy;d._emscripten_bind_BoxShape_GetInnerRadius_0=WA=b.Vy;d._emscripten_bind_BoxShape_GetMassProperties_0=XA=b.Wy;d._emscripten_bind_BoxShape_GetLeafShape_2=YA=b.Xy;d._emscripten_bind_BoxShape_GetMaterial_1=ZA=b.Yy;d._emscripten_bind_BoxShape_GetSurfaceNormal_2=$A=b.Zy;d._emscripten_bind_BoxShape_GetSubShapeUserData_1=aB=b._y;d._emscripten_bind_BoxShape_GetSubShapeTransformedShape_5=
bB=b.$y;d._emscripten_bind_BoxShape_GetVolume_0=cB=b.az;d._emscripten_bind_BoxShape_IsValidScale_1=dB=b.bz;d._emscripten_bind_BoxShape_MakeScaleValid_1=eB=b.cz;d._emscripten_bind_BoxShape_ScaleShape_1=fB=b.dz;d._emscripten_bind_BoxShape___destroy___0=gB=b.ez;d._emscripten_bind_CylinderShapeSettings_CylinderShapeSettings_2=hB=b.fz;d._emscripten_bind_CylinderShapeSettings_CylinderShapeSettings_3=iB=b.gz;d._emscripten_bind_CylinderShapeSettings_CylinderShapeSettings_4=jB=b.hz;d._emscripten_bind_CylinderShapeSettings_GetRefCount_0=
kB=b.iz;d._emscripten_bind_CylinderShapeSettings_AddRef_0=lB=b.jz;d._emscripten_bind_CylinderShapeSettings_Release_0=mB=b.kz;d._emscripten_bind_CylinderShapeSettings_Create_0=nB=b.lz;d._emscripten_bind_CylinderShapeSettings_ClearCachedResult_0=oB=b.mz;d._emscripten_bind_CylinderShapeSettings_get_mHalfHeight_0=pB=b.nz;d._emscripten_bind_CylinderShapeSettings_set_mHalfHeight_1=qB=b.oz;d._emscripten_bind_CylinderShapeSettings_get_mRadius_0=rB=b.pz;d._emscripten_bind_CylinderShapeSettings_set_mRadius_1=
sB=b.qz;d._emscripten_bind_CylinderShapeSettings_get_mConvexRadius_0=tB=b.rz;d._emscripten_bind_CylinderShapeSettings_set_mConvexRadius_1=uB=b.sz;d._emscripten_bind_CylinderShapeSettings_get_mMaterial_0=vB=b.tz;d._emscripten_bind_CylinderShapeSettings_set_mMaterial_1=wB=b.uz;d._emscripten_bind_CylinderShapeSettings_get_mDensity_0=xB=b.vz;d._emscripten_bind_CylinderShapeSettings_set_mDensity_1=yB=b.wz;d._emscripten_bind_CylinderShapeSettings_get_mUserData_0=zB=b.xz;d._emscripten_bind_CylinderShapeSettings_set_mUserData_1=
AB=b.yz;d._emscripten_bind_CylinderShapeSettings___destroy___0=BB=b.zz;d._emscripten_bind_CylinderShape_CylinderShape_3=CB=b.Az;d._emscripten_bind_CylinderShape_CylinderShape_4=DB=b.Bz;d._emscripten_bind_CylinderShape_GetRadius_0=EB=b.Cz;d._emscripten_bind_CylinderShape_GetHalfHeight_0=FB=b.Dz;d._emscripten_bind_CylinderShape_SetMaterial_1=GB=b.Ez;d._emscripten_bind_CylinderShape_GetDensity_0=HB=b.Fz;d._emscripten_bind_CylinderShape_SetDensity_1=IB=b.Gz;d._emscripten_bind_CylinderShape_GetRefCount_0=
JB=b.Hz;d._emscripten_bind_CylinderShape_AddRef_0=KB=b.Iz;d._emscripten_bind_CylinderShape_Release_0=LB=b.Jz;d._emscripten_bind_CylinderShape_GetType_0=MB=b.Kz;d._emscripten_bind_CylinderShape_GetSubType_0=NB=b.Lz;d._emscripten_bind_CylinderShape_MustBeStatic_0=OB=b.Mz;d._emscripten_bind_CylinderShape_GetLocalBounds_0=PB=b.Nz;d._emscripten_bind_CylinderShape_GetWorldSpaceBounds_2=QB=b.Oz;d._emscripten_bind_CylinderShape_GetCenterOfMass_0=RB=b.Pz;d._emscripten_bind_CylinderShape_GetUserData_0=SB=b.Qz;
d._emscripten_bind_CylinderShape_SetUserData_1=TB=b.Rz;d._emscripten_bind_CylinderShape_GetSubShapeIDBitsRecursive_0=UB=b.Sz;d._emscripten_bind_CylinderShape_GetInnerRadius_0=VB=b.Tz;d._emscripten_bind_CylinderShape_GetMassProperties_0=WB=b.Uz;d._emscripten_bind_CylinderShape_GetLeafShape_2=XB=b.Vz;d._emscripten_bind_CylinderShape_GetMaterial_1=YB=b.Wz;d._emscripten_bind_CylinderShape_GetSurfaceNormal_2=ZB=b.Xz;d._emscripten_bind_CylinderShape_GetSubShapeUserData_1=$B=b.Yz;d._emscripten_bind_CylinderShape_GetSubShapeTransformedShape_5=
aC=b.Zz;d._emscripten_bind_CylinderShape_GetVolume_0=bC=b._z;d._emscripten_bind_CylinderShape_IsValidScale_1=cC=b.$z;d._emscripten_bind_CylinderShape_MakeScaleValid_1=dC=b.aA;d._emscripten_bind_CylinderShape_ScaleShape_1=eC=b.bA;d._emscripten_bind_CylinderShape___destroy___0=fC=b.cA;d._emscripten_bind_TaperedCylinderShapeSettings_TaperedCylinderShapeSettings_3=gC=b.dA;d._emscripten_bind_TaperedCylinderShapeSettings_TaperedCylinderShapeSettings_4=hC=b.eA;d._emscripten_bind_TaperedCylinderShapeSettings_TaperedCylinderShapeSettings_5=
iC=b.fA;d._emscripten_bind_TaperedCylinderShapeSettings_GetRefCount_0=jC=b.gA;d._emscripten_bind_TaperedCylinderShapeSettings_AddRef_0=kC=b.hA;d._emscripten_bind_TaperedCylinderShapeSettings_Release_0=lC=b.iA;d._emscripten_bind_TaperedCylinderShapeSettings_Create_0=mC=b.jA;d._emscripten_bind_TaperedCylinderShapeSettings_ClearCachedResult_0=nC=b.kA;d._emscripten_bind_TaperedCylinderShapeSettings_get_mHalfHeight_0=oC=b.lA;d._emscripten_bind_TaperedCylinderShapeSettings_set_mHalfHeight_1=pC=b.mA;d._emscripten_bind_TaperedCylinderShapeSettings_get_mTopRadius_0=
qC=b.nA;d._emscripten_bind_TaperedCylinderShapeSettings_set_mTopRadius_1=rC=b.oA;d._emscripten_bind_TaperedCylinderShapeSettings_get_mBottomRadius_0=sC=b.pA;d._emscripten_bind_TaperedCylinderShapeSettings_set_mBottomRadius_1=tC=b.qA;d._emscripten_bind_TaperedCylinderShapeSettings_get_mConvexRadius_0=uC=b.rA;d._emscripten_bind_TaperedCylinderShapeSettings_set_mConvexRadius_1=vC=b.sA;d._emscripten_bind_TaperedCylinderShapeSettings_get_mMaterial_0=wC=b.tA;d._emscripten_bind_TaperedCylinderShapeSettings_set_mMaterial_1=
xC=b.uA;d._emscripten_bind_TaperedCylinderShapeSettings_get_mDensity_0=yC=b.vA;d._emscripten_bind_TaperedCylinderShapeSettings_set_mDensity_1=zC=b.wA;d._emscripten_bind_TaperedCylinderShapeSettings_get_mUserData_0=AC=b.xA;d._emscripten_bind_TaperedCylinderShapeSettings_set_mUserData_1=BC=b.yA;d._emscripten_bind_TaperedCylinderShapeSettings___destroy___0=CC=b.zA;d._emscripten_bind_TaperedCylinderShape_GetHalfHeight_0=DC=b.AA;d._emscripten_bind_TaperedCylinderShape_GetTopRadius_0=EC=b.BA;d._emscripten_bind_TaperedCylinderShape_GetBottomRadius_0=
FC=b.CA;d._emscripten_bind_TaperedCylinderShape_GetConvexRadius_0=GC=b.DA;d._emscripten_bind_TaperedCylinderShape_SetMaterial_1=HC=b.EA;d._emscripten_bind_TaperedCylinderShape_GetDensity_0=IC=b.FA;d._emscripten_bind_TaperedCylinderShape_SetDensity_1=JC=b.GA;d._emscripten_bind_TaperedCylinderShape_GetRefCount_0=KC=b.HA;d._emscripten_bind_TaperedCylinderShape_AddRef_0=LC=b.IA;d._emscripten_bind_TaperedCylinderShape_Release_0=MC=b.JA;d._emscripten_bind_TaperedCylinderShape_GetType_0=NC=b.KA;d._emscripten_bind_TaperedCylinderShape_GetSubType_0=
OC=b.LA;d._emscripten_bind_TaperedCylinderShape_MustBeStatic_0=PC=b.MA;d._emscripten_bind_TaperedCylinderShape_GetLocalBounds_0=QC=b.NA;d._emscripten_bind_TaperedCylinderShape_GetWorldSpaceBounds_2=RC=b.OA;d._emscripten_bind_TaperedCylinderShape_GetCenterOfMass_0=SC=b.PA;d._emscripten_bind_TaperedCylinderShape_GetUserData_0=TC=b.QA;d._emscripten_bind_TaperedCylinderShape_SetUserData_1=UC=b.RA;d._emscripten_bind_TaperedCylinderShape_GetSubShapeIDBitsRecursive_0=VC=b.SA;d._emscripten_bind_TaperedCylinderShape_GetInnerRadius_0=
WC=b.TA;d._emscripten_bind_TaperedCylinderShape_GetMassProperties_0=XC=b.UA;d._emscripten_bind_TaperedCylinderShape_GetLeafShape_2=YC=b.VA;d._emscripten_bind_TaperedCylinderShape_GetMaterial_1=ZC=b.WA;d._emscripten_bind_TaperedCylinderShape_GetSurfaceNormal_2=$C=b.XA;d._emscripten_bind_TaperedCylinderShape_GetSubShapeUserData_1=aD=b.YA;d._emscripten_bind_TaperedCylinderShape_GetSubShapeTransformedShape_5=bD=b.ZA;d._emscripten_bind_TaperedCylinderShape_GetVolume_0=cD=b._A;d._emscripten_bind_TaperedCylinderShape_IsValidScale_1=
dD=b.$A;d._emscripten_bind_TaperedCylinderShape_MakeScaleValid_1=eD=b.aB;d._emscripten_bind_TaperedCylinderShape_ScaleShape_1=fD=b.bB;d._emscripten_bind_TaperedCylinderShape___destroy___0=gD=b.cB;d._emscripten_bind_CapsuleShapeSettings_CapsuleShapeSettings_2=hD=b.dB;d._emscripten_bind_CapsuleShapeSettings_CapsuleShapeSettings_3=iD=b.eB;d._emscripten_bind_CapsuleShapeSettings_GetRefCount_0=jD=b.fB;d._emscripten_bind_CapsuleShapeSettings_AddRef_0=kD=b.gB;d._emscripten_bind_CapsuleShapeSettings_Release_0=
lD=b.hB;d._emscripten_bind_CapsuleShapeSettings_Create_0=mD=b.iB;d._emscripten_bind_CapsuleShapeSettings_ClearCachedResult_0=nD=b.jB;d._emscripten_bind_CapsuleShapeSettings_get_mRadius_0=oD=b.kB;d._emscripten_bind_CapsuleShapeSettings_set_mRadius_1=pD=b.lB;d._emscripten_bind_CapsuleShapeSettings_get_mHalfHeightOfCylinder_0=qD=b.mB;d._emscripten_bind_CapsuleShapeSettings_set_mHalfHeightOfCylinder_1=rD=b.nB;d._emscripten_bind_CapsuleShapeSettings_get_mMaterial_0=sD=b.oB;d._emscripten_bind_CapsuleShapeSettings_set_mMaterial_1=
tD=b.pB;d._emscripten_bind_CapsuleShapeSettings_get_mDensity_0=uD=b.qB;d._emscripten_bind_CapsuleShapeSettings_set_mDensity_1=vD=b.rB;d._emscripten_bind_CapsuleShapeSettings_get_mUserData_0=wD=b.sB;d._emscripten_bind_CapsuleShapeSettings_set_mUserData_1=xD=b.tB;d._emscripten_bind_CapsuleShapeSettings___destroy___0=yD=b.uB;d._emscripten_bind_CapsuleShape_CapsuleShape_2=zD=b.vB;d._emscripten_bind_CapsuleShape_CapsuleShape_3=AD=b.wB;d._emscripten_bind_CapsuleShape_GetRadius_0=BD=b.xB;d._emscripten_bind_CapsuleShape_GetHalfHeightOfCylinder_0=
CD=b.yB;d._emscripten_bind_CapsuleShape_SetMaterial_1=DD=b.zB;d._emscripten_bind_CapsuleShape_GetDensity_0=ED=b.AB;d._emscripten_bind_CapsuleShape_SetDensity_1=FD=b.BB;d._emscripten_bind_CapsuleShape_GetRefCount_0=GD=b.CB;d._emscripten_bind_CapsuleShape_AddRef_0=HD=b.DB;d._emscripten_bind_CapsuleShape_Release_0=ID=b.EB;d._emscripten_bind_CapsuleShape_GetType_0=JD=b.FB;d._emscripten_bind_CapsuleShape_GetSubType_0=KD=b.GB;d._emscripten_bind_CapsuleShape_MustBeStatic_0=LD=b.HB;d._emscripten_bind_CapsuleShape_GetLocalBounds_0=
MD=b.IB;d._emscripten_bind_CapsuleShape_GetWorldSpaceBounds_2=ND=b.JB;d._emscripten_bind_CapsuleShape_GetCenterOfMass_0=OD=b.KB;d._emscripten_bind_CapsuleShape_GetUserData_0=PD=b.LB;d._emscripten_bind_CapsuleShape_SetUserData_1=QD=b.MB;d._emscripten_bind_CapsuleShape_GetSubShapeIDBitsRecursive_0=RD=b.NB;d._emscripten_bind_CapsuleShape_GetInnerRadius_0=SD=b.OB;d._emscripten_bind_CapsuleShape_GetMassProperties_0=TD=b.PB;d._emscripten_bind_CapsuleShape_GetLeafShape_2=UD=b.QB;d._emscripten_bind_CapsuleShape_GetMaterial_1=
VD=b.RB;d._emscripten_bind_CapsuleShape_GetSurfaceNormal_2=WD=b.SB;d._emscripten_bind_CapsuleShape_GetSubShapeUserData_1=XD=b.TB;d._emscripten_bind_CapsuleShape_GetSubShapeTransformedShape_5=YD=b.UB;d._emscripten_bind_CapsuleShape_GetVolume_0=ZD=b.VB;d._emscripten_bind_CapsuleShape_IsValidScale_1=$D=b.WB;d._emscripten_bind_CapsuleShape_MakeScaleValid_1=aE=b.XB;d._emscripten_bind_CapsuleShape_ScaleShape_1=bE=b.YB;d._emscripten_bind_CapsuleShape___destroy___0=cE=b.ZB;d._emscripten_bind_TaperedCapsuleShapeSettings_TaperedCapsuleShapeSettings_3=
dE=b._B;d._emscripten_bind_TaperedCapsuleShapeSettings_TaperedCapsuleShapeSettings_4=eE=b.$B;d._emscripten_bind_TaperedCapsuleShapeSettings_GetRefCount_0=fE=b.aC;d._emscripten_bind_TaperedCapsuleShapeSettings_AddRef_0=gE=b.bC;d._emscripten_bind_TaperedCapsuleShapeSettings_Release_0=hE=b.cC;d._emscripten_bind_TaperedCapsuleShapeSettings_Create_0=iE=b.dC;d._emscripten_bind_TaperedCapsuleShapeSettings_ClearCachedResult_0=jE=b.eC;d._emscripten_bind_TaperedCapsuleShapeSettings_get_mHalfHeightOfTaperedCylinder_0=
kE=b.fC;d._emscripten_bind_TaperedCapsuleShapeSettings_set_mHalfHeightOfTaperedCylinder_1=lE=b.gC;d._emscripten_bind_TaperedCapsuleShapeSettings_get_mTopRadius_0=mE=b.hC;d._emscripten_bind_TaperedCapsuleShapeSettings_set_mTopRadius_1=nE=b.iC;d._emscripten_bind_TaperedCapsuleShapeSettings_get_mBottomRadius_0=oE=b.jC;d._emscripten_bind_TaperedCapsuleShapeSettings_set_mBottomRadius_1=pE=b.kC;d._emscripten_bind_TaperedCapsuleShapeSettings_get_mMaterial_0=qE=b.lC;d._emscripten_bind_TaperedCapsuleShapeSettings_set_mMaterial_1=
rE=b.mC;d._emscripten_bind_TaperedCapsuleShapeSettings_get_mDensity_0=sE=b.nC;d._emscripten_bind_TaperedCapsuleShapeSettings_set_mDensity_1=tE=b.oC;d._emscripten_bind_TaperedCapsuleShapeSettings_get_mUserData_0=uE=b.pC;d._emscripten_bind_TaperedCapsuleShapeSettings_set_mUserData_1=vE=b.qC;d._emscripten_bind_TaperedCapsuleShapeSettings___destroy___0=wE=b.rC;d._emscripten_bind_TaperedCapsuleShape_GetHalfHeight_0=xE=b.sC;d._emscripten_bind_TaperedCapsuleShape_GetTopRadius_0=yE=b.tC;d._emscripten_bind_TaperedCapsuleShape_GetBottomRadius_0=
zE=b.uC;d._emscripten_bind_TaperedCapsuleShape_SetMaterial_1=AE=b.vC;d._emscripten_bind_TaperedCapsuleShape_GetDensity_0=BE=b.wC;d._emscripten_bind_TaperedCapsuleShape_SetDensity_1=CE=b.xC;d._emscripten_bind_TaperedCapsuleShape_GetRefCount_0=DE=b.yC;d._emscripten_bind_TaperedCapsuleShape_AddRef_0=EE=b.zC;d._emscripten_bind_TaperedCapsuleShape_Release_0=FE=b.AC;d._emscripten_bind_TaperedCapsuleShape_GetType_0=GE=b.BC;d._emscripten_bind_TaperedCapsuleShape_GetSubType_0=HE=b.CC;d._emscripten_bind_TaperedCapsuleShape_MustBeStatic_0=
IE=b.DC;d._emscripten_bind_TaperedCapsuleShape_GetLocalBounds_0=JE=b.EC;d._emscripten_bind_TaperedCapsuleShape_GetWorldSpaceBounds_2=KE=b.FC;d._emscripten_bind_TaperedCapsuleShape_GetCenterOfMass_0=LE=b.GC;d._emscripten_bind_TaperedCapsuleShape_GetUserData_0=ME=b.HC;d._emscripten_bind_TaperedCapsuleShape_SetUserData_1=NE=b.IC;d._emscripten_bind_TaperedCapsuleShape_GetSubShapeIDBitsRecursive_0=OE=b.JC;d._emscripten_bind_TaperedCapsuleShape_GetInnerRadius_0=PE=b.KC;d._emscripten_bind_TaperedCapsuleShape_GetMassProperties_0=
QE=b.LC;d._emscripten_bind_TaperedCapsuleShape_GetLeafShape_2=RE=b.MC;d._emscripten_bind_TaperedCapsuleShape_GetMaterial_1=SE=b.NC;d._emscripten_bind_TaperedCapsuleShape_GetSurfaceNormal_2=TE=b.OC;d._emscripten_bind_TaperedCapsuleShape_GetSubShapeUserData_1=UE=b.PC;d._emscripten_bind_TaperedCapsuleShape_GetSubShapeTransformedShape_5=VE=b.QC;d._emscripten_bind_TaperedCapsuleShape_GetVolume_0=WE=b.RC;d._emscripten_bind_TaperedCapsuleShape_IsValidScale_1=XE=b.SC;d._emscripten_bind_TaperedCapsuleShape_MakeScaleValid_1=
YE=b.TC;d._emscripten_bind_TaperedCapsuleShape_ScaleShape_1=ZE=b.UC;d._emscripten_bind_TaperedCapsuleShape___destroy___0=$E=b.VC;d._emscripten_bind_ConvexHullShapeSettings_ConvexHullShapeSettings_0=aF=b.WC;d._emscripten_bind_ConvexHullShapeSettings_GetRefCount_0=bF=b.XC;d._emscripten_bind_ConvexHullShapeSettings_AddRef_0=cF=b.YC;d._emscripten_bind_ConvexHullShapeSettings_Release_0=dF=b.ZC;d._emscripten_bind_ConvexHullShapeSettings_Create_0=eF=b._C;d._emscripten_bind_ConvexHullShapeSettings_ClearCachedResult_0=
fF=b.$C;d._emscripten_bind_ConvexHullShapeSettings_get_mPoints_0=gF=b.aD;d._emscripten_bind_ConvexHullShapeSettings_set_mPoints_1=hF=b.bD;d._emscripten_bind_ConvexHullShapeSettings_get_mMaxConvexRadius_0=iF=b.cD;d._emscripten_bind_ConvexHullShapeSettings_set_mMaxConvexRadius_1=jF=b.dD;d._emscripten_bind_ConvexHullShapeSettings_get_mMaxErrorConvexRadius_0=kF=b.eD;d._emscripten_bind_ConvexHullShapeSettings_set_mMaxErrorConvexRadius_1=lF=b.fD;d._emscripten_bind_ConvexHullShapeSettings_get_mHullTolerance_0=
mF=b.gD;d._emscripten_bind_ConvexHullShapeSettings_set_mHullTolerance_1=nF=b.hD;d._emscripten_bind_ConvexHullShapeSettings_get_mMaterial_0=oF=b.iD;d._emscripten_bind_ConvexHullShapeSettings_set_mMaterial_1=pF=b.jD;d._emscripten_bind_ConvexHullShapeSettings_get_mDensity_0=qF=b.kD;d._emscripten_bind_ConvexHullShapeSettings_set_mDensity_1=rF=b.lD;d._emscripten_bind_ConvexHullShapeSettings_get_mUserData_0=sF=b.mD;d._emscripten_bind_ConvexHullShapeSettings_set_mUserData_1=tF=b.nD;d._emscripten_bind_ConvexHullShapeSettings___destroy___0=
uF=b.oD;d._emscripten_bind_ConvexHullShape_SetMaterial_1=vF=b.pD;d._emscripten_bind_ConvexHullShape_GetDensity_0=wF=b.qD;d._emscripten_bind_ConvexHullShape_SetDensity_1=xF=b.rD;d._emscripten_bind_ConvexHullShape_GetRefCount_0=yF=b.sD;d._emscripten_bind_ConvexHullShape_AddRef_0=zF=b.tD;d._emscripten_bind_ConvexHullShape_Release_0=AF=b.uD;d._emscripten_bind_ConvexHullShape_GetType_0=BF=b.vD;d._emscripten_bind_ConvexHullShape_GetSubType_0=CF=b.wD;d._emscripten_bind_ConvexHullShape_MustBeStatic_0=DF=
b.xD;d._emscripten_bind_ConvexHullShape_GetLocalBounds_0=EF=b.yD;d._emscripten_bind_ConvexHullShape_GetWorldSpaceBounds_2=FF=b.zD;d._emscripten_bind_ConvexHullShape_GetCenterOfMass_0=GF=b.AD;d._emscripten_bind_ConvexHullShape_GetUserData_0=HF=b.BD;d._emscripten_bind_ConvexHullShape_SetUserData_1=IF=b.CD;d._emscripten_bind_ConvexHullShape_GetSubShapeIDBitsRecursive_0=JF=b.DD;d._emscripten_bind_ConvexHullShape_GetInnerRadius_0=KF=b.ED;d._emscripten_bind_ConvexHullShape_GetMassProperties_0=LF=b.FD;d._emscripten_bind_ConvexHullShape_GetLeafShape_2=
MF=b.GD;d._emscripten_bind_ConvexHullShape_GetMaterial_1=NF=b.HD;d._emscripten_bind_ConvexHullShape_GetSurfaceNormal_2=OF=b.ID;d._emscripten_bind_ConvexHullShape_GetSubShapeUserData_1=PF=b.JD;d._emscripten_bind_ConvexHullShape_GetSubShapeTransformedShape_5=QF=b.KD;d._emscripten_bind_ConvexHullShape_GetVolume_0=RF=b.LD;d._emscripten_bind_ConvexHullShape_IsValidScale_1=SF=b.MD;d._emscripten_bind_ConvexHullShape_MakeScaleValid_1=TF=b.ND;d._emscripten_bind_ConvexHullShape_ScaleShape_1=UF=b.OD;d._emscripten_bind_ConvexHullShape___destroy___0=
VF=b.PD;d._emscripten_bind_CompoundShapeSubShape_GetPositionCOM_0=WF=b.QD;d._emscripten_bind_CompoundShapeSubShape_GetRotation_0=XF=b.RD;d._emscripten_bind_CompoundShapeSubShape_get_mShape_0=YF=b.SD;d._emscripten_bind_CompoundShapeSubShape_set_mShape_1=ZF=b.TD;d._emscripten_bind_CompoundShapeSubShape_get_mUserData_0=$F=b.UD;d._emscripten_bind_CompoundShapeSubShape_set_mUserData_1=aG=b.VD;d._emscripten_bind_CompoundShapeSubShape___destroy___0=bG=b.WD;d._emscripten_bind_StaticCompoundShapeSettings_StaticCompoundShapeSettings_0=
cG=b.XD;d._emscripten_bind_StaticCompoundShapeSettings_AddShape_4=dG=b.YD;d._emscripten_bind_StaticCompoundShapeSettings_AddShapeShapeSettings_4=eG=b.ZD;d._emscripten_bind_StaticCompoundShapeSettings_AddShapeShape_4=fG=b._D;d._emscripten_bind_StaticCompoundShapeSettings_GetRefCount_0=gG=b.$D;d._emscripten_bind_StaticCompoundShapeSettings_AddRef_0=hG=b.aE;d._emscripten_bind_StaticCompoundShapeSettings_Release_0=iG=b.bE;d._emscripten_bind_StaticCompoundShapeSettings_Create_0=jG=b.cE;d._emscripten_bind_StaticCompoundShapeSettings_ClearCachedResult_0=
kG=b.dE;d._emscripten_bind_StaticCompoundShapeSettings_get_mUserData_0=lG=b.eE;d._emscripten_bind_StaticCompoundShapeSettings_set_mUserData_1=mG=b.fE;d._emscripten_bind_StaticCompoundShapeSettings___destroy___0=nG=b.gE;d._emscripten_bind_StaticCompoundShape_GetNumSubShapes_0=oG=b.hE;d._emscripten_bind_StaticCompoundShape_GetSubShape_1=pG=b.iE;d._emscripten_bind_StaticCompoundShape_GetRefCount_0=qG=b.jE;d._emscripten_bind_StaticCompoundShape_AddRef_0=rG=b.kE;d._emscripten_bind_StaticCompoundShape_Release_0=
sG=b.lE;d._emscripten_bind_StaticCompoundShape_GetType_0=tG=b.mE;d._emscripten_bind_StaticCompoundShape_GetSubType_0=uG=b.nE;d._emscripten_bind_StaticCompoundShape_MustBeStatic_0=vG=b.oE;d._emscripten_bind_StaticCompoundShape_GetLocalBounds_0=wG=b.pE;d._emscripten_bind_StaticCompoundShape_GetWorldSpaceBounds_2=xG=b.qE;d._emscripten_bind_StaticCompoundShape_GetCenterOfMass_0=yG=b.rE;d._emscripten_bind_StaticCompoundShape_GetUserData_0=zG=b.sE;d._emscripten_bind_StaticCompoundShape_SetUserData_1=AG=
b.tE;d._emscripten_bind_StaticCompoundShape_GetSubShapeIDBitsRecursive_0=BG=b.uE;d._emscripten_bind_StaticCompoundShape_GetInnerRadius_0=CG=b.vE;d._emscripten_bind_StaticCompoundShape_GetMassProperties_0=DG=b.wE;d._emscripten_bind_StaticCompoundShape_GetLeafShape_2=EG=b.xE;d._emscripten_bind_StaticCompoundShape_GetMaterial_1=FG=b.yE;d._emscripten_bind_StaticCompoundShape_GetSurfaceNormal_2=GG=b.zE;d._emscripten_bind_StaticCompoundShape_GetSubShapeUserData_1=HG=b.AE;d._emscripten_bind_StaticCompoundShape_GetSubShapeTransformedShape_5=
IG=b.BE;d._emscripten_bind_StaticCompoundShape_GetVolume_0=JG=b.CE;d._emscripten_bind_StaticCompoundShape_IsValidScale_1=KG=b.DE;d._emscripten_bind_StaticCompoundShape_MakeScaleValid_1=LG=b.EE;d._emscripten_bind_StaticCompoundShape_ScaleShape_1=MG=b.FE;d._emscripten_bind_StaticCompoundShape___destroy___0=NG=b.GE;d._emscripten_bind_MutableCompoundShapeSettings_MutableCompoundShapeSettings_0=OG=b.HE;d._emscripten_bind_MutableCompoundShapeSettings_AddShape_4=PG=b.IE;d._emscripten_bind_MutableCompoundShapeSettings_AddShapeShapeSettings_4=
QG=b.JE;d._emscripten_bind_MutableCompoundShapeSettings_AddShapeShape_4=RG=b.KE;d._emscripten_bind_MutableCompoundShapeSettings_GetRefCount_0=SG=b.LE;d._emscripten_bind_MutableCompoundShapeSettings_AddRef_0=TG=b.ME;d._emscripten_bind_MutableCompoundShapeSettings_Release_0=UG=b.NE;d._emscripten_bind_MutableCompoundShapeSettings_Create_0=VG=b.OE;d._emscripten_bind_MutableCompoundShapeSettings_ClearCachedResult_0=WG=b.PE;d._emscripten_bind_MutableCompoundShapeSettings_get_mUserData_0=XG=b.QE;d._emscripten_bind_MutableCompoundShapeSettings_set_mUserData_1=
YG=b.RE;d._emscripten_bind_MutableCompoundShapeSettings___destroy___0=ZG=b.SE;d._emscripten_bind_MutableCompoundShape_AddShape_4=$G=b.TE;d._emscripten_bind_MutableCompoundShape_AddShape_5=aH=b.UE;d._emscripten_bind_MutableCompoundShape_RemoveShape_1=bH=b.VE;d._emscripten_bind_MutableCompoundShape_ModifyShape_3=cH=b.WE;d._emscripten_bind_MutableCompoundShape_ModifyShape_4=dH=b.XE;d._emscripten_bind_MutableCompoundShape_ModifyShapes_4=eH=b.YE;d._emscripten_bind_MutableCompoundShape_AdjustCenterOfMass_0=
fH=b.ZE;d._emscripten_bind_MutableCompoundShape_GetNumSubShapes_0=gH=b._E;d._emscripten_bind_MutableCompoundShape_GetSubShape_1=hH=b.$E;d._emscripten_bind_MutableCompoundShape_GetRefCount_0=iH=b.aF;d._emscripten_bind_MutableCompoundShape_AddRef_0=jH=b.bF;d._emscripten_bind_MutableCompoundShape_Release_0=kH=b.cF;d._emscripten_bind_MutableCompoundShape_GetType_0=lH=b.dF;d._emscripten_bind_MutableCompoundShape_GetSubType_0=mH=b.eF;d._emscripten_bind_MutableCompoundShape_MustBeStatic_0=nH=b.fF;d._emscripten_bind_MutableCompoundShape_GetLocalBounds_0=
oH=b.gF;d._emscripten_bind_MutableCompoundShape_GetWorldSpaceBounds_2=pH=b.hF;d._emscripten_bind_MutableCompoundShape_GetCenterOfMass_0=qH=b.iF;d._emscripten_bind_MutableCompoundShape_GetUserData_0=rH=b.jF;d._emscripten_bind_MutableCompoundShape_SetUserData_1=sH=b.kF;d._emscripten_bind_MutableCompoundShape_GetSubShapeIDBitsRecursive_0=tH=b.lF;d._emscripten_bind_MutableCompoundShape_GetInnerRadius_0=uH=b.mF;d._emscripten_bind_MutableCompoundShape_GetMassProperties_0=vH=b.nF;d._emscripten_bind_MutableCompoundShape_GetLeafShape_2=
wH=b.oF;d._emscripten_bind_MutableCompoundShape_GetMaterial_1=xH=b.pF;d._emscripten_bind_MutableCompoundShape_GetSurfaceNormal_2=yH=b.qF;d._emscripten_bind_MutableCompoundShape_GetSubShapeUserData_1=zH=b.rF;d._emscripten_bind_MutableCompoundShape_GetSubShapeTransformedShape_5=AH=b.sF;d._emscripten_bind_MutableCompoundShape_GetVolume_0=BH=b.tF;d._emscripten_bind_MutableCompoundShape_IsValidScale_1=CH=b.uF;d._emscripten_bind_MutableCompoundShape_MakeScaleValid_1=DH=b.vF;d._emscripten_bind_MutableCompoundShape_ScaleShape_1=
EH=b.wF;d._emscripten_bind_MutableCompoundShape___destroy___0=FH=b.xF;d._emscripten_bind_ScaledShapeSettings_ScaledShapeSettings_2=GH=b.yF;d._emscripten_bind_ScaledShapeSettings_GetRefCount_0=HH=b.zF;d._emscripten_bind_ScaledShapeSettings_AddRef_0=IH=b.AF;d._emscripten_bind_ScaledShapeSettings_Release_0=JH=b.BF;d._emscripten_bind_ScaledShapeSettings_Create_0=KH=b.CF;d._emscripten_bind_ScaledShapeSettings_ClearCachedResult_0=LH=b.DF;d._emscripten_bind_ScaledShapeSettings_get_mScale_0=MH=b.EF;d._emscripten_bind_ScaledShapeSettings_set_mScale_1=
NH=b.FF;d._emscripten_bind_ScaledShapeSettings_get_mUserData_0=OH=b.GF;d._emscripten_bind_ScaledShapeSettings_set_mUserData_1=PH=b.HF;d._emscripten_bind_ScaledShapeSettings___destroy___0=QH=b.IF;d._emscripten_bind_ScaledShape_ScaledShape_2=RH=b.JF;d._emscripten_bind_ScaledShape_GetScale_0=SH=b.KF;d._emscripten_bind_ScaledShape_GetInnerShape_0=TH=b.LF;d._emscripten_bind_ScaledShape_GetRefCount_0=UH=b.MF;d._emscripten_bind_ScaledShape_AddRef_0=VH=b.NF;d._emscripten_bind_ScaledShape_Release_0=WH=b.OF;
d._emscripten_bind_ScaledShape_GetType_0=XH=b.PF;d._emscripten_bind_ScaledShape_GetSubType_0=YH=b.QF;d._emscripten_bind_ScaledShape_MustBeStatic_0=ZH=b.RF;d._emscripten_bind_ScaledShape_GetLocalBounds_0=$H=b.SF;d._emscripten_bind_ScaledShape_GetWorldSpaceBounds_2=aI=b.TF;d._emscripten_bind_ScaledShape_GetCenterOfMass_0=bI=b.UF;d._emscripten_bind_ScaledShape_GetUserData_0=cI=b.VF;d._emscripten_bind_ScaledShape_SetUserData_1=dI=b.WF;d._emscripten_bind_ScaledShape_GetSubShapeIDBitsRecursive_0=eI=b.XF;
d._emscripten_bind_ScaledShape_GetInnerRadius_0=fI=b.YF;d._emscripten_bind_ScaledShape_GetMassProperties_0=gI=b.ZF;d._emscripten_bind_ScaledShape_GetLeafShape_2=hI=b._F;d._emscripten_bind_ScaledShape_GetMaterial_1=iI=b.$F;d._emscripten_bind_ScaledShape_GetSurfaceNormal_2=jI=b.aG;d._emscripten_bind_ScaledShape_GetSubShapeUserData_1=kI=b.bG;d._emscripten_bind_ScaledShape_GetSubShapeTransformedShape_5=lI=b.cG;d._emscripten_bind_ScaledShape_GetVolume_0=mI=b.dG;d._emscripten_bind_ScaledShape_IsValidScale_1=
nI=b.eG;d._emscripten_bind_ScaledShape_MakeScaleValid_1=oI=b.fG;d._emscripten_bind_ScaledShape_ScaleShape_1=pI=b.gG;d._emscripten_bind_ScaledShape___destroy___0=qI=b.hG;d._emscripten_bind_OffsetCenterOfMassShapeSettings_OffsetCenterOfMassShapeSettings_2=rI=b.iG;d._emscripten_bind_OffsetCenterOfMassShapeSettings_GetRefCount_0=sI=b.jG;d._emscripten_bind_OffsetCenterOfMassShapeSettings_AddRef_0=tI=b.kG;d._emscripten_bind_OffsetCenterOfMassShapeSettings_Release_0=uI=b.lG;d._emscripten_bind_OffsetCenterOfMassShapeSettings_Create_0=
vI=b.mG;d._emscripten_bind_OffsetCenterOfMassShapeSettings_ClearCachedResult_0=wI=b.nG;d._emscripten_bind_OffsetCenterOfMassShapeSettings_get_mOffset_0=xI=b.oG;d._emscripten_bind_OffsetCenterOfMassShapeSettings_set_mOffset_1=yI=b.pG;d._emscripten_bind_OffsetCenterOfMassShapeSettings_get_mUserData_0=zI=b.qG;d._emscripten_bind_OffsetCenterOfMassShapeSettings_set_mUserData_1=AI=b.rG;d._emscripten_bind_OffsetCenterOfMassShapeSettings___destroy___0=BI=b.sG;d._emscripten_bind_OffsetCenterOfMassShape_OffsetCenterOfMassShape_2=
CI=b.tG;d._emscripten_bind_OffsetCenterOfMassShape_GetInnerShape_0=DI=b.uG;d._emscripten_bind_OffsetCenterOfMassShape_GetRefCount_0=EI=b.vG;d._emscripten_bind_OffsetCenterOfMassShape_AddRef_0=FI=b.wG;d._emscripten_bind_OffsetCenterOfMassShape_Release_0=GI=b.xG;d._emscripten_bind_OffsetCenterOfMassShape_GetType_0=HI=b.yG;d._emscripten_bind_OffsetCenterOfMassShape_GetSubType_0=II=b.zG;d._emscripten_bind_OffsetCenterOfMassShape_MustBeStatic_0=JI=b.AG;d._emscripten_bind_OffsetCenterOfMassShape_GetLocalBounds_0=
KI=b.BG;d._emscripten_bind_OffsetCenterOfMassShape_GetWorldSpaceBounds_2=LI=b.CG;d._emscripten_bind_OffsetCenterOfMassShape_GetCenterOfMass_0=MI=b.DG;d._emscripten_bind_OffsetCenterOfMassShape_GetUserData_0=NI=b.EG;d._emscripten_bind_OffsetCenterOfMassShape_SetUserData_1=OI=b.FG;d._emscripten_bind_OffsetCenterOfMassShape_GetSubShapeIDBitsRecursive_0=PI=b.GG;d._emscripten_bind_OffsetCenterOfMassShape_GetInnerRadius_0=QI=b.HG;d._emscripten_bind_OffsetCenterOfMassShape_GetMassProperties_0=RI=b.IG;d._emscripten_bind_OffsetCenterOfMassShape_GetLeafShape_2=
SI=b.JG;d._emscripten_bind_OffsetCenterOfMassShape_GetMaterial_1=TI=b.KG;d._emscripten_bind_OffsetCenterOfMassShape_GetSurfaceNormal_2=UI=b.LG;d._emscripten_bind_OffsetCenterOfMassShape_GetSubShapeUserData_1=VI=b.MG;d._emscripten_bind_OffsetCenterOfMassShape_GetSubShapeTransformedShape_5=WI=b.NG;d._emscripten_bind_OffsetCenterOfMassShape_GetVolume_0=XI=b.OG;d._emscripten_bind_OffsetCenterOfMassShape_IsValidScale_1=YI=b.PG;d._emscripten_bind_OffsetCenterOfMassShape_MakeScaleValid_1=ZI=b.QG;d._emscripten_bind_OffsetCenterOfMassShape_ScaleShape_1=
$I=b.RG;d._emscripten_bind_OffsetCenterOfMassShape___destroy___0=aJ=b.SG;d._emscripten_bind_RotatedTranslatedShapeSettings_RotatedTranslatedShapeSettings_3=bJ=b.TG;d._emscripten_bind_RotatedTranslatedShapeSettings_GetRefCount_0=cJ=b.UG;d._emscripten_bind_RotatedTranslatedShapeSettings_AddRef_0=dJ=b.VG;d._emscripten_bind_RotatedTranslatedShapeSettings_Release_0=eJ=b.WG;d._emscripten_bind_RotatedTranslatedShapeSettings_Create_0=fJ=b.XG;d._emscripten_bind_RotatedTranslatedShapeSettings_ClearCachedResult_0=
gJ=b.YG;d._emscripten_bind_RotatedTranslatedShapeSettings_get_mPosition_0=hJ=b.ZG;d._emscripten_bind_RotatedTranslatedShapeSettings_set_mPosition_1=iJ=b._G;d._emscripten_bind_RotatedTranslatedShapeSettings_get_mRotation_0=jJ=b.$G;d._emscripten_bind_RotatedTranslatedShapeSettings_set_mRotation_1=kJ=b.aH;d._emscripten_bind_RotatedTranslatedShapeSettings_get_mUserData_0=lJ=b.bH;d._emscripten_bind_RotatedTranslatedShapeSettings_set_mUserData_1=mJ=b.cH;d._emscripten_bind_RotatedTranslatedShapeSettings___destroy___0=
nJ=b.dH;d._emscripten_bind_RotatedTranslatedShape_GetRotation_0=oJ=b.eH;d._emscripten_bind_RotatedTranslatedShape_GetPosition_0=pJ=b.fH;d._emscripten_bind_RotatedTranslatedShape_GetInnerShape_0=qJ=b.gH;d._emscripten_bind_RotatedTranslatedShape_GetRefCount_0=rJ=b.hH;d._emscripten_bind_RotatedTranslatedShape_AddRef_0=sJ=b.iH;d._emscripten_bind_RotatedTranslatedShape_Release_0=tJ=b.jH;d._emscripten_bind_RotatedTranslatedShape_GetType_0=uJ=b.kH;d._emscripten_bind_RotatedTranslatedShape_GetSubType_0=vJ=
b.lH;d._emscripten_bind_RotatedTranslatedShape_MustBeStatic_0=wJ=b.mH;d._emscripten_bind_RotatedTranslatedShape_GetLocalBounds_0=xJ=b.nH;d._emscripten_bind_RotatedTranslatedShape_GetWorldSpaceBounds_2=yJ=b.oH;d._emscripten_bind_RotatedTranslatedShape_GetCenterOfMass_0=zJ=b.pH;d._emscripten_bind_RotatedTranslatedShape_GetUserData_0=AJ=b.qH;d._emscripten_bind_RotatedTranslatedShape_SetUserData_1=BJ=b.rH;d._emscripten_bind_RotatedTranslatedShape_GetSubShapeIDBitsRecursive_0=CJ=b.sH;d._emscripten_bind_RotatedTranslatedShape_GetInnerRadius_0=
DJ=b.tH;d._emscripten_bind_RotatedTranslatedShape_GetMassProperties_0=EJ=b.uH;d._emscripten_bind_RotatedTranslatedShape_GetLeafShape_2=FJ=b.vH;d._emscripten_bind_RotatedTranslatedShape_GetMaterial_1=GJ=b.wH;d._emscripten_bind_RotatedTranslatedShape_GetSurfaceNormal_2=HJ=b.xH;d._emscripten_bind_RotatedTranslatedShape_GetSubShapeUserData_1=IJ=b.yH;d._emscripten_bind_RotatedTranslatedShape_GetSubShapeTransformedShape_5=JJ=b.zH;d._emscripten_bind_RotatedTranslatedShape_GetVolume_0=KJ=b.AH;d._emscripten_bind_RotatedTranslatedShape_IsValidScale_1=
LJ=b.BH;d._emscripten_bind_RotatedTranslatedShape_MakeScaleValid_1=MJ=b.CH;d._emscripten_bind_RotatedTranslatedShape_ScaleShape_1=NJ=b.DH;d._emscripten_bind_RotatedTranslatedShape___destroy___0=OJ=b.EH;d._emscripten_bind_MeshShapeSettings_MeshShapeSettings_0=PJ=b.FH;d._emscripten_bind_MeshShapeSettings_MeshShapeSettings_1=QJ=b.GH;d._emscripten_bind_MeshShapeSettings_MeshShapeSettings_2=RJ=b.HH;d._emscripten_bind_MeshShapeSettings_MeshShapeSettings_3=SJ=b.IH;d._emscripten_bind_MeshShapeSettings_Sanitize_0=
TJ=b.JH;d._emscripten_bind_MeshShapeSettings_GetRefCount_0=UJ=b.KH;d._emscripten_bind_MeshShapeSettings_AddRef_0=VJ=b.LH;d._emscripten_bind_MeshShapeSettings_Release_0=WJ=b.MH;d._emscripten_bind_MeshShapeSettings_Create_0=XJ=b.NH;d._emscripten_bind_MeshShapeSettings_ClearCachedResult_0=YJ=b.OH;d._emscripten_bind_MeshShapeSettings_get_mTriangleVertices_0=ZJ=b.PH;d._emscripten_bind_MeshShapeSettings_set_mTriangleVertices_1=$J=b.QH;d._emscripten_bind_MeshShapeSettings_get_mIndexedTriangles_0=aK=b.RH;
d._emscripten_bind_MeshShapeSettings_set_mIndexedTriangles_1=bK=b.SH;d._emscripten_bind_MeshShapeSettings_get_mMaterials_0=cK=b.TH;d._emscripten_bind_MeshShapeSettings_set_mMaterials_1=dK=b.UH;d._emscripten_bind_MeshShapeSettings_get_mMaxTrianglesPerLeaf_0=eK=b.VH;d._emscripten_bind_MeshShapeSettings_set_mMaxTrianglesPerLeaf_1=fK=b.WH;d._emscripten_bind_MeshShapeSettings_get_mActiveEdgeCosThresholdAngle_0=gK=b.XH;d._emscripten_bind_MeshShapeSettings_set_mActiveEdgeCosThresholdAngle_1=hK=b.YH;d._emscripten_bind_MeshShapeSettings_get_mPerTriangleUserData_0=
iK=b.ZH;d._emscripten_bind_MeshShapeSettings_set_mPerTriangleUserData_1=jK=b._H;d._emscripten_bind_MeshShapeSettings_get_mBuildQuality_0=kK=b.$H;d._emscripten_bind_MeshShapeSettings_set_mBuildQuality_1=lK=b.aI;d._emscripten_bind_MeshShapeSettings_get_mUserData_0=mK=b.bI;d._emscripten_bind_MeshShapeSettings_set_mUserData_1=nK=b.cI;d._emscripten_bind_MeshShapeSettings___destroy___0=oK=b.dI;d._emscripten_bind_MeshShape_GetTriangleUserData_1=pK=b.eI;d._emscripten_bind_MeshShape_GetRefCount_0=qK=b.fI;
d._emscripten_bind_MeshShape_AddRef_0=rK=b.gI;d._emscripten_bind_MeshShape_Release_0=sK=b.hI;d._emscripten_bind_MeshShape_GetType_0=tK=b.iI;d._emscripten_bind_MeshShape_GetSubType_0=uK=b.jI;d._emscripten_bind_MeshShape_MustBeStatic_0=vK=b.kI;d._emscripten_bind_MeshShape_GetLocalBounds_0=wK=b.lI;d._emscripten_bind_MeshShape_GetWorldSpaceBounds_2=xK=b.mI;d._emscripten_bind_MeshShape_GetCenterOfMass_0=yK=b.nI;d._emscripten_bind_MeshShape_GetUserData_0=zK=b.oI;d._emscripten_bind_MeshShape_SetUserData_1=
AK=b.pI;d._emscripten_bind_MeshShape_GetSubShapeIDBitsRecursive_0=BK=b.qI;d._emscripten_bind_MeshShape_GetInnerRadius_0=CK=b.rI;d._emscripten_bind_MeshShape_GetMassProperties_0=DK=b.sI;d._emscripten_bind_MeshShape_GetLeafShape_2=EK=b.tI;d._emscripten_bind_MeshShape_GetMaterial_1=FK=b.uI;d._emscripten_bind_MeshShape_GetSurfaceNormal_2=GK=b.vI;d._emscripten_bind_MeshShape_GetSubShapeUserData_1=HK=b.wI;d._emscripten_bind_MeshShape_GetSubShapeTransformedShape_5=IK=b.xI;d._emscripten_bind_MeshShape_GetVolume_0=
JK=b.yI;d._emscripten_bind_MeshShape_IsValidScale_1=KK=b.zI;d._emscripten_bind_MeshShape_MakeScaleValid_1=LK=b.AI;d._emscripten_bind_MeshShape_ScaleShape_1=MK=b.BI;d._emscripten_bind_MeshShape___destroy___0=NK=b.CI;d._emscripten_bind_HeightFieldShapeConstantValues_get_cNoCollisionValue_0=OK=b.DI;d._emscripten_bind_HeightFieldShapeConstantValues___destroy___0=PK=b.EI;d._emscripten_bind_HeightFieldShapeSettings_HeightFieldShapeSettings_0=QK=b.FI;d._emscripten_bind_HeightFieldShapeSettings_GetRefCount_0=
RK=b.GI;d._emscripten_bind_HeightFieldShapeSettings_AddRef_0=SK=b.HI;d._emscripten_bind_HeightFieldShapeSettings_Release_0=TK=b.II;d._emscripten_bind_HeightFieldShapeSettings_Create_0=UK=b.JI;d._emscripten_bind_HeightFieldShapeSettings_ClearCachedResult_0=VK=b.KI;d._emscripten_bind_HeightFieldShapeSettings_get_mOffset_0=WK=b.LI;d._emscripten_bind_HeightFieldShapeSettings_set_mOffset_1=XK=b.MI;d._emscripten_bind_HeightFieldShapeSettings_get_mScale_0=YK=b.NI;d._emscripten_bind_HeightFieldShapeSettings_set_mScale_1=
ZK=b.OI;d._emscripten_bind_HeightFieldShapeSettings_get_mSampleCount_0=$K=b.PI;d._emscripten_bind_HeightFieldShapeSettings_set_mSampleCount_1=aL=b.QI;d._emscripten_bind_HeightFieldShapeSettings_get_mMinHeightValue_0=bL=b.RI;d._emscripten_bind_HeightFieldShapeSettings_set_mMinHeightValue_1=cL=b.SI;d._emscripten_bind_HeightFieldShapeSettings_get_mMaxHeightValue_0=dL=b.TI;d._emscripten_bind_HeightFieldShapeSettings_set_mMaxHeightValue_1=eL=b.UI;d._emscripten_bind_HeightFieldShapeSettings_get_mMaterialsCapacity_0=
fL=b.VI;d._emscripten_bind_HeightFieldShapeSettings_set_mMaterialsCapacity_1=gL=b.WI;d._emscripten_bind_HeightFieldShapeSettings_get_mBlockSize_0=hL=b.XI;d._emscripten_bind_HeightFieldShapeSettings_set_mBlockSize_1=iL=b.YI;d._emscripten_bind_HeightFieldShapeSettings_get_mBitsPerSample_0=jL=b.ZI;d._emscripten_bind_HeightFieldShapeSettings_set_mBitsPerSample_1=kL=b._I;d._emscripten_bind_HeightFieldShapeSettings_get_mHeightSamples_0=lL=b.$I;d._emscripten_bind_HeightFieldShapeSettings_set_mHeightSamples_1=
mL=b.aJ;d._emscripten_bind_HeightFieldShapeSettings_get_mMaterialIndices_0=nL=b.bJ;d._emscripten_bind_HeightFieldShapeSettings_set_mMaterialIndices_1=oL=b.cJ;d._emscripten_bind_HeightFieldShapeSettings_get_mMaterials_0=pL=b.dJ;d._emscripten_bind_HeightFieldShapeSettings_set_mMaterials_1=qL=b.eJ;d._emscripten_bind_HeightFieldShapeSettings_get_mActiveEdgeCosThresholdAngle_0=rL=b.fJ;d._emscripten_bind_HeightFieldShapeSettings_set_mActiveEdgeCosThresholdAngle_1=sL=b.gJ;d._emscripten_bind_HeightFieldShapeSettings_get_mUserData_0=
tL=b.hJ;d._emscripten_bind_HeightFieldShapeSettings_set_mUserData_1=uL=b.iJ;d._emscripten_bind_HeightFieldShapeSettings___destroy___0=vL=b.jJ;d._emscripten_bind_HeightFieldShape_GetSampleCount_0=wL=b.kJ;d._emscripten_bind_HeightFieldShape_GetBlockSize_0=xL=b.lJ;d._emscripten_bind_HeightFieldShape_GetPosition_2=yL=b.mJ;d._emscripten_bind_HeightFieldShape_IsNoCollision_2=zL=b.nJ;d._emscripten_bind_HeightFieldShape_GetMinHeightValue_0=AL=b.oJ;d._emscripten_bind_HeightFieldShape_GetMaxHeightValue_0=BL=
b.pJ;d._emscripten_bind_HeightFieldShape_GetHeights_6=CL=b.qJ;d._emscripten_bind_HeightFieldShape_SetHeights_7=DL=b.rJ;d._emscripten_bind_HeightFieldShape_SetHeights_8=EL=b.sJ;d._emscripten_bind_HeightFieldShape_GetMaterials_6=FL=b.tJ;d._emscripten_bind_HeightFieldShape_SetMaterials_8=GL=b.uJ;d._emscripten_bind_HeightFieldShape_GetRefCount_0=HL=b.vJ;d._emscripten_bind_HeightFieldShape_AddRef_0=IL=b.wJ;d._emscripten_bind_HeightFieldShape_Release_0=JL=b.xJ;d._emscripten_bind_HeightFieldShape_GetType_0=
KL=b.yJ;d._emscripten_bind_HeightFieldShape_GetSubType_0=LL=b.zJ;d._emscripten_bind_HeightFieldShape_MustBeStatic_0=ML=b.AJ;d._emscripten_bind_HeightFieldShape_GetLocalBounds_0=NL=b.BJ;d._emscripten_bind_HeightFieldShape_GetWorldSpaceBounds_2=OL=b.CJ;d._emscripten_bind_HeightFieldShape_GetCenterOfMass_0=PL=b.DJ;d._emscripten_bind_HeightFieldShape_GetUserData_0=QL=b.EJ;d._emscripten_bind_HeightFieldShape_SetUserData_1=RL=b.FJ;d._emscripten_bind_HeightFieldShape_GetSubShapeIDBitsRecursive_0=SL=b.GJ;
d._emscripten_bind_HeightFieldShape_GetInnerRadius_0=TL=b.HJ;d._emscripten_bind_HeightFieldShape_GetMassProperties_0=UL=b.IJ;d._emscripten_bind_HeightFieldShape_GetLeafShape_2=VL=b.JJ;d._emscripten_bind_HeightFieldShape_GetMaterial_1=WL=b.KJ;d._emscripten_bind_HeightFieldShape_GetSurfaceNormal_2=XL=b.LJ;d._emscripten_bind_HeightFieldShape_GetSubShapeUserData_1=YL=b.MJ;d._emscripten_bind_HeightFieldShape_GetSubShapeTransformedShape_5=ZL=b.NJ;d._emscripten_bind_HeightFieldShape_GetVolume_0=$L=b.OJ;
d._emscripten_bind_HeightFieldShape_IsValidScale_1=aM=b.PJ;d._emscripten_bind_HeightFieldShape_MakeScaleValid_1=bM=b.QJ;d._emscripten_bind_HeightFieldShape_ScaleShape_1=cM=b.RJ;d._emscripten_bind_HeightFieldShape___destroy___0=dM=b.SJ;d._emscripten_bind_PlaneShapeSettings_PlaneShapeSettings_1=eM=b.TJ;d._emscripten_bind_PlaneShapeSettings_PlaneShapeSettings_2=fM=b.UJ;d._emscripten_bind_PlaneShapeSettings_PlaneShapeSettings_3=gM=b.VJ;d._emscripten_bind_PlaneShapeSettings_GetRefCount_0=hM=b.WJ;d._emscripten_bind_PlaneShapeSettings_AddRef_0=
iM=b.XJ;d._emscripten_bind_PlaneShapeSettings_Release_0=jM=b.YJ;d._emscripten_bind_PlaneShapeSettings_Create_0=kM=b.ZJ;d._emscripten_bind_PlaneShapeSettings_ClearCachedResult_0=lM=b._J;d._emscripten_bind_PlaneShapeSettings_get_mPlane_0=mM=b.$J;d._emscripten_bind_PlaneShapeSettings_set_mPlane_1=nM=b.aK;d._emscripten_bind_PlaneShapeSettings_get_mMaterial_0=oM=b.bK;d._emscripten_bind_PlaneShapeSettings_set_mMaterial_1=pM=b.cK;d._emscripten_bind_PlaneShapeSettings_get_mHalfExtent_0=qM=b.dK;d._emscripten_bind_PlaneShapeSettings_set_mHalfExtent_1=
rM=b.eK;d._emscripten_bind_PlaneShapeSettings_get_mUserData_0=sM=b.fK;d._emscripten_bind_PlaneShapeSettings_set_mUserData_1=tM=b.gK;d._emscripten_bind_PlaneShapeSettings___destroy___0=uM=b.hK;d._emscripten_bind_PlaneShape_PlaneShape_1=vM=b.iK;d._emscripten_bind_PlaneShape_PlaneShape_2=wM=b.jK;d._emscripten_bind_PlaneShape_PlaneShape_3=xM=b.kK;d._emscripten_bind_PlaneShape_SetMaterial_1=yM=b.lK;d._emscripten_bind_PlaneShape_GetPlane_0=zM=b.mK;d._emscripten_bind_PlaneShape_GetHalfExtent_0=AM=b.nK;d._emscripten_bind_PlaneShape_GetRefCount_0=
BM=b.oK;d._emscripten_bind_PlaneShape_AddRef_0=CM=b.pK;d._emscripten_bind_PlaneShape_Release_0=DM=b.qK;d._emscripten_bind_PlaneShape_GetType_0=EM=b.rK;d._emscripten_bind_PlaneShape_GetSubType_0=FM=b.sK;d._emscripten_bind_PlaneShape_MustBeStatic_0=GM=b.tK;d._emscripten_bind_PlaneShape_GetLocalBounds_0=HM=b.uK;d._emscripten_bind_PlaneShape_GetWorldSpaceBounds_2=IM=b.vK;d._emscripten_bind_PlaneShape_GetCenterOfMass_0=JM=b.wK;d._emscripten_bind_PlaneShape_GetUserData_0=KM=b.xK;d._emscripten_bind_PlaneShape_SetUserData_1=
LM=b.yK;d._emscripten_bind_PlaneShape_GetSubShapeIDBitsRecursive_0=MM=b.zK;d._emscripten_bind_PlaneShape_GetInnerRadius_0=NM=b.AK;d._emscripten_bind_PlaneShape_GetMassProperties_0=OM=b.BK;d._emscripten_bind_PlaneShape_GetLeafShape_2=PM=b.CK;d._emscripten_bind_PlaneShape_GetMaterial_1=QM=b.DK;d._emscripten_bind_PlaneShape_GetSurfaceNormal_2=RM=b.EK;d._emscripten_bind_PlaneShape_GetSubShapeUserData_1=SM=b.FK;d._emscripten_bind_PlaneShape_GetSubShapeTransformedShape_5=TM=b.GK;d._emscripten_bind_PlaneShape_GetVolume_0=
UM=b.HK;d._emscripten_bind_PlaneShape_IsValidScale_1=VM=b.IK;d._emscripten_bind_PlaneShape_MakeScaleValid_1=WM=b.JK;d._emscripten_bind_PlaneShape_ScaleShape_1=XM=b.KK;d._emscripten_bind_PlaneShape___destroy___0=YM=b.LK;d._emscripten_bind_EmptyShapeSettings_EmptyShapeSettings_0=ZM=b.MK;d._emscripten_bind_EmptyShapeSettings_GetRefCount_0=$M=b.NK;d._emscripten_bind_EmptyShapeSettings_AddRef_0=aN=b.OK;d._emscripten_bind_EmptyShapeSettings_Release_0=bN=b.PK;d._emscripten_bind_EmptyShapeSettings_Create_0=
cN=b.QK;d._emscripten_bind_EmptyShapeSettings_ClearCachedResult_0=dN=b.RK;d._emscripten_bind_EmptyShapeSettings_get_mCenterOfMass_0=eN=b.SK;d._emscripten_bind_EmptyShapeSettings_set_mCenterOfMass_1=fN=b.TK;d._emscripten_bind_EmptyShapeSettings_get_mUserData_0=gN=b.UK;d._emscripten_bind_EmptyShapeSettings_set_mUserData_1=hN=b.VK;d._emscripten_bind_EmptyShapeSettings___destroy___0=iN=b.WK;d._emscripten_bind_EmptyShape_EmptyShape_0=jN=b.XK;d._emscripten_bind_EmptyShape_EmptyShape_1=kN=b.YK;d._emscripten_bind_EmptyShape_GetRefCount_0=
lN=b.ZK;d._emscripten_bind_EmptyShape_AddRef_0=mN=b._K;d._emscripten_bind_EmptyShape_Release_0=nN=b.$K;d._emscripten_bind_EmptyShape_GetType_0=oN=b.aL;d._emscripten_bind_EmptyShape_GetSubType_0=pN=b.bL;d._emscripten_bind_EmptyShape_MustBeStatic_0=qN=b.cL;d._emscripten_bind_EmptyShape_GetLocalBounds_0=rN=b.dL;d._emscripten_bind_EmptyShape_GetWorldSpaceBounds_2=sN=b.eL;d._emscripten_bind_EmptyShape_GetCenterOfMass_0=tN=b.fL;d._emscripten_bind_EmptyShape_GetUserData_0=uN=b.gL;d._emscripten_bind_EmptyShape_SetUserData_1=
vN=b.hL;d._emscripten_bind_EmptyShape_GetSubShapeIDBitsRecursive_0=wN=b.iL;d._emscripten_bind_EmptyShape_GetInnerRadius_0=xN=b.jL;d._emscripten_bind_EmptyShape_GetMassProperties_0=yN=b.kL;d._emscripten_bind_EmptyShape_GetLeafShape_2=zN=b.lL;d._emscripten_bind_EmptyShape_GetMaterial_1=AN=b.mL;d._emscripten_bind_EmptyShape_GetSurfaceNormal_2=BN=b.nL;d._emscripten_bind_EmptyShape_GetSubShapeUserData_1=CN=b.oL;d._emscripten_bind_EmptyShape_GetSubShapeTransformedShape_5=DN=b.pL;d._emscripten_bind_EmptyShape_GetVolume_0=
EN=b.qL;d._emscripten_bind_EmptyShape_IsValidScale_1=FN=b.rL;d._emscripten_bind_EmptyShape_MakeScaleValid_1=GN=b.sL;d._emscripten_bind_EmptyShape_ScaleShape_1=HN=b.tL;d._emscripten_bind_EmptyShape___destroy___0=IN=b.uL;d._emscripten_bind_FixedConstraintSettings_FixedConstraintSettings_0=JN=b.vL;d._emscripten_bind_FixedConstraintSettings_GetRefCount_0=KN=b.wL;d._emscripten_bind_FixedConstraintSettings_AddRef_0=LN=b.xL;d._emscripten_bind_FixedConstraintSettings_Release_0=MN=b.yL;d._emscripten_bind_FixedConstraintSettings_Create_2=
NN=b.zL;d._emscripten_bind_FixedConstraintSettings_get_mSpace_0=ON=b.AL;d._emscripten_bind_FixedConstraintSettings_set_mSpace_1=PN=b.BL;d._emscripten_bind_FixedConstraintSettings_get_mAutoDetectPoint_0=QN=b.CL;d._emscripten_bind_FixedConstraintSettings_set_mAutoDetectPoint_1=RN=b.DL;d._emscripten_bind_FixedConstraintSettings_get_mPoint1_0=SN=b.EL;d._emscripten_bind_FixedConstraintSettings_set_mPoint1_1=TN=b.FL;d._emscripten_bind_FixedConstraintSettings_get_mAxisX1_0=UN=b.GL;d._emscripten_bind_FixedConstraintSettings_set_mAxisX1_1=
VN=b.HL;d._emscripten_bind_FixedConstraintSettings_get_mAxisY1_0=WN=b.IL;d._emscripten_bind_FixedConstraintSettings_set_mAxisY1_1=XN=b.JL;d._emscripten_bind_FixedConstraintSettings_get_mPoint2_0=YN=b.KL;d._emscripten_bind_FixedConstraintSettings_set_mPoint2_1=ZN=b.LL;d._emscripten_bind_FixedConstraintSettings_get_mAxisX2_0=$N=b.ML;d._emscripten_bind_FixedConstraintSettings_set_mAxisX2_1=aO=b.NL;d._emscripten_bind_FixedConstraintSettings_get_mAxisY2_0=bO=b.OL;d._emscripten_bind_FixedConstraintSettings_set_mAxisY2_1=
cO=b.PL;d._emscripten_bind_FixedConstraintSettings_get_mEnabled_0=dO=b.QL;d._emscripten_bind_FixedConstraintSettings_set_mEnabled_1=eO=b.RL;d._emscripten_bind_FixedConstraintSettings_get_mNumVelocityStepsOverride_0=fO=b.SL;d._emscripten_bind_FixedConstraintSettings_set_mNumVelocityStepsOverride_1=gO=b.TL;d._emscripten_bind_FixedConstraintSettings_get_mNumPositionStepsOverride_0=hO=b.UL;d._emscripten_bind_FixedConstraintSettings_set_mNumPositionStepsOverride_1=iO=b.VL;d._emscripten_bind_FixedConstraintSettings___destroy___0=
jO=b.WL;d._emscripten_bind_SpringSettings_SpringSettings_0=kO=b.XL;d._emscripten_bind_SpringSettings_HasStiffness_0=lO=b.YL;d._emscripten_bind_SpringSettings_get_mMode_0=mO=b.ZL;d._emscripten_bind_SpringSettings_set_mMode_1=nO=b._L;d._emscripten_bind_SpringSettings_get_mFrequency_0=oO=b.$L;d._emscripten_bind_SpringSettings_set_mFrequency_1=pO=b.aM;d._emscripten_bind_SpringSettings_get_mStiffness_0=qO=b.bM;d._emscripten_bind_SpringSettings_set_mStiffness_1=rO=b.cM;d._emscripten_bind_SpringSettings_get_mDamping_0=
sO=b.dM;d._emscripten_bind_SpringSettings_set_mDamping_1=tO=b.eM;d._emscripten_bind_SpringSettings___destroy___0=uO=b.fM;d._emscripten_bind_MotorSettings_MotorSettings_0=vO=b.gM;d._emscripten_bind_MotorSettings_get_mSpringSettings_0=wO=b.hM;d._emscripten_bind_MotorSettings_set_mSpringSettings_1=xO=b.iM;d._emscripten_bind_MotorSettings_get_mMinForceLimit_0=yO=b.jM;d._emscripten_bind_MotorSettings_set_mMinForceLimit_1=zO=b.kM;d._emscripten_bind_MotorSettings_get_mMaxForceLimit_0=AO=b.lM;d._emscripten_bind_MotorSettings_set_mMaxForceLimit_1=
BO=b.mM;d._emscripten_bind_MotorSettings_get_mMinTorqueLimit_0=CO=b.nM;d._emscripten_bind_MotorSettings_set_mMinTorqueLimit_1=DO=b.oM;d._emscripten_bind_MotorSettings_get_mMaxTorqueLimit_0=EO=b.pM;d._emscripten_bind_MotorSettings_set_mMaxTorqueLimit_1=FO=b.qM;d._emscripten_bind_MotorSettings___destroy___0=GO=b.rM;d._emscripten_bind_DistanceConstraintSettings_DistanceConstraintSettings_0=HO=b.sM;d._emscripten_bind_DistanceConstraintSettings_GetRefCount_0=IO=b.tM;d._emscripten_bind_DistanceConstraintSettings_AddRef_0=
JO=b.uM;d._emscripten_bind_DistanceConstraintSettings_Release_0=KO=b.vM;d._emscripten_bind_DistanceConstraintSettings_Create_2=LO=b.wM;d._emscripten_bind_DistanceConstraintSettings_get_mSpace_0=MO=b.xM;d._emscripten_bind_DistanceConstraintSettings_set_mSpace_1=NO=b.yM;d._emscripten_bind_DistanceConstraintSettings_get_mPoint1_0=OO=b.zM;d._emscripten_bind_DistanceConstraintSettings_set_mPoint1_1=PO=b.AM;d._emscripten_bind_DistanceConstraintSettings_get_mPoint2_0=QO=b.BM;d._emscripten_bind_DistanceConstraintSettings_set_mPoint2_1=
RO=b.CM;d._emscripten_bind_DistanceConstraintSettings_get_mMinDistance_0=SO=b.DM;d._emscripten_bind_DistanceConstraintSettings_set_mMinDistance_1=TO=b.EM;d._emscripten_bind_DistanceConstraintSettings_get_mMaxDistance_0=UO=b.FM;d._emscripten_bind_DistanceConstraintSettings_set_mMaxDistance_1=VO=b.GM;d._emscripten_bind_DistanceConstraintSettings_get_mLimitsSpringSettings_0=WO=b.HM;d._emscripten_bind_DistanceConstraintSettings_set_mLimitsSpringSettings_1=XO=b.IM;d._emscripten_bind_DistanceConstraintSettings_get_mEnabled_0=
YO=b.JM;d._emscripten_bind_DistanceConstraintSettings_set_mEnabled_1=ZO=b.KM;d._emscripten_bind_DistanceConstraintSettings_get_mNumVelocityStepsOverride_0=$O=b.LM;d._emscripten_bind_DistanceConstraintSettings_set_mNumVelocityStepsOverride_1=aP=b.MM;d._emscripten_bind_DistanceConstraintSettings_get_mNumPositionStepsOverride_0=bP=b.NM;d._emscripten_bind_DistanceConstraintSettings_set_mNumPositionStepsOverride_1=cP=b.OM;d._emscripten_bind_DistanceConstraintSettings___destroy___0=dP=b.PM;d._emscripten_bind_DistanceConstraint_SetDistance_2=
eP=b.QM;d._emscripten_bind_DistanceConstraint_GetMinDistance_0=fP=b.RM;d._emscripten_bind_DistanceConstraint_GetMaxDistance_0=gP=b.SM;d._emscripten_bind_DistanceConstraint_GetLimitsSpringSettings_0=hP=b.TM;d._emscripten_bind_DistanceConstraint_SetLimitsSpringSettings_1=iP=b.UM;d._emscripten_bind_DistanceConstraint_GetTotalLambdaPosition_0=jP=b.VM;d._emscripten_bind_DistanceConstraint_GetRefCount_0=kP=b.WM;d._emscripten_bind_DistanceConstraint_AddRef_0=lP=b.XM;d._emscripten_bind_DistanceConstraint_Release_0=
mP=b.YM;d._emscripten_bind_DistanceConstraint_GetType_0=nP=b.ZM;d._emscripten_bind_DistanceConstraint_GetSubType_0=oP=b._M;d._emscripten_bind_DistanceConstraint_GetConstraintPriority_0=pP=b.$M;d._emscripten_bind_DistanceConstraint_SetConstraintPriority_1=qP=b.aN;d._emscripten_bind_DistanceConstraint_SetNumVelocityStepsOverride_1=rP=b.bN;d._emscripten_bind_DistanceConstraint_GetNumVelocityStepsOverride_0=sP=b.cN;d._emscripten_bind_DistanceConstraint_SetNumPositionStepsOverride_1=tP=b.dN;d._emscripten_bind_DistanceConstraint_GetNumPositionStepsOverride_0=
uP=b.eN;d._emscripten_bind_DistanceConstraint_SetEnabled_1=vP=b.fN;d._emscripten_bind_DistanceConstraint_GetEnabled_0=wP=b.gN;d._emscripten_bind_DistanceConstraint_IsActive_0=xP=b.hN;d._emscripten_bind_DistanceConstraint_GetUserData_0=yP=b.iN;d._emscripten_bind_DistanceConstraint_SetUserData_1=zP=b.jN;d._emscripten_bind_DistanceConstraint_ResetWarmStart_0=AP=b.kN;d._emscripten_bind_DistanceConstraint_SaveState_1=BP=b.lN;d._emscripten_bind_DistanceConstraint_RestoreState_1=CP=b.mN;d._emscripten_bind_DistanceConstraint_GetBody1_0=
DP=b.nN;d._emscripten_bind_DistanceConstraint_GetBody2_0=EP=b.oN;d._emscripten_bind_DistanceConstraint_GetConstraintToBody1Matrix_0=FP=b.pN;d._emscripten_bind_DistanceConstraint_GetConstraintToBody2Matrix_0=GP=b.qN;d._emscripten_bind_DistanceConstraint___destroy___0=HP=b.rN;d._emscripten_bind_PointConstraintSettings_PointConstraintSettings_0=IP=b.sN;d._emscripten_bind_PointConstraintSettings_GetRefCount_0=JP=b.tN;d._emscripten_bind_PointConstraintSettings_AddRef_0=KP=b.uN;d._emscripten_bind_PointConstraintSettings_Release_0=
LP=b.vN;d._emscripten_bind_PointConstraintSettings_Create_2=MP=b.wN;d._emscripten_bind_PointConstraintSettings_get_mSpace_0=NP=b.xN;d._emscripten_bind_PointConstraintSettings_set_mSpace_1=OP=b.yN;d._emscripten_bind_PointConstraintSettings_get_mPoint1_0=PP=b.zN;d._emscripten_bind_PointConstraintSettings_set_mPoint1_1=QP=b.AN;d._emscripten_bind_PointConstraintSettings_get_mPoint2_0=RP=b.BN;d._emscripten_bind_PointConstraintSettings_set_mPoint2_1=SP=b.CN;d._emscripten_bind_PointConstraintSettings_get_mEnabled_0=
TP=b.DN;d._emscripten_bind_PointConstraintSettings_set_mEnabled_1=UP=b.EN;d._emscripten_bind_PointConstraintSettings_get_mNumVelocityStepsOverride_0=VP=b.FN;d._emscripten_bind_PointConstraintSettings_set_mNumVelocityStepsOverride_1=WP=b.GN;d._emscripten_bind_PointConstraintSettings_get_mNumPositionStepsOverride_0=XP=b.HN;d._emscripten_bind_PointConstraintSettings_set_mNumPositionStepsOverride_1=YP=b.IN;d._emscripten_bind_PointConstraintSettings___destroy___0=ZP=b.JN;d._emscripten_bind_PointConstraint_GetLocalSpacePoint1_0=
$P=b.KN;d._emscripten_bind_PointConstraint_GetLocalSpacePoint2_0=aQ=b.LN;d._emscripten_bind_PointConstraint_GetTotalLambdaPosition_0=bQ=b.MN;d._emscripten_bind_PointConstraint_GetRefCount_0=cQ=b.NN;d._emscripten_bind_PointConstraint_AddRef_0=dQ=b.ON;d._emscripten_bind_PointConstraint_Release_0=eQ=b.PN;d._emscripten_bind_PointConstraint_GetType_0=fQ=b.QN;d._emscripten_bind_PointConstraint_GetSubType_0=gQ=b.RN;d._emscripten_bind_PointConstraint_GetConstraintPriority_0=hQ=b.SN;d._emscripten_bind_PointConstraint_SetConstraintPriority_1=
iQ=b.TN;d._emscripten_bind_PointConstraint_SetNumVelocityStepsOverride_1=jQ=b.UN;d._emscripten_bind_PointConstraint_GetNumVelocityStepsOverride_0=kQ=b.VN;d._emscripten_bind_PointConstraint_SetNumPositionStepsOverride_1=lQ=b.WN;d._emscripten_bind_PointConstraint_GetNumPositionStepsOverride_0=mQ=b.XN;d._emscripten_bind_PointConstraint_SetEnabled_1=nQ=b.YN;d._emscripten_bind_PointConstraint_GetEnabled_0=oQ=b.ZN;d._emscripten_bind_PointConstraint_IsActive_0=pQ=b._N;d._emscripten_bind_PointConstraint_GetUserData_0=
qQ=b.$N;d._emscripten_bind_PointConstraint_SetUserData_1=rQ=b.aO;d._emscripten_bind_PointConstraint_ResetWarmStart_0=sQ=b.bO;d._emscripten_bind_PointConstraint_SaveState_1=tQ=b.cO;d._emscripten_bind_PointConstraint_RestoreState_1=uQ=b.dO;d._emscripten_bind_PointConstraint_GetBody1_0=vQ=b.eO;d._emscripten_bind_PointConstraint_GetBody2_0=wQ=b.fO;d._emscripten_bind_PointConstraint_GetConstraintToBody1Matrix_0=xQ=b.gO;d._emscripten_bind_PointConstraint_GetConstraintToBody2Matrix_0=yQ=b.hO;d._emscripten_bind_PointConstraint___destroy___0=
zQ=b.iO;d._emscripten_bind_HingeConstraintSettings_HingeConstraintSettings_0=AQ=b.jO;d._emscripten_bind_HingeConstraintSettings_GetRefCount_0=BQ=b.kO;d._emscripten_bind_HingeConstraintSettings_AddRef_0=CQ=b.lO;d._emscripten_bind_HingeConstraintSettings_Release_0=DQ=b.mO;d._emscripten_bind_HingeConstraintSettings_Create_2=EQ=b.nO;d._emscripten_bind_HingeConstraintSettings_get_mSpace_0=FQ=b.oO;d._emscripten_bind_HingeConstraintSettings_set_mSpace_1=GQ=b.pO;d._emscripten_bind_HingeConstraintSettings_get_mPoint1_0=
HQ=b.qO;d._emscripten_bind_HingeConstraintSettings_set_mPoint1_1=IQ=b.rO;d._emscripten_bind_HingeConstraintSettings_get_mHingeAxis1_0=JQ=b.sO;d._emscripten_bind_HingeConstraintSettings_set_mHingeAxis1_1=KQ=b.tO;d._emscripten_bind_HingeConstraintSettings_get_mNormalAxis1_0=LQ=b.uO;d._emscripten_bind_HingeConstraintSettings_set_mNormalAxis1_1=MQ=b.vO;d._emscripten_bind_HingeConstraintSettings_get_mPoint2_0=NQ=b.wO;d._emscripten_bind_HingeConstraintSettings_set_mPoint2_1=OQ=b.xO;d._emscripten_bind_HingeConstraintSettings_get_mHingeAxis2_0=
PQ=b.yO;d._emscripten_bind_HingeConstraintSettings_set_mHingeAxis2_1=QQ=b.zO;d._emscripten_bind_HingeConstraintSettings_get_mNormalAxis2_0=RQ=b.AO;d._emscripten_bind_HingeConstraintSettings_set_mNormalAxis2_1=SQ=b.BO;d._emscripten_bind_HingeConstraintSettings_get_mLimitsMin_0=TQ=b.CO;d._emscripten_bind_HingeConstraintSettings_set_mLimitsMin_1=UQ=b.DO;d._emscripten_bind_HingeConstraintSettings_get_mLimitsMax_0=VQ=b.EO;d._emscripten_bind_HingeConstraintSettings_set_mLimitsMax_1=WQ=b.FO;d._emscripten_bind_HingeConstraintSettings_get_mLimitsSpringSettings_0=
XQ=b.GO;d._emscripten_bind_HingeConstraintSettings_set_mLimitsSpringSettings_1=YQ=b.HO;d._emscripten_bind_HingeConstraintSettings_get_mMaxFrictionTorque_0=ZQ=b.IO;d._emscripten_bind_HingeConstraintSettings_set_mMaxFrictionTorque_1=$Q=b.JO;d._emscripten_bind_HingeConstraintSettings_get_mMotorSettings_0=aR=b.KO;d._emscripten_bind_HingeConstraintSettings_set_mMotorSettings_1=bR=b.LO;d._emscripten_bind_HingeConstraintSettings_get_mEnabled_0=cR=b.MO;d._emscripten_bind_HingeConstraintSettings_set_mEnabled_1=
dR=b.NO;d._emscripten_bind_HingeConstraintSettings_get_mNumVelocityStepsOverride_0=eR=b.OO;d._emscripten_bind_HingeConstraintSettings_set_mNumVelocityStepsOverride_1=fR=b.PO;d._emscripten_bind_HingeConstraintSettings_get_mNumPositionStepsOverride_0=gR=b.QO;d._emscripten_bind_HingeConstraintSettings_set_mNumPositionStepsOverride_1=hR=b.RO;d._emscripten_bind_HingeConstraintSettings___destroy___0=iR=b.SO;d._emscripten_bind_HingeConstraint_GetLocalSpacePoint1_0=jR=b.TO;d._emscripten_bind_HingeConstraint_GetLocalSpacePoint2_0=
kR=b.UO;d._emscripten_bind_HingeConstraint_GetLocalSpaceHingeAxis1_0=lR=b.VO;d._emscripten_bind_HingeConstraint_GetLocalSpaceHingeAxis2_0=mR=b.WO;d._emscripten_bind_HingeConstraint_GetLocalSpaceNormalAxis1_0=nR=b.XO;d._emscripten_bind_HingeConstraint_GetLocalSpaceNormalAxis2_0=oR=b.YO;d._emscripten_bind_HingeConstraint_GetCurrentAngle_0=pR=b.ZO;d._emscripten_bind_HingeConstraint_SetMaxFrictionTorque_1=qR=b._O;d._emscripten_bind_HingeConstraint_GetMaxFrictionTorque_0=rR=b.$O;d._emscripten_bind_HingeConstraint_GetMotorSettings_0=
sR=b.aP;d._emscripten_bind_HingeConstraint_SetMotorState_1=tR=b.bP;d._emscripten_bind_HingeConstraint_GetMotorState_0=uR=b.cP;d._emscripten_bind_HingeConstraint_SetTargetAngularVelocity_1=vR=b.dP;d._emscripten_bind_HingeConstraint_GetTargetAngularVelocity_0=wR=b.eP;d._emscripten_bind_HingeConstraint_SetTargetAngle_1=xR=b.fP;d._emscripten_bind_HingeConstraint_GetTargetAngle_0=yR=b.gP;d._emscripten_bind_HingeConstraint_SetTargetOrientationBS_1=zR=b.hP;d._emscripten_bind_HingeConstraint_SetLimits_2=
AR=b.iP;d._emscripten_bind_HingeConstraint_GetLimitsMin_0=BR=b.jP;d._emscripten_bind_HingeConstraint_GetLimitsMax_0=CR=b.kP;d._emscripten_bind_HingeConstraint_HasLimits_0=DR=b.lP;d._emscripten_bind_HingeConstraint_GetLimitsSpringSettings_0=ER=b.mP;d._emscripten_bind_HingeConstraint_SetLimitsSpringSettings_1=FR=b.nP;d._emscripten_bind_HingeConstraint_GetTotalLambdaPosition_0=GR=b.oP;d._emscripten_bind_HingeConstraint_GetTotalLambdaRotation_0=HR=b.pP;d._emscripten_bind_HingeConstraint_GetTotalLambdaRotationLimits_0=
IR=b.qP;d._emscripten_bind_HingeConstraint_GetTotalLambdaMotor_0=JR=b.rP;d._emscripten_bind_HingeConstraint_GetRefCount_0=KR=b.sP;d._emscripten_bind_HingeConstraint_AddRef_0=LR=b.tP;d._emscripten_bind_HingeConstraint_Release_0=MR=b.uP;d._emscripten_bind_HingeConstraint_GetType_0=NR=b.vP;d._emscripten_bind_HingeConstraint_GetSubType_0=OR=b.wP;d._emscripten_bind_HingeConstraint_GetConstraintPriority_0=PR=b.xP;d._emscripten_bind_HingeConstraint_SetConstraintPriority_1=QR=b.yP;d._emscripten_bind_HingeConstraint_SetNumVelocityStepsOverride_1=
RR=b.zP;d._emscripten_bind_HingeConstraint_GetNumVelocityStepsOverride_0=SR=b.AP;d._emscripten_bind_HingeConstraint_SetNumPositionStepsOverride_1=TR=b.BP;d._emscripten_bind_HingeConstraint_GetNumPositionStepsOverride_0=UR=b.CP;d._emscripten_bind_HingeConstraint_SetEnabled_1=VR=b.DP;d._emscripten_bind_HingeConstraint_GetEnabled_0=WR=b.EP;d._emscripten_bind_HingeConstraint_IsActive_0=YR=b.FP;d._emscripten_bind_HingeConstraint_GetUserData_0=ZR=b.GP;d._emscripten_bind_HingeConstraint_SetUserData_1=$R=
b.HP;d._emscripten_bind_HingeConstraint_ResetWarmStart_0=aS=b.IP;d._emscripten_bind_HingeConstraint_SaveState_1=bS=b.JP;d._emscripten_bind_HingeConstraint_RestoreState_1=cS=b.KP;d._emscripten_bind_HingeConstraint_GetBody1_0=dS=b.LP;d._emscripten_bind_HingeConstraint_GetBody2_0=eS=b.MP;d._emscripten_bind_HingeConstraint_GetConstraintToBody1Matrix_0=fS=b.NP;d._emscripten_bind_HingeConstraint_GetConstraintToBody2Matrix_0=gS=b.OP;d._emscripten_bind_HingeConstraint___destroy___0=hS=b.PP;d._emscripten_bind_ConeConstraintSettings_ConeConstraintSettings_0=
iS=b.QP;d._emscripten_bind_ConeConstraintSettings_GetRefCount_0=jS=b.RP;d._emscripten_bind_ConeConstraintSettings_AddRef_0=kS=b.SP;d._emscripten_bind_ConeConstraintSettings_Release_0=lS=b.TP;d._emscripten_bind_ConeConstraintSettings_Create_2=mS=b.UP;d._emscripten_bind_ConeConstraintSettings_get_mSpace_0=nS=b.VP;d._emscripten_bind_ConeConstraintSettings_set_mSpace_1=oS=b.WP;d._emscripten_bind_ConeConstraintSettings_get_mPoint1_0=pS=b.XP;d._emscripten_bind_ConeConstraintSettings_set_mPoint1_1=qS=b.YP;
d._emscripten_bind_ConeConstraintSettings_get_mTwistAxis1_0=rS=b.ZP;d._emscripten_bind_ConeConstraintSettings_set_mTwistAxis1_1=sS=b._P;d._emscripten_bind_ConeConstraintSettings_get_mPoint2_0=tS=b.$P;d._emscripten_bind_ConeConstraintSettings_set_mPoint2_1=uS=b.aQ;d._emscripten_bind_ConeConstraintSettings_get_mTwistAxis2_0=vS=b.bQ;d._emscripten_bind_ConeConstraintSettings_set_mTwistAxis2_1=wS=b.cQ;d._emscripten_bind_ConeConstraintSettings_get_mHalfConeAngle_0=xS=b.dQ;d._emscripten_bind_ConeConstraintSettings_set_mHalfConeAngle_1=
yS=b.eQ;d._emscripten_bind_ConeConstraintSettings_get_mEnabled_0=zS=b.fQ;d._emscripten_bind_ConeConstraintSettings_set_mEnabled_1=AS=b.gQ;d._emscripten_bind_ConeConstraintSettings_get_mNumVelocityStepsOverride_0=BS=b.hQ;d._emscripten_bind_ConeConstraintSettings_set_mNumVelocityStepsOverride_1=CS=b.iQ;d._emscripten_bind_ConeConstraintSettings_get_mNumPositionStepsOverride_0=DS=b.jQ;d._emscripten_bind_ConeConstraintSettings_set_mNumPositionStepsOverride_1=ES=b.kQ;d._emscripten_bind_ConeConstraintSettings___destroy___0=
FS=b.lQ;d._emscripten_bind_ConeConstraint_SetHalfConeAngle_1=GS=b.mQ;d._emscripten_bind_ConeConstraint_GetCosHalfConeAngle_0=HS=b.nQ;d._emscripten_bind_ConeConstraint_GetTotalLambdaPosition_0=IS=b.oQ;d._emscripten_bind_ConeConstraint_GetTotalLambdaRotation_0=JS=b.pQ;d._emscripten_bind_ConeConstraint_GetRefCount_0=KS=b.qQ;d._emscripten_bind_ConeConstraint_AddRef_0=LS=b.rQ;d._emscripten_bind_ConeConstraint_Release_0=MS=b.sQ;d._emscripten_bind_ConeConstraint_GetType_0=NS=b.tQ;d._emscripten_bind_ConeConstraint_GetSubType_0=
OS=b.uQ;d._emscripten_bind_ConeConstraint_GetConstraintPriority_0=PS=b.vQ;d._emscripten_bind_ConeConstraint_SetConstraintPriority_1=QS=b.wQ;d._emscripten_bind_ConeConstraint_SetNumVelocityStepsOverride_1=RS=b.xQ;d._emscripten_bind_ConeConstraint_GetNumVelocityStepsOverride_0=SS=b.yQ;d._emscripten_bind_ConeConstraint_SetNumPositionStepsOverride_1=TS=b.zQ;d._emscripten_bind_ConeConstraint_GetNumPositionStepsOverride_0=US=b.AQ;d._emscripten_bind_ConeConstraint_SetEnabled_1=VS=b.BQ;d._emscripten_bind_ConeConstraint_GetEnabled_0=
WS=b.CQ;d._emscripten_bind_ConeConstraint_IsActive_0=XS=b.DQ;d._emscripten_bind_ConeConstraint_GetUserData_0=YS=b.EQ;d._emscripten_bind_ConeConstraint_SetUserData_1=ZS=b.FQ;d._emscripten_bind_ConeConstraint_ResetWarmStart_0=$S=b.GQ;d._emscripten_bind_ConeConstraint_SaveState_1=aT=b.HQ;d._emscripten_bind_ConeConstraint_RestoreState_1=bT=b.IQ;d._emscripten_bind_ConeConstraint_GetBody1_0=cT=b.JQ;d._emscripten_bind_ConeConstraint_GetBody2_0=dT=b.KQ;d._emscripten_bind_ConeConstraint_GetConstraintToBody1Matrix_0=
eT=b.LQ;d._emscripten_bind_ConeConstraint_GetConstraintToBody2Matrix_0=fT=b.MQ;d._emscripten_bind_ConeConstraint___destroy___0=gT=b.NQ;d._emscripten_bind_SliderConstraintSettings_SliderConstraintSettings_0=hT=b.OQ;d._emscripten_bind_SliderConstraintSettings_GetRefCount_0=iT=b.PQ;d._emscripten_bind_SliderConstraintSettings_AddRef_0=jT=b.QQ;d._emscripten_bind_SliderConstraintSettings_Release_0=kT=b.RQ;d._emscripten_bind_SliderConstraintSettings_Create_2=lT=b.SQ;d._emscripten_bind_SliderConstraintSettings_get_mSpace_0=
mT=b.TQ;d._emscripten_bind_SliderConstraintSettings_set_mSpace_1=nT=b.UQ;d._emscripten_bind_SliderConstraintSettings_get_mAutoDetectPoint_0=oT=b.VQ;d._emscripten_bind_SliderConstraintSettings_set_mAutoDetectPoint_1=pT=b.WQ;d._emscripten_bind_SliderConstraintSettings_get_mPoint1_0=qT=b.XQ;d._emscripten_bind_SliderConstraintSettings_set_mPoint1_1=rT=b.YQ;d._emscripten_bind_SliderConstraintSettings_get_mSliderAxis1_0=sT=b.ZQ;d._emscripten_bind_SliderConstraintSettings_set_mSliderAxis1_1=tT=b._Q;d._emscripten_bind_SliderConstraintSettings_get_mNormalAxis1_0=
uT=b.$Q;d._emscripten_bind_SliderConstraintSettings_set_mNormalAxis1_1=vT=b.aR;d._emscripten_bind_SliderConstraintSettings_get_mPoint2_0=wT=b.bR;d._emscripten_bind_SliderConstraintSettings_set_mPoint2_1=xT=b.cR;d._emscripten_bind_SliderConstraintSettings_get_mSliderAxis2_0=yT=b.dR;d._emscripten_bind_SliderConstraintSettings_set_mSliderAxis2_1=zT=b.eR;d._emscripten_bind_SliderConstraintSettings_get_mNormalAxis2_0=AT=b.fR;d._emscripten_bind_SliderConstraintSettings_set_mNormalAxis2_1=BT=b.gR;d._emscripten_bind_SliderConstraintSettings_get_mLimitsMin_0=
CT=b.hR;d._emscripten_bind_SliderConstraintSettings_set_mLimitsMin_1=DT=b.iR;d._emscripten_bind_SliderConstraintSettings_get_mLimitsMax_0=ET=b.jR;d._emscripten_bind_SliderConstraintSettings_set_mLimitsMax_1=FT=b.kR;d._emscripten_bind_SliderConstraintSettings_get_mLimitsSpringSettings_0=GT=b.lR;d._emscripten_bind_SliderConstraintSettings_set_mLimitsSpringSettings_1=HT=b.mR;d._emscripten_bind_SliderConstraintSettings_get_mMaxFrictionForce_0=IT=b.nR;d._emscripten_bind_SliderConstraintSettings_set_mMaxFrictionForce_1=
JT=b.oR;d._emscripten_bind_SliderConstraintSettings_get_mMotorSettings_0=KT=b.pR;d._emscripten_bind_SliderConstraintSettings_set_mMotorSettings_1=LT=b.qR;d._emscripten_bind_SliderConstraintSettings_get_mEnabled_0=MT=b.rR;d._emscripten_bind_SliderConstraintSettings_set_mEnabled_1=NT=b.sR;d._emscripten_bind_SliderConstraintSettings_get_mNumVelocityStepsOverride_0=OT=b.tR;d._emscripten_bind_SliderConstraintSettings_set_mNumVelocityStepsOverride_1=PT=b.uR;d._emscripten_bind_SliderConstraintSettings_get_mNumPositionStepsOverride_0=
QT=b.vR;d._emscripten_bind_SliderConstraintSettings_set_mNumPositionStepsOverride_1=RT=b.wR;d._emscripten_bind_SliderConstraintSettings___destroy___0=ST=b.xR;d._emscripten_bind_SliderConstraint_GetCurrentPosition_0=TT=b.yR;d._emscripten_bind_SliderConstraint_SetMaxFrictionForce_1=UT=b.zR;d._emscripten_bind_SliderConstraint_GetMaxFrictionForce_0=VT=b.AR;d._emscripten_bind_SliderConstraint_GetMotorSettings_0=WT=b.BR;d._emscripten_bind_SliderConstraint_SetMotorState_1=XT=b.CR;d._emscripten_bind_SliderConstraint_GetMotorState_0=
YT=b.DR;d._emscripten_bind_SliderConstraint_SetTargetVelocity_1=ZT=b.ER;d._emscripten_bind_SliderConstraint_GetTargetVelocity_0=$T=b.FR;d._emscripten_bind_SliderConstraint_SetTargetPosition_1=aU=b.GR;d._emscripten_bind_SliderConstraint_GetTargetPosition_0=bU=b.HR;d._emscripten_bind_SliderConstraint_SetLimits_2=cU=b.IR;d._emscripten_bind_SliderConstraint_GetLimitsMin_0=dU=b.JR;d._emscripten_bind_SliderConstraint_GetLimitsMax_0=eU=b.KR;d._emscripten_bind_SliderConstraint_HasLimits_0=fU=b.LR;d._emscripten_bind_SliderConstraint_GetLimitsSpringSettings_0=
gU=b.MR;d._emscripten_bind_SliderConstraint_SetLimitsSpringSettings_1=hU=b.NR;d._emscripten_bind_SliderConstraint_GetTotalLambdaPosition_0=iU=b.OR;d._emscripten_bind_SliderConstraint_GetTotalLambdaPositionLimits_0=jU=b.PR;d._emscripten_bind_SliderConstraint_GetTotalLambdaRotation_0=kU=b.QR;d._emscripten_bind_SliderConstraint_GetTotalLambdaMotor_0=lU=b.RR;d._emscripten_bind_SliderConstraint_GetRefCount_0=mU=b.SR;d._emscripten_bind_SliderConstraint_AddRef_0=nU=b.TR;d._emscripten_bind_SliderConstraint_Release_0=
oU=b.UR;d._emscripten_bind_SliderConstraint_GetType_0=pU=b.VR;d._emscripten_bind_SliderConstraint_GetSubType_0=qU=b.WR;d._emscripten_bind_SliderConstraint_GetConstraintPriority_0=rU=b.XR;d._emscripten_bind_SliderConstraint_SetConstraintPriority_1=sU=b.YR;d._emscripten_bind_SliderConstraint_SetNumVelocityStepsOverride_1=tU=b.ZR;d._emscripten_bind_SliderConstraint_GetNumVelocityStepsOverride_0=uU=b._R;d._emscripten_bind_SliderConstraint_SetNumPositionStepsOverride_1=vU=b.$R;d._emscripten_bind_SliderConstraint_GetNumPositionStepsOverride_0=
wU=b.aS;d._emscripten_bind_SliderConstraint_SetEnabled_1=xU=b.bS;d._emscripten_bind_SliderConstraint_GetEnabled_0=yU=b.cS;d._emscripten_bind_SliderConstraint_IsActive_0=zU=b.dS;d._emscripten_bind_SliderConstraint_GetUserData_0=AU=b.eS;d._emscripten_bind_SliderConstraint_SetUserData_1=BU=b.fS;d._emscripten_bind_SliderConstraint_ResetWarmStart_0=CU=b.gS;d._emscripten_bind_SliderConstraint_SaveState_1=DU=b.hS;d._emscripten_bind_SliderConstraint_RestoreState_1=EU=b.iS;d._emscripten_bind_SliderConstraint_GetBody1_0=
FU=b.jS;d._emscripten_bind_SliderConstraint_GetBody2_0=GU=b.kS;d._emscripten_bind_SliderConstraint_GetConstraintToBody1Matrix_0=HU=b.lS;d._emscripten_bind_SliderConstraint_GetConstraintToBody2Matrix_0=IU=b.mS;d._emscripten_bind_SliderConstraint___destroy___0=JU=b.nS;d._emscripten_bind_SwingTwistConstraintSettings_SwingTwistConstraintSettings_0=KU=b.oS;d._emscripten_bind_SwingTwistConstraintSettings_GetRefCount_0=LU=b.pS;d._emscripten_bind_SwingTwistConstraintSettings_AddRef_0=MU=b.qS;d._emscripten_bind_SwingTwistConstraintSettings_Release_0=
NU=b.rS;d._emscripten_bind_SwingTwistConstraintSettings_Create_2=OU=b.sS;d._emscripten_bind_SwingTwistConstraintSettings_get_mSpace_0=PU=b.tS;d._emscripten_bind_SwingTwistConstraintSettings_set_mSpace_1=QU=b.uS;d._emscripten_bind_SwingTwistConstraintSettings_get_mPosition1_0=RU=b.vS;d._emscripten_bind_SwingTwistConstraintSettings_set_mPosition1_1=SU=b.wS;d._emscripten_bind_SwingTwistConstraintSettings_get_mTwistAxis1_0=TU=b.xS;d._emscripten_bind_SwingTwistConstraintSettings_set_mTwistAxis1_1=UU=b.yS;
d._emscripten_bind_SwingTwistConstraintSettings_get_mPlaneAxis1_0=VU=b.zS;d._emscripten_bind_SwingTwistConstraintSettings_set_mPlaneAxis1_1=WU=b.AS;d._emscripten_bind_SwingTwistConstraintSettings_get_mPosition2_0=XU=b.BS;d._emscripten_bind_SwingTwistConstraintSettings_set_mPosition2_1=YU=b.CS;d._emscripten_bind_SwingTwistConstraintSettings_get_mTwistAxis2_0=ZU=b.DS;d._emscripten_bind_SwingTwistConstraintSettings_set_mTwistAxis2_1=$U=b.ES;d._emscripten_bind_SwingTwistConstraintSettings_get_mPlaneAxis2_0=
aV=b.FS;d._emscripten_bind_SwingTwistConstraintSettings_set_mPlaneAxis2_1=bV=b.GS;d._emscripten_bind_SwingTwistConstraintSettings_get_mSwingType_0=cV=b.HS;d._emscripten_bind_SwingTwistConstraintSettings_set_mSwingType_1=dV=b.IS;d._emscripten_bind_SwingTwistConstraintSettings_get_mNormalHalfConeAngle_0=eV=b.JS;d._emscripten_bind_SwingTwistConstraintSettings_set_mNormalHalfConeAngle_1=fV=b.KS;d._emscripten_bind_SwingTwistConstraintSettings_get_mPlaneHalfConeAngle_0=gV=b.LS;d._emscripten_bind_SwingTwistConstraintSettings_set_mPlaneHalfConeAngle_1=
hV=b.MS;d._emscripten_bind_SwingTwistConstraintSettings_get_mTwistMinAngle_0=iV=b.NS;d._emscripten_bind_SwingTwistConstraintSettings_set_mTwistMinAngle_1=jV=b.OS;d._emscripten_bind_SwingTwistConstraintSettings_get_mTwistMaxAngle_0=kV=b.PS;d._emscripten_bind_SwingTwistConstraintSettings_set_mTwistMaxAngle_1=lV=b.QS;d._emscripten_bind_SwingTwistConstraintSettings_get_mMaxFrictionTorque_0=mV=b.RS;d._emscripten_bind_SwingTwistConstraintSettings_set_mMaxFrictionTorque_1=nV=b.SS;d._emscripten_bind_SwingTwistConstraintSettings_get_mSwingMotorSettings_0=
oV=b.TS;d._emscripten_bind_SwingTwistConstraintSettings_set_mSwingMotorSettings_1=pV=b.US;d._emscripten_bind_SwingTwistConstraintSettings_get_mTwistMotorSettings_0=qV=b.VS;d._emscripten_bind_SwingTwistConstraintSettings_set_mTwistMotorSettings_1=rV=b.WS;d._emscripten_bind_SwingTwistConstraintSettings_get_mEnabled_0=sV=b.XS;d._emscripten_bind_SwingTwistConstraintSettings_set_mEnabled_1=tV=b.YS;d._emscripten_bind_SwingTwistConstraintSettings_get_mNumVelocityStepsOverride_0=uV=b.ZS;d._emscripten_bind_SwingTwistConstraintSettings_set_mNumVelocityStepsOverride_1=
vV=b._S;d._emscripten_bind_SwingTwistConstraintSettings_get_mNumPositionStepsOverride_0=wV=b.$S;d._emscripten_bind_SwingTwistConstraintSettings_set_mNumPositionStepsOverride_1=xV=b.aT;d._emscripten_bind_SwingTwistConstraintSettings___destroy___0=yV=b.bT;d._emscripten_bind_SwingTwistConstraint_GetLocalSpacePosition1_0=zV=b.cT;d._emscripten_bind_SwingTwistConstraint_GetLocalSpacePosition2_0=AV=b.dT;d._emscripten_bind_SwingTwistConstraint_GetConstraintToBody1_0=BV=b.eT;d._emscripten_bind_SwingTwistConstraint_GetConstraintToBody2_0=
CV=b.fT;d._emscripten_bind_SwingTwistConstraint_GetNormalHalfConeAngle_0=DV=b.gT;d._emscripten_bind_SwingTwistConstraint_SetNormalHalfConeAngle_1=EV=b.hT;d._emscripten_bind_SwingTwistConstraint_GetPlaneHalfConeAngle_0=FV=b.iT;d._emscripten_bind_SwingTwistConstraint_SetPlaneHalfConeAngle_1=GV=b.jT;d._emscripten_bind_SwingTwistConstraint_GetTwistMinAngle_0=HV=b.kT;d._emscripten_bind_SwingTwistConstraint_SetTwistMinAngle_1=IV=b.lT;d._emscripten_bind_SwingTwistConstraint_GetTwistMaxAngle_0=JV=b.mT;d._emscripten_bind_SwingTwistConstraint_SetTwistMaxAngle_1=
KV=b.nT;d._emscripten_bind_SwingTwistConstraint_GetSwingMotorSettings_0=LV=b.oT;d._emscripten_bind_SwingTwistConstraint_GetTwistMotorSettings_0=MV=b.pT;d._emscripten_bind_SwingTwistConstraint_SetMaxFrictionTorque_1=NV=b.qT;d._emscripten_bind_SwingTwistConstraint_GetMaxFrictionTorque_0=OV=b.rT;d._emscripten_bind_SwingTwistConstraint_SetSwingMotorState_1=PV=b.sT;d._emscripten_bind_SwingTwistConstraint_GetSwingMotorState_0=QV=b.tT;d._emscripten_bind_SwingTwistConstraint_SetTwistMotorState_1=RV=b.uT;
d._emscripten_bind_SwingTwistConstraint_GetTwistMotorState_0=SV=b.vT;d._emscripten_bind_SwingTwistConstraint_SetTargetAngularVelocityCS_1=TV=b.wT;d._emscripten_bind_SwingTwistConstraint_GetTargetAngularVelocityCS_0=UV=b.xT;d._emscripten_bind_SwingTwistConstraint_SetTargetOrientationCS_1=VV=b.yT;d._emscripten_bind_SwingTwistConstraint_GetTargetOrientationCS_0=WV=b.zT;d._emscripten_bind_SwingTwistConstraint_SetTargetOrientationBS_1=XV=b.AT;d._emscripten_bind_SwingTwistConstraint_GetRotationInConstraintSpace_0=
YV=b.BT;d._emscripten_bind_SwingTwistConstraint_GetTotalLambdaPosition_0=ZV=b.CT;d._emscripten_bind_SwingTwistConstraint_GetTotalLambdaTwist_0=$V=b.DT;d._emscripten_bind_SwingTwistConstraint_GetTotalLambdaSwingY_0=aW=b.ET;d._emscripten_bind_SwingTwistConstraint_GetTotalLambdaSwingZ_0=bW=b.FT;d._emscripten_bind_SwingTwistConstraint_GetTotalLambdaMotor_0=cW=b.GT;d._emscripten_bind_SwingTwistConstraint_GetRefCount_0=dW=b.HT;d._emscripten_bind_SwingTwistConstraint_AddRef_0=eW=b.IT;d._emscripten_bind_SwingTwistConstraint_Release_0=
fW=b.JT;d._emscripten_bind_SwingTwistConstraint_GetType_0=gW=b.KT;d._emscripten_bind_SwingTwistConstraint_GetSubType_0=hW=b.LT;d._emscripten_bind_SwingTwistConstraint_GetConstraintPriority_0=iW=b.MT;d._emscripten_bind_SwingTwistConstraint_SetConstraintPriority_1=jW=b.NT;d._emscripten_bind_SwingTwistConstraint_SetNumVelocityStepsOverride_1=kW=b.OT;d._emscripten_bind_SwingTwistConstraint_GetNumVelocityStepsOverride_0=lW=b.PT;d._emscripten_bind_SwingTwistConstraint_SetNumPositionStepsOverride_1=mW=b.QT;
d._emscripten_bind_SwingTwistConstraint_GetNumPositionStepsOverride_0=nW=b.RT;d._emscripten_bind_SwingTwistConstraint_SetEnabled_1=oW=b.ST;d._emscripten_bind_SwingTwistConstraint_GetEnabled_0=pW=b.TT;d._emscripten_bind_SwingTwistConstraint_IsActive_0=qW=b.UT;d._emscripten_bind_SwingTwistConstraint_GetUserData_0=rW=b.VT;d._emscripten_bind_SwingTwistConstraint_SetUserData_1=sW=b.WT;d._emscripten_bind_SwingTwistConstraint_ResetWarmStart_0=tW=b.XT;d._emscripten_bind_SwingTwistConstraint_SaveState_1=uW=
b.YT;d._emscripten_bind_SwingTwistConstraint_RestoreState_1=vW=b.ZT;d._emscripten_bind_SwingTwistConstraint_GetBody1_0=wW=b._T;d._emscripten_bind_SwingTwistConstraint_GetBody2_0=xW=b.$T;d._emscripten_bind_SwingTwistConstraint_GetConstraintToBody1Matrix_0=yW=b.aU;d._emscripten_bind_SwingTwistConstraint_GetConstraintToBody2Matrix_0=zW=b.bU;d._emscripten_bind_SwingTwistConstraint___destroy___0=AW=b.cU;d._emscripten_bind_SixDOFConstraintSettings_SixDOFConstraintSettings_0=BW=b.dU;d._emscripten_bind_SixDOFConstraintSettings_MakeFreeAxis_1=
CW=b.eU;d._emscripten_bind_SixDOFConstraintSettings_IsFreeAxis_1=DW=b.fU;d._emscripten_bind_SixDOFConstraintSettings_MakeFixedAxis_1=EW=b.gU;d._emscripten_bind_SixDOFConstraintSettings_IsFixedAxis_1=FW=b.hU;d._emscripten_bind_SixDOFConstraintSettings_SetLimitedAxis_3=GW=b.iU;d._emscripten_bind_SixDOFConstraintSettings_GetRefCount_0=HW=b.jU;d._emscripten_bind_SixDOFConstraintSettings_AddRef_0=IW=b.kU;d._emscripten_bind_SixDOFConstraintSettings_Release_0=JW=b.lU;d._emscripten_bind_SixDOFConstraintSettings_Create_2=
KW=b.mU;d._emscripten_bind_SixDOFConstraintSettings_get_mSpace_0=LW=b.nU;d._emscripten_bind_SixDOFConstraintSettings_set_mSpace_1=MW=b.oU;d._emscripten_bind_SixDOFConstraintSettings_get_mPosition1_0=NW=b.pU;d._emscripten_bind_SixDOFConstraintSettings_set_mPosition1_1=OW=b.qU;d._emscripten_bind_SixDOFConstraintSettings_get_mAxisX1_0=PW=b.rU;d._emscripten_bind_SixDOFConstraintSettings_set_mAxisX1_1=QW=b.sU;d._emscripten_bind_SixDOFConstraintSettings_get_mAxisY1_0=RW=b.tU;d._emscripten_bind_SixDOFConstraintSettings_set_mAxisY1_1=
SW=b.uU;d._emscripten_bind_SixDOFConstraintSettings_get_mPosition2_0=TW=b.vU;d._emscripten_bind_SixDOFConstraintSettings_set_mPosition2_1=UW=b.wU;d._emscripten_bind_SixDOFConstraintSettings_get_mAxisX2_0=VW=b.xU;d._emscripten_bind_SixDOFConstraintSettings_set_mAxisX2_1=WW=b.yU;d._emscripten_bind_SixDOFConstraintSettings_get_mAxisY2_0=XW=b.zU;d._emscripten_bind_SixDOFConstraintSettings_set_mAxisY2_1=YW=b.AU;d._emscripten_bind_SixDOFConstraintSettings_get_mMaxFriction_1=ZW=b.BU;d._emscripten_bind_SixDOFConstraintSettings_set_mMaxFriction_2=
$W=b.CU;d._emscripten_bind_SixDOFConstraintSettings_get_mSwingType_0=aX=b.DU;d._emscripten_bind_SixDOFConstraintSettings_set_mSwingType_1=bX=b.EU;d._emscripten_bind_SixDOFConstraintSettings_get_mLimitMin_1=cX=b.FU;d._emscripten_bind_SixDOFConstraintSettings_set_mLimitMin_2=dX=b.GU;d._emscripten_bind_SixDOFConstraintSettings_get_mLimitMax_1=eX=b.HU;d._emscripten_bind_SixDOFConstraintSettings_set_mLimitMax_2=fX=b.IU;d._emscripten_bind_SixDOFConstraintSettings_get_mLimitsSpringSettings_1=gX=b.JU;d._emscripten_bind_SixDOFConstraintSettings_set_mLimitsSpringSettings_2=
hX=b.KU;d._emscripten_bind_SixDOFConstraintSettings_get_mMotorSettings_1=iX=b.LU;d._emscripten_bind_SixDOFConstraintSettings_set_mMotorSettings_2=jX=b.MU;d._emscripten_bind_SixDOFConstraintSettings_get_mEnabled_0=kX=b.NU;d._emscripten_bind_SixDOFConstraintSettings_set_mEnabled_1=lX=b.OU;d._emscripten_bind_SixDOFConstraintSettings_get_mNumVelocityStepsOverride_0=mX=b.PU;d._emscripten_bind_SixDOFConstraintSettings_set_mNumVelocityStepsOverride_1=nX=b.QU;d._emscripten_bind_SixDOFConstraintSettings_get_mNumPositionStepsOverride_0=
oX=b.RU;d._emscripten_bind_SixDOFConstraintSettings_set_mNumPositionStepsOverride_1=pX=b.SU;d._emscripten_bind_SixDOFConstraintSettings___destroy___0=qX=b.TU;d._emscripten_bind_SixDOFConstraint_SetTranslationLimits_2=rX=b.UU;d._emscripten_bind_SixDOFConstraint_SetRotationLimits_2=sX=b.VU;d._emscripten_bind_SixDOFConstraint_GetLimitsMin_1=tX=b.WU;d._emscripten_bind_SixDOFConstraint_GetLimitsMax_1=uX=b.XU;d._emscripten_bind_SixDOFConstraint_GetTranslationLimitsMin_0=vX=b.YU;d._emscripten_bind_SixDOFConstraint_GetTranslationLimitsMax_0=
wX=b.ZU;d._emscripten_bind_SixDOFConstraint_GetRotationLimitsMin_0=xX=b._U;d._emscripten_bind_SixDOFConstraint_GetRotationLimitsMax_0=yX=b.$U;d._emscripten_bind_SixDOFConstraint_IsFixedAxis_1=zX=b.aV;d._emscripten_bind_SixDOFConstraint_IsFreeAxis_1=AX=b.bV;d._emscripten_bind_SixDOFConstraint_GetLimitsSpringSettings_1=BX=b.cV;d._emscripten_bind_SixDOFConstraint_SetLimitsSpringSettings_2=CX=b.dV;d._emscripten_bind_SixDOFConstraint_SetMaxFriction_2=DX=b.eV;d._emscripten_bind_SixDOFConstraint_GetMaxFriction_1=
EX=b.fV;d._emscripten_bind_SixDOFConstraint_GetRotationInConstraintSpace_0=FX=b.gV;d._emscripten_bind_SixDOFConstraint_GetMotorSettings_1=GX=b.hV;d._emscripten_bind_SixDOFConstraint_SetMotorState_2=HX=b.iV;d._emscripten_bind_SixDOFConstraint_GetMotorState_1=IX=b.jV;d._emscripten_bind_SixDOFConstraint_GetTargetVelocityCS_0=JX=b.kV;d._emscripten_bind_SixDOFConstraint_SetTargetVelocityCS_1=KX=b.lV;d._emscripten_bind_SixDOFConstraint_SetTargetAngularVelocityCS_1=LX=b.mV;d._emscripten_bind_SixDOFConstraint_GetTargetAngularVelocityCS_0=
MX=b.nV;d._emscripten_bind_SixDOFConstraint_GetTargetPositionCS_0=NX=b.oV;d._emscripten_bind_SixDOFConstraint_SetTargetPositionCS_1=OX=b.pV;d._emscripten_bind_SixDOFConstraint_SetTargetOrientationCS_1=PX=b.qV;d._emscripten_bind_SixDOFConstraint_GetTargetOrientationCS_0=QX=b.rV;d._emscripten_bind_SixDOFConstraint_SetTargetOrientationBS_1=RX=b.sV;d._emscripten_bind_SixDOFConstraint_GetTotalLambdaPosition_0=SX=b.tV;d._emscripten_bind_SixDOFConstraint_GetTotalLambdaRotation_0=TX=b.uV;d._emscripten_bind_SixDOFConstraint_GetTotalLambdaMotorTranslation_0=
UX=b.vV;d._emscripten_bind_SixDOFConstraint_GetTotalLambdaMotorRotation_0=VX=b.wV;d._emscripten_bind_SixDOFConstraint_GetRefCount_0=WX=b.xV;d._emscripten_bind_SixDOFConstraint_AddRef_0=XX=b.yV;d._emscripten_bind_SixDOFConstraint_Release_0=YX=b.zV;d._emscripten_bind_SixDOFConstraint_GetType_0=ZX=b.AV;d._emscripten_bind_SixDOFConstraint_GetSubType_0=$X=b.BV;d._emscripten_bind_SixDOFConstraint_GetConstraintPriority_0=aY=b.CV;d._emscripten_bind_SixDOFConstraint_SetConstraintPriority_1=bY=b.DV;d._emscripten_bind_SixDOFConstraint_SetNumVelocityStepsOverride_1=
cY=b.EV;d._emscripten_bind_SixDOFConstraint_GetNumVelocityStepsOverride_0=dY=b.FV;d._emscripten_bind_SixDOFConstraint_SetNumPositionStepsOverride_1=eY=b.GV;d._emscripten_bind_SixDOFConstraint_GetNumPositionStepsOverride_0=fY=b.HV;d._emscripten_bind_SixDOFConstraint_SetEnabled_1=gY=b.IV;d._emscripten_bind_SixDOFConstraint_GetEnabled_0=hY=b.JV;d._emscripten_bind_SixDOFConstraint_IsActive_0=iY=b.KV;d._emscripten_bind_SixDOFConstraint_GetUserData_0=jY=b.LV;d._emscripten_bind_SixDOFConstraint_SetUserData_1=
kY=b.MV;d._emscripten_bind_SixDOFConstraint_ResetWarmStart_0=lY=b.NV;d._emscripten_bind_SixDOFConstraint_SaveState_1=mY=b.OV;d._emscripten_bind_SixDOFConstraint_RestoreState_1=nY=b.PV;d._emscripten_bind_SixDOFConstraint_GetBody1_0=oY=b.QV;d._emscripten_bind_SixDOFConstraint_GetBody2_0=pY=b.RV;d._emscripten_bind_SixDOFConstraint_GetConstraintToBody1Matrix_0=qY=b.SV;d._emscripten_bind_SixDOFConstraint_GetConstraintToBody2Matrix_0=rY=b.TV;d._emscripten_bind_SixDOFConstraint___destroy___0=sY=b.UV;d._emscripten_bind_PathConstraintSettings_PathConstraintSettings_0=
tY=b.VV;d._emscripten_bind_PathConstraintSettings_GetRefCount_0=uY=b.WV;d._emscripten_bind_PathConstraintSettings_AddRef_0=vY=b.XV;d._emscripten_bind_PathConstraintSettings_Release_0=wY=b.YV;d._emscripten_bind_PathConstraintSettings_Create_2=xY=b.ZV;d._emscripten_bind_PathConstraintSettings_get_mPath_0=yY=b._V;d._emscripten_bind_PathConstraintSettings_set_mPath_1=zY=b.$V;d._emscripten_bind_PathConstraintSettings_get_mPathPosition_0=AY=b.aW;d._emscripten_bind_PathConstraintSettings_set_mPathPosition_1=
BY=b.bW;d._emscripten_bind_PathConstraintSettings_get_mPathRotation_0=CY=b.cW;d._emscripten_bind_PathConstraintSettings_set_mPathRotation_1=DY=b.dW;d._emscripten_bind_PathConstraintSettings_get_mPathFraction_0=EY=b.eW;d._emscripten_bind_PathConstraintSettings_set_mPathFraction_1=FY=b.fW;d._emscripten_bind_PathConstraintSettings_get_mMaxFrictionForce_0=GY=b.gW;d._emscripten_bind_PathConstraintSettings_set_mMaxFrictionForce_1=HY=b.hW;d._emscripten_bind_PathConstraintSettings_get_mRotationConstraintType_0=
IY=b.iW;d._emscripten_bind_PathConstraintSettings_set_mRotationConstraintType_1=JY=b.jW;d._emscripten_bind_PathConstraintSettings_get_mPositionMotorSettings_0=KY=b.kW;d._emscripten_bind_PathConstraintSettings_set_mPositionMotorSettings_1=LY=b.lW;d._emscripten_bind_PathConstraintSettings_get_mEnabled_0=MY=b.mW;d._emscripten_bind_PathConstraintSettings_set_mEnabled_1=NY=b.nW;d._emscripten_bind_PathConstraintSettings_get_mNumVelocityStepsOverride_0=OY=b.oW;d._emscripten_bind_PathConstraintSettings_set_mNumVelocityStepsOverride_1=
PY=b.pW;d._emscripten_bind_PathConstraintSettings_get_mNumPositionStepsOverride_0=QY=b.qW;d._emscripten_bind_PathConstraintSettings_set_mNumPositionStepsOverride_1=RY=b.rW;d._emscripten_bind_PathConstraintSettings___destroy___0=SY=b.sW;d._emscripten_bind_PathConstraintPathHermite_AddPoint_3=TY=b.tW;d._emscripten_bind_PathConstraintPathHermite_IsLooping_0=UY=b.uW;d._emscripten_bind_PathConstraintPathHermite_SetIsLooping_1=VY=b.vW;d._emscripten_bind_PathConstraintPathHermite_GetRefCount_0=WY=b.wW;d._emscripten_bind_PathConstraintPathHermite_AddRef_0=
XY=b.xW;d._emscripten_bind_PathConstraintPathHermite_Release_0=YY=b.yW;d._emscripten_bind_PathConstraintPathHermite___destroy___0=ZY=b.zW;d._emscripten_bind_PathConstraintPathJS_PathConstraintPathJS_0=$Y=b.AW;d._emscripten_bind_PathConstraintPathJS_GetPathMaxFraction_0=aZ=b.BW;d._emscripten_bind_PathConstraintPathJS_GetClosestPoint_2=bZ=b.CW;d._emscripten_bind_PathConstraintPathJS_GetPointOnPath_5=cZ=b.DW;d._emscripten_bind_PathConstraintPathJS___destroy___0=dZ=b.EW;d._emscripten_bind_PathConstraint_SetPath_2=
eZ=b.FW;d._emscripten_bind_PathConstraint_GetPath_0=fZ=b.GW;d._emscripten_bind_PathConstraint_GetPathFraction_0=gZ=b.HW;d._emscripten_bind_PathConstraint_SetMaxFrictionForce_1=hZ=b.IW;d._emscripten_bind_PathConstraint_GetMaxFrictionForce_0=iZ=b.JW;d._emscripten_bind_PathConstraint_GetPositionMotorSettings_0=jZ=b.KW;d._emscripten_bind_PathConstraint_SetPositionMotorState_1=kZ=b.LW;d._emscripten_bind_PathConstraint_GetPositionMotorState_0=lZ=b.MW;d._emscripten_bind_PathConstraint_SetTargetVelocity_1=
mZ=b.NW;d._emscripten_bind_PathConstraint_GetTargetVelocity_0=nZ=b.OW;d._emscripten_bind_PathConstraint_SetTargetPathFraction_1=oZ=b.PW;d._emscripten_bind_PathConstraint_GetTargetPathFraction_0=pZ=b.QW;d._emscripten_bind_PathConstraint_GetRefCount_0=qZ=b.RW;d._emscripten_bind_PathConstraint_AddRef_0=rZ=b.SW;d._emscripten_bind_PathConstraint_Release_0=sZ=b.TW;d._emscripten_bind_PathConstraint_GetType_0=tZ=b.UW;d._emscripten_bind_PathConstraint_GetSubType_0=uZ=b.VW;d._emscripten_bind_PathConstraint_GetConstraintPriority_0=
vZ=b.WW;d._emscripten_bind_PathConstraint_SetConstraintPriority_1=wZ=b.XW;d._emscripten_bind_PathConstraint_SetNumVelocityStepsOverride_1=xZ=b.YW;d._emscripten_bind_PathConstraint_GetNumVelocityStepsOverride_0=yZ=b.ZW;d._emscripten_bind_PathConstraint_SetNumPositionStepsOverride_1=zZ=b._W;d._emscripten_bind_PathConstraint_GetNumPositionStepsOverride_0=AZ=b.$W;d._emscripten_bind_PathConstraint_SetEnabled_1=BZ=b.aX;d._emscripten_bind_PathConstraint_GetEnabled_0=CZ=b.bX;d._emscripten_bind_PathConstraint_IsActive_0=
DZ=b.cX;d._emscripten_bind_PathConstraint_GetUserData_0=EZ=b.dX;d._emscripten_bind_PathConstraint_SetUserData_1=FZ=b.eX;d._emscripten_bind_PathConstraint_ResetWarmStart_0=GZ=b.fX;d._emscripten_bind_PathConstraint_SaveState_1=HZ=b.gX;d._emscripten_bind_PathConstraint_RestoreState_1=IZ=b.hX;d._emscripten_bind_PathConstraint_GetBody1_0=JZ=b.iX;d._emscripten_bind_PathConstraint_GetBody2_0=KZ=b.jX;d._emscripten_bind_PathConstraint_GetConstraintToBody1Matrix_0=LZ=b.kX;d._emscripten_bind_PathConstraint_GetConstraintToBody2Matrix_0=
MZ=b.lX;d._emscripten_bind_PathConstraint___destroy___0=NZ=b.mX;d._emscripten_bind_PulleyConstraintSettings_PulleyConstraintSettings_0=OZ=b.nX;d._emscripten_bind_PulleyConstraintSettings_GetRefCount_0=PZ=b.oX;d._emscripten_bind_PulleyConstraintSettings_AddRef_0=QZ=b.pX;d._emscripten_bind_PulleyConstraintSettings_Release_0=RZ=b.qX;d._emscripten_bind_PulleyConstraintSettings_Create_2=SZ=b.rX;d._emscripten_bind_PulleyConstraintSettings_get_mSpace_0=TZ=b.sX;d._emscripten_bind_PulleyConstraintSettings_set_mSpace_1=
UZ=b.tX;d._emscripten_bind_PulleyConstraintSettings_get_mBodyPoint1_0=VZ=b.uX;d._emscripten_bind_PulleyConstraintSettings_set_mBodyPoint1_1=WZ=b.vX;d._emscripten_bind_PulleyConstraintSettings_get_mFixedPoint1_0=XZ=b.wX;d._emscripten_bind_PulleyConstraintSettings_set_mFixedPoint1_1=YZ=b.xX;d._emscripten_bind_PulleyConstraintSettings_get_mBodyPoint2_0=ZZ=b.yX;d._emscripten_bind_PulleyConstraintSettings_set_mBodyPoint2_1=$Z=b.zX;d._emscripten_bind_PulleyConstraintSettings_get_mFixedPoint2_0=a_=b.AX;
d._emscripten_bind_PulleyConstraintSettings_set_mFixedPoint2_1=b_=b.BX;d._emscripten_bind_PulleyConstraintSettings_get_mRatio_0=c_=b.CX;d._emscripten_bind_PulleyConstraintSettings_set_mRatio_1=d_=b.DX;d._emscripten_bind_PulleyConstraintSettings_get_mMinLength_0=e_=b.EX;d._emscripten_bind_PulleyConstraintSettings_set_mMinLength_1=f_=b.FX;d._emscripten_bind_PulleyConstraintSettings_get_mMaxLength_0=g_=b.GX;d._emscripten_bind_PulleyConstraintSettings_set_mMaxLength_1=h_=b.HX;d._emscripten_bind_PulleyConstraintSettings_get_mEnabled_0=
i_=b.IX;d._emscripten_bind_PulleyConstraintSettings_set_mEnabled_1=j_=b.JX;d._emscripten_bind_PulleyConstraintSettings_get_mNumVelocityStepsOverride_0=k_=b.KX;d._emscripten_bind_PulleyConstraintSettings_set_mNumVelocityStepsOverride_1=l_=b.LX;d._emscripten_bind_PulleyConstraintSettings_get_mNumPositionStepsOverride_0=m_=b.MX;d._emscripten_bind_PulleyConstraintSettings_set_mNumPositionStepsOverride_1=n_=b.NX;d._emscripten_bind_PulleyConstraintSettings___destroy___0=o_=b.OX;d._emscripten_bind_PulleyConstraint_SetLength_2=
p_=b.PX;d._emscripten_bind_PulleyConstraint_GetMinLength_0=q_=b.QX;d._emscripten_bind_PulleyConstraint_GetMaxLength_0=r_=b.RX;d._emscripten_bind_PulleyConstraint_GetCurrentLength_0=s_=b.SX;d._emscripten_bind_PulleyConstraint_GetRefCount_0=t_=b.TX;d._emscripten_bind_PulleyConstraint_AddRef_0=u_=b.UX;d._emscripten_bind_PulleyConstraint_Release_0=v_=b.VX;d._emscripten_bind_PulleyConstraint_GetType_0=w_=b.WX;d._emscripten_bind_PulleyConstraint_GetSubType_0=x_=b.XX;d._emscripten_bind_PulleyConstraint_GetConstraintPriority_0=
y_=b.YX;d._emscripten_bind_PulleyConstraint_SetConstraintPriority_1=z_=b.ZX;d._emscripten_bind_PulleyConstraint_SetNumVelocityStepsOverride_1=A_=b._X;d._emscripten_bind_PulleyConstraint_GetNumVelocityStepsOverride_0=B_=b.$X;d._emscripten_bind_PulleyConstraint_SetNumPositionStepsOverride_1=C_=b.aY;d._emscripten_bind_PulleyConstraint_GetNumPositionStepsOverride_0=D_=b.bY;d._emscripten_bind_PulleyConstraint_SetEnabled_1=E_=b.cY;d._emscripten_bind_PulleyConstraint_GetEnabled_0=F_=b.dY;d._emscripten_bind_PulleyConstraint_IsActive_0=
G_=b.eY;d._emscripten_bind_PulleyConstraint_GetUserData_0=H_=b.fY;d._emscripten_bind_PulleyConstraint_SetUserData_1=I_=b.gY;d._emscripten_bind_PulleyConstraint_ResetWarmStart_0=J_=b.hY;d._emscripten_bind_PulleyConstraint_SaveState_1=K_=b.iY;d._emscripten_bind_PulleyConstraint_RestoreState_1=L_=b.jY;d._emscripten_bind_PulleyConstraint_GetBody1_0=M_=b.kY;d._emscripten_bind_PulleyConstraint_GetBody2_0=N_=b.lY;d._emscripten_bind_PulleyConstraint_GetConstraintToBody1Matrix_0=O_=b.mY;d._emscripten_bind_PulleyConstraint_GetConstraintToBody2Matrix_0=
P_=b.nY;d._emscripten_bind_PulleyConstraint___destroy___0=Q_=b.oY;d._emscripten_bind_GearConstraintSettings_GearConstraintSettings_0=R_=b.pY;d._emscripten_bind_GearConstraintSettings_SetRatio_2=S_=b.qY;d._emscripten_bind_GearConstraintSettings_GetRefCount_0=T_=b.rY;d._emscripten_bind_GearConstraintSettings_AddRef_0=U_=b.sY;d._emscripten_bind_GearConstraintSettings_Release_0=V_=b.tY;d._emscripten_bind_GearConstraintSettings_Create_2=W_=b.uY;d._emscripten_bind_GearConstraintSettings_get_mSpace_0=X_=
b.vY;d._emscripten_bind_GearConstraintSettings_set_mSpace_1=Y_=b.wY;d._emscripten_bind_GearConstraintSettings_get_mHingeAxis1_0=Z_=b.xY;d._emscripten_bind_GearConstraintSettings_set_mHingeAxis1_1=$_=b.yY;d._emscripten_bind_GearConstraintSettings_get_mHingeAxis2_0=a0=b.zY;d._emscripten_bind_GearConstraintSettings_set_mHingeAxis2_1=b0=b.AY;d._emscripten_bind_GearConstraintSettings_get_mRatio_0=c0=b.BY;d._emscripten_bind_GearConstraintSettings_set_mRatio_1=d0=b.CY;d._emscripten_bind_GearConstraintSettings_get_mEnabled_0=
e0=b.DY;d._emscripten_bind_GearConstraintSettings_set_mEnabled_1=f0=b.EY;d._emscripten_bind_GearConstraintSettings_get_mNumVelocityStepsOverride_0=g0=b.FY;d._emscripten_bind_GearConstraintSettings_set_mNumVelocityStepsOverride_1=h0=b.GY;d._emscripten_bind_GearConstraintSettings_get_mNumPositionStepsOverride_0=i0=b.HY;d._emscripten_bind_GearConstraintSettings_set_mNumPositionStepsOverride_1=j0=b.IY;d._emscripten_bind_GearConstraintSettings___destroy___0=k0=b.JY;d._emscripten_bind_GearConstraint_SetConstraints_2=
l0=b.KY;d._emscripten_bind_GearConstraint_GetTotalLambda_0=m0=b.LY;d._emscripten_bind_GearConstraint_GetRefCount_0=n0=b.MY;d._emscripten_bind_GearConstraint_AddRef_0=o0=b.NY;d._emscripten_bind_GearConstraint_Release_0=p0=b.OY;d._emscripten_bind_GearConstraint_GetType_0=q0=b.PY;d._emscripten_bind_GearConstraint_GetSubType_0=r0=b.QY;d._emscripten_bind_GearConstraint_GetConstraintPriority_0=s0=b.RY;d._emscripten_bind_GearConstraint_SetConstraintPriority_1=t0=b.SY;d._emscripten_bind_GearConstraint_SetNumVelocityStepsOverride_1=
u0=b.TY;d._emscripten_bind_GearConstraint_GetNumVelocityStepsOverride_0=v0=b.UY;d._emscripten_bind_GearConstraint_SetNumPositionStepsOverride_1=w0=b.VY;d._emscripten_bind_GearConstraint_GetNumPositionStepsOverride_0=x0=b.WY;d._emscripten_bind_GearConstraint_SetEnabled_1=y0=b.XY;d._emscripten_bind_GearConstraint_GetEnabled_0=z0=b.YY;d._emscripten_bind_GearConstraint_IsActive_0=A0=b.ZY;d._emscripten_bind_GearConstraint_GetUserData_0=B0=b._Y;d._emscripten_bind_GearConstraint_SetUserData_1=C0=b.$Y;d._emscripten_bind_GearConstraint_ResetWarmStart_0=
D0=b.aZ;d._emscripten_bind_GearConstraint_SaveState_1=E0=b.bZ;d._emscripten_bind_GearConstraint_RestoreState_1=F0=b.cZ;d._emscripten_bind_GearConstraint_GetBody1_0=G0=b.dZ;d._emscripten_bind_GearConstraint_GetBody2_0=H0=b.eZ;d._emscripten_bind_GearConstraint_GetConstraintToBody1Matrix_0=I0=b.fZ;d._emscripten_bind_GearConstraint_GetConstraintToBody2Matrix_0=J0=b.gZ;d._emscripten_bind_GearConstraint___destroy___0=K0=b.hZ;d._emscripten_bind_RackAndPinionConstraintSettings_RackAndPinionConstraintSettings_0=
L0=b.iZ;d._emscripten_bind_RackAndPinionConstraintSettings_SetRatio_3=M0=b.jZ;d._emscripten_bind_RackAndPinionConstraintSettings_GetRefCount_0=N0=b.kZ;d._emscripten_bind_RackAndPinionConstraintSettings_AddRef_0=O0=b.lZ;d._emscripten_bind_RackAndPinionConstraintSettings_Release_0=P0=b.mZ;d._emscripten_bind_RackAndPinionConstraintSettings_Create_2=Q0=b.nZ;d._emscripten_bind_RackAndPinionConstraintSettings_get_mSpace_0=R0=b.oZ;d._emscripten_bind_RackAndPinionConstraintSettings_set_mSpace_1=S0=b.pZ;d._emscripten_bind_RackAndPinionConstraintSettings_get_mHingeAxis_0=
T0=b.qZ;d._emscripten_bind_RackAndPinionConstraintSettings_set_mHingeAxis_1=U0=b.rZ;d._emscripten_bind_RackAndPinionConstraintSettings_get_mSliderAxis_0=V0=b.sZ;d._emscripten_bind_RackAndPinionConstraintSettings_set_mSliderAxis_1=W0=b.tZ;d._emscripten_bind_RackAndPinionConstraintSettings_get_mRatio_0=X0=b.uZ;d._emscripten_bind_RackAndPinionConstraintSettings_set_mRatio_1=Y0=b.vZ;d._emscripten_bind_RackAndPinionConstraintSettings_get_mEnabled_0=Z0=b.wZ;d._emscripten_bind_RackAndPinionConstraintSettings_set_mEnabled_1=
$0=b.xZ;d._emscripten_bind_RackAndPinionConstraintSettings_get_mNumVelocityStepsOverride_0=a1=b.yZ;d._emscripten_bind_RackAndPinionConstraintSettings_set_mNumVelocityStepsOverride_1=b1=b.zZ;d._emscripten_bind_RackAndPinionConstraintSettings_get_mNumPositionStepsOverride_0=c1=b.AZ;d._emscripten_bind_RackAndPinionConstraintSettings_set_mNumPositionStepsOverride_1=d1=b.BZ;d._emscripten_bind_RackAndPinionConstraintSettings___destroy___0=e1=b.CZ;d._emscripten_bind_RackAndPinionConstraint_SetConstraints_2=
f1=b.DZ;d._emscripten_bind_RackAndPinionConstraint_GetTotalLambda_0=g1=b.EZ;d._emscripten_bind_RackAndPinionConstraint_GetRefCount_0=h1=b.FZ;d._emscripten_bind_RackAndPinionConstraint_AddRef_0=i1=b.GZ;d._emscripten_bind_RackAndPinionConstraint_Release_0=j1=b.HZ;d._emscripten_bind_RackAndPinionConstraint_GetType_0=k1=b.IZ;d._emscripten_bind_RackAndPinionConstraint_GetSubType_0=l1=b.JZ;d._emscripten_bind_RackAndPinionConstraint_GetConstraintPriority_0=m1=b.KZ;d._emscripten_bind_RackAndPinionConstraint_SetConstraintPriority_1=
n1=b.LZ;d._emscripten_bind_RackAndPinionConstraint_SetNumVelocityStepsOverride_1=o1=b.MZ;d._emscripten_bind_RackAndPinionConstraint_GetNumVelocityStepsOverride_0=p1=b.NZ;d._emscripten_bind_RackAndPinionConstraint_SetNumPositionStepsOverride_1=q1=b.OZ;d._emscripten_bind_RackAndPinionConstraint_GetNumPositionStepsOverride_0=r1=b.PZ;d._emscripten_bind_RackAndPinionConstraint_SetEnabled_1=s1=b.QZ;d._emscripten_bind_RackAndPinionConstraint_GetEnabled_0=t1=b.RZ;d._emscripten_bind_RackAndPinionConstraint_IsActive_0=
u1=b.SZ;d._emscripten_bind_RackAndPinionConstraint_GetUserData_0=v1=b.TZ;d._emscripten_bind_RackAndPinionConstraint_SetUserData_1=w1=b.UZ;d._emscripten_bind_RackAndPinionConstraint_ResetWarmStart_0=x1=b.VZ;d._emscripten_bind_RackAndPinionConstraint_SaveState_1=y1=b.WZ;d._emscripten_bind_RackAndPinionConstraint_RestoreState_1=z1=b.XZ;d._emscripten_bind_RackAndPinionConstraint_GetBody1_0=A1=b.YZ;d._emscripten_bind_RackAndPinionConstraint_GetBody2_0=B1=b.ZZ;d._emscripten_bind_RackAndPinionConstraint_GetConstraintToBody1Matrix_0=
C1=b._Z;d._emscripten_bind_RackAndPinionConstraint_GetConstraintToBody2Matrix_0=D1=b.$Z;d._emscripten_bind_RackAndPinionConstraint___destroy___0=E1=b.a_;d._emscripten_bind_BodyID_BodyID_0=F1=b.b_;d._emscripten_bind_BodyID_BodyID_1=G1=b.c_;d._emscripten_bind_BodyID_GetIndex_0=H1=b.d_;d._emscripten_bind_BodyID_GetIndexAndSequenceNumber_0=I1=b.e_;d._emscripten_bind_BodyID___destroy___0=J1=b.f_;d._emscripten_bind_SubShapeID_SubShapeID_0=K1=b.g_;d._emscripten_bind_SubShapeID_GetValue_0=L1=b.h_;d._emscripten_bind_SubShapeID_SetValue_1=
M1=b.i_;d._emscripten_bind_SubShapeID___destroy___0=N1=b.j_;d._emscripten_bind_GroupFilterJS_GroupFilterJS_0=O1=b.k_;d._emscripten_bind_GroupFilterJS_CanCollide_2=P1=b.l_;d._emscripten_bind_GroupFilterJS___destroy___0=Q1=b.m_;d._emscripten_bind_GroupFilterTable_GroupFilterTable_1=R1=b.n_;d._emscripten_bind_GroupFilterTable_DisableCollision_2=S1=b.o_;d._emscripten_bind_GroupFilterTable_EnableCollision_2=T1=b.p_;d._emscripten_bind_GroupFilterTable_IsCollisionEnabled_2=U1=b.q_;d._emscripten_bind_GroupFilterTable_GetRefCount_0=
V1=b.r_;d._emscripten_bind_GroupFilterTable_AddRef_0=W1=b.s_;d._emscripten_bind_GroupFilterTable_Release_0=X1=b.t_;d._emscripten_bind_GroupFilterTable___destroy___0=Y1=b.u_;d._emscripten_bind_CollisionGroup_CollisionGroup_0=Z1=b.v_;d._emscripten_bind_CollisionGroup_CollisionGroup_3=$1=b.w_;d._emscripten_bind_CollisionGroup_SetGroupFilter_1=a2=b.x_;d._emscripten_bind_CollisionGroup_GetGroupFilter_0=b2=b.y_;d._emscripten_bind_CollisionGroup_SetGroupID_1=c2=b.z_;d._emscripten_bind_CollisionGroup_GetGroupID_0=
d2=b.A_;d._emscripten_bind_CollisionGroup_SetSubGroupID_1=e2=b.B_;d._emscripten_bind_CollisionGroup_GetSubGroupID_0=f2=b.C_;d._emscripten_bind_CollisionGroup___destroy___0=g2=b.D_;d._emscripten_bind_Body_GetID_0=h2=b.E_;d._emscripten_bind_Body_IsActive_0=i2=b.F_;d._emscripten_bind_Body_IsRigidBody_0=j2=b.G_;d._emscripten_bind_Body_IsSoftBody_0=k2=b.H_;d._emscripten_bind_Body_IsStatic_0=l2=b.I_;d._emscripten_bind_Body_IsKinematic_0=m2=b.J_;d._emscripten_bind_Body_IsDynamic_0=n2=b.K_;d._emscripten_bind_Body_CanBeKinematicOrDynamic_0=
o2=b.L_;d._emscripten_bind_Body_GetBodyType_0=p2=b.M_;d._emscripten_bind_Body_GetMotionType_0=q2=b.N_;d._emscripten_bind_Body_SetIsSensor_1=r2=b.O_;d._emscripten_bind_Body_IsSensor_0=s2=b.P_;d._emscripten_bind_Body_SetCollideKinematicVsNonDynamic_1=t2=b.Q_;d._emscripten_bind_Body_GetCollideKinematicVsNonDynamic_0=u2=b.R_;d._emscripten_bind_Body_SetUseManifoldReduction_1=v2=b.S_;d._emscripten_bind_Body_GetUseManifoldReduction_0=w2=b.T_;d._emscripten_bind_Body_SetApplyGyroscopicForce_1=x2=b.U_;d._emscripten_bind_Body_GetApplyGyroscopicForce_0=
y2=b.V_;d._emscripten_bind_Body_SetEnhancedInternalEdgeRemoval_1=z2=b.W_;d._emscripten_bind_Body_GetEnhancedInternalEdgeRemoval_0=A2=b.X_;d._emscripten_bind_Body_GetObjectLayer_0=B2=b.Y_;d._emscripten_bind_Body_GetCollisionGroup_0=C2=b.Z_;d._emscripten_bind_Body_GetAllowSleeping_0=D2=b.__;d._emscripten_bind_Body_SetAllowSleeping_1=E2=b.$_;d._emscripten_bind_Body_ResetSleepTimer_0=F2=b.a$;d._emscripten_bind_Body_GetFriction_0=G2=b.b$;d._emscripten_bind_Body_SetFriction_1=H2=b.c$;d._emscripten_bind_Body_GetRestitution_0=
I2=b.d$;d._emscripten_bind_Body_SetRestitution_1=J2=b.e$;d._emscripten_bind_Body_GetLinearVelocity_0=K2=b.f$;d._emscripten_bind_Body_SetLinearVelocity_1=L2=b.g$;d._emscripten_bind_Body_SetLinearVelocityClamped_1=M2=b.h$;d._emscripten_bind_Body_GetAngularVelocity_0=N2=b.i$;d._emscripten_bind_Body_SetAngularVelocity_1=O2=b.j$;d._emscripten_bind_Body_SetAngularVelocityClamped_1=P2=b.k$;d._emscripten_bind_Body_AddForce_1=Q2=b.l$;d._emscripten_bind_Body_AddForce_2=R2=b.m$;d._emscripten_bind_Body_AddTorque_1=
S2=b.n$;d._emscripten_bind_Body_GetAccumulatedForce_0=T2=b.o$;d._emscripten_bind_Body_GetAccumulatedTorque_0=U2=b.p$;d._emscripten_bind_Body_ResetForce_0=V2=b.q$;d._emscripten_bind_Body_ResetTorque_0=W2=b.r$;d._emscripten_bind_Body_ResetMotion_0=X2=b.s$;d._emscripten_bind_Body_AddImpulse_1=Y2=b.t$;d._emscripten_bind_Body_AddImpulse_2=Z2=b.u$;d._emscripten_bind_Body_AddAngularImpulse_1=$2=b.v$;d._emscripten_bind_Body_MoveKinematic_3=a3=b.w$;d._emscripten_bind_Body_ApplyBuoyancyImpulse_8=b3=b.x$;d._emscripten_bind_Body_IsInBroadPhase_0=
c3=b.y$;d._emscripten_bind_Body_GetInverseInertia_0=d3=b.z$;d._emscripten_bind_Body_GetShape_0=e3=b.A$;d._emscripten_bind_Body_GetPosition_0=f3=b.B$;d._emscripten_bind_Body_GetRotation_0=g3=b.C$;d._emscripten_bind_Body_GetWorldTransform_0=h3=b.D$;d._emscripten_bind_Body_GetCenterOfMassPosition_0=i3=b.E$;d._emscripten_bind_Body_GetCenterOfMassTransform_0=j3=b.F$;d._emscripten_bind_Body_GetInverseCenterOfMassTransform_0=k3=b.G$;d._emscripten_bind_Body_GetWorldSpaceBounds_0=l3=b.H$;d._emscripten_bind_Body_GetTransformedShape_0=
m3=b.I$;d._emscripten_bind_Body_GetBodyCreationSettings_0=n3=b.J$;d._emscripten_bind_Body_GetSoftBodyCreationSettings_0=o3=b.K$;d._emscripten_bind_Body_GetMotionProperties_0=p3=b.L$;d._emscripten_bind_Body_GetWorldSpaceSurfaceNormal_2=q3=b.M$;d._emscripten_bind_Body_GetUserData_0=r3=b.N$;d._emscripten_bind_Body_SetUserData_1=s3=b.O$;d._emscripten_bind_Body_SaveState_1=t3=b.P$;d._emscripten_bind_Body_RestoreState_1=u3=b.Q$;d._emscripten_bind_BodyInterface_CreateBody_1=v3=b.R$;d._emscripten_bind_BodyInterface_CreateSoftBody_1=
w3=b.S$;d._emscripten_bind_BodyInterface_CreateBodyWithID_2=x3=b.T$;d._emscripten_bind_BodyInterface_CreateSoftBodyWithID_2=y3=b.U$;d._emscripten_bind_BodyInterface_CreateBodyWithoutID_1=z3=b.V$;d._emscripten_bind_BodyInterface_CreateSoftBodyWithoutID_1=A3=b.W$;d._emscripten_bind_BodyInterface_DestroyBodyWithoutID_1=B3=b.X$;d._emscripten_bind_BodyInterface_AssignBodyID_1=C3=b.Y$;d._emscripten_bind_BodyInterface_AssignBodyID_2=D3=b.Z$;d._emscripten_bind_BodyInterface_UnassignBodyID_1=E3=b._$;d._emscripten_bind_BodyInterface_UnassignBodyIDs_3=
F3=b.$$;d._emscripten_bind_BodyInterface_DestroyBody_1=G3=b.a0;d._emscripten_bind_BodyInterface_DestroyBodies_2=H3=b.b0;d._emscripten_bind_BodyInterface_AddBody_2=I3=b.c0;d._emscripten_bind_BodyInterface_RemoveBody_1=J3=b.d0;d._emscripten_bind_BodyInterface_IsAdded_1=K3=b.e0;d._emscripten_bind_BodyInterface_CreateAndAddBody_2=L3=b.f0;d._emscripten_bind_BodyInterface_CreateAndAddSoftBody_2=M3=b.g0;d._emscripten_bind_BodyInterface_AddBodiesPrepare_2=N3=b.h0;d._emscripten_bind_BodyInterface_AddBodiesFinalize_4=
O3=b.i0;d._emscripten_bind_BodyInterface_AddBodiesAbort_3=P3=b.j0;d._emscripten_bind_BodyInterface_RemoveBodies_2=Q3=b.k0;d._emscripten_bind_BodyInterface_CreateConstraint_3=R3=b.l0;d._emscripten_bind_BodyInterface_ActivateConstraint_1=S3=b.m0;d._emscripten_bind_BodyInterface_GetShape_1=T3=b.n0;d._emscripten_bind_BodyInterface_SetShape_4=U3=b.o0;d._emscripten_bind_BodyInterface_NotifyShapeChanged_4=V3=b.p0;d._emscripten_bind_BodyInterface_SetObjectLayer_2=W3=b.q0;d._emscripten_bind_BodyInterface_GetObjectLayer_1=
X3=b.r0;d._emscripten_bind_BodyInterface_SetPositionAndRotation_4=Y3=b.s0;d._emscripten_bind_BodyInterface_SetPositionAndRotationWhenChanged_4=Z3=b.t0;d._emscripten_bind_BodyInterface_GetPositionAndRotation_3=$3=b.u0;d._emscripten_bind_BodyInterface_SetPosition_3=a4=b.v0;d._emscripten_bind_BodyInterface_GetPosition_1=b4=b.w0;d._emscripten_bind_BodyInterface_SetRotation_3=c4=b.x0;d._emscripten_bind_BodyInterface_GetRotation_1=d4=b.y0;d._emscripten_bind_BodyInterface_GetWorldTransform_1=e4=b.z0;d._emscripten_bind_BodyInterface_GetCenterOfMassTransform_1=
f4=b.A0;d._emscripten_bind_BodyInterface_SetLinearAndAngularVelocity_3=g4=b.B0;d._emscripten_bind_BodyInterface_GetLinearAndAngularVelocity_3=h4=b.C0;d._emscripten_bind_BodyInterface_SetLinearVelocity_2=i4=b.D0;d._emscripten_bind_BodyInterface_GetLinearVelocity_1=j4=b.E0;d._emscripten_bind_BodyInterface_AddLinearVelocity_2=k4=b.F0;d._emscripten_bind_BodyInterface_AddLinearAndAngularVelocity_3=l4=b.G0;d._emscripten_bind_BodyInterface_SetAngularVelocity_2=m4=b.H0;d._emscripten_bind_BodyInterface_GetAngularVelocity_1=
n4=b.I0;d._emscripten_bind_BodyInterface_GetPointVelocity_2=o4=b.J0;d._emscripten_bind_BodyInterface_SetPositionRotationAndVelocity_5=p4=b.K0;d._emscripten_bind_BodyInterface_MoveKinematic_4=q4=b.L0;d._emscripten_bind_BodyInterface_ActivateBody_1=r4=b.M0;d._emscripten_bind_BodyInterface_ActivateBodies_2=s4=b.N0;d._emscripten_bind_BodyInterface_ActivateBodiesInAABox_3=t4=b.O0;d._emscripten_bind_BodyInterface_DeactivateBody_1=u4=b.P0;d._emscripten_bind_BodyInterface_DeactivateBodies_2=v4=b.Q0;d._emscripten_bind_BodyInterface_IsActive_1=
w4=b.R0;d._emscripten_bind_BodyInterface_ResetSleepTimer_1=x4=b.S0;d._emscripten_bind_BodyInterface_GetBodyType_1=y4=b.T0;d._emscripten_bind_BodyInterface_SetMotionType_3=z4=b.U0;d._emscripten_bind_BodyInterface_GetMotionType_1=A4=b.V0;d._emscripten_bind_BodyInterface_SetMotionQuality_2=B4=b.W0;d._emscripten_bind_BodyInterface_GetMotionQuality_1=C4=b.X0;d._emscripten_bind_BodyInterface_GetInverseInertia_1=D4=b.Y0;d._emscripten_bind_BodyInterface_SetRestitution_2=E4=b.Z0;d._emscripten_bind_BodyInterface_GetRestitution_1=
F4=b._0;d._emscripten_bind_BodyInterface_SetFriction_2=G4=b.$0;d._emscripten_bind_BodyInterface_GetFriction_1=H4=b.a1;d._emscripten_bind_BodyInterface_SetGravityFactor_2=I4=b.b1;d._emscripten_bind_BodyInterface_GetGravityFactor_1=J4=b.c1;d._emscripten_bind_BodyInterface_SetMaxLinearVelocity_2=K4=b.d1;d._emscripten_bind_BodyInterface_GetMaxLinearVelocity_1=L4=b.e1;d._emscripten_bind_BodyInterface_SetMaxAngularVelocity_2=M4=b.f1;d._emscripten_bind_BodyInterface_GetMaxAngularVelocity_1=N4=b.g1;d._emscripten_bind_BodyInterface_SetUseManifoldReduction_2=
O4=b.h1;d._emscripten_bind_BodyInterface_GetUseManifoldReduction_1=P4=b.i1;d._emscripten_bind_BodyInterface_SetIsSensor_2=Q4=b.j1;d._emscripten_bind_BodyInterface_IsSensor_1=R4=b.k1;d._emscripten_bind_BodyInterface_SetCollisionGroup_2=S4=b.l1;d._emscripten_bind_BodyInterface_GetCollisionGroup_1=T4=b.m1;d._emscripten_bind_BodyInterface_AddForce_3=U4=b.n1;d._emscripten_bind_BodyInterface_AddForce_4=V4=b.o1;d._emscripten_bind_BodyInterface_AddTorque_3=W4=b.p1;d._emscripten_bind_BodyInterface_AddForceAndTorque_4=
X4=b.q1;d._emscripten_bind_BodyInterface_ApplyBuoyancyImpulse_9=Y4=b.r1;d._emscripten_bind_BodyInterface_AddImpulse_2=Z4=b.s1;d._emscripten_bind_BodyInterface_AddImpulse_3=$4=b.t1;d._emscripten_bind_BodyInterface_AddAngularImpulse_2=a5=b.u1;d._emscripten_bind_BodyInterface_GetTransformedShape_1=b5=b.v1;d._emscripten_bind_BodyInterface_GetUserData_1=c5=b.w1;d._emscripten_bind_BodyInterface_SetUserData_2=d5=b.x1;d._emscripten_bind_BodyInterface_GetMaterial_2=e5=b.y1;d._emscripten_bind_BodyInterface_InvalidateContactCache_1=
f5=b.z1;d._emscripten_bind_BodyInterface___destroy___0=g5=b.A1;d._emscripten_bind_StateRecorderFilterJS_StateRecorderFilterJS_0=h5=b.B1;d._emscripten_bind_StateRecorderFilterJS_ShouldSaveBody_1=i5=b.C1;d._emscripten_bind_StateRecorderFilterJS_ShouldSaveConstraint_1=j5=b.D1;d._emscripten_bind_StateRecorderFilterJS_ShouldSaveContact_2=k5=b.E1;d._emscripten_bind_StateRecorderFilterJS_ShouldRestoreContact_2=l5=b.F1;d._emscripten_bind_StateRecorderFilterJS___destroy___0=m5=b.G1;d._emscripten_bind_StateRecorderJS_StateRecorderJS_0=
n5=b.H1;d._emscripten_bind_StateRecorderJS_ReadBytes_2=o5=b.I1;d._emscripten_bind_StateRecorderJS_WriteBytes_2=haa=b.J1;d._emscripten_bind_StateRecorderJS_IsEOF_0=iaa=b.K1;d._emscripten_bind_StateRecorderJS_IsFailed_0=jaa=b.L1;d._emscripten_bind_StateRecorderJS___destroy___0=kaa=b.M1;d._emscripten_bind_StateRecorderImpl_StateRecorderImpl_0=laa=b.N1;d._emscripten_bind_StateRecorderImpl_Clear_0=maa=b.O1;d._emscripten_bind_StateRecorderImpl_Rewind_0=naa=b.P1;d._emscripten_bind_StateRecorderImpl_IsEqual_1=
oaa=b.Q1;d._emscripten_bind_StateRecorderImpl_SetValidating_1=paa=b.R1;d._emscripten_bind_StateRecorderImpl_IsValidating_0=qaa=b.S1;d._emscripten_bind_StateRecorderImpl_SetIsLastPart_1=raa=b.T1;d._emscripten_bind_StateRecorderImpl_IsLastPart_0=saa=b.U1;d._emscripten_bind_StateRecorderImpl___destroy___0=taa=b.V1;d._emscripten_bind_BodyLockInterfaceNoLock_TryGetBody_1=uaa=b.W1;d._emscripten_bind_BodyLockInterfaceNoLock___destroy___0=vaa=b.X1;d._emscripten_bind_BodyLockInterfaceLocking_TryGetBody_1=
waa=b.Y1;d._emscripten_bind_BodyLockInterfaceLocking___destroy___0=xaa=b.Z1;d._emscripten_bind_PhysicsSettings_PhysicsSettings_0=yaa=b._1;d._emscripten_bind_PhysicsSettings_get_mMaxInFlightBodyPairs_0=zaa=b.$1;d._emscripten_bind_PhysicsSettings_set_mMaxInFlightBodyPairs_1=Aaa=b.a2;d._emscripten_bind_PhysicsSettings_get_mStepListenersBatchSize_0=Baa=b.b2;d._emscripten_bind_PhysicsSettings_set_mStepListenersBatchSize_1=Caa=b.c2;d._emscripten_bind_PhysicsSettings_get_mStepListenerBatchesPerJob_0=Daa=
b.d2;d._emscripten_bind_PhysicsSettings_set_mStepListenerBatchesPerJob_1=Eaa=b.e2;d._emscripten_bind_PhysicsSettings_get_mBaumgarte_0=Faa=b.f2;d._emscripten_bind_PhysicsSettings_set_mBaumgarte_1=Gaa=b.g2;d._emscripten_bind_PhysicsSettings_get_mSpeculativeContactDistance_0=Haa=b.h2;d._emscripten_bind_PhysicsSettings_set_mSpeculativeContactDistance_1=Iaa=b.i2;d._emscripten_bind_PhysicsSettings_get_mPenetrationSlop_0=Jaa=b.j2;d._emscripten_bind_PhysicsSettings_set_mPenetrationSlop_1=Kaa=b.k2;d._emscripten_bind_PhysicsSettings_get_mLinearCastThreshold_0=
Laa=b.l2;d._emscripten_bind_PhysicsSettings_set_mLinearCastThreshold_1=Maa=b.m2;d._emscripten_bind_PhysicsSettings_get_mLinearCastMaxPenetration_0=Naa=b.n2;d._emscripten_bind_PhysicsSettings_set_mLinearCastMaxPenetration_1=Oaa=b.o2;d._emscripten_bind_PhysicsSettings_get_mManifoldTolerance_0=Paa=b.p2;d._emscripten_bind_PhysicsSettings_set_mManifoldTolerance_1=Qaa=b.q2;d._emscripten_bind_PhysicsSettings_get_mMaxPenetrationDistance_0=Raa=b.r2;d._emscripten_bind_PhysicsSettings_set_mMaxPenetrationDistance_1=
Saa=b.s2;d._emscripten_bind_PhysicsSettings_get_mBodyPairCacheMaxDeltaPositionSq_0=Taa=b.t2;d._emscripten_bind_PhysicsSettings_set_mBodyPairCacheMaxDeltaPositionSq_1=Uaa=b.u2;d._emscripten_bind_PhysicsSettings_get_mBodyPairCacheCosMaxDeltaRotationDiv2_0=Vaa=b.v2;d._emscripten_bind_PhysicsSettings_set_mBodyPairCacheCosMaxDeltaRotationDiv2_1=Waa=b.w2;d._emscripten_bind_PhysicsSettings_get_mContactNormalCosMaxDeltaRotation_0=Xaa=b.x2;d._emscripten_bind_PhysicsSettings_set_mContactNormalCosMaxDeltaRotation_1=
Yaa=b.y2;d._emscripten_bind_PhysicsSettings_get_mContactPointPreserveLambdaMaxDistSq_0=Zaa=b.z2;d._emscripten_bind_PhysicsSettings_set_mContactPointPreserveLambdaMaxDistSq_1=$aa=b.A2;d._emscripten_bind_PhysicsSettings_get_mNumVelocitySteps_0=aba=b.B2;d._emscripten_bind_PhysicsSettings_set_mNumVelocitySteps_1=bba=b.C2;d._emscripten_bind_PhysicsSettings_get_mNumPositionSteps_0=cba=b.D2;d._emscripten_bind_PhysicsSettings_set_mNumPositionSteps_1=dba=b.E2;d._emscripten_bind_PhysicsSettings_get_mMinVelocityForRestitution_0=
eba=b.F2;d._emscripten_bind_PhysicsSettings_set_mMinVelocityForRestitution_1=fba=b.G2;d._emscripten_bind_PhysicsSettings_get_mTimeBeforeSleep_0=gba=b.H2;d._emscripten_bind_PhysicsSettings_set_mTimeBeforeSleep_1=hba=b.I2;d._emscripten_bind_PhysicsSettings_get_mPointVelocitySleepThreshold_0=iba=b.J2;d._emscripten_bind_PhysicsSettings_set_mPointVelocitySleepThreshold_1=jba=b.K2;d._emscripten_bind_PhysicsSettings_get_mDeterministicSimulation_0=kba=b.L2;d._emscripten_bind_PhysicsSettings_set_mDeterministicSimulation_1=
lba=b.M2;d._emscripten_bind_PhysicsSettings_get_mConstraintWarmStart_0=mba=b.N2;d._emscripten_bind_PhysicsSettings_set_mConstraintWarmStart_1=nba=b.O2;d._emscripten_bind_PhysicsSettings_get_mUseBodyPairContactCache_0=oba=b.P2;d._emscripten_bind_PhysicsSettings_set_mUseBodyPairContactCache_1=pba=b.Q2;d._emscripten_bind_PhysicsSettings_get_mUseManifoldReduction_0=qba=b.R2;d._emscripten_bind_PhysicsSettings_set_mUseManifoldReduction_1=rba=b.S2;d._emscripten_bind_PhysicsSettings_get_mUseLargeIslandSplitter_0=
sba=b.T2;d._emscripten_bind_PhysicsSettings_set_mUseLargeIslandSplitter_1=tba=b.U2;d._emscripten_bind_PhysicsSettings_get_mAllowSleeping_0=uba=b.V2;d._emscripten_bind_PhysicsSettings_set_mAllowSleeping_1=vba=b.W2;d._emscripten_bind_PhysicsSettings_get_mCheckActiveEdges_0=wba=b.X2;d._emscripten_bind_PhysicsSettings_set_mCheckActiveEdges_1=xba=b.Y2;d._emscripten_bind_PhysicsSettings___destroy___0=yba=b.Z2;d._emscripten_bind_CollideShapeResultFace_empty_0=zba=b._2;d._emscripten_bind_CollideShapeResultFace_size_0=
Aba=b.$2;d._emscripten_bind_CollideShapeResultFace_at_1=Bba=b.a3;d._emscripten_bind_CollideShapeResultFace_push_back_1=Cba=b.b3;d._emscripten_bind_CollideShapeResultFace_resize_1=Dba=b.c3;d._emscripten_bind_CollideShapeResultFace_clear_0=Eba=b.d3;d._emscripten_bind_CollideShapeResultFace___destroy___0=Fba=b.e3;d._emscripten_bind_ContactPoints_empty_0=Gba=b.f3;d._emscripten_bind_ContactPoints_size_0=Hba=b.g3;d._emscripten_bind_ContactPoints_at_1=Iba=b.h3;d._emscripten_bind_ContactPoints_push_back_1=
Jba=b.i3;d._emscripten_bind_ContactPoints_resize_1=Kba=b.j3;d._emscripten_bind_ContactPoints_clear_0=Lba=b.k3;d._emscripten_bind_ContactPoints___destroy___0=Mba=b.l3;d._emscripten_bind_ContactManifold_ContactManifold_0=Nba=b.m3;d._emscripten_bind_ContactManifold_SwapShapes_0=Oba=b.n3;d._emscripten_bind_ContactManifold_GetWorldSpaceContactPointOn1_1=Pba=b.o3;d._emscripten_bind_ContactManifold_GetWorldSpaceContactPointOn2_1=Qba=b.p3;d._emscripten_bind_ContactManifold_get_mBaseOffset_0=Rba=b.q3;d._emscripten_bind_ContactManifold_set_mBaseOffset_1=
Sba=b.r3;d._emscripten_bind_ContactManifold_get_mWorldSpaceNormal_0=Tba=b.s3;d._emscripten_bind_ContactManifold_set_mWorldSpaceNormal_1=Uba=b.t3;d._emscripten_bind_ContactManifold_get_mPenetrationDepth_0=Vba=b.u3;d._emscripten_bind_ContactManifold_set_mPenetrationDepth_1=Wba=b.v3;d._emscripten_bind_ContactManifold_get_mSubShapeID1_0=Xba=b.w3;d._emscripten_bind_ContactManifold_set_mSubShapeID1_1=Yba=b.x3;d._emscripten_bind_ContactManifold_get_mSubShapeID2_0=Zba=b.y3;d._emscripten_bind_ContactManifold_set_mSubShapeID2_1=
$ba=b.z3;d._emscripten_bind_ContactManifold_get_mRelativeContactPointsOn1_0=aca=b.A3;d._emscripten_bind_ContactManifold_set_mRelativeContactPointsOn1_1=bca=b.B3;d._emscripten_bind_ContactManifold_get_mRelativeContactPointsOn2_0=cca=b.C3;d._emscripten_bind_ContactManifold_set_mRelativeContactPointsOn2_1=dca=b.D3;d._emscripten_bind_ContactManifold___destroy___0=eca=b.E3;d._emscripten_bind_ContactSettings_ContactSettings_0=fca=b.F3;d._emscripten_bind_ContactSettings_get_mCombinedFriction_0=gca=b.G3;
d._emscripten_bind_ContactSettings_set_mCombinedFriction_1=hca=b.H3;d._emscripten_bind_ContactSettings_get_mCombinedRestitution_0=ica=b.I3;d._emscripten_bind_ContactSettings_set_mCombinedRestitution_1=jca=b.J3;d._emscripten_bind_ContactSettings_get_mInvMassScale1_0=kca=b.K3;d._emscripten_bind_ContactSettings_set_mInvMassScale1_1=lca=b.L3;d._emscripten_bind_ContactSettings_get_mInvInertiaScale1_0=mca=b.M3;d._emscripten_bind_ContactSettings_set_mInvInertiaScale1_1=nca=b.N3;d._emscripten_bind_ContactSettings_get_mInvMassScale2_0=
oca=b.O3;d._emscripten_bind_ContactSettings_set_mInvMassScale2_1=pca=b.P3;d._emscripten_bind_ContactSettings_get_mInvInertiaScale2_0=qca=b.Q3;d._emscripten_bind_ContactSettings_set_mInvInertiaScale2_1=rca=b.R3;d._emscripten_bind_ContactSettings_get_mIsSensor_0=sca=b.S3;d._emscripten_bind_ContactSettings_set_mIsSensor_1=tca=b.T3;d._emscripten_bind_ContactSettings_get_mRelativeLinearSurfaceVelocity_0=uca=b.U3;d._emscripten_bind_ContactSettings_set_mRelativeLinearSurfaceVelocity_1=vca=b.V3;d._emscripten_bind_ContactSettings_get_mRelativeAngularSurfaceVelocity_0=
wca=b.W3;d._emscripten_bind_ContactSettings_set_mRelativeAngularSurfaceVelocity_1=xca=b.X3;d._emscripten_bind_ContactSettings___destroy___0=yca=b.Y3;d._emscripten_bind_SubShapeIDPair_SubShapeIDPair_0=zca=b.Z3;d._emscripten_bind_SubShapeIDPair_GetBody1ID_0=Aca=b._3;d._emscripten_bind_SubShapeIDPair_GetSubShapeID1_0=Bca=b.$3;d._emscripten_bind_SubShapeIDPair_GetBody2ID_0=Cca=b.a4;d._emscripten_bind_SubShapeIDPair_GetSubShapeID2_0=Dca=b.b4;d._emscripten_bind_SubShapeIDPair___destroy___0=Eca=b.c4;d._emscripten_bind_ContactListenerJS_ContactListenerJS_0=
Fca=b.d4;d._emscripten_bind_ContactListenerJS_OnContactValidate_4=Gca=b.e4;d._emscripten_bind_ContactListenerJS_OnContactAdded_4=Hca=b.f4;d._emscripten_bind_ContactListenerJS_OnContactPersisted_4=Ica=b.g4;d._emscripten_bind_ContactListenerJS_OnContactRemoved_1=Jca=b.h4;d._emscripten_bind_ContactListenerJS___destroy___0=Kca=b.i4;d._emscripten_bind_SoftBodyManifold_GetVertices_0=Lca=b.j4;d._emscripten_bind_SoftBodyManifold_HasContact_1=Mca=b.k4;d._emscripten_bind_SoftBodyManifold_GetLocalContactPoint_1=
Nca=b.l4;d._emscripten_bind_SoftBodyManifold_GetContactNormal_1=Oca=b.m4;d._emscripten_bind_SoftBodyManifold_GetContactBodyID_1=Pca=b.n4;d._emscripten_bind_SoftBodyManifold_GetNumSensorContacts_0=Qca=b.o4;d._emscripten_bind_SoftBodyManifold_GetSensorContactBodyID_1=Rca=b.p4;d._emscripten_bind_SoftBodyManifold___destroy___0=Sca=b.q4;d._emscripten_bind_SoftBodyContactSettings_get_mInvMassScale1_0=Tca=b.r4;d._emscripten_bind_SoftBodyContactSettings_set_mInvMassScale1_1=Uca=b.s4;d._emscripten_bind_SoftBodyContactSettings_get_mInvMassScale2_0=
Vca=b.t4;d._emscripten_bind_SoftBodyContactSettings_set_mInvMassScale2_1=Wca=b.u4;d._emscripten_bind_SoftBodyContactSettings_get_mInvInertiaScale2_0=Xca=b.v4;d._emscripten_bind_SoftBodyContactSettings_set_mInvInertiaScale2_1=Yca=b.w4;d._emscripten_bind_SoftBodyContactSettings_get_mIsSensor_0=Zca=b.x4;d._emscripten_bind_SoftBodyContactSettings_set_mIsSensor_1=$ca=b.y4;d._emscripten_bind_SoftBodyContactSettings___destroy___0=ada=b.z4;d._emscripten_bind_SoftBodyContactListenerJS_SoftBodyContactListenerJS_0=
bda=b.A4;d._emscripten_bind_SoftBodyContactListenerJS_OnSoftBodyContactValidate_3=cda=b.B4;d._emscripten_bind_SoftBodyContactListenerJS_OnSoftBodyContactAdded_2=dda=b.C4;d._emscripten_bind_SoftBodyContactListenerJS___destroy___0=eda=b.D4;d._emscripten_bind_RayCastBodyCollectorJS_RayCastBodyCollectorJS_0=fda=b.E4;d._emscripten_bind_RayCastBodyCollectorJS_Reset_0=gda=b.F4;d._emscripten_bind_RayCastBodyCollectorJS_AddHit_1=hda=b.G4;d._emscripten_bind_RayCastBodyCollectorJS___destroy___0=ida=b.H4;d._emscripten_bind_CollideShapeBodyCollectorJS_CollideShapeBodyCollectorJS_0=
jda=b.I4;d._emscripten_bind_CollideShapeBodyCollectorJS_Reset_0=kda=b.J4;d._emscripten_bind_CollideShapeBodyCollectorJS_AddHit_1=lda=b.K4;d._emscripten_bind_CollideShapeBodyCollectorJS___destroy___0=mda=b.L4;d._emscripten_bind_CastShapeBodyCollectorJS_CastShapeBodyCollectorJS_0=nda=b.M4;d._emscripten_bind_CastShapeBodyCollectorJS_Reset_0=oda=b.N4;d._emscripten_bind_CastShapeBodyCollectorJS_AddHit_1=pda=b.O4;d._emscripten_bind_CastShapeBodyCollectorJS___destroy___0=qda=b.P4;d._emscripten_bind_BroadPhaseQuery_CastRay_4=
rda=b.Q4;d._emscripten_bind_BroadPhaseQuery_CollideAABox_4=sda=b.R4;d._emscripten_bind_BroadPhaseQuery_CollideSphere_5=tda=b.S4;d._emscripten_bind_BroadPhaseQuery_CollidePoint_4=uda=b.T4;d._emscripten_bind_BroadPhaseQuery_CollideOrientedBox_4=vda=b.U4;d._emscripten_bind_BroadPhaseQuery_CastAABox_4=wda=b.V4;d._emscripten_bind_BroadPhaseQuery___destroy___0=xda=b.W4;d._emscripten_bind_RayCastSettings_RayCastSettings_0=yda=b.X4;d._emscripten_bind_RayCastSettings_SetBackFaceMode_1=zda=b.Y4;d._emscripten_bind_RayCastSettings_get_mBackFaceModeTriangles_0=
Ada=b.Z4;d._emscripten_bind_RayCastSettings_set_mBackFaceModeTriangles_1=Bda=b._4;d._emscripten_bind_RayCastSettings_get_mBackFaceModeConvex_0=Cda=b.$4;d._emscripten_bind_RayCastSettings_set_mBackFaceModeConvex_1=Dda=b.a5;d._emscripten_bind_RayCastSettings_get_mTreatConvexAsSolid_0=Eda=b.b5;d._emscripten_bind_RayCastSettings_set_mTreatConvexAsSolid_1=Fda=b.c5;d._emscripten_bind_RayCastSettings___destroy___0=Gda=b.d5;d._emscripten_bind_CastRayCollectorJS_CastRayCollectorJS_0=Hda=b.e5;d._emscripten_bind_CastRayCollectorJS_Reset_0=
Ida=b.f5;d._emscripten_bind_CastRayCollectorJS_OnBody_1=Jda=b.g5;d._emscripten_bind_CastRayCollectorJS_AddHit_1=Kda=b.h5;d._emscripten_bind_CastRayCollectorJS___destroy___0=Lda=b.i5;d._emscripten_bind_ArrayRayCastResult_ArrayRayCastResult_0=Mda=b.j5;d._emscripten_bind_ArrayRayCastResult_empty_0=Nda=b.k5;d._emscripten_bind_ArrayRayCastResult_size_0=Oda=b.l5;d._emscripten_bind_ArrayRayCastResult_at_1=Pda=b.m5;d._emscripten_bind_ArrayRayCastResult_push_back_1=Qda=b.n5;d._emscripten_bind_ArrayRayCastResult_reserve_1=
Rda=b.o5;d._emscripten_bind_ArrayRayCastResult_resize_1=Sda=b.p5;d._emscripten_bind_ArrayRayCastResult_clear_0=Tda=b.q5;d._emscripten_bind_ArrayRayCastResult___destroy___0=Uda=b.r5;d._emscripten_bind_CastRayAllHitCollisionCollector_CastRayAllHitCollisionCollector_0=Vda=b.s5;d._emscripten_bind_CastRayAllHitCollisionCollector_Sort_0=Wda=b.t5;d._emscripten_bind_CastRayAllHitCollisionCollector_HadHit_0=Xda=b.u5;d._emscripten_bind_CastRayAllHitCollisionCollector_Reset_0=Yda=b.v5;d._emscripten_bind_CastRayAllHitCollisionCollector_SetContext_1=
Zda=b.w5;d._emscripten_bind_CastRayAllHitCollisionCollector_GetContext_0=$da=b.x5;d._emscripten_bind_CastRayAllHitCollisionCollector_UpdateEarlyOutFraction_1=aea=b.y5;d._emscripten_bind_CastRayAllHitCollisionCollector_ResetEarlyOutFraction_0=bea=b.z5;d._emscripten_bind_CastRayAllHitCollisionCollector_ResetEarlyOutFraction_1=cea=b.A5;d._emscripten_bind_CastRayAllHitCollisionCollector_ForceEarlyOut_0=dea=b.B5;d._emscripten_bind_CastRayAllHitCollisionCollector_ShouldEarlyOut_0=eea=b.C5;d._emscripten_bind_CastRayAllHitCollisionCollector_GetEarlyOutFraction_0=
fea=b.D5;d._emscripten_bind_CastRayAllHitCollisionCollector_GetPositiveEarlyOutFraction_0=gea=b.E5;d._emscripten_bind_CastRayAllHitCollisionCollector_get_mHits_0=hea=b.F5;d._emscripten_bind_CastRayAllHitCollisionCollector_set_mHits_1=iea=b.G5;d._emscripten_bind_CastRayAllHitCollisionCollector___destroy___0=jea=b.H5;d._emscripten_bind_CastRayClosestHitCollisionCollector_CastRayClosestHitCollisionCollector_0=kea=b.I5;d._emscripten_bind_CastRayClosestHitCollisionCollector_HadHit_0=lea=b.J5;d._emscripten_bind_CastRayClosestHitCollisionCollector_Reset_0=
mea=b.K5;d._emscripten_bind_CastRayClosestHitCollisionCollector_SetContext_1=nea=b.L5;d._emscripten_bind_CastRayClosestHitCollisionCollector_GetContext_0=oea=b.M5;d._emscripten_bind_CastRayClosestHitCollisionCollector_UpdateEarlyOutFraction_1=pea=b.N5;d._emscripten_bind_CastRayClosestHitCollisionCollector_ResetEarlyOutFraction_0=qea=b.O5;d._emscripten_bind_CastRayClosestHitCollisionCollector_ResetEarlyOutFraction_1=rea=b.P5;d._emscripten_bind_CastRayClosestHitCollisionCollector_ForceEarlyOut_0=sea=
b.Q5;d._emscripten_bind_CastRayClosestHitCollisionCollector_ShouldEarlyOut_0=tea=b.R5;d._emscripten_bind_CastRayClosestHitCollisionCollector_GetEarlyOutFraction_0=uea=b.S5;d._emscripten_bind_CastRayClosestHitCollisionCollector_GetPositiveEarlyOutFraction_0=vea=b.T5;d._emscripten_bind_CastRayClosestHitCollisionCollector_get_mHit_0=wea=b.U5;d._emscripten_bind_CastRayClosestHitCollisionCollector_set_mHit_1=xea=b.V5;d._emscripten_bind_CastRayClosestHitCollisionCollector___destroy___0=yea=b.W5;d._emscripten_bind_CastRayAnyHitCollisionCollector_CastRayAnyHitCollisionCollector_0=
zea=b.X5;d._emscripten_bind_CastRayAnyHitCollisionCollector_HadHit_0=Aea=b.Y5;d._emscripten_bind_CastRayAnyHitCollisionCollector_Reset_0=Bea=b.Z5;d._emscripten_bind_CastRayAnyHitCollisionCollector_SetContext_1=Cea=b._5;d._emscripten_bind_CastRayAnyHitCollisionCollector_GetContext_0=Dea=b.$5;d._emscripten_bind_CastRayAnyHitCollisionCollector_UpdateEarlyOutFraction_1=Eea=b.a6;d._emscripten_bind_CastRayAnyHitCollisionCollector_ResetEarlyOutFraction_0=Fea=b.b6;d._emscripten_bind_CastRayAnyHitCollisionCollector_ResetEarlyOutFraction_1=
Gea=b.c6;d._emscripten_bind_CastRayAnyHitCollisionCollector_ForceEarlyOut_0=Hea=b.d6;d._emscripten_bind_CastRayAnyHitCollisionCollector_ShouldEarlyOut_0=Iea=b.e6;d._emscripten_bind_CastRayAnyHitCollisionCollector_GetEarlyOutFraction_0=Jea=b.f6;d._emscripten_bind_CastRayAnyHitCollisionCollector_GetPositiveEarlyOutFraction_0=Kea=b.g6;d._emscripten_bind_CastRayAnyHitCollisionCollector_get_mHit_0=Lea=b.h6;d._emscripten_bind_CastRayAnyHitCollisionCollector_set_mHit_1=Mea=b.i6;d._emscripten_bind_CastRayAnyHitCollisionCollector___destroy___0=
Nea=b.j6;d._emscripten_bind_CollidePointResult_CollidePointResult_0=Oea=b.k6;d._emscripten_bind_CollidePointResult_get_mBodyID_0=Pea=b.l6;d._emscripten_bind_CollidePointResult_set_mBodyID_1=Qea=b.m6;d._emscripten_bind_CollidePointResult_get_mSubShapeID2_0=Rea=b.n6;d._emscripten_bind_CollidePointResult_set_mSubShapeID2_1=Sea=b.o6;d._emscripten_bind_CollidePointResult___destroy___0=Tea=b.p6;d._emscripten_bind_CollidePointCollectorJS_CollidePointCollectorJS_0=Uea=b.q6;d._emscripten_bind_CollidePointCollectorJS_Reset_0=
Vea=b.r6;d._emscripten_bind_CollidePointCollectorJS_OnBody_1=Wea=b.s6;d._emscripten_bind_CollidePointCollectorJS_AddHit_1=Xea=b.t6;d._emscripten_bind_CollidePointCollectorJS___destroy___0=Yea=b.u6;d._emscripten_bind_ArrayCollidePointResult_ArrayCollidePointResult_0=Zea=b.v6;d._emscripten_bind_ArrayCollidePointResult_empty_0=$ea=b.w6;d._emscripten_bind_ArrayCollidePointResult_size_0=afa=b.x6;d._emscripten_bind_ArrayCollidePointResult_at_1=bfa=b.y6;d._emscripten_bind_ArrayCollidePointResult_push_back_1=
cfa=b.z6;d._emscripten_bind_ArrayCollidePointResult_reserve_1=dfa=b.A6;d._emscripten_bind_ArrayCollidePointResult_resize_1=efa=b.B6;d._emscripten_bind_ArrayCollidePointResult_clear_0=ffa=b.C6;d._emscripten_bind_ArrayCollidePointResult___destroy___0=gfa=b.D6;d._emscripten_bind_CollidePointAllHitCollisionCollector_CollidePointAllHitCollisionCollector_0=hfa=b.E6;d._emscripten_bind_CollidePointAllHitCollisionCollector_Sort_0=ifa=b.F6;d._emscripten_bind_CollidePointAllHitCollisionCollector_HadHit_0=jfa=
b.G6;d._emscripten_bind_CollidePointAllHitCollisionCollector_Reset_0=kfa=b.H6;d._emscripten_bind_CollidePointAllHitCollisionCollector_SetContext_1=lfa=b.I6;d._emscripten_bind_CollidePointAllHitCollisionCollector_GetContext_0=mfa=b.J6;d._emscripten_bind_CollidePointAllHitCollisionCollector_UpdateEarlyOutFraction_1=nfa=b.K6;d._emscripten_bind_CollidePointAllHitCollisionCollector_ResetEarlyOutFraction_0=ofa=b.L6;d._emscripten_bind_CollidePointAllHitCollisionCollector_ResetEarlyOutFraction_1=pfa=b.M6;
d._emscripten_bind_CollidePointAllHitCollisionCollector_ForceEarlyOut_0=qfa=b.N6;d._emscripten_bind_CollidePointAllHitCollisionCollector_ShouldEarlyOut_0=rfa=b.O6;d._emscripten_bind_CollidePointAllHitCollisionCollector_GetEarlyOutFraction_0=sfa=b.P6;d._emscripten_bind_CollidePointAllHitCollisionCollector_GetPositiveEarlyOutFraction_0=tfa=b.Q6;d._emscripten_bind_CollidePointAllHitCollisionCollector_get_mHits_0=ufa=b.R6;d._emscripten_bind_CollidePointAllHitCollisionCollector_set_mHits_1=vfa=b.S6;d._emscripten_bind_CollidePointAllHitCollisionCollector___destroy___0=
wfa=b.T6;d._emscripten_bind_CollidePointClosestHitCollisionCollector_CollidePointClosestHitCollisionCollector_0=xfa=b.U6;d._emscripten_bind_CollidePointClosestHitCollisionCollector_HadHit_0=yfa=b.V6;d._emscripten_bind_CollidePointClosestHitCollisionCollector_Reset_0=zfa=b.W6;d._emscripten_bind_CollidePointClosestHitCollisionCollector_SetContext_1=Afa=b.X6;d._emscripten_bind_CollidePointClosestHitCollisionCollector_GetContext_0=Bfa=b.Y6;d._emscripten_bind_CollidePointClosestHitCollisionCollector_UpdateEarlyOutFraction_1=
Cfa=b.Z6;d._emscripten_bind_CollidePointClosestHitCollisionCollector_ResetEarlyOutFraction_0=Dfa=b._6;d._emscripten_bind_CollidePointClosestHitCollisionCollector_ResetEarlyOutFraction_1=Efa=b.$6;d._emscripten_bind_CollidePointClosestHitCollisionCollector_ForceEarlyOut_0=Ffa=b.a7;d._emscripten_bind_CollidePointClosestHitCollisionCollector_ShouldEarlyOut_0=Gfa=b.b7;d._emscripten_bind_CollidePointClosestHitCollisionCollector_GetEarlyOutFraction_0=Hfa=b.c7;d._emscripten_bind_CollidePointClosestHitCollisionCollector_GetPositiveEarlyOutFraction_0=
Ifa=b.d7;d._emscripten_bind_CollidePointClosestHitCollisionCollector_get_mHit_0=Jfa=b.e7;d._emscripten_bind_CollidePointClosestHitCollisionCollector_set_mHit_1=Kfa=b.f7;d._emscripten_bind_CollidePointClosestHitCollisionCollector___destroy___0=Lfa=b.g7;d._emscripten_bind_CollidePointAnyHitCollisionCollector_CollidePointAnyHitCollisionCollector_0=Mfa=b.h7;d._emscripten_bind_CollidePointAnyHitCollisionCollector_HadHit_0=Nfa=b.i7;d._emscripten_bind_CollidePointAnyHitCollisionCollector_Reset_0=Ofa=b.j7;
d._emscripten_bind_CollidePointAnyHitCollisionCollector_SetContext_1=Pfa=b.k7;d._emscripten_bind_CollidePointAnyHitCollisionCollector_GetContext_0=Qfa=b.l7;d._emscripten_bind_CollidePointAnyHitCollisionCollector_UpdateEarlyOutFraction_1=Rfa=b.m7;d._emscripten_bind_CollidePointAnyHitCollisionCollector_ResetEarlyOutFraction_0=Sfa=b.n7;d._emscripten_bind_CollidePointAnyHitCollisionCollector_ResetEarlyOutFraction_1=Tfa=b.o7;d._emscripten_bind_CollidePointAnyHitCollisionCollector_ForceEarlyOut_0=Ufa=b.p7;
d._emscripten_bind_CollidePointAnyHitCollisionCollector_ShouldEarlyOut_0=Vfa=b.q7;d._emscripten_bind_CollidePointAnyHitCollisionCollector_GetEarlyOutFraction_0=Wfa=b.r7;d._emscripten_bind_CollidePointAnyHitCollisionCollector_GetPositiveEarlyOutFraction_0=Xfa=b.s7;d._emscripten_bind_CollidePointAnyHitCollisionCollector_get_mHit_0=Yfa=b.t7;d._emscripten_bind_CollidePointAnyHitCollisionCollector_set_mHit_1=Zfa=b.u7;d._emscripten_bind_CollidePointAnyHitCollisionCollector___destroy___0=$fa=b.v7;d._emscripten_bind_CollideShapeSettings_CollideShapeSettings_0=
aga=b.w7;d._emscripten_bind_CollideShapeSettings_get_mMaxSeparationDistance_0=bga=b.x7;d._emscripten_bind_CollideShapeSettings_set_mMaxSeparationDistance_1=cga=b.y7;d._emscripten_bind_CollideShapeSettings_get_mBackFaceMode_0=dga=b.z7;d._emscripten_bind_CollideShapeSettings_set_mBackFaceMode_1=ega=b.A7;d._emscripten_bind_CollideShapeSettings_get_mActiveEdgeMode_0=fga=b.B7;d._emscripten_bind_CollideShapeSettings_set_mActiveEdgeMode_1=gga=b.C7;d._emscripten_bind_CollideShapeSettings_get_mCollectFacesMode_0=
hga=b.D7;d._emscripten_bind_CollideShapeSettings_set_mCollectFacesMode_1=iga=b.E7;d._emscripten_bind_CollideShapeSettings_get_mCollisionTolerance_0=jga=b.F7;d._emscripten_bind_CollideShapeSettings_set_mCollisionTolerance_1=kga=b.G7;d._emscripten_bind_CollideShapeSettings_get_mPenetrationTolerance_0=lga=b.H7;d._emscripten_bind_CollideShapeSettings_set_mPenetrationTolerance_1=mga=b.I7;d._emscripten_bind_CollideShapeSettings_get_mActiveEdgeMovementDirection_0=nga=b.J7;d._emscripten_bind_CollideShapeSettings_set_mActiveEdgeMovementDirection_1=
oga=b.K7;d._emscripten_bind_CollideShapeSettings___destroy___0=pga=b.L7;d._emscripten_bind_CollideShapeCollectorJS_CollideShapeCollectorJS_0=qga=b.M7;d._emscripten_bind_CollideShapeCollectorJS_Reset_0=rga=b.N7;d._emscripten_bind_CollideShapeCollectorJS_OnBody_1=sga=b.O7;d._emscripten_bind_CollideShapeCollectorJS_AddHit_1=tga=b.P7;d._emscripten_bind_CollideShapeCollectorJS___destroy___0=uga=b.Q7;d._emscripten_bind_ArrayCollideShapeResult_ArrayCollideShapeResult_0=vga=b.R7;d._emscripten_bind_ArrayCollideShapeResult_empty_0=
wga=b.S7;d._emscripten_bind_ArrayCollideShapeResult_size_0=xga=b.T7;d._emscripten_bind_ArrayCollideShapeResult_at_1=yga=b.U7;d._emscripten_bind_ArrayCollideShapeResult_push_back_1=zga=b.V7;d._emscripten_bind_ArrayCollideShapeResult_reserve_1=Aga=b.W7;d._emscripten_bind_ArrayCollideShapeResult_resize_1=Bga=b.X7;d._emscripten_bind_ArrayCollideShapeResult_clear_0=Cga=b.Y7;d._emscripten_bind_ArrayCollideShapeResult___destroy___0=Dga=b.Z7;d._emscripten_bind_CollideShapeAllHitCollisionCollector_CollideShapeAllHitCollisionCollector_0=
Ega=b._7;d._emscripten_bind_CollideShapeAllHitCollisionCollector_Sort_0=Fga=b.$7;d._emscripten_bind_CollideShapeAllHitCollisionCollector_HadHit_0=Gga=b.a8;d._emscripten_bind_CollideShapeAllHitCollisionCollector_Reset_0=Hga=b.b8;d._emscripten_bind_CollideShapeAllHitCollisionCollector_SetContext_1=Iga=b.c8;d._emscripten_bind_CollideShapeAllHitCollisionCollector_GetContext_0=Jga=b.d8;d._emscripten_bind_CollideShapeAllHitCollisionCollector_UpdateEarlyOutFraction_1=Kga=b.e8;d._emscripten_bind_CollideShapeAllHitCollisionCollector_ResetEarlyOutFraction_0=
Lga=b.f8;d._emscripten_bind_CollideShapeAllHitCollisionCollector_ResetEarlyOutFraction_1=Mga=b.g8;d._emscripten_bind_CollideShapeAllHitCollisionCollector_ForceEarlyOut_0=Nga=b.h8;d._emscripten_bind_CollideShapeAllHitCollisionCollector_ShouldEarlyOut_0=Oga=b.i8;d._emscripten_bind_CollideShapeAllHitCollisionCollector_GetEarlyOutFraction_0=Pga=b.j8;d._emscripten_bind_CollideShapeAllHitCollisionCollector_GetPositiveEarlyOutFraction_0=Qga=b.k8;d._emscripten_bind_CollideShapeAllHitCollisionCollector_get_mHits_0=
Rga=b.l8;d._emscripten_bind_CollideShapeAllHitCollisionCollector_set_mHits_1=Sga=b.m8;d._emscripten_bind_CollideShapeAllHitCollisionCollector___destroy___0=Tga=b.n8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_CollideShapeClosestHitCollisionCollector_0=Uga=b.o8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_HadHit_0=Vga=b.p8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_Reset_0=Wga=b.q8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_SetContext_1=
Xga=b.r8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_GetContext_0=Yga=b.s8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_UpdateEarlyOutFraction_1=Zga=b.t8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_ResetEarlyOutFraction_0=$ga=b.u8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_ResetEarlyOutFraction_1=aha=b.v8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_ForceEarlyOut_0=bha=b.w8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_ShouldEarlyOut_0=
cha=b.x8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_GetEarlyOutFraction_0=dha=b.y8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_GetPositiveEarlyOutFraction_0=eha=b.z8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_get_mHit_0=fha=b.A8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector_set_mHit_1=gha=b.B8;d._emscripten_bind_CollideShapeClosestHitCollisionCollector___destroy___0=hha=b.C8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_CollideShapeAnyHitCollisionCollector_0=
iha=b.D8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_HadHit_0=jha=b.E8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_Reset_0=kha=b.F8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_SetContext_1=lha=b.G8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_GetContext_0=mha=b.H8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_UpdateEarlyOutFraction_1=nha=b.I8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_ResetEarlyOutFraction_0=oha=b.J8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_ResetEarlyOutFraction_1=
pha=b.K8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_ForceEarlyOut_0=qha=b.L8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_ShouldEarlyOut_0=rha=b.M8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_GetEarlyOutFraction_0=sha=b.N8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_GetPositiveEarlyOutFraction_0=tha=b.O8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_get_mHit_0=uha=b.P8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector_set_mHit_1=vha=
b.Q8;d._emscripten_bind_CollideShapeAnyHitCollisionCollector___destroy___0=wha=b.R8;d._emscripten_bind_ShapeCastSettings_ShapeCastSettings_0=xha=b.S8;d._emscripten_bind_ShapeCastSettings_get_mBackFaceModeTriangles_0=yha=b.T8;d._emscripten_bind_ShapeCastSettings_set_mBackFaceModeTriangles_1=zha=b.U8;d._emscripten_bind_ShapeCastSettings_get_mBackFaceModeConvex_0=Aha=b.V8;d._emscripten_bind_ShapeCastSettings_set_mBackFaceModeConvex_1=Bha=b.W8;d._emscripten_bind_ShapeCastSettings_get_mUseShrunkenShapeAndConvexRadius_0=
Cha=b.X8;d._emscripten_bind_ShapeCastSettings_set_mUseShrunkenShapeAndConvexRadius_1=Dha=b.Y8;d._emscripten_bind_ShapeCastSettings_get_mReturnDeepestPoint_0=Eha=b.Z8;d._emscripten_bind_ShapeCastSettings_set_mReturnDeepestPoint_1=Fha=b._8;d._emscripten_bind_ShapeCastSettings_get_mActiveEdgeMode_0=Gha=b.$8;d._emscripten_bind_ShapeCastSettings_set_mActiveEdgeMode_1=Hha=b.a9;d._emscripten_bind_ShapeCastSettings_get_mCollectFacesMode_0=Iha=b.b9;d._emscripten_bind_ShapeCastSettings_set_mCollectFacesMode_1=
Jha=b.c9;d._emscripten_bind_ShapeCastSettings_get_mCollisionTolerance_0=Kha=b.d9;d._emscripten_bind_ShapeCastSettings_set_mCollisionTolerance_1=Lha=b.e9;d._emscripten_bind_ShapeCastSettings_get_mPenetrationTolerance_0=Mha=b.f9;d._emscripten_bind_ShapeCastSettings_set_mPenetrationTolerance_1=Nha=b.g9;d._emscripten_bind_ShapeCastSettings_get_mActiveEdgeMovementDirection_0=Oha=b.h9;d._emscripten_bind_ShapeCastSettings_set_mActiveEdgeMovementDirection_1=Pha=b.i9;d._emscripten_bind_ShapeCastSettings___destroy___0=
Qha=b.j9;d._emscripten_bind_ShapeCastResult_ShapeCastResult_0=Rha=b.k9;d._emscripten_bind_ShapeCastResult_get_mFraction_0=Sha=b.l9;d._emscripten_bind_ShapeCastResult_set_mFraction_1=Tha=b.m9;d._emscripten_bind_ShapeCastResult_get_mIsBackFaceHit_0=Uha=b.n9;d._emscripten_bind_ShapeCastResult_set_mIsBackFaceHit_1=Vha=b.o9;d._emscripten_bind_ShapeCastResult_get_mContactPointOn1_0=Wha=b.p9;d._emscripten_bind_ShapeCastResult_set_mContactPointOn1_1=Xha=b.q9;d._emscripten_bind_ShapeCastResult_get_mContactPointOn2_0=
Yha=b.r9;d._emscripten_bind_ShapeCastResult_set_mContactPointOn2_1=Zha=b.s9;d._emscripten_bind_ShapeCastResult_get_mPenetrationAxis_0=$ha=b.t9;d._emscripten_bind_ShapeCastResult_set_mPenetrationAxis_1=aia=b.u9;d._emscripten_bind_ShapeCastResult_get_mPenetrationDepth_0=bia=b.v9;d._emscripten_bind_ShapeCastResult_set_mPenetrationDepth_1=cia=b.w9;d._emscripten_bind_ShapeCastResult_get_mSubShapeID1_0=dia=b.x9;d._emscripten_bind_ShapeCastResult_set_mSubShapeID1_1=eia=b.y9;d._emscripten_bind_ShapeCastResult_get_mSubShapeID2_0=
fia=b.z9;d._emscripten_bind_ShapeCastResult_set_mSubShapeID2_1=gia=b.A9;d._emscripten_bind_ShapeCastResult_get_mBodyID2_0=hia=b.B9;d._emscripten_bind_ShapeCastResult_set_mBodyID2_1=iia=b.C9;d._emscripten_bind_ShapeCastResult_get_mShape1Face_0=jia=b.D9;d._emscripten_bind_ShapeCastResult_set_mShape1Face_1=kia=b.E9;d._emscripten_bind_ShapeCastResult_get_mShape2Face_0=lia=b.F9;d._emscripten_bind_ShapeCastResult_set_mShape2Face_1=mia=b.G9;d._emscripten_bind_ShapeCastResult___destroy___0=nia=b.H9;d._emscripten_bind_CastShapeCollectorJS_CastShapeCollectorJS_0=
oia=b.I9;d._emscripten_bind_CastShapeCollectorJS_Reset_0=pia=b.J9;d._emscripten_bind_CastShapeCollectorJS_OnBody_1=qia=b.K9;d._emscripten_bind_CastShapeCollectorJS_AddHit_1=ria=b.L9;d._emscripten_bind_CastShapeCollectorJS___destroy___0=sia=b.M9;d._emscripten_bind_ArrayShapeCastResult_ArrayShapeCastResult_0=tia=b.N9;d._emscripten_bind_ArrayShapeCastResult_empty_0=uia=b.O9;d._emscripten_bind_ArrayShapeCastResult_size_0=via=b.P9;d._emscripten_bind_ArrayShapeCastResult_at_1=wia=b.Q9;d._emscripten_bind_ArrayShapeCastResult_push_back_1=
xia=b.R9;d._emscripten_bind_ArrayShapeCastResult_reserve_1=yia=b.S9;d._emscripten_bind_ArrayShapeCastResult_resize_1=zia=b.T9;d._emscripten_bind_ArrayShapeCastResult_clear_0=Aia=b.U9;d._emscripten_bind_ArrayShapeCastResult___destroy___0=Bia=b.V9;d._emscripten_bind_CastShapeAllHitCollisionCollector_CastShapeAllHitCollisionCollector_0=Cia=b.W9;d._emscripten_bind_CastShapeAllHitCollisionCollector_Sort_0=Dia=b.X9;d._emscripten_bind_CastShapeAllHitCollisionCollector_HadHit_0=Eia=b.Y9;d._emscripten_bind_CastShapeAllHitCollisionCollector_Reset_0=
Fia=b.Z9;d._emscripten_bind_CastShapeAllHitCollisionCollector_SetContext_1=Gia=b._9;d._emscripten_bind_CastShapeAllHitCollisionCollector_GetContext_0=Hia=b.$9;d._emscripten_bind_CastShapeAllHitCollisionCollector_UpdateEarlyOutFraction_1=Iia=b.aaa;d._emscripten_bind_CastShapeAllHitCollisionCollector_ResetEarlyOutFraction_0=Jia=b.baa;d._emscripten_bind_CastShapeAllHitCollisionCollector_ResetEarlyOutFraction_1=Kia=b.caa;d._emscripten_bind_CastShapeAllHitCollisionCollector_ForceEarlyOut_0=Lia=b.daa;d._emscripten_bind_CastShapeAllHitCollisionCollector_ShouldEarlyOut_0=
Mia=b.eaa;d._emscripten_bind_CastShapeAllHitCollisionCollector_GetEarlyOutFraction_0=Nia=b.faa;d._emscripten_bind_CastShapeAllHitCollisionCollector_GetPositiveEarlyOutFraction_0=Oia=b.gaa;d._emscripten_bind_CastShapeAllHitCollisionCollector_get_mHits_0=Pia=b.haa;d._emscripten_bind_CastShapeAllHitCollisionCollector_set_mHits_1=Qia=b.iaa;d._emscripten_bind_CastShapeAllHitCollisionCollector___destroy___0=Ria=b.jaa;d._emscripten_bind_CastShapeClosestHitCollisionCollector_CastShapeClosestHitCollisionCollector_0=
Sia=b.kaa;d._emscripten_bind_CastShapeClosestHitCollisionCollector_HadHit_0=Tia=b.laa;d._emscripten_bind_CastShapeClosestHitCollisionCollector_Reset_0=Uia=b.maa;d._emscripten_bind_CastShapeClosestHitCollisionCollector_SetContext_1=Via=b.naa;d._emscripten_bind_CastShapeClosestHitCollisionCollector_GetContext_0=Wia=b.oaa;d._emscripten_bind_CastShapeClosestHitCollisionCollector_UpdateEarlyOutFraction_1=Xia=b.paa;d._emscripten_bind_CastShapeClosestHitCollisionCollector_ResetEarlyOutFraction_0=Yia=b.qaa;
d._emscripten_bind_CastShapeClosestHitCollisionCollector_ResetEarlyOutFraction_1=Zia=b.raa;d._emscripten_bind_CastShapeClosestHitCollisionCollector_ForceEarlyOut_0=$ia=b.saa;d._emscripten_bind_CastShapeClosestHitCollisionCollector_ShouldEarlyOut_0=aja=b.taa;d._emscripten_bind_CastShapeClosestHitCollisionCollector_GetEarlyOutFraction_0=bja=b.uaa;d._emscripten_bind_CastShapeClosestHitCollisionCollector_GetPositiveEarlyOutFraction_0=cja=b.vaa;d._emscripten_bind_CastShapeClosestHitCollisionCollector_get_mHit_0=
dja=b.waa;d._emscripten_bind_CastShapeClosestHitCollisionCollector_set_mHit_1=eja=b.xaa;d._emscripten_bind_CastShapeClosestHitCollisionCollector___destroy___0=fja=b.yaa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_CastShapeAnyHitCollisionCollector_0=gja=b.zaa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_HadHit_0=hja=b.Aaa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_Reset_0=ija=b.Baa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_SetContext_1=jja=b.Caa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_GetContext_0=
kja=b.Daa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_UpdateEarlyOutFraction_1=lja=b.Eaa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_ResetEarlyOutFraction_0=mja=b.Faa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_ResetEarlyOutFraction_1=nja=b.Gaa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_ForceEarlyOut_0=oja=b.Haa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_ShouldEarlyOut_0=pja=b.Iaa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_GetEarlyOutFraction_0=
qja=b.Jaa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_GetPositiveEarlyOutFraction_0=rja=b.Kaa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_get_mHit_0=sja=b.Laa;d._emscripten_bind_CastShapeAnyHitCollisionCollector_set_mHit_1=tja=b.Maa;d._emscripten_bind_CastShapeAnyHitCollisionCollector___destroy___0=uja=b.Naa;d._emscripten_bind_TransformedShapeCollectorJS_TransformedShapeCollectorJS_0=vja=b.Oaa;d._emscripten_bind_TransformedShapeCollectorJS_Reset_0=wja=b.Paa;d._emscripten_bind_TransformedShapeCollectorJS_OnBody_1=
xja=b.Qaa;d._emscripten_bind_TransformedShapeCollectorJS_AddHit_1=yja=b.Raa;d._emscripten_bind_TransformedShapeCollectorJS___destroy___0=zja=b.Saa;d._emscripten_bind_NarrowPhaseQuery_CastRay_7=Aja=b.Taa;d._emscripten_bind_NarrowPhaseQuery_CollidePoint_6=Bja=b.Uaa;d._emscripten_bind_NarrowPhaseQuery_CollideShape_10=Cja=b.Vaa;d._emscripten_bind_NarrowPhaseQuery_CollideShapeWithInternalEdgeRemoval_10=Dja=b.Waa;d._emscripten_bind_NarrowPhaseQuery_CastShape_8=Eja=b.Xaa;d._emscripten_bind_NarrowPhaseQuery_CollectTransformedShapes_6=
Fja=b.Yaa;d._emscripten_bind_NarrowPhaseQuery___destroy___0=Gja=b.Zaa;d._emscripten_bind_PhysicsStepListenerContext_get_mDeltaTime_0=Hja=b._aa;d._emscripten_bind_PhysicsStepListenerContext_set_mDeltaTime_1=Ija=b.$aa;d._emscripten_bind_PhysicsStepListenerContext_get_mIsFirstStep_0=Jja=b.aba;d._emscripten_bind_PhysicsStepListenerContext_set_mIsFirstStep_1=Kja=b.bba;d._emscripten_bind_PhysicsStepListenerContext_get_mIsLastStep_0=Lja=b.cba;d._emscripten_bind_PhysicsStepListenerContext_set_mIsLastStep_1=
Mja=b.dba;d._emscripten_bind_PhysicsStepListenerContext_get_mPhysicsSystem_0=Nja=b.eba;d._emscripten_bind_PhysicsStepListenerContext_set_mPhysicsSystem_1=Oja=b.fba;d._emscripten_bind_PhysicsStepListenerContext___destroy___0=Pja=b.gba;d._emscripten_bind_PhysicsStepListenerJS_PhysicsStepListenerJS_0=Qja=b.hba;d._emscripten_bind_PhysicsStepListenerJS_OnStep_1=Rja=b.iba;d._emscripten_bind_PhysicsStepListenerJS___destroy___0=Sja=b.jba;d._emscripten_bind_BodyActivationListenerJS_BodyActivationListenerJS_0=
Tja=b.kba;d._emscripten_bind_BodyActivationListenerJS_OnBodyActivated_2=Uja=b.lba;d._emscripten_bind_BodyActivationListenerJS_OnBodyDeactivated_2=Vja=b.mba;d._emscripten_bind_BodyActivationListenerJS___destroy___0=Wja=b.nba;d._emscripten_bind_BodyIDVector_BodyIDVector_0=Xja=b.oba;d._emscripten_bind_BodyIDVector_empty_0=Yja=b.pba;d._emscripten_bind_BodyIDVector_size_0=Zja=b.qba;d._emscripten_bind_BodyIDVector_at_1=$ja=b.rba;d._emscripten_bind_BodyIDVector_push_back_1=aka=b.sba;d._emscripten_bind_BodyIDVector_reserve_1=
bka=b.tba;d._emscripten_bind_BodyIDVector_resize_1=cka=b.uba;d._emscripten_bind_BodyIDVector_clear_0=dka=b.vba;d._emscripten_bind_BodyIDVector___destroy___0=eka=b.wba;d._emscripten_bind_PhysicsSystem_SetGravity_1=fka=b.xba;d._emscripten_bind_PhysicsSystem_GetGravity_0=gka=b.yba;d._emscripten_bind_PhysicsSystem_GetPhysicsSettings_0=hka=b.zba;d._emscripten_bind_PhysicsSystem_SetPhysicsSettings_1=ika=b.Aba;d._emscripten_bind_PhysicsSystem_GetNumBodies_0=jka=b.Bba;d._emscripten_bind_PhysicsSystem_GetNumActiveBodies_1=
kka=b.Cba;d._emscripten_bind_PhysicsSystem_GetMaxBodies_0=lka=b.Dba;d._emscripten_bind_PhysicsSystem_GetBodies_1=mka=b.Eba;d._emscripten_bind_PhysicsSystem_GetActiveBodies_2=nka=b.Fba;d._emscripten_bind_PhysicsSystem_GetBounds_0=oka=b.Gba;d._emscripten_bind_PhysicsSystem_AddConstraint_1=pka=b.Hba;d._emscripten_bind_PhysicsSystem_RemoveConstraint_1=qka=b.Iba;d._emscripten_bind_PhysicsSystem_SetContactListener_1=rka=b.Jba;d._emscripten_bind_PhysicsSystem_GetContactListener_0=ska=b.Kba;d._emscripten_bind_PhysicsSystem_SetSoftBodyContactListener_1=
tka=b.Lba;d._emscripten_bind_PhysicsSystem_GetSoftBodyContactListener_0=uka=b.Mba;d._emscripten_bind_PhysicsSystem_OptimizeBroadPhase_0=vka=b.Nba;d._emscripten_bind_PhysicsSystem_GetBodyInterface_0=wka=b.Oba;d._emscripten_bind_PhysicsSystem_GetBodyInterfaceNoLock_0=xka=b.Pba;d._emscripten_bind_PhysicsSystem_GetBodyLockInterfaceNoLock_0=yka=b.Qba;d._emscripten_bind_PhysicsSystem_GetBodyLockInterface_0=zka=b.Rba;d._emscripten_bind_PhysicsSystem_GetBroadPhaseQuery_0=Aka=b.Sba;d._emscripten_bind_PhysicsSystem_GetNarrowPhaseQuery_0=
Bka=b.Tba;d._emscripten_bind_PhysicsSystem_GetNarrowPhaseQueryNoLock_0=Cka=b.Uba;d._emscripten_bind_PhysicsSystem_SaveState_1=Dka=b.Vba;d._emscripten_bind_PhysicsSystem_SaveState_2=Eka=b.Wba;d._emscripten_bind_PhysicsSystem_SaveState_3=Fka=b.Xba;d._emscripten_bind_PhysicsSystem_RestoreState_1=Gka=b.Yba;d._emscripten_bind_PhysicsSystem_RestoreState_2=Hka=b.Zba;d._emscripten_bind_PhysicsSystem_AddStepListener_1=Ika=b._ba;d._emscripten_bind_PhysicsSystem_RemoveStepListener_1=Jka=b.$ba;d._emscripten_bind_PhysicsSystem_SetBodyActivationListener_1=
Kka=b.aca;d._emscripten_bind_PhysicsSystem_GetBodyActivationListener_0=Lka=b.bca;d._emscripten_bind_PhysicsSystem_WereBodiesInContact_2=Mka=b.cca;d._emscripten_bind_PhysicsSystem_SetSimShapeFilter_1=Nka=b.dca;d._emscripten_bind_PhysicsSystem_GetSimShapeFilter_0=Oka=b.eca;d._emscripten_bind_PhysicsSystem___destroy___0=Pka=b.fca;d._emscripten_bind_MassProperties_MassProperties_0=Qka=b.gca;d._emscripten_bind_MassProperties_SetMassAndInertiaOfSolidBox_2=Rka=b.hca;d._emscripten_bind_MassProperties_ScaleToMass_1=
Ska=b.ica;d._emscripten_bind_MassProperties_sGetEquivalentSolidBoxSize_2=Tka=b.jca;d._emscripten_bind_MassProperties_Rotate_1=Uka=b.kca;d._emscripten_bind_MassProperties_Translate_1=Vka=b.lca;d._emscripten_bind_MassProperties_Scale_1=Wka=b.mca;d._emscripten_bind_MassProperties_get_mMass_0=Xka=b.nca;d._emscripten_bind_MassProperties_set_mMass_1=Yka=b.oca;d._emscripten_bind_MassProperties_get_mInertia_0=Zka=b.pca;d._emscripten_bind_MassProperties_set_mInertia_1=$ka=b.qca;d._emscripten_bind_MassProperties___destroy___0=
ala=b.rca;d._emscripten_bind_SoftBodySharedSettingsVertex_SoftBodySharedSettingsVertex_0=bla=b.sca;d._emscripten_bind_SoftBodySharedSettingsVertex_get_mPosition_0=cla=b.tca;d._emscripten_bind_SoftBodySharedSettingsVertex_set_mPosition_1=dla=b.uca;d._emscripten_bind_SoftBodySharedSettingsVertex_get_mVelocity_0=ela=b.vca;d._emscripten_bind_SoftBodySharedSettingsVertex_set_mVelocity_1=fla=b.wca;d._emscripten_bind_SoftBodySharedSettingsVertex_get_mInvMass_0=gla=b.xca;d._emscripten_bind_SoftBodySharedSettingsVertex_set_mInvMass_1=
hla=b.yca;d._emscripten_bind_SoftBodySharedSettingsVertex___destroy___0=ila=b.zca;d._emscripten_bind_SoftBodySharedSettingsFace_SoftBodySharedSettingsFace_4=jla=b.Aca;d._emscripten_bind_SoftBodySharedSettingsFace_get_mVertex_1=kla=b.Bca;d._emscripten_bind_SoftBodySharedSettingsFace_set_mVertex_2=lla=b.Cca;d._emscripten_bind_SoftBodySharedSettingsFace_get_mMaterialIndex_0=mla=b.Dca;d._emscripten_bind_SoftBodySharedSettingsFace_set_mMaterialIndex_1=nla=b.Eca;d._emscripten_bind_SoftBodySharedSettingsFace___destroy___0=
ola=b.Fca;d._emscripten_bind_SoftBodySharedSettingsEdge_SoftBodySharedSettingsEdge_3=pla=b.Gca;d._emscripten_bind_SoftBodySharedSettingsEdge_get_mVertex_1=qla=b.Hca;d._emscripten_bind_SoftBodySharedSettingsEdge_set_mVertex_2=rla=b.Ica;d._emscripten_bind_SoftBodySharedSettingsEdge_get_mRestLength_0=sla=b.Jca;d._emscripten_bind_SoftBodySharedSettingsEdge_set_mRestLength_1=tla=b.Kca;d._emscripten_bind_SoftBodySharedSettingsEdge_get_mCompliance_0=ula=b.Lca;d._emscripten_bind_SoftBodySharedSettingsEdge_set_mCompliance_1=
vla=b.Mca;d._emscripten_bind_SoftBodySharedSettingsEdge___destroy___0=wla=b.Nca;d._emscripten_bind_SoftBodySharedSettingsDihedralBend_SoftBodySharedSettingsDihedralBend_5=xla=b.Oca;d._emscripten_bind_SoftBodySharedSettingsDihedralBend_get_mVertex_1=yla=b.Pca;d._emscripten_bind_SoftBodySharedSettingsDihedralBend_set_mVertex_2=zla=b.Qca;d._emscripten_bind_SoftBodySharedSettingsDihedralBend_get_mCompliance_0=Ala=b.Rca;d._emscripten_bind_SoftBodySharedSettingsDihedralBend_set_mCompliance_1=Bla=b.Sca;
d._emscripten_bind_SoftBodySharedSettingsDihedralBend_get_mInitialAngle_0=Cla=b.Tca;d._emscripten_bind_SoftBodySharedSettingsDihedralBend_set_mInitialAngle_1=Dla=b.Uca;d._emscripten_bind_SoftBodySharedSettingsDihedralBend___destroy___0=Ela=b.Vca;d._emscripten_bind_SoftBodySharedSettingsVolume_SoftBodySharedSettingsVolume_5=Fla=b.Wca;d._emscripten_bind_SoftBodySharedSettingsVolume_get_mVertex_1=Gla=b.Xca;d._emscripten_bind_SoftBodySharedSettingsVolume_set_mVertex_2=Hla=b.Yca;d._emscripten_bind_SoftBodySharedSettingsVolume_get_mSixRestVolume_0=
Ila=b.Zca;d._emscripten_bind_SoftBodySharedSettingsVolume_set_mSixRestVolume_1=Jla=b._ca;d._emscripten_bind_SoftBodySharedSettingsVolume_get_mCompliance_0=Kla=b.$ca;d._emscripten_bind_SoftBodySharedSettingsVolume_set_mCompliance_1=Lla=b.ada;d._emscripten_bind_SoftBodySharedSettingsVolume___destroy___0=Mla=b.bda;d._emscripten_bind_SoftBodySharedSettingsInvBind_get_mJointIndex_0=Nla=b.cda;d._emscripten_bind_SoftBodySharedSettingsInvBind_set_mJointIndex_1=Ola=b.dda;d._emscripten_bind_SoftBodySharedSettingsInvBind_get_mInvBind_0=
Pla=b.eda;d._emscripten_bind_SoftBodySharedSettingsInvBind_set_mInvBind_1=Qla=b.fda;d._emscripten_bind_SoftBodySharedSettingsInvBind___destroy___0=Rla=b.gda;d._emscripten_bind_SoftBodySharedSettingsSkinWeight_get_mInvBindIndex_0=Sla=b.hda;d._emscripten_bind_SoftBodySharedSettingsSkinWeight_set_mInvBindIndex_1=Tla=b.ida;d._emscripten_bind_SoftBodySharedSettingsSkinWeight_get_mWeight_0=Ula=b.jda;d._emscripten_bind_SoftBodySharedSettingsSkinWeight_set_mWeight_1=Vla=b.kda;d._emscripten_bind_SoftBodySharedSettingsSkinWeight___destroy___0=
Wla=b.lda;d._emscripten_bind_SoftBodySharedSettingsSkinned_get_mVertex_0=Xla=b.mda;d._emscripten_bind_SoftBodySharedSettingsSkinned_set_mVertex_1=Yla=b.nda;d._emscripten_bind_SoftBodySharedSettingsSkinned_get_mWeights_1=Zla=b.oda;d._emscripten_bind_SoftBodySharedSettingsSkinned_set_mWeights_2=$la=b.pda;d._emscripten_bind_SoftBodySharedSettingsSkinned_get_mMaxDistance_0=ama=b.qda;d._emscripten_bind_SoftBodySharedSettingsSkinned_set_mMaxDistance_1=bma=b.rda;d._emscripten_bind_SoftBodySharedSettingsSkinned_get_mBackStopDistance_0=
cma=b.sda;d._emscripten_bind_SoftBodySharedSettingsSkinned_set_mBackStopDistance_1=dma=b.tda;d._emscripten_bind_SoftBodySharedSettingsSkinned_get_mBackStopRadius_0=ema=b.uda;d._emscripten_bind_SoftBodySharedSettingsSkinned_set_mBackStopRadius_1=fma=b.vda;d._emscripten_bind_SoftBodySharedSettingsSkinned___destroy___0=gma=b.wda;d._emscripten_bind_SoftBodySharedSettingsLRA_SoftBodySharedSettingsLRA_3=hma=b.xda;d._emscripten_bind_SoftBodySharedSettingsLRA_get_mVertex_1=ima=b.yda;d._emscripten_bind_SoftBodySharedSettingsLRA_set_mVertex_2=
jma=b.zda;d._emscripten_bind_SoftBodySharedSettingsLRA_get_mMaxDistance_0=kma=b.Ada;d._emscripten_bind_SoftBodySharedSettingsLRA_set_mMaxDistance_1=lma=b.Bda;d._emscripten_bind_SoftBodySharedSettingsLRA___destroy___0=mma=b.Cda;d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_SoftBodySharedSettingsRodStretchShear_3=nma=b.Dda;d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_get_mVertex_1=oma=b.Eda;d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_set_mVertex_2=pma=b.Fda;d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_get_mLength_0=
qma=b.Gda;d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_set_mLength_1=rma=b.Hda;d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_get_mInvMass_0=sma=b.Ida;d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_set_mInvMass_1=tma=b.Jda;d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_get_mCompliance_0=uma=b.Kda;d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_set_mCompliance_1=vma=b.Lda;d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_get_mBishop_0=wma=b.Mda;
d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_set_mBishop_1=xma=b.Nda;d._emscripten_bind_SoftBodySharedSettingsRodStretchShear___destroy___0=yma=b.Oda;d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_SoftBodySharedSettingsRodBendTwist_3=zma=b.Pda;d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_get_mRod_1=Ama=b.Qda;d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_set_mRod_2=Bma=b.Rda;d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_get_mCompliance_0=Cma=b.Sda;d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_set_mCompliance_1=
Dma=b.Tda;d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_get_mOmega0_0=Ema=b.Uda;d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_set_mOmega0_1=Fma=b.Vda;d._emscripten_bind_SoftBodySharedSettingsRodBendTwist___destroy___0=Gma=b.Wda;d._emscripten_bind_ArraySoftBodySharedSettingsVertex_ArraySoftBodySharedSettingsVertex_0=Hma=b.Xda;d._emscripten_bind_ArraySoftBodySharedSettingsVertex_empty_0=Ima=b.Yda;d._emscripten_bind_ArraySoftBodySharedSettingsVertex_size_0=Jma=b.Zda;d._emscripten_bind_ArraySoftBodySharedSettingsVertex_at_1=
Kma=b._da;d._emscripten_bind_ArraySoftBodySharedSettingsVertex_push_back_1=Lma=b.$da;d._emscripten_bind_ArraySoftBodySharedSettingsVertex_reserve_1=Mma=b.aea;d._emscripten_bind_ArraySoftBodySharedSettingsVertex_resize_1=Nma=b.bea;d._emscripten_bind_ArraySoftBodySharedSettingsVertex_clear_0=Oma=b.cea;d._emscripten_bind_ArraySoftBodySharedSettingsVertex___destroy___0=Pma=b.dea;d._emscripten_bind_ArraySoftBodySharedSettingsFace_ArraySoftBodySharedSettingsFace_0=Qma=b.eea;d._emscripten_bind_ArraySoftBodySharedSettingsFace_empty_0=
Rma=b.fea;d._emscripten_bind_ArraySoftBodySharedSettingsFace_size_0=Sma=b.gea;d._emscripten_bind_ArraySoftBodySharedSettingsFace_at_1=Tma=b.hea;d._emscripten_bind_ArraySoftBodySharedSettingsFace_push_back_1=Uma=b.iea;d._emscripten_bind_ArraySoftBodySharedSettingsFace_reserve_1=Vma=b.jea;d._emscripten_bind_ArraySoftBodySharedSettingsFace_resize_1=Wma=b.kea;d._emscripten_bind_ArraySoftBodySharedSettingsFace_clear_0=Xma=b.lea;d._emscripten_bind_ArraySoftBodySharedSettingsFace___destroy___0=Yma=b.mea;
d._emscripten_bind_ArraySoftBodySharedSettingsEdge_ArraySoftBodySharedSettingsEdge_0=Zma=b.nea;d._emscripten_bind_ArraySoftBodySharedSettingsEdge_empty_0=$ma=b.oea;d._emscripten_bind_ArraySoftBodySharedSettingsEdge_size_0=ana=b.pea;d._emscripten_bind_ArraySoftBodySharedSettingsEdge_at_1=bna=b.qea;d._emscripten_bind_ArraySoftBodySharedSettingsEdge_push_back_1=cna=b.rea;d._emscripten_bind_ArraySoftBodySharedSettingsEdge_reserve_1=dna=b.sea;d._emscripten_bind_ArraySoftBodySharedSettingsEdge_resize_1=
ena=b.tea;d._emscripten_bind_ArraySoftBodySharedSettingsEdge_clear_0=fna=b.uea;d._emscripten_bind_ArraySoftBodySharedSettingsEdge___destroy___0=gna=b.vea;d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_ArraySoftBodySharedSettingsDihedralBend_0=hna=b.wea;d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_empty_0=ina=b.xea;d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_size_0=jna=b.yea;d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_at_1=kna=b.zea;d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_push_back_1=
lna=b.Aea;d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_reserve_1=mna=b.Bea;d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_resize_1=nna=b.Cea;d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_clear_0=ona=b.Dea;d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend___destroy___0=pna=b.Eea;d._emscripten_bind_ArraySoftBodySharedSettingsVolume_ArraySoftBodySharedSettingsVolume_0=qna=b.Fea;d._emscripten_bind_ArraySoftBodySharedSettingsVolume_empty_0=rna=b.Gea;d._emscripten_bind_ArraySoftBodySharedSettingsVolume_size_0=
sna=b.Hea;d._emscripten_bind_ArraySoftBodySharedSettingsVolume_at_1=tna=b.Iea;d._emscripten_bind_ArraySoftBodySharedSettingsVolume_push_back_1=una=b.Jea;d._emscripten_bind_ArraySoftBodySharedSettingsVolume_reserve_1=vna=b.Kea;d._emscripten_bind_ArraySoftBodySharedSettingsVolume_resize_1=wna=b.Lea;d._emscripten_bind_ArraySoftBodySharedSettingsVolume_clear_0=xna=b.Mea;d._emscripten_bind_ArraySoftBodySharedSettingsVolume___destroy___0=yna=b.Nea;d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_ArraySoftBodySharedSettingsInvBind_0=
zna=b.Oea;d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_empty_0=Ana=b.Pea;d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_size_0=Bna=b.Qea;d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_at_1=Cna=b.Rea;d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_push_back_1=Dna=b.Sea;d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_reserve_1=Ena=b.Tea;d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_resize_1=Fna=b.Uea;d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_clear_0=
Gna=b.Vea;d._emscripten_bind_ArraySoftBodySharedSettingsInvBind___destroy___0=Hna=b.Wea;d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_ArraySoftBodySharedSettingsSkinned_0=Ina=b.Xea;d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_empty_0=Jna=b.Yea;d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_size_0=Kna=b.Zea;d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_at_1=Lna=b._ea;d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_push_back_1=Mna=b.$ea;d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_reserve_1=
Nna=b.afa;d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_resize_1=Ona=b.bfa;d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_clear_0=Pna=b.cfa;d._emscripten_bind_ArraySoftBodySharedSettingsSkinned___destroy___0=Qna=b.dfa;d._emscripten_bind_ArraySoftBodySharedSettingsLRA_ArraySoftBodySharedSettingsLRA_0=Rna=b.efa;d._emscripten_bind_ArraySoftBodySharedSettingsLRA_empty_0=Sna=b.ffa;d._emscripten_bind_ArraySoftBodySharedSettingsLRA_size_0=Tna=b.gfa;d._emscripten_bind_ArraySoftBodySharedSettingsLRA_at_1=
Una=b.hfa;d._emscripten_bind_ArraySoftBodySharedSettingsLRA_push_back_1=Vna=b.ifa;d._emscripten_bind_ArraySoftBodySharedSettingsLRA_reserve_1=Wna=b.jfa;d._emscripten_bind_ArraySoftBodySharedSettingsLRA_resize_1=Xna=b.kfa;d._emscripten_bind_ArraySoftBodySharedSettingsLRA_clear_0=Yna=b.lfa;d._emscripten_bind_ArraySoftBodySharedSettingsLRA___destroy___0=Zna=b.mfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_ArraySoftBodySharedSettingsRodStretchShear_0=$na=b.nfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_empty_0=
aoa=b.ofa;d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_size_0=boa=b.pfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_at_1=coa=b.qfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_push_back_1=doa=b.rfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_reserve_1=eoa=b.sfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_resize_1=foa=b.tfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_clear_0=goa=b.ufa;d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear___destroy___0=
hoa=b.vfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_ArraySoftBodySharedSettingsRodBendTwist_0=ioa=b.wfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_empty_0=joa=b.xfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_size_0=koa=b.yfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_at_1=loa=b.zfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_push_back_1=moa=b.Afa;d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_reserve_1=noa=
b.Bfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_resize_1=ooa=b.Cfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_clear_0=poa=b.Dfa;d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist___destroy___0=qoa=b.Efa;d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_SoftBodySharedSettingsVertexAttributes_0=roa=b.Ffa;d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_get_mCompliance_0=soa=b.Gfa;d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_set_mCompliance_1=
toa=b.Hfa;d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_get_mShearCompliance_0=uoa=b.Ifa;d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_set_mShearCompliance_1=voa=b.Jfa;d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_get_mBendCompliance_0=woa=b.Kfa;d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_set_mBendCompliance_1=xoa=b.Lfa;d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_get_mLRAType_0=yoa=b.Mfa;d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_set_mLRAType_1=
zoa=b.Nfa;d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_get_mLRAMaxDistanceMultiplier_0=Aoa=b.Ofa;d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_set_mLRAMaxDistanceMultiplier_1=Boa=b.Pfa;d._emscripten_bind_SoftBodySharedSettingsVertexAttributes___destroy___0=Coa=b.Qfa;d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_ArraySoftBodySharedSettingsVertexAttributes_0=Doa=b.Rfa;d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_empty_0=Eoa=b.Sfa;d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_size_0=
Foa=b.Tfa;d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_at_1=Goa=b.Ufa;d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_push_back_1=Hoa=b.Vfa;d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_reserve_1=Ioa=b.Wfa;d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_resize_1=Joa=b.Xfa;d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_clear_0=Koa=b.Yfa;d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_data_0=Loa=b.Zfa;d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes___destroy___0=
Moa=b._fa;d._emscripten_bind_SoftBodySharedSettings_SoftBodySharedSettings_0=Noa=b.$fa;d._emscripten_bind_SoftBodySharedSettings_GetRefCount_0=Ooa=b.aga;d._emscripten_bind_SoftBodySharedSettings_AddRef_0=Poa=b.bga;d._emscripten_bind_SoftBodySharedSettings_Release_0=Qoa=b.cga;d._emscripten_bind_SoftBodySharedSettings_CreateConstraints_2=Roa=b.dga;d._emscripten_bind_SoftBodySharedSettings_CreateConstraints_3=Soa=b.ega;d._emscripten_bind_SoftBodySharedSettings_CreateConstraints_4=Toa=b.fga;d._emscripten_bind_SoftBodySharedSettings_AddFace_1=
Uoa=b.gga;d._emscripten_bind_SoftBodySharedSettings_CalculateEdgeLengths_0=Voa=b.hga;d._emscripten_bind_SoftBodySharedSettings_CalculateRodProperties_0=Woa=b.iga;d._emscripten_bind_SoftBodySharedSettings_CalculateLRALengths_0=Xoa=b.jga;d._emscripten_bind_SoftBodySharedSettings_CalculateBendConstraintConstants_0=Yoa=b.kga;d._emscripten_bind_SoftBodySharedSettings_CalculateVolumeConstraintVolumes_0=Zoa=b.lga;d._emscripten_bind_SoftBodySharedSettings_CalculateSkinnedConstraintNormals_0=$oa=b.mga;d._emscripten_bind_SoftBodySharedSettings_Optimize_0=
apa=b.nga;d._emscripten_bind_SoftBodySharedSettings_Clone_0=bpa=b.oga;d._emscripten_bind_SoftBodySharedSettings_get_mVertices_0=cpa=b.pga;d._emscripten_bind_SoftBodySharedSettings_set_mVertices_1=dpa=b.qga;d._emscripten_bind_SoftBodySharedSettings_get_mFaces_0=epa=b.rga;d._emscripten_bind_SoftBodySharedSettings_set_mFaces_1=fpa=b.sga;d._emscripten_bind_SoftBodySharedSettings_get_mEdgeConstraints_0=gpa=b.tga;d._emscripten_bind_SoftBodySharedSettings_set_mEdgeConstraints_1=hpa=b.uga;d._emscripten_bind_SoftBodySharedSettings_get_mDihedralBendConstraints_0=
ipa=b.vga;d._emscripten_bind_SoftBodySharedSettings_set_mDihedralBendConstraints_1=jpa=b.wga;d._emscripten_bind_SoftBodySharedSettings_get_mVolumeConstraints_0=kpa=b.xga;d._emscripten_bind_SoftBodySharedSettings_set_mVolumeConstraints_1=lpa=b.yga;d._emscripten_bind_SoftBodySharedSettings_get_mSkinnedConstraints_0=mpa=b.zga;d._emscripten_bind_SoftBodySharedSettings_set_mSkinnedConstraints_1=npa=b.Aga;d._emscripten_bind_SoftBodySharedSettings_get_mInvBindMatrices_0=opa=b.Bga;d._emscripten_bind_SoftBodySharedSettings_set_mInvBindMatrices_1=
ppa=b.Cga;d._emscripten_bind_SoftBodySharedSettings_get_mLRAConstraints_0=qpa=b.Dga;d._emscripten_bind_SoftBodySharedSettings_set_mLRAConstraints_1=rpa=b.Ega;d._emscripten_bind_SoftBodySharedSettings_get_mRodStretchShearConstraints_0=spa=b.Fga;d._emscripten_bind_SoftBodySharedSettings_set_mRodStretchShearConstraints_1=tpa=b.Gga;d._emscripten_bind_SoftBodySharedSettings_get_mRodBendTwistConstraints_0=upa=b.Hga;d._emscripten_bind_SoftBodySharedSettings_set_mRodBendTwistConstraints_1=vpa=b.Iga;d._emscripten_bind_SoftBodySharedSettings_get_mMaterials_0=
wpa=b.Jga;d._emscripten_bind_SoftBodySharedSettings_set_mMaterials_1=xpa=b.Kga;d._emscripten_bind_SoftBodySharedSettings___destroy___0=ypa=b.Lga;d._emscripten_bind_SoftBodyCreationSettings_SoftBodyCreationSettings_4=zpa=b.Mga;d._emscripten_bind_SoftBodyCreationSettings_get_mPosition_0=Apa=b.Nga;d._emscripten_bind_SoftBodyCreationSettings_set_mPosition_1=Bpa=b.Oga;d._emscripten_bind_SoftBodyCreationSettings_get_mRotation_0=Cpa=b.Pga;d._emscripten_bind_SoftBodyCreationSettings_set_mRotation_1=Dpa=b.Qga;
d._emscripten_bind_SoftBodyCreationSettings_get_mUserData_0=Epa=b.Rga;d._emscripten_bind_SoftBodyCreationSettings_set_mUserData_1=Fpa=b.Sga;d._emscripten_bind_SoftBodyCreationSettings_get_mObjectLayer_0=Gpa=b.Tga;d._emscripten_bind_SoftBodyCreationSettings_set_mObjectLayer_1=Hpa=b.Uga;d._emscripten_bind_SoftBodyCreationSettings_get_mCollisionGroup_0=Ipa=b.Vga;d._emscripten_bind_SoftBodyCreationSettings_set_mCollisionGroup_1=Jpa=b.Wga;d._emscripten_bind_SoftBodyCreationSettings_get_mNumIterations_0=
Kpa=b.Xga;d._emscripten_bind_SoftBodyCreationSettings_set_mNumIterations_1=Lpa=b.Yga;d._emscripten_bind_SoftBodyCreationSettings_get_mLinearDamping_0=Mpa=b.Zga;d._emscripten_bind_SoftBodyCreationSettings_set_mLinearDamping_1=Npa=b._ga;d._emscripten_bind_SoftBodyCreationSettings_get_mMaxLinearVelocity_0=Opa=b.$ga;d._emscripten_bind_SoftBodyCreationSettings_set_mMaxLinearVelocity_1=Ppa=b.aha;d._emscripten_bind_SoftBodyCreationSettings_get_mRestitution_0=Qpa=b.bha;d._emscripten_bind_SoftBodyCreationSettings_set_mRestitution_1=
Rpa=b.cha;d._emscripten_bind_SoftBodyCreationSettings_get_mFriction_0=Spa=b.dha;d._emscripten_bind_SoftBodyCreationSettings_set_mFriction_1=Tpa=b.eha;d._emscripten_bind_SoftBodyCreationSettings_get_mPressure_0=Upa=b.fha;d._emscripten_bind_SoftBodyCreationSettings_set_mPressure_1=Vpa=b.gha;d._emscripten_bind_SoftBodyCreationSettings_get_mGravityFactor_0=Wpa=b.hha;d._emscripten_bind_SoftBodyCreationSettings_set_mGravityFactor_1=Xpa=b.iha;d._emscripten_bind_SoftBodyCreationSettings_get_mVertexRadius_0=
Ypa=b.jha;d._emscripten_bind_SoftBodyCreationSettings_set_mVertexRadius_1=Zpa=b.kha;d._emscripten_bind_SoftBodyCreationSettings_get_mUpdatePosition_0=$pa=b.lha;d._emscripten_bind_SoftBodyCreationSettings_set_mUpdatePosition_1=aqa=b.mha;d._emscripten_bind_SoftBodyCreationSettings_get_mMakeRotationIdentity_0=bqa=b.nha;d._emscripten_bind_SoftBodyCreationSettings_set_mMakeRotationIdentity_1=cqa=b.oha;d._emscripten_bind_SoftBodyCreationSettings_get_mAllowSleeping_0=dqa=b.pha;d._emscripten_bind_SoftBodyCreationSettings_set_mAllowSleeping_1=
eqa=b.qha;d._emscripten_bind_SoftBodyCreationSettings_get_mFacesDoubleSided_0=fqa=b.rha;d._emscripten_bind_SoftBodyCreationSettings_set_mFacesDoubleSided_1=gqa=b.sha;d._emscripten_bind_SoftBodyCreationSettings___destroy___0=hqa=b.tha;d._emscripten_bind_SoftBodyVertex_get_mPreviousPosition_0=iqa=b.uha;d._emscripten_bind_SoftBodyVertex_set_mPreviousPosition_1=jqa=b.vha;d._emscripten_bind_SoftBodyVertex_get_mPosition_0=kqa=b.wha;d._emscripten_bind_SoftBodyVertex_set_mPosition_1=lqa=b.xha;d._emscripten_bind_SoftBodyVertex_get_mVelocity_0=
mqa=b.yha;d._emscripten_bind_SoftBodyVertex_set_mVelocity_1=nqa=b.zha;d._emscripten_bind_SoftBodyVertex_get_mInvMass_0=oqa=b.Aha;d._emscripten_bind_SoftBodyVertex_set_mInvMass_1=pqa=b.Bha;d._emscripten_bind_SoftBodyVertex___destroy___0=qqa=b.Cha;d._emscripten_bind_SoftBodyVertexTraits_get_mPreviousPositionOffset_0=rqa=b.Dha;d._emscripten_bind_SoftBodyVertexTraits_get_mPositionOffset_0=sqa=b.Eha;d._emscripten_bind_SoftBodyVertexTraits_get_mVelocityOffset_0=tqa=b.Fha;d._emscripten_bind_SoftBodyVertexTraits___destroy___0=
uqa=b.Gha;d._emscripten_bind_ArraySoftBodyVertex_ArraySoftBodyVertex_0=vqa=b.Hha;d._emscripten_bind_ArraySoftBodyVertex_empty_0=wqa=b.Iha;d._emscripten_bind_ArraySoftBodyVertex_size_0=xqa=b.Jha;d._emscripten_bind_ArraySoftBodyVertex_at_1=yqa=b.Kha;d._emscripten_bind_ArraySoftBodyVertex_push_back_1=zqa=b.Lha;d._emscripten_bind_ArraySoftBodyVertex_reserve_1=Aqa=b.Mha;d._emscripten_bind_ArraySoftBodyVertex_resize_1=Bqa=b.Nha;d._emscripten_bind_ArraySoftBodyVertex_clear_0=Cqa=b.Oha;d._emscripten_bind_ArraySoftBodyVertex___destroy___0=
Dqa=b.Pha;d._emscripten_bind_SoftBodyMotionProperties_GetSettings_0=Eqa=b.Qha;d._emscripten_bind_SoftBodyMotionProperties_GetVertices_0=Fqa=b.Rha;d._emscripten_bind_SoftBodyMotionProperties_GetVertex_1=Gqa=b.Sha;d._emscripten_bind_SoftBodyMotionProperties_GetRodRotation_1=Hqa=b.Tha;d._emscripten_bind_SoftBodyMotionProperties_GetRodAngularVelocity_1=Iqa=b.Uha;d._emscripten_bind_SoftBodyMotionProperties_GetMaterials_0=Jqa=b.Vha;d._emscripten_bind_SoftBodyMotionProperties_GetFaces_0=Kqa=b.Wha;d._emscripten_bind_SoftBodyMotionProperties_GetFace_1=
Lqa=b.Xha;d._emscripten_bind_SoftBodyMotionProperties_GetNumIterations_0=Mqa=b.Yha;d._emscripten_bind_SoftBodyMotionProperties_SetNumIterations_1=Nqa=b.Zha;d._emscripten_bind_SoftBodyMotionProperties_GetPressure_0=Oqa=b._ha;d._emscripten_bind_SoftBodyMotionProperties_SetPressure_1=Pqa=b.$ha;d._emscripten_bind_SoftBodyMotionProperties_GetUpdatePosition_0=Qqa=b.aia;d._emscripten_bind_SoftBodyMotionProperties_SetUpdatePosition_1=Rqa=b.bia;d._emscripten_bind_SoftBodyMotionProperties_GetEnableSkinConstraints_0=
Sqa=b.cia;d._emscripten_bind_SoftBodyMotionProperties_SetEnableSkinConstraints_1=Tqa=b.dia;d._emscripten_bind_SoftBodyMotionProperties_GetSkinnedMaxDistanceMultiplier_0=Uqa=b.eia;d._emscripten_bind_SoftBodyMotionProperties_SetSkinnedMaxDistanceMultiplier_1=Vqa=b.fia;d._emscripten_bind_SoftBodyMotionProperties_GetVertexRadius_0=Wqa=b.gia;d._emscripten_bind_SoftBodyMotionProperties_SetVertexRadius_1=Xqa=b.hia;d._emscripten_bind_SoftBodyMotionProperties_GetLocalBounds_0=Yqa=b.iia;d._emscripten_bind_SoftBodyMotionProperties_CustomUpdate_3=
Zqa=b.jia;d._emscripten_bind_SoftBodyMotionProperties_SkinVertices_5=$qa=b.kia;d._emscripten_bind_SoftBodyMotionProperties_GetMotionQuality_0=ara=b.lia;d._emscripten_bind_SoftBodyMotionProperties_GetAllowedDOFs_0=bra=b.mia;d._emscripten_bind_SoftBodyMotionProperties_GetAllowSleeping_0=cra=b.nia;d._emscripten_bind_SoftBodyMotionProperties_GetLinearVelocity_0=dra=b.oia;d._emscripten_bind_SoftBodyMotionProperties_SetLinearVelocity_1=era=b.pia;d._emscripten_bind_SoftBodyMotionProperties_SetLinearVelocityClamped_1=
fra=b.qia;d._emscripten_bind_SoftBodyMotionProperties_GetAngularVelocity_0=gra=b.ria;d._emscripten_bind_SoftBodyMotionProperties_SetAngularVelocity_1=hra=b.sia;d._emscripten_bind_SoftBodyMotionProperties_SetAngularVelocityClamped_1=ira=b.tia;d._emscripten_bind_SoftBodyMotionProperties_MoveKinematic_3=jra=b.uia;d._emscripten_bind_SoftBodyMotionProperties_GetMaxLinearVelocity_0=kra=b.via;d._emscripten_bind_SoftBodyMotionProperties_SetMaxLinearVelocity_1=lra=b.wia;d._emscripten_bind_SoftBodyMotionProperties_GetMaxAngularVelocity_0=
mra=b.xia;d._emscripten_bind_SoftBodyMotionProperties_SetMaxAngularVelocity_1=nra=b.yia;d._emscripten_bind_SoftBodyMotionProperties_ClampLinearVelocity_0=ora=b.zia;d._emscripten_bind_SoftBodyMotionProperties_ClampAngularVelocity_0=pra=b.Aia;d._emscripten_bind_SoftBodyMotionProperties_GetLinearDamping_0=qra=b.Bia;d._emscripten_bind_SoftBodyMotionProperties_SetLinearDamping_1=rra=b.Cia;d._emscripten_bind_SoftBodyMotionProperties_GetAngularDamping_0=sra=b.Dia;d._emscripten_bind_SoftBodyMotionProperties_SetAngularDamping_1=
tra=b.Eia;d._emscripten_bind_SoftBodyMotionProperties_GetGravityFactor_0=ura=b.Fia;d._emscripten_bind_SoftBodyMotionProperties_SetGravityFactor_1=vra=b.Gia;d._emscripten_bind_SoftBodyMotionProperties_SetMassProperties_2=wra=b.Hia;d._emscripten_bind_SoftBodyMotionProperties_GetInverseMass_0=xra=b.Iia;d._emscripten_bind_SoftBodyMotionProperties_GetInverseMassUnchecked_0=yra=b.Jia;d._emscripten_bind_SoftBodyMotionProperties_SetInverseMass_1=zra=b.Kia;d._emscripten_bind_SoftBodyMotionProperties_GetInverseInertiaDiagonal_0=
Ara=b.Lia;d._emscripten_bind_SoftBodyMotionProperties_GetInertiaRotation_0=Bra=b.Mia;d._emscripten_bind_SoftBodyMotionProperties_SetInverseInertia_2=Cra=b.Nia;d._emscripten_bind_SoftBodyMotionProperties_ScaleToMass_1=Dra=b.Oia;d._emscripten_bind_SoftBodyMotionProperties_GetLocalSpaceInverseInertia_0=Era=b.Pia;d._emscripten_bind_SoftBodyMotionProperties_GetInverseInertiaForRotation_1=Fra=b.Qia;d._emscripten_bind_SoftBodyMotionProperties_MultiplyWorldSpaceInverseInertiaByVector_2=Gra=b.Ria;d._emscripten_bind_SoftBodyMotionProperties_GetPointVelocityCOM_1=
Hra=b.Sia;d._emscripten_bind_SoftBodyMotionProperties_GetAccumulatedForce_0=Ira=b.Tia;d._emscripten_bind_SoftBodyMotionProperties_GetAccumulatedTorque_0=Jra=b.Uia;d._emscripten_bind_SoftBodyMotionProperties_ResetForce_0=Kra=b.Via;d._emscripten_bind_SoftBodyMotionProperties_ResetTorque_0=Lra=b.Wia;d._emscripten_bind_SoftBodyMotionProperties_ResetMotion_0=Mra=b.Xia;d._emscripten_bind_SoftBodyMotionProperties_LockTranslation_1=Nra=b.Yia;d._emscripten_bind_SoftBodyMotionProperties_LockAngular_1=Ora=b.Zia;
d._emscripten_bind_SoftBodyMotionProperties_SetNumVelocityStepsOverride_1=Pra=b._ia;d._emscripten_bind_SoftBodyMotionProperties_GetNumVelocityStepsOverride_0=Qra=b.$ia;d._emscripten_bind_SoftBodyMotionProperties_SetNumPositionStepsOverride_1=Rra=b.aja;d._emscripten_bind_SoftBodyMotionProperties_GetNumPositionStepsOverride_0=Sra=b.bja;d._emscripten_bind_SoftBodyMotionProperties___destroy___0=Tra=b.cja;d._emscripten_bind_SoftBodyShape_GetSubShapeIDBits_0=Ura=b.dja;d._emscripten_bind_SoftBodyShape_GetFaceIndex_1=
Vra=b.eja;d._emscripten_bind_SoftBodyShape_GetRefCount_0=Wra=b.fja;d._emscripten_bind_SoftBodyShape_AddRef_0=Xra=b.gja;d._emscripten_bind_SoftBodyShape_Release_0=Yra=b.hja;d._emscripten_bind_SoftBodyShape_GetType_0=Zra=b.ija;d._emscripten_bind_SoftBodyShape_GetSubType_0=$ra=b.jja;d._emscripten_bind_SoftBodyShape_MustBeStatic_0=asa=b.kja;d._emscripten_bind_SoftBodyShape_GetLocalBounds_0=bsa=b.lja;d._emscripten_bind_SoftBodyShape_GetWorldSpaceBounds_2=csa=b.mja;d._emscripten_bind_SoftBodyShape_GetCenterOfMass_0=
dsa=b.nja;d._emscripten_bind_SoftBodyShape_GetUserData_0=esa=b.oja;d._emscripten_bind_SoftBodyShape_SetUserData_1=fsa=b.pja;d._emscripten_bind_SoftBodyShape_GetSubShapeIDBitsRecursive_0=gsa=b.qja;d._emscripten_bind_SoftBodyShape_GetInnerRadius_0=hsa=b.rja;d._emscripten_bind_SoftBodyShape_GetMassProperties_0=isa=b.sja;d._emscripten_bind_SoftBodyShape_GetLeafShape_2=jsa=b.tja;d._emscripten_bind_SoftBodyShape_GetMaterial_1=ksa=b.uja;d._emscripten_bind_SoftBodyShape_GetSurfaceNormal_2=lsa=b.vja;d._emscripten_bind_SoftBodyShape_GetSubShapeUserData_1=
msa=b.wja;d._emscripten_bind_SoftBodyShape_GetSubShapeTransformedShape_5=nsa=b.xja;d._emscripten_bind_SoftBodyShape_GetVolume_0=osa=b.yja;d._emscripten_bind_SoftBodyShape_IsValidScale_1=psa=b.zja;d._emscripten_bind_SoftBodyShape_MakeScaleValid_1=qsa=b.Aja;d._emscripten_bind_SoftBodyShape_ScaleShape_1=rsa=b.Bja;d._emscripten_bind_SoftBodyShape___destroy___0=ssa=b.Cja;d._emscripten_bind_CharacterID_CharacterID_0=tsa=b.Dja;d._emscripten_bind_CharacterID_GetValue_0=usa=b.Eja;d._emscripten_bind_CharacterID_IsInvalid_0=
vsa=b.Fja;d._emscripten_bind_CharacterID_sNextCharacterID_0=wsa=b.Gja;d._emscripten_bind_CharacterID_sSetNextCharacterID_1=xsa=b.Hja;d._emscripten_bind_CharacterID___destroy___0=ysa=b.Ija;d._emscripten_bind_CharacterVirtualSettings_CharacterVirtualSettings_0=zsa=b.Jja;d._emscripten_bind_CharacterVirtualSettings_GetRefCount_0=Asa=b.Kja;d._emscripten_bind_CharacterVirtualSettings_AddRef_0=Bsa=b.Lja;d._emscripten_bind_CharacterVirtualSettings_Release_0=Csa=b.Mja;d._emscripten_bind_CharacterVirtualSettings_get_mID_0=
Dsa=b.Nja;d._emscripten_bind_CharacterVirtualSettings_set_mID_1=Esa=b.Oja;d._emscripten_bind_CharacterVirtualSettings_get_mMass_0=Fsa=b.Pja;d._emscripten_bind_CharacterVirtualSettings_set_mMass_1=Gsa=b.Qja;d._emscripten_bind_CharacterVirtualSettings_get_mMaxStrength_0=Hsa=b.Rja;d._emscripten_bind_CharacterVirtualSettings_set_mMaxStrength_1=Isa=b.Sja;d._emscripten_bind_CharacterVirtualSettings_get_mShapeOffset_0=Jsa=b.Tja;d._emscripten_bind_CharacterVirtualSettings_set_mShapeOffset_1=Ksa=b.Uja;d._emscripten_bind_CharacterVirtualSettings_get_mBackFaceMode_0=
Lsa=b.Vja;d._emscripten_bind_CharacterVirtualSettings_set_mBackFaceMode_1=Msa=b.Wja;d._emscripten_bind_CharacterVirtualSettings_get_mPredictiveContactDistance_0=Nsa=b.Xja;d._emscripten_bind_CharacterVirtualSettings_set_mPredictiveContactDistance_1=Osa=b.Yja;d._emscripten_bind_CharacterVirtualSettings_get_mMaxCollisionIterations_0=Psa=b.Zja;d._emscripten_bind_CharacterVirtualSettings_set_mMaxCollisionIterations_1=Qsa=b._ja;d._emscripten_bind_CharacterVirtualSettings_get_mMaxConstraintIterations_0=
Rsa=b.$ja;d._emscripten_bind_CharacterVirtualSettings_set_mMaxConstraintIterations_1=Ssa=b.aka;d._emscripten_bind_CharacterVirtualSettings_get_mMinTimeRemaining_0=Tsa=b.bka;d._emscripten_bind_CharacterVirtualSettings_set_mMinTimeRemaining_1=Usa=b.cka;d._emscripten_bind_CharacterVirtualSettings_get_mCollisionTolerance_0=Vsa=b.dka;d._emscripten_bind_CharacterVirtualSettings_set_mCollisionTolerance_1=Wsa=b.eka;d._emscripten_bind_CharacterVirtualSettings_get_mCharacterPadding_0=Xsa=b.fka;d._emscripten_bind_CharacterVirtualSettings_set_mCharacterPadding_1=
Ysa=b.gka;d._emscripten_bind_CharacterVirtualSettings_get_mMaxNumHits_0=Zsa=b.hka;d._emscripten_bind_CharacterVirtualSettings_set_mMaxNumHits_1=$sa=b.ika;d._emscripten_bind_CharacterVirtualSettings_get_mHitReductionCosMaxAngle_0=ata=b.jka;d._emscripten_bind_CharacterVirtualSettings_set_mHitReductionCosMaxAngle_1=bta=b.kka;d._emscripten_bind_CharacterVirtualSettings_get_mPenetrationRecoverySpeed_0=cta=b.lka;d._emscripten_bind_CharacterVirtualSettings_set_mPenetrationRecoverySpeed_1=dta=b.mka;d._emscripten_bind_CharacterVirtualSettings_get_mInnerBodyShape_0=
eta=b.nka;d._emscripten_bind_CharacterVirtualSettings_set_mInnerBodyShape_1=fta=b.oka;d._emscripten_bind_CharacterVirtualSettings_get_mInnerBodyIDOverride_0=gta=b.pka;d._emscripten_bind_CharacterVirtualSettings_set_mInnerBodyIDOverride_1=hta=b.qka;d._emscripten_bind_CharacterVirtualSettings_get_mInnerBodyLayer_0=ita=b.rka;d._emscripten_bind_CharacterVirtualSettings_set_mInnerBodyLayer_1=jta=b.ska;d._emscripten_bind_CharacterVirtualSettings_get_mUp_0=kta=b.tka;d._emscripten_bind_CharacterVirtualSettings_set_mUp_1=
lta=b.uka;d._emscripten_bind_CharacterVirtualSettings_get_mSupportingVolume_0=mta=b.vka;d._emscripten_bind_CharacterVirtualSettings_set_mSupportingVolume_1=nta=b.wka;d._emscripten_bind_CharacterVirtualSettings_get_mMaxSlopeAngle_0=ota=b.xka;d._emscripten_bind_CharacterVirtualSettings_set_mMaxSlopeAngle_1=pta=b.yka;d._emscripten_bind_CharacterVirtualSettings_get_mEnhancedInternalEdgeRemoval_0=qta=b.zka;d._emscripten_bind_CharacterVirtualSettings_set_mEnhancedInternalEdgeRemoval_1=rta=b.Aka;d._emscripten_bind_CharacterVirtualSettings_get_mShape_0=
sta=b.Bka;d._emscripten_bind_CharacterVirtualSettings_set_mShape_1=tta=b.Cka;d._emscripten_bind_CharacterVirtualSettings___destroy___0=uta=b.Dka;d._emscripten_bind_CharacterContactSettings_CharacterContactSettings_0=vta=b.Eka;d._emscripten_bind_CharacterContactSettings_get_mCanPushCharacter_0=wta=b.Fka;d._emscripten_bind_CharacterContactSettings_set_mCanPushCharacter_1=xta=b.Gka;d._emscripten_bind_CharacterContactSettings_get_mCanReceiveImpulses_0=yta=b.Hka;d._emscripten_bind_CharacterContactSettings_set_mCanReceiveImpulses_1=
zta=b.Ika;d._emscripten_bind_CharacterContactSettings___destroy___0=Ata=b.Jka;d._emscripten_bind_CharacterContactListenerJS_CharacterContactListenerJS_0=Bta=b.Kka;d._emscripten_bind_CharacterContactListenerJS_OnAdjustBodyVelocity_4=Cta=b.Lka;d._emscripten_bind_CharacterContactListenerJS_OnContactValidate_3=Dta=b.Mka;d._emscripten_bind_CharacterContactListenerJS_OnCharacterContactValidate_3=Eta=b.Nka;d._emscripten_bind_CharacterContactListenerJS_OnContactAdded_6=Fta=b.Oka;d._emscripten_bind_CharacterContactListenerJS_OnContactPersisted_6=
Gta=b.Pka;d._emscripten_bind_CharacterContactListenerJS_OnContactRemoved_3=Hta=b.Qka;d._emscripten_bind_CharacterContactListenerJS_OnCharacterContactAdded_6=Ita=b.Rka;d._emscripten_bind_CharacterContactListenerJS_OnCharacterContactPersisted_6=Jta=b.Ska;d._emscripten_bind_CharacterContactListenerJS_OnCharacterContactRemoved_3=Kta=b.Tka;d._emscripten_bind_CharacterContactListenerJS_OnContactSolve_9=Lta=b.Uka;d._emscripten_bind_CharacterContactListenerJS_OnCharacterContactSolve_9=Mta=b.Vka;d._emscripten_bind_CharacterContactListenerJS___destroy___0=
Nta=b.Wka;d._emscripten_bind_CharacterVsCharacterCollisionSimple_CharacterVsCharacterCollisionSimple_0=Ota=b.Xka;d._emscripten_bind_CharacterVsCharacterCollisionSimple_Add_1=Pta=b.Yka;d._emscripten_bind_CharacterVsCharacterCollisionSimple_Remove_1=Qta=b.Zka;d._emscripten_bind_CharacterVsCharacterCollisionSimple___destroy___0=Rta=b._ka;d._emscripten_bind_ExtendedUpdateSettings_ExtendedUpdateSettings_0=Sta=b.$ka;d._emscripten_bind_ExtendedUpdateSettings_get_mStickToFloorStepDown_0=Tta=b.ala;d._emscripten_bind_ExtendedUpdateSettings_set_mStickToFloorStepDown_1=
Uta=b.bla;d._emscripten_bind_ExtendedUpdateSettings_get_mWalkStairsStepUp_0=Vta=b.cla;d._emscripten_bind_ExtendedUpdateSettings_set_mWalkStairsStepUp_1=Wta=b.dla;d._emscripten_bind_ExtendedUpdateSettings_get_mWalkStairsMinStepForward_0=Xta=b.ela;d._emscripten_bind_ExtendedUpdateSettings_set_mWalkStairsMinStepForward_1=Yta=b.fla;d._emscripten_bind_ExtendedUpdateSettings_get_mWalkStairsStepForwardTest_0=Zta=b.gla;d._emscripten_bind_ExtendedUpdateSettings_set_mWalkStairsStepForwardTest_1=$ta=b.hla;d._emscripten_bind_ExtendedUpdateSettings_get_mWalkStairsCosAngleForwardContact_0=
aua=b.ila;d._emscripten_bind_ExtendedUpdateSettings_set_mWalkStairsCosAngleForwardContact_1=bua=b.jla;d._emscripten_bind_ExtendedUpdateSettings_get_mWalkStairsStepDownExtra_0=cua=b.kla;d._emscripten_bind_ExtendedUpdateSettings_set_mWalkStairsStepDownExtra_1=dua=b.lla;d._emscripten_bind_ExtendedUpdateSettings___destroy___0=eua=b.mla;d._emscripten_bind_CharacterVirtualContact_IsSameBody_1=fua=b.nla;d._emscripten_bind_CharacterVirtualContact_get_mPosition_0=gua=b.ola;d._emscripten_bind_CharacterVirtualContact_set_mPosition_1=
hua=b.pla;d._emscripten_bind_CharacterVirtualContact_get_mLinearVelocity_0=iua=b.qla;d._emscripten_bind_CharacterVirtualContact_set_mLinearVelocity_1=jua=b.rla;d._emscripten_bind_CharacterVirtualContact_get_mContactNormal_0=kua=b.sla;d._emscripten_bind_CharacterVirtualContact_set_mContactNormal_1=lua=b.tla;d._emscripten_bind_CharacterVirtualContact_get_mSurfaceNormal_0=mua=b.ula;d._emscripten_bind_CharacterVirtualContact_set_mSurfaceNormal_1=nua=b.vla;d._emscripten_bind_CharacterVirtualContact_get_mDistance_0=
oua=b.wla;d._emscripten_bind_CharacterVirtualContact_set_mDistance_1=pua=b.xla;d._emscripten_bind_CharacterVirtualContact_get_mFraction_0=qua=b.yla;d._emscripten_bind_CharacterVirtualContact_set_mFraction_1=rua=b.zla;d._emscripten_bind_CharacterVirtualContact_get_mBodyB_0=sua=b.Ala;d._emscripten_bind_CharacterVirtualContact_set_mBodyB_1=tua=b.Bla;d._emscripten_bind_CharacterVirtualContact_get_mCharacterIDB_0=uua=b.Cla;d._emscripten_bind_CharacterVirtualContact_set_mCharacterIDB_1=vua=b.Dla;d._emscripten_bind_CharacterVirtualContact_get_mSubShapeIDB_0=
wua=b.Ela;d._emscripten_bind_CharacterVirtualContact_set_mSubShapeIDB_1=xua=b.Fla;d._emscripten_bind_CharacterVirtualContact_get_mMotionTypeB_0=yua=b.Gla;d._emscripten_bind_CharacterVirtualContact_set_mMotionTypeB_1=zua=b.Hla;d._emscripten_bind_CharacterVirtualContact_get_mIsSensorB_0=Aua=b.Ila;d._emscripten_bind_CharacterVirtualContact_set_mIsSensorB_1=Bua=b.Jla;d._emscripten_bind_CharacterVirtualContact_get_mCharacterB_0=Cua=b.Kla;d._emscripten_bind_CharacterVirtualContact_set_mCharacterB_1=Dua=
b.Lla;d._emscripten_bind_CharacterVirtualContact_get_mUserData_0=Eua=b.Mla;d._emscripten_bind_CharacterVirtualContact_set_mUserData_1=Fua=b.Nla;d._emscripten_bind_CharacterVirtualContact_get_mMaterial_0=Gua=b.Ola;d._emscripten_bind_CharacterVirtualContact_set_mMaterial_1=Hua=b.Pla;d._emscripten_bind_CharacterVirtualContact_get_mHadCollision_0=Iua=b.Qla;d._emscripten_bind_CharacterVirtualContact_set_mHadCollision_1=Jua=b.Rla;d._emscripten_bind_CharacterVirtualContact_get_mWasDiscarded_0=Kua=b.Sla;
d._emscripten_bind_CharacterVirtualContact_set_mWasDiscarded_1=Lua=b.Tla;d._emscripten_bind_CharacterVirtualContact_get_mCanPushCharacter_0=Mua=b.Ula;d._emscripten_bind_CharacterVirtualContact_set_mCanPushCharacter_1=Nua=b.Vla;d._emscripten_bind_CharacterVirtualContact___destroy___0=Oua=b.Wla;d._emscripten_bind_ArrayCharacterVirtualContact_ArrayCharacterVirtualContact_0=Pua=b.Xla;d._emscripten_bind_ArrayCharacterVirtualContact_empty_0=Qua=b.Yla;d._emscripten_bind_ArrayCharacterVirtualContact_size_0=
Rua=b.Zla;d._emscripten_bind_ArrayCharacterVirtualContact_at_1=Sua=b._la;d._emscripten_bind_ArrayCharacterVirtualContact___destroy___0=Tua=b.$la;d._emscripten_bind_TempAllocator___destroy___0=Uua=b.ama;d._emscripten_bind_BroadPhaseLayerFilter_BroadPhaseLayerFilter_0=Vua=b.bma;d._emscripten_bind_BroadPhaseLayerFilter___destroy___0=Wua=b.cma;d._emscripten_bind_ObjectVsBroadPhaseLayerFilterJS_ObjectVsBroadPhaseLayerFilterJS_0=Xua=b.dma;d._emscripten_bind_ObjectVsBroadPhaseLayerFilterJS_ShouldCollide_2=
Yua=b.ema;d._emscripten_bind_ObjectVsBroadPhaseLayerFilterJS___destroy___0=Zua=b.fma;d._emscripten_bind_DefaultBroadPhaseLayerFilter_DefaultBroadPhaseLayerFilter_2=$ua=b.gma;d._emscripten_bind_DefaultBroadPhaseLayerFilter___destroy___0=ava=b.hma;d._emscripten_bind_ObjectLayerFilterJS_ObjectLayerFilterJS_0=bva=b.ima;d._emscripten_bind_ObjectLayerFilterJS_ShouldCollide_1=cva=b.jma;d._emscripten_bind_ObjectLayerFilterJS___destroy___0=dva=b.kma;d._emscripten_bind_ObjectLayerPairFilterJS_ObjectLayerPairFilterJS_0=
eva=b.lma;d._emscripten_bind_ObjectLayerPairFilterJS_ShouldCollide_2=fva=b.mma;d._emscripten_bind_ObjectLayerPairFilterJS___destroy___0=gva=b.nma;d._emscripten_bind_DefaultObjectLayerFilter_DefaultObjectLayerFilter_2=hva=b.oma;d._emscripten_bind_DefaultObjectLayerFilter___destroy___0=iva=b.pma;d._emscripten_bind_SpecifiedObjectLayerFilter_SpecifiedObjectLayerFilter_1=jva=b.qma;d._emscripten_bind_SpecifiedObjectLayerFilter___destroy___0=kva=b.rma;d._emscripten_bind_BodyFilterJS_BodyFilterJS_0=lva=
b.sma;d._emscripten_bind_BodyFilterJS_ShouldCollide_1=mva=b.tma;d._emscripten_bind_BodyFilterJS_ShouldCollideLocked_1=nva=b.uma;d._emscripten_bind_BodyFilterJS___destroy___0=ova=b.vma;d._emscripten_bind_IgnoreSingleBodyFilter_IgnoreSingleBodyFilter_1=pva=b.wma;d._emscripten_bind_IgnoreSingleBodyFilter___destroy___0=qva=b.xma;d._emscripten_bind_IgnoreMultipleBodiesFilter_IgnoreMultipleBodiesFilter_0=rva=b.yma;d._emscripten_bind_IgnoreMultipleBodiesFilter_Clear_0=sva=b.zma;d._emscripten_bind_IgnoreMultipleBodiesFilter_Reserve_1=
tva=b.Ama;d._emscripten_bind_IgnoreMultipleBodiesFilter_IgnoreBody_1=uva=b.Bma;d._emscripten_bind_IgnoreMultipleBodiesFilter___destroy___0=vva=b.Cma;d._emscripten_bind_ShapeFilterJS_ShapeFilterJS_0=wva=b.Dma;d._emscripten_bind_ShapeFilterJS_ShouldCollide_2=xva=b.Ema;d._emscripten_bind_ShapeFilterJS___destroy___0=yva=b.Fma;d._emscripten_bind_ShapeFilterJS2_ShapeFilterJS2_0=zva=b.Gma;d._emscripten_bind_ShapeFilterJS2_ShouldCollide_4=Ava=b.Hma;d._emscripten_bind_ShapeFilterJS2___destroy___0=Bva=b.Ima;
d._emscripten_bind_SimShapeFilterJS_SimShapeFilterJS_0=Cva=b.Jma;d._emscripten_bind_SimShapeFilterJS_ShouldCollide_6=Dva=b.Kma;d._emscripten_bind_SimShapeFilterJS___destroy___0=Eva=b.Lma;d._emscripten_bind_CharacterVirtual_CharacterVirtual_4=Fva=b.Mma;d._emscripten_bind_CharacterVirtual_GetID_0=Gva=b.Nma;d._emscripten_bind_CharacterVirtual_SetListener_1=Hva=b.Oma;d._emscripten_bind_CharacterVirtual_SetCharacterVsCharacterCollision_1=Iva=b.Pma;d._emscripten_bind_CharacterVirtual_GetListener_0=Jva=
b.Qma;d._emscripten_bind_CharacterVirtual_GetLinearVelocity_0=Kva=b.Rma;d._emscripten_bind_CharacterVirtual_SetLinearVelocity_1=Lva=b.Sma;d._emscripten_bind_CharacterVirtual_GetPosition_0=Mva=b.Tma;d._emscripten_bind_CharacterVirtual_SetPosition_1=Nva=b.Uma;d._emscripten_bind_CharacterVirtual_GetRotation_0=Ova=b.Vma;d._emscripten_bind_CharacterVirtual_SetRotation_1=Pva=b.Wma;d._emscripten_bind_CharacterVirtual_GetCenterOfMassPosition_0=Qva=b.Xma;d._emscripten_bind_CharacterVirtual_GetWorldTransform_0=
Rva=b.Yma;d._emscripten_bind_CharacterVirtual_GetCenterOfMassTransform_0=Sva=b.Zma;d._emscripten_bind_CharacterVirtual_GetMass_0=Tva=b._ma;d._emscripten_bind_CharacterVirtual_SetMass_1=Uva=b.$ma;d._emscripten_bind_CharacterVirtual_GetMaxStrength_0=Vva=b.ana;d._emscripten_bind_CharacterVirtual_SetMaxStrength_1=Wva=b.bna;d._emscripten_bind_CharacterVirtual_GetPenetrationRecoverySpeed_0=Xva=b.cna;d._emscripten_bind_CharacterVirtual_SetPenetrationRecoverySpeed_1=Yva=b.dna;d._emscripten_bind_CharacterVirtual_GetCharacterPadding_0=
Zva=b.ena;d._emscripten_bind_CharacterVirtual_GetMaxNumHits_0=$va=b.fna;d._emscripten_bind_CharacterVirtual_SetMaxNumHits_1=awa=b.gna;d._emscripten_bind_CharacterVirtual_GetHitReductionCosMaxAngle_0=bwa=b.hna;d._emscripten_bind_CharacterVirtual_SetHitReductionCosMaxAngle_1=cwa=b.ina;d._emscripten_bind_CharacterVirtual_GetMaxHitsExceeded_0=dwa=b.jna;d._emscripten_bind_CharacterVirtual_GetShapeOffset_0=ewa=b.kna;d._emscripten_bind_CharacterVirtual_SetShapeOffset_1=fwa=b.lna;d._emscripten_bind_CharacterVirtual_GetUserData_0=
gwa=b.mna;d._emscripten_bind_CharacterVirtual_SetUserData_1=hwa=b.nna;d._emscripten_bind_CharacterVirtual_GetInnerBodyID_0=iwa=b.ona;d._emscripten_bind_CharacterVirtual_StartTrackingContactChanges_0=jwa=b.pna;d._emscripten_bind_CharacterVirtual_FinishTrackingContactChanges_0=kwa=b.qna;d._emscripten_bind_CharacterVirtual_CancelVelocityTowardsSteepSlopes_1=lwa=b.rna;d._emscripten_bind_CharacterVirtual_Update_7=mwa=b.sna;d._emscripten_bind_CharacterVirtual_CanWalkStairs_1=nwa=b.tna;d._emscripten_bind_CharacterVirtual_WalkStairs_10=
owa=b.una;d._emscripten_bind_CharacterVirtual_StickToFloor_6=pwa=b.vna;d._emscripten_bind_CharacterVirtual_ExtendedUpdate_8=qwa=b.wna;d._emscripten_bind_CharacterVirtual_RefreshContacts_5=rwa=b.xna;d._emscripten_bind_CharacterVirtual_UpdateGroundVelocity_0=swa=b.yna;d._emscripten_bind_CharacterVirtual_SetShape_7=twa=b.zna;d._emscripten_bind_CharacterVirtual_SetInnerBodyShape_1=uwa=b.Ana;d._emscripten_bind_CharacterVirtual_GetTransformedShape_0=vwa=b.Bna;d._emscripten_bind_CharacterVirtual_HasCollidedWith_1=
wwa=b.Cna;d._emscripten_bind_CharacterVirtual_HasCollidedWithCharacterID_1=xwa=b.Dna;d._emscripten_bind_CharacterVirtual_HasCollidedWithCharacter_1=ywa=b.Ena;d._emscripten_bind_CharacterVirtual_GetActiveContacts_0=zwa=b.Fna;d._emscripten_bind_CharacterVirtual_GetRefCount_0=Awa=b.Gna;d._emscripten_bind_CharacterVirtual_AddRef_0=Bwa=b.Hna;d._emscripten_bind_CharacterVirtual_Release_0=Cwa=b.Ina;d._emscripten_bind_CharacterVirtual_SetMaxSlopeAngle_1=Dwa=b.Jna;d._emscripten_bind_CharacterVirtual_GetCosMaxSlopeAngle_0=
Ewa=b.Kna;d._emscripten_bind_CharacterVirtual_SetUp_1=Fwa=b.Lna;d._emscripten_bind_CharacterVirtual_GetUp_0=Gwa=b.Mna;d._emscripten_bind_CharacterVirtual_GetShape_0=Hwa=b.Nna;d._emscripten_bind_CharacterVirtual_GetGroundState_0=Iwa=b.Ona;d._emscripten_bind_CharacterVirtual_IsSlopeTooSteep_1=Jwa=b.Pna;d._emscripten_bind_CharacterVirtual_IsSupported_0=Kwa=b.Qna;d._emscripten_bind_CharacterVirtual_GetGroundPosition_0=Lwa=b.Rna;d._emscripten_bind_CharacterVirtual_GetGroundNormal_0=Mwa=b.Sna;d._emscripten_bind_CharacterVirtual_GetGroundVelocity_0=
Nwa=b.Tna;d._emscripten_bind_CharacterVirtual_GetGroundMaterial_0=Owa=b.Una;d._emscripten_bind_CharacterVirtual_GetGroundBodyID_0=Pwa=b.Vna;d._emscripten_bind_CharacterVirtual_SaveState_1=Qwa=b.Wna;d._emscripten_bind_CharacterVirtual_RestoreState_1=Rwa=b.Xna;d._emscripten_bind_CharacterVirtual___destroy___0=Swa=b.Yna;d._emscripten_bind_LinearCurve_LinearCurve_0=Twa=b.Zna;d._emscripten_bind_LinearCurve_Clear_0=Uwa=b._na;d._emscripten_bind_LinearCurve_Reserve_1=Vwa=b.$na;d._emscripten_bind_LinearCurve_AddPoint_2=
Wwa=b.aoa;d._emscripten_bind_LinearCurve_Sort_0=Xwa=b.boa;d._emscripten_bind_LinearCurve_GetMinX_0=Ywa=b.coa;d._emscripten_bind_LinearCurve_GetMaxX_0=Zwa=b.doa;d._emscripten_bind_LinearCurve_GetValue_1=$wa=b.eoa;d._emscripten_bind_LinearCurve___destroy___0=axa=b.foa;d._emscripten_bind_ArrayFloat_ArrayFloat_0=bxa=b.goa;d._emscripten_bind_ArrayFloat_empty_0=cxa=b.hoa;d._emscripten_bind_ArrayFloat_size_0=dxa=b.ioa;d._emscripten_bind_ArrayFloat_at_1=exa=b.joa;d._emscripten_bind_ArrayFloat_push_back_1=
fxa=b.koa;d._emscripten_bind_ArrayFloat_reserve_1=gxa=b.loa;d._emscripten_bind_ArrayFloat_resize_1=hxa=b.moa;d._emscripten_bind_ArrayFloat_clear_0=ixa=b.noa;d._emscripten_bind_ArrayFloat_data_0=jxa=b.ooa;d._emscripten_bind_ArrayFloat___destroy___0=kxa=b.poa;d._emscripten_bind_ArrayUint_ArrayUint_0=lxa=b.qoa;d._emscripten_bind_ArrayUint_empty_0=mxa=b.roa;d._emscripten_bind_ArrayUint_size_0=nxa=b.soa;d._emscripten_bind_ArrayUint_at_1=oxa=b.toa;d._emscripten_bind_ArrayUint_push_back_1=pxa=b.uoa;d._emscripten_bind_ArrayUint_reserve_1=
qxa=b.voa;d._emscripten_bind_ArrayUint_resize_1=rxa=b.woa;d._emscripten_bind_ArrayUint_clear_0=sxa=b.xoa;d._emscripten_bind_ArrayUint_data_0=txa=b.yoa;d._emscripten_bind_ArrayUint___destroy___0=uxa=b.zoa;d._emscripten_bind_ArrayUint8_ArrayUint8_0=vxa=b.Aoa;d._emscripten_bind_ArrayUint8_empty_0=wxa=b.Boa;d._emscripten_bind_ArrayUint8_size_0=xxa=b.Coa;d._emscripten_bind_ArrayUint8_at_1=yxa=b.Doa;d._emscripten_bind_ArrayUint8_push_back_1=zxa=b.Eoa;d._emscripten_bind_ArrayUint8_reserve_1=Axa=b.Foa;d._emscripten_bind_ArrayUint8_resize_1=
Bxa=b.Goa;d._emscripten_bind_ArrayUint8_clear_0=Cxa=b.Hoa;d._emscripten_bind_ArrayUint8_data_0=Dxa=b.Ioa;d._emscripten_bind_ArrayUint8___destroy___0=Exa=b.Joa;d._emscripten_bind_ArrayVehicleAntiRollBar_ArrayVehicleAntiRollBar_0=Fxa=b.Koa;d._emscripten_bind_ArrayVehicleAntiRollBar_empty_0=Gxa=b.Loa;d._emscripten_bind_ArrayVehicleAntiRollBar_size_0=Hxa=b.Moa;d._emscripten_bind_ArrayVehicleAntiRollBar_at_1=Ixa=b.Noa;d._emscripten_bind_ArrayVehicleAntiRollBar_push_back_1=Jxa=b.Ooa;d._emscripten_bind_ArrayVehicleAntiRollBar_resize_1=
Kxa=b.Poa;d._emscripten_bind_ArrayVehicleAntiRollBar_clear_0=Lxa=b.Qoa;d._emscripten_bind_ArrayVehicleAntiRollBar___destroy___0=Mxa=b.Roa;d._emscripten_bind_ArrayWheelSettings_ArrayWheelSettings_0=Nxa=b.Soa;d._emscripten_bind_ArrayWheelSettings_empty_0=Oxa=b.Toa;d._emscripten_bind_ArrayWheelSettings_size_0=Pxa=b.Uoa;d._emscripten_bind_ArrayWheelSettings_at_1=Qxa=b.Voa;d._emscripten_bind_ArrayWheelSettings_push_back_1=Rxa=b.Woa;d._emscripten_bind_ArrayWheelSettings_resize_1=Sxa=b.Xoa;d._emscripten_bind_ArrayWheelSettings_clear_0=
Txa=b.Yoa;d._emscripten_bind_ArrayWheelSettings___destroy___0=Uxa=b.Zoa;d._emscripten_bind_ArrayVehicleDifferentialSettings_ArrayVehicleDifferentialSettings_0=Vxa=b._oa;d._emscripten_bind_ArrayVehicleDifferentialSettings_empty_0=Wxa=b.$oa;d._emscripten_bind_ArrayVehicleDifferentialSettings_size_0=Xxa=b.apa;d._emscripten_bind_ArrayVehicleDifferentialSettings_at_1=Yxa=b.bpa;d._emscripten_bind_ArrayVehicleDifferentialSettings_push_back_1=Zxa=b.cpa;d._emscripten_bind_ArrayVehicleDifferentialSettings_resize_1=
$xa=b.dpa;d._emscripten_bind_ArrayVehicleDifferentialSettings_clear_0=aya=b.epa;d._emscripten_bind_ArrayVehicleDifferentialSettings___destroy___0=bya=b.fpa;d._emscripten_bind_VehicleCollisionTesterRay_VehicleCollisionTesterRay_1=cya=b.gpa;d._emscripten_bind_VehicleCollisionTesterRay_VehicleCollisionTesterRay_2=dya=b.hpa;d._emscripten_bind_VehicleCollisionTesterRay_VehicleCollisionTesterRay_3=eya=b.ipa;d._emscripten_bind_VehicleCollisionTesterRay_GetRefCount_0=fya=b.jpa;d._emscripten_bind_VehicleCollisionTesterRay_AddRef_0=
gya=b.kpa;d._emscripten_bind_VehicleCollisionTesterRay_Release_0=hya=b.lpa;d._emscripten_bind_VehicleCollisionTesterRay___destroy___0=iya=b.mpa;d._emscripten_bind_VehicleCollisionTesterCastSphere_VehicleCollisionTesterCastSphere_2=jya=b.npa;d._emscripten_bind_VehicleCollisionTesterCastSphere_VehicleCollisionTesterCastSphere_3=kya=b.opa;d._emscripten_bind_VehicleCollisionTesterCastSphere_VehicleCollisionTesterCastSphere_4=lya=b.ppa;d._emscripten_bind_VehicleCollisionTesterCastSphere_GetRefCount_0=
mya=b.qpa;d._emscripten_bind_VehicleCollisionTesterCastSphere_AddRef_0=nya=b.rpa;d._emscripten_bind_VehicleCollisionTesterCastSphere_Release_0=oya=b.spa;d._emscripten_bind_VehicleCollisionTesterCastSphere___destroy___0=pya=b.tpa;d._emscripten_bind_VehicleCollisionTesterCastCylinder_VehicleCollisionTesterCastCylinder_1=qya=b.upa;d._emscripten_bind_VehicleCollisionTesterCastCylinder_VehicleCollisionTesterCastCylinder_2=rya=b.vpa;d._emscripten_bind_VehicleCollisionTesterCastCylinder_GetRefCount_0=sya=
b.wpa;d._emscripten_bind_VehicleCollisionTesterCastCylinder_AddRef_0=tya=b.xpa;d._emscripten_bind_VehicleCollisionTesterCastCylinder_Release_0=uya=b.ypa;d._emscripten_bind_VehicleCollisionTesterCastCylinder___destroy___0=vya=b.zpa;d._emscripten_bind_VehicleConstraintSettings_VehicleConstraintSettings_0=wya=b.Apa;d._emscripten_bind_VehicleConstraintSettings_GetRefCount_0=xya=b.Bpa;d._emscripten_bind_VehicleConstraintSettings_AddRef_0=yya=b.Cpa;d._emscripten_bind_VehicleConstraintSettings_Release_0=
zya=b.Dpa;d._emscripten_bind_VehicleConstraintSettings_get_mUp_0=Aya=b.Epa;d._emscripten_bind_VehicleConstraintSettings_set_mUp_1=Bya=b.Fpa;d._emscripten_bind_VehicleConstraintSettings_get_mForward_0=Cya=b.Gpa;d._emscripten_bind_VehicleConstraintSettings_set_mForward_1=Dya=b.Hpa;d._emscripten_bind_VehicleConstraintSettings_get_mMaxPitchRollAngle_0=Eya=b.Ipa;d._emscripten_bind_VehicleConstraintSettings_set_mMaxPitchRollAngle_1=Fya=b.Jpa;d._emscripten_bind_VehicleConstraintSettings_get_mWheels_0=Gya=
b.Kpa;d._emscripten_bind_VehicleConstraintSettings_set_mWheels_1=Hya=b.Lpa;d._emscripten_bind_VehicleConstraintSettings_get_mAntiRollBars_0=Iya=b.Mpa;d._emscripten_bind_VehicleConstraintSettings_set_mAntiRollBars_1=Jya=b.Npa;d._emscripten_bind_VehicleConstraintSettings_get_mController_0=Kya=b.Opa;d._emscripten_bind_VehicleConstraintSettings_set_mController_1=Lya=b.Ppa;d._emscripten_bind_VehicleConstraintSettings_get_mEnabled_0=Mya=b.Qpa;d._emscripten_bind_VehicleConstraintSettings_set_mEnabled_1=
Nya=b.Rpa;d._emscripten_bind_VehicleConstraintSettings_get_mNumVelocityStepsOverride_0=Oya=b.Spa;d._emscripten_bind_VehicleConstraintSettings_set_mNumVelocityStepsOverride_1=Pya=b.Tpa;d._emscripten_bind_VehicleConstraintSettings_get_mNumPositionStepsOverride_0=Qya=b.Upa;d._emscripten_bind_VehicleConstraintSettings_set_mNumPositionStepsOverride_1=Rya=b.Vpa;d._emscripten_bind_VehicleConstraintSettings___destroy___0=Sya=b.Wpa;d._emscripten_bind_VehicleConstraint_VehicleConstraint_2=Tya=b.Xpa;d._emscripten_bind_VehicleConstraint_SetMaxPitchRollAngle_1=
Uya=b.Ypa;d._emscripten_bind_VehicleConstraint_GetMaxPitchRollAngle_0=Vya=b.Zpa;d._emscripten_bind_VehicleConstraint_SetVehicleCollisionTester_1=Wya=b._pa;d._emscripten_bind_VehicleConstraint_GetVehicleCollisionTester_0=Xya=b.$pa;d._emscripten_bind_VehicleConstraint_OverrideGravity_1=Yya=b.aqa;d._emscripten_bind_VehicleConstraint_IsGravityOverridden_0=Zya=b.bqa;d._emscripten_bind_VehicleConstraint_GetGravityOverride_0=$ya=b.cqa;d._emscripten_bind_VehicleConstraint_ResetGravityOverride_0=aza=b.dqa;
d._emscripten_bind_VehicleConstraint_GetLocalUp_0=bza=b.eqa;d._emscripten_bind_VehicleConstraint_GetLocalForward_0=cza=b.fqa;d._emscripten_bind_VehicleConstraint_GetWorldUp_0=dza=b.gqa;d._emscripten_bind_VehicleConstraint_GetVehicleBody_0=eza=b.hqa;d._emscripten_bind_VehicleConstraint_GetController_0=fza=b.iqa;d._emscripten_bind_VehicleConstraint_GetWheel_1=gza=b.jqa;d._emscripten_bind_VehicleConstraint_GetWheelLocalTransform_3=hza=b.kqa;d._emscripten_bind_VehicleConstraint_GetWheelWorldTransform_3=
iza=b.lqa;d._emscripten_bind_VehicleConstraint_GetAntiRollBars_0=jza=b.mqa;d._emscripten_bind_VehicleConstraint_SetNumStepsBetweenCollisionTestActive_1=kza=b.nqa;d._emscripten_bind_VehicleConstraint_GetNumStepsBetweenCollisionTestActive_0=lza=b.oqa;d._emscripten_bind_VehicleConstraint_SetNumStepsBetweenCollisionTestInactive_1=mza=b.pqa;d._emscripten_bind_VehicleConstraint_GetNumStepsBetweenCollisionTestInactive_0=nza=b.qqa;d._emscripten_bind_VehicleConstraint_GetRefCount_0=oza=b.rqa;d._emscripten_bind_VehicleConstraint_AddRef_0=
pza=b.sqa;d._emscripten_bind_VehicleConstraint_Release_0=qza=b.tqa;d._emscripten_bind_VehicleConstraint_GetType_0=rza=b.uqa;d._emscripten_bind_VehicleConstraint_GetSubType_0=sza=b.vqa;d._emscripten_bind_VehicleConstraint_GetConstraintPriority_0=tza=b.wqa;d._emscripten_bind_VehicleConstraint_SetConstraintPriority_1=uza=b.xqa;d._emscripten_bind_VehicleConstraint_SetNumVelocityStepsOverride_1=vza=b.yqa;d._emscripten_bind_VehicleConstraint_GetNumVelocityStepsOverride_0=wza=b.zqa;d._emscripten_bind_VehicleConstraint_SetNumPositionStepsOverride_1=
xza=b.Aqa;d._emscripten_bind_VehicleConstraint_GetNumPositionStepsOverride_0=yza=b.Bqa;d._emscripten_bind_VehicleConstraint_SetEnabled_1=zza=b.Cqa;d._emscripten_bind_VehicleConstraint_GetEnabled_0=Aza=b.Dqa;d._emscripten_bind_VehicleConstraint_IsActive_0=Bza=b.Eqa;d._emscripten_bind_VehicleConstraint_GetUserData_0=Cza=b.Fqa;d._emscripten_bind_VehicleConstraint_SetUserData_1=Dza=b.Gqa;d._emscripten_bind_VehicleConstraint_ResetWarmStart_0=Eza=b.Hqa;d._emscripten_bind_VehicleConstraint_SaveState_1=Fza=
b.Iqa;d._emscripten_bind_VehicleConstraint_RestoreState_1=Gza=b.Jqa;d._emscripten_bind_VehicleConstraint___destroy___0=Hza=b.Kqa;d._emscripten_bind_VehicleConstraintStepListener_VehicleConstraintStepListener_1=Iza=b.Lqa;d._emscripten_bind_VehicleConstraintStepListener___destroy___0=Jza=b.Mqa;d._emscripten_bind_VehicleConstraintCallbacksJS_VehicleConstraintCallbacksJS_0=Kza=b.Nqa;d._emscripten_bind_VehicleConstraintCallbacksJS_GetCombinedFriction_5=Lza=b.Oqa;d._emscripten_bind_VehicleConstraintCallbacksJS_OnPreStepCallback_2=
Mza=b.Pqa;d._emscripten_bind_VehicleConstraintCallbacksJS_OnPostCollideCallback_2=Nza=b.Qqa;d._emscripten_bind_VehicleConstraintCallbacksJS_OnPostStepCallback_2=Oza=b.Rqa;d._emscripten_bind_VehicleConstraintCallbacksJS___destroy___0=Pza=b.Sqa;d._emscripten_bind_TireMaxImpulseCallbackResult_get_mLongitudinalImpulse_0=Qza=b.Tqa;d._emscripten_bind_TireMaxImpulseCallbackResult_set_mLongitudinalImpulse_1=Rza=b.Uqa;d._emscripten_bind_TireMaxImpulseCallbackResult_get_mLateralImpulse_0=Sza=b.Vqa;d._emscripten_bind_TireMaxImpulseCallbackResult_set_mLateralImpulse_1=
Tza=b.Wqa;d._emscripten_bind_TireMaxImpulseCallbackResult___destroy___0=Uza=b.Xqa;d._emscripten_bind_WheeledVehicleControllerCallbacksJS_WheeledVehicleControllerCallbacksJS_0=Vza=b.Yqa;d._emscripten_bind_WheeledVehicleControllerCallbacksJS_OnTireMaxImpulseCallback_8=Wza=b.Zqa;d._emscripten_bind_WheeledVehicleControllerCallbacksJS___destroy___0=Xza=b._qa;d._emscripten_bind_VehicleAntiRollBar_VehicleAntiRollBar_0=Yza=b.$qa;d._emscripten_bind_VehicleAntiRollBar_get_mLeftWheel_0=Zza=b.ara;d._emscripten_bind_VehicleAntiRollBar_set_mLeftWheel_1=
$za=b.bra;d._emscripten_bind_VehicleAntiRollBar_get_mRightWheel_0=aAa=b.cra;d._emscripten_bind_VehicleAntiRollBar_set_mRightWheel_1=bAa=b.dra;d._emscripten_bind_VehicleAntiRollBar_get_mStiffness_0=cAa=b.era;d._emscripten_bind_VehicleAntiRollBar_set_mStiffness_1=dAa=b.fra;d._emscripten_bind_VehicleAntiRollBar___destroy___0=eAa=b.gra;d._emscripten_bind_WheelSettingsWV_WheelSettingsWV_0=fAa=b.hra;d._emscripten_bind_WheelSettingsWV_GetRefCount_0=gAa=b.ira;d._emscripten_bind_WheelSettingsWV_AddRef_0=hAa=
b.jra;d._emscripten_bind_WheelSettingsWV_Release_0=iAa=b.kra;d._emscripten_bind_WheelSettingsWV_get_mInertia_0=jAa=b.lra;d._emscripten_bind_WheelSettingsWV_set_mInertia_1=kAa=b.mra;d._emscripten_bind_WheelSettingsWV_get_mAngularDamping_0=lAa=b.nra;d._emscripten_bind_WheelSettingsWV_set_mAngularDamping_1=mAa=b.ora;d._emscripten_bind_WheelSettingsWV_get_mMaxSteerAngle_0=nAa=b.pra;d._emscripten_bind_WheelSettingsWV_set_mMaxSteerAngle_1=oAa=b.qra;d._emscripten_bind_WheelSettingsWV_get_mLongitudinalFriction_0=
pAa=b.rra;d._emscripten_bind_WheelSettingsWV_set_mLongitudinalFriction_1=qAa=b.sra;d._emscripten_bind_WheelSettingsWV_get_mLateralFriction_0=rAa=b.tra;d._emscripten_bind_WheelSettingsWV_set_mLateralFriction_1=sAa=b.ura;d._emscripten_bind_WheelSettingsWV_get_mMaxBrakeTorque_0=tAa=b.vra;d._emscripten_bind_WheelSettingsWV_set_mMaxBrakeTorque_1=uAa=b.wra;d._emscripten_bind_WheelSettingsWV_get_mMaxHandBrakeTorque_0=vAa=b.xra;d._emscripten_bind_WheelSettingsWV_set_mMaxHandBrakeTorque_1=wAa=b.yra;d._emscripten_bind_WheelSettingsWV_get_mPosition_0=
xAa=b.zra;d._emscripten_bind_WheelSettingsWV_set_mPosition_1=yAa=b.Ara;d._emscripten_bind_WheelSettingsWV_get_mSuspensionForcePoint_0=zAa=b.Bra;d._emscripten_bind_WheelSettingsWV_set_mSuspensionForcePoint_1=AAa=b.Cra;d._emscripten_bind_WheelSettingsWV_get_mSuspensionDirection_0=BAa=b.Dra;d._emscripten_bind_WheelSettingsWV_set_mSuspensionDirection_1=CAa=b.Era;d._emscripten_bind_WheelSettingsWV_get_mSteeringAxis_0=DAa=b.Fra;d._emscripten_bind_WheelSettingsWV_set_mSteeringAxis_1=EAa=b.Gra;d._emscripten_bind_WheelSettingsWV_get_mWheelUp_0=
FAa=b.Hra;d._emscripten_bind_WheelSettingsWV_set_mWheelUp_1=GAa=b.Ira;d._emscripten_bind_WheelSettingsWV_get_mWheelForward_0=HAa=b.Jra;d._emscripten_bind_WheelSettingsWV_set_mWheelForward_1=IAa=b.Kra;d._emscripten_bind_WheelSettingsWV_get_mSuspensionSpring_0=JAa=b.Lra;d._emscripten_bind_WheelSettingsWV_set_mSuspensionSpring_1=KAa=b.Mra;d._emscripten_bind_WheelSettingsWV_get_mSuspensionMinLength_0=LAa=b.Nra;d._emscripten_bind_WheelSettingsWV_set_mSuspensionMinLength_1=MAa=b.Ora;d._emscripten_bind_WheelSettingsWV_get_mSuspensionMaxLength_0=
NAa=b.Pra;d._emscripten_bind_WheelSettingsWV_set_mSuspensionMaxLength_1=OAa=b.Qra;d._emscripten_bind_WheelSettingsWV_get_mSuspensionPreloadLength_0=PAa=b.Rra;d._emscripten_bind_WheelSettingsWV_set_mSuspensionPreloadLength_1=QAa=b.Sra;d._emscripten_bind_WheelSettingsWV_get_mRadius_0=RAa=b.Tra;d._emscripten_bind_WheelSettingsWV_set_mRadius_1=SAa=b.Ura;d._emscripten_bind_WheelSettingsWV_get_mWidth_0=TAa=b.Vra;d._emscripten_bind_WheelSettingsWV_set_mWidth_1=UAa=b.Wra;d._emscripten_bind_WheelSettingsWV_get_mEnableSuspensionForcePoint_0=
VAa=b.Xra;d._emscripten_bind_WheelSettingsWV_set_mEnableSuspensionForcePoint_1=WAa=b.Yra;d._emscripten_bind_WheelSettingsWV___destroy___0=XAa=b.Zra;d._emscripten_bind_WheelWV_WheelWV_1=YAa=b._ra;d._emscripten_bind_WheelWV_GetSettings_0=ZAa=b.$ra;d._emscripten_bind_WheelWV_GetAngularVelocity_0=$Aa=b.asa;d._emscripten_bind_WheelWV_SetAngularVelocity_1=aBa=b.bsa;d._emscripten_bind_WheelWV_GetRotationAngle_0=bBa=b.csa;d._emscripten_bind_WheelWV_SetRotationAngle_1=cBa=b.dsa;d._emscripten_bind_WheelWV_GetSteerAngle_0=
dBa=b.esa;d._emscripten_bind_WheelWV_SetSteerAngle_1=eBa=b.fsa;d._emscripten_bind_WheelWV_HasContact_0=fBa=b.gsa;d._emscripten_bind_WheelWV_GetContactBodyID_0=gBa=b.hsa;d._emscripten_bind_WheelWV_GetContactPosition_0=hBa=b.isa;d._emscripten_bind_WheelWV_GetContactPointVelocity_0=iBa=b.jsa;d._emscripten_bind_WheelWV_GetContactNormal_0=jBa=b.ksa;d._emscripten_bind_WheelWV_GetContactLongitudinal_0=kBa=b.lsa;d._emscripten_bind_WheelWV_GetContactLateral_0=lBa=b.msa;d._emscripten_bind_WheelWV_GetSuspensionLength_0=
mBa=b.nsa;d._emscripten_bind_WheelWV_HasHitHardPoint_0=nBa=b.osa;d._emscripten_bind_WheelWV_GetSuspensionLambda_0=oBa=b.psa;d._emscripten_bind_WheelWV_GetLongitudinalLambda_0=pBa=b.qsa;d._emscripten_bind_WheelWV_GetLateralLambda_0=qBa=b.rsa;d._emscripten_bind_WheelWV_get_mLongitudinalSlip_0=rBa=b.ssa;d._emscripten_bind_WheelWV_set_mLongitudinalSlip_1=sBa=b.tsa;d._emscripten_bind_WheelWV_get_mLateralSlip_0=tBa=b.usa;d._emscripten_bind_WheelWV_set_mLateralSlip_1=uBa=b.vsa;d._emscripten_bind_WheelWV_get_mCombinedLongitudinalFriction_0=
vBa=b.wsa;d._emscripten_bind_WheelWV_set_mCombinedLongitudinalFriction_1=wBa=b.xsa;d._emscripten_bind_WheelWV_get_mCombinedLateralFriction_0=xBa=b.ysa;d._emscripten_bind_WheelWV_set_mCombinedLateralFriction_1=yBa=b.zsa;d._emscripten_bind_WheelWV_get_mBrakeImpulse_0=zBa=b.Asa;d._emscripten_bind_WheelWV_set_mBrakeImpulse_1=ABa=b.Bsa;d._emscripten_bind_WheelWV___destroy___0=BBa=b.Csa;d._emscripten_bind_WheelSettingsTV_WheelSettingsTV_0=CBa=b.Dsa;d._emscripten_bind_WheelSettingsTV_GetRefCount_0=DBa=b.Esa;
d._emscripten_bind_WheelSettingsTV_AddRef_0=EBa=b.Fsa;d._emscripten_bind_WheelSettingsTV_Release_0=FBa=b.Gsa;d._emscripten_bind_WheelSettingsTV_get_mLongitudinalFriction_0=GBa=b.Hsa;d._emscripten_bind_WheelSettingsTV_set_mLongitudinalFriction_1=HBa=b.Isa;d._emscripten_bind_WheelSettingsTV_get_mLateralFriction_0=IBa=b.Jsa;d._emscripten_bind_WheelSettingsTV_set_mLateralFriction_1=JBa=b.Ksa;d._emscripten_bind_WheelSettingsTV_get_mPosition_0=KBa=b.Lsa;d._emscripten_bind_WheelSettingsTV_set_mPosition_1=
LBa=b.Msa;d._emscripten_bind_WheelSettingsTV_get_mSuspensionForcePoint_0=MBa=b.Nsa;d._emscripten_bind_WheelSettingsTV_set_mSuspensionForcePoint_1=NBa=b.Osa;d._emscripten_bind_WheelSettingsTV_get_mSuspensionDirection_0=OBa=b.Psa;d._emscripten_bind_WheelSettingsTV_set_mSuspensionDirection_1=PBa=b.Qsa;d._emscripten_bind_WheelSettingsTV_get_mSteeringAxis_0=QBa=b.Rsa;d._emscripten_bind_WheelSettingsTV_set_mSteeringAxis_1=RBa=b.Ssa;d._emscripten_bind_WheelSettingsTV_get_mWheelUp_0=SBa=b.Tsa;d._emscripten_bind_WheelSettingsTV_set_mWheelUp_1=
TBa=b.Usa;d._emscripten_bind_WheelSettingsTV_get_mWheelForward_0=UBa=b.Vsa;d._emscripten_bind_WheelSettingsTV_set_mWheelForward_1=VBa=b.Wsa;d._emscripten_bind_WheelSettingsTV_get_mSuspensionSpring_0=WBa=b.Xsa;d._emscripten_bind_WheelSettingsTV_set_mSuspensionSpring_1=XBa=b.Ysa;d._emscripten_bind_WheelSettingsTV_get_mSuspensionMinLength_0=YBa=b.Zsa;d._emscripten_bind_WheelSettingsTV_set_mSuspensionMinLength_1=ZBa=b._sa;d._emscripten_bind_WheelSettingsTV_get_mSuspensionMaxLength_0=$Ba=b.$sa;d._emscripten_bind_WheelSettingsTV_set_mSuspensionMaxLength_1=
aCa=b.ata;d._emscripten_bind_WheelSettingsTV_get_mSuspensionPreloadLength_0=bCa=b.bta;d._emscripten_bind_WheelSettingsTV_set_mSuspensionPreloadLength_1=cCa=b.cta;d._emscripten_bind_WheelSettingsTV_get_mRadius_0=dCa=b.dta;d._emscripten_bind_WheelSettingsTV_set_mRadius_1=eCa=b.eta;d._emscripten_bind_WheelSettingsTV_get_mWidth_0=fCa=b.fta;d._emscripten_bind_WheelSettingsTV_set_mWidth_1=gCa=b.gta;d._emscripten_bind_WheelSettingsTV_get_mEnableSuspensionForcePoint_0=hCa=b.hta;d._emscripten_bind_WheelSettingsTV_set_mEnableSuspensionForcePoint_1=
iCa=b.ita;d._emscripten_bind_WheelSettingsTV___destroy___0=jCa=b.jta;d._emscripten_bind_WheelTV_WheelTV_1=kCa=b.kta;d._emscripten_bind_WheelTV_GetSettings_0=lCa=b.lta;d._emscripten_bind_WheelTV_GetAngularVelocity_0=mCa=b.mta;d._emscripten_bind_WheelTV_SetAngularVelocity_1=nCa=b.nta;d._emscripten_bind_WheelTV_GetRotationAngle_0=oCa=b.ota;d._emscripten_bind_WheelTV_SetRotationAngle_1=pCa=b.pta;d._emscripten_bind_WheelTV_GetSteerAngle_0=qCa=b.qta;d._emscripten_bind_WheelTV_SetSteerAngle_1=rCa=b.rta;
d._emscripten_bind_WheelTV_HasContact_0=sCa=b.sta;d._emscripten_bind_WheelTV_GetContactBodyID_0=tCa=b.tta;d._emscripten_bind_WheelTV_GetContactPosition_0=uCa=b.uta;d._emscripten_bind_WheelTV_GetContactPointVelocity_0=vCa=b.vta;d._emscripten_bind_WheelTV_GetContactNormal_0=wCa=b.wta;d._emscripten_bind_WheelTV_GetContactLongitudinal_0=xCa=b.xta;d._emscripten_bind_WheelTV_GetContactLateral_0=yCa=b.yta;d._emscripten_bind_WheelTV_GetSuspensionLength_0=zCa=b.zta;d._emscripten_bind_WheelTV_HasHitHardPoint_0=
ACa=b.Ata;d._emscripten_bind_WheelTV_GetSuspensionLambda_0=BCa=b.Bta;d._emscripten_bind_WheelTV_GetLongitudinalLambda_0=CCa=b.Cta;d._emscripten_bind_WheelTV_GetLateralLambda_0=DCa=b.Dta;d._emscripten_bind_WheelTV_get_mTrackIndex_0=ECa=b.Eta;d._emscripten_bind_WheelTV_set_mTrackIndex_1=FCa=b.Fta;d._emscripten_bind_WheelTV_get_mCombinedLongitudinalFriction_0=GCa=b.Gta;d._emscripten_bind_WheelTV_set_mCombinedLongitudinalFriction_1=HCa=b.Hta;d._emscripten_bind_WheelTV_get_mCombinedLateralFriction_0=ICa=
b.Ita;d._emscripten_bind_WheelTV_set_mCombinedLateralFriction_1=JCa=b.Jta;d._emscripten_bind_WheelTV_get_mBrakeImpulse_0=KCa=b.Kta;d._emscripten_bind_WheelTV_set_mBrakeImpulse_1=LCa=b.Lta;d._emscripten_bind_WheelTV___destroy___0=MCa=b.Mta;d._emscripten_bind_VehicleTrack_get_mAngularVelocity_0=NCa=b.Nta;d._emscripten_bind_VehicleTrack_set_mAngularVelocity_1=OCa=b.Ota;d._emscripten_bind_VehicleTrack_get_mDrivenWheel_0=PCa=b.Pta;d._emscripten_bind_VehicleTrack_set_mDrivenWheel_1=QCa=b.Qta;d._emscripten_bind_VehicleTrack_get_mWheels_0=
RCa=b.Rta;d._emscripten_bind_VehicleTrack_set_mWheels_1=SCa=b.Sta;d._emscripten_bind_VehicleTrack_get_mInertia_0=TCa=b.Tta;d._emscripten_bind_VehicleTrack_set_mInertia_1=UCa=b.Uta;d._emscripten_bind_VehicleTrack_get_mAngularDamping_0=VCa=b.Vta;d._emscripten_bind_VehicleTrack_set_mAngularDamping_1=WCa=b.Wta;d._emscripten_bind_VehicleTrack_get_mMaxBrakeTorque_0=XCa=b.Xta;d._emscripten_bind_VehicleTrack_set_mMaxBrakeTorque_1=YCa=b.Yta;d._emscripten_bind_VehicleTrack_get_mDifferentialRatio_0=ZCa=b.Zta;
d._emscripten_bind_VehicleTrack_set_mDifferentialRatio_1=$Ca=b._ta;d._emscripten_bind_VehicleTrack___destroy___0=aDa=b.$ta;d._emscripten_bind_TrackedVehicleControllerSettings_TrackedVehicleControllerSettings_0=bDa=b.aua;d._emscripten_bind_TrackedVehicleControllerSettings_get_mEngine_0=cDa=b.bua;d._emscripten_bind_TrackedVehicleControllerSettings_set_mEngine_1=dDa=b.cua;d._emscripten_bind_TrackedVehicleControllerSettings_get_mTransmission_0=eDa=b.dua;d._emscripten_bind_TrackedVehicleControllerSettings_set_mTransmission_1=
fDa=b.eua;d._emscripten_bind_TrackedVehicleControllerSettings_get_mTracks_1=gDa=b.fua;d._emscripten_bind_TrackedVehicleControllerSettings_set_mTracks_2=hDa=b.gua;d._emscripten_bind_TrackedVehicleControllerSettings___destroy___0=iDa=b.hua;d._emscripten_bind_TrackedVehicleController_TrackedVehicleController_2=jDa=b.iua;d._emscripten_bind_TrackedVehicleController_SetDriverInput_4=kDa=b.jua;d._emscripten_bind_TrackedVehicleController_SetForwardInput_1=lDa=b.kua;d._emscripten_bind_TrackedVehicleController_GetForwardInput_0=
mDa=b.lua;d._emscripten_bind_TrackedVehicleController_SetLeftRatio_1=nDa=b.mua;d._emscripten_bind_TrackedVehicleController_GetLeftRatio_0=oDa=b.nua;d._emscripten_bind_TrackedVehicleController_SetRightRatio_1=pDa=b.oua;d._emscripten_bind_TrackedVehicleController_GetRightRatio_0=qDa=b.pua;d._emscripten_bind_TrackedVehicleController_SetBrakeInput_1=rDa=b.qua;d._emscripten_bind_TrackedVehicleController_GetBrakeInput_0=sDa=b.rua;d._emscripten_bind_TrackedVehicleController_GetEngine_0=tDa=b.sua;d._emscripten_bind_TrackedVehicleController_GetTransmission_0=
uDa=b.tua;d._emscripten_bind_TrackedVehicleController_GetTracks_0=vDa=b.uua;d._emscripten_bind_TrackedVehicleController_GetConstraint_0=wDa=b.vua;d._emscripten_bind_TrackedVehicleController___destroy___0=xDa=b.wua;d._emscripten_bind_VehicleEngine_ClampRPM_0=yDa=b.xua;d._emscripten_bind_VehicleEngine_GetCurrentRPM_0=zDa=b.yua;d._emscripten_bind_VehicleEngine_SetCurrentRPM_1=ADa=b.zua;d._emscripten_bind_VehicleEngine_GetAngularVelocity_0=BDa=b.Aua;d._emscripten_bind_VehicleEngine_GetTorque_1=CDa=b.Bua;
d._emscripten_bind_VehicleEngine_get_mMaxTorque_0=DDa=b.Cua;d._emscripten_bind_VehicleEngine_set_mMaxTorque_1=EDa=b.Dua;d._emscripten_bind_VehicleEngine_get_mMinRPM_0=FDa=b.Eua;d._emscripten_bind_VehicleEngine_set_mMinRPM_1=GDa=b.Fua;d._emscripten_bind_VehicleEngine_get_mMaxRPM_0=HDa=b.Gua;d._emscripten_bind_VehicleEngine_set_mMaxRPM_1=IDa=b.Hua;d._emscripten_bind_VehicleEngine_get_mNormalizedTorque_0=JDa=b.Iua;d._emscripten_bind_VehicleEngine_set_mNormalizedTorque_1=KDa=b.Jua;d._emscripten_bind_VehicleEngine_get_mInertia_0=
LDa=b.Kua;d._emscripten_bind_VehicleEngine_set_mInertia_1=MDa=b.Lua;d._emscripten_bind_VehicleEngine_get_mAngularDamping_0=NDa=b.Mua;d._emscripten_bind_VehicleEngine_set_mAngularDamping_1=ODa=b.Nua;d._emscripten_bind_VehicleEngine___destroy___0=PDa=b.Oua;d._emscripten_bind_VehicleTransmission_Set_2=QDa=b.Pua;d._emscripten_bind_VehicleTransmission_GetCurrentGear_0=RDa=b.Qua;d._emscripten_bind_VehicleTransmission_GetClutchFriction_0=SDa=b.Rua;d._emscripten_bind_VehicleTransmission_IsSwitchingGear_0=
TDa=b.Sua;d._emscripten_bind_VehicleTransmission_GetCurrentRatio_0=UDa=b.Tua;d._emscripten_bind_VehicleTransmission_get_mMode_0=VDa=b.Uua;d._emscripten_bind_VehicleTransmission_set_mMode_1=WDa=b.Vua;d._emscripten_bind_VehicleTransmission_get_mGearRatios_0=XDa=b.Wua;d._emscripten_bind_VehicleTransmission_set_mGearRatios_1=YDa=b.Xua;d._emscripten_bind_VehicleTransmission_get_mReverseGearRatios_0=ZDa=b.Yua;d._emscripten_bind_VehicleTransmission_set_mReverseGearRatios_1=$Da=b.Zua;d._emscripten_bind_VehicleTransmission_get_mSwitchTime_0=
aEa=b._ua;d._emscripten_bind_VehicleTransmission_set_mSwitchTime_1=bEa=b.$ua;d._emscripten_bind_VehicleTransmission_get_mClutchReleaseTime_0=cEa=b.ava;d._emscripten_bind_VehicleTransmission_set_mClutchReleaseTime_1=dEa=b.bva;d._emscripten_bind_VehicleTransmission_get_mSwitchLatency_0=eEa=b.cva;d._emscripten_bind_VehicleTransmission_set_mSwitchLatency_1=fEa=b.dva;d._emscripten_bind_VehicleTransmission_get_mShiftUpRPM_0=gEa=b.eva;d._emscripten_bind_VehicleTransmission_set_mShiftUpRPM_1=hEa=b.fva;d._emscripten_bind_VehicleTransmission_get_mShiftDownRPM_0=
iEa=b.gva;d._emscripten_bind_VehicleTransmission_set_mShiftDownRPM_1=jEa=b.hva;d._emscripten_bind_VehicleTransmission_get_mClutchStrength_0=kEa=b.iva;d._emscripten_bind_VehicleTransmission_set_mClutchStrength_1=lEa=b.jva;d._emscripten_bind_VehicleTransmission___destroy___0=mEa=b.kva;d._emscripten_bind_VehicleDifferentialSettings_VehicleDifferentialSettings_0=nEa=b.lva;d._emscripten_bind_VehicleDifferentialSettings_get_mLeftWheel_0=oEa=b.mva;d._emscripten_bind_VehicleDifferentialSettings_set_mLeftWheel_1=
pEa=b.nva;d._emscripten_bind_VehicleDifferentialSettings_get_mRightWheel_0=qEa=b.ova;d._emscripten_bind_VehicleDifferentialSettings_set_mRightWheel_1=rEa=b.pva;d._emscripten_bind_VehicleDifferentialSettings_get_mDifferentialRatio_0=sEa=b.qva;d._emscripten_bind_VehicleDifferentialSettings_set_mDifferentialRatio_1=tEa=b.rva;d._emscripten_bind_VehicleDifferentialSettings_get_mLeftRightSplit_0=uEa=b.sva;d._emscripten_bind_VehicleDifferentialSettings_set_mLeftRightSplit_1=vEa=b.tva;d._emscripten_bind_VehicleDifferentialSettings_get_mLimitedSlipRatio_0=
wEa=b.uva;d._emscripten_bind_VehicleDifferentialSettings_set_mLimitedSlipRatio_1=xEa=b.vva;d._emscripten_bind_VehicleDifferentialSettings_get_mEngineTorqueRatio_0=yEa=b.wva;d._emscripten_bind_VehicleDifferentialSettings_set_mEngineTorqueRatio_1=zEa=b.xva;d._emscripten_bind_VehicleDifferentialSettings___destroy___0=AEa=b.yva;d._emscripten_bind_MotorcycleControllerSettings_MotorcycleControllerSettings_0=BEa=b.zva;d._emscripten_bind_MotorcycleControllerSettings_get_mMaxLeanAngle_0=CEa=b.Ava;d._emscripten_bind_MotorcycleControllerSettings_set_mMaxLeanAngle_1=
DEa=b.Bva;d._emscripten_bind_MotorcycleControllerSettings_get_mLeanSpringConstant_0=EEa=b.Cva;d._emscripten_bind_MotorcycleControllerSettings_set_mLeanSpringConstant_1=FEa=b.Dva;d._emscripten_bind_MotorcycleControllerSettings_get_mLeanSpringDamping_0=GEa=b.Eva;d._emscripten_bind_MotorcycleControllerSettings_set_mLeanSpringDamping_1=HEa=b.Fva;d._emscripten_bind_MotorcycleControllerSettings_get_mLeanSpringIntegrationCoefficient_0=IEa=b.Gva;d._emscripten_bind_MotorcycleControllerSettings_set_mLeanSpringIntegrationCoefficient_1=
JEa=b.Hva;d._emscripten_bind_MotorcycleControllerSettings_get_mLeanSpringIntegrationCoefficientDecay_0=KEa=b.Iva;d._emscripten_bind_MotorcycleControllerSettings_set_mLeanSpringIntegrationCoefficientDecay_1=LEa=b.Jva;d._emscripten_bind_MotorcycleControllerSettings_get_mLeanSmoothingFactor_0=MEa=b.Kva;d._emscripten_bind_MotorcycleControllerSettings_set_mLeanSmoothingFactor_1=NEa=b.Lva;d._emscripten_bind_MotorcycleControllerSettings_get_mEngine_0=OEa=b.Mva;d._emscripten_bind_MotorcycleControllerSettings_set_mEngine_1=
PEa=b.Nva;d._emscripten_bind_MotorcycleControllerSettings_get_mTransmission_0=QEa=b.Ova;d._emscripten_bind_MotorcycleControllerSettings_set_mTransmission_1=REa=b.Pva;d._emscripten_bind_MotorcycleControllerSettings_get_mDifferentials_0=SEa=b.Qva;d._emscripten_bind_MotorcycleControllerSettings_set_mDifferentials_1=TEa=b.Rva;d._emscripten_bind_MotorcycleControllerSettings_get_mDifferentialLimitedSlipRatio_0=UEa=b.Sva;d._emscripten_bind_MotorcycleControllerSettings_set_mDifferentialLimitedSlipRatio_1=
VEa=b.Tva;d._emscripten_bind_MotorcycleControllerSettings___destroy___0=WEa=b.Uva;d._emscripten_bind_MotorcycleController_MotorcycleController_2=XEa=b.Vva;d._emscripten_bind_MotorcycleController_GetWheelBase_0=YEa=b.Wva;d._emscripten_bind_MotorcycleController_EnableLeanController_1=ZEa=b.Xva;d._emscripten_bind_MotorcycleController_IsLeanControllerEnabled_0=$Ea=b.Yva;d._emscripten_bind_MotorcycleController_GetConstraint_0=aFa=b.Zva;d._emscripten_bind_MotorcycleController_SetDriverInput_4=bFa=b._va;
d._emscripten_bind_MotorcycleController_SetForwardInput_1=cFa=b.$va;d._emscripten_bind_MotorcycleController_GetForwardInput_0=dFa=b.awa;d._emscripten_bind_MotorcycleController_SetRightInput_1=eFa=b.bwa;d._emscripten_bind_MotorcycleController_GetRightInput_0=fFa=b.cwa;d._emscripten_bind_MotorcycleController_SetBrakeInput_1=gFa=b.dwa;d._emscripten_bind_MotorcycleController_GetBrakeInput_0=hFa=b.ewa;d._emscripten_bind_MotorcycleController_SetHandBrakeInput_1=iFa=b.fwa;d._emscripten_bind_MotorcycleController_GetHandBrakeInput_0=
jFa=b.gwa;d._emscripten_bind_MotorcycleController_GetEngine_0=kFa=b.hwa;d._emscripten_bind_MotorcycleController_GetTransmission_0=lFa=b.iwa;d._emscripten_bind_MotorcycleController_GetDifferentials_0=mFa=b.jwa;d._emscripten_bind_MotorcycleController_GetDifferentialLimitedSlipRatio_0=nFa=b.kwa;d._emscripten_bind_MotorcycleController_SetDifferentialLimitedSlipRatio_1=oFa=b.lwa;d._emscripten_bind_MotorcycleController_GetWheelSpeedAtClutch_0=pFa=b.mwa;d._emscripten_bind_MotorcycleController___destroy___0=
qFa=b.nwa;d._emscripten_bind_Skeleton_Skeleton_0=rFa=b.owa;d._emscripten_bind_Skeleton_AddJoint_2=sFa=b.pwa;d._emscripten_bind_Skeleton_GetJointCount_0=tFa=b.qwa;d._emscripten_bind_Skeleton_AreJointsCorrectlyOrdered_0=uFa=b.rwa;d._emscripten_bind_Skeleton_CalculateParentJointIndices_0=vFa=b.swa;d._emscripten_bind_Skeleton___destroy___0=wFa=b.twa;d._emscripten_bind_SkeletalAnimationKeyframe_SkeletalAnimationKeyframe_0=xFa=b.uwa;d._emscripten_bind_SkeletalAnimationKeyframe_FromMatrix_1=yFa=b.vwa;d._emscripten_bind_SkeletalAnimationKeyframe_ToMatrix_0=
zFa=b.wwa;d._emscripten_bind_SkeletalAnimationKeyframe_get_mTime_0=AFa=b.xwa;d._emscripten_bind_SkeletalAnimationKeyframe_set_mTime_1=BFa=b.ywa;d._emscripten_bind_SkeletalAnimationKeyframe_get_mTranslation_0=CFa=b.zwa;d._emscripten_bind_SkeletalAnimationKeyframe_set_mTranslation_1=DFa=b.Awa;d._emscripten_bind_SkeletalAnimationKeyframe_get_mRotation_0=EFa=b.Bwa;d._emscripten_bind_SkeletalAnimationKeyframe_set_mRotation_1=FFa=b.Cwa;d._emscripten_bind_SkeletalAnimationKeyframe___destroy___0=GFa=b.Dwa;
d._emscripten_bind_ArraySkeletonKeyframe_ArraySkeletonKeyframe_0=HFa=b.Ewa;d._emscripten_bind_ArraySkeletonKeyframe_empty_0=IFa=b.Fwa;d._emscripten_bind_ArraySkeletonKeyframe_size_0=JFa=b.Gwa;d._emscripten_bind_ArraySkeletonKeyframe_at_1=KFa=b.Hwa;d._emscripten_bind_ArraySkeletonKeyframe_push_back_1=LFa=b.Iwa;d._emscripten_bind_ArraySkeletonKeyframe_reserve_1=MFa=b.Jwa;d._emscripten_bind_ArraySkeletonKeyframe_resize_1=NFa=b.Kwa;d._emscripten_bind_ArraySkeletonKeyframe_clear_0=OFa=b.Lwa;d._emscripten_bind_ArraySkeletonKeyframe___destroy___0=
PFa=b.Mwa;d._emscripten_bind_SkeletalAnimationAnimatedJoint_SkeletalAnimationAnimatedJoint_0=QFa=b.Nwa;d._emscripten_bind_SkeletalAnimationAnimatedJoint_get_mJointName_0=RFa=b.Owa;d._emscripten_bind_SkeletalAnimationAnimatedJoint_set_mJointName_1=SFa=b.Pwa;d._emscripten_bind_SkeletalAnimationAnimatedJoint_get_mKeyframes_0=TFa=b.Qwa;d._emscripten_bind_SkeletalAnimationAnimatedJoint_set_mKeyframes_1=UFa=b.Rwa;d._emscripten_bind_SkeletalAnimationAnimatedJoint___destroy___0=VFa=b.Swa;d._emscripten_bind_ArraySkeletonAnimatedJoint_ArraySkeletonAnimatedJoint_0=
WFa=b.Twa;d._emscripten_bind_ArraySkeletonAnimatedJoint_empty_0=XFa=b.Uwa;d._emscripten_bind_ArraySkeletonAnimatedJoint_size_0=YFa=b.Vwa;d._emscripten_bind_ArraySkeletonAnimatedJoint_at_1=ZFa=b.Wwa;d._emscripten_bind_ArraySkeletonAnimatedJoint_push_back_1=$Fa=b.Xwa;d._emscripten_bind_ArraySkeletonAnimatedJoint_reserve_1=aGa=b.Ywa;d._emscripten_bind_ArraySkeletonAnimatedJoint_resize_1=bGa=b.Zwa;d._emscripten_bind_ArraySkeletonAnimatedJoint_clear_0=cGa=b._wa;d._emscripten_bind_ArraySkeletonAnimatedJoint___destroy___0=
dGa=b.$wa;d._emscripten_bind_SkeletalAnimation_SkeletalAnimation_0=eGa=b.axa;d._emscripten_bind_SkeletalAnimation_SetIsLooping_1=fGa=b.bxa;d._emscripten_bind_SkeletalAnimation_IsLooping_0=gGa=b.cxa;d._emscripten_bind_SkeletalAnimation_GetDuration_0=hGa=b.dxa;d._emscripten_bind_SkeletalAnimation_ScaleJoints_1=iGa=b.exa;d._emscripten_bind_SkeletalAnimation_Sample_2=jGa=b.fxa;d._emscripten_bind_SkeletalAnimation_GetAnimatedJoints_0=kGa=b.gxa;d._emscripten_bind_SkeletalAnimation___destroy___0=lGa=b.hxa;
d._emscripten_bind_SkeletonPose_SkeletonPose_0=mGa=b.ixa;d._emscripten_bind_SkeletonPose_SetSkeleton_1=nGa=b.jxa;d._emscripten_bind_SkeletonPose_GetSkeleton_0=oGa=b.kxa;d._emscripten_bind_SkeletonPose_SetRootOffset_1=pGa=b.lxa;d._emscripten_bind_SkeletonPose_GetRootOffset_0=qGa=b.mxa;d._emscripten_bind_SkeletonPose_GetJointCount_0=rGa=b.nxa;d._emscripten_bind_SkeletonPose_GetJoint_1=sGa=b.oxa;d._emscripten_bind_SkeletonPose_GetJointMatrices_0=tGa=b.pxa;d._emscripten_bind_SkeletonPose_GetJointMatrix_1=
uGa=b.qxa;d._emscripten_bind_SkeletonPose_CalculateJointMatrices_0=vGa=b.rxa;d._emscripten_bind_SkeletonPose_CalculateJointStates_0=wGa=b.sxa;d._emscripten_bind_SkeletonPose___destroy___0=xGa=b.txa;d._emscripten_bind_RagdollPart_GetShapeSettings_0=yGa=b.uxa;d._emscripten_bind_RagdollPart_SetShapeSettings_1=zGa=b.vxa;d._emscripten_bind_RagdollPart_ConvertShapeSettings_0=AGa=b.wxa;d._emscripten_bind_RagdollPart_GetShape_0=BGa=b.xxa;d._emscripten_bind_RagdollPart_SetShape_1=CGa=b.yxa;d._emscripten_bind_RagdollPart_HasMassProperties_0=
DGa=b.zxa;d._emscripten_bind_RagdollPart_GetMassProperties_0=EGa=b.Axa;d._emscripten_bind_RagdollPart_get_mToParent_0=FGa=b.Bxa;d._emscripten_bind_RagdollPart_set_mToParent_1=GGa=b.Cxa;d._emscripten_bind_RagdollPart_get_mPosition_0=HGa=b.Dxa;d._emscripten_bind_RagdollPart_set_mPosition_1=IGa=b.Exa;d._emscripten_bind_RagdollPart_get_mRotation_0=JGa=b.Fxa;d._emscripten_bind_RagdollPart_set_mRotation_1=KGa=b.Gxa;d._emscripten_bind_RagdollPart_get_mLinearVelocity_0=LGa=b.Hxa;d._emscripten_bind_RagdollPart_set_mLinearVelocity_1=
MGa=b.Ixa;d._emscripten_bind_RagdollPart_get_mAngularVelocity_0=NGa=b.Jxa;d._emscripten_bind_RagdollPart_set_mAngularVelocity_1=OGa=b.Kxa;d._emscripten_bind_RagdollPart_get_mUserData_0=PGa=b.Lxa;d._emscripten_bind_RagdollPart_set_mUserData_1=QGa=b.Mxa;d._emscripten_bind_RagdollPart_get_mObjectLayer_0=RGa=b.Nxa;d._emscripten_bind_RagdollPart_set_mObjectLayer_1=SGa=b.Oxa;d._emscripten_bind_RagdollPart_get_mCollisionGroup_0=TGa=b.Pxa;d._emscripten_bind_RagdollPart_set_mCollisionGroup_1=UGa=b.Qxa;d._emscripten_bind_RagdollPart_get_mMotionType_0=
VGa=b.Rxa;d._emscripten_bind_RagdollPart_set_mMotionType_1=WGa=b.Sxa;d._emscripten_bind_RagdollPart_get_mAllowedDOFs_0=XGa=b.Txa;d._emscripten_bind_RagdollPart_set_mAllowedDOFs_1=YGa=b.Uxa;d._emscripten_bind_RagdollPart_get_mAllowDynamicOrKinematic_0=ZGa=b.Vxa;d._emscripten_bind_RagdollPart_set_mAllowDynamicOrKinematic_1=$Ga=b.Wxa;d._emscripten_bind_RagdollPart_get_mIsSensor_0=aHa=b.Xxa;d._emscripten_bind_RagdollPart_set_mIsSensor_1=bHa=b.Yxa;d._emscripten_bind_RagdollPart_get_mUseManifoldReduction_0=
cHa=b.Zxa;d._emscripten_bind_RagdollPart_set_mUseManifoldReduction_1=dHa=b._xa;d._emscripten_bind_RagdollPart_get_mCollideKinematicVsNonDynamic_0=eHa=b.$xa;d._emscripten_bind_RagdollPart_set_mCollideKinematicVsNonDynamic_1=fHa=b.aya;d._emscripten_bind_RagdollPart_get_mApplyGyroscopicForce_0=gHa=b.bya;d._emscripten_bind_RagdollPart_set_mApplyGyroscopicForce_1=hHa=b.cya;d._emscripten_bind_RagdollPart_get_mMotionQuality_0=iHa=b.dya;d._emscripten_bind_RagdollPart_set_mMotionQuality_1=jHa=b.eya;d._emscripten_bind_RagdollPart_get_mEnhancedInternalEdgeRemoval_0=
kHa=b.fya;d._emscripten_bind_RagdollPart_set_mEnhancedInternalEdgeRemoval_1=lHa=b.gya;d._emscripten_bind_RagdollPart_get_mAllowSleeping_0=mHa=b.hya;d._emscripten_bind_RagdollPart_set_mAllowSleeping_1=nHa=b.iya;d._emscripten_bind_RagdollPart_get_mFriction_0=oHa=b.jya;d._emscripten_bind_RagdollPart_set_mFriction_1=pHa=b.kya;d._emscripten_bind_RagdollPart_get_mRestitution_0=qHa=b.lya;d._emscripten_bind_RagdollPart_set_mRestitution_1=rHa=b.mya;d._emscripten_bind_RagdollPart_get_mLinearDamping_0=sHa=b.nya;
d._emscripten_bind_RagdollPart_set_mLinearDamping_1=tHa=b.oya;d._emscripten_bind_RagdollPart_get_mAngularDamping_0=uHa=b.pya;d._emscripten_bind_RagdollPart_set_mAngularDamping_1=vHa=b.qya;d._emscripten_bind_RagdollPart_get_mMaxLinearVelocity_0=wHa=b.rya;d._emscripten_bind_RagdollPart_set_mMaxLinearVelocity_1=xHa=b.sya;d._emscripten_bind_RagdollPart_get_mMaxAngularVelocity_0=yHa=b.tya;d._emscripten_bind_RagdollPart_set_mMaxAngularVelocity_1=zHa=b.uya;d._emscripten_bind_RagdollPart_get_mGravityFactor_0=
AHa=b.vya;d._emscripten_bind_RagdollPart_set_mGravityFactor_1=BHa=b.wya;d._emscripten_bind_RagdollPart_get_mNumVelocityStepsOverride_0=CHa=b.xya;d._emscripten_bind_RagdollPart_set_mNumVelocityStepsOverride_1=DHa=b.yya;d._emscripten_bind_RagdollPart_get_mNumPositionStepsOverride_0=EHa=b.zya;d._emscripten_bind_RagdollPart_set_mNumPositionStepsOverride_1=FHa=b.Aya;d._emscripten_bind_RagdollPart_get_mOverrideMassProperties_0=GHa=b.Bya;d._emscripten_bind_RagdollPart_set_mOverrideMassProperties_1=HHa=b.Cya;
d._emscripten_bind_RagdollPart_get_mInertiaMultiplier_0=IHa=b.Dya;d._emscripten_bind_RagdollPart_set_mInertiaMultiplier_1=JHa=b.Eya;d._emscripten_bind_RagdollPart_get_mMassPropertiesOverride_0=KHa=b.Fya;d._emscripten_bind_RagdollPart_set_mMassPropertiesOverride_1=LHa=b.Gya;d._emscripten_bind_RagdollPart___destroy___0=MHa=b.Hya;d._emscripten_bind_ArrayRagdollPart_ArrayRagdollPart_0=NHa=b.Iya;d._emscripten_bind_ArrayRagdollPart_empty_0=OHa=b.Jya;d._emscripten_bind_ArrayRagdollPart_size_0=PHa=b.Kya;
d._emscripten_bind_ArrayRagdollPart_at_1=QHa=b.Lya;d._emscripten_bind_ArrayRagdollPart_push_back_1=RHa=b.Mya;d._emscripten_bind_ArrayRagdollPart_reserve_1=SHa=b.Nya;d._emscripten_bind_ArrayRagdollPart_resize_1=THa=b.Oya;d._emscripten_bind_ArrayRagdollPart_clear_0=UHa=b.Pya;d._emscripten_bind_ArrayRagdollPart___destroy___0=VHa=b.Qya;d._emscripten_bind_RagdollAdditionalConstraint_get_mBodyIdx_1=WHa=b.Rya;d._emscripten_bind_RagdollAdditionalConstraint_set_mBodyIdx_2=XHa=b.Sya;d._emscripten_bind_RagdollAdditionalConstraint_get_mConstraint_0=
YHa=b.Tya;d._emscripten_bind_RagdollAdditionalConstraint_set_mConstraint_1=ZHa=b.Uya;d._emscripten_bind_RagdollAdditionalConstraint___destroy___0=$Ha=b.Vya;d._emscripten_bind_ArrayRagdollAdditionalConstraint_ArrayRagdollAdditionalConstraint_0=aIa=b.Wya;d._emscripten_bind_ArrayRagdollAdditionalConstraint_empty_0=bIa=b.Xya;d._emscripten_bind_ArrayRagdollAdditionalConstraint_size_0=cIa=b.Yya;d._emscripten_bind_ArrayRagdollAdditionalConstraint_at_1=dIa=b.Zya;d._emscripten_bind_ArrayRagdollAdditionalConstraint_push_back_1=
eIa=b._ya;d._emscripten_bind_ArrayRagdollAdditionalConstraint_reserve_1=fIa=b.$ya;d._emscripten_bind_ArrayRagdollAdditionalConstraint_resize_1=gIa=b.aza;d._emscripten_bind_ArrayRagdollAdditionalConstraint_clear_0=hIa=b.bza;d._emscripten_bind_ArrayRagdollAdditionalConstraint___destroy___0=iIa=b.cza;d._emscripten_bind_RagdollSettings_RagdollSettings_0=jIa=b.dza;d._emscripten_bind_RagdollSettings_Stabilize_0=kIa=b.eza;d._emscripten_bind_RagdollSettings_CreateRagdoll_3=lIa=b.fza;d._emscripten_bind_RagdollSettings_GetSkeleton_0=
mIa=b.gza;d._emscripten_bind_RagdollSettings_DisableParentChildCollisions_0=nIa=b.hza;d._emscripten_bind_RagdollSettings_DisableParentChildCollisions_1=oIa=b.iza;d._emscripten_bind_RagdollSettings_DisableParentChildCollisions_2=pIa=b.jza;d._emscripten_bind_RagdollSettings_CalculateBodyIndexToConstraintIndex_0=qIa=b.kza;d._emscripten_bind_RagdollSettings_CalculateConstraintIndexToBodyIdxPair_0=rIa=b.lza;d._emscripten_bind_RagdollSettings_get_mSkeleton_0=sIa=b.mza;d._emscripten_bind_RagdollSettings_set_mSkeleton_1=
tIa=b.nza;d._emscripten_bind_RagdollSettings_get_mParts_0=uIa=b.oza;d._emscripten_bind_RagdollSettings_set_mParts_1=vIa=b.pza;d._emscripten_bind_RagdollSettings_get_mAdditionalConstraints_0=wIa=b.qza;d._emscripten_bind_RagdollSettings_set_mAdditionalConstraints_1=xIa=b.rza;d._emscripten_bind_RagdollSettings___destroy___0=yIa=b.sza;d._emscripten_bind_Ragdoll_Ragdoll_1=zIa=b.tza;d._emscripten_bind_Ragdoll_AddToPhysicsSystem_1=AIa=b.uza;d._emscripten_bind_Ragdoll_AddToPhysicsSystem_2=BIa=b.vza;d._emscripten_bind_Ragdoll_RemoveFromPhysicsSystem_0=
CIa=b.wza;d._emscripten_bind_Ragdoll_RemoveFromPhysicsSystem_1=DIa=b.xza;d._emscripten_bind_Ragdoll_Activate_0=EIa=b.yza;d._emscripten_bind_Ragdoll_Activate_1=FIa=b.zza;d._emscripten_bind_Ragdoll_IsActive_0=GIa=b.Aza;d._emscripten_bind_Ragdoll_IsActive_1=HIa=b.Bza;d._emscripten_bind_Ragdoll_SetGroupID_1=IIa=b.Cza;d._emscripten_bind_Ragdoll_SetGroupID_2=JIa=b.Dza;d._emscripten_bind_Ragdoll_SetPose_1=KIa=b.Eza;d._emscripten_bind_Ragdoll_SetPose_2=LIa=b.Fza;d._emscripten_bind_Ragdoll_GetPose_1=MIa=b.Gza;
d._emscripten_bind_Ragdoll_GetPose_2=NIa=b.Hza;d._emscripten_bind_Ragdoll_ResetWarmStart_0=OIa=b.Iza;d._emscripten_bind_Ragdoll_DriveToPoseUsingKinematics_2=PIa=b.Jza;d._emscripten_bind_Ragdoll_DriveToPoseUsingKinematics_3=QIa=b.Kza;d._emscripten_bind_Ragdoll_DriveToPoseUsingMotors_1=RIa=b.Lza;d._emscripten_bind_Ragdoll_SetLinearAndAngularVelocity_2=SIa=b.Mza;d._emscripten_bind_Ragdoll_SetLinearAndAngularVelocity_3=TIa=b.Nza;d._emscripten_bind_Ragdoll_SetLinearVelocity_1=UIa=b.Oza;d._emscripten_bind_Ragdoll_SetLinearVelocity_2=
VIa=b.Pza;d._emscripten_bind_Ragdoll_AddLinearVelocity_1=WIa=b.Qza;d._emscripten_bind_Ragdoll_AddLinearVelocity_2=XIa=b.Rza;d._emscripten_bind_Ragdoll_AddImpulse_1=YIa=b.Sza;d._emscripten_bind_Ragdoll_AddImpulse_2=ZIa=b.Tza;d._emscripten_bind_Ragdoll_GetRootTransform_2=$Ia=b.Uza;d._emscripten_bind_Ragdoll_GetRootTransform_3=aJa=b.Vza;d._emscripten_bind_Ragdoll_GetBodyCount_0=bJa=b.Wza;d._emscripten_bind_Ragdoll_GetBodyID_1=cJa=b.Xza;d._emscripten_bind_Ragdoll_GetBodyIDs_0=dJa=b.Yza;d._emscripten_bind_Ragdoll_GetConstraintCount_0=
eJa=b.Zza;d._emscripten_bind_Ragdoll_GetWorldSpaceBounds_0=fJa=b._za;d._emscripten_bind_Ragdoll_GetWorldSpaceBounds_1=gJa=b.$za;d._emscripten_bind_Ragdoll_GetConstraint_1=hJa=b.aAa;d._emscripten_bind_Ragdoll_GetRagdollSettings_0=iJa=b.bAa;d._emscripten_bind_Ragdoll___destroy___0=jJa=b.cAa;d._emscripten_bind_BroadPhaseLayer_BroadPhaseLayer_1=kJa=b.dAa;d._emscripten_bind_BroadPhaseLayer_GetValue_0=lJa=b.eAa;d._emscripten_bind_BroadPhaseLayer___destroy___0=mJa=b.fAa;d._emscripten_bind_BroadPhaseLayerInterfaceJS_BroadPhaseLayerInterfaceJS_0=
nJa=b.gAa;d._emscripten_bind_BroadPhaseLayerInterfaceJS_GetNumBroadPhaseLayers_0=oJa=b.hAa;d._emscripten_bind_BroadPhaseLayerInterfaceJS_GetBPLayer_1=pJa=b.iAa;d._emscripten_bind_BroadPhaseLayerInterfaceJS___destroy___0=qJa=b.jAa;d._emscripten_bind_BroadPhaseLayerInterfaceTable_BroadPhaseLayerInterfaceTable_2=rJa=b.kAa;d._emscripten_bind_BroadPhaseLayerInterfaceTable_MapObjectToBroadPhaseLayer_2=sJa=b.lAa;d._emscripten_bind_BroadPhaseLayerInterfaceTable_GetNumBroadPhaseLayers_0=tJa=b.mAa;d._emscripten_bind_BroadPhaseLayerInterfaceTable___destroy___0=
uJa=b.nAa;d._emscripten_bind_ObjectVsBroadPhaseLayerFilterTable_ObjectVsBroadPhaseLayerFilterTable_4=vJa=b.oAa;d._emscripten_bind_ObjectVsBroadPhaseLayerFilterTable___destroy___0=wJa=b.pAa;d._emscripten_bind_ObjectLayerPairFilterTable_ObjectLayerPairFilterTable_1=xJa=b.qAa;d._emscripten_bind_ObjectLayerPairFilterTable_GetNumObjectLayers_0=yJa=b.rAa;d._emscripten_bind_ObjectLayerPairFilterTable_DisableCollision_2=zJa=b.sAa;d._emscripten_bind_ObjectLayerPairFilterTable_EnableCollision_2=AJa=b.tAa;d._emscripten_bind_ObjectLayerPairFilterTable_ShouldCollide_2=
BJa=b.uAa;d._emscripten_bind_ObjectLayerPairFilterTable___destroy___0=CJa=b.vAa;d._emscripten_bind_BroadPhaseLayerInterfaceMask_BroadPhaseLayerInterfaceMask_1=DJa=b.wAa;d._emscripten_bind_BroadPhaseLayerInterfaceMask_ConfigureLayer_3=EJa=b.xAa;d._emscripten_bind_BroadPhaseLayerInterfaceMask_GetNumBroadPhaseLayers_0=FJa=b.yAa;d._emscripten_bind_BroadPhaseLayerInterfaceMask___destroy___0=GJa=b.zAa;d._emscripten_bind_ObjectVsBroadPhaseLayerFilterMask_ObjectVsBroadPhaseLayerFilterMask_1=HJa=b.AAa;d._emscripten_bind_ObjectVsBroadPhaseLayerFilterMask___destroy___0=
IJa=b.BAa;d._emscripten_bind_ObjectLayerPairFilterMask_ObjectLayerPairFilterMask_0=JJa=b.CAa;d._emscripten_bind_ObjectLayerPairFilterMask_sGetObjectLayer_2=KJa=b.DAa;d._emscripten_bind_ObjectLayerPairFilterMask_sGetGroup_1=LJa=b.EAa;d._emscripten_bind_ObjectLayerPairFilterMask_sGetMask_1=MJa=b.FAa;d._emscripten_bind_ObjectLayerPairFilterMask_ShouldCollide_2=NJa=b.GAa;d._emscripten_bind_ObjectLayerPairFilterMask___destroy___0=OJa=b.HAa;d._emscripten_bind_JoltSettings_JoltSettings_0=PJa=b.IAa;d._emscripten_bind_JoltSettings_get_mMaxBodies_0=
QJa=b.JAa;d._emscripten_bind_JoltSettings_set_mMaxBodies_1=RJa=b.KAa;d._emscripten_bind_JoltSettings_get_mMaxBodyPairs_0=SJa=b.LAa;d._emscripten_bind_JoltSettings_set_mMaxBodyPairs_1=TJa=b.MAa;d._emscripten_bind_JoltSettings_get_mMaxContactConstraints_0=UJa=b.NAa;d._emscripten_bind_JoltSettings_set_mMaxContactConstraints_1=VJa=b.OAa;d._emscripten_bind_JoltSettings_get_mMaxWorkerThreads_0=WJa=b.PAa;d._emscripten_bind_JoltSettings_set_mMaxWorkerThreads_1=XJa=b.QAa;d._emscripten_bind_JoltSettings_get_mBroadPhaseLayerInterface_0=
YJa=b.RAa;d._emscripten_bind_JoltSettings_set_mBroadPhaseLayerInterface_1=ZJa=b.SAa;d._emscripten_bind_JoltSettings_get_mObjectVsBroadPhaseLayerFilter_0=$Ja=b.TAa;d._emscripten_bind_JoltSettings_set_mObjectVsBroadPhaseLayerFilter_1=aKa=b.UAa;d._emscripten_bind_JoltSettings_get_mObjectLayerPairFilter_0=bKa=b.VAa;d._emscripten_bind_JoltSettings_set_mObjectLayerPairFilter_1=cKa=b.WAa;d._emscripten_bind_JoltSettings___destroy___0=dKa=b.XAa;d._emscripten_bind_JoltInterface_JoltInterface_1=eKa=b.YAa;d._emscripten_bind_JoltInterface_Step_2=
fKa=b.ZAa;d._emscripten_bind_JoltInterface_GetPhysicsSystem_0=gKa=b._Aa;d._emscripten_bind_JoltInterface_GetTempAllocator_0=hKa=b.$Aa;d._emscripten_bind_JoltInterface_GetObjectLayerPairFilter_0=iKa=b.aBa;d._emscripten_bind_JoltInterface_GetObjectVsBroadPhaseLayerFilter_0=jKa=b.bBa;d._emscripten_bind_JoltInterface_sGetTotalMemory_0=kKa=b.cBa;d._emscripten_bind_JoltInterface_sGetFreeMemory_0=lKa=b.dBa;d._emscripten_bind_JoltInterface___destroy___0=mKa=b.eBa;d._emscripten_enum_EBodyType_EBodyType_RigidBody=
nKa=b.fBa;d._emscripten_enum_EBodyType_EBodyType_SoftBody=oKa=b.gBa;d._emscripten_enum_EMotionType_EMotionType_Static=pKa=b.hBa;d._emscripten_enum_EMotionType_EMotionType_Kinematic=qKa=b.iBa;d._emscripten_enum_EMotionType_EMotionType_Dynamic=rKa=b.jBa;d._emscripten_enum_EMotionQuality_EMotionQuality_Discrete=sKa=b.kBa;d._emscripten_enum_EMotionQuality_EMotionQuality_LinearCast=tKa=b.lBa;d._emscripten_enum_EActivation_EActivation_Activate=uKa=b.mBa;d._emscripten_enum_EActivation_EActivation_DontActivate=
vKa=b.nBa;d._emscripten_enum_EShapeType_EShapeType_Convex=wKa=b.oBa;d._emscripten_enum_EShapeType_EShapeType_Compound=xKa=b.pBa;d._emscripten_enum_EShapeType_EShapeType_Decorated=yKa=b.qBa;d._emscripten_enum_EShapeType_EShapeType_Mesh=zKa=b.rBa;d._emscripten_enum_EShapeType_EShapeType_HeightField=AKa=b.sBa;d._emscripten_enum_EShapeType_EShapeType_Plane=BKa=b.tBa;d._emscripten_enum_EShapeType_EShapeType_Empty=CKa=b.uBa;d._emscripten_enum_EShapeSubType_EShapeSubType_Sphere=DKa=b.vBa;d._emscripten_enum_EShapeSubType_EShapeSubType_Box=
EKa=b.wBa;d._emscripten_enum_EShapeSubType_EShapeSubType_Capsule=FKa=b.xBa;d._emscripten_enum_EShapeSubType_EShapeSubType_TaperedCapsule=GKa=b.yBa;d._emscripten_enum_EShapeSubType_EShapeSubType_Cylinder=HKa=b.zBa;d._emscripten_enum_EShapeSubType_EShapeSubType_TaperedCylinder=IKa=b.ABa;d._emscripten_enum_EShapeSubType_EShapeSubType_ConvexHull=JKa=b.BBa;d._emscripten_enum_EShapeSubType_EShapeSubType_StaticCompound=KKa=b.CBa;d._emscripten_enum_EShapeSubType_EShapeSubType_MutableCompound=LKa=b.DBa;d._emscripten_enum_EShapeSubType_EShapeSubType_RotatedTranslated=
MKa=b.EBa;d._emscripten_enum_EShapeSubType_EShapeSubType_Scaled=NKa=b.FBa;d._emscripten_enum_EShapeSubType_EShapeSubType_OffsetCenterOfMass=OKa=b.GBa;d._emscripten_enum_EShapeSubType_EShapeSubType_Mesh=PKa=b.HBa;d._emscripten_enum_EShapeSubType_EShapeSubType_HeightField=QKa=b.IBa;d._emscripten_enum_EShapeSubType_EShapeSubType_Plane=RKa=b.JBa;d._emscripten_enum_EShapeSubType_EShapeSubType_Empty=SKa=b.KBa;d._emscripten_enum_EConstraintSpace_EConstraintSpace_LocalToBodyCOM=TKa=b.LBa;d._emscripten_enum_EConstraintSpace_EConstraintSpace_WorldSpace=
UKa=b.MBa;d._emscripten_enum_ESpringMode_ESpringMode_FrequencyAndDamping=VKa=b.NBa;d._emscripten_enum_ESpringMode_ESpringMode_StiffnessAndDamping=WKa=b.OBa;d._emscripten_enum_EOverrideMassProperties_EOverrideMassProperties_CalculateMassAndInertia=XKa=b.PBa;d._emscripten_enum_EOverrideMassProperties_EOverrideMassProperties_CalculateInertia=YKa=b.QBa;d._emscripten_enum_EOverrideMassProperties_EOverrideMassProperties_MassAndInertiaProvided=ZKa=b.RBa;d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_TranslationX=
$Ka=b.SBa;d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_TranslationY=aLa=b.TBa;d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_TranslationZ=bLa=b.UBa;d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_RotationX=cLa=b.VBa;d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_RotationY=dLa=b.WBa;d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_RotationZ=eLa=b.XBa;d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_Plane2D=fLa=b.YBa;d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_All=gLa=b.ZBa;d._emscripten_enum_EStateRecorderState_EStateRecorderState_None=
hLa=b._Ba;d._emscripten_enum_EStateRecorderState_EStateRecorderState_Global=iLa=b.$Ba;d._emscripten_enum_EStateRecorderState_EStateRecorderState_Bodies=jLa=b.aCa;d._emscripten_enum_EStateRecorderState_EStateRecorderState_Contacts=kLa=b.bCa;d._emscripten_enum_EStateRecorderState_EStateRecorderState_Constraints=lLa=b.cCa;d._emscripten_enum_EStateRecorderState_EStateRecorderState_All=mLa=b.dCa;d._emscripten_enum_EBackFaceMode_EBackFaceMode_IgnoreBackFaces=nLa=b.eCa;d._emscripten_enum_EBackFaceMode_EBackFaceMode_CollideWithBackFaces=
oLa=b.fCa;d._emscripten_enum_EGroundState_EGroundState_OnGround=pLa=b.gCa;d._emscripten_enum_EGroundState_EGroundState_OnSteepGround=qLa=b.hCa;d._emscripten_enum_EGroundState_EGroundState_NotSupported=rLa=b.iCa;d._emscripten_enum_EGroundState_EGroundState_InAir=sLa=b.jCa;d._emscripten_enum_ValidateResult_ValidateResult_AcceptAllContactsForThisBodyPair=tLa=b.kCa;d._emscripten_enum_ValidateResult_ValidateResult_AcceptContact=uLa=b.lCa;d._emscripten_enum_ValidateResult_ValidateResult_RejectContact=vLa=
b.mCa;d._emscripten_enum_ValidateResult_ValidateResult_RejectAllContactsForThisBodyPair=wLa=b.nCa;d._emscripten_enum_SoftBodyValidateResult_SoftBodyValidateResult_AcceptContact=xLa=b.oCa;d._emscripten_enum_SoftBodyValidateResult_SoftBodyValidateResult_RejectContact=yLa=b.pCa;d._emscripten_enum_EActiveEdgeMode_EActiveEdgeMode_CollideOnlyWithActive=zLa=b.qCa;d._emscripten_enum_EActiveEdgeMode_EActiveEdgeMode_CollideWithAll=ALa=b.rCa;d._emscripten_enum_ECollectFacesMode_ECollectFacesMode_CollectFaces=
BLa=b.sCa;d._emscripten_enum_ECollectFacesMode_ECollectFacesMode_NoFaces=CLa=b.tCa;d._emscripten_enum_SixDOFConstraintSettings_EAxis_SixDOFConstraintSettings_EAxis_TranslationX=DLa=b.uCa;d._emscripten_enum_SixDOFConstraintSettings_EAxis_SixDOFConstraintSettings_EAxis_TranslationY=ELa=b.vCa;d._emscripten_enum_SixDOFConstraintSettings_EAxis_SixDOFConstraintSettings_EAxis_TranslationZ=FLa=b.wCa;d._emscripten_enum_SixDOFConstraintSettings_EAxis_SixDOFConstraintSettings_EAxis_RotationX=GLa=b.xCa;d._emscripten_enum_SixDOFConstraintSettings_EAxis_SixDOFConstraintSettings_EAxis_RotationY=
HLa=b.yCa;d._emscripten_enum_SixDOFConstraintSettings_EAxis_SixDOFConstraintSettings_EAxis_RotationZ=ILa=b.zCa;d._emscripten_enum_EConstraintType_EConstraintType_Constraint=JLa=b.ACa;d._emscripten_enum_EConstraintType_EConstraintType_TwoBodyConstraint=KLa=b.BCa;d._emscripten_enum_EConstraintSubType_EConstraintSubType_Fixed=LLa=b.CCa;d._emscripten_enum_EConstraintSubType_EConstraintSubType_Point=MLa=b.DCa;d._emscripten_enum_EConstraintSubType_EConstraintSubType_Hinge=NLa=b.ECa;d._emscripten_enum_EConstraintSubType_EConstraintSubType_Slider=
OLa=b.FCa;d._emscripten_enum_EConstraintSubType_EConstraintSubType_Distance=PLa=b.GCa;d._emscripten_enum_EConstraintSubType_EConstraintSubType_Cone=QLa=b.HCa;d._emscripten_enum_EConstraintSubType_EConstraintSubType_SwingTwist=RLa=b.ICa;d._emscripten_enum_EConstraintSubType_EConstraintSubType_SixDOF=SLa=b.JCa;d._emscripten_enum_EConstraintSubType_EConstraintSubType_Path=TLa=b.KCa;d._emscripten_enum_EConstraintSubType_EConstraintSubType_Vehicle=ULa=b.LCa;d._emscripten_enum_EConstraintSubType_EConstraintSubType_RackAndPinion=
VLa=b.MCa;d._emscripten_enum_EConstraintSubType_EConstraintSubType_Gear=WLa=b.NCa;d._emscripten_enum_EConstraintSubType_EConstraintSubType_Pulley=XLa=b.OCa;d._emscripten_enum_EMotorState_EMotorState_Off=YLa=b.PCa;d._emscripten_enum_EMotorState_EMotorState_Velocity=ZLa=b.QCa;d._emscripten_enum_EMotorState_EMotorState_Position=$La=b.RCa;d._emscripten_enum_ETransmissionMode_ETransmissionMode_Auto=aMa=b.SCa;d._emscripten_enum_ETransmissionMode_ETransmissionMode_Manual=bMa=b.TCa;d._emscripten_enum_ETireFrictionDirection_ETireFrictionDirection_Longitudinal=
cMa=b.UCa;d._emscripten_enum_ETireFrictionDirection_ETireFrictionDirection_Lateral=dMa=b.VCa;d._emscripten_enum_ESwingType_ESwingType_Cone=eMa=b.WCa;d._emscripten_enum_ESwingType_ESwingType_Pyramid=fMa=b.XCa;d._emscripten_enum_EPathRotationConstraintType_EPathRotationConstraintType_Free=gMa=b.YCa;d._emscripten_enum_EPathRotationConstraintType_EPathRotationConstraintType_ConstrainAroundTangent=hMa=b.ZCa;d._emscripten_enum_EPathRotationConstraintType_EPathRotationConstraintType_ConstrainAroundNormal=
iMa=b._Ca;d._emscripten_enum_EPathRotationConstraintType_EPathRotationConstraintType_ConstrainAroundBinormal=jMa=b.$Ca;d._emscripten_enum_EPathRotationConstraintType_EPathRotationConstraintType_ConstrainToPath=kMa=b.aDa;d._emscripten_enum_EPathRotationConstraintType_EPathRotationConstraintType_FullyConstrained=lMa=b.bDa;d._emscripten_enum_SoftBodySharedSettings_EBendType_SoftBodySharedSettings_EBendType_None=mMa=b.cDa;d._emscripten_enum_SoftBodySharedSettings_EBendType_SoftBodySharedSettings_EBendType_Distance=
nMa=b.dDa;d._emscripten_enum_SoftBodySharedSettings_EBendType_SoftBodySharedSettings_EBendType_Dihedral=oMa=b.eDa;d._emscripten_enum_SoftBodySharedSettings_ELRAType_SoftBodySharedSettings_ELRAType_None=pMa=b.fDa;d._emscripten_enum_SoftBodySharedSettings_ELRAType_SoftBodySharedSettings_ELRAType_EuclideanDistance=qMa=b.gDa;d._emscripten_enum_SoftBodySharedSettings_ELRAType_SoftBodySharedSettings_ELRAType_GeodesicDistance=rMa=b.hDa;d._emscripten_enum_MeshShapeSettings_EBuildQuality_MeshShapeSettings_EBuildQuality_FavorRuntimePerformance=
sMa=b.iDa;d._emscripten_enum_MeshShapeSettings_EBuildQuality_MeshShapeSettings_EBuildQuality_FavorBuildSpeed=tMa=b.jDa;return p5}var c={a:uMa};if(d.instantiateWasm)return new Promise(b=>{d.instantiateWasm(c,(f,g)=>{b(a(f,g))})});ya??=d.locateFile?d.locateFile?d.locateFile("jolt-physics.wasm.wasm",ea):ea+"jolt-physics.wasm.wasm":(new URL("jolt-physics.wasm.wasm",import.meta.url)).href;return a((await daa(c)).instance)}());
(function(){function a(){d.calledRun=!0;if(!ma){wa=!0;za(La);p5.p();na?.(d);d.onRuntimeInitialized?.();if(d.postRun)for("function"==typeof d.postRun&&(d.postRun=[d.postRun]);d.postRun.length;){var c=d.postRun.shift();Aa.push(c)}za(Aa)}}if(d.preRun)for("function"==typeof d.preRun&&(d.preRun=[d.preRun]);d.preRun.length;)eaa();za(Ba);d.setStatus?(d.setStatus("Running..."),setTimeout(()=>{setTimeout(()=>d.setStatus(""),1);a()},1)):a()})();function e(){}e.prototype=Object.create(e.prototype);
e.prototype.constructor=e;e.prototype.lDa=e;e.mDa={};d.WrapperObject=e;function h(a){return(a||e).mDa}d.getCache=h;function l(a,c){var b=h(c),f=b[a];if(f)return f;f=Object.create((c||e).prototype);f.kDa=a;return b[a]=f}d.wrapPointer=l;d.castObject=function(a,c){return l(a.kDa,c)};d.NULL=l(0);d.destroy=function(a){if(!a.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";a.__destroy__();delete h(a.lDa)[a.kDa]};d.compare=function(a,c){return a.kDa===c.kDa};d.getPointer=function(a){return a.kDa};
d.getClass=function(a){return a.lDa};var q5=0,r5=0,s5=0,t5=[],u5=0;function v5(){throw"cannot construct a ShapeSettings, no constructor in IDL";}v5.prototype=Object.create(e.prototype);v5.prototype.constructor=v5;v5.prototype.lDa=v5;v5.mDa={};d.ShapeSettings=v5;v5.prototype.GetRefCount=function(){return Ma(this.kDa)};v5.prototype.AddRef=function(){Na(this.kDa)};v5.prototype.Release=function(){Oa(this.kDa)};v5.prototype.Create=function(){return l(Pa(this.kDa),w5)};v5.prototype.ClearCachedResult=function(){Qa(this.kDa)};
v5.prototype.get_mUserData=v5.prototype.nDa=function(){return Ra(this.kDa)};v5.prototype.set_mUserData=v5.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Sa(c,a)};Object.defineProperty(v5.prototype,"mUserData",{get:v5.prototype.nDa,set:v5.prototype.oDa});v5.prototype.__destroy__=function(){Ta(this.kDa)};function m(){throw"cannot construct a Shape, no constructor in IDL";}m.prototype=Object.create(e.prototype);m.prototype.constructor=m;m.prototype.lDa=m;m.mDa={};
d.Shape=m;m.prototype.GetRefCount=function(){return Ua(this.kDa)};m.prototype.AddRef=function(){Va(this.kDa)};m.prototype.Release=function(){Wa(this.kDa)};m.prototype.GetType=function(){return Xa(this.kDa)};m.prototype.GetSubType=function(){return Ya(this.kDa)};m.prototype.MustBeStatic=function(){return!!Za(this.kDa)};m.prototype.GetLocalBounds=function(){return l($a(this.kDa),n)};
m.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(ab(b,a,c),n)};m.prototype.GetCenterOfMass=function(){return l(bb(this.kDa),p)};m.prototype.GetUserData=function(){return cb(this.kDa)};m.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);db(c,a)};m.prototype.GetSubShapeIDBitsRecursive=function(){return eb(this.kDa)};m.prototype.GetInnerRadius=function(){return fb(this.kDa)};
m.prototype.GetMassProperties=function(){return l(gb(this.kDa),x5)};m.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(hb(b,a,c),m)};m.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(ib(c,a),y5)};m.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(jb(b,a,c),p)};
m.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return kb(c,a)};m.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(lb(k,a,c,b,f,g),q)};m.prototype.GetVolume=function(){return mb(this.kDa)};
m.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!nb(c,a)};m.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(ob(c,a),p)};m.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(pb(c,a),w5)};m.prototype.__destroy__=function(){qb(this.kDa)};function z5(){throw"cannot construct a ConstraintSettings, no constructor in IDL";}z5.prototype=Object.create(e.prototype);
z5.prototype.constructor=z5;z5.prototype.lDa=z5;z5.mDa={};d.ConstraintSettings=z5;z5.prototype.GetRefCount=function(){return rb(this.kDa)};z5.prototype.AddRef=function(){sb(this.kDa)};z5.prototype.Release=function(){tb(this.kDa)};z5.prototype.get_mEnabled=z5.prototype.tDa=function(){return!!ub(this.kDa)};z5.prototype.set_mEnabled=z5.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vb(c,a)};Object.defineProperty(z5.prototype,"mEnabled",{get:z5.prototype.tDa,set:z5.prototype.uDa});
z5.prototype.get_mNumVelocityStepsOverride=z5.prototype.qDa=function(){return wb(this.kDa)};z5.prototype.set_mNumVelocityStepsOverride=z5.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xb(c,a)};Object.defineProperty(z5.prototype,"mNumVelocityStepsOverride",{get:z5.prototype.qDa,set:z5.prototype.sDa});z5.prototype.get_mNumPositionStepsOverride=z5.prototype.pDa=function(){return yb(this.kDa)};
z5.prototype.set_mNumPositionStepsOverride=z5.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zb(c,a)};Object.defineProperty(z5.prototype,"mNumPositionStepsOverride",{get:z5.prototype.pDa,set:z5.prototype.rDa});z5.prototype.__destroy__=function(){Ab(this.kDa)};function A5(){throw"cannot construct a Constraint, no constructor in IDL";}A5.prototype=Object.create(e.prototype);A5.prototype.constructor=A5;A5.prototype.lDa=A5;A5.mDa={};d.Constraint=A5;
A5.prototype.GetRefCount=function(){return Bb(this.kDa)};A5.prototype.AddRef=function(){Cb(this.kDa)};A5.prototype.Release=function(){Db(this.kDa)};A5.prototype.GetType=function(){return Eb(this.kDa)};A5.prototype.GetSubType=function(){return Fb(this.kDa)};A5.prototype.GetConstraintPriority=function(){return Gb(this.kDa)};A5.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Hb(c,a)};
A5.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ib(c,a)};A5.prototype.GetNumVelocityStepsOverride=function(){return Jb(this.kDa)};A5.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kb(c,a)};A5.prototype.GetNumPositionStepsOverride=function(){return Lb(this.kDa)};A5.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Mb(c,a)};A5.prototype.GetEnabled=function(){return!!Nb(this.kDa)};
A5.prototype.IsActive=function(){return!!Ob(this.kDa)};A5.prototype.GetUserData=function(){return Pb(this.kDa)};A5.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Qb(c,a)};A5.prototype.ResetWarmStart=function(){Rb(this.kDa)};A5.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Sb(c,a)};A5.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Tb(c,a)};A5.prototype.__destroy__=function(){Ub(this.kDa)};
function B5(){throw"cannot construct a PathConstraintPath, no constructor in IDL";}B5.prototype=Object.create(e.prototype);B5.prototype.constructor=B5;B5.prototype.lDa=B5;B5.mDa={};d.PathConstraintPath=B5;B5.prototype.IsLooping=function(){return!!Wb(this.kDa)};B5.prototype.SetIsLooping=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xb(c,a)};B5.prototype.GetRefCount=function(){return Yb(this.kDa)};B5.prototype.AddRef=function(){Zb(this.kDa)};B5.prototype.Release=function(){$b(this.kDa)};
B5.prototype.__destroy__=function(){ac(this.kDa)};function C5(){throw"cannot construct a StateRecorder, no constructor in IDL";}C5.prototype=Object.create(e.prototype);C5.prototype.constructor=C5;C5.prototype.lDa=C5;C5.mDa={};d.StateRecorder=C5;C5.prototype.SetValidating=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bc(c,a)};C5.prototype.IsValidating=function(){return!!cc(this.kDa)};C5.prototype.SetIsLastPart=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dc(c,a)};
C5.prototype.IsLastPart=function(){return!!ec(this.kDa)};C5.prototype.__destroy__=function(){fc(this.kDa)};function D5(){throw"cannot construct a ContactListener, no constructor in IDL";}D5.prototype=Object.create(e.prototype);D5.prototype.constructor=D5;D5.prototype.lDa=D5;D5.mDa={};d.ContactListener=D5;D5.prototype.__destroy__=function(){gc(this.kDa)};function E5(){throw"cannot construct a SoftBodyContactListener, no constructor in IDL";}E5.prototype=Object.create(e.prototype);
E5.prototype.constructor=E5;E5.prototype.lDa=E5;E5.mDa={};d.SoftBodyContactListener=E5;E5.prototype.__destroy__=function(){hc(this.kDa)};function F5(){throw"cannot construct a BodyActivationListener, no constructor in IDL";}F5.prototype=Object.create(e.prototype);F5.prototype.constructor=F5;F5.prototype.lDa=F5;F5.mDa={};d.BodyActivationListener=F5;F5.prototype.__destroy__=function(){ic(this.kDa)};function G5(){throw"cannot construct a CharacterContactListener, no constructor in IDL";}
G5.prototype=Object.create(e.prototype);G5.prototype.constructor=G5;G5.prototype.lDa=G5;G5.mDa={};d.CharacterContactListener=G5;G5.prototype.__destroy__=function(){jc(this.kDa)};function H5(){this.kDa=kc();h(H5)[this.kDa]=this}H5.prototype=Object.create(e.prototype);H5.prototype.constructor=H5;H5.prototype.lDa=H5;H5.mDa={};d.ObjectVsBroadPhaseLayerFilter=H5;H5.prototype.__destroy__=function(){lc(this.kDa)};function I5(){throw"cannot construct a VehicleControllerSettings, no constructor in IDL";}
I5.prototype=Object.create(e.prototype);I5.prototype.constructor=I5;I5.prototype.lDa=I5;I5.mDa={};d.VehicleControllerSettings=I5;I5.prototype.__destroy__=function(){mc(this.kDa)};function J5(){throw"cannot construct a VehicleController, no constructor in IDL";}J5.prototype=Object.create(e.prototype);J5.prototype.constructor=J5;J5.prototype.lDa=J5;J5.mDa={};d.VehicleController=J5;J5.prototype.GetConstraint=function(){return l(nc(this.kDa),K5)};J5.prototype.__destroy__=function(){oc(this.kDa)};
function L5(){throw"cannot construct a BroadPhaseLayerInterface, no constructor in IDL";}L5.prototype=Object.create(e.prototype);L5.prototype.constructor=L5;L5.prototype.lDa=L5;L5.mDa={};d.BroadPhaseLayerInterface=L5;L5.prototype.GetNumBroadPhaseLayers=function(){return pc(this.kDa)};L5.prototype.__destroy__=function(){qc(this.kDa)};function M5(){this.kDa=rc();h(M5)[this.kDa]=this}M5.prototype=Object.create(e.prototype);M5.prototype.constructor=M5;M5.prototype.lDa=M5;M5.mDa={};
d.BroadPhaseCastResult=M5;M5.prototype.Reset=function(){sc(this.kDa)};M5.prototype.get_mBodyID=M5.prototype.cEa=function(){return l(tc(this.kDa),N5)};M5.prototype.set_mBodyID=M5.prototype.lEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);uc(c,a)};Object.defineProperty(M5.prototype,"mBodyID",{get:M5.prototype.cEa,set:M5.prototype.lEa});M5.prototype.get_mFraction=M5.prototype.fEa=function(){return vc(this.kDa)};
M5.prototype.set_mFraction=M5.prototype.oEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);wc(c,a)};Object.defineProperty(M5.prototype,"mFraction",{get:M5.prototype.fEa,set:M5.prototype.oEa});M5.prototype.__destroy__=function(){xc(this.kDa)};function O5(){throw"cannot construct a ConvexShapeSettings, no constructor in IDL";}O5.prototype=Object.create(v5.prototype);O5.prototype.constructor=O5;O5.prototype.lDa=O5;O5.mDa={};d.ConvexShapeSettings=O5;O5.prototype.GetRefCount=function(){return yc(this.kDa)};
O5.prototype.AddRef=function(){zc(this.kDa)};O5.prototype.Release=function(){Ac(this.kDa)};O5.prototype.Create=function(){return l(Bc(this.kDa),w5)};O5.prototype.ClearCachedResult=function(){Cc(this.kDa)};O5.prototype.get_mMaterial=O5.prototype.xDa=function(){return l(Dc(this.kDa),y5)};O5.prototype.set_mMaterial=O5.prototype.zDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ec(c,a)};Object.defineProperty(O5.prototype,"mMaterial",{get:O5.prototype.xDa,set:O5.prototype.zDa});
O5.prototype.get_mDensity=O5.prototype.BDa=function(){return Fc(this.kDa)};O5.prototype.set_mDensity=O5.prototype.DDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Gc(c,a)};Object.defineProperty(O5.prototype,"mDensity",{get:O5.prototype.BDa,set:O5.prototype.DDa});O5.prototype.get_mUserData=O5.prototype.nDa=function(){return Hc(this.kDa)};O5.prototype.set_mUserData=O5.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ic(c,a)};
Object.defineProperty(O5.prototype,"mUserData",{get:O5.prototype.nDa,set:O5.prototype.oDa});O5.prototype.__destroy__=function(){Jc(this.kDa)};function P5(){throw"cannot construct a ConvexShape, no constructor in IDL";}P5.prototype=Object.create(m.prototype);P5.prototype.constructor=P5;P5.prototype.lDa=P5;P5.mDa={};d.ConvexShape=P5;P5.prototype.SetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kc(c,a)};P5.prototype.GetDensity=function(){return Lc(this.kDa)};
P5.prototype.SetDensity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Mc(c,a)};P5.prototype.GetRefCount=function(){return Nc(this.kDa)};P5.prototype.AddRef=function(){Oc(this.kDa)};P5.prototype.Release=function(){Pc(this.kDa)};P5.prototype.GetType=function(){return Qc(this.kDa)};P5.prototype.GetSubType=function(){return Rc(this.kDa)};P5.prototype.MustBeStatic=function(){return!!Sc(this.kDa)};P5.prototype.GetLocalBounds=function(){return l(Tc(this.kDa),n)};
P5.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Uc(b,a,c),n)};P5.prototype.GetCenterOfMass=function(){return l(Vc(this.kDa),p)};P5.prototype.GetUserData=function(){return Wc(this.kDa)};P5.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xc(c,a)};P5.prototype.GetSubShapeIDBitsRecursive=function(){return Yc(this.kDa)};P5.prototype.GetInnerRadius=function(){return Zc(this.kDa)};
P5.prototype.GetMassProperties=function(){return l($c(this.kDa),x5)};P5.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(ad(b,a,c),m)};P5.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(bd(c,a),y5)};P5.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(cd(b,a,c),p)};
P5.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return dd(c,a)};P5.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(ed(k,a,c,b,f,g),q)};P5.prototype.GetVolume=function(){return fd(this.kDa)};
P5.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!gd(c,a)};P5.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(hd(c,a),p)};P5.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(jd(c,a),w5)};P5.prototype.__destroy__=function(){kd(this.kDa)};function Q5(){throw"cannot construct a CompoundShapeSettings, no constructor in IDL";}Q5.prototype=Object.create(v5.prototype);
Q5.prototype.constructor=Q5;Q5.prototype.lDa=Q5;Q5.mDa={};d.CompoundShapeSettings=Q5;Q5.prototype.AddShape=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);ld(g,a,c,b,f)};
Q5.prototype.AddShapeShapeSettings=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);md(g,a,c,b,f)};Q5.prototype.AddShapeShape=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);nd(g,a,c,b,f)};Q5.prototype.GetRefCount=function(){return od(this.kDa)};
Q5.prototype.AddRef=function(){pd(this.kDa)};Q5.prototype.Release=function(){qd(this.kDa)};Q5.prototype.Create=function(){return l(rd(this.kDa),w5)};Q5.prototype.ClearCachedResult=function(){sd(this.kDa)};Q5.prototype.get_mUserData=Q5.prototype.nDa=function(){return td(this.kDa)};Q5.prototype.set_mUserData=Q5.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ud(c,a)};Object.defineProperty(Q5.prototype,"mUserData",{get:Q5.prototype.nDa,set:Q5.prototype.oDa});
Q5.prototype.__destroy__=function(){vd(this.kDa)};function R5(){throw"cannot construct a CompoundShape, no constructor in IDL";}R5.prototype=Object.create(m.prototype);R5.prototype.constructor=R5;R5.prototype.lDa=R5;R5.mDa={};d.CompoundShape=R5;R5.prototype.GetNumSubShapes=function(){return wd(this.kDa)};R5.prototype.GetSubShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(xd(c,a),S5)};R5.prototype.GetRefCount=function(){return yd(this.kDa)};R5.prototype.AddRef=function(){zd(this.kDa)};
R5.prototype.Release=function(){Ad(this.kDa)};R5.prototype.GetType=function(){return Bd(this.kDa)};R5.prototype.GetSubType=function(){return Cd(this.kDa)};R5.prototype.MustBeStatic=function(){return!!Dd(this.kDa)};R5.prototype.GetLocalBounds=function(){return l(Ed(this.kDa),n)};R5.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Fd(b,a,c),n)};R5.prototype.GetCenterOfMass=function(){return l(Gd(this.kDa),p)};
R5.prototype.GetUserData=function(){return Hd(this.kDa)};R5.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Id(c,a)};R5.prototype.GetSubShapeIDBitsRecursive=function(){return Jd(this.kDa)};R5.prototype.GetInnerRadius=function(){return Kd(this.kDa)};R5.prototype.GetMassProperties=function(){return l(Ld(this.kDa),x5)};R5.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Md(b,a,c),m)};
R5.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Nd(c,a),y5)};R5.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Od(b,a,c),p)};R5.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return Pd(c,a)};
R5.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(Qd(k,a,c,b,f,g),q)};R5.prototype.GetVolume=function(){return Rd(this.kDa)};R5.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!Sd(c,a)};
R5.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Td(c,a),p)};R5.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Ud(c,a),w5)};R5.prototype.__destroy__=function(){Vd(this.kDa)};function T5(){throw"cannot construct a DecoratedShapeSettings, no constructor in IDL";}T5.prototype=Object.create(v5.prototype);T5.prototype.constructor=T5;T5.prototype.lDa=T5;T5.mDa={};d.DecoratedShapeSettings=T5;
T5.prototype.GetRefCount=function(){return Wd(this.kDa)};T5.prototype.AddRef=function(){Xd(this.kDa)};T5.prototype.Release=function(){Yd(this.kDa)};T5.prototype.Create=function(){return l(Zd(this.kDa),w5)};T5.prototype.ClearCachedResult=function(){$d(this.kDa)};T5.prototype.get_mUserData=T5.prototype.nDa=function(){return ae(this.kDa)};T5.prototype.set_mUserData=T5.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);be(c,a)};
Object.defineProperty(T5.prototype,"mUserData",{get:T5.prototype.nDa,set:T5.prototype.oDa});T5.prototype.__destroy__=function(){ce(this.kDa)};function U5(){throw"cannot construct a DecoratedShape, no constructor in IDL";}U5.prototype=Object.create(m.prototype);U5.prototype.constructor=U5;U5.prototype.lDa=U5;U5.mDa={};d.DecoratedShape=U5;U5.prototype.GetInnerShape=function(){return l(de(this.kDa),m)};U5.prototype.GetRefCount=function(){return ee(this.kDa)};U5.prototype.AddRef=function(){fe(this.kDa)};
U5.prototype.Release=function(){ge(this.kDa)};U5.prototype.GetType=function(){return he(this.kDa)};U5.prototype.GetSubType=function(){return ie(this.kDa)};U5.prototype.MustBeStatic=function(){return!!je(this.kDa)};U5.prototype.GetLocalBounds=function(){return l(ke(this.kDa),n)};U5.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(le(b,a,c),n)};U5.prototype.GetCenterOfMass=function(){return l(me(this.kDa),p)};
U5.prototype.GetUserData=function(){return ne(this.kDa)};U5.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);oe(c,a)};U5.prototype.GetSubShapeIDBitsRecursive=function(){return pe(this.kDa)};U5.prototype.GetInnerRadius=function(){return qe(this.kDa)};U5.prototype.GetMassProperties=function(){return l(re(this.kDa),x5)};U5.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(se(b,a,c),m)};
U5.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(te(c,a),y5)};U5.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(ue(b,a,c),p)};U5.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return ve(c,a)};
U5.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(we(k,a,c,b,f,g),q)};U5.prototype.GetVolume=function(){return xe(this.kDa)};U5.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!ye(c,a)};
U5.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(ze(c,a),p)};U5.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Ae(c,a),w5)};U5.prototype.__destroy__=function(){Be(this.kDa)};function V5(){throw"cannot construct a TwoBodyConstraintSettings, no constructor in IDL";}V5.prototype=Object.create(z5.prototype);V5.prototype.constructor=V5;V5.prototype.lDa=V5;V5.mDa={};d.TwoBodyConstraintSettings=V5;
V5.prototype.Create=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Ce(b,a,c),A5)};V5.prototype.GetRefCount=function(){return De(this.kDa)};V5.prototype.AddRef=function(){Ee(this.kDa)};V5.prototype.Release=function(){Fe(this.kDa)};V5.prototype.get_mEnabled=V5.prototype.tDa=function(){return!!Ge(this.kDa)};V5.prototype.set_mEnabled=V5.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);He(c,a)};
Object.defineProperty(V5.prototype,"mEnabled",{get:V5.prototype.tDa,set:V5.prototype.uDa});V5.prototype.get_mNumVelocityStepsOverride=V5.prototype.qDa=function(){return Ie(this.kDa)};V5.prototype.set_mNumVelocityStepsOverride=V5.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Je(c,a)};Object.defineProperty(V5.prototype,"mNumVelocityStepsOverride",{get:V5.prototype.qDa,set:V5.prototype.sDa});V5.prototype.get_mNumPositionStepsOverride=V5.prototype.pDa=function(){return Ke(this.kDa)};
V5.prototype.set_mNumPositionStepsOverride=V5.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Le(c,a)};Object.defineProperty(V5.prototype,"mNumPositionStepsOverride",{get:V5.prototype.pDa,set:V5.prototype.rDa});V5.prototype.__destroy__=function(){Me(this.kDa)};function W5(){throw"cannot construct a TwoBodyConstraint, no constructor in IDL";}W5.prototype=Object.create(A5.prototype);W5.prototype.constructor=W5;W5.prototype.lDa=W5;W5.mDa={};d.TwoBodyConstraint=W5;
W5.prototype.GetBody1=function(){return l(Ne(this.kDa),Body)};W5.prototype.GetBody2=function(){return l(Oe(this.kDa),Body)};W5.prototype.GetConstraintToBody1Matrix=function(){return l(Pe(this.kDa),r)};W5.prototype.GetConstraintToBody2Matrix=function(){return l(Qe(this.kDa),r)};W5.prototype.GetRefCount=function(){return Re(this.kDa)};W5.prototype.AddRef=function(){Se(this.kDa)};W5.prototype.Release=function(){Te(this.kDa)};W5.prototype.GetType=function(){return Ue(this.kDa)};
W5.prototype.GetSubType=function(){return Ve(this.kDa)};W5.prototype.GetConstraintPriority=function(){return We(this.kDa)};W5.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xe(c,a)};W5.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ye(c,a)};W5.prototype.GetNumVelocityStepsOverride=function(){return Ze(this.kDa)};
W5.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$e(c,a)};W5.prototype.GetNumPositionStepsOverride=function(){return af(this.kDa)};W5.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bf(c,a)};W5.prototype.GetEnabled=function(){return!!cf(this.kDa)};W5.prototype.IsActive=function(){return!!df(this.kDa)};W5.prototype.GetUserData=function(){return ef(this.kDa)};
W5.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ff(c,a)};W5.prototype.ResetWarmStart=function(){gf(this.kDa)};W5.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hf(c,a)};W5.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jf(c,a)};W5.prototype.__destroy__=function(){kf(this.kDa)};function X5(){throw"cannot construct a PathConstraintPathEm, no constructor in IDL";}X5.prototype=Object.create(B5.prototype);
X5.prototype.constructor=X5;X5.prototype.lDa=X5;X5.mDa={};d.PathConstraintPathEm=X5;X5.prototype.IsLooping=function(){return!!lf(this.kDa)};X5.prototype.SetIsLooping=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mf(c,a)};X5.prototype.GetRefCount=function(){return of(this.kDa)};X5.prototype.AddRef=function(){pf(this.kDa)};X5.prototype.Release=function(){qf(this.kDa)};X5.prototype.__destroy__=function(){rf(this.kDa)};
function Y5(){throw"cannot construct a MotionProperties, no constructor in IDL";}Y5.prototype=Object.create(e.prototype);Y5.prototype.constructor=Y5;Y5.prototype.lDa=Y5;Y5.mDa={};d.MotionProperties=Y5;Y5.prototype.GetMotionQuality=function(){return sf(this.kDa)};Y5.prototype.GetAllowedDOFs=function(){return tf(this.kDa)};Y5.prototype.GetAllowSleeping=function(){return!!uf(this.kDa)};Y5.prototype.GetLinearVelocity=function(){return l(vf(this.kDa),p)};
Y5.prototype.SetLinearVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);wf(c,a)};Y5.prototype.SetLinearVelocityClamped=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xf(c,a)};Y5.prototype.GetAngularVelocity=function(){return l(yf(this.kDa),p)};Y5.prototype.SetAngularVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zf(c,a)};Y5.prototype.SetAngularVelocityClamped=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Af(c,a)};
Y5.prototype.MoveKinematic=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);Bf(f,a,c,b)};Y5.prototype.GetMaxLinearVelocity=function(){return Cf(this.kDa)};Y5.prototype.SetMaxLinearVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Df(c,a)};Y5.prototype.GetMaxAngularVelocity=function(){return Ef(this.kDa)};
Y5.prototype.SetMaxAngularVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ff(c,a)};Y5.prototype.ClampLinearVelocity=function(){Gf(this.kDa)};Y5.prototype.ClampAngularVelocity=function(){Hf(this.kDa)};Y5.prototype.GetLinearDamping=function(){return If(this.kDa)};Y5.prototype.SetLinearDamping=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jf(c,a)};Y5.prototype.GetAngularDamping=function(){return Kf(this.kDa)};
Y5.prototype.SetAngularDamping=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Lf(c,a)};Y5.prototype.GetGravityFactor=function(){return Mf(this.kDa)};Y5.prototype.SetGravityFactor=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Nf(c,a)};Y5.prototype.SetMassProperties=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Of(b,a,c)};Y5.prototype.GetInverseMass=function(){return Pf(this.kDa)};Y5.prototype.GetInverseMassUnchecked=function(){return Qf(this.kDa)};
Y5.prototype.SetInverseMass=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rf(c,a)};Y5.prototype.GetInverseInertiaDiagonal=function(){return l(Sf(this.kDa),p)};Y5.prototype.GetInertiaRotation=function(){return l(Tf(this.kDa),t)};Y5.prototype.SetInverseInertia=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Uf(b,a,c)};Y5.prototype.ScaleToMass=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vf(c,a)};
Y5.prototype.GetLocalSpaceInverseInertia=function(){return l(Wf(this.kDa),r)};Y5.prototype.GetInverseInertiaForRotation=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Xf(c,a),r)};Y5.prototype.MultiplyWorldSpaceInverseInertiaByVector=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Yf(b,a,c),p)};Y5.prototype.GetPointVelocityCOM=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Zf(c,a),p)};
Y5.prototype.GetAccumulatedForce=function(){return l($f(this.kDa),p)};Y5.prototype.GetAccumulatedTorque=function(){return l(ag(this.kDa),p)};Y5.prototype.ResetForce=function(){bg(this.kDa)};Y5.prototype.ResetTorque=function(){cg(this.kDa)};Y5.prototype.ResetMotion=function(){dg(this.kDa)};Y5.prototype.LockTranslation=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(eg(c,a),p)};
Y5.prototype.LockAngular=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(fg(c,a),p)};Y5.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gg(c,a)};Y5.prototype.GetNumVelocityStepsOverride=function(){return hg(this.kDa)};Y5.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ig(c,a)};Y5.prototype.GetNumPositionStepsOverride=function(){return jg(this.kDa)};Y5.prototype.__destroy__=function(){kg(this.kDa)};
function Z5(){throw"cannot construct a GroupFilter, no constructor in IDL";}Z5.prototype=Object.create(e.prototype);Z5.prototype.constructor=Z5;Z5.prototype.lDa=Z5;Z5.mDa={};d.GroupFilter=Z5;Z5.prototype.GetRefCount=function(){return lg(this.kDa)};Z5.prototype.AddRef=function(){ng(this.kDa)};Z5.prototype.Release=function(){og(this.kDa)};Z5.prototype.__destroy__=function(){pg(this.kDa)};function $5(){throw"cannot construct a StateRecorderFilter, no constructor in IDL";}$5.prototype=Object.create(e.prototype);
$5.prototype.constructor=$5;$5.prototype.lDa=$5;$5.mDa={};d.StateRecorderFilter=$5;$5.prototype.__destroy__=function(){qg(this.kDa)};function a6(){throw"cannot construct a StateRecorderEm, no constructor in IDL";}a6.prototype=Object.create(C5.prototype);a6.prototype.constructor=a6;a6.prototype.lDa=a6;a6.mDa={};d.StateRecorderEm=a6;a6.prototype.SetValidating=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rg(c,a)};a6.prototype.IsValidating=function(){return!!sg(this.kDa)};
a6.prototype.SetIsLastPart=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tg(c,a)};a6.prototype.IsLastPart=function(){return!!ug(this.kDa)};a6.prototype.__destroy__=function(){vg(this.kDa)};function b6(){throw"cannot construct a BodyLockInterface, no constructor in IDL";}b6.prototype=Object.create(e.prototype);b6.prototype.constructor=b6;b6.prototype.lDa=b6;b6.mDa={};d.BodyLockInterface=b6;
b6.prototype.TryGetBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(wg(c,a),Body)};b6.prototype.__destroy__=function(){xg(this.kDa)};function v(){this.kDa=yg();h(v)[this.kDa]=this}v.prototype=Object.create(e.prototype);v.prototype.constructor=v;v.prototype.lDa=v;v.mDa={};d.CollideShapeResult=v;v.prototype.get_mContactPointOn1=v.prototype.uGa=function(){return l(zg(this.kDa),p)};
v.prototype.set_mContactPointOn1=v.prototype.RHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ag(c,a)};Object.defineProperty(v.prototype,"mContactPointOn1",{get:v.prototype.uGa,set:v.prototype.RHa});v.prototype.get_mContactPointOn2=v.prototype.vGa=function(){return l(Bg(this.kDa),p)};v.prototype.set_mContactPointOn2=v.prototype.SHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Cg(c,a)};Object.defineProperty(v.prototype,"mContactPointOn2",{get:v.prototype.vGa,set:v.prototype.SHa});
v.prototype.get_mPenetrationAxis=v.prototype.dHa=function(){return l(Dg(this.kDa),p)};v.prototype.set_mPenetrationAxis=v.prototype.AIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Eg(c,a)};Object.defineProperty(v.prototype,"mPenetrationAxis",{get:v.prototype.dHa,set:v.prototype.AIa});v.prototype.get_mPenetrationDepth=v.prototype.QEa=function(){return Fg(this.kDa)};v.prototype.set_mPenetrationDepth=v.prototype.FFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Gg(c,a)};
Object.defineProperty(v.prototype,"mPenetrationDepth",{get:v.prototype.QEa,set:v.prototype.FFa});v.prototype.get_mSubShapeID1=v.prototype.VEa=function(){return l(Hg(this.kDa),c6)};v.prototype.set_mSubShapeID1=v.prototype.KFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ig(c,a)};Object.defineProperty(v.prototype,"mSubShapeID1",{get:v.prototype.VEa,set:v.prototype.KFa});v.prototype.get_mSubShapeID2=v.prototype.$Da=function(){return l(Jg(this.kDa),c6)};
v.prototype.set_mSubShapeID2=v.prototype.aEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kg(c,a)};Object.defineProperty(v.prototype,"mSubShapeID2",{get:v.prototype.$Da,set:v.prototype.aEa});v.prototype.get_mBodyID2=v.prototype.kGa=function(){return l(Lg(this.kDa),N5)};v.prototype.set_mBodyID2=v.prototype.IHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Mg(c,a)};Object.defineProperty(v.prototype,"mBodyID2",{get:v.prototype.kGa,set:v.prototype.IHa});
v.prototype.get_mShape1Face=v.prototype.iHa=function(){return l(Ng(this.kDa),d6)};v.prototype.set_mShape1Face=v.prototype.GIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Og(c,a)};Object.defineProperty(v.prototype,"mShape1Face",{get:v.prototype.iHa,set:v.prototype.GIa});v.prototype.get_mShape2Face=v.prototype.jHa=function(){return l(Pg(this.kDa),d6)};v.prototype.set_mShape2Face=v.prototype.HIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Qg(c,a)};
Object.defineProperty(v.prototype,"mShape2Face",{get:v.prototype.jHa,set:v.prototype.HIa});v.prototype.__destroy__=function(){Rg(this.kDa)};function e6(){throw"cannot construct a ContactListenerEm, no constructor in IDL";}e6.prototype=Object.create(D5.prototype);e6.prototype.constructor=e6;e6.prototype.lDa=e6;e6.mDa={};d.ContactListenerEm=e6;e6.prototype.__destroy__=function(){Sg(this.kDa)};function f6(){throw"cannot construct a SoftBodyContactListenerEm, no constructor in IDL";}f6.prototype=Object.create(E5.prototype);
f6.prototype.constructor=f6;f6.prototype.lDa=f6;f6.mDa={};d.SoftBodyContactListenerEm=f6;f6.prototype.__destroy__=function(){Tg(this.kDa)};function g6(){throw"cannot construct a RayCastBodyCollector, no constructor in IDL";}g6.prototype=Object.create(e.prototype);g6.prototype.constructor=g6;g6.prototype.lDa=g6;g6.mDa={};d.RayCastBodyCollector=g6;g6.prototype.Reset=function(){Ug(this.kDa)};g6.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vg(c,a)};
g6.prototype.GetContext=function(){return l(Wg(this.kDa),q)};g6.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xg(c,a)};g6.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?Yg(c):Zg(c,a)};g6.prototype.ForceEarlyOut=function(){$g(this.kDa)};g6.prototype.ShouldEarlyOut=function(){return!!ah(this.kDa)};g6.prototype.GetEarlyOutFraction=function(){return bh(this.kDa)};
g6.prototype.GetPositiveEarlyOutFraction=function(){return ch(this.kDa)};g6.prototype.__destroy__=function(){dh(this.kDa)};function h6(){throw"cannot construct a CollideShapeBodyCollector, no constructor in IDL";}h6.prototype=Object.create(e.prototype);h6.prototype.constructor=h6;h6.prototype.lDa=h6;h6.mDa={};d.CollideShapeBodyCollector=h6;h6.prototype.Reset=function(){eh(this.kDa)};h6.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fh(c,a)};
h6.prototype.GetContext=function(){return l(gh(this.kDa),q)};h6.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hh(c,a)};h6.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?ih(c):jh(c,a)};h6.prototype.ForceEarlyOut=function(){kh(this.kDa)};h6.prototype.ShouldEarlyOut=function(){return!!lh(this.kDa)};h6.prototype.GetEarlyOutFraction=function(){return mh(this.kDa)};
h6.prototype.GetPositiveEarlyOutFraction=function(){return nh(this.kDa)};h6.prototype.__destroy__=function(){oh(this.kDa)};function i6(){throw"cannot construct a CastShapeBodyCollector, no constructor in IDL";}i6.prototype=Object.create(e.prototype);i6.prototype.constructor=i6;i6.prototype.lDa=i6;i6.mDa={};d.CastShapeBodyCollector=i6;i6.prototype.Reset=function(){ph(this.kDa)};i6.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qh(c,a)};
i6.prototype.GetContext=function(){return l(rh(this.kDa),q)};i6.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);sh(c,a)};i6.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?th(c):uh(c,a)};i6.prototype.ForceEarlyOut=function(){vh(this.kDa)};i6.prototype.ShouldEarlyOut=function(){return!!wh(this.kDa)};i6.prototype.GetEarlyOutFraction=function(){return xh(this.kDa)};
i6.prototype.GetPositiveEarlyOutFraction=function(){return yh(this.kDa)};i6.prototype.__destroy__=function(){zh(this.kDa)};function j6(){throw"cannot construct a CastRayCollector, no constructor in IDL";}j6.prototype=Object.create(e.prototype);j6.prototype.constructor=j6;j6.prototype.lDa=j6;j6.mDa={};d.CastRayCollector=j6;j6.prototype.Reset=function(){Ah(this.kDa)};j6.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bh(c,a)};
j6.prototype.GetContext=function(){return l(Ch(this.kDa),q)};j6.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dh(c,a)};j6.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?Eh(c):Fh(c,a)};j6.prototype.ForceEarlyOut=function(){Gh(this.kDa)};j6.prototype.ShouldEarlyOut=function(){return!!Hh(this.kDa)};j6.prototype.GetEarlyOutFraction=function(){return Ih(this.kDa)};
j6.prototype.GetPositiveEarlyOutFraction=function(){return Jh(this.kDa)};j6.prototype.__destroy__=function(){Kh(this.kDa)};function k6(){throw"cannot construct a CollidePointCollector, no constructor in IDL";}k6.prototype=Object.create(e.prototype);k6.prototype.constructor=k6;k6.prototype.lDa=k6;k6.mDa={};d.CollidePointCollector=k6;k6.prototype.Reset=function(){Lh(this.kDa)};k6.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Mh(c,a)};
k6.prototype.GetContext=function(){return l(Nh(this.kDa),q)};k6.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Oh(c,a)};k6.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?Ph(c):Qh(c,a)};k6.prototype.ForceEarlyOut=function(){Rh(this.kDa)};k6.prototype.ShouldEarlyOut=function(){return!!Sh(this.kDa)};k6.prototype.GetEarlyOutFraction=function(){return Th(this.kDa)};
k6.prototype.GetPositiveEarlyOutFraction=function(){return Uh(this.kDa)};k6.prototype.__destroy__=function(){Vh(this.kDa)};function l6(){throw"cannot construct a CollideSettingsBase, no constructor in IDL";}l6.prototype=Object.create(e.prototype);l6.prototype.constructor=l6;l6.prototype.lDa=l6;l6.mDa={};d.CollideSettingsBase=l6;l6.prototype.get_mActiveEdgeMode=l6.prototype.uEa=function(){return Wh(this.kDa)};
l6.prototype.set_mActiveEdgeMode=l6.prototype.iFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xh(c,a)};Object.defineProperty(l6.prototype,"mActiveEdgeMode",{get:l6.prototype.uEa,set:l6.prototype.iFa});l6.prototype.get_mCollectFacesMode=l6.prototype.xEa=function(){return Yh(this.kDa)};l6.prototype.set_mCollectFacesMode=l6.prototype.lFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Zh(c,a)};
Object.defineProperty(l6.prototype,"mCollectFacesMode",{get:l6.prototype.xEa,set:l6.prototype.lFa});l6.prototype.get_mCollisionTolerance=l6.prototype.dEa=function(){return $h(this.kDa)};l6.prototype.set_mCollisionTolerance=l6.prototype.mEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ai(c,a)};Object.defineProperty(l6.prototype,"mCollisionTolerance",{get:l6.prototype.dEa,set:l6.prototype.mEa});l6.prototype.get_mPenetrationTolerance=l6.prototype.REa=function(){return bi(this.kDa)};
l6.prototype.set_mPenetrationTolerance=l6.prototype.GFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ci(c,a)};Object.defineProperty(l6.prototype,"mPenetrationTolerance",{get:l6.prototype.REa,set:l6.prototype.GFa});l6.prototype.get_mActiveEdgeMovementDirection=l6.prototype.vEa=function(){return l(di(this.kDa),p)};l6.prototype.set_mActiveEdgeMovementDirection=l6.prototype.jFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ei(c,a)};
Object.defineProperty(l6.prototype,"mActiveEdgeMovementDirection",{get:l6.prototype.vEa,set:l6.prototype.jFa});l6.prototype.__destroy__=function(){fi(this.kDa)};function m6(){throw"cannot construct a CollideShapeCollector, no constructor in IDL";}m6.prototype=Object.create(e.prototype);m6.prototype.constructor=m6;m6.prototype.lDa=m6;m6.mDa={};d.CollideShapeCollector=m6;m6.prototype.Reset=function(){gi(this.kDa)};
m6.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hi(c,a)};m6.prototype.GetContext=function(){return l(ii(this.kDa),q)};m6.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ji(c,a)};m6.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?ki(c):li(c,a)};m6.prototype.ForceEarlyOut=function(){mi(this.kDa)};m6.prototype.ShouldEarlyOut=function(){return!!ni(this.kDa)};
m6.prototype.GetEarlyOutFraction=function(){return oi(this.kDa)};m6.prototype.GetPositiveEarlyOutFraction=function(){return pi(this.kDa)};m6.prototype.__destroy__=function(){qi(this.kDa)};function n6(){throw"cannot construct a CastShapeCollector, no constructor in IDL";}n6.prototype=Object.create(e.prototype);n6.prototype.constructor=n6;n6.prototype.lDa=n6;n6.mDa={};d.CastShapeCollector=n6;n6.prototype.Reset=function(){ri(this.kDa)};
n6.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);si(c,a)};n6.prototype.GetContext=function(){return l(ti(this.kDa),q)};n6.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ui(c,a)};n6.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?vi(c):wi(c,a)};n6.prototype.ForceEarlyOut=function(){xi(this.kDa)};n6.prototype.ShouldEarlyOut=function(){return!!yi(this.kDa)};
n6.prototype.GetEarlyOutFraction=function(){return zi(this.kDa)};n6.prototype.GetPositiveEarlyOutFraction=function(){return Ai(this.kDa)};n6.prototype.__destroy__=function(){Bi(this.kDa)};function o6(){throw"cannot construct a TransformedShapeCollector, no constructor in IDL";}o6.prototype=Object.create(e.prototype);o6.prototype.constructor=o6;o6.prototype.lDa=o6;o6.mDa={};d.TransformedShapeCollector=o6;o6.prototype.Reset=function(){Ci(this.kDa)};
o6.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Di(c,a)};o6.prototype.GetContext=function(){return l(Ei(this.kDa),q)};o6.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Fi(c,a)};o6.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?Gi(c):Hi(c,a)};o6.prototype.ForceEarlyOut=function(){Ii(this.kDa)};o6.prototype.ShouldEarlyOut=function(){return!!Ji(this.kDa)};
o6.prototype.GetEarlyOutFraction=function(){return Ki(this.kDa)};o6.prototype.GetPositiveEarlyOutFraction=function(){return Li(this.kDa)};o6.prototype.__destroy__=function(){Mi(this.kDa)};function p6(){throw"cannot construct a PhysicsStepListener, no constructor in IDL";}p6.prototype=Object.create(e.prototype);p6.prototype.constructor=p6;p6.prototype.lDa=p6;p6.mDa={};d.PhysicsStepListener=p6;p6.prototype.__destroy__=function(){Ni(this.kDa)};
function q6(){throw"cannot construct a BodyActivationListenerEm, no constructor in IDL";}q6.prototype=Object.create(F5.prototype);q6.prototype.constructor=q6;q6.prototype.lDa=q6;q6.mDa={};d.BodyActivationListenerEm=q6;q6.prototype.__destroy__=function(){Oi(this.kDa)};
function w(a,c,b,f,g){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);this.kDa=void 0===a?Pi():void 0===c?_emscripten_bind_BodyCreationSettings_BodyCreationSettings_1(a):void 0===b?_emscripten_bind_BodyCreationSettings_BodyCreationSettings_2(a,c):void 0===f?_emscripten_bind_BodyCreationSettings_BodyCreationSettings_3(a,c,b):void 0===g?_emscripten_bind_BodyCreationSettings_BodyCreationSettings_4(a,
c,b,f):Qi(a,c,b,f,g);h(w)[this.kDa]=this}w.prototype=Object.create(e.prototype);w.prototype.constructor=w;w.prototype.lDa=w;w.mDa={};d.BodyCreationSettings=w;w.prototype.GetShapeSettings=function(){return l(Ri(this.kDa),v5)};w.prototype.SetShapeSettings=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Si(c,a)};w.prototype.ConvertShapeSettings=function(){return l(Ti(this.kDa),w5)};w.prototype.GetShape=function(){return l(Ui(this.kDa),m)};
w.prototype.SetShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vi(c,a)};w.prototype.HasMassProperties=function(){return!!Wi(this.kDa)};w.prototype.GetMassProperties=function(){return l(Xi(this.kDa),x5)};w.prototype.get_mPosition=w.prototype.yDa=function(){return l(Yi(this.kDa),x)};w.prototype.set_mPosition=w.prototype.ADa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Zi(c,a)};Object.defineProperty(w.prototype,"mPosition",{get:w.prototype.yDa,set:w.prototype.ADa});
w.prototype.get_mRotation=w.prototype.ODa=function(){return l($i(this.kDa),t)};w.prototype.set_mRotation=w.prototype.VDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aj(c,a)};Object.defineProperty(w.prototype,"mRotation",{get:w.prototype.ODa,set:w.prototype.VDa});w.prototype.get_mLinearVelocity=w.prototype.HEa=function(){return l(bj(this.kDa),p)};w.prototype.set_mLinearVelocity=w.prototype.wFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cj(c,a)};
Object.defineProperty(w.prototype,"mLinearVelocity",{get:w.prototype.HEa,set:w.prototype.wFa});w.prototype.get_mAngularVelocity=w.prototype.wEa=function(){return l(dj(this.kDa),p)};w.prototype.set_mAngularVelocity=w.prototype.kFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ej(c,a)};Object.defineProperty(w.prototype,"mAngularVelocity",{get:w.prototype.wEa,set:w.prototype.kFa});w.prototype.get_mUserData=w.prototype.nDa=function(){return fj(this.kDa)};
w.prototype.set_mUserData=w.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gj(c,a)};Object.defineProperty(w.prototype,"mUserData",{get:w.prototype.nDa,set:w.prototype.oDa});w.prototype.get_mObjectLayer=w.prototype.PEa=function(){return hj(this.kDa)};w.prototype.set_mObjectLayer=w.prototype.EFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ij(c,a)};Object.defineProperty(w.prototype,"mObjectLayer",{get:w.prototype.PEa,set:w.prototype.EFa});
w.prototype.get_mCollisionGroup=w.prototype.yEa=function(){return l(jj(this.kDa),r6)};w.prototype.set_mCollisionGroup=w.prototype.mFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kj(c,a)};Object.defineProperty(w.prototype,"mCollisionGroup",{get:w.prototype.yEa,set:w.prototype.mFa});w.prototype.get_mMotionType=w.prototype.XGa=function(){return lj(this.kDa)};w.prototype.set_mMotionType=w.prototype.tIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mj(c,a)};
Object.defineProperty(w.prototype,"mMotionType",{get:w.prototype.XGa,set:w.prototype.tIa});w.prototype.get_mAllowedDOFs=w.prototype.aGa=function(){return nj(this.kDa)};w.prototype.set_mAllowedDOFs=w.prototype.yHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);oj(c,a)};Object.defineProperty(w.prototype,"mAllowedDOFs",{get:w.prototype.aGa,set:w.prototype.yHa});w.prototype.get_mAllowDynamicOrKinematic=w.prototype.$Fa=function(){return!!pj(this.kDa)};
w.prototype.set_mAllowDynamicOrKinematic=w.prototype.xHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qj(c,a)};Object.defineProperty(w.prototype,"mAllowDynamicOrKinematic",{get:w.prototype.$Fa,set:w.prototype.xHa});w.prototype.get_mIsSensor=w.prototype.hEa=function(){return!!rj(this.kDa)};w.prototype.set_mIsSensor=w.prototype.qEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);sj(c,a)};Object.defineProperty(w.prototype,"mIsSensor",{get:w.prototype.hEa,set:w.prototype.qEa});
w.prototype.get_mUseManifoldReduction=w.prototype.dFa=function(){return!!tj(this.kDa)};w.prototype.set_mUseManifoldReduction=w.prototype.TFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);uj(c,a)};Object.defineProperty(w.prototype,"mUseManifoldReduction",{get:w.prototype.dFa,set:w.prototype.TFa});w.prototype.get_mCollideKinematicVsNonDynamic=w.prototype.rGa=function(){return!!vj(this.kDa)};
w.prototype.set_mCollideKinematicVsNonDynamic=w.prototype.OHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);wj(c,a)};Object.defineProperty(w.prototype,"mCollideKinematicVsNonDynamic",{get:w.prototype.rGa,set:w.prototype.OHa});w.prototype.get_mApplyGyroscopicForce=w.prototype.bGa=function(){return!!xj(this.kDa)};w.prototype.set_mApplyGyroscopicForce=w.prototype.zHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);yj(c,a)};
Object.defineProperty(w.prototype,"mApplyGyroscopicForce",{get:w.prototype.bGa,set:w.prototype.zHa});w.prototype.get_mMotionQuality=w.prototype.WGa=function(){return zj(this.kDa)};w.prototype.set_mMotionQuality=w.prototype.sIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Aj(c,a)};Object.defineProperty(w.prototype,"mMotionQuality",{get:w.prototype.WGa,set:w.prototype.sIa});w.prototype.get_mEnhancedInternalEdgeRemoval=w.prototype.eEa=function(){return!!Bj(this.kDa)};
w.prototype.set_mEnhancedInternalEdgeRemoval=w.prototype.nEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Cj(c,a)};Object.defineProperty(w.prototype,"mEnhancedInternalEdgeRemoval",{get:w.prototype.eEa,set:w.prototype.nEa});w.prototype.get_mAllowSleeping=w.prototype.bEa=function(){return!!Dj(this.kDa)};w.prototype.set_mAllowSleeping=w.prototype.kEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ej(c,a)};
Object.defineProperty(w.prototype,"mAllowSleeping",{get:w.prototype.bEa,set:w.prototype.kEa});w.prototype.get_mFriction=w.prototype.DEa=function(){return Fj(this.kDa)};w.prototype.set_mFriction=w.prototype.sFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Gj(c,a)};Object.defineProperty(w.prototype,"mFriction",{get:w.prototype.DEa,set:w.prototype.sFa});w.prototype.get_mRestitution=w.prototype.TEa=function(){return Hj(this.kDa)};
w.prototype.set_mRestitution=w.prototype.IFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ij(c,a)};Object.defineProperty(w.prototype,"mRestitution",{get:w.prototype.TEa,set:w.prototype.IFa});w.prototype.get_mLinearDamping=w.prototype.GEa=function(){return Jj(this.kDa)};w.prototype.set_mLinearDamping=w.prototype.vFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kj(c,a)};Object.defineProperty(w.prototype,"mLinearDamping",{get:w.prototype.GEa,set:w.prototype.vFa});
w.prototype.get_mAngularDamping=w.prototype.FDa=function(){return Lj(this.kDa)};w.prototype.set_mAngularDamping=w.prototype.HDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Mj(c,a)};Object.defineProperty(w.prototype,"mAngularDamping",{get:w.prototype.FDa,set:w.prototype.HDa});w.prototype.get_mMaxLinearVelocity=w.prototype.MEa=function(){return Nj(this.kDa)};w.prototype.set_mMaxLinearVelocity=w.prototype.BFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Oj(c,a)};
Object.defineProperty(w.prototype,"mMaxLinearVelocity",{get:w.prototype.MEa,set:w.prototype.BFa});w.prototype.get_mMaxAngularVelocity=w.prototype.PGa=function(){return Pj(this.kDa)};w.prototype.set_mMaxAngularVelocity=w.prototype.lIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Qj(c,a)};Object.defineProperty(w.prototype,"mMaxAngularVelocity",{get:w.prototype.PGa,set:w.prototype.lIa});w.prototype.get_mGravityFactor=w.prototype.EEa=function(){return Rj(this.kDa)};
w.prototype.set_mGravityFactor=w.prototype.tFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Sj(c,a)};Object.defineProperty(w.prototype,"mGravityFactor",{get:w.prototype.EEa,set:w.prototype.tFa});w.prototype.get_mNumVelocityStepsOverride=w.prototype.qDa=function(){return Tj(this.kDa)};w.prototype.set_mNumVelocityStepsOverride=w.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Uj(c,a)};
Object.defineProperty(w.prototype,"mNumVelocityStepsOverride",{get:w.prototype.qDa,set:w.prototype.sDa});w.prototype.get_mNumPositionStepsOverride=w.prototype.pDa=function(){return Vj(this.kDa)};w.prototype.set_mNumPositionStepsOverride=w.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Wj(c,a)};Object.defineProperty(w.prototype,"mNumPositionStepsOverride",{get:w.prototype.pDa,set:w.prototype.rDa});w.prototype.get_mOverrideMassProperties=w.prototype.cHa=function(){return Xj(this.kDa)};
w.prototype.set_mOverrideMassProperties=w.prototype.zIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Yj(c,a)};Object.defineProperty(w.prototype,"mOverrideMassProperties",{get:w.prototype.cHa,set:w.prototype.zIa});w.prototype.get_mInertiaMultiplier=w.prototype.EGa=function(){return Zj(this.kDa)};w.prototype.set_mInertiaMultiplier=w.prototype.aIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ak(c,a)};
Object.defineProperty(w.prototype,"mInertiaMultiplier",{get:w.prototype.EGa,set:w.prototype.aIa});w.prototype.get_mMassPropertiesOverride=w.prototype.OGa=function(){return l(bk(this.kDa),x5)};w.prototype.set_mMassPropertiesOverride=w.prototype.kIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ck(c,a)};Object.defineProperty(w.prototype,"mMassPropertiesOverride",{get:w.prototype.OGa,set:w.prototype.kIa});w.prototype.__destroy__=function(){dk(this.kDa)};
function s6(){throw"cannot construct a CharacterBaseSettings, no constructor in IDL";}s6.prototype=Object.create(e.prototype);s6.prototype.constructor=s6;s6.prototype.lDa=s6;s6.mDa={};d.CharacterBaseSettings=s6;s6.prototype.GetRefCount=function(){return ek(this.kDa)};s6.prototype.AddRef=function(){fk(this.kDa)};s6.prototype.Release=function(){gk(this.kDa)};s6.prototype.get_mUp=s6.prototype.cFa=function(){return l(hk(this.kDa),p)};
s6.prototype.set_mUp=s6.prototype.SFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ik(c,a)};Object.defineProperty(s6.prototype,"mUp",{get:s6.prototype.cFa,set:s6.prototype.SFa});s6.prototype.get_mSupportingVolume=s6.prototype.nHa=function(){return l(jk(this.kDa),t6)};s6.prototype.set_mSupportingVolume=s6.prototype.LIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kk(c,a)};Object.defineProperty(s6.prototype,"mSupportingVolume",{get:s6.prototype.nHa,set:s6.prototype.LIa});
s6.prototype.get_mMaxSlopeAngle=s6.prototype.TGa=function(){return lk(this.kDa)};s6.prototype.set_mMaxSlopeAngle=s6.prototype.pIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mk(c,a)};Object.defineProperty(s6.prototype,"mMaxSlopeAngle",{get:s6.prototype.TGa,set:s6.prototype.pIa});s6.prototype.get_mEnhancedInternalEdgeRemoval=s6.prototype.eEa=function(){return!!nk(this.kDa)};
s6.prototype.set_mEnhancedInternalEdgeRemoval=s6.prototype.nEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ok(c,a)};Object.defineProperty(s6.prototype,"mEnhancedInternalEdgeRemoval",{get:s6.prototype.eEa,set:s6.prototype.nEa});s6.prototype.get_mShape=s6.prototype.PDa=function(){return l(pk(this.kDa),m)};s6.prototype.set_mShape=s6.prototype.sEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qk(c,a)};Object.defineProperty(s6.prototype,"mShape",{get:s6.prototype.PDa,set:s6.prototype.sEa});
s6.prototype.__destroy__=function(){rk(this.kDa)};function u6(){throw"cannot construct a CharacterContactListenerEm, no constructor in IDL";}u6.prototype=Object.create(G5.prototype);u6.prototype.constructor=u6;u6.prototype.lDa=u6;u6.mDa={};d.CharacterContactListenerEm=u6;u6.prototype.__destroy__=function(){sk(this.kDa)};function v6(){throw"cannot construct a CharacterVsCharacterCollision, no constructor in IDL";}v6.prototype=Object.create(e.prototype);v6.prototype.constructor=v6;
v6.prototype.lDa=v6;v6.mDa={};d.CharacterVsCharacterCollision=v6;v6.prototype.__destroy__=function(){tk(this.kDa)};function w6(){throw"cannot construct a ObjectVsBroadPhaseLayerFilterEm, no constructor in IDL";}w6.prototype=Object.create(H5.prototype);w6.prototype.constructor=w6;w6.prototype.lDa=w6;w6.mDa={};d.ObjectVsBroadPhaseLayerFilterEm=w6;w6.prototype.__destroy__=function(){uk(this.kDa)};function x6(){this.kDa=vk();h(x6)[this.kDa]=this}x6.prototype=Object.create(e.prototype);
x6.prototype.constructor=x6;x6.prototype.lDa=x6;x6.mDa={};d.ObjectLayerFilter=x6;x6.prototype.__destroy__=function(){wk(this.kDa)};function y6(){this.kDa=xk();h(y6)[this.kDa]=this}y6.prototype=Object.create(e.prototype);y6.prototype.constructor=y6;y6.prototype.lDa=y6;y6.mDa={};d.ObjectLayerPairFilter=y6;y6.prototype.ShouldCollide=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return!!yk(b,a,c)};y6.prototype.__destroy__=function(){zk(this.kDa)};
function z6(){this.kDa=Ak();h(z6)[this.kDa]=this}z6.prototype=Object.create(e.prototype);z6.prototype.constructor=z6;z6.prototype.lDa=z6;z6.mDa={};d.BodyFilter=z6;z6.prototype.__destroy__=function(){Bk(this.kDa)};function A6(){this.kDa=Ck();h(A6)[this.kDa]=this}A6.prototype=Object.create(e.prototype);A6.prototype.constructor=A6;A6.prototype.lDa=A6;A6.mDa={};d.ShapeFilter=A6;A6.prototype.__destroy__=function(){Dk(this.kDa)};function B6(){this.kDa=Ek();h(B6)[this.kDa]=this}B6.prototype=Object.create(e.prototype);
B6.prototype.constructor=B6;B6.prototype.lDa=B6;B6.mDa={};d.SimShapeFilter=B6;B6.prototype.__destroy__=function(){Fk(this.kDa)};function C6(){throw"cannot construct a CharacterBase, no constructor in IDL";}C6.prototype=Object.create(e.prototype);C6.prototype.constructor=C6;C6.prototype.lDa=C6;C6.mDa={};d.CharacterBase=C6;C6.prototype.GetRefCount=function(){return Gk(this.kDa)};C6.prototype.AddRef=function(){Hk(this.kDa)};C6.prototype.Release=function(){Ik(this.kDa)};
C6.prototype.SetMaxSlopeAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jk(c,a)};C6.prototype.GetCosMaxSlopeAngle=function(){return Kk(this.kDa)};C6.prototype.SetUp=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Lk(c,a)};C6.prototype.GetUp=function(){return l(Mk(this.kDa),p)};C6.prototype.GetShape=function(){return l(Nk(this.kDa),m)};C6.prototype.GetGroundState=function(){return Ok(this.kDa)};
C6.prototype.IsSlopeTooSteep=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!Pk(c,a)};C6.prototype.IsSupported=function(){return!!Qk(this.kDa)};C6.prototype.GetGroundPosition=function(){return l(Rk(this.kDa),x)};C6.prototype.GetGroundNormal=function(){return l(Sk(this.kDa),p)};C6.prototype.GetGroundVelocity=function(){return l(Tk(this.kDa),p)};C6.prototype.GetGroundMaterial=function(){return l(Uk(this.kDa),y5)};C6.prototype.GetGroundBodyID=function(){return l(Vk(this.kDa),N5)};
C6.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Wk(c,a)};C6.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xk(c,a)};C6.prototype.__destroy__=function(){Yk(this.kDa)};function D6(){throw"cannot construct a VehicleCollisionTester, no constructor in IDL";}D6.prototype=Object.create(e.prototype);D6.prototype.constructor=D6;D6.prototype.lDa=D6;D6.mDa={};d.VehicleCollisionTester=D6;D6.prototype.GetRefCount=function(){return Zk(this.kDa)};
D6.prototype.AddRef=function(){$k(this.kDa)};D6.prototype.Release=function(){al(this.kDa)};D6.prototype.__destroy__=function(){bl(this.kDa)};function E6(){throw"cannot construct a VehicleConstraintCallbacksEm, no constructor in IDL";}E6.prototype=Object.create(e.prototype);E6.prototype.constructor=E6;E6.prototype.lDa=E6;E6.mDa={};d.VehicleConstraintCallbacksEm=E6;E6.prototype.SetVehicleConstraint=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cl(c,a)};E6.prototype.__destroy__=function(){dl(this.kDa)};
function F6(){throw"cannot construct a WheeledVehicleControllerCallbacksEm, no constructor in IDL";}F6.prototype=Object.create(e.prototype);F6.prototype.constructor=F6;F6.prototype.lDa=F6;F6.mDa={};d.WheeledVehicleControllerCallbacksEm=F6;F6.prototype.SetWheeledVehicleController=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);el(c,a)};F6.prototype.__destroy__=function(){fl(this.kDa)};function y(){this.kDa=gl();h(y)[this.kDa]=this}y.prototype=Object.create(e.prototype);
y.prototype.constructor=y;y.prototype.lDa=y;y.mDa={};d.WheelSettings=y;y.prototype.GetRefCount=function(){return hl(this.kDa)};y.prototype.AddRef=function(){il(this.kDa)};y.prototype.Release=function(){jl(this.kDa)};y.prototype.get_mPosition=y.prototype.yDa=function(){return l(kl(this.kDa),p)};y.prototype.set_mPosition=y.prototype.ADa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ll(c,a)};Object.defineProperty(y.prototype,"mPosition",{get:y.prototype.yDa,set:y.prototype.ADa});
y.prototype.get_mSuspensionForcePoint=y.prototype.XEa=function(){return l(ml(this.kDa),p)};y.prototype.set_mSuspensionForcePoint=y.prototype.MFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nl(c,a)};Object.defineProperty(y.prototype,"mSuspensionForcePoint",{get:y.prototype.XEa,set:y.prototype.MFa});y.prototype.get_mSuspensionDirection=y.prototype.WEa=function(){return l(ol(this.kDa),p)};
y.prototype.set_mSuspensionDirection=y.prototype.LFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pl(c,a)};Object.defineProperty(y.prototype,"mSuspensionDirection",{get:y.prototype.WEa,set:y.prototype.LFa});y.prototype.get_mSteeringAxis=y.prototype.UEa=function(){return l(ql(this.kDa),p)};y.prototype.set_mSteeringAxis=y.prototype.JFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rl(c,a)};Object.defineProperty(y.prototype,"mSteeringAxis",{get:y.prototype.UEa,set:y.prototype.JFa});
y.prototype.get_mWheelUp=y.prototype.fFa=function(){return l(sl(this.kDa),p)};y.prototype.set_mWheelUp=y.prototype.VFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tl(c,a)};Object.defineProperty(y.prototype,"mWheelUp",{get:y.prototype.fFa,set:y.prototype.VFa});y.prototype.get_mWheelForward=y.prototype.eFa=function(){return l(ul(this.kDa),p)};y.prototype.set_mWheelForward=y.prototype.UFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vl(c,a)};
Object.defineProperty(y.prototype,"mWheelForward",{get:y.prototype.eFa,set:y.prototype.UFa});y.prototype.get_mSuspensionSpring=y.prototype.aFa=function(){return l(wl(this.kDa),G6)};y.prototype.set_mSuspensionSpring=y.prototype.QFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xl(c,a)};Object.defineProperty(y.prototype,"mSuspensionSpring",{get:y.prototype.aFa,set:y.prototype.QFa});y.prototype.get_mSuspensionMinLength=y.prototype.ZEa=function(){return yl(this.kDa)};
y.prototype.set_mSuspensionMinLength=y.prototype.OFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zl(c,a)};Object.defineProperty(y.prototype,"mSuspensionMinLength",{get:y.prototype.ZEa,set:y.prototype.OFa});y.prototype.get_mSuspensionMaxLength=y.prototype.YEa=function(){return Al(this.kDa)};y.prototype.set_mSuspensionMaxLength=y.prototype.NFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bl(c,a)};
Object.defineProperty(y.prototype,"mSuspensionMaxLength",{get:y.prototype.YEa,set:y.prototype.NFa});y.prototype.get_mSuspensionPreloadLength=y.prototype.$Ea=function(){return Cl(this.kDa)};y.prototype.set_mSuspensionPreloadLength=y.prototype.PFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dl(c,a)};Object.defineProperty(y.prototype,"mSuspensionPreloadLength",{get:y.prototype.$Ea,set:y.prototype.PFa});y.prototype.get_mRadius=y.prototype.NDa=function(){return El(this.kDa)};
y.prototype.set_mRadius=y.prototype.UDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Fl(c,a)};Object.defineProperty(y.prototype,"mRadius",{get:y.prototype.NDa,set:y.prototype.UDa});y.prototype.get_mWidth=y.prototype.hFa=function(){return Gl(this.kDa)};y.prototype.set_mWidth=y.prototype.XFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Hl(c,a)};Object.defineProperty(y.prototype,"mWidth",{get:y.prototype.hFa,set:y.prototype.XFa});
y.prototype.get_mEnableSuspensionForcePoint=y.prototype.BEa=function(){return!!Il(this.kDa)};y.prototype.set_mEnableSuspensionForcePoint=y.prototype.qFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jl(c,a)};Object.defineProperty(y.prototype,"mEnableSuspensionForcePoint",{get:y.prototype.BEa,set:y.prototype.qFa});y.prototype.__destroy__=function(){Kl(this.kDa)};function H6(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=Ll(a);h(H6)[this.kDa]=this}H6.prototype=Object.create(e.prototype);
H6.prototype.constructor=H6;H6.prototype.lDa=H6;H6.mDa={};d.Wheel=H6;H6.prototype.GetSettings=function(){return l(Ml(this.kDa),y)};H6.prototype.GetAngularVelocity=function(){return Nl(this.kDa)};H6.prototype.SetAngularVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ol(c,a)};H6.prototype.GetRotationAngle=function(){return Pl(this.kDa)};H6.prototype.SetRotationAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ql(c,a)};H6.prototype.GetSteerAngle=function(){return Rl(this.kDa)};
H6.prototype.SetSteerAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Sl(c,a)};H6.prototype.HasContact=function(){return!!Tl(this.kDa)};H6.prototype.GetContactBodyID=function(){return l(Ul(this.kDa),N5)};H6.prototype.GetContactPosition=function(){return l(Vl(this.kDa),x)};H6.prototype.GetContactPointVelocity=function(){return l(Wl(this.kDa),p)};H6.prototype.GetContactNormal=function(){return l(Xl(this.kDa),p)};
H6.prototype.GetContactLongitudinal=function(){return l(Yl(this.kDa),p)};H6.prototype.GetContactLateral=function(){return l(Zl(this.kDa),p)};H6.prototype.GetSuspensionLength=function(){return $l(this.kDa)};H6.prototype.HasHitHardPoint=function(){return!!am(this.kDa)};H6.prototype.GetSuspensionLambda=function(){return bm(this.kDa)};H6.prototype.GetLongitudinalLambda=function(){return cm(this.kDa)};H6.prototype.GetLateralLambda=function(){return dm(this.kDa)};H6.prototype.__destroy__=function(){em(this.kDa)};
function I6(){throw"cannot construct a VehicleTrackSettings, no constructor in IDL";}I6.prototype=Object.create(e.prototype);I6.prototype.constructor=I6;I6.prototype.lDa=I6;I6.mDa={};d.VehicleTrackSettings=I6;I6.prototype.get_mDrivenWheel=I6.prototype.yGa=function(){return fm(this.kDa)};I6.prototype.set_mDrivenWheel=I6.prototype.VHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gm(c,a)};Object.defineProperty(I6.prototype,"mDrivenWheel",{get:I6.prototype.yGa,set:I6.prototype.VHa});
I6.prototype.get_mWheels=I6.prototype.gFa=function(){return l(hm(this.kDa),J6)};I6.prototype.set_mWheels=I6.prototype.WFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);im(c,a)};Object.defineProperty(I6.prototype,"mWheels",{get:I6.prototype.gFa,set:I6.prototype.WFa});I6.prototype.get_mInertia=I6.prototype.KDa=function(){return jm(this.kDa)};I6.prototype.set_mInertia=I6.prototype.RDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);km(c,a)};
Object.defineProperty(I6.prototype,"mInertia",{get:I6.prototype.KDa,set:I6.prototype.RDa});I6.prototype.get_mAngularDamping=I6.prototype.FDa=function(){return lm(this.kDa)};I6.prototype.set_mAngularDamping=I6.prototype.HDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mm(c,a)};Object.defineProperty(I6.prototype,"mAngularDamping",{get:I6.prototype.FDa,set:I6.prototype.HDa});I6.prototype.get_mMaxBrakeTorque=I6.prototype.KEa=function(){return nm(this.kDa)};
I6.prototype.set_mMaxBrakeTorque=I6.prototype.zFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);om(c,a)};Object.defineProperty(I6.prototype,"mMaxBrakeTorque",{get:I6.prototype.KEa,set:I6.prototype.zFa});I6.prototype.get_mDifferentialRatio=I6.prototype.AEa=function(){return pm(this.kDa)};I6.prototype.set_mDifferentialRatio=I6.prototype.oFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qm(c,a)};
Object.defineProperty(I6.prototype,"mDifferentialRatio",{get:I6.prototype.AEa,set:I6.prototype.oFa});I6.prototype.__destroy__=function(){rm(this.kDa)};function K6(){this.kDa=sm();h(K6)[this.kDa]=this}K6.prototype=Object.create(I5.prototype);K6.prototype.constructor=K6;K6.prototype.lDa=K6;K6.mDa={};d.WheeledVehicleControllerSettings=K6;K6.prototype.get_mEngine=K6.prototype.CEa=function(){return l(tm(this.kDa),L6)};
K6.prototype.set_mEngine=K6.prototype.rFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);um(c,a)};Object.defineProperty(K6.prototype,"mEngine",{get:K6.prototype.CEa,set:K6.prototype.rFa});K6.prototype.get_mTransmission=K6.prototype.bFa=function(){return l(wm(this.kDa),z)};K6.prototype.set_mTransmission=K6.prototype.RFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xm(c,a)};Object.defineProperty(K6.prototype,"mTransmission",{get:K6.prototype.bFa,set:K6.prototype.RFa});
K6.prototype.get_mDifferentials=K6.prototype.xGa=function(){return l(ym(this.kDa),M6)};K6.prototype.set_mDifferentials=K6.prototype.UHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zm(c,a)};Object.defineProperty(K6.prototype,"mDifferentials",{get:K6.prototype.xGa,set:K6.prototype.UHa});K6.prototype.get_mDifferentialLimitedSlipRatio=K6.prototype.wGa=function(){return Am(this.kDa)};
K6.prototype.set_mDifferentialLimitedSlipRatio=K6.prototype.THa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bm(c,a)};Object.defineProperty(K6.prototype,"mDifferentialLimitedSlipRatio",{get:K6.prototype.wGa,set:K6.prototype.THa});K6.prototype.__destroy__=function(){Cm(this.kDa)};function L6(){throw"cannot construct a VehicleEngineSettings, no constructor in IDL";}L6.prototype=Object.create(e.prototype);L6.prototype.constructor=L6;L6.prototype.lDa=L6;L6.mDa={};
d.VehicleEngineSettings=L6;L6.prototype.get_mMaxTorque=L6.prototype.UGa=function(){return Dm(this.kDa)};L6.prototype.set_mMaxTorque=L6.prototype.qIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Em(c,a)};Object.defineProperty(L6.prototype,"mMaxTorque",{get:L6.prototype.UGa,set:L6.prototype.qIa});L6.prototype.get_mMinRPM=L6.prototype.VGa=function(){return Fm(this.kDa)};L6.prototype.set_mMinRPM=L6.prototype.rIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Gm(c,a)};
Object.defineProperty(L6.prototype,"mMinRPM",{get:L6.prototype.VGa,set:L6.prototype.rIa});L6.prototype.get_mMaxRPM=L6.prototype.SGa=function(){return Hm(this.kDa)};L6.prototype.set_mMaxRPM=L6.prototype.oIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Im(c,a)};Object.defineProperty(L6.prototype,"mMaxRPM",{get:L6.prototype.SGa,set:L6.prototype.oIa});L6.prototype.get_mNormalizedTorque=L6.prototype.$Ga=function(){return l(Jm(this.kDa),N6)};
L6.prototype.set_mNormalizedTorque=L6.prototype.wIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Km(c,a)};Object.defineProperty(L6.prototype,"mNormalizedTorque",{get:L6.prototype.$Ga,set:L6.prototype.wIa});L6.prototype.get_mInertia=L6.prototype.KDa=function(){return Lm(this.kDa)};L6.prototype.set_mInertia=L6.prototype.RDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Mm(c,a)};Object.defineProperty(L6.prototype,"mInertia",{get:L6.prototype.KDa,set:L6.prototype.RDa});
L6.prototype.get_mAngularDamping=L6.prototype.FDa=function(){return Nm(this.kDa)};L6.prototype.set_mAngularDamping=L6.prototype.HDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Om(c,a)};Object.defineProperty(L6.prototype,"mAngularDamping",{get:L6.prototype.FDa,set:L6.prototype.HDa});L6.prototype.__destroy__=function(){Pm(this.kDa)};function z(){throw"cannot construct a VehicleTransmissionSettings, no constructor in IDL";}z.prototype=Object.create(e.prototype);
z.prototype.constructor=z;z.prototype.lDa=z;z.mDa={};d.VehicleTransmissionSettings=z;z.prototype.get_mMode=z.prototype.NEa=function(){return Qm(this.kDa)};z.prototype.set_mMode=z.prototype.CFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rm(c,a)};Object.defineProperty(z.prototype,"mMode",{get:z.prototype.NEa,set:z.prototype.CFa});z.prototype.get_mGearRatios=z.prototype.zGa=function(){return l(Sm(this.kDa),O6)};
z.prototype.set_mGearRatios=z.prototype.WHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Tm(c,a)};Object.defineProperty(z.prototype,"mGearRatios",{get:z.prototype.zGa,set:z.prototype.WHa});z.prototype.get_mReverseGearRatios=z.prototype.gHa=function(){return l(Um(this.kDa),O6)};z.prototype.set_mReverseGearRatios=z.prototype.DIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vm(c,a)};Object.defineProperty(z.prototype,"mReverseGearRatios",{get:z.prototype.gHa,set:z.prototype.DIa});
z.prototype.get_mSwitchTime=z.prototype.qHa=function(){return Wm(this.kDa)};z.prototype.set_mSwitchTime=z.prototype.OIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xm(c,a)};Object.defineProperty(z.prototype,"mSwitchTime",{get:z.prototype.qHa,set:z.prototype.OIa});z.prototype.get_mClutchReleaseTime=z.prototype.pGa=function(){return Ym(this.kDa)};z.prototype.set_mClutchReleaseTime=z.prototype.MHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Zm(c,a)};
Object.defineProperty(z.prototype,"mClutchReleaseTime",{get:z.prototype.pGa,set:z.prototype.MHa});z.prototype.get_mSwitchLatency=z.prototype.pHa=function(){return $m(this.kDa)};z.prototype.set_mSwitchLatency=z.prototype.NIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);an(c,a)};Object.defineProperty(z.prototype,"mSwitchLatency",{get:z.prototype.pHa,set:z.prototype.NIa});z.prototype.get_mShiftUpRPM=z.prototype.lHa=function(){return bn(this.kDa)};
z.prototype.set_mShiftUpRPM=z.prototype.JIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cn(c,a)};Object.defineProperty(z.prototype,"mShiftUpRPM",{get:z.prototype.lHa,set:z.prototype.JIa});z.prototype.get_mShiftDownRPM=z.prototype.kHa=function(){return dn(this.kDa)};z.prototype.set_mShiftDownRPM=z.prototype.IIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);en(c,a)};Object.defineProperty(z.prototype,"mShiftDownRPM",{get:z.prototype.kHa,set:z.prototype.IIa});
z.prototype.get_mClutchStrength=z.prototype.qGa=function(){return fn(this.kDa)};z.prototype.set_mClutchStrength=z.prototype.NHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gn(c,a)};Object.defineProperty(z.prototype,"mClutchStrength",{get:z.prototype.qGa,set:z.prototype.NHa});z.prototype.__destroy__=function(){hn(this.kDa)};function P6(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=jn(a,c);h(P6)[this.kDa]=this}P6.prototype=Object.create(J5.prototype);
P6.prototype.constructor=P6;P6.prototype.lDa=P6;P6.mDa={};d.WheeledVehicleController=P6;P6.prototype.SetDriverInput=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);kn(g,a,c,b,f)};P6.prototype.SetForwardInput=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ln(c,a)};P6.prototype.GetForwardInput=function(){return mn(this.kDa)};
P6.prototype.SetRightInput=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nn(c,a)};P6.prototype.GetRightInput=function(){return on(this.kDa)};P6.prototype.SetBrakeInput=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pn(c,a)};P6.prototype.GetBrakeInput=function(){return qn(this.kDa)};P6.prototype.SetHandBrakeInput=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rn(c,a)};P6.prototype.GetHandBrakeInput=function(){return sn(this.kDa)};
P6.prototype.GetEngine=function(){return l(tn(this.kDa),Q6)};P6.prototype.GetTransmission=function(){return l(un(this.kDa),A)};P6.prototype.GetDifferentials=function(){return l(vn(this.kDa),M6)};P6.prototype.GetDifferentialLimitedSlipRatio=function(){return wn(this.kDa)};P6.prototype.SetDifferentialLimitedSlipRatio=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xn(c,a)};P6.prototype.GetWheelSpeedAtClutch=function(){return yn(this.kDa)};
P6.prototype.GetConstraint=function(){return l(zn(this.kDa),K5)};P6.prototype.__destroy__=function(){An(this.kDa)};function R6(){throw"cannot construct a SkeletalAnimationJointState, no constructor in IDL";}R6.prototype=Object.create(e.prototype);R6.prototype.constructor=R6;R6.prototype.lDa=R6;R6.mDa={};d.SkeletalAnimationJointState=R6;R6.prototype.FromMatrix=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bn(c,a)};R6.prototype.ToMatrix=function(){return l(Cn(this.kDa),r)};
R6.prototype.get_mTranslation=R6.prototype.sHa=function(){return l(Dn(this.kDa),p)};R6.prototype.set_mTranslation=R6.prototype.QIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);En(c,a)};Object.defineProperty(R6.prototype,"mTranslation",{get:R6.prototype.sHa,set:R6.prototype.QIa});R6.prototype.get_mRotation=R6.prototype.ODa=function(){return l(Fn(this.kDa),t)};R6.prototype.set_mRotation=R6.prototype.VDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Gn(c,a)};
Object.defineProperty(R6.prototype,"mRotation",{get:R6.prototype.ODa,set:R6.prototype.VDa});R6.prototype.__destroy__=function(){Hn(this.kDa)};function S6(){throw"cannot construct a BroadPhaseLayerInterfaceEm, no constructor in IDL";}S6.prototype=Object.create(L5.prototype);S6.prototype.constructor=S6;S6.prototype.lDa=S6;S6.mDa={};d.BroadPhaseLayerInterfaceEm=S6;S6.prototype.GetNumBroadPhaseLayers=function(){return In(this.kDa)};S6.prototype.__destroy__=function(){Jn(this.kDa)};
function T6(){throw"cannot construct a VoidPtr, no constructor in IDL";}T6.prototype=Object.create(e.prototype);T6.prototype.constructor=T6;T6.prototype.lDa=T6;T6.mDa={};d.VoidPtr=T6;T6.prototype.__destroy__=function(){Kn(this.kDa)};
function U6(a,c){if(u5){for(var b=0;b<t5.length;b++)d._webidl_free(t5[b]);t5.length=0;d._webidl_free(q5);q5=0;r5+=u5;u5=0}q5||(r5+=128,(q5=d._webidl_malloc(r5))||xa());s5=0;if(a&&"object"===typeof a)a=a.kDa;else if(b=a,"string"===typeof b){a=Array(Ia(b)+1);Ca(b,a,0,a.length);b=ra;q5||xa();b=a.length*b.BYTES_PER_ELEMENT;b=8*Math.ceil(b/8);if(s5+b>=r5){0<b||xa();u5+=b;var f=d._webidl_malloc(b);t5.push(f)}else f=q5+s5,s5+=b;b=f;for(f=0;f<a.length;f++)ra[b+f]=a[f];a=b}else a=b;c&&"object"===typeof c&&
(c=c.kDa);this.kDa=Ln(a,c);h(U6)[this.kDa]=this}U6.prototype=Object.create(e.prototype);U6.prototype.constructor=U6;U6.prototype.lDa=U6;U6.mDa={};d.JPHString=U6;U6.prototype.c_str=function(){var a=Mn(this.kDa);return a?Ka(sa,a):""};U6.prototype.size=U6.prototype.size=function(){return Nn(this.kDa)};U6.prototype.__destroy__=function(){On(this.kDa)};function V6(){this.kDa=Pn();h(V6)[this.kDa]=this}V6.prototype=Object.create(e.prototype);V6.prototype.constructor=V6;V6.prototype.lDa=V6;V6.mDa={};
d.ArrayVec3=V6;V6.prototype.empty=V6.prototype.empty=function(){return!!Qn(this.kDa)};V6.prototype.size=V6.prototype.size=function(){return Rn(this.kDa)};V6.prototype.at=V6.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Sn(c,a),p)};V6.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Tn(c,a)};V6.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Un(c,a)};
V6.prototype.resize=V6.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vn(c,a)};V6.prototype.clear=V6.prototype.clear=function(){Wn(this.kDa)};V6.prototype.data=V6.prototype.data=function(){return l(Xn(this.kDa),W6)};V6.prototype.__destroy__=function(){Yn(this.kDa)};function X6(){this.kDa=Zn();h(X6)[this.kDa]=this}X6.prototype=Object.create(e.prototype);X6.prototype.constructor=X6;X6.prototype.lDa=X6;X6.mDa={};d.ArrayQuat=X6;X6.prototype.empty=X6.prototype.empty=function(){return!!$n(this.kDa)};
X6.prototype.size=X6.prototype.size=function(){return ao(this.kDa)};X6.prototype.at=X6.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(bo(c,a),t)};X6.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);co(c,a)};X6.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);eo(c,a)};X6.prototype.resize=X6.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fo(c,a)};
X6.prototype.clear=X6.prototype.clear=function(){go(this.kDa)};X6.prototype.data=X6.prototype.data=function(){return l(ho(this.kDa),Y6)};X6.prototype.__destroy__=function(){io(this.kDa)};function Z6(){this.kDa=jo();h(Z6)[this.kDa]=this}Z6.prototype=Object.create(e.prototype);Z6.prototype.constructor=Z6;Z6.prototype.lDa=Z6;Z6.mDa={};d.ArrayMat44=Z6;Z6.prototype.empty=Z6.prototype.empty=function(){return!!ko(this.kDa)};Z6.prototype.size=Z6.prototype.size=function(){return lo(this.kDa)};
Z6.prototype.at=Z6.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(mo(c,a),r)};Z6.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);no(c,a)};Z6.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);oo(c,a)};Z6.prototype.resize=Z6.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);po(c,a)};Z6.prototype.clear=Z6.prototype.clear=function(){qo(this.kDa)};
Z6.prototype.data=Z6.prototype.data=function(){return l(ro(this.kDa),$6)};Z6.prototype.__destroy__=function(){so(this.kDa)};function a7(){this.kDa=to();h(a7)[this.kDa]=this}a7.prototype=Object.create(e.prototype);a7.prototype.constructor=a7;a7.prototype.lDa=a7;a7.mDa={};d.ArrayBodyID=a7;a7.prototype.empty=a7.prototype.empty=function(){return!!uo(this.kDa)};a7.prototype.size=a7.prototype.size=function(){return vo(this.kDa)};
a7.prototype.at=a7.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(wo(c,a),N5)};a7.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xo(c,a)};a7.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);yo(c,a)};a7.prototype.resize=a7.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zo(c,a)};a7.prototype.clear=a7.prototype.clear=function(){Ao(this.kDa)};
a7.prototype.data=a7.prototype.data=function(){return l(Bo(this.kDa),b7)};a7.prototype.__destroy__=function(){Co(this.kDa)};function c7(){this.kDa=Do();h(c7)[this.kDa]=this}c7.prototype=Object.create(e.prototype);c7.prototype.constructor=c7;c7.prototype.lDa=c7;c7.mDa={};d.ArrayBodyPtr=c7;c7.prototype.empty=c7.prototype.empty=function(){return!!Eo(this.kDa)};c7.prototype.size=c7.prototype.size=function(){return Fo(this.kDa)};
c7.prototype.at=c7.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Go(c,a),Body)};c7.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ho(c,a)};c7.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Io(c,a)};c7.prototype.resize=c7.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jo(c,a)};c7.prototype.clear=c7.prototype.clear=function(){Ko(this.kDa)};
c7.prototype.data=c7.prototype.data=function(){return l(Lo(this.kDa),d7)};c7.prototype.__destroy__=function(){Mo(this.kDa)};function W6(){throw"cannot construct a Vec3MemRef, no constructor in IDL";}W6.prototype=Object.create(e.prototype);W6.prototype.constructor=W6;W6.prototype.lDa=W6;W6.mDa={};d.Vec3MemRef=W6;W6.prototype.__destroy__=function(){No(this.kDa)};function Y6(){throw"cannot construct a QuatMemRef, no constructor in IDL";}Y6.prototype=Object.create(e.prototype);
Y6.prototype.constructor=Y6;Y6.prototype.lDa=Y6;Y6.mDa={};d.QuatMemRef=Y6;Y6.prototype.__destroy__=function(){Oo(this.kDa)};function $6(){throw"cannot construct a Mat44MemRef, no constructor in IDL";}$6.prototype=Object.create(e.prototype);$6.prototype.constructor=$6;$6.prototype.lDa=$6;$6.mDa={};d.Mat44MemRef=$6;$6.prototype.__destroy__=function(){Po(this.kDa)};function b7(){throw"cannot construct a BodyIDMemRef, no constructor in IDL";}b7.prototype=Object.create(e.prototype);
b7.prototype.constructor=b7;b7.prototype.lDa=b7;b7.mDa={};d.BodyIDMemRef=b7;b7.prototype.__destroy__=function(){Qo(this.kDa)};function d7(){throw"cannot construct a BodyPtrMemRef, no constructor in IDL";}d7.prototype=Object.create(e.prototype);d7.prototype.constructor=d7;d7.prototype.lDa=d7;d7.mDa={};d.BodyPtrMemRef=d7;d7.prototype.__destroy__=function(){Ro(this.kDa)};function e7(){throw"cannot construct a FloatMemRef, no constructor in IDL";}e7.prototype=Object.create(e.prototype);
e7.prototype.constructor=e7;e7.prototype.lDa=e7;e7.mDa={};d.FloatMemRef=e7;e7.prototype.__destroy__=function(){So(this.kDa)};function f7(){throw"cannot construct a Uint8MemRef, no constructor in IDL";}f7.prototype=Object.create(e.prototype);f7.prototype.constructor=f7;f7.prototype.lDa=f7;f7.mDa={};d.Uint8MemRef=f7;f7.prototype.__destroy__=function(){To(this.kDa)};function g7(){throw"cannot construct a UintMemRef, no constructor in IDL";}g7.prototype=Object.create(e.prototype);
g7.prototype.constructor=g7;g7.prototype.lDa=g7;g7.mDa={};d.UintMemRef=g7;g7.prototype.__destroy__=function(){Uo(this.kDa)};function p(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=void 0===a?Vo():void 0===c?Wo(a):void 0===b?_emscripten_bind_Vec3_Vec3_2(a,c):Xo(a,c,b);h(p)[this.kDa]=this}p.prototype=Object.create(e.prototype);p.prototype.constructor=p;p.prototype.lDa=p;p.mDa={};d.Vec3=p;
p.prototype.sZero=function(){return l(Yo(),p)};p.prototype.sOne=function(){return l(Zo(),p)};p.prototype.sAxisX=function(){return l($o(),p)};p.prototype.sAxisY=function(){return l(ap(),p)};p.prototype.sAxisZ=function(){return l(bp(),p)};p.prototype.sReplicate=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(cp(a),p)};p.prototype.sMin=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(dp(a,c),p)};
p.prototype.sMax=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(ep(a,c),p)};p.prototype.sClamp=function(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return l(fp(a,c,b),p)};p.prototype.sFusedMultiplyAdd=function(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return l(gp(a,c,b),p)};
p.prototype.sOr=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(hp(a,c),p)};p.prototype.sXor=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(ip(a,c),p)};p.prototype.sAnd=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(jp(a,c),p)};p.prototype.sUnitSpherical=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(kp(a,c),p)};
p.prototype.GetComponent=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return lp(c,a)};p.prototype.Equals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!mp(c,a)};p.prototype.NotEquals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!np(c,a)};p.prototype.LengthSq=function(){return op(this.kDa)};p.prototype.Length=function(){return pp(this.kDa)};p.prototype.Normalized=function(){return l(qp(this.kDa),p)};
p.prototype.NormalizedOr=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(rp(c,a),p)};p.prototype.GetNormalizedPerpendicular=function(){return l(sp(this.kDa),p)};p.prototype.GetX=p.prototype.WDa=function(){return tp(this.kDa)};p.prototype.GetY=p.prototype.XDa=function(){return up(this.kDa)};p.prototype.GetZ=p.prototype.YDa=function(){return vp(this.kDa)};p.prototype.SetX=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);wp(c,a)};
p.prototype.SetY=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xp(c,a)};p.prototype.SetZ=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);yp(c,a)};p.prototype.Set=p.prototype.Set=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);zp(f,a,c,b)};p.prototype.SetComponent=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Ap(b,a,c)};
p.prototype.IsNearZero=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return void 0===a?!!Bp(c):!!Cp(c,a)};p.prototype.IsClose=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return void 0===c?!!Dp(b,a):!!Ep(b,a,c)};p.prototype.IsNormalized=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return void 0===a?!!Fp(c):!!Gp(c,a)};p.prototype.GetLowestComponentIndex=function(){return Hp(this.kDa)};
p.prototype.GetHighestComponentIndex=function(){return Ip(this.kDa)};p.prototype.Abs=function(){return l(Jp(this.kDa),p)};p.prototype.Reciprocal=function(){return l(Kp(this.kDa),p)};p.prototype.Cross=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Lp(c,a),p)};p.prototype.Dot=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return Mp(c,a)};p.prototype.DotV=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Np(c,a),p)};
p.prototype.DotV4=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Op(c,a),B)};p.prototype.Add=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Pp(c,a),p)};p.prototype.Sub=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Qp(c,a),p)};p.prototype.Mul=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Rp(c,a),p)};p.prototype.Div=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Sp(c,a),p)};
p.prototype.MulVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Tp(c,a),p)};p.prototype.MulFloat=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Up(c,a),p)};p.prototype.DivVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Vp(c,a),p)};p.prototype.DivFloat=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Wp(c,a),p)};
p.prototype.AddVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Xp(c,a),p)};p.prototype.SubVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Yp(c,a),p)};p.prototype.SplatX=function(){return l(Zp(this.kDa),B)};p.prototype.SplatY=function(){return l($p(this.kDa),B)};p.prototype.SplatZ=function(){return l(aq(this.kDa),B)};p.prototype.ReduceMin=function(){return bq(this.kDa)};p.prototype.ReduceMax=function(){return cq(this.kDa)};
p.prototype.Sqrt=function(){return l(dq(this.kDa),p)};p.prototype.GetSign=function(){return l(eq(this.kDa),p)};p.prototype.__destroy__=function(){fq(this.kDa)};function x(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=void 0===a?gq():void 0===c?_emscripten_bind_RVec3_RVec3_1(a):void 0===b?_emscripten_bind_RVec3_RVec3_2(a,c):hq(a,c,b);h(x)[this.kDa]=this}x.prototype=Object.create(e.prototype);x.prototype.constructor=x;
x.prototype.lDa=x;x.mDa={};d.RVec3=x;x.prototype.sZero=function(){return l(iq(),x)};x.prototype.sOne=function(){return l(jq(),x)};x.prototype.sAxisX=function(){return l(kq(),x)};x.prototype.sAxisY=function(){return l(lq(),x)};x.prototype.sAxisZ=function(){return l(mq(),x)};x.prototype.sReplicate=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(nq(a),x)};x.prototype.sMin=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(oq(a,c),x)};
x.prototype.sMax=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(pq(a,c),x)};x.prototype.sClamp=function(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return l(qq(a,c,b),x)};x.prototype.GetComponent=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return rq(c,a)};x.prototype.Equals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!sq(c,a)};
x.prototype.NotEquals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!tq(c,a)};x.prototype.LengthSq=function(){return uq(this.kDa)};x.prototype.Length=function(){return vq(this.kDa)};x.prototype.Normalized=function(){return l(wq(this.kDa),x)};x.prototype.GetX=x.prototype.WDa=function(){return xq(this.kDa)};x.prototype.GetY=x.prototype.XDa=function(){return yq(this.kDa)};x.prototype.GetZ=x.prototype.YDa=function(){return zq(this.kDa)};
x.prototype.SetX=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Aq(c,a)};x.prototype.SetY=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bq(c,a)};x.prototype.SetZ=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Cq(c,a)};x.prototype.Set=x.prototype.Set=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);Dq(f,a,c,b)};
x.prototype.SetComponent=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Eq(b,a,c)};x.prototype.IsNearZero=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return void 0===a?!!Fq(c):!!Gq(c,a)};x.prototype.IsClose=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return void 0===c?!!Hq(b,a):!!Iq(b,a,c)};
x.prototype.IsNormalized=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return void 0===a?!!Jq(c):!!Kq(c,a)};x.prototype.Abs=function(){return l(Lq(this.kDa),x)};x.prototype.Reciprocal=function(){return l(Mq(this.kDa),x)};x.prototype.Cross=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Nq(c,a),x)};x.prototype.Dot=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return Oq(c,a)};
x.prototype.Add=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Pq(c,a),x)};x.prototype.Sub=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Qq(c,a),x)};x.prototype.Mul=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Rq(c,a),x)};x.prototype.Div=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Sq(c,a),x)};x.prototype.MulRVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Tq(c,a),x)};
x.prototype.MulFloat=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Uq(c,a),x)};x.prototype.DivRVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Vq(c,a),x)};x.prototype.DivFloat=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Wq(c,a),x)};x.prototype.AddRVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Xq(c,a),x)};
x.prototype.SubRVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Yq(c,a),x)};x.prototype.Sqrt=function(){return l(Zq(this.kDa),x)};x.prototype.GetSign=function(){return l($q(this.kDa),x)};x.prototype.__destroy__=function(){ar(this.kDa)};
function B(a,c,b,f){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);this.kDa=void 0===a?br():void 0===c?cr(a):void 0===b?dr(a,c):void 0===f?_emscripten_bind_Vec4_Vec4_3(a,c,b):er(a,c,b,f);h(B)[this.kDa]=this}B.prototype=Object.create(e.prototype);B.prototype.constructor=B;B.prototype.lDa=B;B.mDa={};d.Vec4=B;B.prototype.sZero=function(){return l(fr(),B)};B.prototype.sOne=function(){return l(gr(),B)};
B.prototype.sReplicate=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(hr(a),B)};B.prototype.sMin=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(ir(a,c),B)};B.prototype.sMax=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(jr(a,c),B)};B.prototype.sClamp=function(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return l(kr(a,c,b),B)};
B.prototype.sFusedMultiplyAdd=function(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return l(lr(a,c,b),B)};B.prototype.sOr=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(mr(a,c),B)};B.prototype.sXor=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(nr(a,c),B)};
B.prototype.sAnd=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(or(a,c),B)};B.prototype.GetX=B.prototype.WDa=function(){return pr(this.kDa)};B.prototype.GetY=B.prototype.XDa=function(){return qr(this.kDa)};B.prototype.GetZ=B.prototype.YDa=function(){return rr(this.kDa)};B.prototype.GetW=B.prototype.YFa=function(){return sr(this.kDa)};B.prototype.SetX=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tr(c,a)};
B.prototype.SetY=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ur(c,a)};B.prototype.SetZ=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vr(c,a)};B.prototype.SetW=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);wr(c,a)};B.prototype.Set=B.prototype.Set=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);xr(g,a,c,b,f)};
B.prototype.GetComponent=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return yr(c,a)};B.prototype.IsClose=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return void 0===c?!!zr(b,a):!!Ar(b,a,c)};B.prototype.IsNearZero=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return void 0===a?!!Br(c):!!Cr(c,a)};B.prototype.IsNormalized=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return void 0===a?!!Dr(c):!!Er(c,a)};
B.prototype.GetLowestComponentIndex=function(){return Fr(this.kDa)};B.prototype.GetHighestComponentIndex=function(){return Gr(this.kDa)};B.prototype.Add=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Hr(c,a),B)};B.prototype.Sub=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Ir(c,a),B)};B.prototype.Mul=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Jr(c,a),B)};
B.prototype.Div=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Kr(c,a),B)};B.prototype.MulVec4=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Lr(c,a),B)};B.prototype.MulFloat=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Mr(c,a),B)};B.prototype.DivVec4=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Nr(c,a),B)};
B.prototype.DivFloat=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Or(c,a),B)};B.prototype.AddVec4=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Pr(c,a),B)};B.prototype.SubVec4=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Qr(c,a),B)};B.prototype.__destroy__=function(){Rr(this.kDa)};function h7(){this.kDa=Sr();h(h7)[this.kDa]=this}h7.prototype=Object.create(e.prototype);h7.prototype.constructor=h7;h7.prototype.lDa=h7;h7.mDa={};
d.Vector2=h7;h7.prototype.SetZero=function(){Tr(this.kDa)};h7.prototype.IsZero=function(){Ur(this.kDa)};h7.prototype.IsClose=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);void 0===c?Vr(b,a):Wr(b,a,c)};h7.prototype.IsNormalized=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?Xr(c):Yr(c,a)};h7.prototype.Normalized=function(){return l(Zr(this.kDa),h7)};
h7.prototype.GetComponent=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return $r(c,a)};h7.prototype.Add=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(as(c,a),h7)};h7.prototype.Sub=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(bs(c,a),h7)};h7.prototype.Mul=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(cs(c,a),h7)};h7.prototype.Div=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(ds(c,a),h7)};
h7.prototype.MulFloat=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(es(c,a),h7)};h7.prototype.DivFloat=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(gs(c,a),h7)};h7.prototype.AddVector2=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(hs(c,a),h7)};h7.prototype.SubVector2=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(is(c,a),h7)};
h7.prototype.Dot=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return js(c,a)};h7.prototype.__destroy__=function(){ks(this.kDa)};function t(a,c,b,f){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);this.kDa=void 0===a?ls():void 0===c?_emscripten_bind_Quat_Quat_1(a):void 0===b?_emscripten_bind_Quat_Quat_2(a,c):void 0===f?_emscripten_bind_Quat_Quat_3(a,c,b):ms(a,c,b,f);h(t)[this.kDa]=this}
t.prototype=Object.create(e.prototype);t.prototype.constructor=t;t.prototype.lDa=t;t.mDa={};d.Quat=t;t.prototype.sZero=function(){return l(ns(),t)};t.prototype.sIdentity=function(){return l(ps(),t)};t.prototype.sRotation=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(qs(a,c),t)};t.prototype.sFromTo=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(rs(a,c),t)};
t.prototype.Equals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!ss(c,a)};t.prototype.NotEquals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!ts(c,a)};t.prototype.MulQuat=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(us(c,a),t)};t.prototype.MulVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(vs(c,a),p)};t.prototype.MulFloat=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(xs(c,a),t)};
t.prototype.IsClose=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return void 0===c?!!ys(b,a):!!zs(b,a,c)};t.prototype.IsNormalized=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return void 0===a?!!As(c):!!Bs(c,a)};t.prototype.Length=function(){return Cs(this.kDa)};t.prototype.LengthSq=function(){return Ds(this.kDa)};t.prototype.Normalized=function(){return l(Es(this.kDa),t)};
t.prototype.sEulerAngles=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(Fs(a),t)};t.prototype.GetEulerAngles=function(){return l(Gs(this.kDa),p)};t.prototype.GetX=t.prototype.WDa=function(){return Hs(this.kDa)};t.prototype.GetY=t.prototype.XDa=function(){return Is(this.kDa)};t.prototype.GetZ=t.prototype.YDa=function(){return Js(this.kDa)};t.prototype.GetW=t.prototype.YFa=function(){return Ks(this.kDa)};t.prototype.GetXYZ=function(){return l(Ls(this.kDa),p)};
t.prototype.SetX=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ms(c,a)};t.prototype.SetY=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ns(c,a)};t.prototype.SetZ=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Os(c,a)};t.prototype.SetW=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ps(c,a)};
t.prototype.Set=t.prototype.Set=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);Qs(g,a,c,b,f)};t.prototype.sMultiplyImaginary=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Rs(b,a,c),t)};t.prototype.InverseRotate=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Ss(c,a),p)};
t.prototype.RotateAxisX=function(){return l(Ts(this.kDa),p)};t.prototype.RotateAxisY=function(){return l(Us(this.kDa),p)};t.prototype.RotateAxisZ=function(){return l(Vs(this.kDa),p)};t.prototype.Dot=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return Ws(c,a)};t.prototype.Conjugated=function(){return l(Xs(this.kDa),t)};t.prototype.Inversed=function(){return l(Ys(this.kDa),t)};t.prototype.EnsureWPositive=function(){return l(Zs(this.kDa),t)};
t.prototype.GetPerpendicular=function(){return l($s(this.kDa),t)};t.prototype.GetRotationAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return at(c,a)};t.prototype.GetTwist=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(bt(c,a),t)};t.prototype.GetSwingTwist=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);ct(b,a,c)};
t.prototype.LERP=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(dt(b,a,c),t)};t.prototype.SLERP=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(et(b,a,c),t)};t.prototype.__destroy__=function(){ft(this.kDa)};function i7(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=gt(a,c,b);h(i7)[this.kDa]=this}i7.prototype=Object.create(e.prototype);
i7.prototype.constructor=i7;i7.prototype.lDa=i7;i7.mDa={};d.Float3=i7;i7.prototype.Equals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!ht(c,a)};i7.prototype.NotEquals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!it(c,a)};i7.prototype.get_x=i7.prototype.$Ma=function(){return jt(this.kDa)};i7.prototype.set_x=i7.prototype.dRa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kt(c,a)};
Object.defineProperty(i7.prototype,"x",{get:i7.prototype.$Ma,set:i7.prototype.dRa});i7.prototype.get_y=i7.prototype.aNa=function(){return lt(this.kDa)};i7.prototype.set_y=i7.prototype.eRa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mt(c,a)};Object.defineProperty(i7.prototype,"y",{get:i7.prototype.aNa,set:i7.prototype.eRa});i7.prototype.get_z=i7.prototype.bNa=function(){return nt(this.kDa)};
i7.prototype.set_z=i7.prototype.fRa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ot(c,a)};Object.defineProperty(i7.prototype,"z",{get:i7.prototype.bNa,set:i7.prototype.fRa});i7.prototype.__destroy__=function(){pt(this.kDa)};function r(){this.kDa=qt();h(r)[this.kDa]=this}r.prototype=Object.create(e.prototype);r.prototype.constructor=r;r.prototype.lDa=r;r.mDa={};d.Mat44=r;r.prototype.sZero=function(){return l(rt(),r)};r.prototype.sIdentity=function(){return l(st(),r)};
r.prototype.sRotationX=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(tt(a),r)};r.prototype.sRotationY=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(ut(a),r)};r.prototype.sRotationZ=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(vt(a),r)};r.prototype.sRotation=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(wt(a),r)};r.prototype.sRotationAxisAngle=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(xt(a,c),r)};
r.prototype.sTranslation=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(yt(a),r)};r.prototype.sRotationTranslation=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(zt(a,c),r)};r.prototype.sInverseRotationTranslation=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(At(a,c),r)};r.prototype.sScale=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(Bt(a),r)};
r.prototype.sScaleVec3=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(Ct(a),r)};r.prototype.sOuterProduct=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Dt(a,c),r)};r.prototype.sCrossProduct=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(Et(a),r)};r.prototype.sQuatLeftMultiply=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(Ft(a),r)};r.prototype.sQuatRightMultiply=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(Gt(a),r)};
r.prototype.sLookAt=function(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return l(Ht(a,c,b),r)};r.prototype.sPerspective=function(a,c,b,f){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);return l(It(a,c,b,f),r)};r.prototype.GetAxisX=function(){return l(Jt(this.kDa),p)};r.prototype.GetAxisY=function(){return l(Kt(this.kDa),p)};
r.prototype.GetAxisZ=function(){return l(Lt(this.kDa),p)};r.prototype.GetDiagonal3=function(){return l(Mt(this.kDa),p)};r.prototype.GetDiagonal4=function(){return l(Nt(this.kDa),B)};r.prototype.GetRotation=function(){return l(Ot(this.kDa),r)};r.prototype.GetRotationSafe=function(){return l(Pt(this.kDa),r)};r.prototype.GetQuaternion=function(){return l(Qt(this.kDa),t)};r.prototype.GetTranslation=function(){return l(Rt(this.kDa),p)};
r.prototype.Equals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!St(c,a)};r.prototype.NotEquals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!Tt(c,a)};r.prototype.IsClose=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return void 0===c?!!Ut(b,a):!!Vt(b,a,c)};r.prototype.Add=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Wt(c,a),r)};
r.prototype.MulFloat=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Xt(c,a),r)};r.prototype.MulMat44=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Yt(c,a),r)};r.prototype.MulVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Zt(c,a),p)};r.prototype.MulVec4=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l($t(c,a),B)};
r.prototype.AddMat44=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(au(c,a),r)};r.prototype.SubMat44=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(bu(c,a),r)};r.prototype.Multiply3x3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(cu(c,a),p)};r.prototype.Multiply3x3Transposed=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(du(c,a),p)};
r.prototype.Multiply3x3LeftTransposed=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(eu(c,a),r)};r.prototype.Multiply3x3RightTransposed=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(fu(c,a),r)};r.prototype.Transposed=function(){return l(gu(this.kDa),r)};r.prototype.Transposed3x3=function(){return l(hu(this.kDa),r)};r.prototype.Inversed=function(){return l(iu(this.kDa),r)};r.prototype.InversedRotationTranslation=function(){return l(ju(this.kDa),r)};
r.prototype.Adjointed3x3=function(){return l(ku(this.kDa),r)};r.prototype.SetInversed3x3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!lu(c,a)};r.prototype.GetDeterminant3x3=function(){return mu(this.kDa)};r.prototype.Inversed3x3=function(){return l(nu(this.kDa),r)};r.prototype.GetDirectionPreservingMatrix=function(){return l(ou(this.kDa),r)};r.prototype.PreTranslated=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(pu(c,a),r)};
r.prototype.PostTranslated=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(qu(c,a),r)};r.prototype.PreScaled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(ru(c,a),r)};r.prototype.PostScaled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(su(c,a),r)};r.prototype.Decompose=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(tu(c,a),r)};
r.prototype.SetColumn3=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);uu(b,a,c)};r.prototype.SetColumn4=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);vu(b,a,c)};r.prototype.SetAxisX=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);wu(c,a)};r.prototype.SetAxisY=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xu(c,a)};
r.prototype.SetAxisZ=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);yu(c,a)};r.prototype.SetDiagonal3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zu(c,a)};r.prototype.SetDiagonal4=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Au(c,a)};r.prototype.SetTranslation=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bu(c,a)};r.prototype.GetColumn3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Cu(c,a),p)};
r.prototype.GetColumn4=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Du(c,a),B)};r.prototype.__destroy__=function(){Eu(this.kDa)};function C(){this.kDa=Fu();h(C)[this.kDa]=this}C.prototype=Object.create(e.prototype);C.prototype.constructor=C;C.prototype.lDa=C;C.mDa={};d.RMat44=C;C.prototype.sZero=function(){return l(Gu(),C)};C.prototype.sIdentity=function(){return l(Hu(),C)};C.prototype.sRotation=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(Iu(a),C)};
C.prototype.sTranslation=function(a){a&&"object"===typeof a&&(a=a.kDa);return l(Ju(a),C)};C.prototype.sRotationTranslation=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Ku(a,c),C)};C.prototype.sInverseRotationTranslation=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Lu(a,c),C)};C.prototype.ToMat44=function(){return l(Mu(this.kDa),r)};
C.prototype.Equals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!Nu(c,a)};C.prototype.NotEquals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!Ou(c,a)};C.prototype.MulVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Pu(c,a),x)};C.prototype.MulRVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Qu(c,a),x)};
C.prototype.MulMat44=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Ru(c,a),C)};C.prototype.MulRMat44=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Su(c,a),C)};C.prototype.GetAxisX=function(){return l(Tu(this.kDa),p)};C.prototype.GetAxisY=function(){return l(Uu(this.kDa),p)};C.prototype.GetAxisZ=function(){return l(Vu(this.kDa),p)};C.prototype.GetRotation=function(){return l(Wu(this.kDa),r)};
C.prototype.SetRotation=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xu(c,a)};C.prototype.GetQuaternion=function(){return l(Yu(this.kDa),t)};C.prototype.GetTranslation=function(){return l(Zu(this.kDa),x)};C.prototype.IsClose=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return void 0===c?!!$u(b,a):!!av(b,a,c)};C.prototype.Multiply3x3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(bv(c,a),p)};
C.prototype.Multiply3x3Transposed=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(cv(c,a),p)};C.prototype.Transposed3x3=function(){return l(dv(this.kDa),r)};C.prototype.Inversed=function(){return l(ev(this.kDa),C)};C.prototype.InversedRotationTranslation=function(){return l(fv(this.kDa),C)};C.prototype.PreTranslated=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(gv(c,a),C)};
C.prototype.PostTranslated=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(hv(c,a),C)};C.prototype.PreScaled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(iv(c,a),C)};C.prototype.PostScaled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(jv(c,a),C)};C.prototype.GetDirectionPreservingMatrix=function(){return l(kv(this.kDa),r)};
C.prototype.SetColumn3=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);lv(b,a,c)};C.prototype.GetColumn3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(mv(c,a),p)};C.prototype.SetAxisX=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nv(c,a)};C.prototype.SetAxisY=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ov(c,a)};
C.prototype.SetAxisZ=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pv(c,a)};C.prototype.SetTranslation=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qv(c,a)};C.prototype.SetColumn4=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);rv(b,a,c)};C.prototype.GetColumn4=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(sv(c,a),B)};
C.prototype.Decompose=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(tv(c,a),C)};C.prototype.__destroy__=function(){uv(this.kDa)};function n(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=void 0===a?vv():void 0===c?_emscripten_bind_AABox_AABox_1(a):wv(a,c);h(n)[this.kDa]=this}n.prototype=Object.create(e.prototype);n.prototype.constructor=n;n.prototype.lDa=n;n.mDa={};d.AABox=n;n.prototype.sBiggest=function(){return l(xv(),n)};
n.prototype.sFromTwoPoints=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(yv(a,c),n)};n.prototype.sFromTriangle=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(zv(a,c),n)};n.prototype.Equals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!Av(c,a)};n.prototype.NotEquals=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!Bv(c,a)};n.prototype.SetEmpty=function(){Cv(this.kDa)};
n.prototype.IsValid=function(){return!!Dv(this.kDa)};n.prototype.EncapsulateVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ev(c,a)};n.prototype.EncapsulateAABox=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Fv(c,a)};n.prototype.EncapsulateTriangle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Gv(c,a)};n.prototype.EncapsulateIndexedTriangle=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Hv(b,a,c)};
n.prototype.Intersect=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Iv(c,a),n)};n.prototype.EnsureMinimalEdgeLength=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jv(c,a)};n.prototype.ExpandBy=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kv(c,a)};n.prototype.GetCenter=function(){return l(Lv(this.kDa),p)};n.prototype.GetExtent=function(){return l(Mv(this.kDa),p)};n.prototype.GetSize=function(){return l(Nv(this.kDa),p)};
n.prototype.GetSurfaceArea=function(){return Ov(this.kDa)};n.prototype.GetVolume=function(){return Pv(this.kDa)};n.prototype.ContainsVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!Qv(c,a)};n.prototype.ContainsRVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!Rv(c,a)};n.prototype.OverlapsAABox=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!Sv(c,a)};
n.prototype.OverlapsPlane=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!Tv(c,a)};n.prototype.TranslateVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Uv(c,a)};n.prototype.TranslateRVec3=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vv(c,a)};n.prototype.TransformedMat44=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Wv(c,a),n)};
n.prototype.TransformedRMat44=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Xv(c,a),n)};n.prototype.Scaled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Yv(c,a),n)};n.prototype.GetClosestPoint=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Zv(c,a),p)};n.prototype.GetSqDistanceTo=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return $v(c,a)};n.prototype.get_mMin=n.prototype.jLa=function(){return l(aw(this.kDa),p)};
n.prototype.set_mMin=n.prototype.qPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bw(c,a)};Object.defineProperty(n.prototype,"mMin",{get:n.prototype.jLa,set:n.prototype.qPa});n.prototype.get_mMax=n.prototype.MKa=function(){return l(cw(this.kDa),p)};n.prototype.set_mMax=n.prototype.TOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dw(c,a)};Object.defineProperty(n.prototype,"mMax",{get:n.prototype.MKa,set:n.prototype.TOa});n.prototype.__destroy__=function(){ew(this.kDa)};
function j7(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=void 0===a?fw():void 0===c?_emscripten_bind_OrientedBox_OrientedBox_1(a):gw(a,c);h(j7)[this.kDa]=this}j7.prototype=Object.create(e.prototype);j7.prototype.constructor=j7;j7.prototype.lDa=j7;j7.mDa={};d.OrientedBox=j7;j7.prototype.get_mOrientation=j7.prototype.zLa=function(){return l(hw(this.kDa),r)};
j7.prototype.set_mOrientation=j7.prototype.GPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);iw(c,a)};Object.defineProperty(j7.prototype,"mOrientation",{get:j7.prototype.zLa,set:j7.prototype.GPa});j7.prototype.get_mHalfExtents=j7.prototype.RJa=function(){return l(jw(this.kDa),p)};j7.prototype.set_mHalfExtents=j7.prototype.YNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kw(c,a)};Object.defineProperty(j7.prototype,"mHalfExtents",{get:j7.prototype.RJa,set:j7.prototype.YNa});
j7.prototype.__destroy__=function(){lw(this.kDa)};function k7(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=void 0===a?mw():void 0===c?_emscripten_bind_RayCast_RayCast_1(a):nw(a,c);h(k7)[this.kDa]=this}k7.prototype=Object.create(e.prototype);k7.prototype.constructor=k7;k7.prototype.lDa=k7;k7.mDa={};d.RayCast=k7;k7.prototype.Transformed=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(ow(c,a),k7)};
k7.prototype.Translated=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(pw(c,a),k7)};k7.prototype.GetPointOnRay=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(qw(c,a),p)};k7.prototype.get_mOrigin=k7.prototype.bHa=function(){return l(rw(this.kDa),p)};k7.prototype.set_mOrigin=k7.prototype.yIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);sw(c,a)};Object.defineProperty(k7.prototype,"mOrigin",{get:k7.prototype.bHa,set:k7.prototype.yIa});
k7.prototype.get_mDirection=k7.prototype.ZDa=function(){return l(tw(this.kDa),p)};k7.prototype.set_mDirection=k7.prototype.pFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);uw(c,a)};Object.defineProperty(k7.prototype,"mDirection",{get:k7.prototype.ZDa,set:k7.prototype.pFa});k7.prototype.__destroy__=function(){vw(this.kDa)};
function l7(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=void 0===a?ww():void 0===c?_emscripten_bind_RRayCast_RRayCast_1(a):xw(a,c);h(l7)[this.kDa]=this}l7.prototype=Object.create(e.prototype);l7.prototype.constructor=l7;l7.prototype.lDa=l7;l7.mDa={};d.RRayCast=l7;l7.prototype.Transformed=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(yw(c,a),l7)};
l7.prototype.Translated=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(zw(c,a),l7)};l7.prototype.GetPointOnRay=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Aw(c,a),x)};l7.prototype.get_mOrigin=l7.prototype.bHa=function(){return l(Bw(this.kDa),x)};l7.prototype.set_mOrigin=l7.prototype.yIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Cw(c,a)};Object.defineProperty(l7.prototype,"mOrigin",{get:l7.prototype.bHa,set:l7.prototype.yIa});
l7.prototype.get_mDirection=l7.prototype.ZDa=function(){return l(Dw(this.kDa),p)};l7.prototype.set_mDirection=l7.prototype.pFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ew(c,a)};Object.defineProperty(l7.prototype,"mDirection",{get:l7.prototype.ZDa,set:l7.prototype.pFa});l7.prototype.__destroy__=function(){Fw(this.kDa)};function m7(){this.kDa=Gw();h(m7)[this.kDa]=this}m7.prototype=Object.create(M5.prototype);m7.prototype.constructor=m7;m7.prototype.lDa=m7;m7.mDa={};
d.RayCastResult=m7;m7.prototype.Reset=function(){Hw(this.kDa)};m7.prototype.get_mSubShapeID2=m7.prototype.$Da=function(){return l(Iw(this.kDa),c6)};m7.prototype.set_mSubShapeID2=m7.prototype.aEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jw(c,a)};Object.defineProperty(m7.prototype,"mSubShapeID2",{get:m7.prototype.$Da,set:m7.prototype.aEa});m7.prototype.get_mBodyID=m7.prototype.cEa=function(){return l(Kw(this.kDa),N5)};
m7.prototype.set_mBodyID=m7.prototype.lEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Lw(c,a)};Object.defineProperty(m7.prototype,"mBodyID",{get:m7.prototype.cEa,set:m7.prototype.lEa});m7.prototype.get_mFraction=m7.prototype.fEa=function(){return Mw(this.kDa)};m7.prototype.set_mFraction=m7.prototype.oEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Nw(c,a)};Object.defineProperty(m7.prototype,"mFraction",{get:m7.prototype.fEa,set:m7.prototype.oEa});
m7.prototype.__destroy__=function(){Ow(this.kDa)};function n7(){this.kDa=Pw();h(n7)[this.kDa]=this}n7.prototype=Object.create(e.prototype);n7.prototype.constructor=n7;n7.prototype.lDa=n7;n7.mDa={};d.AABoxCast=n7;n7.prototype.get_mBox=n7.prototype.lJa=function(){return l(Qw(this.kDa),n)};n7.prototype.set_mBox=n7.prototype.sNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rw(c,a)};Object.defineProperty(n7.prototype,"mBox",{get:n7.prototype.lJa,set:n7.prototype.sNa});
n7.prototype.get_mDirection=n7.prototype.ZDa=function(){return l(Sw(this.kDa),p)};n7.prototype.set_mDirection=n7.prototype.pFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Tw(c,a)};Object.defineProperty(n7.prototype,"mDirection",{get:n7.prototype.ZDa,set:n7.prototype.pFa});n7.prototype.__destroy__=function(){Uw(this.kDa)};
function o7(a,c,b,f){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);this.kDa=Vw(a,c,b,f);h(o7)[this.kDa]=this}o7.prototype=Object.create(e.prototype);o7.prototype.constructor=o7;o7.prototype.lDa=o7;o7.mDa={};d.ShapeCast=o7;o7.prototype.GetPointOnRay=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Ww(c,a),p)};o7.prototype.get_mShape=o7.prototype.PDa=function(){return l(Xw(this.kDa),m)};
Object.defineProperty(o7.prototype,"mShape",{get:o7.prototype.PDa});o7.prototype.get_mScale=o7.prototype.jEa=function(){return l(Yw(this.kDa),p)};Object.defineProperty(o7.prototype,"mScale",{get:o7.prototype.jEa});o7.prototype.get_mCenterOfMassStart=o7.prototype.oGa=function(){return l(Zw(this.kDa),r)};Object.defineProperty(o7.prototype,"mCenterOfMassStart",{get:o7.prototype.oGa});o7.prototype.get_mDirection=o7.prototype.ZDa=function(){return l($w(this.kDa),p)};
Object.defineProperty(o7.prototype,"mDirection",{get:o7.prototype.ZDa});o7.prototype.__destroy__=function(){ax(this.kDa)};function p7(a,c,b,f){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);this.kDa=bx(a,c,b,f);h(p7)[this.kDa]=this}p7.prototype=Object.create(e.prototype);p7.prototype.constructor=p7;p7.prototype.lDa=p7;p7.mDa={};d.RShapeCast=p7;
p7.prototype.GetPointOnRay=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(cx(c,a),x)};p7.prototype.get_mShape=p7.prototype.PDa=function(){return l(dx(this.kDa),m)};Object.defineProperty(p7.prototype,"mShape",{get:p7.prototype.PDa});p7.prototype.get_mScale=p7.prototype.jEa=function(){return l(ex(this.kDa),p)};Object.defineProperty(p7.prototype,"mScale",{get:p7.prototype.jEa});p7.prototype.get_mCenterOfMassStart=p7.prototype.oGa=function(){return l(fx(this.kDa),C)};
Object.defineProperty(p7.prototype,"mCenterOfMassStart",{get:p7.prototype.oGa});p7.prototype.get_mDirection=p7.prototype.ZDa=function(){return l(gx(this.kDa),p)};Object.defineProperty(p7.prototype,"mDirection",{get:p7.prototype.ZDa});p7.prototype.__destroy__=function(){hx(this.kDa)};function t6(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=ix(a,c);h(t6)[this.kDa]=this}t6.prototype=Object.create(e.prototype);t6.prototype.constructor=t6;t6.prototype.lDa=t6;
t6.mDa={};d.Plane=t6;t6.prototype.GetNormal=function(){return l(jx(this.kDa),p)};t6.prototype.SetNormal=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kx(c,a)};t6.prototype.GetConstant=function(){return lx(this.kDa)};t6.prototype.SetConstant=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mx(c,a)};t6.prototype.sFromPointAndNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(nx(b,a,c),t6)};
t6.prototype.sFromPointsCCW=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return l(ox(f,a,c,b),t6)};t6.prototype.Offset=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(px(c,a),t6)};t6.prototype.Scaled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(qx(c,a),t6)};t6.prototype.GetTransformed=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(rx(c,a),t6)};
t6.prototype.ProjectPointOnPlane=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(sx(c,a),p)};t6.prototype.SignedDistance=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return tx(c,a)};t6.prototype.__destroy__=function(){ux(this.kDa)};function q(){this.kDa=vx();h(q)[this.kDa]=this}q.prototype=Object.create(e.prototype);q.prototype.constructor=q;q.prototype.lDa=q;q.mDa={};d.TransformedShape=q;
q.prototype.CastRay=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);void 0===b?wx(g,a,c):void 0===f?_emscripten_bind_TransformedShape_CastRay_3(g,a,c,b):xx(g,a,c,b,f)};q.prototype.CollidePoint=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);yx(f,a,c,b)};
q.prototype.CollideShape=function(a,c,b,f,g,k,u){var L=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);zx(L,a,c,b,f,g,k,u)};
q.prototype.CastShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);Ax(k,a,c,b,f,g)};q.prototype.CollectTransformedShapes=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);Bx(f,a,c,b)};q.prototype.GetShapeScale=function(){return l(Cx(this.kDa),p)};
q.prototype.SetShapeScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dx(c,a)};q.prototype.GetCenterOfMassTransform=function(){return l(Ex(this.kDa),C)};q.prototype.GetInverseCenterOfMassTransform=function(){return l(Fx(this.kDa),C)};
q.prototype.SetWorldTransform=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);void 0===c?Gx(f,a):void 0===b?_emscripten_bind_TransformedShape_SetWorldTransform_2(f,a,c):Hx(f,a,c,b)};q.prototype.GetWorldTransform=function(){return l(Ix(this.kDa),C)};q.prototype.GetWorldSpaceBounds=function(){return l(Jx(this.kDa),n)};
q.prototype.GetWorldSpaceSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Kx(b,a,c),p)};q.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Lx(c,a),y5)};q.prototype.get_mShapePositionCOM=q.prototype.gMa=function(){return l(Mx(this.kDa),x)};q.prototype.set_mShapePositionCOM=q.prototype.lQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Nx(c,a)};
Object.defineProperty(q.prototype,"mShapePositionCOM",{get:q.prototype.gMa,set:q.prototype.lQa});q.prototype.get_mShapeRotation=q.prototype.hMa=function(){return l(Ox(this.kDa),t)};q.prototype.set_mShapeRotation=q.prototype.mQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Px(c,a)};Object.defineProperty(q.prototype,"mShapeRotation",{get:q.prototype.hMa,set:q.prototype.mQa});q.prototype.get_mShape=q.prototype.PDa=function(){return l(Qx(this.kDa),m)};
q.prototype.set_mShape=q.prototype.sEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rx(c,a)};Object.defineProperty(q.prototype,"mShape",{get:q.prototype.PDa,set:q.prototype.sEa});q.prototype.get_mShapeScale=q.prototype.iMa=function(){return l(Sx(this.kDa),i7)};q.prototype.set_mShapeScale=q.prototype.nQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Tx(c,a)};Object.defineProperty(q.prototype,"mShapeScale",{get:q.prototype.iMa,set:q.prototype.nQa});
q.prototype.get_mBodyID=q.prototype.cEa=function(){return l(Ux(this.kDa),N5)};q.prototype.set_mBodyID=q.prototype.lEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vx(c,a)};Object.defineProperty(q.prototype,"mBodyID",{get:q.prototype.cEa,set:q.prototype.lEa});q.prototype.__destroy__=function(){Wx(this.kDa)};function y5(){this.kDa=Xx();h(y5)[this.kDa]=this}y5.prototype=Object.create(e.prototype);y5.prototype.constructor=y5;y5.prototype.lDa=y5;y5.mDa={};d.PhysicsMaterial=y5;
y5.prototype.GetRefCount=function(){return Yx(this.kDa)};y5.prototype.AddRef=function(){Zx(this.kDa)};y5.prototype.Release=function(){$x(this.kDa)};y5.prototype.__destroy__=function(){ay(this.kDa)};function q7(){this.kDa=by();h(q7)[this.kDa]=this}q7.prototype=Object.create(e.prototype);q7.prototype.constructor=q7;q7.prototype.lDa=q7;q7.mDa={};d.PhysicsMaterialList=q7;q7.prototype.empty=q7.prototype.empty=function(){return!!cy(this.kDa)};q7.prototype.size=q7.prototype.size=function(){return dy(this.kDa)};
q7.prototype.at=q7.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(ey(c,a),y5)};q7.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fy(c,a)};q7.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gy(c,a)};q7.prototype.resize=q7.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hy(c,a)};q7.prototype.clear=q7.prototype.clear=function(){iy(this.kDa)};q7.prototype.__destroy__=function(){jy(this.kDa)};
function r7(a,c,b,f,g){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);this.kDa=void 0===a?ky():void 0===c?_emscripten_bind_Triangle_Triangle_1(a):void 0===b?_emscripten_bind_Triangle_Triangle_2(a,c):void 0===f?ly(a,c,b):void 0===g?my(a,c,b,f):ny(a,c,b,f,g);h(r7)[this.kDa]=this}r7.prototype=Object.create(e.prototype);r7.prototype.constructor=r7;r7.prototype.lDa=r7;r7.mDa={};
d.Triangle=r7;r7.prototype.get_mV=r7.prototype.MMa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(oy(c,a),i7)};r7.prototype.set_mV=r7.prototype.RQa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);py(b,a,c)};Object.defineProperty(r7.prototype,"mV",{get:r7.prototype.MMa,set:r7.prototype.RQa});r7.prototype.get_mMaterialIndex=r7.prototype.IEa=function(){return qy(this.kDa)};
r7.prototype.set_mMaterialIndex=r7.prototype.xFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ry(c,a)};Object.defineProperty(r7.prototype,"mMaterialIndex",{get:r7.prototype.IEa,set:r7.prototype.xFa});r7.prototype.get_mUserData=r7.prototype.nDa=function(){return sy(this.kDa)};r7.prototype.set_mUserData=r7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ty(c,a)};Object.defineProperty(r7.prototype,"mUserData",{get:r7.prototype.nDa,set:r7.prototype.oDa});
r7.prototype.__destroy__=function(){uy(this.kDa)};function s7(){this.kDa=vy();h(s7)[this.kDa]=this}s7.prototype=Object.create(e.prototype);s7.prototype.constructor=s7;s7.prototype.lDa=s7;s7.mDa={};d.TriangleList=s7;s7.prototype.empty=s7.prototype.empty=function(){return!!wy(this.kDa)};s7.prototype.size=s7.prototype.size=function(){return xy(this.kDa)};s7.prototype.at=s7.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(yy(c,a),r7)};
s7.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zy(c,a)};s7.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ay(c,a)};s7.prototype.resize=s7.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);By(c,a)};s7.prototype.clear=s7.prototype.clear=function(){Cy(this.kDa)};s7.prototype.__destroy__=function(){Dy(this.kDa)};function t7(){this.kDa=Ey();h(t7)[this.kDa]=this}t7.prototype=Object.create(e.prototype);
t7.prototype.constructor=t7;t7.prototype.lDa=t7;t7.mDa={};d.VertexList=t7;t7.prototype.empty=t7.prototype.empty=function(){return!!Fy(this.kDa)};t7.prototype.size=t7.prototype.size=function(){return Gy(this.kDa)};t7.prototype.at=t7.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Hy(c,a),i7)};t7.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Iy(c,a)};
t7.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jy(c,a)};t7.prototype.resize=t7.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ky(c,a)};t7.prototype.clear=t7.prototype.clear=function(){Ly(this.kDa)};t7.prototype.__destroy__=function(){My(this.kDa)};
function u7(a,c,b,f,g){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);this.kDa=void 0===a?Ny():void 0===c?_emscripten_bind_IndexedTriangle_IndexedTriangle_1(a):void 0===b?_emscripten_bind_IndexedTriangle_IndexedTriangle_2(a,c):void 0===f?_emscripten_bind_IndexedTriangle_IndexedTriangle_3(a,c,b):void 0===g?Oy(a,c,b,f):Py(a,c,b,f,g);h(u7)[this.kDa]=this}u7.prototype=Object.create(e.prototype);
u7.prototype.constructor=u7;u7.prototype.lDa=u7;u7.mDa={};d.IndexedTriangle=u7;u7.prototype.get_mIdx=u7.prototype.ZJa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return Qy(c,a)};u7.prototype.set_mIdx=u7.prototype.fOa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Ry(b,a,c)};Object.defineProperty(u7.prototype,"mIdx",{get:u7.prototype.ZJa,set:u7.prototype.fOa});u7.prototype.get_mMaterialIndex=u7.prototype.IEa=function(){return Sy(this.kDa)};
u7.prototype.set_mMaterialIndex=u7.prototype.xFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ty(c,a)};Object.defineProperty(u7.prototype,"mMaterialIndex",{get:u7.prototype.IEa,set:u7.prototype.xFa});u7.prototype.get_mUserData=u7.prototype.nDa=function(){return Uy(this.kDa)};u7.prototype.set_mUserData=u7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vy(c,a)};Object.defineProperty(u7.prototype,"mUserData",{get:u7.prototype.nDa,set:u7.prototype.oDa});
u7.prototype.__destroy__=function(){Wy(this.kDa)};function v7(){this.kDa=Xy();h(v7)[this.kDa]=this}v7.prototype=Object.create(e.prototype);v7.prototype.constructor=v7;v7.prototype.lDa=v7;v7.mDa={};d.IndexedTriangleList=v7;v7.prototype.empty=v7.prototype.empty=function(){return!!Yy(this.kDa)};v7.prototype.size=v7.prototype.size=function(){return Zy(this.kDa)};v7.prototype.at=v7.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l($y(c,a),u7)};
v7.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);az(c,a)};v7.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bz(c,a)};v7.prototype.resize=v7.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cz(c,a)};v7.prototype.clear=v7.prototype.clear=function(){dz(this.kDa)};v7.prototype.__destroy__=function(){ez(this.kDa)};function w5(){throw"cannot construct a ShapeResult, no constructor in IDL";}w5.prototype=Object.create(e.prototype);
w5.prototype.constructor=w5;w5.prototype.lDa=w5;w5.mDa={};d.ShapeResult=w5;w5.prototype.IsValid=function(){return!!fz(this.kDa)};w5.prototype.HasError=function(){return!!gz(this.kDa)};w5.prototype.GetError=function(){return l(hz(this.kDa),U6)};w5.prototype.Get=function(){return l(iz(this.kDa),m)};w5.prototype.Clear=function(){jz(this.kDa)};w5.prototype.__destroy__=function(){kz(this.kDa)};
function w7(a,c,b,f,g){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);this.kDa=lz(a,c,b,f,g);h(w7)[this.kDa]=this}w7.prototype=Object.create(e.prototype);w7.prototype.constructor=w7;w7.prototype.lDa=w7;w7.mDa={};d.ShapeGetTriangles=w7;w7.prototype.GetNumTriangles=function(){return mz(this.kDa)};w7.prototype.GetVerticesSize=function(){return nz(this.kDa)};
w7.prototype.GetVerticesData=function(){return oz(this.kDa)};w7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(pz(c,a),y5)};w7.prototype.__destroy__=function(){qz(this.kDa)};function x7(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=void 0===c?rz(a):sz(a,c);h(x7)[this.kDa]=this}x7.prototype=Object.create(O5.prototype);x7.prototype.constructor=x7;x7.prototype.lDa=x7;x7.mDa={};d.SphereShapeSettings=x7;
x7.prototype.GetRefCount=function(){return tz(this.kDa)};x7.prototype.AddRef=function(){uz(this.kDa)};x7.prototype.Release=function(){vz(this.kDa)};x7.prototype.Create=function(){return l(wz(this.kDa),w5)};x7.prototype.ClearCachedResult=function(){xz(this.kDa)};x7.prototype.get_mRadius=x7.prototype.NDa=function(){return yz(this.kDa)};x7.prototype.set_mRadius=x7.prototype.UDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zz(c,a)};
Object.defineProperty(x7.prototype,"mRadius",{get:x7.prototype.NDa,set:x7.prototype.UDa});x7.prototype.get_mMaterial=x7.prototype.xDa=function(){return l(Az(this.kDa),y5)};x7.prototype.set_mMaterial=x7.prototype.zDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bz(c,a)};Object.defineProperty(x7.prototype,"mMaterial",{get:x7.prototype.xDa,set:x7.prototype.zDa});x7.prototype.get_mDensity=x7.prototype.BDa=function(){return Cz(this.kDa)};
x7.prototype.set_mDensity=x7.prototype.DDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dz(c,a)};Object.defineProperty(x7.prototype,"mDensity",{get:x7.prototype.BDa,set:x7.prototype.DDa});x7.prototype.get_mUserData=x7.prototype.nDa=function(){return Ez(this.kDa)};x7.prototype.set_mUserData=x7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Fz(c,a)};Object.defineProperty(x7.prototype,"mUserData",{get:x7.prototype.nDa,set:x7.prototype.oDa});
x7.prototype.__destroy__=function(){Gz(this.kDa)};function y7(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=void 0===c?Hz(a):Iz(a,c);h(y7)[this.kDa]=this}y7.prototype=Object.create(P5.prototype);y7.prototype.constructor=y7;y7.prototype.lDa=y7;y7.mDa={};d.SphereShape=y7;y7.prototype.GetRadius=function(){return Jz(this.kDa)};y7.prototype.SetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kz(c,a)};y7.prototype.GetDensity=function(){return Lz(this.kDa)};
y7.prototype.SetDensity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Mz(c,a)};y7.prototype.GetRefCount=function(){return Nz(this.kDa)};y7.prototype.AddRef=function(){Oz(this.kDa)};y7.prototype.Release=function(){Pz(this.kDa)};y7.prototype.GetType=function(){return Qz(this.kDa)};y7.prototype.GetSubType=function(){return Rz(this.kDa)};y7.prototype.MustBeStatic=function(){return!!Sz(this.kDa)};y7.prototype.GetLocalBounds=function(){return l(Tz(this.kDa),n)};
y7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Uz(b,a,c),n)};y7.prototype.GetCenterOfMass=function(){return l(Vz(this.kDa),p)};y7.prototype.GetUserData=function(){return Wz(this.kDa)};y7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xz(c,a)};y7.prototype.GetSubShapeIDBitsRecursive=function(){return Yz(this.kDa)};y7.prototype.GetInnerRadius=function(){return Zz(this.kDa)};
y7.prototype.GetMassProperties=function(){return l($z(this.kDa),x5)};y7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(aA(b,a,c),m)};y7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(bA(c,a),y5)};y7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(cA(b,a,c),p)};
y7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return dA(c,a)};y7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(eA(k,a,c,b,f,g),q)};y7.prototype.GetVolume=function(){return fA(this.kDa)};
y7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!gA(c,a)};y7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(hA(c,a),p)};y7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(iA(c,a),w5)};y7.prototype.__destroy__=function(){jA(this.kDa)};
function z7(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=void 0===c?kA(a):void 0===b?lA(a,c):mA(a,c,b);h(z7)[this.kDa]=this}z7.prototype=Object.create(O5.prototype);z7.prototype.constructor=z7;z7.prototype.lDa=z7;z7.mDa={};d.BoxShapeSettings=z7;z7.prototype.GetRefCount=function(){return nA(this.kDa)};z7.prototype.AddRef=function(){oA(this.kDa)};z7.prototype.Release=function(){pA(this.kDa)};
z7.prototype.Create=function(){return l(qA(this.kDa),w5)};z7.prototype.ClearCachedResult=function(){rA(this.kDa)};z7.prototype.get_mHalfExtent=z7.prototype.AGa=function(){return l(sA(this.kDa),p)};z7.prototype.set_mHalfExtent=z7.prototype.XHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tA(c,a)};Object.defineProperty(z7.prototype,"mHalfExtent",{get:z7.prototype.AGa,set:z7.prototype.XHa});z7.prototype.get_mConvexRadius=z7.prototype.zEa=function(){return uA(this.kDa)};
z7.prototype.set_mConvexRadius=z7.prototype.nFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vA(c,a)};Object.defineProperty(z7.prototype,"mConvexRadius",{get:z7.prototype.zEa,set:z7.prototype.nFa});z7.prototype.get_mMaterial=z7.prototype.xDa=function(){return l(wA(this.kDa),y5)};z7.prototype.set_mMaterial=z7.prototype.zDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xA(c,a)};Object.defineProperty(z7.prototype,"mMaterial",{get:z7.prototype.xDa,set:z7.prototype.zDa});
z7.prototype.get_mDensity=z7.prototype.BDa=function(){return yA(this.kDa)};z7.prototype.set_mDensity=z7.prototype.DDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zA(c,a)};Object.defineProperty(z7.prototype,"mDensity",{get:z7.prototype.BDa,set:z7.prototype.DDa});z7.prototype.get_mUserData=z7.prototype.nDa=function(){return AA(this.kDa)};z7.prototype.set_mUserData=z7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);BA(c,a)};
Object.defineProperty(z7.prototype,"mUserData",{get:z7.prototype.nDa,set:z7.prototype.oDa});z7.prototype.__destroy__=function(){CA(this.kDa)};function A7(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=void 0===c?DA(a):void 0===b?EA(a,c):FA(a,c,b);h(A7)[this.kDa]=this}A7.prototype=Object.create(P5.prototype);A7.prototype.constructor=A7;A7.prototype.lDa=A7;A7.mDa={};d.BoxShape=A7;
A7.prototype.GetHalfExtent=function(){return l(GA(this.kDa),p)};A7.prototype.SetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);HA(c,a)};A7.prototype.GetDensity=function(){return IA(this.kDa)};A7.prototype.SetDensity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);JA(c,a)};A7.prototype.GetRefCount=function(){return KA(this.kDa)};A7.prototype.AddRef=function(){LA(this.kDa)};A7.prototype.Release=function(){MA(this.kDa)};A7.prototype.GetType=function(){return NA(this.kDa)};
A7.prototype.GetSubType=function(){return OA(this.kDa)};A7.prototype.MustBeStatic=function(){return!!PA(this.kDa)};A7.prototype.GetLocalBounds=function(){return l(QA(this.kDa),n)};A7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(RA(b,a,c),n)};A7.prototype.GetCenterOfMass=function(){return l(SA(this.kDa),p)};A7.prototype.GetUserData=function(){return TA(this.kDa)};
A7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);UA(c,a)};A7.prototype.GetSubShapeIDBitsRecursive=function(){return VA(this.kDa)};A7.prototype.GetInnerRadius=function(){return WA(this.kDa)};A7.prototype.GetMassProperties=function(){return l(XA(this.kDa),x5)};A7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(YA(b,a,c),m)};
A7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(ZA(c,a),y5)};A7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l($A(b,a,c),p)};A7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return aB(c,a)};
A7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(bB(k,a,c,b,f,g),q)};A7.prototype.GetVolume=function(){return cB(this.kDa)};A7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!dB(c,a)};
A7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(eB(c,a),p)};A7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(fB(c,a),w5)};A7.prototype.__destroy__=function(){gB(this.kDa)};
function B7(a,c,b,f){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);this.kDa=void 0===b?hB(a,c):void 0===f?iB(a,c,b):jB(a,c,b,f);h(B7)[this.kDa]=this}B7.prototype=Object.create(O5.prototype);B7.prototype.constructor=B7;B7.prototype.lDa=B7;B7.mDa={};d.CylinderShapeSettings=B7;B7.prototype.GetRefCount=function(){return kB(this.kDa)};B7.prototype.AddRef=function(){lB(this.kDa)};B7.prototype.Release=function(){mB(this.kDa)};
B7.prototype.Create=function(){return l(nB(this.kDa),w5)};B7.prototype.ClearCachedResult=function(){oB(this.kDa)};B7.prototype.get_mHalfHeight=B7.prototype.BGa=function(){return pB(this.kDa)};B7.prototype.set_mHalfHeight=B7.prototype.YHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qB(c,a)};Object.defineProperty(B7.prototype,"mHalfHeight",{get:B7.prototype.BGa,set:B7.prototype.YHa});B7.prototype.get_mRadius=B7.prototype.NDa=function(){return rB(this.kDa)};
B7.prototype.set_mRadius=B7.prototype.UDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);sB(c,a)};Object.defineProperty(B7.prototype,"mRadius",{get:B7.prototype.NDa,set:B7.prototype.UDa});B7.prototype.get_mConvexRadius=B7.prototype.zEa=function(){return tB(this.kDa)};B7.prototype.set_mConvexRadius=B7.prototype.nFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);uB(c,a)};Object.defineProperty(B7.prototype,"mConvexRadius",{get:B7.prototype.zEa,set:B7.prototype.nFa});
B7.prototype.get_mMaterial=B7.prototype.xDa=function(){return l(vB(this.kDa),y5)};B7.prototype.set_mMaterial=B7.prototype.zDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);wB(c,a)};Object.defineProperty(B7.prototype,"mMaterial",{get:B7.prototype.xDa,set:B7.prototype.zDa});B7.prototype.get_mDensity=B7.prototype.BDa=function(){return xB(this.kDa)};B7.prototype.set_mDensity=B7.prototype.DDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);yB(c,a)};
Object.defineProperty(B7.prototype,"mDensity",{get:B7.prototype.BDa,set:B7.prototype.DDa});B7.prototype.get_mUserData=B7.prototype.nDa=function(){return zB(this.kDa)};B7.prototype.set_mUserData=B7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);AB(c,a)};Object.defineProperty(B7.prototype,"mUserData",{get:B7.prototype.nDa,set:B7.prototype.oDa});B7.prototype.__destroy__=function(){BB(this.kDa)};
function C7(a,c,b,f){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);this.kDa=void 0===f?CB(a,c,b):DB(a,c,b,f);h(C7)[this.kDa]=this}C7.prototype=Object.create(P5.prototype);C7.prototype.constructor=C7;C7.prototype.lDa=C7;C7.mDa={};d.CylinderShape=C7;C7.prototype.GetRadius=function(){return EB(this.kDa)};C7.prototype.GetHalfHeight=function(){return FB(this.kDa)};
C7.prototype.SetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);GB(c,a)};C7.prototype.GetDensity=function(){return HB(this.kDa)};C7.prototype.SetDensity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);IB(c,a)};C7.prototype.GetRefCount=function(){return JB(this.kDa)};C7.prototype.AddRef=function(){KB(this.kDa)};C7.prototype.Release=function(){LB(this.kDa)};C7.prototype.GetType=function(){return MB(this.kDa)};C7.prototype.GetSubType=function(){return NB(this.kDa)};
C7.prototype.MustBeStatic=function(){return!!OB(this.kDa)};C7.prototype.GetLocalBounds=function(){return l(PB(this.kDa),n)};C7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(QB(b,a,c),n)};C7.prototype.GetCenterOfMass=function(){return l(RB(this.kDa),p)};C7.prototype.GetUserData=function(){return SB(this.kDa)};C7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);TB(c,a)};
C7.prototype.GetSubShapeIDBitsRecursive=function(){return UB(this.kDa)};C7.prototype.GetInnerRadius=function(){return VB(this.kDa)};C7.prototype.GetMassProperties=function(){return l(WB(this.kDa),x5)};C7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(XB(b,a,c),m)};C7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(YB(c,a),y5)};
C7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(ZB(b,a,c),p)};C7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return $B(c,a)};
C7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(aC(k,a,c,b,f,g),q)};C7.prototype.GetVolume=function(){return bC(this.kDa)};C7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!cC(c,a)};
C7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(dC(c,a),p)};C7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(eC(c,a),w5)};C7.prototype.__destroy__=function(){fC(this.kDa)};
function D7(a,c,b,f,g){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);this.kDa=void 0===f?gC(a,c,b):void 0===g?hC(a,c,b,f):iC(a,c,b,f,g);h(D7)[this.kDa]=this}D7.prototype=Object.create(O5.prototype);D7.prototype.constructor=D7;D7.prototype.lDa=D7;D7.mDa={};d.TaperedCylinderShapeSettings=D7;D7.prototype.GetRefCount=function(){return jC(this.kDa)};D7.prototype.AddRef=function(){kC(this.kDa)};
D7.prototype.Release=function(){lC(this.kDa)};D7.prototype.Create=function(){return l(mC(this.kDa),w5)};D7.prototype.ClearCachedResult=function(){nC(this.kDa)};D7.prototype.get_mHalfHeight=D7.prototype.BGa=function(){return oC(this.kDa)};D7.prototype.set_mHalfHeight=D7.prototype.YHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pC(c,a)};Object.defineProperty(D7.prototype,"mHalfHeight",{get:D7.prototype.BGa,set:D7.prototype.YHa});D7.prototype.get_mTopRadius=D7.prototype.rHa=function(){return qC(this.kDa)};
D7.prototype.set_mTopRadius=D7.prototype.PIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rC(c,a)};Object.defineProperty(D7.prototype,"mTopRadius",{get:D7.prototype.rHa,set:D7.prototype.PIa});D7.prototype.get_mBottomRadius=D7.prototype.lGa=function(){return sC(this.kDa)};D7.prototype.set_mBottomRadius=D7.prototype.JHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tC(c,a)};Object.defineProperty(D7.prototype,"mBottomRadius",{get:D7.prototype.lGa,set:D7.prototype.JHa});
D7.prototype.get_mConvexRadius=D7.prototype.zEa=function(){return uC(this.kDa)};D7.prototype.set_mConvexRadius=D7.prototype.nFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vC(c,a)};Object.defineProperty(D7.prototype,"mConvexRadius",{get:D7.prototype.zEa,set:D7.prototype.nFa});D7.prototype.get_mMaterial=D7.prototype.xDa=function(){return l(wC(this.kDa),y5)};D7.prototype.set_mMaterial=D7.prototype.zDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xC(c,a)};
Object.defineProperty(D7.prototype,"mMaterial",{get:D7.prototype.xDa,set:D7.prototype.zDa});D7.prototype.get_mDensity=D7.prototype.BDa=function(){return yC(this.kDa)};D7.prototype.set_mDensity=D7.prototype.DDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zC(c,a)};Object.defineProperty(D7.prototype,"mDensity",{get:D7.prototype.BDa,set:D7.prototype.DDa});D7.prototype.get_mUserData=D7.prototype.nDa=function(){return AC(this.kDa)};
D7.prototype.set_mUserData=D7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);BC(c,a)};Object.defineProperty(D7.prototype,"mUserData",{get:D7.prototype.nDa,set:D7.prototype.oDa});D7.prototype.__destroy__=function(){CC(this.kDa)};function E7(){throw"cannot construct a TaperedCylinderShape, no constructor in IDL";}E7.prototype=Object.create(P5.prototype);E7.prototype.constructor=E7;E7.prototype.lDa=E7;E7.mDa={};d.TaperedCylinderShape=E7;E7.prototype.GetHalfHeight=function(){return DC(this.kDa)};
E7.prototype.GetTopRadius=function(){return EC(this.kDa)};E7.prototype.GetBottomRadius=function(){return FC(this.kDa)};E7.prototype.GetConvexRadius=function(){return GC(this.kDa)};E7.prototype.SetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);HC(c,a)};E7.prototype.GetDensity=function(){return IC(this.kDa)};E7.prototype.SetDensity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);JC(c,a)};E7.prototype.GetRefCount=function(){return KC(this.kDa)};
E7.prototype.AddRef=function(){LC(this.kDa)};E7.prototype.Release=function(){MC(this.kDa)};E7.prototype.GetType=function(){return NC(this.kDa)};E7.prototype.GetSubType=function(){return OC(this.kDa)};E7.prototype.MustBeStatic=function(){return!!PC(this.kDa)};E7.prototype.GetLocalBounds=function(){return l(QC(this.kDa),n)};E7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(RC(b,a,c),n)};
E7.prototype.GetCenterOfMass=function(){return l(SC(this.kDa),p)};E7.prototype.GetUserData=function(){return TC(this.kDa)};E7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);UC(c,a)};E7.prototype.GetSubShapeIDBitsRecursive=function(){return VC(this.kDa)};E7.prototype.GetInnerRadius=function(){return WC(this.kDa)};E7.prototype.GetMassProperties=function(){return l(XC(this.kDa),x5)};
E7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(YC(b,a,c),m)};E7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(ZC(c,a),y5)};E7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l($C(b,a,c),p)};
E7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return aD(c,a)};E7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(bD(k,a,c,b,f,g),q)};E7.prototype.GetVolume=function(){return cD(this.kDa)};
E7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!dD(c,a)};E7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(eD(c,a),p)};E7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(fD(c,a),w5)};E7.prototype.__destroy__=function(){gD(this.kDa)};
function F7(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=void 0===b?hD(a,c):iD(a,c,b);h(F7)[this.kDa]=this}F7.prototype=Object.create(O5.prototype);F7.prototype.constructor=F7;F7.prototype.lDa=F7;F7.mDa={};d.CapsuleShapeSettings=F7;F7.prototype.GetRefCount=function(){return jD(this.kDa)};F7.prototype.AddRef=function(){kD(this.kDa)};F7.prototype.Release=function(){lD(this.kDa)};
F7.prototype.Create=function(){return l(mD(this.kDa),w5)};F7.prototype.ClearCachedResult=function(){nD(this.kDa)};F7.prototype.get_mRadius=F7.prototype.NDa=function(){return oD(this.kDa)};F7.prototype.set_mRadius=F7.prototype.UDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pD(c,a)};Object.defineProperty(F7.prototype,"mRadius",{get:F7.prototype.NDa,set:F7.prototype.UDa});F7.prototype.get_mHalfHeightOfCylinder=F7.prototype.SJa=function(){return qD(this.kDa)};
F7.prototype.set_mHalfHeightOfCylinder=F7.prototype.ZNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rD(c,a)};Object.defineProperty(F7.prototype,"mHalfHeightOfCylinder",{get:F7.prototype.SJa,set:F7.prototype.ZNa});F7.prototype.get_mMaterial=F7.prototype.xDa=function(){return l(sD(this.kDa),y5)};F7.prototype.set_mMaterial=F7.prototype.zDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tD(c,a)};Object.defineProperty(F7.prototype,"mMaterial",{get:F7.prototype.xDa,set:F7.prototype.zDa});
F7.prototype.get_mDensity=F7.prototype.BDa=function(){return uD(this.kDa)};F7.prototype.set_mDensity=F7.prototype.DDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vD(c,a)};Object.defineProperty(F7.prototype,"mDensity",{get:F7.prototype.BDa,set:F7.prototype.DDa});F7.prototype.get_mUserData=F7.prototype.nDa=function(){return wD(this.kDa)};F7.prototype.set_mUserData=F7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xD(c,a)};
Object.defineProperty(F7.prototype,"mUserData",{get:F7.prototype.nDa,set:F7.prototype.oDa});F7.prototype.__destroy__=function(){yD(this.kDa)};function G7(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=void 0===b?zD(a,c):AD(a,c,b);h(G7)[this.kDa]=this}G7.prototype=Object.create(P5.prototype);G7.prototype.constructor=G7;G7.prototype.lDa=G7;G7.mDa={};d.CapsuleShape=G7;G7.prototype.GetRadius=function(){return BD(this.kDa)};
G7.prototype.GetHalfHeightOfCylinder=function(){return CD(this.kDa)};G7.prototype.SetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);DD(c,a)};G7.prototype.GetDensity=function(){return ED(this.kDa)};G7.prototype.SetDensity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);FD(c,a)};G7.prototype.GetRefCount=function(){return GD(this.kDa)};G7.prototype.AddRef=function(){HD(this.kDa)};G7.prototype.Release=function(){ID(this.kDa)};G7.prototype.GetType=function(){return JD(this.kDa)};
G7.prototype.GetSubType=function(){return KD(this.kDa)};G7.prototype.MustBeStatic=function(){return!!LD(this.kDa)};G7.prototype.GetLocalBounds=function(){return l(MD(this.kDa),n)};G7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(ND(b,a,c),n)};G7.prototype.GetCenterOfMass=function(){return l(OD(this.kDa),p)};G7.prototype.GetUserData=function(){return PD(this.kDa)};
G7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);QD(c,a)};G7.prototype.GetSubShapeIDBitsRecursive=function(){return RD(this.kDa)};G7.prototype.GetInnerRadius=function(){return SD(this.kDa)};G7.prototype.GetMassProperties=function(){return l(TD(this.kDa),x5)};G7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(UD(b,a,c),m)};
G7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(VD(c,a),y5)};G7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(WD(b,a,c),p)};G7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return XD(c,a)};
G7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(YD(k,a,c,b,f,g),q)};G7.prototype.GetVolume=function(){return ZD(this.kDa)};G7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!$D(c,a)};
G7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(aE(c,a),p)};G7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(bE(c,a),w5)};G7.prototype.__destroy__=function(){cE(this.kDa)};function H7(a,c,b,f){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);this.kDa=void 0===f?dE(a,c,b):eE(a,c,b,f);h(H7)[this.kDa]=this}H7.prototype=Object.create(O5.prototype);
H7.prototype.constructor=H7;H7.prototype.lDa=H7;H7.mDa={};d.TaperedCapsuleShapeSettings=H7;H7.prototype.GetRefCount=function(){return fE(this.kDa)};H7.prototype.AddRef=function(){gE(this.kDa)};H7.prototype.Release=function(){hE(this.kDa)};H7.prototype.Create=function(){return l(iE(this.kDa),w5)};H7.prototype.ClearCachedResult=function(){jE(this.kDa)};H7.prototype.get_mHalfHeightOfTaperedCylinder=H7.prototype.TJa=function(){return kE(this.kDa)};
H7.prototype.set_mHalfHeightOfTaperedCylinder=H7.prototype.$Na=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lE(c,a)};Object.defineProperty(H7.prototype,"mHalfHeightOfTaperedCylinder",{get:H7.prototype.TJa,set:H7.prototype.$Na});H7.prototype.get_mTopRadius=H7.prototype.rHa=function(){return mE(this.kDa)};H7.prototype.set_mTopRadius=H7.prototype.PIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nE(c,a)};
Object.defineProperty(H7.prototype,"mTopRadius",{get:H7.prototype.rHa,set:H7.prototype.PIa});H7.prototype.get_mBottomRadius=H7.prototype.lGa=function(){return oE(this.kDa)};H7.prototype.set_mBottomRadius=H7.prototype.JHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pE(c,a)};Object.defineProperty(H7.prototype,"mBottomRadius",{get:H7.prototype.lGa,set:H7.prototype.JHa});H7.prototype.get_mMaterial=H7.prototype.xDa=function(){return l(qE(this.kDa),y5)};
H7.prototype.set_mMaterial=H7.prototype.zDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rE(c,a)};Object.defineProperty(H7.prototype,"mMaterial",{get:H7.prototype.xDa,set:H7.prototype.zDa});H7.prototype.get_mDensity=H7.prototype.BDa=function(){return sE(this.kDa)};H7.prototype.set_mDensity=H7.prototype.DDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tE(c,a)};Object.defineProperty(H7.prototype,"mDensity",{get:H7.prototype.BDa,set:H7.prototype.DDa});
H7.prototype.get_mUserData=H7.prototype.nDa=function(){return uE(this.kDa)};H7.prototype.set_mUserData=H7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vE(c,a)};Object.defineProperty(H7.prototype,"mUserData",{get:H7.prototype.nDa,set:H7.prototype.oDa});H7.prototype.__destroy__=function(){wE(this.kDa)};function I7(){throw"cannot construct a TaperedCapsuleShape, no constructor in IDL";}I7.prototype=Object.create(P5.prototype);I7.prototype.constructor=I7;
I7.prototype.lDa=I7;I7.mDa={};d.TaperedCapsuleShape=I7;I7.prototype.GetHalfHeight=function(){return xE(this.kDa)};I7.prototype.GetTopRadius=function(){return yE(this.kDa)};I7.prototype.GetBottomRadius=function(){return zE(this.kDa)};I7.prototype.SetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);AE(c,a)};I7.prototype.GetDensity=function(){return BE(this.kDa)};I7.prototype.SetDensity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);CE(c,a)};
I7.prototype.GetRefCount=function(){return DE(this.kDa)};I7.prototype.AddRef=function(){EE(this.kDa)};I7.prototype.Release=function(){FE(this.kDa)};I7.prototype.GetType=function(){return GE(this.kDa)};I7.prototype.GetSubType=function(){return HE(this.kDa)};I7.prototype.MustBeStatic=function(){return!!IE(this.kDa)};I7.prototype.GetLocalBounds=function(){return l(JE(this.kDa),n)};
I7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(KE(b,a,c),n)};I7.prototype.GetCenterOfMass=function(){return l(LE(this.kDa),p)};I7.prototype.GetUserData=function(){return ME(this.kDa)};I7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);NE(c,a)};I7.prototype.GetSubShapeIDBitsRecursive=function(){return OE(this.kDa)};I7.prototype.GetInnerRadius=function(){return PE(this.kDa)};
I7.prototype.GetMassProperties=function(){return l(QE(this.kDa),x5)};I7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(RE(b,a,c),m)};I7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(SE(c,a),y5)};I7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(TE(b,a,c),p)};
I7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return UE(c,a)};I7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(VE(k,a,c,b,f,g),q)};I7.prototype.GetVolume=function(){return WE(this.kDa)};
I7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!XE(c,a)};I7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(YE(c,a),p)};I7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(ZE(c,a),w5)};I7.prototype.__destroy__=function(){$E(this.kDa)};function J7(){this.kDa=aF();h(J7)[this.kDa]=this}J7.prototype=Object.create(O5.prototype);J7.prototype.constructor=J7;
J7.prototype.lDa=J7;J7.mDa={};d.ConvexHullShapeSettings=J7;J7.prototype.GetRefCount=function(){return bF(this.kDa)};J7.prototype.AddRef=function(){cF(this.kDa)};J7.prototype.Release=function(){dF(this.kDa)};J7.prototype.Create=function(){return l(eF(this.kDa),w5)};J7.prototype.ClearCachedResult=function(){fF(this.kDa)};J7.prototype.get_mPoints=J7.prototype.OLa=function(){return l(gF(this.kDa),V6)};
J7.prototype.set_mPoints=J7.prototype.VPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hF(c,a)};Object.defineProperty(J7.prototype,"mPoints",{get:J7.prototype.OLa,set:J7.prototype.VPa});J7.prototype.get_mMaxConvexRadius=J7.prototype.SKa=function(){return iF(this.kDa)};J7.prototype.set_mMaxConvexRadius=J7.prototype.ZOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jF(c,a)};Object.defineProperty(J7.prototype,"mMaxConvexRadius",{get:J7.prototype.SKa,set:J7.prototype.ZOa});
J7.prototype.get_mMaxErrorConvexRadius=J7.prototype.TKa=function(){return kF(this.kDa)};J7.prototype.set_mMaxErrorConvexRadius=J7.prototype.$Oa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lF(c,a)};Object.defineProperty(J7.prototype,"mMaxErrorConvexRadius",{get:J7.prototype.TKa,set:J7.prototype.$Oa});J7.prototype.get_mHullTolerance=J7.prototype.XJa=function(){return mF(this.kDa)};
J7.prototype.set_mHullTolerance=J7.prototype.dOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nF(c,a)};Object.defineProperty(J7.prototype,"mHullTolerance",{get:J7.prototype.XJa,set:J7.prototype.dOa});J7.prototype.get_mMaterial=J7.prototype.xDa=function(){return l(oF(this.kDa),y5)};J7.prototype.set_mMaterial=J7.prototype.zDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pF(c,a)};Object.defineProperty(J7.prototype,"mMaterial",{get:J7.prototype.xDa,set:J7.prototype.zDa});
J7.prototype.get_mDensity=J7.prototype.BDa=function(){return qF(this.kDa)};J7.prototype.set_mDensity=J7.prototype.DDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rF(c,a)};Object.defineProperty(J7.prototype,"mDensity",{get:J7.prototype.BDa,set:J7.prototype.DDa});J7.prototype.get_mUserData=J7.prototype.nDa=function(){return sF(this.kDa)};J7.prototype.set_mUserData=J7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tF(c,a)};
Object.defineProperty(J7.prototype,"mUserData",{get:J7.prototype.nDa,set:J7.prototype.oDa});J7.prototype.__destroy__=function(){uF(this.kDa)};function K7(){throw"cannot construct a ConvexHullShape, no constructor in IDL";}K7.prototype=Object.create(P5.prototype);K7.prototype.constructor=K7;K7.prototype.lDa=K7;K7.mDa={};d.ConvexHullShape=K7;K7.prototype.SetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vF(c,a)};K7.prototype.GetDensity=function(){return wF(this.kDa)};
K7.prototype.SetDensity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xF(c,a)};K7.prototype.GetRefCount=function(){return yF(this.kDa)};K7.prototype.AddRef=function(){zF(this.kDa)};K7.prototype.Release=function(){AF(this.kDa)};K7.prototype.GetType=function(){return BF(this.kDa)};K7.prototype.GetSubType=function(){return CF(this.kDa)};K7.prototype.MustBeStatic=function(){return!!DF(this.kDa)};K7.prototype.GetLocalBounds=function(){return l(EF(this.kDa),n)};
K7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(FF(b,a,c),n)};K7.prototype.GetCenterOfMass=function(){return l(GF(this.kDa),p)};K7.prototype.GetUserData=function(){return HF(this.kDa)};K7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);IF(c,a)};K7.prototype.GetSubShapeIDBitsRecursive=function(){return JF(this.kDa)};K7.prototype.GetInnerRadius=function(){return KF(this.kDa)};
K7.prototype.GetMassProperties=function(){return l(LF(this.kDa),x5)};K7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(MF(b,a,c),m)};K7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(NF(c,a),y5)};K7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(OF(b,a,c),p)};
K7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return PF(c,a)};K7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(QF(k,a,c,b,f,g),q)};K7.prototype.GetVolume=function(){return RF(this.kDa)};
K7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!SF(c,a)};K7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(TF(c,a),p)};K7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(UF(c,a),w5)};K7.prototype.__destroy__=function(){VF(this.kDa)};function S5(){throw"cannot construct a CompoundShapeSubShape, no constructor in IDL";}S5.prototype=Object.create(e.prototype);
S5.prototype.constructor=S5;S5.prototype.lDa=S5;S5.mDa={};d.CompoundShapeSubShape=S5;S5.prototype.GetPositionCOM=function(){return l(WF(this.kDa),p)};S5.prototype.GetRotation=function(){return l(XF(this.kDa),t)};S5.prototype.get_mShape=S5.prototype.PDa=function(){return l(YF(this.kDa),m)};S5.prototype.set_mShape=S5.prototype.sEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ZF(c,a)};Object.defineProperty(S5.prototype,"mShape",{get:S5.prototype.PDa,set:S5.prototype.sEa});
S5.prototype.get_mUserData=S5.prototype.nDa=function(){return $F(this.kDa)};S5.prototype.set_mUserData=S5.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aG(c,a)};Object.defineProperty(S5.prototype,"mUserData",{get:S5.prototype.nDa,set:S5.prototype.oDa});S5.prototype.__destroy__=function(){bG(this.kDa)};function L7(){this.kDa=cG();h(L7)[this.kDa]=this}L7.prototype=Object.create(Q5.prototype);L7.prototype.constructor=L7;L7.prototype.lDa=L7;L7.mDa={};
d.StaticCompoundShapeSettings=L7;L7.prototype.AddShape=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);dG(g,a,c,b,f)};L7.prototype.AddShapeShapeSettings=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);eG(g,a,c,b,f)};
L7.prototype.AddShapeShape=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);fG(g,a,c,b,f)};L7.prototype.GetRefCount=function(){return gG(this.kDa)};L7.prototype.AddRef=function(){hG(this.kDa)};L7.prototype.Release=function(){iG(this.kDa)};L7.prototype.Create=function(){return l(jG(this.kDa),w5)};L7.prototype.ClearCachedResult=function(){kG(this.kDa)};
L7.prototype.get_mUserData=L7.prototype.nDa=function(){return lG(this.kDa)};L7.prototype.set_mUserData=L7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mG(c,a)};Object.defineProperty(L7.prototype,"mUserData",{get:L7.prototype.nDa,set:L7.prototype.oDa});L7.prototype.__destroy__=function(){nG(this.kDa)};function M7(){throw"cannot construct a StaticCompoundShape, no constructor in IDL";}M7.prototype=Object.create(R5.prototype);M7.prototype.constructor=M7;
M7.prototype.lDa=M7;M7.mDa={};d.StaticCompoundShape=M7;M7.prototype.GetNumSubShapes=function(){return oG(this.kDa)};M7.prototype.GetSubShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(pG(c,a),S5)};M7.prototype.GetRefCount=function(){return qG(this.kDa)};M7.prototype.AddRef=function(){rG(this.kDa)};M7.prototype.Release=function(){sG(this.kDa)};M7.prototype.GetType=function(){return tG(this.kDa)};M7.prototype.GetSubType=function(){return uG(this.kDa)};
M7.prototype.MustBeStatic=function(){return!!vG(this.kDa)};M7.prototype.GetLocalBounds=function(){return l(wG(this.kDa),n)};M7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(xG(b,a,c),n)};M7.prototype.GetCenterOfMass=function(){return l(yG(this.kDa),p)};M7.prototype.GetUserData=function(){return zG(this.kDa)};M7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);AG(c,a)};
M7.prototype.GetSubShapeIDBitsRecursive=function(){return BG(this.kDa)};M7.prototype.GetInnerRadius=function(){return CG(this.kDa)};M7.prototype.GetMassProperties=function(){return l(DG(this.kDa),x5)};M7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(EG(b,a,c),m)};M7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(FG(c,a),y5)};
M7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(GG(b,a,c),p)};M7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return HG(c,a)};
M7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(IG(k,a,c,b,f,g),q)};M7.prototype.GetVolume=function(){return JG(this.kDa)};M7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!KG(c,a)};
M7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(LG(c,a),p)};M7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(MG(c,a),w5)};M7.prototype.__destroy__=function(){NG(this.kDa)};function N7(){this.kDa=OG();h(N7)[this.kDa]=this}N7.prototype=Object.create(Q5.prototype);N7.prototype.constructor=N7;N7.prototype.lDa=N7;N7.mDa={};d.MutableCompoundShapeSettings=N7;
N7.prototype.AddShape=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);PG(g,a,c,b,f)};N7.prototype.AddShapeShapeSettings=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);QG(g,a,c,b,f)};
N7.prototype.AddShapeShape=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);RG(g,a,c,b,f)};N7.prototype.GetRefCount=function(){return SG(this.kDa)};N7.prototype.AddRef=function(){TG(this.kDa)};N7.prototype.Release=function(){UG(this.kDa)};N7.prototype.Create=function(){return l(VG(this.kDa),w5)};N7.prototype.ClearCachedResult=function(){WG(this.kDa)};
N7.prototype.get_mUserData=N7.prototype.nDa=function(){return XG(this.kDa)};N7.prototype.set_mUserData=N7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);YG(c,a)};Object.defineProperty(N7.prototype,"mUserData",{get:N7.prototype.nDa,set:N7.prototype.oDa});N7.prototype.__destroy__=function(){ZG(this.kDa)};function O7(){throw"cannot construct a MutableCompoundShape, no constructor in IDL";}O7.prototype=Object.create(R5.prototype);O7.prototype.constructor=O7;
O7.prototype.lDa=O7;O7.mDa={};d.MutableCompoundShape=O7;O7.prototype.AddShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return void 0===g?$G(k,a,c,b,f):aH(k,a,c,b,f,g)};O7.prototype.RemoveShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bH(c,a)};
O7.prototype.ModifyShape=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);void 0===f?cH(g,a,c,b):dH(g,a,c,b,f)};O7.prototype.ModifyShapes=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);eH(g,a,c,b,f)};O7.prototype.AdjustCenterOfMass=function(){fH(this.kDa)};
O7.prototype.GetNumSubShapes=function(){return gH(this.kDa)};O7.prototype.GetSubShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(hH(c,a),S5)};O7.prototype.GetRefCount=function(){return iH(this.kDa)};O7.prototype.AddRef=function(){jH(this.kDa)};O7.prototype.Release=function(){kH(this.kDa)};O7.prototype.GetType=function(){return lH(this.kDa)};O7.prototype.GetSubType=function(){return mH(this.kDa)};O7.prototype.MustBeStatic=function(){return!!nH(this.kDa)};
O7.prototype.GetLocalBounds=function(){return l(oH(this.kDa),n)};O7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(pH(b,a,c),n)};O7.prototype.GetCenterOfMass=function(){return l(qH(this.kDa),p)};O7.prototype.GetUserData=function(){return rH(this.kDa)};O7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);sH(c,a)};O7.prototype.GetSubShapeIDBitsRecursive=function(){return tH(this.kDa)};
O7.prototype.GetInnerRadius=function(){return uH(this.kDa)};O7.prototype.GetMassProperties=function(){return l(vH(this.kDa),x5)};O7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(wH(b,a,c),m)};O7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(xH(c,a),y5)};
O7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(yH(b,a,c),p)};O7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return zH(c,a)};
O7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(AH(k,a,c,b,f,g),q)};O7.prototype.GetVolume=function(){return BH(this.kDa)};O7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!CH(c,a)};
O7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(DH(c,a),p)};O7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(EH(c,a),w5)};O7.prototype.__destroy__=function(){FH(this.kDa)};function P7(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=GH(a,c);h(P7)[this.kDa]=this}P7.prototype=Object.create(T5.prototype);P7.prototype.constructor=P7;P7.prototype.lDa=P7;P7.mDa={};
d.ScaledShapeSettings=P7;P7.prototype.GetRefCount=function(){return HH(this.kDa)};P7.prototype.AddRef=function(){IH(this.kDa)};P7.prototype.Release=function(){JH(this.kDa)};P7.prototype.Create=function(){return l(KH(this.kDa),w5)};P7.prototype.ClearCachedResult=function(){LH(this.kDa)};P7.prototype.get_mScale=P7.prototype.jEa=function(){return l(MH(this.kDa),p)};P7.prototype.set_mScale=P7.prototype.FIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);NH(c,a)};
Object.defineProperty(P7.prototype,"mScale",{get:P7.prototype.jEa,set:P7.prototype.FIa});P7.prototype.get_mUserData=P7.prototype.nDa=function(){return OH(this.kDa)};P7.prototype.set_mUserData=P7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);PH(c,a)};Object.defineProperty(P7.prototype,"mUserData",{get:P7.prototype.nDa,set:P7.prototype.oDa});P7.prototype.__destroy__=function(){QH(this.kDa)};
function Q7(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=RH(a,c);h(Q7)[this.kDa]=this}Q7.prototype=Object.create(U5.prototype);Q7.prototype.constructor=Q7;Q7.prototype.lDa=Q7;Q7.mDa={};d.ScaledShape=Q7;Q7.prototype.GetScale=function(){return l(SH(this.kDa),p)};Q7.prototype.GetInnerShape=function(){return l(TH(this.kDa),m)};Q7.prototype.GetRefCount=function(){return UH(this.kDa)};Q7.prototype.AddRef=function(){VH(this.kDa)};Q7.prototype.Release=function(){WH(this.kDa)};
Q7.prototype.GetType=function(){return XH(this.kDa)};Q7.prototype.GetSubType=function(){return YH(this.kDa)};Q7.prototype.MustBeStatic=function(){return!!ZH(this.kDa)};Q7.prototype.GetLocalBounds=function(){return l($H(this.kDa),n)};Q7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(aI(b,a,c),n)};Q7.prototype.GetCenterOfMass=function(){return l(bI(this.kDa),p)};Q7.prototype.GetUserData=function(){return cI(this.kDa)};
Q7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dI(c,a)};Q7.prototype.GetSubShapeIDBitsRecursive=function(){return eI(this.kDa)};Q7.prototype.GetInnerRadius=function(){return fI(this.kDa)};Q7.prototype.GetMassProperties=function(){return l(gI(this.kDa),x5)};Q7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(hI(b,a,c),m)};
Q7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(iI(c,a),y5)};Q7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(jI(b,a,c),p)};Q7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return kI(c,a)};
Q7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(lI(k,a,c,b,f,g),q)};Q7.prototype.GetVolume=function(){return mI(this.kDa)};Q7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!nI(c,a)};
Q7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(oI(c,a),p)};Q7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(pI(c,a),w5)};Q7.prototype.__destroy__=function(){qI(this.kDa)};function R7(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=rI(a,c);h(R7)[this.kDa]=this}R7.prototype=Object.create(T5.prototype);R7.prototype.constructor=R7;R7.prototype.lDa=R7;R7.mDa={};
d.OffsetCenterOfMassShapeSettings=R7;R7.prototype.GetRefCount=function(){return sI(this.kDa)};R7.prototype.AddRef=function(){tI(this.kDa)};R7.prototype.Release=function(){uI(this.kDa)};R7.prototype.Create=function(){return l(vI(this.kDa),w5)};R7.prototype.ClearCachedResult=function(){wI(this.kDa)};R7.prototype.get_mOffset=R7.prototype.aHa=function(){return l(xI(this.kDa),p)};R7.prototype.set_mOffset=R7.prototype.xIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);yI(c,a)};
Object.defineProperty(R7.prototype,"mOffset",{get:R7.prototype.aHa,set:R7.prototype.xIa});R7.prototype.get_mUserData=R7.prototype.nDa=function(){return zI(this.kDa)};R7.prototype.set_mUserData=R7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);AI(c,a)};Object.defineProperty(R7.prototype,"mUserData",{get:R7.prototype.nDa,set:R7.prototype.oDa});R7.prototype.__destroy__=function(){BI(this.kDa)};
function S7(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=CI(a,c);h(S7)[this.kDa]=this}S7.prototype=Object.create(U5.prototype);S7.prototype.constructor=S7;S7.prototype.lDa=S7;S7.mDa={};d.OffsetCenterOfMassShape=S7;S7.prototype.GetInnerShape=function(){return l(DI(this.kDa),m)};S7.prototype.GetRefCount=function(){return EI(this.kDa)};S7.prototype.AddRef=function(){FI(this.kDa)};S7.prototype.Release=function(){GI(this.kDa)};S7.prototype.GetType=function(){return HI(this.kDa)};
S7.prototype.GetSubType=function(){return II(this.kDa)};S7.prototype.MustBeStatic=function(){return!!JI(this.kDa)};S7.prototype.GetLocalBounds=function(){return l(KI(this.kDa),n)};S7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(LI(b,a,c),n)};S7.prototype.GetCenterOfMass=function(){return l(MI(this.kDa),p)};S7.prototype.GetUserData=function(){return NI(this.kDa)};
S7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);OI(c,a)};S7.prototype.GetSubShapeIDBitsRecursive=function(){return PI(this.kDa)};S7.prototype.GetInnerRadius=function(){return QI(this.kDa)};S7.prototype.GetMassProperties=function(){return l(RI(this.kDa),x5)};S7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(SI(b,a,c),m)};
S7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(TI(c,a),y5)};S7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(UI(b,a,c),p)};S7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return VI(c,a)};
S7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(WI(k,a,c,b,f,g),q)};S7.prototype.GetVolume=function(){return XI(this.kDa)};S7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!YI(c,a)};
S7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(ZI(c,a),p)};S7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l($I(c,a),w5)};S7.prototype.__destroy__=function(){aJ(this.kDa)};function T7(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=bJ(a,c,b);h(T7)[this.kDa]=this}T7.prototype=Object.create(T5.prototype);T7.prototype.constructor=T7;
T7.prototype.lDa=T7;T7.mDa={};d.RotatedTranslatedShapeSettings=T7;T7.prototype.GetRefCount=function(){return cJ(this.kDa)};T7.prototype.AddRef=function(){dJ(this.kDa)};T7.prototype.Release=function(){eJ(this.kDa)};T7.prototype.Create=function(){return l(fJ(this.kDa),w5)};T7.prototype.ClearCachedResult=function(){gJ(this.kDa)};T7.prototype.get_mPosition=T7.prototype.yDa=function(){return l(hJ(this.kDa),p)};
T7.prototype.set_mPosition=T7.prototype.ADa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);iJ(c,a)};Object.defineProperty(T7.prototype,"mPosition",{get:T7.prototype.yDa,set:T7.prototype.ADa});T7.prototype.get_mRotation=T7.prototype.ODa=function(){return l(jJ(this.kDa),t)};T7.prototype.set_mRotation=T7.prototype.VDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kJ(c,a)};Object.defineProperty(T7.prototype,"mRotation",{get:T7.prototype.ODa,set:T7.prototype.VDa});
T7.prototype.get_mUserData=T7.prototype.nDa=function(){return lJ(this.kDa)};T7.prototype.set_mUserData=T7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mJ(c,a)};Object.defineProperty(T7.prototype,"mUserData",{get:T7.prototype.nDa,set:T7.prototype.oDa});T7.prototype.__destroy__=function(){nJ(this.kDa)};function U7(){throw"cannot construct a RotatedTranslatedShape, no constructor in IDL";}U7.prototype=Object.create(U5.prototype);U7.prototype.constructor=U7;
U7.prototype.lDa=U7;U7.mDa={};d.RotatedTranslatedShape=U7;U7.prototype.GetRotation=function(){return l(oJ(this.kDa),t)};U7.prototype.GetPosition=function(){return l(pJ(this.kDa),p)};U7.prototype.GetInnerShape=function(){return l(qJ(this.kDa),m)};U7.prototype.GetRefCount=function(){return rJ(this.kDa)};U7.prototype.AddRef=function(){sJ(this.kDa)};U7.prototype.Release=function(){tJ(this.kDa)};U7.prototype.GetType=function(){return uJ(this.kDa)};U7.prototype.GetSubType=function(){return vJ(this.kDa)};
U7.prototype.MustBeStatic=function(){return!!wJ(this.kDa)};U7.prototype.GetLocalBounds=function(){return l(xJ(this.kDa),n)};U7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(yJ(b,a,c),n)};U7.prototype.GetCenterOfMass=function(){return l(zJ(this.kDa),p)};U7.prototype.GetUserData=function(){return AJ(this.kDa)};U7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);BJ(c,a)};
U7.prototype.GetSubShapeIDBitsRecursive=function(){return CJ(this.kDa)};U7.prototype.GetInnerRadius=function(){return DJ(this.kDa)};U7.prototype.GetMassProperties=function(){return l(EJ(this.kDa),x5)};U7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(FJ(b,a,c),m)};U7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(GJ(c,a),y5)};
U7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(HJ(b,a,c),p)};U7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return IJ(c,a)};
U7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(JJ(k,a,c,b,f,g),q)};U7.prototype.GetVolume=function(){return KJ(this.kDa)};U7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!LJ(c,a)};
U7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(MJ(c,a),p)};U7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(NJ(c,a),w5)};U7.prototype.__destroy__=function(){OJ(this.kDa)};function V7(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=void 0===a?PJ():void 0===c?QJ(a):void 0===b?RJ(a,c):SJ(a,c,b);h(V7)[this.kDa]=this}V7.prototype=Object.create(v5.prototype);
V7.prototype.constructor=V7;V7.prototype.lDa=V7;V7.mDa={};d.MeshShapeSettings=V7;V7.prototype.Sanitize=function(){TJ(this.kDa)};V7.prototype.GetRefCount=function(){return UJ(this.kDa)};V7.prototype.AddRef=function(){VJ(this.kDa)};V7.prototype.Release=function(){WJ(this.kDa)};V7.prototype.Create=function(){return l(XJ(this.kDa),w5)};V7.prototype.ClearCachedResult=function(){YJ(this.kDa)};V7.prototype.get_mTriangleVertices=V7.prototype.EMa=function(){return l(ZJ(this.kDa),t7)};
V7.prototype.set_mTriangleVertices=V7.prototype.JQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$J(c,a)};Object.defineProperty(V7.prototype,"mTriangleVertices",{get:V7.prototype.EMa,set:V7.prototype.JQa});V7.prototype.get_mIndexedTriangles=V7.prototype.$Ja=function(){return l(aK(this.kDa),v7)};V7.prototype.set_mIndexedTriangles=V7.prototype.gOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bK(c,a)};
Object.defineProperty(V7.prototype,"mIndexedTriangles",{get:V7.prototype.$Ja,set:V7.prototype.gOa});V7.prototype.get_mMaterials=V7.prototype.JEa=function(){return l(cK(this.kDa),q7)};V7.prototype.set_mMaterials=V7.prototype.yFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dK(c,a)};Object.defineProperty(V7.prototype,"mMaterials",{get:V7.prototype.JEa,set:V7.prototype.yFa});V7.prototype.get_mMaxTrianglesPerLeaf=V7.prototype.hLa=function(){return eK(this.kDa)};
V7.prototype.set_mMaxTrianglesPerLeaf=V7.prototype.oPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fK(c,a)};Object.defineProperty(V7.prototype,"mMaxTrianglesPerLeaf",{get:V7.prototype.hLa,set:V7.prototype.oPa});V7.prototype.get_mActiveEdgeCosThresholdAngle=V7.prototype.ZFa=function(){return gK(this.kDa)};V7.prototype.set_mActiveEdgeCosThresholdAngle=V7.prototype.wHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hK(c,a)};
Object.defineProperty(V7.prototype,"mActiveEdgeCosThresholdAngle",{get:V7.prototype.ZFa,set:V7.prototype.wHa});V7.prototype.get_mPerTriangleUserData=V7.prototype.HLa=function(){return!!iK(this.kDa)};V7.prototype.set_mPerTriangleUserData=V7.prototype.OPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jK(c,a)};Object.defineProperty(V7.prototype,"mPerTriangleUserData",{get:V7.prototype.HLa,set:V7.prototype.OPa});V7.prototype.get_mBuildQuality=V7.prototype.nJa=function(){return kK(this.kDa)};
V7.prototype.set_mBuildQuality=V7.prototype.uNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lK(c,a)};Object.defineProperty(V7.prototype,"mBuildQuality",{get:V7.prototype.nJa,set:V7.prototype.uNa});V7.prototype.get_mUserData=V7.prototype.nDa=function(){return mK(this.kDa)};V7.prototype.set_mUserData=V7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nK(c,a)};Object.defineProperty(V7.prototype,"mUserData",{get:V7.prototype.nDa,set:V7.prototype.oDa});
V7.prototype.__destroy__=function(){oK(this.kDa)};function W7(){throw"cannot construct a MeshShape, no constructor in IDL";}W7.prototype=Object.create(m.prototype);W7.prototype.constructor=W7;W7.prototype.lDa=W7;W7.mDa={};d.MeshShape=W7;W7.prototype.GetTriangleUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return pK(c,a)};W7.prototype.GetRefCount=function(){return qK(this.kDa)};W7.prototype.AddRef=function(){rK(this.kDa)};W7.prototype.Release=function(){sK(this.kDa)};
W7.prototype.GetType=function(){return tK(this.kDa)};W7.prototype.GetSubType=function(){return uK(this.kDa)};W7.prototype.MustBeStatic=function(){return!!vK(this.kDa)};W7.prototype.GetLocalBounds=function(){return l(wK(this.kDa),n)};W7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(xK(b,a,c),n)};W7.prototype.GetCenterOfMass=function(){return l(yK(this.kDa),p)};W7.prototype.GetUserData=function(){return zK(this.kDa)};
W7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);AK(c,a)};W7.prototype.GetSubShapeIDBitsRecursive=function(){return BK(this.kDa)};W7.prototype.GetInnerRadius=function(){return CK(this.kDa)};W7.prototype.GetMassProperties=function(){return l(DK(this.kDa),x5)};W7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(EK(b,a,c),m)};
W7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(FK(c,a),y5)};W7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(GK(b,a,c),p)};W7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return HK(c,a)};
W7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(IK(k,a,c,b,f,g),q)};W7.prototype.GetVolume=function(){return JK(this.kDa)};W7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!KK(c,a)};
W7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(LK(c,a),p)};W7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(MK(c,a),w5)};W7.prototype.__destroy__=function(){NK(this.kDa)};function X7(){throw"cannot construct a HeightFieldShapeConstantValues, no constructor in IDL";}X7.prototype=Object.create(e.prototype);X7.prototype.constructor=X7;X7.prototype.lDa=X7;X7.mDa={};d.HeightFieldShapeConstantValues=X7;
X7.prototype.get_cNoCollisionValue=X7.prototype.VIa=function(){return OK(this.kDa)};Object.defineProperty(X7.prototype,"cNoCollisionValue",{get:X7.prototype.VIa});X7.prototype.__destroy__=function(){PK(this.kDa)};function D(){this.kDa=QK();h(D)[this.kDa]=this}D.prototype=Object.create(v5.prototype);D.prototype.constructor=D;D.prototype.lDa=D;D.mDa={};d.HeightFieldShapeSettings=D;D.prototype.GetRefCount=function(){return RK(this.kDa)};D.prototype.AddRef=function(){SK(this.kDa)};
D.prototype.Release=function(){TK(this.kDa)};D.prototype.Create=function(){return l(UK(this.kDa),w5)};D.prototype.ClearCachedResult=function(){VK(this.kDa)};D.prototype.get_mOffset=D.prototype.aHa=function(){return l(WK(this.kDa),p)};D.prototype.set_mOffset=D.prototype.xIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);XK(c,a)};Object.defineProperty(D.prototype,"mOffset",{get:D.prototype.aHa,set:D.prototype.xIa});
D.prototype.get_mScale=D.prototype.jEa=function(){return l(YK(this.kDa),p)};D.prototype.set_mScale=D.prototype.FIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ZK(c,a)};Object.defineProperty(D.prototype,"mScale",{get:D.prototype.jEa,set:D.prototype.FIa});D.prototype.get_mSampleCount=D.prototype.eMa=function(){return $K(this.kDa)};D.prototype.set_mSampleCount=D.prototype.jQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aL(c,a)};
Object.defineProperty(D.prototype,"mSampleCount",{get:D.prototype.eMa,set:D.prototype.jQa});D.prototype.get_mMinHeightValue=D.prototype.mLa=function(){return bL(this.kDa)};D.prototype.set_mMinHeightValue=D.prototype.tPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cL(c,a)};Object.defineProperty(D.prototype,"mMinHeightValue",{get:D.prototype.mLa,set:D.prototype.tPa});D.prototype.get_mMaxHeightValue=D.prototype.XKa=function(){return dL(this.kDa)};
D.prototype.set_mMaxHeightValue=D.prototype.dPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);eL(c,a)};Object.defineProperty(D.prototype,"mMaxHeightValue",{get:D.prototype.XKa,set:D.prototype.dPa});D.prototype.get_mMaterialsCapacity=D.prototype.LKa=function(){return fL(this.kDa)};D.prototype.set_mMaterialsCapacity=D.prototype.SOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gL(c,a)};Object.defineProperty(D.prototype,"mMaterialsCapacity",{get:D.prototype.LKa,set:D.prototype.SOa});
D.prototype.get_mBlockSize=D.prototype.eJa=function(){return hL(this.kDa)};D.prototype.set_mBlockSize=D.prototype.lNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);iL(c,a)};Object.defineProperty(D.prototype,"mBlockSize",{get:D.prototype.eJa,set:D.prototype.lNa});D.prototype.get_mBitsPerSample=D.prototype.dJa=function(){return jL(this.kDa)};D.prototype.set_mBitsPerSample=D.prototype.kNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kL(c,a)};
Object.defineProperty(D.prototype,"mBitsPerSample",{get:D.prototype.dJa,set:D.prototype.kNa});D.prototype.get_mHeightSamples=D.prototype.UJa=function(){return l(lL(this.kDa),O6)};D.prototype.set_mHeightSamples=D.prototype.aOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mL(c,a)};Object.defineProperty(D.prototype,"mHeightSamples",{get:D.prototype.UJa,set:D.prototype.aOa});D.prototype.get_mMaterialIndices=D.prototype.KKa=function(){return l(nL(this.kDa),Y7)};
D.prototype.set_mMaterialIndices=D.prototype.ROa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);oL(c,a)};Object.defineProperty(D.prototype,"mMaterialIndices",{get:D.prototype.KKa,set:D.prototype.ROa});D.prototype.get_mMaterials=D.prototype.JEa=function(){return l(pL(this.kDa),q7)};D.prototype.set_mMaterials=D.prototype.yFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qL(c,a)};Object.defineProperty(D.prototype,"mMaterials",{get:D.prototype.JEa,set:D.prototype.yFa});
D.prototype.get_mActiveEdgeCosThresholdAngle=D.prototype.ZFa=function(){return rL(this.kDa)};D.prototype.set_mActiveEdgeCosThresholdAngle=D.prototype.wHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);sL(c,a)};Object.defineProperty(D.prototype,"mActiveEdgeCosThresholdAngle",{get:D.prototype.ZFa,set:D.prototype.wHa});D.prototype.get_mUserData=D.prototype.nDa=function(){return tL(this.kDa)};
D.prototype.set_mUserData=D.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);uL(c,a)};Object.defineProperty(D.prototype,"mUserData",{get:D.prototype.nDa,set:D.prototype.oDa});D.prototype.__destroy__=function(){vL(this.kDa)};function Z7(){throw"cannot construct a HeightFieldShape, no constructor in IDL";}Z7.prototype=Object.create(m.prototype);Z7.prototype.constructor=Z7;Z7.prototype.lDa=Z7;Z7.mDa={};d.HeightFieldShape=Z7;Z7.prototype.GetSampleCount=function(){return wL(this.kDa)};
Z7.prototype.GetBlockSize=function(){return xL(this.kDa)};Z7.prototype.GetPosition=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(yL(b,a,c),p)};Z7.prototype.IsNoCollision=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return!!zL(b,a,c)};Z7.prototype.GetMinHeightValue=function(){return AL(this.kDa)};Z7.prototype.GetMaxHeightValue=function(){return BL(this.kDa)};
Z7.prototype.GetHeights=function(a,c,b,f,g,k){var u=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);CL(u,a,c,b,f,g,k)};
Z7.prototype.SetHeights=function(a,c,b,f,g,k,u,L){var oa=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);L&&"object"===typeof L&&(L=L.kDa);void 0===L?DL(oa,a,c,b,f,g,k,u):EL(oa,a,c,b,f,g,k,u,L)};
Z7.prototype.GetMaterials=function(a,c,b,f,g,k){var u=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);FL(u,a,c,b,f,g,k)};
Z7.prototype.SetMaterials=function(a,c,b,f,g,k,u,L){var oa=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);L&&"object"===typeof L&&(L=L.kDa);return!!GL(oa,a,c,b,f,g,k,u,L)};Z7.prototype.GetRefCount=function(){return HL(this.kDa)};Z7.prototype.AddRef=function(){IL(this.kDa)};Z7.prototype.Release=function(){JL(this.kDa)};
Z7.prototype.GetType=function(){return KL(this.kDa)};Z7.prototype.GetSubType=function(){return LL(this.kDa)};Z7.prototype.MustBeStatic=function(){return!!ML(this.kDa)};Z7.prototype.GetLocalBounds=function(){return l(NL(this.kDa),n)};Z7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(OL(b,a,c),n)};Z7.prototype.GetCenterOfMass=function(){return l(PL(this.kDa),p)};Z7.prototype.GetUserData=function(){return QL(this.kDa)};
Z7.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);RL(c,a)};Z7.prototype.GetSubShapeIDBitsRecursive=function(){return SL(this.kDa)};Z7.prototype.GetInnerRadius=function(){return TL(this.kDa)};Z7.prototype.GetMassProperties=function(){return l(UL(this.kDa),x5)};Z7.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(VL(b,a,c),m)};
Z7.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(WL(c,a),y5)};Z7.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(XL(b,a,c),p)};Z7.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return YL(c,a)};
Z7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(ZL(k,a,c,b,f,g),q)};Z7.prototype.GetVolume=function(){return $L(this.kDa)};Z7.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!aM(c,a)};
Z7.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(bM(c,a),p)};Z7.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(cM(c,a),w5)};Z7.prototype.__destroy__=function(){dM(this.kDa)};function $7(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=void 0===c?eM(a):void 0===b?fM(a,c):gM(a,c,b);h($7)[this.kDa]=this}$7.prototype=Object.create(v5.prototype);
$7.prototype.constructor=$7;$7.prototype.lDa=$7;$7.mDa={};d.PlaneShapeSettings=$7;$7.prototype.GetRefCount=function(){return hM(this.kDa)};$7.prototype.AddRef=function(){iM(this.kDa)};$7.prototype.Release=function(){jM(this.kDa)};$7.prototype.Create=function(){return l(kM(this.kDa),w5)};$7.prototype.ClearCachedResult=function(){lM(this.kDa)};$7.prototype.get_mPlane=$7.prototype.JLa=function(){return l(mM(this.kDa),t6)};
$7.prototype.set_mPlane=$7.prototype.QPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nM(c,a)};Object.defineProperty($7.prototype,"mPlane",{get:$7.prototype.JLa,set:$7.prototype.QPa});$7.prototype.get_mMaterial=$7.prototype.xDa=function(){return l(oM(this.kDa),y5)};$7.prototype.set_mMaterial=$7.prototype.zDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pM(c,a)};Object.defineProperty($7.prototype,"mMaterial",{get:$7.prototype.xDa,set:$7.prototype.zDa});
$7.prototype.get_mHalfExtent=$7.prototype.AGa=function(){return qM(this.kDa)};$7.prototype.set_mHalfExtent=$7.prototype.XHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rM(c,a)};Object.defineProperty($7.prototype,"mHalfExtent",{get:$7.prototype.AGa,set:$7.prototype.XHa});$7.prototype.get_mUserData=$7.prototype.nDa=function(){return sM(this.kDa)};$7.prototype.set_mUserData=$7.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tM(c,a)};
Object.defineProperty($7.prototype,"mUserData",{get:$7.prototype.nDa,set:$7.prototype.oDa});$7.prototype.__destroy__=function(){uM(this.kDa)};function a8(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=void 0===c?vM(a):void 0===b?wM(a,c):xM(a,c,b);h(a8)[this.kDa]=this}a8.prototype=Object.create(m.prototype);a8.prototype.constructor=a8;a8.prototype.lDa=a8;a8.mDa={};d.PlaneShape=a8;
a8.prototype.SetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);yM(c,a)};a8.prototype.GetPlane=function(){return l(zM(this.kDa),t6)};a8.prototype.GetHalfExtent=function(){return AM(this.kDa)};a8.prototype.GetRefCount=function(){return BM(this.kDa)};a8.prototype.AddRef=function(){CM(this.kDa)};a8.prototype.Release=function(){DM(this.kDa)};a8.prototype.GetType=function(){return EM(this.kDa)};a8.prototype.GetSubType=function(){return FM(this.kDa)};a8.prototype.MustBeStatic=function(){return!!GM(this.kDa)};
a8.prototype.GetLocalBounds=function(){return l(HM(this.kDa),n)};a8.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(IM(b,a,c),n)};a8.prototype.GetCenterOfMass=function(){return l(JM(this.kDa),p)};a8.prototype.GetUserData=function(){return KM(this.kDa)};a8.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);LM(c,a)};a8.prototype.GetSubShapeIDBitsRecursive=function(){return MM(this.kDa)};
a8.prototype.GetInnerRadius=function(){return NM(this.kDa)};a8.prototype.GetMassProperties=function(){return l(OM(this.kDa),x5)};a8.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(PM(b,a,c),m)};a8.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(QM(c,a),y5)};
a8.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(RM(b,a,c),p)};a8.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return SM(c,a)};
a8.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(TM(k,a,c,b,f,g),q)};a8.prototype.GetVolume=function(){return UM(this.kDa)};a8.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!VM(c,a)};
a8.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(WM(c,a),p)};a8.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(XM(c,a),w5)};a8.prototype.__destroy__=function(){YM(this.kDa)};function b8(){this.kDa=ZM();h(b8)[this.kDa]=this}b8.prototype=Object.create(v5.prototype);b8.prototype.constructor=b8;b8.prototype.lDa=b8;b8.mDa={};d.EmptyShapeSettings=b8;b8.prototype.GetRefCount=function(){return $M(this.kDa)};
b8.prototype.AddRef=function(){aN(this.kDa)};b8.prototype.Release=function(){bN(this.kDa)};b8.prototype.Create=function(){return l(cN(this.kDa),w5)};b8.prototype.ClearCachedResult=function(){dN(this.kDa)};b8.prototype.get_mCenterOfMass=b8.prototype.pJa=function(){return l(eN(this.kDa),p)};b8.prototype.set_mCenterOfMass=b8.prototype.wNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fN(c,a)};Object.defineProperty(b8.prototype,"mCenterOfMass",{get:b8.prototype.pJa,set:b8.prototype.wNa});
b8.prototype.get_mUserData=b8.prototype.nDa=function(){return gN(this.kDa)};b8.prototype.set_mUserData=b8.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hN(c,a)};Object.defineProperty(b8.prototype,"mUserData",{get:b8.prototype.nDa,set:b8.prototype.oDa});b8.prototype.__destroy__=function(){iN(this.kDa)};function c8(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=void 0===a?jN():kN(a);h(c8)[this.kDa]=this}c8.prototype=Object.create(m.prototype);c8.prototype.constructor=c8;
c8.prototype.lDa=c8;c8.mDa={};d.EmptyShape=c8;c8.prototype.GetRefCount=function(){return lN(this.kDa)};c8.prototype.AddRef=function(){mN(this.kDa)};c8.prototype.Release=function(){nN(this.kDa)};c8.prototype.GetType=function(){return oN(this.kDa)};c8.prototype.GetSubType=function(){return pN(this.kDa)};c8.prototype.MustBeStatic=function(){return!!qN(this.kDa)};c8.prototype.GetLocalBounds=function(){return l(rN(this.kDa),n)};
c8.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(sN(b,a,c),n)};c8.prototype.GetCenterOfMass=function(){return l(tN(this.kDa),p)};c8.prototype.GetUserData=function(){return uN(this.kDa)};c8.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vN(c,a)};c8.prototype.GetSubShapeIDBitsRecursive=function(){return wN(this.kDa)};c8.prototype.GetInnerRadius=function(){return xN(this.kDa)};
c8.prototype.GetMassProperties=function(){return l(yN(this.kDa),x5)};c8.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(zN(b,a,c),m)};c8.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(AN(c,a),y5)};c8.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(BN(b,a,c),p)};
c8.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return CN(c,a)};c8.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(DN(k,a,c,b,f,g),q)};c8.prototype.GetVolume=function(){return EN(this.kDa)};
c8.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!FN(c,a)};c8.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(GN(c,a),p)};c8.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(HN(c,a),w5)};c8.prototype.__destroy__=function(){IN(this.kDa)};function E(){this.kDa=JN();h(E)[this.kDa]=this}E.prototype=Object.create(V5.prototype);E.prototype.constructor=E;E.prototype.lDa=E;
E.mDa={};d.FixedConstraintSettings=E;E.prototype.GetRefCount=function(){return KN(this.kDa)};E.prototype.AddRef=function(){LN(this.kDa)};E.prototype.Release=function(){MN(this.kDa)};E.prototype.Create=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(NN(b,a,c),A5)};E.prototype.get_mSpace=E.prototype.vDa=function(){return ON(this.kDa)};E.prototype.set_mSpace=E.prototype.wDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);PN(c,a)};
Object.defineProperty(E.prototype,"mSpace",{get:E.prototype.vDa,set:E.prototype.wDa});E.prototype.get_mAutoDetectPoint=E.prototype.cGa=function(){return!!QN(this.kDa)};E.prototype.set_mAutoDetectPoint=E.prototype.AHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);RN(c,a)};Object.defineProperty(E.prototype,"mAutoDetectPoint",{get:E.prototype.cGa,set:E.prototype.AHa});E.prototype.get_mPoint1=E.prototype.LDa=function(){return l(SN(this.kDa),x)};
E.prototype.set_mPoint1=E.prototype.SDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);TN(c,a)};Object.defineProperty(E.prototype,"mPoint1",{get:E.prototype.LDa,set:E.prototype.SDa});E.prototype.get_mAxisX1=E.prototype.dGa=function(){return l(UN(this.kDa),p)};E.prototype.set_mAxisX1=E.prototype.BHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);VN(c,a)};Object.defineProperty(E.prototype,"mAxisX1",{get:E.prototype.dGa,set:E.prototype.BHa});
E.prototype.get_mAxisY1=E.prototype.fGa=function(){return l(WN(this.kDa),p)};E.prototype.set_mAxisY1=E.prototype.DHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);XN(c,a)};Object.defineProperty(E.prototype,"mAxisY1",{get:E.prototype.fGa,set:E.prototype.DHa});E.prototype.get_mPoint2=E.prototype.MDa=function(){return l(YN(this.kDa),x)};E.prototype.set_mPoint2=E.prototype.TDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ZN(c,a)};
Object.defineProperty(E.prototype,"mPoint2",{get:E.prototype.MDa,set:E.prototype.TDa});E.prototype.get_mAxisX2=E.prototype.eGa=function(){return l($N(this.kDa),p)};E.prototype.set_mAxisX2=E.prototype.CHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aO(c,a)};Object.defineProperty(E.prototype,"mAxisX2",{get:E.prototype.eGa,set:E.prototype.CHa});E.prototype.get_mAxisY2=E.prototype.gGa=function(){return l(bO(this.kDa),p)};
E.prototype.set_mAxisY2=E.prototype.EHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cO(c,a)};Object.defineProperty(E.prototype,"mAxisY2",{get:E.prototype.gGa,set:E.prototype.EHa});E.prototype.get_mEnabled=E.prototype.tDa=function(){return!!dO(this.kDa)};E.prototype.set_mEnabled=E.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);eO(c,a)};Object.defineProperty(E.prototype,"mEnabled",{get:E.prototype.tDa,set:E.prototype.uDa});
E.prototype.get_mNumVelocityStepsOverride=E.prototype.qDa=function(){return fO(this.kDa)};E.prototype.set_mNumVelocityStepsOverride=E.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gO(c,a)};Object.defineProperty(E.prototype,"mNumVelocityStepsOverride",{get:E.prototype.qDa,set:E.prototype.sDa});E.prototype.get_mNumPositionStepsOverride=E.prototype.pDa=function(){return hO(this.kDa)};
E.prototype.set_mNumPositionStepsOverride=E.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);iO(c,a)};Object.defineProperty(E.prototype,"mNumPositionStepsOverride",{get:E.prototype.pDa,set:E.prototype.rDa});E.prototype.__destroy__=function(){jO(this.kDa)};function G6(){this.kDa=kO();h(G6)[this.kDa]=this}G6.prototype=Object.create(e.prototype);G6.prototype.constructor=G6;G6.prototype.lDa=G6;G6.mDa={};d.SpringSettings=G6;G6.prototype.HasStiffness=function(){return!!lO(this.kDa)};
G6.prototype.get_mMode=G6.prototype.NEa=function(){return mO(this.kDa)};G6.prototype.set_mMode=G6.prototype.CFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nO(c,a)};Object.defineProperty(G6.prototype,"mMode",{get:G6.prototype.NEa,set:G6.prototype.CFa});G6.prototype.get_mFrequency=G6.prototype.OJa=function(){return oO(this.kDa)};G6.prototype.set_mFrequency=G6.prototype.VNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pO(c,a)};
Object.defineProperty(G6.prototype,"mFrequency",{get:G6.prototype.OJa,set:G6.prototype.VNa});G6.prototype.get_mStiffness=G6.prototype.mHa=function(){return qO(this.kDa)};G6.prototype.set_mStiffness=G6.prototype.KIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rO(c,a)};Object.defineProperty(G6.prototype,"mStiffness",{get:G6.prototype.mHa,set:G6.prototype.KIa});G6.prototype.get_mDamping=G6.prototype.CJa=function(){return sO(this.kDa)};
G6.prototype.set_mDamping=G6.prototype.JNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tO(c,a)};Object.defineProperty(G6.prototype,"mDamping",{get:G6.prototype.CJa,set:G6.prototype.JNa});G6.prototype.__destroy__=function(){uO(this.kDa)};function d8(){this.kDa=vO();h(d8)[this.kDa]=this}d8.prototype=Object.create(e.prototype);d8.prototype.constructor=d8;d8.prototype.lDa=d8;d8.mDa={};d.MotorSettings=d8;
d8.prototype.get_mSpringSettings=d8.prototype.rMa=function(){return l(wO(this.kDa),G6)};d8.prototype.set_mSpringSettings=d8.prototype.wQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xO(c,a)};Object.defineProperty(d8.prototype,"mSpringSettings",{get:d8.prototype.rMa,set:d8.prototype.wQa});d8.prototype.get_mMinForceLimit=d8.prototype.lLa=function(){return yO(this.kDa)};
d8.prototype.set_mMinForceLimit=d8.prototype.sPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zO(c,a)};Object.defineProperty(d8.prototype,"mMinForceLimit",{get:d8.prototype.lLa,set:d8.prototype.sPa});d8.prototype.get_mMaxForceLimit=d8.prototype.UKa=function(){return AO(this.kDa)};d8.prototype.set_mMaxForceLimit=d8.prototype.aPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);BO(c,a)};Object.defineProperty(d8.prototype,"mMaxForceLimit",{get:d8.prototype.UKa,set:d8.prototype.aPa});
d8.prototype.get_mMinTorqueLimit=d8.prototype.pLa=function(){return CO(this.kDa)};d8.prototype.set_mMinTorqueLimit=d8.prototype.wPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);DO(c,a)};Object.defineProperty(d8.prototype,"mMinTorqueLimit",{get:d8.prototype.pLa,set:d8.prototype.wPa});d8.prototype.get_mMaxTorqueLimit=d8.prototype.gLa=function(){return EO(this.kDa)};d8.prototype.set_mMaxTorqueLimit=d8.prototype.nPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);FO(c,a)};
Object.defineProperty(d8.prototype,"mMaxTorqueLimit",{get:d8.prototype.gLa,set:d8.prototype.nPa});d8.prototype.__destroy__=function(){GO(this.kDa)};function F(){this.kDa=HO();h(F)[this.kDa]=this}F.prototype=Object.create(V5.prototype);F.prototype.constructor=F;F.prototype.lDa=F;F.mDa={};d.DistanceConstraintSettings=F;F.prototype.GetRefCount=function(){return IO(this.kDa)};F.prototype.AddRef=function(){JO(this.kDa)};F.prototype.Release=function(){KO(this.kDa)};
F.prototype.Create=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(LO(b,a,c),A5)};F.prototype.get_mSpace=F.prototype.vDa=function(){return MO(this.kDa)};F.prototype.set_mSpace=F.prototype.wDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);NO(c,a)};Object.defineProperty(F.prototype,"mSpace",{get:F.prototype.vDa,set:F.prototype.wDa});F.prototype.get_mPoint1=F.prototype.LDa=function(){return l(OO(this.kDa),x)};
F.prototype.set_mPoint1=F.prototype.SDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);PO(c,a)};Object.defineProperty(F.prototype,"mPoint1",{get:F.prototype.LDa,set:F.prototype.SDa});F.prototype.get_mPoint2=F.prototype.MDa=function(){return l(QO(this.kDa),x)};F.prototype.set_mPoint2=F.prototype.TDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);RO(c,a)};Object.defineProperty(F.prototype,"mPoint2",{get:F.prototype.MDa,set:F.prototype.TDa});
F.prototype.get_mMinDistance=F.prototype.kLa=function(){return SO(this.kDa)};F.prototype.set_mMinDistance=F.prototype.rPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);TO(c,a)};Object.defineProperty(F.prototype,"mMinDistance",{get:F.prototype.kLa,set:F.prototype.rPa});F.prototype.get_mMaxDistance=F.prototype.LEa=function(){return UO(this.kDa)};F.prototype.set_mMaxDistance=F.prototype.AFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);VO(c,a)};
Object.defineProperty(F.prototype,"mMaxDistance",{get:F.prototype.LEa,set:F.prototype.AFa});F.prototype.get_mLimitsSpringSettings=F.prototype.iEa=function(){return l(WO(this.kDa),G6)};F.prototype.set_mLimitsSpringSettings=F.prototype.rEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);XO(c,a)};Object.defineProperty(F.prototype,"mLimitsSpringSettings",{get:F.prototype.iEa,set:F.prototype.rEa});F.prototype.get_mEnabled=F.prototype.tDa=function(){return!!YO(this.kDa)};
F.prototype.set_mEnabled=F.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ZO(c,a)};Object.defineProperty(F.prototype,"mEnabled",{get:F.prototype.tDa,set:F.prototype.uDa});F.prototype.get_mNumVelocityStepsOverride=F.prototype.qDa=function(){return $O(this.kDa)};F.prototype.set_mNumVelocityStepsOverride=F.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aP(c,a)};Object.defineProperty(F.prototype,"mNumVelocityStepsOverride",{get:F.prototype.qDa,set:F.prototype.sDa});
F.prototype.get_mNumPositionStepsOverride=F.prototype.pDa=function(){return bP(this.kDa)};F.prototype.set_mNumPositionStepsOverride=F.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cP(c,a)};Object.defineProperty(F.prototype,"mNumPositionStepsOverride",{get:F.prototype.pDa,set:F.prototype.rDa});F.prototype.__destroy__=function(){dP(this.kDa)};function e8(){throw"cannot construct a DistanceConstraint, no constructor in IDL";}e8.prototype=Object.create(W5.prototype);
e8.prototype.constructor=e8;e8.prototype.lDa=e8;e8.mDa={};d.DistanceConstraint=e8;e8.prototype.SetDistance=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);eP(b,a,c)};e8.prototype.GetMinDistance=function(){return fP(this.kDa)};e8.prototype.GetMaxDistance=function(){return gP(this.kDa)};e8.prototype.GetLimitsSpringSettings=function(){return l(hP(this.kDa),G6)};
e8.prototype.SetLimitsSpringSettings=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);iP(c,a)};e8.prototype.GetTotalLambdaPosition=function(){return jP(this.kDa)};e8.prototype.GetRefCount=function(){return kP(this.kDa)};e8.prototype.AddRef=function(){lP(this.kDa)};e8.prototype.Release=function(){mP(this.kDa)};e8.prototype.GetType=function(){return nP(this.kDa)};e8.prototype.GetSubType=function(){return oP(this.kDa)};e8.prototype.GetConstraintPriority=function(){return pP(this.kDa)};
e8.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qP(c,a)};e8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rP(c,a)};e8.prototype.GetNumVelocityStepsOverride=function(){return sP(this.kDa)};e8.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tP(c,a)};e8.prototype.GetNumPositionStepsOverride=function(){return uP(this.kDa)};
e8.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vP(c,a)};e8.prototype.GetEnabled=function(){return!!wP(this.kDa)};e8.prototype.IsActive=function(){return!!xP(this.kDa)};e8.prototype.GetUserData=function(){return yP(this.kDa)};e8.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zP(c,a)};e8.prototype.ResetWarmStart=function(){AP(this.kDa)};e8.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);BP(c,a)};
e8.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);CP(c,a)};e8.prototype.GetBody1=function(){return l(DP(this.kDa),Body)};e8.prototype.GetBody2=function(){return l(EP(this.kDa),Body)};e8.prototype.GetConstraintToBody1Matrix=function(){return l(FP(this.kDa),r)};e8.prototype.GetConstraintToBody2Matrix=function(){return l(GP(this.kDa),r)};e8.prototype.__destroy__=function(){HP(this.kDa)};function f8(){this.kDa=IP();h(f8)[this.kDa]=this}f8.prototype=Object.create(V5.prototype);
f8.prototype.constructor=f8;f8.prototype.lDa=f8;f8.mDa={};d.PointConstraintSettings=f8;f8.prototype.GetRefCount=function(){return JP(this.kDa)};f8.prototype.AddRef=function(){KP(this.kDa)};f8.prototype.Release=function(){LP(this.kDa)};f8.prototype.Create=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(MP(b,a,c),A5)};f8.prototype.get_mSpace=f8.prototype.vDa=function(){return NP(this.kDa)};
f8.prototype.set_mSpace=f8.prototype.wDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);OP(c,a)};Object.defineProperty(f8.prototype,"mSpace",{get:f8.prototype.vDa,set:f8.prototype.wDa});f8.prototype.get_mPoint1=f8.prototype.LDa=function(){return l(PP(this.kDa),x)};f8.prototype.set_mPoint1=f8.prototype.SDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);QP(c,a)};Object.defineProperty(f8.prototype,"mPoint1",{get:f8.prototype.LDa,set:f8.prototype.SDa});
f8.prototype.get_mPoint2=f8.prototype.MDa=function(){return l(RP(this.kDa),x)};f8.prototype.set_mPoint2=f8.prototype.TDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);SP(c,a)};Object.defineProperty(f8.prototype,"mPoint2",{get:f8.prototype.MDa,set:f8.prototype.TDa});f8.prototype.get_mEnabled=f8.prototype.tDa=function(){return!!TP(this.kDa)};f8.prototype.set_mEnabled=f8.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);UP(c,a)};
Object.defineProperty(f8.prototype,"mEnabled",{get:f8.prototype.tDa,set:f8.prototype.uDa});f8.prototype.get_mNumVelocityStepsOverride=f8.prototype.qDa=function(){return VP(this.kDa)};f8.prototype.set_mNumVelocityStepsOverride=f8.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);WP(c,a)};Object.defineProperty(f8.prototype,"mNumVelocityStepsOverride",{get:f8.prototype.qDa,set:f8.prototype.sDa});f8.prototype.get_mNumPositionStepsOverride=f8.prototype.pDa=function(){return XP(this.kDa)};
f8.prototype.set_mNumPositionStepsOverride=f8.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);YP(c,a)};Object.defineProperty(f8.prototype,"mNumPositionStepsOverride",{get:f8.prototype.pDa,set:f8.prototype.rDa});f8.prototype.__destroy__=function(){ZP(this.kDa)};function g8(){throw"cannot construct a PointConstraint, no constructor in IDL";}g8.prototype=Object.create(W5.prototype);g8.prototype.constructor=g8;g8.prototype.lDa=g8;g8.mDa={};d.PointConstraint=g8;
g8.prototype.GetLocalSpacePoint1=function(){return l($P(this.kDa),p)};g8.prototype.GetLocalSpacePoint2=function(){return l(aQ(this.kDa),p)};g8.prototype.GetTotalLambdaPosition=function(){return l(bQ(this.kDa),p)};g8.prototype.GetRefCount=function(){return cQ(this.kDa)};g8.prototype.AddRef=function(){dQ(this.kDa)};g8.prototype.Release=function(){eQ(this.kDa)};g8.prototype.GetType=function(){return fQ(this.kDa)};g8.prototype.GetSubType=function(){return gQ(this.kDa)};
g8.prototype.GetConstraintPriority=function(){return hQ(this.kDa)};g8.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);iQ(c,a)};g8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jQ(c,a)};g8.prototype.GetNumVelocityStepsOverride=function(){return kQ(this.kDa)};g8.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lQ(c,a)};
g8.prototype.GetNumPositionStepsOverride=function(){return mQ(this.kDa)};g8.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nQ(c,a)};g8.prototype.GetEnabled=function(){return!!oQ(this.kDa)};g8.prototype.IsActive=function(){return!!pQ(this.kDa)};g8.prototype.GetUserData=function(){return qQ(this.kDa)};g8.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rQ(c,a)};g8.prototype.ResetWarmStart=function(){sQ(this.kDa)};
g8.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tQ(c,a)};g8.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);uQ(c,a)};g8.prototype.GetBody1=function(){return l(vQ(this.kDa),Body)};g8.prototype.GetBody2=function(){return l(wQ(this.kDa),Body)};g8.prototype.GetConstraintToBody1Matrix=function(){return l(xQ(this.kDa),r)};g8.prototype.GetConstraintToBody2Matrix=function(){return l(yQ(this.kDa),r)};g8.prototype.__destroy__=function(){zQ(this.kDa)};
function G(){this.kDa=AQ();h(G)[this.kDa]=this}G.prototype=Object.create(V5.prototype);G.prototype.constructor=G;G.prototype.lDa=G;G.mDa={};d.HingeConstraintSettings=G;G.prototype.GetRefCount=function(){return BQ(this.kDa)};G.prototype.AddRef=function(){CQ(this.kDa)};G.prototype.Release=function(){DQ(this.kDa)};G.prototype.Create=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(EQ(b,a,c),A5)};G.prototype.get_mSpace=G.prototype.vDa=function(){return FQ(this.kDa)};
G.prototype.set_mSpace=G.prototype.wDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);GQ(c,a)};Object.defineProperty(G.prototype,"mSpace",{get:G.prototype.vDa,set:G.prototype.wDa});G.prototype.get_mPoint1=G.prototype.LDa=function(){return l(HQ(this.kDa),x)};G.prototype.set_mPoint1=G.prototype.SDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);IQ(c,a)};Object.defineProperty(G.prototype,"mPoint1",{get:G.prototype.LDa,set:G.prototype.SDa});
G.prototype.get_mHingeAxis1=G.prototype.CGa=function(){return l(JQ(this.kDa),p)};G.prototype.set_mHingeAxis1=G.prototype.ZHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);KQ(c,a)};Object.defineProperty(G.prototype,"mHingeAxis1",{get:G.prototype.CGa,set:G.prototype.ZHa});G.prototype.get_mNormalAxis1=G.prototype.YGa=function(){return l(LQ(this.kDa),p)};G.prototype.set_mNormalAxis1=G.prototype.uIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);MQ(c,a)};
Object.defineProperty(G.prototype,"mNormalAxis1",{get:G.prototype.YGa,set:G.prototype.uIa});G.prototype.get_mPoint2=G.prototype.MDa=function(){return l(NQ(this.kDa),x)};G.prototype.set_mPoint2=G.prototype.TDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);OQ(c,a)};Object.defineProperty(G.prototype,"mPoint2",{get:G.prototype.MDa,set:G.prototype.TDa});G.prototype.get_mHingeAxis2=G.prototype.DGa=function(){return l(PQ(this.kDa),p)};
G.prototype.set_mHingeAxis2=G.prototype.$Ha=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);QQ(c,a)};Object.defineProperty(G.prototype,"mHingeAxis2",{get:G.prototype.DGa,set:G.prototype.$Ha});G.prototype.get_mNormalAxis2=G.prototype.ZGa=function(){return l(RQ(this.kDa),p)};G.prototype.set_mNormalAxis2=G.prototype.vIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);SQ(c,a)};Object.defineProperty(G.prototype,"mNormalAxis2",{get:G.prototype.ZGa,set:G.prototype.vIa});
G.prototype.get_mLimitsMin=G.prototype.LGa=function(){return TQ(this.kDa)};G.prototype.set_mLimitsMin=G.prototype.hIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);UQ(c,a)};Object.defineProperty(G.prototype,"mLimitsMin",{get:G.prototype.LGa,set:G.prototype.hIa});G.prototype.get_mLimitsMax=G.prototype.KGa=function(){return VQ(this.kDa)};G.prototype.set_mLimitsMax=G.prototype.gIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);WQ(c,a)};
Object.defineProperty(G.prototype,"mLimitsMax",{get:G.prototype.KGa,set:G.prototype.gIa});G.prototype.get_mLimitsSpringSettings=G.prototype.iEa=function(){return l(XQ(this.kDa),G6)};G.prototype.set_mLimitsSpringSettings=G.prototype.rEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);YQ(c,a)};Object.defineProperty(G.prototype,"mLimitsSpringSettings",{get:G.prototype.iEa,set:G.prototype.rEa});G.prototype.get_mMaxFrictionTorque=G.prototype.RGa=function(){return ZQ(this.kDa)};
G.prototype.set_mMaxFrictionTorque=G.prototype.nIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$Q(c,a)};Object.defineProperty(G.prototype,"mMaxFrictionTorque",{get:G.prototype.RGa,set:G.prototype.nIa});G.prototype.get_mMotorSettings=G.prototype.OEa=function(){return l(aR(this.kDa),d8)};G.prototype.set_mMotorSettings=G.prototype.DFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bR(c,a)};Object.defineProperty(G.prototype,"mMotorSettings",{get:G.prototype.OEa,set:G.prototype.DFa});
G.prototype.get_mEnabled=G.prototype.tDa=function(){return!!cR(this.kDa)};G.prototype.set_mEnabled=G.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dR(c,a)};Object.defineProperty(G.prototype,"mEnabled",{get:G.prototype.tDa,set:G.prototype.uDa});G.prototype.get_mNumVelocityStepsOverride=G.prototype.qDa=function(){return eR(this.kDa)};G.prototype.set_mNumVelocityStepsOverride=G.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fR(c,a)};
Object.defineProperty(G.prototype,"mNumVelocityStepsOverride",{get:G.prototype.qDa,set:G.prototype.sDa});G.prototype.get_mNumPositionStepsOverride=G.prototype.pDa=function(){return gR(this.kDa)};G.prototype.set_mNumPositionStepsOverride=G.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hR(c,a)};Object.defineProperty(G.prototype,"mNumPositionStepsOverride",{get:G.prototype.pDa,set:G.prototype.rDa});G.prototype.__destroy__=function(){iR(this.kDa)};
function h8(){throw"cannot construct a HingeConstraint, no constructor in IDL";}h8.prototype=Object.create(W5.prototype);h8.prototype.constructor=h8;h8.prototype.lDa=h8;h8.mDa={};d.HingeConstraint=h8;h8.prototype.GetLocalSpacePoint1=function(){return l(jR(this.kDa),p)};h8.prototype.GetLocalSpacePoint2=function(){return l(kR(this.kDa),p)};h8.prototype.GetLocalSpaceHingeAxis1=function(){return l(lR(this.kDa),p)};h8.prototype.GetLocalSpaceHingeAxis2=function(){return l(mR(this.kDa),p)};
h8.prototype.GetLocalSpaceNormalAxis1=function(){return l(nR(this.kDa),p)};h8.prototype.GetLocalSpaceNormalAxis2=function(){return l(oR(this.kDa),p)};h8.prototype.GetCurrentAngle=function(){return pR(this.kDa)};h8.prototype.SetMaxFrictionTorque=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qR(c,a)};h8.prototype.GetMaxFrictionTorque=function(){return rR(this.kDa)};h8.prototype.GetMotorSettings=function(){return l(sR(this.kDa),d8)};
h8.prototype.SetMotorState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tR(c,a)};h8.prototype.GetMotorState=function(){return uR(this.kDa)};h8.prototype.SetTargetAngularVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vR(c,a)};h8.prototype.GetTargetAngularVelocity=function(){return wR(this.kDa)};h8.prototype.SetTargetAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xR(c,a)};h8.prototype.GetTargetAngle=function(){return yR(this.kDa)};
h8.prototype.SetTargetOrientationBS=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zR(c,a)};h8.prototype.SetLimits=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);AR(b,a,c)};h8.prototype.GetLimitsMin=function(){return BR(this.kDa)};h8.prototype.GetLimitsMax=function(){return CR(this.kDa)};h8.prototype.HasLimits=function(){return!!DR(this.kDa)};h8.prototype.GetLimitsSpringSettings=function(){return l(ER(this.kDa),G6)};
h8.prototype.SetLimitsSpringSettings=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);FR(c,a)};h8.prototype.GetTotalLambdaPosition=function(){return l(GR(this.kDa),p)};h8.prototype.GetTotalLambdaRotation=function(){return l(HR(this.kDa),h7)};h8.prototype.GetTotalLambdaRotationLimits=function(){return IR(this.kDa)};h8.prototype.GetTotalLambdaMotor=function(){return JR(this.kDa)};h8.prototype.GetRefCount=function(){return KR(this.kDa)};h8.prototype.AddRef=function(){LR(this.kDa)};
h8.prototype.Release=function(){MR(this.kDa)};h8.prototype.GetType=function(){return NR(this.kDa)};h8.prototype.GetSubType=function(){return OR(this.kDa)};h8.prototype.GetConstraintPriority=function(){return PR(this.kDa)};h8.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);QR(c,a)};h8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);RR(c,a)};h8.prototype.GetNumVelocityStepsOverride=function(){return SR(this.kDa)};
h8.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);TR(c,a)};h8.prototype.GetNumPositionStepsOverride=function(){return UR(this.kDa)};h8.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);VR(c,a)};h8.prototype.GetEnabled=function(){return!!WR(this.kDa)};h8.prototype.IsActive=function(){return!!YR(this.kDa)};h8.prototype.GetUserData=function(){return ZR(this.kDa)};
h8.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$R(c,a)};h8.prototype.ResetWarmStart=function(){aS(this.kDa)};h8.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bS(c,a)};h8.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cS(c,a)};h8.prototype.GetBody1=function(){return l(dS(this.kDa),Body)};h8.prototype.GetBody2=function(){return l(eS(this.kDa),Body)};
h8.prototype.GetConstraintToBody1Matrix=function(){return l(fS(this.kDa),r)};h8.prototype.GetConstraintToBody2Matrix=function(){return l(gS(this.kDa),r)};h8.prototype.__destroy__=function(){hS(this.kDa)};function H(){this.kDa=iS();h(H)[this.kDa]=this}H.prototype=Object.create(V5.prototype);H.prototype.constructor=H;H.prototype.lDa=H;H.mDa={};d.ConeConstraintSettings=H;H.prototype.GetRefCount=function(){return jS(this.kDa)};H.prototype.AddRef=function(){kS(this.kDa)};H.prototype.Release=function(){lS(this.kDa)};
H.prototype.Create=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(mS(b,a,c),A5)};H.prototype.get_mSpace=H.prototype.vDa=function(){return nS(this.kDa)};H.prototype.set_mSpace=H.prototype.wDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);oS(c,a)};Object.defineProperty(H.prototype,"mSpace",{get:H.prototype.vDa,set:H.prototype.wDa});H.prototype.get_mPoint1=H.prototype.LDa=function(){return l(pS(this.kDa),x)};
H.prototype.set_mPoint1=H.prototype.SDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qS(c,a)};Object.defineProperty(H.prototype,"mPoint1",{get:H.prototype.LDa,set:H.prototype.SDa});H.prototype.get_mTwistAxis1=H.prototype.tHa=function(){return l(rS(this.kDa),p)};H.prototype.set_mTwistAxis1=H.prototype.RIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);sS(c,a)};Object.defineProperty(H.prototype,"mTwistAxis1",{get:H.prototype.tHa,set:H.prototype.RIa});
H.prototype.get_mPoint2=H.prototype.MDa=function(){return l(tS(this.kDa),x)};H.prototype.set_mPoint2=H.prototype.TDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);uS(c,a)};Object.defineProperty(H.prototype,"mPoint2",{get:H.prototype.MDa,set:H.prototype.TDa});H.prototype.get_mTwistAxis2=H.prototype.uHa=function(){return l(vS(this.kDa),p)};H.prototype.set_mTwistAxis2=H.prototype.SIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);wS(c,a)};
Object.defineProperty(H.prototype,"mTwistAxis2",{get:H.prototype.uHa,set:H.prototype.SIa});H.prototype.get_mHalfConeAngle=H.prototype.QJa=function(){return xS(this.kDa)};H.prototype.set_mHalfConeAngle=H.prototype.XNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);yS(c,a)};Object.defineProperty(H.prototype,"mHalfConeAngle",{get:H.prototype.QJa,set:H.prototype.XNa});H.prototype.get_mEnabled=H.prototype.tDa=function(){return!!zS(this.kDa)};
H.prototype.set_mEnabled=H.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);AS(c,a)};Object.defineProperty(H.prototype,"mEnabled",{get:H.prototype.tDa,set:H.prototype.uDa});H.prototype.get_mNumVelocityStepsOverride=H.prototype.qDa=function(){return BS(this.kDa)};H.prototype.set_mNumVelocityStepsOverride=H.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);CS(c,a)};Object.defineProperty(H.prototype,"mNumVelocityStepsOverride",{get:H.prototype.qDa,set:H.prototype.sDa});
H.prototype.get_mNumPositionStepsOverride=H.prototype.pDa=function(){return DS(this.kDa)};H.prototype.set_mNumPositionStepsOverride=H.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ES(c,a)};Object.defineProperty(H.prototype,"mNumPositionStepsOverride",{get:H.prototype.pDa,set:H.prototype.rDa});H.prototype.__destroy__=function(){FS(this.kDa)};function i8(){throw"cannot construct a ConeConstraint, no constructor in IDL";}i8.prototype=Object.create(W5.prototype);
i8.prototype.constructor=i8;i8.prototype.lDa=i8;i8.mDa={};d.ConeConstraint=i8;i8.prototype.SetHalfConeAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);GS(c,a)};i8.prototype.GetCosHalfConeAngle=function(){return HS(this.kDa)};i8.prototype.GetTotalLambdaPosition=function(){return l(IS(this.kDa),p)};i8.prototype.GetTotalLambdaRotation=function(){return JS(this.kDa)};i8.prototype.GetRefCount=function(){return KS(this.kDa)};i8.prototype.AddRef=function(){LS(this.kDa)};
i8.prototype.Release=function(){MS(this.kDa)};i8.prototype.GetType=function(){return NS(this.kDa)};i8.prototype.GetSubType=function(){return OS(this.kDa)};i8.prototype.GetConstraintPriority=function(){return PS(this.kDa)};i8.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);QS(c,a)};i8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);RS(c,a)};i8.prototype.GetNumVelocityStepsOverride=function(){return SS(this.kDa)};
i8.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);TS(c,a)};i8.prototype.GetNumPositionStepsOverride=function(){return US(this.kDa)};i8.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);VS(c,a)};i8.prototype.GetEnabled=function(){return!!WS(this.kDa)};i8.prototype.IsActive=function(){return!!XS(this.kDa)};i8.prototype.GetUserData=function(){return YS(this.kDa)};
i8.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ZS(c,a)};i8.prototype.ResetWarmStart=function(){$S(this.kDa)};i8.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aT(c,a)};i8.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bT(c,a)};i8.prototype.GetBody1=function(){return l(cT(this.kDa),Body)};i8.prototype.GetBody2=function(){return l(dT(this.kDa),Body)};
i8.prototype.GetConstraintToBody1Matrix=function(){return l(eT(this.kDa),r)};i8.prototype.GetConstraintToBody2Matrix=function(){return l(fT(this.kDa),r)};i8.prototype.__destroy__=function(){gT(this.kDa)};function I(){this.kDa=hT();h(I)[this.kDa]=this}I.prototype=Object.create(V5.prototype);I.prototype.constructor=I;I.prototype.lDa=I;I.mDa={};d.SliderConstraintSettings=I;I.prototype.GetRefCount=function(){return iT(this.kDa)};I.prototype.AddRef=function(){jT(this.kDa)};I.prototype.Release=function(){kT(this.kDa)};
I.prototype.Create=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(lT(b,a,c),A5)};I.prototype.get_mSpace=I.prototype.vDa=function(){return mT(this.kDa)};I.prototype.set_mSpace=I.prototype.wDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nT(c,a)};Object.defineProperty(I.prototype,"mSpace",{get:I.prototype.vDa,set:I.prototype.wDa});I.prototype.get_mAutoDetectPoint=I.prototype.cGa=function(){return!!oT(this.kDa)};
I.prototype.set_mAutoDetectPoint=I.prototype.AHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pT(c,a)};Object.defineProperty(I.prototype,"mAutoDetectPoint",{get:I.prototype.cGa,set:I.prototype.AHa});I.prototype.get_mPoint1=I.prototype.LDa=function(){return l(qT(this.kDa),x)};I.prototype.set_mPoint1=I.prototype.SDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rT(c,a)};Object.defineProperty(I.prototype,"mPoint1",{get:I.prototype.LDa,set:I.prototype.SDa});
I.prototype.get_mSliderAxis1=I.prototype.oMa=function(){return l(sT(this.kDa),p)};I.prototype.set_mSliderAxis1=I.prototype.tQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tT(c,a)};Object.defineProperty(I.prototype,"mSliderAxis1",{get:I.prototype.oMa,set:I.prototype.tQa});I.prototype.get_mNormalAxis1=I.prototype.YGa=function(){return l(uT(this.kDa),p)};I.prototype.set_mNormalAxis1=I.prototype.uIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vT(c,a)};
Object.defineProperty(I.prototype,"mNormalAxis1",{get:I.prototype.YGa,set:I.prototype.uIa});I.prototype.get_mPoint2=I.prototype.MDa=function(){return l(wT(this.kDa),x)};I.prototype.set_mPoint2=I.prototype.TDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xT(c,a)};Object.defineProperty(I.prototype,"mPoint2",{get:I.prototype.MDa,set:I.prototype.TDa});I.prototype.get_mSliderAxis2=I.prototype.pMa=function(){return l(yT(this.kDa),p)};
I.prototype.set_mSliderAxis2=I.prototype.uQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zT(c,a)};Object.defineProperty(I.prototype,"mSliderAxis2",{get:I.prototype.pMa,set:I.prototype.uQa});I.prototype.get_mNormalAxis2=I.prototype.ZGa=function(){return l(AT(this.kDa),p)};I.prototype.set_mNormalAxis2=I.prototype.vIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);BT(c,a)};Object.defineProperty(I.prototype,"mNormalAxis2",{get:I.prototype.ZGa,set:I.prototype.vIa});
I.prototype.get_mLimitsMin=I.prototype.LGa=function(){return CT(this.kDa)};I.prototype.set_mLimitsMin=I.prototype.hIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);DT(c,a)};Object.defineProperty(I.prototype,"mLimitsMin",{get:I.prototype.LGa,set:I.prototype.hIa});I.prototype.get_mLimitsMax=I.prototype.KGa=function(){return ET(this.kDa)};I.prototype.set_mLimitsMax=I.prototype.gIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);FT(c,a)};
Object.defineProperty(I.prototype,"mLimitsMax",{get:I.prototype.KGa,set:I.prototype.gIa});I.prototype.get_mLimitsSpringSettings=I.prototype.iEa=function(){return l(GT(this.kDa),G6)};I.prototype.set_mLimitsSpringSettings=I.prototype.rEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);HT(c,a)};Object.defineProperty(I.prototype,"mLimitsSpringSettings",{get:I.prototype.iEa,set:I.prototype.rEa});I.prototype.get_mMaxFrictionForce=I.prototype.QGa=function(){return IT(this.kDa)};
I.prototype.set_mMaxFrictionForce=I.prototype.mIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);JT(c,a)};Object.defineProperty(I.prototype,"mMaxFrictionForce",{get:I.prototype.QGa,set:I.prototype.mIa});I.prototype.get_mMotorSettings=I.prototype.OEa=function(){return l(KT(this.kDa),d8)};I.prototype.set_mMotorSettings=I.prototype.DFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);LT(c,a)};Object.defineProperty(I.prototype,"mMotorSettings",{get:I.prototype.OEa,set:I.prototype.DFa});
I.prototype.get_mEnabled=I.prototype.tDa=function(){return!!MT(this.kDa)};I.prototype.set_mEnabled=I.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);NT(c,a)};Object.defineProperty(I.prototype,"mEnabled",{get:I.prototype.tDa,set:I.prototype.uDa});I.prototype.get_mNumVelocityStepsOverride=I.prototype.qDa=function(){return OT(this.kDa)};I.prototype.set_mNumVelocityStepsOverride=I.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);PT(c,a)};
Object.defineProperty(I.prototype,"mNumVelocityStepsOverride",{get:I.prototype.qDa,set:I.prototype.sDa});I.prototype.get_mNumPositionStepsOverride=I.prototype.pDa=function(){return QT(this.kDa)};I.prototype.set_mNumPositionStepsOverride=I.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);RT(c,a)};Object.defineProperty(I.prototype,"mNumPositionStepsOverride",{get:I.prototype.pDa,set:I.prototype.rDa});I.prototype.__destroy__=function(){ST(this.kDa)};
function j8(){throw"cannot construct a SliderConstraint, no constructor in IDL";}j8.prototype=Object.create(W5.prototype);j8.prototype.constructor=j8;j8.prototype.lDa=j8;j8.mDa={};d.SliderConstraint=j8;j8.prototype.GetCurrentPosition=function(){return TT(this.kDa)};j8.prototype.SetMaxFrictionForce=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);UT(c,a)};j8.prototype.GetMaxFrictionForce=function(){return VT(this.kDa)};j8.prototype.GetMotorSettings=function(){return l(WT(this.kDa),d8)};
j8.prototype.SetMotorState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);XT(c,a)};j8.prototype.GetMotorState=function(){return YT(this.kDa)};j8.prototype.SetTargetVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ZT(c,a)};j8.prototype.GetTargetVelocity=function(){return $T(this.kDa)};j8.prototype.SetTargetPosition=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aU(c,a)};j8.prototype.GetTargetPosition=function(){return bU(this.kDa)};
j8.prototype.SetLimits=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);cU(b,a,c)};j8.prototype.GetLimitsMin=function(){return dU(this.kDa)};j8.prototype.GetLimitsMax=function(){return eU(this.kDa)};j8.prototype.HasLimits=function(){return!!fU(this.kDa)};j8.prototype.GetLimitsSpringSettings=function(){return l(gU(this.kDa),G6)};j8.prototype.SetLimitsSpringSettings=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hU(c,a)};
j8.prototype.GetTotalLambdaPosition=function(){return l(iU(this.kDa),h7)};j8.prototype.GetTotalLambdaPositionLimits=function(){return jU(this.kDa)};j8.prototype.GetTotalLambdaRotation=function(){return l(kU(this.kDa),p)};j8.prototype.GetTotalLambdaMotor=function(){return lU(this.kDa)};j8.prototype.GetRefCount=function(){return mU(this.kDa)};j8.prototype.AddRef=function(){nU(this.kDa)};j8.prototype.Release=function(){oU(this.kDa)};j8.prototype.GetType=function(){return pU(this.kDa)};
j8.prototype.GetSubType=function(){return qU(this.kDa)};j8.prototype.GetConstraintPriority=function(){return rU(this.kDa)};j8.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);sU(c,a)};j8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tU(c,a)};j8.prototype.GetNumVelocityStepsOverride=function(){return uU(this.kDa)};
j8.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vU(c,a)};j8.prototype.GetNumPositionStepsOverride=function(){return wU(this.kDa)};j8.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xU(c,a)};j8.prototype.GetEnabled=function(){return!!yU(this.kDa)};j8.prototype.IsActive=function(){return!!zU(this.kDa)};j8.prototype.GetUserData=function(){return AU(this.kDa)};
j8.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);BU(c,a)};j8.prototype.ResetWarmStart=function(){CU(this.kDa)};j8.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);DU(c,a)};j8.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);EU(c,a)};j8.prototype.GetBody1=function(){return l(FU(this.kDa),Body)};j8.prototype.GetBody2=function(){return l(GU(this.kDa),Body)};
j8.prototype.GetConstraintToBody1Matrix=function(){return l(HU(this.kDa),r)};j8.prototype.GetConstraintToBody2Matrix=function(){return l(IU(this.kDa),r)};j8.prototype.__destroy__=function(){JU(this.kDa)};function J(){this.kDa=KU();h(J)[this.kDa]=this}J.prototype=Object.create(V5.prototype);J.prototype.constructor=J;J.prototype.lDa=J;J.mDa={};d.SwingTwistConstraintSettings=J;J.prototype.GetRefCount=function(){return LU(this.kDa)};J.prototype.AddRef=function(){MU(this.kDa)};J.prototype.Release=function(){NU(this.kDa)};
J.prototype.Create=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(OU(b,a,c),A5)};J.prototype.get_mSpace=J.prototype.vDa=function(){return PU(this.kDa)};J.prototype.set_mSpace=J.prototype.wDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);QU(c,a)};Object.defineProperty(J.prototype,"mSpace",{get:J.prototype.vDa,set:J.prototype.wDa});J.prototype.get_mPosition1=J.prototype.eHa=function(){return l(RU(this.kDa),x)};
J.prototype.set_mPosition1=J.prototype.BIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);SU(c,a)};Object.defineProperty(J.prototype,"mPosition1",{get:J.prototype.eHa,set:J.prototype.BIa});J.prototype.get_mTwistAxis1=J.prototype.tHa=function(){return l(TU(this.kDa),p)};J.prototype.set_mTwistAxis1=J.prototype.RIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);UU(c,a)};Object.defineProperty(J.prototype,"mTwistAxis1",{get:J.prototype.tHa,set:J.prototype.RIa});
J.prototype.get_mPlaneAxis1=J.prototype.KLa=function(){return l(VU(this.kDa),p)};J.prototype.set_mPlaneAxis1=J.prototype.RPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);WU(c,a)};Object.defineProperty(J.prototype,"mPlaneAxis1",{get:J.prototype.KLa,set:J.prototype.RPa});J.prototype.get_mPosition2=J.prototype.fHa=function(){return l(XU(this.kDa),x)};J.prototype.set_mPosition2=J.prototype.CIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);YU(c,a)};
Object.defineProperty(J.prototype,"mPosition2",{get:J.prototype.fHa,set:J.prototype.CIa});J.prototype.get_mTwistAxis2=J.prototype.uHa=function(){return l(ZU(this.kDa),p)};J.prototype.set_mTwistAxis2=J.prototype.SIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$U(c,a)};Object.defineProperty(J.prototype,"mTwistAxis2",{get:J.prototype.uHa,set:J.prototype.SIa});J.prototype.get_mPlaneAxis2=J.prototype.LLa=function(){return l(aV(this.kDa),p)};
J.prototype.set_mPlaneAxis2=J.prototype.SPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bV(c,a)};Object.defineProperty(J.prototype,"mPlaneAxis2",{get:J.prototype.LLa,set:J.prototype.SPa});J.prototype.get_mSwingType=J.prototype.oHa=function(){return cV(this.kDa)};J.prototype.set_mSwingType=J.prototype.MIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dV(c,a)};Object.defineProperty(J.prototype,"mSwingType",{get:J.prototype.oHa,set:J.prototype.MIa});
J.prototype.get_mNormalHalfConeAngle=J.prototype.sLa=function(){return eV(this.kDa)};J.prototype.set_mNormalHalfConeAngle=J.prototype.zPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fV(c,a)};Object.defineProperty(J.prototype,"mNormalHalfConeAngle",{get:J.prototype.sLa,set:J.prototype.zPa});J.prototype.get_mPlaneHalfConeAngle=J.prototype.MLa=function(){return gV(this.kDa)};
J.prototype.set_mPlaneHalfConeAngle=J.prototype.TPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hV(c,a)};Object.defineProperty(J.prototype,"mPlaneHalfConeAngle",{get:J.prototype.MLa,set:J.prototype.TPa});J.prototype.get_mTwistMinAngle=J.prototype.GMa=function(){return iV(this.kDa)};J.prototype.set_mTwistMinAngle=J.prototype.LQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jV(c,a)};Object.defineProperty(J.prototype,"mTwistMinAngle",{get:J.prototype.GMa,set:J.prototype.LQa});
J.prototype.get_mTwistMaxAngle=J.prototype.FMa=function(){return kV(this.kDa)};J.prototype.set_mTwistMaxAngle=J.prototype.KQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lV(c,a)};Object.defineProperty(J.prototype,"mTwistMaxAngle",{get:J.prototype.FMa,set:J.prototype.KQa});J.prototype.get_mMaxFrictionTorque=J.prototype.RGa=function(){return mV(this.kDa)};J.prototype.set_mMaxFrictionTorque=J.prototype.nIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nV(c,a)};
Object.defineProperty(J.prototype,"mMaxFrictionTorque",{get:J.prototype.RGa,set:J.prototype.nIa});J.prototype.get_mSwingMotorSettings=J.prototype.xMa=function(){return l(oV(this.kDa),d8)};J.prototype.set_mSwingMotorSettings=J.prototype.CQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pV(c,a)};Object.defineProperty(J.prototype,"mSwingMotorSettings",{get:J.prototype.xMa,set:J.prototype.CQa});J.prototype.get_mTwistMotorSettings=J.prototype.HMa=function(){return l(qV(this.kDa),d8)};
J.prototype.set_mTwistMotorSettings=J.prototype.MQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rV(c,a)};Object.defineProperty(J.prototype,"mTwistMotorSettings",{get:J.prototype.HMa,set:J.prototype.MQa});J.prototype.get_mEnabled=J.prototype.tDa=function(){return!!sV(this.kDa)};J.prototype.set_mEnabled=J.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tV(c,a)};Object.defineProperty(J.prototype,"mEnabled",{get:J.prototype.tDa,set:J.prototype.uDa});
J.prototype.get_mNumVelocityStepsOverride=J.prototype.qDa=function(){return uV(this.kDa)};J.prototype.set_mNumVelocityStepsOverride=J.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vV(c,a)};Object.defineProperty(J.prototype,"mNumVelocityStepsOverride",{get:J.prototype.qDa,set:J.prototype.sDa});J.prototype.get_mNumPositionStepsOverride=J.prototype.pDa=function(){return wV(this.kDa)};
J.prototype.set_mNumPositionStepsOverride=J.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xV(c,a)};Object.defineProperty(J.prototype,"mNumPositionStepsOverride",{get:J.prototype.pDa,set:J.prototype.rDa});J.prototype.__destroy__=function(){yV(this.kDa)};function k8(){throw"cannot construct a SwingTwistConstraint, no constructor in IDL";}k8.prototype=Object.create(W5.prototype);k8.prototype.constructor=k8;k8.prototype.lDa=k8;k8.mDa={};d.SwingTwistConstraint=k8;
k8.prototype.GetLocalSpacePosition1=function(){return l(zV(this.kDa),p)};k8.prototype.GetLocalSpacePosition2=function(){return l(AV(this.kDa),p)};k8.prototype.GetConstraintToBody1=function(){return l(BV(this.kDa),t)};k8.prototype.GetConstraintToBody2=function(){return l(CV(this.kDa),t)};k8.prototype.GetNormalHalfConeAngle=function(){return DV(this.kDa)};k8.prototype.SetNormalHalfConeAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);EV(c,a)};k8.prototype.GetPlaneHalfConeAngle=function(){return FV(this.kDa)};
k8.prototype.SetPlaneHalfConeAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);GV(c,a)};k8.prototype.GetTwistMinAngle=function(){return HV(this.kDa)};k8.prototype.SetTwistMinAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);IV(c,a)};k8.prototype.GetTwistMaxAngle=function(){return JV(this.kDa)};k8.prototype.SetTwistMaxAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);KV(c,a)};k8.prototype.GetSwingMotorSettings=function(){return l(LV(this.kDa),d8)};
k8.prototype.GetTwistMotorSettings=function(){return l(MV(this.kDa),d8)};k8.prototype.SetMaxFrictionTorque=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);NV(c,a)};k8.prototype.GetMaxFrictionTorque=function(){return OV(this.kDa)};k8.prototype.SetSwingMotorState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);PV(c,a)};k8.prototype.GetSwingMotorState=function(){return QV(this.kDa)};
k8.prototype.SetTwistMotorState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);RV(c,a)};k8.prototype.GetTwistMotorState=function(){return SV(this.kDa)};k8.prototype.SetTargetAngularVelocityCS=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);TV(c,a)};k8.prototype.GetTargetAngularVelocityCS=function(){return l(UV(this.kDa),p)};k8.prototype.SetTargetOrientationCS=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);VV(c,a)};
k8.prototype.GetTargetOrientationCS=function(){return l(WV(this.kDa),t)};k8.prototype.SetTargetOrientationBS=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);XV(c,a)};k8.prototype.GetRotationInConstraintSpace=function(){return l(YV(this.kDa),t)};k8.prototype.GetTotalLambdaPosition=function(){return l(ZV(this.kDa),p)};k8.prototype.GetTotalLambdaTwist=function(){return $V(this.kDa)};k8.prototype.GetTotalLambdaSwingY=function(){return aW(this.kDa)};k8.prototype.GetTotalLambdaSwingZ=function(){return bW(this.kDa)};
k8.prototype.GetTotalLambdaMotor=function(){return l(cW(this.kDa),p)};k8.prototype.GetRefCount=function(){return dW(this.kDa)};k8.prototype.AddRef=function(){eW(this.kDa)};k8.prototype.Release=function(){fW(this.kDa)};k8.prototype.GetType=function(){return gW(this.kDa)};k8.prototype.GetSubType=function(){return hW(this.kDa)};k8.prototype.GetConstraintPriority=function(){return iW(this.kDa)};k8.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jW(c,a)};
k8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kW(c,a)};k8.prototype.GetNumVelocityStepsOverride=function(){return lW(this.kDa)};k8.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mW(c,a)};k8.prototype.GetNumPositionStepsOverride=function(){return nW(this.kDa)};k8.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);oW(c,a)};k8.prototype.GetEnabled=function(){return!!pW(this.kDa)};
k8.prototype.IsActive=function(){return!!qW(this.kDa)};k8.prototype.GetUserData=function(){return rW(this.kDa)};k8.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);sW(c,a)};k8.prototype.ResetWarmStart=function(){tW(this.kDa)};k8.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);uW(c,a)};k8.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vW(c,a)};
k8.prototype.GetBody1=function(){return l(wW(this.kDa),Body)};k8.prototype.GetBody2=function(){return l(xW(this.kDa),Body)};k8.prototype.GetConstraintToBody1Matrix=function(){return l(yW(this.kDa),r)};k8.prototype.GetConstraintToBody2Matrix=function(){return l(zW(this.kDa),r)};k8.prototype.__destroy__=function(){AW(this.kDa)};function K(){this.kDa=BW();h(K)[this.kDa]=this}K.prototype=Object.create(V5.prototype);K.prototype.constructor=K;K.prototype.lDa=K;K.mDa={};d.SixDOFConstraintSettings=K;
K.prototype.MakeFreeAxis=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);CW(c,a)};K.prototype.IsFreeAxis=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!DW(c,a)};K.prototype.MakeFixedAxis=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);EW(c,a)};K.prototype.IsFixedAxis=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!FW(c,a)};
K.prototype.SetLimitedAxis=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);GW(f,a,c,b)};K.prototype.GetRefCount=function(){return HW(this.kDa)};K.prototype.AddRef=function(){IW(this.kDa)};K.prototype.Release=function(){JW(this.kDa)};K.prototype.Create=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(KW(b,a,c),A5)};K.prototype.get_mSpace=K.prototype.vDa=function(){return LW(this.kDa)};
K.prototype.set_mSpace=K.prototype.wDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);MW(c,a)};Object.defineProperty(K.prototype,"mSpace",{get:K.prototype.vDa,set:K.prototype.wDa});K.prototype.get_mPosition1=K.prototype.eHa=function(){return l(NW(this.kDa),x)};K.prototype.set_mPosition1=K.prototype.BIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);OW(c,a)};Object.defineProperty(K.prototype,"mPosition1",{get:K.prototype.eHa,set:K.prototype.BIa});
K.prototype.get_mAxisX1=K.prototype.dGa=function(){return l(PW(this.kDa),p)};K.prototype.set_mAxisX1=K.prototype.BHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);QW(c,a)};Object.defineProperty(K.prototype,"mAxisX1",{get:K.prototype.dGa,set:K.prototype.BHa});K.prototype.get_mAxisY1=K.prototype.fGa=function(){return l(RW(this.kDa),p)};K.prototype.set_mAxisY1=K.prototype.DHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);SW(c,a)};
Object.defineProperty(K.prototype,"mAxisY1",{get:K.prototype.fGa,set:K.prototype.DHa});K.prototype.get_mPosition2=K.prototype.fHa=function(){return l(TW(this.kDa),x)};K.prototype.set_mPosition2=K.prototype.CIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);UW(c,a)};Object.defineProperty(K.prototype,"mPosition2",{get:K.prototype.fHa,set:K.prototype.CIa});K.prototype.get_mAxisX2=K.prototype.eGa=function(){return l(VW(this.kDa),p)};
K.prototype.set_mAxisX2=K.prototype.CHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);WW(c,a)};Object.defineProperty(K.prototype,"mAxisX2",{get:K.prototype.eGa,set:K.prototype.CHa});K.prototype.get_mAxisY2=K.prototype.gGa=function(){return l(XW(this.kDa),p)};K.prototype.set_mAxisY2=K.prototype.EHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);YW(c,a)};Object.defineProperty(K.prototype,"mAxisY2",{get:K.prototype.gGa,set:K.prototype.EHa});
K.prototype.get_mMaxFriction=K.prototype.VKa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return ZW(c,a)};K.prototype.set_mMaxFriction=K.prototype.bPa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);$W(b,a,c)};Object.defineProperty(K.prototype,"mMaxFriction",{get:K.prototype.VKa,set:K.prototype.bPa});K.prototype.get_mSwingType=K.prototype.oHa=function(){return aX(this.kDa)};
K.prototype.set_mSwingType=K.prototype.MIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bX(c,a)};Object.defineProperty(K.prototype,"mSwingType",{get:K.prototype.oHa,set:K.prototype.MIa});K.prototype.get_mLimitMin=K.prototype.CKa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return cX(c,a)};K.prototype.set_mLimitMin=K.prototype.JOa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);dX(b,a,c)};
Object.defineProperty(K.prototype,"mLimitMin",{get:K.prototype.CKa,set:K.prototype.JOa});K.prototype.get_mLimitMax=K.prototype.BKa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return eX(c,a)};K.prototype.set_mLimitMax=K.prototype.IOa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);fX(b,a,c)};Object.defineProperty(K.prototype,"mLimitMax",{get:K.prototype.BKa,set:K.prototype.IOa});
K.prototype.get_mLimitsSpringSettings=K.prototype.iEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(gX(c,a),G6)};K.prototype.set_mLimitsSpringSettings=K.prototype.rEa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);hX(b,a,c)};Object.defineProperty(K.prototype,"mLimitsSpringSettings",{get:K.prototype.iEa,set:K.prototype.rEa});
K.prototype.get_mMotorSettings=K.prototype.OEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(iX(c,a),d8)};K.prototype.set_mMotorSettings=K.prototype.DFa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);jX(b,a,c)};Object.defineProperty(K.prototype,"mMotorSettings",{get:K.prototype.OEa,set:K.prototype.DFa});K.prototype.get_mEnabled=K.prototype.tDa=function(){return!!kX(this.kDa)};
K.prototype.set_mEnabled=K.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lX(c,a)};Object.defineProperty(K.prototype,"mEnabled",{get:K.prototype.tDa,set:K.prototype.uDa});K.prototype.get_mNumVelocityStepsOverride=K.prototype.qDa=function(){return mX(this.kDa)};K.prototype.set_mNumVelocityStepsOverride=K.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nX(c,a)};Object.defineProperty(K.prototype,"mNumVelocityStepsOverride",{get:K.prototype.qDa,set:K.prototype.sDa});
K.prototype.get_mNumPositionStepsOverride=K.prototype.pDa=function(){return oX(this.kDa)};K.prototype.set_mNumPositionStepsOverride=K.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pX(c,a)};Object.defineProperty(K.prototype,"mNumPositionStepsOverride",{get:K.prototype.pDa,set:K.prototype.rDa});K.prototype.__destroy__=function(){qX(this.kDa)};function l8(){throw"cannot construct a SixDOFConstraint, no constructor in IDL";}l8.prototype=Object.create(W5.prototype);
l8.prototype.constructor=l8;l8.prototype.lDa=l8;l8.mDa={};d.SixDOFConstraint=l8;l8.prototype.SetTranslationLimits=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);rX(b,a,c)};l8.prototype.SetRotationLimits=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);sX(b,a,c)};l8.prototype.GetLimitsMin=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return tX(c,a)};
l8.prototype.GetLimitsMax=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return uX(c,a)};l8.prototype.GetTranslationLimitsMin=function(){return l(vX(this.kDa),p)};l8.prototype.GetTranslationLimitsMax=function(){return l(wX(this.kDa),p)};l8.prototype.GetRotationLimitsMin=function(){return l(xX(this.kDa),p)};l8.prototype.GetRotationLimitsMax=function(){return l(yX(this.kDa),p)};l8.prototype.IsFixedAxis=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!zX(c,a)};
l8.prototype.IsFreeAxis=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!AX(c,a)};l8.prototype.GetLimitsSpringSettings=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(BX(c,a),G6)};l8.prototype.SetLimitsSpringSettings=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);CX(b,a,c)};l8.prototype.SetMaxFriction=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);DX(b,a,c)};
l8.prototype.GetMaxFriction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return EX(c,a)};l8.prototype.GetRotationInConstraintSpace=function(){return l(FX(this.kDa),t)};l8.prototype.GetMotorSettings=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(GX(c,a),d8)};l8.prototype.SetMotorState=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);HX(b,a,c)};
l8.prototype.GetMotorState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return IX(c,a)};l8.prototype.GetTargetVelocityCS=function(){return l(JX(this.kDa),p)};l8.prototype.SetTargetVelocityCS=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);KX(c,a)};l8.prototype.SetTargetAngularVelocityCS=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);LX(c,a)};l8.prototype.GetTargetAngularVelocityCS=function(){return l(MX(this.kDa),p)};
l8.prototype.GetTargetPositionCS=function(){return l(NX(this.kDa),p)};l8.prototype.SetTargetPositionCS=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);OX(c,a)};l8.prototype.SetTargetOrientationCS=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);PX(c,a)};l8.prototype.GetTargetOrientationCS=function(){return l(QX(this.kDa),t)};l8.prototype.SetTargetOrientationBS=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);RX(c,a)};
l8.prototype.GetTotalLambdaPosition=function(){return l(SX(this.kDa),p)};l8.prototype.GetTotalLambdaRotation=function(){return l(TX(this.kDa),p)};l8.prototype.GetTotalLambdaMotorTranslation=function(){return l(UX(this.kDa),p)};l8.prototype.GetTotalLambdaMotorRotation=function(){return l(VX(this.kDa),p)};l8.prototype.GetRefCount=function(){return WX(this.kDa)};l8.prototype.AddRef=function(){XX(this.kDa)};l8.prototype.Release=function(){YX(this.kDa)};l8.prototype.GetType=function(){return ZX(this.kDa)};
l8.prototype.GetSubType=function(){return $X(this.kDa)};l8.prototype.GetConstraintPriority=function(){return aY(this.kDa)};l8.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bY(c,a)};l8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cY(c,a)};l8.prototype.GetNumVelocityStepsOverride=function(){return dY(this.kDa)};
l8.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);eY(c,a)};l8.prototype.GetNumPositionStepsOverride=function(){return fY(this.kDa)};l8.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gY(c,a)};l8.prototype.GetEnabled=function(){return!!hY(this.kDa)};l8.prototype.IsActive=function(){return!!iY(this.kDa)};l8.prototype.GetUserData=function(){return jY(this.kDa)};
l8.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kY(c,a)};l8.prototype.ResetWarmStart=function(){lY(this.kDa)};l8.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mY(c,a)};l8.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nY(c,a)};l8.prototype.GetBody1=function(){return l(oY(this.kDa),Body)};l8.prototype.GetBody2=function(){return l(pY(this.kDa),Body)};
l8.prototype.GetConstraintToBody1Matrix=function(){return l(qY(this.kDa),r)};l8.prototype.GetConstraintToBody2Matrix=function(){return l(rY(this.kDa),r)};l8.prototype.__destroy__=function(){sY(this.kDa)};function M(){this.kDa=tY();h(M)[this.kDa]=this}M.prototype=Object.create(V5.prototype);M.prototype.constructor=M;M.prototype.lDa=M;M.mDa={};d.PathConstraintSettings=M;M.prototype.GetRefCount=function(){return uY(this.kDa)};M.prototype.AddRef=function(){vY(this.kDa)};M.prototype.Release=function(){wY(this.kDa)};
M.prototype.Create=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(xY(b,a,c),A5)};M.prototype.get_mPath=M.prototype.BLa=function(){return l(yY(this.kDa),B5)};M.prototype.set_mPath=M.prototype.IPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zY(c,a)};Object.defineProperty(M.prototype,"mPath",{get:M.prototype.BLa,set:M.prototype.IPa});M.prototype.get_mPathPosition=M.prototype.DLa=function(){return l(AY(this.kDa),p)};
M.prototype.set_mPathPosition=M.prototype.KPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);BY(c,a)};Object.defineProperty(M.prototype,"mPathPosition",{get:M.prototype.DLa,set:M.prototype.KPa});M.prototype.get_mPathRotation=M.prototype.ELa=function(){return l(CY(this.kDa),t)};M.prototype.set_mPathRotation=M.prototype.LPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);DY(c,a)};Object.defineProperty(M.prototype,"mPathRotation",{get:M.prototype.ELa,set:M.prototype.LPa});
M.prototype.get_mPathFraction=M.prototype.CLa=function(){return EY(this.kDa)};M.prototype.set_mPathFraction=M.prototype.JPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);FY(c,a)};Object.defineProperty(M.prototype,"mPathFraction",{get:M.prototype.CLa,set:M.prototype.JPa});M.prototype.get_mMaxFrictionForce=M.prototype.QGa=function(){return GY(this.kDa)};M.prototype.set_mMaxFrictionForce=M.prototype.mIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);HY(c,a)};
Object.defineProperty(M.prototype,"mMaxFrictionForce",{get:M.prototype.QGa,set:M.prototype.mIa});M.prototype.get_mRotationConstraintType=M.prototype.dMa=function(){return IY(this.kDa)};M.prototype.set_mRotationConstraintType=M.prototype.iQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);JY(c,a)};Object.defineProperty(M.prototype,"mRotationConstraintType",{get:M.prototype.dMa,set:M.prototype.iQa});
M.prototype.get_mPositionMotorSettings=M.prototype.PLa=function(){return l(KY(this.kDa),d8)};M.prototype.set_mPositionMotorSettings=M.prototype.WPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);LY(c,a)};Object.defineProperty(M.prototype,"mPositionMotorSettings",{get:M.prototype.PLa,set:M.prototype.WPa});M.prototype.get_mEnabled=M.prototype.tDa=function(){return!!MY(this.kDa)};
M.prototype.set_mEnabled=M.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);NY(c,a)};Object.defineProperty(M.prototype,"mEnabled",{get:M.prototype.tDa,set:M.prototype.uDa});M.prototype.get_mNumVelocityStepsOverride=M.prototype.qDa=function(){return OY(this.kDa)};M.prototype.set_mNumVelocityStepsOverride=M.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);PY(c,a)};Object.defineProperty(M.prototype,"mNumVelocityStepsOverride",{get:M.prototype.qDa,set:M.prototype.sDa});
M.prototype.get_mNumPositionStepsOverride=M.prototype.pDa=function(){return QY(this.kDa)};M.prototype.set_mNumPositionStepsOverride=M.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);RY(c,a)};Object.defineProperty(M.prototype,"mNumPositionStepsOverride",{get:M.prototype.pDa,set:M.prototype.rDa});M.prototype.__destroy__=function(){SY(this.kDa)};function m8(){throw"cannot construct a PathConstraintPathHermite, no constructor in IDL";}m8.prototype=Object.create(B5.prototype);
m8.prototype.constructor=m8;m8.prototype.lDa=m8;m8.mDa={};d.PathConstraintPathHermite=m8;m8.prototype.AddPoint=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);TY(f,a,c,b)};m8.prototype.IsLooping=function(){return!!UY(this.kDa)};m8.prototype.SetIsLooping=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);VY(c,a)};m8.prototype.GetRefCount=function(){return WY(this.kDa)};m8.prototype.AddRef=function(){XY(this.kDa)};
m8.prototype.Release=function(){YY(this.kDa)};m8.prototype.__destroy__=function(){ZY(this.kDa)};function n8(){this.kDa=$Y();h(n8)[this.kDa]=this}n8.prototype=Object.create(X5.prototype);n8.prototype.constructor=n8;n8.prototype.lDa=n8;n8.mDa={};d.PathConstraintPathJS=n8;n8.prototype.GetPathMaxFraction=function(){return aZ(this.kDa)};n8.prototype.GetClosestPoint=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return bZ(b,a,c)};
n8.prototype.GetPointOnPath=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);cZ(k,a,c,b,f,g)};n8.prototype.__destroy__=function(){dZ(this.kDa)};function o8(){throw"cannot construct a PathConstraint, no constructor in IDL";}o8.prototype=Object.create(W5.prototype);o8.prototype.constructor=o8;o8.prototype.lDa=o8;o8.mDa={};d.PathConstraint=o8;
o8.prototype.SetPath=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);eZ(b,a,c)};o8.prototype.GetPath=function(){return l(fZ(this.kDa),B5)};o8.prototype.GetPathFraction=function(){return gZ(this.kDa)};o8.prototype.SetMaxFrictionForce=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hZ(c,a)};o8.prototype.GetMaxFrictionForce=function(){return iZ(this.kDa)};o8.prototype.GetPositionMotorSettings=function(){return l(jZ(this.kDa),d8)};
o8.prototype.SetPositionMotorState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kZ(c,a)};o8.prototype.GetPositionMotorState=function(){return lZ(this.kDa)};o8.prototype.SetTargetVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mZ(c,a)};o8.prototype.GetTargetVelocity=function(){return nZ(this.kDa)};o8.prototype.SetTargetPathFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);oZ(c,a)};o8.prototype.GetTargetPathFraction=function(){return pZ(this.kDa)};
o8.prototype.GetRefCount=function(){return qZ(this.kDa)};o8.prototype.AddRef=function(){rZ(this.kDa)};o8.prototype.Release=function(){sZ(this.kDa)};o8.prototype.GetType=function(){return tZ(this.kDa)};o8.prototype.GetSubType=function(){return uZ(this.kDa)};o8.prototype.GetConstraintPriority=function(){return vZ(this.kDa)};o8.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);wZ(c,a)};
o8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xZ(c,a)};o8.prototype.GetNumVelocityStepsOverride=function(){return yZ(this.kDa)};o8.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zZ(c,a)};o8.prototype.GetNumPositionStepsOverride=function(){return AZ(this.kDa)};o8.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);BZ(c,a)};o8.prototype.GetEnabled=function(){return!!CZ(this.kDa)};
o8.prototype.IsActive=function(){return!!DZ(this.kDa)};o8.prototype.GetUserData=function(){return EZ(this.kDa)};o8.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);FZ(c,a)};o8.prototype.ResetWarmStart=function(){GZ(this.kDa)};o8.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);HZ(c,a)};o8.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);IZ(c,a)};
o8.prototype.GetBody1=function(){return l(JZ(this.kDa),Body)};o8.prototype.GetBody2=function(){return l(KZ(this.kDa),Body)};o8.prototype.GetConstraintToBody1Matrix=function(){return l(LZ(this.kDa),r)};o8.prototype.GetConstraintToBody2Matrix=function(){return l(MZ(this.kDa),r)};o8.prototype.__destroy__=function(){NZ(this.kDa)};function N(){this.kDa=OZ();h(N)[this.kDa]=this}N.prototype=Object.create(V5.prototype);N.prototype.constructor=N;N.prototype.lDa=N;N.mDa={};d.PulleyConstraintSettings=N;
N.prototype.GetRefCount=function(){return PZ(this.kDa)};N.prototype.AddRef=function(){QZ(this.kDa)};N.prototype.Release=function(){RZ(this.kDa)};N.prototype.Create=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(SZ(b,a,c),A5)};N.prototype.get_mSpace=N.prototype.vDa=function(){return TZ(this.kDa)};N.prototype.set_mSpace=N.prototype.wDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);UZ(c,a)};
Object.defineProperty(N.prototype,"mSpace",{get:N.prototype.vDa,set:N.prototype.wDa});N.prototype.get_mBodyPoint1=N.prototype.jJa=function(){return l(VZ(this.kDa),x)};N.prototype.set_mBodyPoint1=N.prototype.qNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);WZ(c,a)};Object.defineProperty(N.prototype,"mBodyPoint1",{get:N.prototype.jJa,set:N.prototype.qNa});N.prototype.get_mFixedPoint1=N.prototype.LJa=function(){return l(XZ(this.kDa),x)};
N.prototype.set_mFixedPoint1=N.prototype.SNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);YZ(c,a)};Object.defineProperty(N.prototype,"mFixedPoint1",{get:N.prototype.LJa,set:N.prototype.SNa});N.prototype.get_mBodyPoint2=N.prototype.kJa=function(){return l(ZZ(this.kDa),x)};N.prototype.set_mBodyPoint2=N.prototype.rNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$Z(c,a)};Object.defineProperty(N.prototype,"mBodyPoint2",{get:N.prototype.kJa,set:N.prototype.rNa});
N.prototype.get_mFixedPoint2=N.prototype.MJa=function(){return l(a_(this.kDa),x)};N.prototype.set_mFixedPoint2=N.prototype.TNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);b_(c,a)};Object.defineProperty(N.prototype,"mFixedPoint2",{get:N.prototype.MJa,set:N.prototype.TNa});N.prototype.get_mRatio=N.prototype.SEa=function(){return c_(this.kDa)};N.prototype.set_mRatio=N.prototype.HFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);d_(c,a)};
Object.defineProperty(N.prototype,"mRatio",{get:N.prototype.SEa,set:N.prototype.HFa});N.prototype.get_mMinLength=N.prototype.nLa=function(){return e_(this.kDa)};N.prototype.set_mMinLength=N.prototype.uPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);f_(c,a)};Object.defineProperty(N.prototype,"mMinLength",{get:N.prototype.nLa,set:N.prototype.uPa});N.prototype.get_mMaxLength=N.prototype.$Ka=function(){return g_(this.kDa)};
N.prototype.set_mMaxLength=N.prototype.gPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);h_(c,a)};Object.defineProperty(N.prototype,"mMaxLength",{get:N.prototype.$Ka,set:N.prototype.gPa});N.prototype.get_mEnabled=N.prototype.tDa=function(){return!!i_(this.kDa)};N.prototype.set_mEnabled=N.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);j_(c,a)};Object.defineProperty(N.prototype,"mEnabled",{get:N.prototype.tDa,set:N.prototype.uDa});
N.prototype.get_mNumVelocityStepsOverride=N.prototype.qDa=function(){return k_(this.kDa)};N.prototype.set_mNumVelocityStepsOverride=N.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);l_(c,a)};Object.defineProperty(N.prototype,"mNumVelocityStepsOverride",{get:N.prototype.qDa,set:N.prototype.sDa});N.prototype.get_mNumPositionStepsOverride=N.prototype.pDa=function(){return m_(this.kDa)};
N.prototype.set_mNumPositionStepsOverride=N.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);n_(c,a)};Object.defineProperty(N.prototype,"mNumPositionStepsOverride",{get:N.prototype.pDa,set:N.prototype.rDa});N.prototype.__destroy__=function(){o_(this.kDa)};function p8(){throw"cannot construct a PulleyConstraint, no constructor in IDL";}p8.prototype=Object.create(W5.prototype);p8.prototype.constructor=p8;p8.prototype.lDa=p8;p8.mDa={};d.PulleyConstraint=p8;
p8.prototype.SetLength=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);p_(b,a,c)};p8.prototype.GetMinLength=function(){return q_(this.kDa)};p8.prototype.GetMaxLength=function(){return r_(this.kDa)};p8.prototype.GetCurrentLength=function(){return s_(this.kDa)};p8.prototype.GetRefCount=function(){return t_(this.kDa)};p8.prototype.AddRef=function(){u_(this.kDa)};p8.prototype.Release=function(){v_(this.kDa)};p8.prototype.GetType=function(){return w_(this.kDa)};
p8.prototype.GetSubType=function(){return x_(this.kDa)};p8.prototype.GetConstraintPriority=function(){return y_(this.kDa)};p8.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);z_(c,a)};p8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);A_(c,a)};p8.prototype.GetNumVelocityStepsOverride=function(){return B_(this.kDa)};
p8.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);C_(c,a)};p8.prototype.GetNumPositionStepsOverride=function(){return D_(this.kDa)};p8.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);E_(c,a)};p8.prototype.GetEnabled=function(){return!!F_(this.kDa)};p8.prototype.IsActive=function(){return!!G_(this.kDa)};p8.prototype.GetUserData=function(){return H_(this.kDa)};
p8.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);I_(c,a)};p8.prototype.ResetWarmStart=function(){J_(this.kDa)};p8.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);K_(c,a)};p8.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);L_(c,a)};p8.prototype.GetBody1=function(){return l(M_(this.kDa),Body)};p8.prototype.GetBody2=function(){return l(N_(this.kDa),Body)};
p8.prototype.GetConstraintToBody1Matrix=function(){return l(O_(this.kDa),r)};p8.prototype.GetConstraintToBody2Matrix=function(){return l(P_(this.kDa),r)};p8.prototype.__destroy__=function(){Q_(this.kDa)};function q8(){this.kDa=R_();h(q8)[this.kDa]=this}q8.prototype=Object.create(V5.prototype);q8.prototype.constructor=q8;q8.prototype.lDa=q8;q8.mDa={};d.GearConstraintSettings=q8;
q8.prototype.SetRatio=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);S_(b,a,c)};q8.prototype.GetRefCount=function(){return T_(this.kDa)};q8.prototype.AddRef=function(){U_(this.kDa)};q8.prototype.Release=function(){V_(this.kDa)};q8.prototype.Create=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(W_(b,a,c),A5)};q8.prototype.get_mSpace=q8.prototype.vDa=function(){return X_(this.kDa)};
q8.prototype.set_mSpace=q8.prototype.wDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Y_(c,a)};Object.defineProperty(q8.prototype,"mSpace",{get:q8.prototype.vDa,set:q8.prototype.wDa});q8.prototype.get_mHingeAxis1=q8.prototype.CGa=function(){return l(Z_(this.kDa),p)};q8.prototype.set_mHingeAxis1=q8.prototype.ZHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$_(c,a)};Object.defineProperty(q8.prototype,"mHingeAxis1",{get:q8.prototype.CGa,set:q8.prototype.ZHa});
q8.prototype.get_mHingeAxis2=q8.prototype.DGa=function(){return l(a0(this.kDa),p)};q8.prototype.set_mHingeAxis2=q8.prototype.$Ha=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);b0(c,a)};Object.defineProperty(q8.prototype,"mHingeAxis2",{get:q8.prototype.DGa,set:q8.prototype.$Ha});q8.prototype.get_mRatio=q8.prototype.SEa=function(){return c0(this.kDa)};q8.prototype.set_mRatio=q8.prototype.HFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);d0(c,a)};
Object.defineProperty(q8.prototype,"mRatio",{get:q8.prototype.SEa,set:q8.prototype.HFa});q8.prototype.get_mEnabled=q8.prototype.tDa=function(){return!!e0(this.kDa)};q8.prototype.set_mEnabled=q8.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);f0(c,a)};Object.defineProperty(q8.prototype,"mEnabled",{get:q8.prototype.tDa,set:q8.prototype.uDa});q8.prototype.get_mNumVelocityStepsOverride=q8.prototype.qDa=function(){return g0(this.kDa)};
q8.prototype.set_mNumVelocityStepsOverride=q8.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);h0(c,a)};Object.defineProperty(q8.prototype,"mNumVelocityStepsOverride",{get:q8.prototype.qDa,set:q8.prototype.sDa});q8.prototype.get_mNumPositionStepsOverride=q8.prototype.pDa=function(){return i0(this.kDa)};q8.prototype.set_mNumPositionStepsOverride=q8.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);j0(c,a)};
Object.defineProperty(q8.prototype,"mNumPositionStepsOverride",{get:q8.prototype.pDa,set:q8.prototype.rDa});q8.prototype.__destroy__=function(){k0(this.kDa)};function r8(){throw"cannot construct a GearConstraint, no constructor in IDL";}r8.prototype=Object.create(W5.prototype);r8.prototype.constructor=r8;r8.prototype.lDa=r8;r8.mDa={};d.GearConstraint=r8;r8.prototype.SetConstraints=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);l0(b,a,c)};
r8.prototype.GetTotalLambda=function(){return m0(this.kDa)};r8.prototype.GetRefCount=function(){return n0(this.kDa)};r8.prototype.AddRef=function(){o0(this.kDa)};r8.prototype.Release=function(){p0(this.kDa)};r8.prototype.GetType=function(){return q0(this.kDa)};r8.prototype.GetSubType=function(){return r0(this.kDa)};r8.prototype.GetConstraintPriority=function(){return s0(this.kDa)};r8.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);t0(c,a)};
r8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);u0(c,a)};r8.prototype.GetNumVelocityStepsOverride=function(){return v0(this.kDa)};r8.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);w0(c,a)};r8.prototype.GetNumPositionStepsOverride=function(){return x0(this.kDa)};r8.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);y0(c,a)};r8.prototype.GetEnabled=function(){return!!z0(this.kDa)};
r8.prototype.IsActive=function(){return!!A0(this.kDa)};r8.prototype.GetUserData=function(){return B0(this.kDa)};r8.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);C0(c,a)};r8.prototype.ResetWarmStart=function(){D0(this.kDa)};r8.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);E0(c,a)};r8.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);F0(c,a)};
r8.prototype.GetBody1=function(){return l(G0(this.kDa),Body)};r8.prototype.GetBody2=function(){return l(H0(this.kDa),Body)};r8.prototype.GetConstraintToBody1Matrix=function(){return l(I0(this.kDa),r)};r8.prototype.GetConstraintToBody2Matrix=function(){return l(J0(this.kDa),r)};r8.prototype.__destroy__=function(){K0(this.kDa)};function s8(){this.kDa=L0();h(s8)[this.kDa]=this}s8.prototype=Object.create(V5.prototype);s8.prototype.constructor=s8;s8.prototype.lDa=s8;s8.mDa={};
d.RackAndPinionConstraintSettings=s8;s8.prototype.SetRatio=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);M0(f,a,c,b)};s8.prototype.GetRefCount=function(){return N0(this.kDa)};s8.prototype.AddRef=function(){O0(this.kDa)};s8.prototype.Release=function(){P0(this.kDa)};s8.prototype.Create=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Q0(b,a,c),A5)};
s8.prototype.get_mSpace=s8.prototype.vDa=function(){return R0(this.kDa)};s8.prototype.set_mSpace=s8.prototype.wDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);S0(c,a)};Object.defineProperty(s8.prototype,"mSpace",{get:s8.prototype.vDa,set:s8.prototype.wDa});s8.prototype.get_mHingeAxis=s8.prototype.VJa=function(){return l(T0(this.kDa),p)};s8.prototype.set_mHingeAxis=s8.prototype.bOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);U0(c,a)};
Object.defineProperty(s8.prototype,"mHingeAxis",{get:s8.prototype.VJa,set:s8.prototype.bOa});s8.prototype.get_mSliderAxis=s8.prototype.nMa=function(){return l(V0(this.kDa),p)};s8.prototype.set_mSliderAxis=s8.prototype.sQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);W0(c,a)};Object.defineProperty(s8.prototype,"mSliderAxis",{get:s8.prototype.nMa,set:s8.prototype.sQa});s8.prototype.get_mRatio=s8.prototype.SEa=function(){return X0(this.kDa)};
s8.prototype.set_mRatio=s8.prototype.HFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Y0(c,a)};Object.defineProperty(s8.prototype,"mRatio",{get:s8.prototype.SEa,set:s8.prototype.HFa});s8.prototype.get_mEnabled=s8.prototype.tDa=function(){return!!Z0(this.kDa)};s8.prototype.set_mEnabled=s8.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$0(c,a)};Object.defineProperty(s8.prototype,"mEnabled",{get:s8.prototype.tDa,set:s8.prototype.uDa});
s8.prototype.get_mNumVelocityStepsOverride=s8.prototype.qDa=function(){return a1(this.kDa)};s8.prototype.set_mNumVelocityStepsOverride=s8.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);b1(c,a)};Object.defineProperty(s8.prototype,"mNumVelocityStepsOverride",{get:s8.prototype.qDa,set:s8.prototype.sDa});s8.prototype.get_mNumPositionStepsOverride=s8.prototype.pDa=function(){return c1(this.kDa)};
s8.prototype.set_mNumPositionStepsOverride=s8.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);d1(c,a)};Object.defineProperty(s8.prototype,"mNumPositionStepsOverride",{get:s8.prototype.pDa,set:s8.prototype.rDa});s8.prototype.__destroy__=function(){e1(this.kDa)};function t8(){throw"cannot construct a RackAndPinionConstraint, no constructor in IDL";}t8.prototype=Object.create(W5.prototype);t8.prototype.constructor=t8;t8.prototype.lDa=t8;t8.mDa={};
d.RackAndPinionConstraint=t8;t8.prototype.SetConstraints=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);f1(b,a,c)};t8.prototype.GetTotalLambda=function(){return g1(this.kDa)};t8.prototype.GetRefCount=function(){return h1(this.kDa)};t8.prototype.AddRef=function(){i1(this.kDa)};t8.prototype.Release=function(){j1(this.kDa)};t8.prototype.GetType=function(){return k1(this.kDa)};t8.prototype.GetSubType=function(){return l1(this.kDa)};
t8.prototype.GetConstraintPriority=function(){return m1(this.kDa)};t8.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);n1(c,a)};t8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);o1(c,a)};t8.prototype.GetNumVelocityStepsOverride=function(){return p1(this.kDa)};t8.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);q1(c,a)};
t8.prototype.GetNumPositionStepsOverride=function(){return r1(this.kDa)};t8.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);s1(c,a)};t8.prototype.GetEnabled=function(){return!!t1(this.kDa)};t8.prototype.IsActive=function(){return!!u1(this.kDa)};t8.prototype.GetUserData=function(){return v1(this.kDa)};t8.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);w1(c,a)};t8.prototype.ResetWarmStart=function(){x1(this.kDa)};
t8.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);y1(c,a)};t8.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);z1(c,a)};t8.prototype.GetBody1=function(){return l(A1(this.kDa),Body)};t8.prototype.GetBody2=function(){return l(B1(this.kDa),Body)};t8.prototype.GetConstraintToBody1Matrix=function(){return l(C1(this.kDa),r)};t8.prototype.GetConstraintToBody2Matrix=function(){return l(D1(this.kDa),r)};t8.prototype.__destroy__=function(){E1(this.kDa)};
function N5(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=void 0===a?F1():G1(a);h(N5)[this.kDa]=this}N5.prototype=Object.create(e.prototype);N5.prototype.constructor=N5;N5.prototype.lDa=N5;N5.mDa={};d.BodyID=N5;N5.prototype.GetIndex=function(){return H1(this.kDa)};N5.prototype.GetIndexAndSequenceNumber=N5.prototype.UIa=function(){return I1(this.kDa)};N5.prototype.__destroy__=function(){J1(this.kDa)};function c6(){this.kDa=K1();h(c6)[this.kDa]=this}c6.prototype=Object.create(e.prototype);
c6.prototype.constructor=c6;c6.prototype.lDa=c6;c6.mDa={};d.SubShapeID=c6;c6.prototype.GetValue=function(){return L1(this.kDa)};c6.prototype.SetValue=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);M1(c,a)};c6.prototype.__destroy__=function(){N1(this.kDa)};function u8(){this.kDa=O1();h(u8)[this.kDa]=this}u8.prototype=Object.create(Z5.prototype);u8.prototype.constructor=u8;u8.prototype.lDa=u8;u8.mDa={};d.GroupFilterJS=u8;
u8.prototype.CanCollide=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return!!P1(b,a,c)};u8.prototype.__destroy__=function(){Q1(this.kDa)};function v8(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=R1(a);h(v8)[this.kDa]=this}v8.prototype=Object.create(Z5.prototype);v8.prototype.constructor=v8;v8.prototype.lDa=v8;v8.mDa={};d.GroupFilterTable=v8;
v8.prototype.DisableCollision=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);S1(b,a,c)};v8.prototype.EnableCollision=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);T1(b,a,c)};v8.prototype.IsCollisionEnabled=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return!!U1(b,a,c)};v8.prototype.GetRefCount=function(){return V1(this.kDa)};v8.prototype.AddRef=function(){W1(this.kDa)};
v8.prototype.Release=function(){X1(this.kDa)};v8.prototype.__destroy__=function(){Y1(this.kDa)};function r6(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=void 0===a?Z1():void 0===c?_emscripten_bind_CollisionGroup_CollisionGroup_1(a):void 0===b?_emscripten_bind_CollisionGroup_CollisionGroup_2(a,c):$1(a,c,b);h(r6)[this.kDa]=this}r6.prototype=Object.create(e.prototype);r6.prototype.constructor=r6;r6.prototype.lDa=r6;r6.mDa={};
d.CollisionGroup=r6;r6.prototype.SetGroupFilter=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);a2(c,a)};r6.prototype.GetGroupFilter=function(){return l(b2(this.kDa),Z5)};r6.prototype.SetGroupID=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c2(c,a)};r6.prototype.GetGroupID=function(){return d2(this.kDa)};r6.prototype.SetSubGroupID=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);e2(c,a)};r6.prototype.GetSubGroupID=function(){return f2(this.kDa)};
r6.prototype.__destroy__=function(){g2(this.kDa)};function Body(){throw"cannot construct a Body, no constructor in IDL";}Body.prototype=Object.create(e.prototype);Body.prototype.constructor=Body;Body.prototype.lDa=Body;Body.mDa={};d.Body=Body;Body.prototype.GetID=function(){return l(h2(this.kDa),N5)};Body.prototype.IsActive=function(){return!!i2(this.kDa)};Body.prototype.IsRigidBody=function(){return!!j2(this.kDa)};Body.prototype.IsSoftBody=function(){return!!k2(this.kDa)};
Body.prototype.IsStatic=function(){return!!l2(this.kDa)};Body.prototype.IsKinematic=function(){return!!m2(this.kDa)};Body.prototype.IsDynamic=function(){return!!n2(this.kDa)};Body.prototype.CanBeKinematicOrDynamic=function(){return!!o2(this.kDa)};Body.prototype.GetBodyType=function(){return p2(this.kDa)};Body.prototype.GetMotionType=function(){return q2(this.kDa)};Body.prototype.SetIsSensor=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);r2(c,a)};Body.prototype.IsSensor=function(){return!!s2(this.kDa)};
Body.prototype.SetCollideKinematicVsNonDynamic=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);t2(c,a)};Body.prototype.GetCollideKinematicVsNonDynamic=function(){return!!u2(this.kDa)};Body.prototype.SetUseManifoldReduction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);v2(c,a)};Body.prototype.GetUseManifoldReduction=function(){return!!w2(this.kDa)};Body.prototype.SetApplyGyroscopicForce=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);x2(c,a)};
Body.prototype.GetApplyGyroscopicForce=function(){return!!y2(this.kDa)};Body.prototype.SetEnhancedInternalEdgeRemoval=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);z2(c,a)};Body.prototype.GetEnhancedInternalEdgeRemoval=function(){return!!A2(this.kDa)};Body.prototype.GetObjectLayer=function(){return B2(this.kDa)};Body.prototype.GetCollisionGroup=function(){return l(C2(this.kDa),r6)};Body.prototype.GetAllowSleeping=function(){return!!D2(this.kDa)};
Body.prototype.SetAllowSleeping=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);E2(c,a)};Body.prototype.ResetSleepTimer=function(){F2(this.kDa)};Body.prototype.GetFriction=function(){return G2(this.kDa)};Body.prototype.SetFriction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);H2(c,a)};Body.prototype.GetRestitution=function(){return I2(this.kDa)};Body.prototype.SetRestitution=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);J2(c,a)};
Body.prototype.GetLinearVelocity=function(){return l(K2(this.kDa),p)};Body.prototype.SetLinearVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);L2(c,a)};Body.prototype.SetLinearVelocityClamped=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);M2(c,a)};Body.prototype.GetAngularVelocity=function(){return l(N2(this.kDa),p)};Body.prototype.SetAngularVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);O2(c,a)};
Body.prototype.SetAngularVelocityClamped=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);P2(c,a)};Body.prototype.AddForce=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);void 0===c?Q2(b,a):R2(b,a,c)};Body.prototype.AddTorque=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);S2(c,a)};Body.prototype.GetAccumulatedForce=function(){return l(T2(this.kDa),p)};Body.prototype.GetAccumulatedTorque=function(){return l(U2(this.kDa),p)};
Body.prototype.ResetForce=function(){V2(this.kDa)};Body.prototype.ResetTorque=function(){W2(this.kDa)};Body.prototype.ResetMotion=function(){X2(this.kDa)};Body.prototype.AddImpulse=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);void 0===c?Y2(b,a):Z2(b,a,c)};Body.prototype.AddAngularImpulse=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$2(c,a)};
Body.prototype.MoveKinematic=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);a3(f,a,c,b)};
Body.prototype.ApplyBuoyancyImpulse=function(a,c,b,f,g,k,u,L){var oa=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);L&&"object"===typeof L&&(L=L.kDa);return!!b3(oa,a,c,b,f,g,k,u,L)};Body.prototype.IsInBroadPhase=function(){return!!c3(this.kDa)};
Body.prototype.GetInverseInertia=function(){return l(d3(this.kDa),r)};Body.prototype.GetShape=function(){return l(e3(this.kDa),m)};Body.prototype.GetPosition=function(){return l(f3(this.kDa),x)};Body.prototype.GetRotation=function(){return l(g3(this.kDa),t)};Body.prototype.GetWorldTransform=function(){return l(h3(this.kDa),C)};Body.prototype.GetCenterOfMassPosition=function(){return l(i3(this.kDa),x)};Body.prototype.GetCenterOfMassTransform=function(){return l(j3(this.kDa),C)};
Body.prototype.GetInverseCenterOfMassTransform=function(){return l(k3(this.kDa),C)};Body.prototype.GetWorldSpaceBounds=function(){return l(l3(this.kDa),n)};Body.prototype.GetTransformedShape=function(){return l(m3(this.kDa),q)};Body.prototype.GetBodyCreationSettings=function(){return l(n3(this.kDa),w)};Body.prototype.GetSoftBodyCreationSettings=function(){return l(o3(this.kDa),O)};Body.prototype.GetMotionProperties=function(){return l(p3(this.kDa),Y5)};
Body.prototype.GetWorldSpaceSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(q3(b,a,c),p)};Body.prototype.GetUserData=function(){return r3(this.kDa)};Body.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);s3(c,a)};Body.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);t3(c,a)};
Body.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);u3(c,a)};function w8(){throw"cannot construct a BodyInterface_AddState, no constructor in IDL";}w8.prototype=Object.create(e.prototype);w8.prototype.constructor=w8;w8.prototype.lDa=w8;w8.mDa={};d.BodyInterface_AddState=w8;function P(){throw"cannot construct a BodyInterface, no constructor in IDL";}P.prototype=Object.create(e.prototype);P.prototype.constructor=P;P.prototype.lDa=P;P.mDa={};d.BodyInterface=P;
P.prototype.CreateBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(v3(c,a),Body)};P.prototype.CreateSoftBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(w3(c,a),Body)};P.prototype.CreateBodyWithID=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(x3(b,a,c),Body)};
P.prototype.CreateSoftBodyWithID=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(y3(b,a,c),Body)};P.prototype.CreateBodyWithoutID=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(z3(c,a),Body)};P.prototype.CreateSoftBodyWithoutID=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(A3(c,a),Body)};P.prototype.DestroyBodyWithoutID=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);B3(c,a)};
P.prototype.AssignBodyID=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return void 0===c?!!C3(b,a):!!D3(b,a,c)};P.prototype.UnassignBodyID=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(E3(c,a),Body)};P.prototype.UnassignBodyIDs=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);F3(f,a,c,b)};
P.prototype.DestroyBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);G3(c,a)};P.prototype.DestroyBodies=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);H3(b,a,c)};P.prototype.AddBody=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);I3(b,a,c)};P.prototype.RemoveBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);J3(c,a)};
P.prototype.IsAdded=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!K3(c,a)};P.prototype.CreateAndAddBody=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(L3(b,a,c),N5)};P.prototype.CreateAndAddSoftBody=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(M3(b,a,c),N5)};
P.prototype.AddBodiesPrepare=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(N3(b,a,c),w8)};P.prototype.AddBodiesFinalize=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);O3(g,a,c,b,f)};
P.prototype.AddBodiesAbort=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);P3(f,a,c,b)};P.prototype.RemoveBodies=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Q3(b,a,c)};P.prototype.CreateConstraint=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return l(R3(f,a,c,b),W5)};
P.prototype.ActivateConstraint=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);S3(c,a)};P.prototype.GetShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(T3(c,a),m)};P.prototype.SetShape=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);U3(g,a,c,b,f)};
P.prototype.NotifyShapeChanged=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);V3(g,a,c,b,f)};P.prototype.SetObjectLayer=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);W3(b,a,c)};P.prototype.GetObjectLayer=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return X3(c,a)};
P.prototype.SetPositionAndRotation=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);Y3(g,a,c,b,f)};P.prototype.SetPositionAndRotationWhenChanged=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);Z3(g,a,c,b,f)};
P.prototype.GetPositionAndRotation=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);$3(f,a,c,b)};P.prototype.SetPosition=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);a4(f,a,c,b)};P.prototype.GetPosition=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(b4(c,a),x)};
P.prototype.SetRotation=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);c4(f,a,c,b)};P.prototype.GetRotation=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(d4(c,a),t)};P.prototype.GetWorldTransform=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(e4(c,a),C)};
P.prototype.GetCenterOfMassTransform=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(f4(c,a),C)};P.prototype.SetLinearAndAngularVelocity=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);g4(f,a,c,b)};P.prototype.GetLinearAndAngularVelocity=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);h4(f,a,c,b)};
P.prototype.SetLinearVelocity=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);i4(b,a,c)};P.prototype.GetLinearVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(j4(c,a),p)};P.prototype.AddLinearVelocity=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);k4(b,a,c)};
P.prototype.AddLinearAndAngularVelocity=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);l4(f,a,c,b)};P.prototype.SetAngularVelocity=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);m4(b,a,c)};P.prototype.GetAngularVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(n4(c,a),p)};
P.prototype.GetPointVelocity=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(o4(b,a,c),p)};P.prototype.SetPositionRotationAndVelocity=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);p4(k,a,c,b,f,g)};
P.prototype.MoveKinematic=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);q4(g,a,c,b,f)};P.prototype.ActivateBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);r4(c,a)};P.prototype.ActivateBodies=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);s4(b,a,c)};
P.prototype.ActivateBodiesInAABox=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);t4(f,a,c,b)};P.prototype.DeactivateBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);u4(c,a)};P.prototype.DeactivateBodies=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);v4(b,a,c)};
P.prototype.IsActive=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!w4(c,a)};P.prototype.ResetSleepTimer=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);x4(c,a)};P.prototype.GetBodyType=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return y4(c,a)};P.prototype.SetMotionType=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);z4(f,a,c,b)};
P.prototype.GetMotionType=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return A4(c,a)};P.prototype.SetMotionQuality=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);B4(b,a,c)};P.prototype.GetMotionQuality=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return C4(c,a)};P.prototype.GetInverseInertia=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(D4(c,a),r)};
P.prototype.SetRestitution=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);E4(b,a,c)};P.prototype.GetRestitution=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return F4(c,a)};P.prototype.SetFriction=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);G4(b,a,c)};P.prototype.GetFriction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return H4(c,a)};
P.prototype.SetGravityFactor=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);I4(b,a,c)};P.prototype.GetGravityFactor=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return J4(c,a)};P.prototype.SetMaxLinearVelocity=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);K4(b,a,c)};P.prototype.GetMaxLinearVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return L4(c,a)};
P.prototype.SetMaxAngularVelocity=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);M4(b,a,c)};P.prototype.GetMaxAngularVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return N4(c,a)};P.prototype.SetUseManifoldReduction=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);O4(b,a,c)};
P.prototype.GetUseManifoldReduction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!P4(c,a)};P.prototype.SetIsSensor=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Q4(b,a,c)};P.prototype.IsSensor=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!R4(c,a)};P.prototype.SetCollisionGroup=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);S4(b,a,c)};
P.prototype.GetCollisionGroup=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(T4(c,a),r6)};P.prototype.AddForce=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);void 0===f?U4(g,a,c,b):V4(g,a,c,b,f)};
P.prototype.AddTorque=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);W4(f,a,c,b)};P.prototype.AddForceAndTorque=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);X4(g,a,c,b,f)};
P.prototype.ApplyBuoyancyImpulse=function(a,c,b,f,g,k,u,L,oa){var Vb=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);L&&"object"===typeof L&&(L=L.kDa);oa&&"object"===typeof oa&&(oa=oa.kDa);return!!Y4(Vb,a,c,b,f,g,k,u,L,oa)};
P.prototype.AddImpulse=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);void 0===b?Z4(f,a,c):$4(f,a,c,b)};P.prototype.AddAngularImpulse=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);a5(b,a,c)};P.prototype.GetTransformedShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(b5(c,a),q)};
P.prototype.GetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return c5(c,a)};P.prototype.SetUserData=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);d5(b,a,c)};P.prototype.GetMaterial=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(e5(b,a,c),y5)};P.prototype.InvalidateContactCache=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);f5(c,a)};
P.prototype.__destroy__=function(){g5(this.kDa)};function x8(){this.kDa=h5();h(x8)[this.kDa]=this}x8.prototype=Object.create($5.prototype);x8.prototype.constructor=x8;x8.prototype.lDa=x8;x8.mDa={};d.StateRecorderFilterJS=x8;x8.prototype.ShouldSaveBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!i5(c,a)};x8.prototype.ShouldSaveConstraint=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!j5(c,a)};
x8.prototype.ShouldSaveContact=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return!!k5(b,a,c)};x8.prototype.ShouldRestoreContact=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return!!l5(b,a,c)};x8.prototype.__destroy__=function(){m5(this.kDa)};function y8(){this.kDa=n5();h(y8)[this.kDa]=this}y8.prototype=Object.create(a6.prototype);y8.prototype.constructor=y8;y8.prototype.lDa=y8;y8.mDa={};
d.StateRecorderJS=y8;y8.prototype.ReadBytes=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);o5(b,a,c)};y8.prototype.WriteBytes=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);haa(b,a,c)};y8.prototype.IsEOF=function(){return!!iaa(this.kDa)};y8.prototype.IsFailed=function(){return!!jaa(this.kDa)};y8.prototype.__destroy__=function(){kaa(this.kDa)};function z8(){this.kDa=laa();h(z8)[this.kDa]=this}
z8.prototype=Object.create(C5.prototype);z8.prototype.constructor=z8;z8.prototype.lDa=z8;z8.mDa={};d.StateRecorderImpl=z8;z8.prototype.Clear=function(){maa(this.kDa)};z8.prototype.Rewind=z8.prototype.Rewind=function(){naa(this.kDa)};z8.prototype.IsEqual=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!oaa(c,a)};z8.prototype.SetValidating=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);paa(c,a)};z8.prototype.IsValidating=function(){return!!qaa(this.kDa)};
z8.prototype.SetIsLastPart=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);raa(c,a)};z8.prototype.IsLastPart=function(){return!!saa(this.kDa)};z8.prototype.__destroy__=function(){taa(this.kDa)};function A8(){throw"cannot construct a BodyLockInterfaceNoLock, no constructor in IDL";}A8.prototype=Object.create(b6.prototype);A8.prototype.constructor=A8;A8.prototype.lDa=A8;A8.mDa={};d.BodyLockInterfaceNoLock=A8;
A8.prototype.TryGetBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(uaa(c,a),Body)};A8.prototype.__destroy__=function(){vaa(this.kDa)};function B8(){throw"cannot construct a BodyLockInterfaceLocking, no constructor in IDL";}B8.prototype=Object.create(b6.prototype);B8.prototype.constructor=B8;B8.prototype.lDa=B8;B8.mDa={};d.BodyLockInterfaceLocking=B8;B8.prototype.TryGetBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(waa(c,a),Body)};
B8.prototype.__destroy__=function(){xaa(this.kDa)};function Q(){this.kDa=yaa();h(Q)[this.kDa]=this}Q.prototype=Object.create(e.prototype);Q.prototype.constructor=Q;Q.prototype.lDa=Q;Q.mDa={};d.PhysicsSettings=Q;Q.prototype.get_mMaxInFlightBodyPairs=Q.prototype.YKa=function(){return zaa(this.kDa)};Q.prototype.set_mMaxInFlightBodyPairs=Q.prototype.ePa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Aaa(c,a)};
Object.defineProperty(Q.prototype,"mMaxInFlightBodyPairs",{get:Q.prototype.YKa,set:Q.prototype.ePa});Q.prototype.get_mStepListenersBatchSize=Q.prototype.tMa=function(){return Baa(this.kDa)};Q.prototype.set_mStepListenersBatchSize=Q.prototype.yQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Caa(c,a)};Object.defineProperty(Q.prototype,"mStepListenersBatchSize",{get:Q.prototype.tMa,set:Q.prototype.yQa});Q.prototype.get_mStepListenerBatchesPerJob=Q.prototype.sMa=function(){return Daa(this.kDa)};
Q.prototype.set_mStepListenerBatchesPerJob=Q.prototype.xQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Eaa(c,a)};Object.defineProperty(Q.prototype,"mStepListenerBatchesPerJob",{get:Q.prototype.sMa,set:Q.prototype.xQa});Q.prototype.get_mBaumgarte=Q.prototype.aJa=function(){return Faa(this.kDa)};Q.prototype.set_mBaumgarte=Q.prototype.hNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Gaa(c,a)};Object.defineProperty(Q.prototype,"mBaumgarte",{get:Q.prototype.aJa,set:Q.prototype.hNa});
Q.prototype.get_mSpeculativeContactDistance=Q.prototype.qMa=function(){return Haa(this.kDa)};Q.prototype.set_mSpeculativeContactDistance=Q.prototype.vQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Iaa(c,a)};Object.defineProperty(Q.prototype,"mSpeculativeContactDistance",{get:Q.prototype.qMa,set:Q.prototype.vQa});Q.prototype.get_mPenetrationSlop=Q.prototype.GLa=function(){return Jaa(this.kDa)};
Q.prototype.set_mPenetrationSlop=Q.prototype.NPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kaa(c,a)};Object.defineProperty(Q.prototype,"mPenetrationSlop",{get:Q.prototype.GLa,set:Q.prototype.NPa});Q.prototype.get_mLinearCastThreshold=Q.prototype.FKa=function(){return Laa(this.kDa)};Q.prototype.set_mLinearCastThreshold=Q.prototype.MOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Maa(c,a)};
Object.defineProperty(Q.prototype,"mLinearCastThreshold",{get:Q.prototype.FKa,set:Q.prototype.MOa});Q.prototype.get_mLinearCastMaxPenetration=Q.prototype.EKa=function(){return Naa(this.kDa)};Q.prototype.set_mLinearCastMaxPenetration=Q.prototype.LOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Oaa(c,a)};Object.defineProperty(Q.prototype,"mLinearCastMaxPenetration",{get:Q.prototype.EKa,set:Q.prototype.LOa});Q.prototype.get_mManifoldTolerance=Q.prototype.JKa=function(){return Paa(this.kDa)};
Q.prototype.set_mManifoldTolerance=Q.prototype.QOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Qaa(c,a)};Object.defineProperty(Q.prototype,"mManifoldTolerance",{get:Q.prototype.JKa,set:Q.prototype.QOa});Q.prototype.get_mMaxPenetrationDistance=Q.prototype.bLa=function(){return Raa(this.kDa)};Q.prototype.set_mMaxPenetrationDistance=Q.prototype.iPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Saa(c,a)};
Object.defineProperty(Q.prototype,"mMaxPenetrationDistance",{get:Q.prototype.bLa,set:Q.prototype.iPa});Q.prototype.get_mBodyPairCacheMaxDeltaPositionSq=Q.prototype.iJa=function(){return Taa(this.kDa)};Q.prototype.set_mBodyPairCacheMaxDeltaPositionSq=Q.prototype.pNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Uaa(c,a)};Object.defineProperty(Q.prototype,"mBodyPairCacheMaxDeltaPositionSq",{get:Q.prototype.iJa,set:Q.prototype.pNa});
Q.prototype.get_mBodyPairCacheCosMaxDeltaRotationDiv2=Q.prototype.hJa=function(){return Vaa(this.kDa)};Q.prototype.set_mBodyPairCacheCosMaxDeltaRotationDiv2=Q.prototype.oNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Waa(c,a)};Object.defineProperty(Q.prototype,"mBodyPairCacheCosMaxDeltaRotationDiv2",{get:Q.prototype.hJa,set:Q.prototype.oNa});Q.prototype.get_mContactNormalCosMaxDeltaRotation=Q.prototype.zJa=function(){return Xaa(this.kDa)};
Q.prototype.set_mContactNormalCosMaxDeltaRotation=Q.prototype.GNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Yaa(c,a)};Object.defineProperty(Q.prototype,"mContactNormalCosMaxDeltaRotation",{get:Q.prototype.zJa,set:Q.prototype.GNa});Q.prototype.get_mContactPointPreserveLambdaMaxDistSq=Q.prototype.AJa=function(){return Zaa(this.kDa)};Q.prototype.set_mContactPointPreserveLambdaMaxDistSq=Q.prototype.HNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$aa(c,a)};
Object.defineProperty(Q.prototype,"mContactPointPreserveLambdaMaxDistSq",{get:Q.prototype.AJa,set:Q.prototype.HNa});Q.prototype.get_mNumVelocitySteps=Q.prototype.vLa=function(){return aba(this.kDa)};Q.prototype.set_mNumVelocitySteps=Q.prototype.CPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bba(c,a)};Object.defineProperty(Q.prototype,"mNumVelocitySteps",{get:Q.prototype.vLa,set:Q.prototype.CPa});Q.prototype.get_mNumPositionSteps=Q.prototype.uLa=function(){return cba(this.kDa)};
Q.prototype.set_mNumPositionSteps=Q.prototype.BPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dba(c,a)};Object.defineProperty(Q.prototype,"mNumPositionSteps",{get:Q.prototype.uLa,set:Q.prototype.BPa});Q.prototype.get_mMinVelocityForRestitution=Q.prototype.qLa=function(){return eba(this.kDa)};Q.prototype.set_mMinVelocityForRestitution=Q.prototype.xPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fba(c,a)};
Object.defineProperty(Q.prototype,"mMinVelocityForRestitution",{get:Q.prototype.qLa,set:Q.prototype.xPa});Q.prototype.get_mTimeBeforeSleep=Q.prototype.zMa=function(){return gba(this.kDa)};Q.prototype.set_mTimeBeforeSleep=Q.prototype.EQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hba(c,a)};Object.defineProperty(Q.prototype,"mTimeBeforeSleep",{get:Q.prototype.zMa,set:Q.prototype.EQa});Q.prototype.get_mPointVelocitySleepThreshold=Q.prototype.NLa=function(){return iba(this.kDa)};
Q.prototype.set_mPointVelocitySleepThreshold=Q.prototype.UPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jba(c,a)};Object.defineProperty(Q.prototype,"mPointVelocitySleepThreshold",{get:Q.prototype.NLa,set:Q.prototype.UPa});Q.prototype.get_mDeterministicSimulation=Q.prototype.EJa=function(){return!!kba(this.kDa)};Q.prototype.set_mDeterministicSimulation=Q.prototype.LNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lba(c,a)};
Object.defineProperty(Q.prototype,"mDeterministicSimulation",{get:Q.prototype.EJa,set:Q.prototype.LNa});Q.prototype.get_mConstraintWarmStart=Q.prototype.xJa=function(){return!!mba(this.kDa)};Q.prototype.set_mConstraintWarmStart=Q.prototype.ENa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nba(c,a)};Object.defineProperty(Q.prototype,"mConstraintWarmStart",{get:Q.prototype.xJa,set:Q.prototype.ENa});Q.prototype.get_mUseBodyPairContactCache=Q.prototype.JMa=function(){return!!oba(this.kDa)};
Q.prototype.set_mUseBodyPairContactCache=Q.prototype.OQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pba(c,a)};Object.defineProperty(Q.prototype,"mUseBodyPairContactCache",{get:Q.prototype.JMa,set:Q.prototype.OQa});Q.prototype.get_mUseManifoldReduction=Q.prototype.dFa=function(){return!!qba(this.kDa)};Q.prototype.set_mUseManifoldReduction=Q.prototype.TFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rba(c,a)};
Object.defineProperty(Q.prototype,"mUseManifoldReduction",{get:Q.prototype.dFa,set:Q.prototype.TFa});Q.prototype.get_mUseLargeIslandSplitter=Q.prototype.KMa=function(){return!!sba(this.kDa)};Q.prototype.set_mUseLargeIslandSplitter=Q.prototype.PQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tba(c,a)};Object.defineProperty(Q.prototype,"mUseLargeIslandSplitter",{get:Q.prototype.KMa,set:Q.prototype.PQa});Q.prototype.get_mAllowSleeping=Q.prototype.bEa=function(){return!!uba(this.kDa)};
Q.prototype.set_mAllowSleeping=Q.prototype.kEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vba(c,a)};Object.defineProperty(Q.prototype,"mAllowSleeping",{get:Q.prototype.bEa,set:Q.prototype.kEa});Q.prototype.get_mCheckActiveEdges=Q.prototype.tJa=function(){return!!wba(this.kDa)};Q.prototype.set_mCheckActiveEdges=Q.prototype.ANa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xba(c,a)};Object.defineProperty(Q.prototype,"mCheckActiveEdges",{get:Q.prototype.tJa,set:Q.prototype.ANa});
Q.prototype.__destroy__=function(){yba(this.kDa)};function d6(){throw"cannot construct a CollideShapeResultFace, no constructor in IDL";}d6.prototype=Object.create(e.prototype);d6.prototype.constructor=d6;d6.prototype.lDa=d6;d6.mDa={};d.CollideShapeResultFace=d6;d6.prototype.empty=d6.prototype.empty=function(){return!!zba(this.kDa)};d6.prototype.size=d6.prototype.size=function(){return Aba(this.kDa)};
d6.prototype.at=d6.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Bba(c,a),p)};d6.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Cba(c,a)};d6.prototype.resize=d6.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dba(c,a)};d6.prototype.clear=d6.prototype.clear=function(){Eba(this.kDa)};d6.prototype.__destroy__=function(){Fba(this.kDa)};
function C8(){throw"cannot construct a ContactPoints, no constructor in IDL";}C8.prototype=Object.create(e.prototype);C8.prototype.constructor=C8;C8.prototype.lDa=C8;C8.mDa={};d.ContactPoints=C8;C8.prototype.empty=C8.prototype.empty=function(){return!!Gba(this.kDa)};C8.prototype.size=C8.prototype.size=function(){return Hba(this.kDa)};C8.prototype.at=C8.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Iba(c,a),p)};
C8.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jba(c,a)};C8.prototype.resize=C8.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kba(c,a)};C8.prototype.clear=C8.prototype.clear=function(){Lba(this.kDa)};C8.prototype.__destroy__=function(){Mba(this.kDa)};function D8(){this.kDa=Nba();h(D8)[this.kDa]=this}D8.prototype=Object.create(e.prototype);D8.prototype.constructor=D8;D8.prototype.lDa=D8;D8.mDa={};d.ContactManifold=D8;
D8.prototype.SwapShapes=function(){return l(Oba(this.kDa),D8)};D8.prototype.GetWorldSpaceContactPointOn1=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Pba(c,a),x)};D8.prototype.GetWorldSpaceContactPointOn2=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Qba(c,a),x)};D8.prototype.get_mBaseOffset=D8.prototype.$Ia=function(){return l(Rba(this.kDa),x)};
D8.prototype.set_mBaseOffset=D8.prototype.gNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Sba(c,a)};Object.defineProperty(D8.prototype,"mBaseOffset",{get:D8.prototype.$Ia,set:D8.prototype.gNa});D8.prototype.get_mWorldSpaceNormal=D8.prototype.ZMa=function(){return l(Tba(this.kDa),p)};D8.prototype.set_mWorldSpaceNormal=D8.prototype.cRa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Uba(c,a)};
Object.defineProperty(D8.prototype,"mWorldSpaceNormal",{get:D8.prototype.ZMa,set:D8.prototype.cRa});D8.prototype.get_mPenetrationDepth=D8.prototype.QEa=function(){return Vba(this.kDa)};D8.prototype.set_mPenetrationDepth=D8.prototype.FFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Wba(c,a)};Object.defineProperty(D8.prototype,"mPenetrationDepth",{get:D8.prototype.QEa,set:D8.prototype.FFa});D8.prototype.get_mSubShapeID1=D8.prototype.VEa=function(){return l(Xba(this.kDa),c6)};
D8.prototype.set_mSubShapeID1=D8.prototype.KFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Yba(c,a)};Object.defineProperty(D8.prototype,"mSubShapeID1",{get:D8.prototype.VEa,set:D8.prototype.KFa});D8.prototype.get_mSubShapeID2=D8.prototype.$Da=function(){return l(Zba(this.kDa),c6)};D8.prototype.set_mSubShapeID2=D8.prototype.aEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$ba(c,a)};Object.defineProperty(D8.prototype,"mSubShapeID2",{get:D8.prototype.$Da,set:D8.prototype.aEa});
D8.prototype.get_mRelativeContactPointsOn1=D8.prototype.WLa=function(){return l(aca(this.kDa),C8)};D8.prototype.set_mRelativeContactPointsOn1=D8.prototype.aQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bca(c,a)};Object.defineProperty(D8.prototype,"mRelativeContactPointsOn1",{get:D8.prototype.WLa,set:D8.prototype.aQa});D8.prototype.get_mRelativeContactPointsOn2=D8.prototype.XLa=function(){return l(cca(this.kDa),C8)};
D8.prototype.set_mRelativeContactPointsOn2=D8.prototype.bQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dca(c,a)};Object.defineProperty(D8.prototype,"mRelativeContactPointsOn2",{get:D8.prototype.XLa,set:D8.prototype.bQa});D8.prototype.__destroy__=function(){eca(this.kDa)};function E8(){this.kDa=fca();h(E8)[this.kDa]=this}E8.prototype=Object.create(e.prototype);E8.prototype.constructor=E8;E8.prototype.lDa=E8;E8.mDa={};d.ContactSettings=E8;
E8.prototype.get_mCombinedFriction=E8.prototype.uJa=function(){return gca(this.kDa)};E8.prototype.set_mCombinedFriction=E8.prototype.BNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hca(c,a)};Object.defineProperty(E8.prototype,"mCombinedFriction",{get:E8.prototype.uJa,set:E8.prototype.BNa});E8.prototype.get_mCombinedRestitution=E8.prototype.vJa=function(){return ica(this.kDa)};
E8.prototype.set_mCombinedRestitution=E8.prototype.CNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jca(c,a)};Object.defineProperty(E8.prototype,"mCombinedRestitution",{get:E8.prototype.vJa,set:E8.prototype.CNa});E8.prototype.get_mInvMassScale1=E8.prototype.GGa=function(){return kca(this.kDa)};E8.prototype.set_mInvMassScale1=E8.prototype.cIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lca(c,a)};
Object.defineProperty(E8.prototype,"mInvMassScale1",{get:E8.prototype.GGa,set:E8.prototype.cIa});E8.prototype.get_mInvInertiaScale1=E8.prototype.hKa=function(){return mca(this.kDa)};E8.prototype.set_mInvInertiaScale1=E8.prototype.oOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nca(c,a)};Object.defineProperty(E8.prototype,"mInvInertiaScale1",{get:E8.prototype.hKa,set:E8.prototype.oOa});E8.prototype.get_mInvMassScale2=E8.prototype.HGa=function(){return oca(this.kDa)};
E8.prototype.set_mInvMassScale2=E8.prototype.dIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pca(c,a)};Object.defineProperty(E8.prototype,"mInvMassScale2",{get:E8.prototype.HGa,set:E8.prototype.dIa});E8.prototype.get_mInvInertiaScale2=E8.prototype.FGa=function(){return qca(this.kDa)};E8.prototype.set_mInvInertiaScale2=E8.prototype.bIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rca(c,a)};
Object.defineProperty(E8.prototype,"mInvInertiaScale2",{get:E8.prototype.FGa,set:E8.prototype.bIa});E8.prototype.get_mIsSensor=E8.prototype.hEa=function(){return!!sca(this.kDa)};E8.prototype.set_mIsSensor=E8.prototype.qEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tca(c,a)};Object.defineProperty(E8.prototype,"mIsSensor",{get:E8.prototype.hEa,set:E8.prototype.qEa});E8.prototype.get_mRelativeLinearSurfaceVelocity=E8.prototype.YLa=function(){return l(uca(this.kDa),p)};
E8.prototype.set_mRelativeLinearSurfaceVelocity=E8.prototype.cQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vca(c,a)};Object.defineProperty(E8.prototype,"mRelativeLinearSurfaceVelocity",{get:E8.prototype.YLa,set:E8.prototype.cQa});E8.prototype.get_mRelativeAngularSurfaceVelocity=E8.prototype.VLa=function(){return l(wca(this.kDa),p)};E8.prototype.set_mRelativeAngularSurfaceVelocity=E8.prototype.$Pa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xca(c,a)};
Object.defineProperty(E8.prototype,"mRelativeAngularSurfaceVelocity",{get:E8.prototype.VLa,set:E8.prototype.$Pa});E8.prototype.__destroy__=function(){yca(this.kDa)};function F8(){this.kDa=zca();h(F8)[this.kDa]=this}F8.prototype=Object.create(e.prototype);F8.prototype.constructor=F8;F8.prototype.lDa=F8;F8.mDa={};d.SubShapeIDPair=F8;F8.prototype.GetBody1ID=function(){return l(Aca(this.kDa),N5)};F8.prototype.GetSubShapeID1=function(){return l(Bca(this.kDa),c6)};
F8.prototype.GetBody2ID=function(){return l(Cca(this.kDa),N5)};F8.prototype.GetSubShapeID2=function(){return l(Dca(this.kDa),c6)};F8.prototype.__destroy__=function(){Eca(this.kDa)};function G8(){this.kDa=Fca();h(G8)[this.kDa]=this}G8.prototype=Object.create(e6.prototype);G8.prototype.constructor=G8;G8.prototype.lDa=G8;G8.mDa={};d.ContactListenerJS=G8;
G8.prototype.OnContactValidate=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);return Gca(g,a,c,b,f)};G8.prototype.OnContactAdded=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);Hca(g,a,c,b,f)};
G8.prototype.OnContactPersisted=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);Ica(g,a,c,b,f)};G8.prototype.OnContactRemoved=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jca(c,a)};G8.prototype.__destroy__=function(){Kca(this.kDa)};function H8(){throw"cannot construct a SoftBodyManifold, no constructor in IDL";}H8.prototype=Object.create(e.prototype);
H8.prototype.constructor=H8;H8.prototype.lDa=H8;H8.mDa={};d.SoftBodyManifold=H8;H8.prototype.GetVertices=function(){return l(Lca(this.kDa),I8)};H8.prototype.HasContact=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!Mca(c,a)};H8.prototype.GetLocalContactPoint=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Nca(c,a),p)};H8.prototype.GetContactNormal=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Oca(c,a),p)};
H8.prototype.GetContactBodyID=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Pca(c,a),N5)};H8.prototype.GetNumSensorContacts=function(){return Qca(this.kDa)};H8.prototype.GetSensorContactBodyID=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Rca(c,a),N5)};H8.prototype.__destroy__=function(){Sca(this.kDa)};function J8(){throw"cannot construct a SoftBodyContactSettings, no constructor in IDL";}J8.prototype=Object.create(e.prototype);
J8.prototype.constructor=J8;J8.prototype.lDa=J8;J8.mDa={};d.SoftBodyContactSettings=J8;J8.prototype.get_mInvMassScale1=J8.prototype.GGa=function(){return Tca(this.kDa)};J8.prototype.set_mInvMassScale1=J8.prototype.cIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Uca(c,a)};Object.defineProperty(J8.prototype,"mInvMassScale1",{get:J8.prototype.GGa,set:J8.prototype.cIa});J8.prototype.get_mInvMassScale2=J8.prototype.HGa=function(){return Vca(this.kDa)};
J8.prototype.set_mInvMassScale2=J8.prototype.dIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Wca(c,a)};Object.defineProperty(J8.prototype,"mInvMassScale2",{get:J8.prototype.HGa,set:J8.prototype.dIa});J8.prototype.get_mInvInertiaScale2=J8.prototype.FGa=function(){return Xca(this.kDa)};J8.prototype.set_mInvInertiaScale2=J8.prototype.bIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Yca(c,a)};
Object.defineProperty(J8.prototype,"mInvInertiaScale2",{get:J8.prototype.FGa,set:J8.prototype.bIa});J8.prototype.get_mIsSensor=J8.prototype.hEa=function(){return!!Zca(this.kDa)};J8.prototype.set_mIsSensor=J8.prototype.qEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$ca(c,a)};Object.defineProperty(J8.prototype,"mIsSensor",{get:J8.prototype.hEa,set:J8.prototype.qEa});J8.prototype.__destroy__=function(){ada(this.kDa)};function K8(){this.kDa=bda();h(K8)[this.kDa]=this}K8.prototype=Object.create(f6.prototype);
K8.prototype.constructor=K8;K8.prototype.lDa=K8;K8.mDa={};d.SoftBodyContactListenerJS=K8;K8.prototype.OnSoftBodyContactValidate=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return cda(f,a,c,b)};K8.prototype.OnSoftBodyContactAdded=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);dda(b,a,c)};K8.prototype.__destroy__=function(){eda(this.kDa)};
function L8(){this.kDa=fda();h(L8)[this.kDa]=this}L8.prototype=Object.create(g6.prototype);L8.prototype.constructor=L8;L8.prototype.lDa=L8;L8.mDa={};d.RayCastBodyCollectorJS=L8;L8.prototype.Reset=function(){gda(this.kDa)};L8.prototype.AddHit=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hda(c,a)};L8.prototype.__destroy__=function(){ida(this.kDa)};function M8(){this.kDa=jda();h(M8)[this.kDa]=this}M8.prototype=Object.create(h6.prototype);M8.prototype.constructor=M8;M8.prototype.lDa=M8;
M8.mDa={};d.CollideShapeBodyCollectorJS=M8;M8.prototype.Reset=function(){kda(this.kDa)};M8.prototype.AddHit=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lda(c,a)};M8.prototype.__destroy__=function(){mda(this.kDa)};function N8(){this.kDa=nda();h(N8)[this.kDa]=this}N8.prototype=Object.create(i6.prototype);N8.prototype.constructor=N8;N8.prototype.lDa=N8;N8.mDa={};d.CastShapeBodyCollectorJS=N8;N8.prototype.Reset=function(){oda(this.kDa)};
N8.prototype.AddHit=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pda(c,a)};N8.prototype.__destroy__=function(){qda(this.kDa)};function O8(){throw"cannot construct a BroadPhaseQuery, no constructor in IDL";}O8.prototype=Object.create(e.prototype);O8.prototype.constructor=O8;O8.prototype.lDa=O8;O8.mDa={};d.BroadPhaseQuery=O8;
O8.prototype.CastRay=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);rda(g,a,c,b,f)};O8.prototype.CollideAABox=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);sda(g,a,c,b,f)};
O8.prototype.CollideSphere=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);tda(k,a,c,b,f,g)};O8.prototype.CollidePoint=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);uda(g,a,c,b,f)};
O8.prototype.CollideOrientedBox=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);vda(g,a,c,b,f)};O8.prototype.CastAABox=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);wda(g,a,c,b,f)};O8.prototype.__destroy__=function(){xda(this.kDa)};
function P8(){this.kDa=yda();h(P8)[this.kDa]=this}P8.prototype=Object.create(e.prototype);P8.prototype.constructor=P8;P8.prototype.lDa=P8;P8.mDa={};d.RayCastSettings=P8;P8.prototype.SetBackFaceMode=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zda(c,a)};P8.prototype.get_mBackFaceModeTriangles=P8.prototype.jGa=function(){return Ada(this.kDa)};P8.prototype.set_mBackFaceModeTriangles=P8.prototype.HHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bda(c,a)};
Object.defineProperty(P8.prototype,"mBackFaceModeTriangles",{get:P8.prototype.jGa,set:P8.prototype.HHa});P8.prototype.get_mBackFaceModeConvex=P8.prototype.iGa=function(){return Cda(this.kDa)};P8.prototype.set_mBackFaceModeConvex=P8.prototype.GHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dda(c,a)};Object.defineProperty(P8.prototype,"mBackFaceModeConvex",{get:P8.prototype.iGa,set:P8.prototype.GHa});P8.prototype.get_mTreatConvexAsSolid=P8.prototype.DMa=function(){return!!Eda(this.kDa)};
P8.prototype.set_mTreatConvexAsSolid=P8.prototype.IQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Fda(c,a)};Object.defineProperty(P8.prototype,"mTreatConvexAsSolid",{get:P8.prototype.DMa,set:P8.prototype.IQa});P8.prototype.__destroy__=function(){Gda(this.kDa)};function Q8(){this.kDa=Hda();h(Q8)[this.kDa]=this}Q8.prototype=Object.create(j6.prototype);Q8.prototype.constructor=Q8;Q8.prototype.lDa=Q8;Q8.mDa={};d.CastRayCollectorJS=Q8;Q8.prototype.Reset=function(){Ida(this.kDa)};
Q8.prototype.OnBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jda(c,a)};Q8.prototype.AddHit=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kda(c,a)};Q8.prototype.__destroy__=function(){Lda(this.kDa)};function R8(){this.kDa=Mda();h(R8)[this.kDa]=this}R8.prototype=Object.create(e.prototype);R8.prototype.constructor=R8;R8.prototype.lDa=R8;R8.mDa={};d.ArrayRayCastResult=R8;R8.prototype.empty=R8.prototype.empty=function(){return!!Nda(this.kDa)};
R8.prototype.size=R8.prototype.size=function(){return Oda(this.kDa)};R8.prototype.at=R8.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Pda(c,a),m7)};R8.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Qda(c,a)};R8.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rda(c,a)};R8.prototype.resize=R8.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Sda(c,a)};
R8.prototype.clear=R8.prototype.clear=function(){Tda(this.kDa)};R8.prototype.__destroy__=function(){Uda(this.kDa)};function S8(){this.kDa=Vda();h(S8)[this.kDa]=this}S8.prototype=Object.create(j6.prototype);S8.prototype.constructor=S8;S8.prototype.lDa=S8;S8.mDa={};d.CastRayAllHitCollisionCollector=S8;S8.prototype.Sort=function(){Wda(this.kDa)};S8.prototype.HadHit=function(){return!!Xda(this.kDa)};S8.prototype.Reset=function(){Yda(this.kDa)};
S8.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Zda(c,a)};S8.prototype.GetContext=function(){return l($da(this.kDa),q)};S8.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aea(c,a)};S8.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?bea(c):cea(c,a)};S8.prototype.ForceEarlyOut=function(){dea(this.kDa)};S8.prototype.ShouldEarlyOut=function(){return!!eea(this.kDa)};
S8.prototype.GetEarlyOutFraction=function(){return fea(this.kDa)};S8.prototype.GetPositiveEarlyOutFraction=function(){return gea(this.kDa)};S8.prototype.get_mHits=S8.prototype.gEa=function(){return l(hea(this.kDa),R8)};S8.prototype.set_mHits=S8.prototype.pEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);iea(c,a)};Object.defineProperty(S8.prototype,"mHits",{get:S8.prototype.gEa,set:S8.prototype.pEa});S8.prototype.__destroy__=function(){jea(this.kDa)};
function T8(){this.kDa=kea();h(T8)[this.kDa]=this}T8.prototype=Object.create(j6.prototype);T8.prototype.constructor=T8;T8.prototype.lDa=T8;T8.mDa={};d.CastRayClosestHitCollisionCollector=T8;T8.prototype.HadHit=function(){return!!lea(this.kDa)};T8.prototype.Reset=function(){mea(this.kDa)};T8.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nea(c,a)};T8.prototype.GetContext=function(){return l(oea(this.kDa),q)};
T8.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pea(c,a)};T8.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?qea(c):rea(c,a)};T8.prototype.ForceEarlyOut=function(){sea(this.kDa)};T8.prototype.ShouldEarlyOut=function(){return!!tea(this.kDa)};T8.prototype.GetEarlyOutFraction=function(){return uea(this.kDa)};T8.prototype.GetPositiveEarlyOutFraction=function(){return vea(this.kDa)};
T8.prototype.get_mHit=T8.prototype.CDa=function(){return l(wea(this.kDa),m7)};T8.prototype.set_mHit=T8.prototype.EDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xea(c,a)};Object.defineProperty(T8.prototype,"mHit",{get:T8.prototype.CDa,set:T8.prototype.EDa});T8.prototype.__destroy__=function(){yea(this.kDa)};function U8(){this.kDa=zea();h(U8)[this.kDa]=this}U8.prototype=Object.create(j6.prototype);U8.prototype.constructor=U8;U8.prototype.lDa=U8;U8.mDa={};
d.CastRayAnyHitCollisionCollector=U8;U8.prototype.HadHit=function(){return!!Aea(this.kDa)};U8.prototype.Reset=function(){Bea(this.kDa)};U8.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Cea(c,a)};U8.prototype.GetContext=function(){return l(Dea(this.kDa),q)};U8.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Eea(c,a)};
U8.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?Fea(c):Gea(c,a)};U8.prototype.ForceEarlyOut=function(){Hea(this.kDa)};U8.prototype.ShouldEarlyOut=function(){return!!Iea(this.kDa)};U8.prototype.GetEarlyOutFraction=function(){return Jea(this.kDa)};U8.prototype.GetPositiveEarlyOutFraction=function(){return Kea(this.kDa)};U8.prototype.get_mHit=U8.prototype.CDa=function(){return l(Lea(this.kDa),m7)};
U8.prototype.set_mHit=U8.prototype.EDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Mea(c,a)};Object.defineProperty(U8.prototype,"mHit",{get:U8.prototype.CDa,set:U8.prototype.EDa});U8.prototype.__destroy__=function(){Nea(this.kDa)};function V8(){this.kDa=Oea();h(V8)[this.kDa]=this}V8.prototype=Object.create(e.prototype);V8.prototype.constructor=V8;V8.prototype.lDa=V8;V8.mDa={};d.CollidePointResult=V8;V8.prototype.get_mBodyID=V8.prototype.cEa=function(){return l(Pea(this.kDa),N5)};
V8.prototype.set_mBodyID=V8.prototype.lEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Qea(c,a)};Object.defineProperty(V8.prototype,"mBodyID",{get:V8.prototype.cEa,set:V8.prototype.lEa});V8.prototype.get_mSubShapeID2=V8.prototype.$Da=function(){return l(Rea(this.kDa),c6)};V8.prototype.set_mSubShapeID2=V8.prototype.aEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Sea(c,a)};Object.defineProperty(V8.prototype,"mSubShapeID2",{get:V8.prototype.$Da,set:V8.prototype.aEa});
V8.prototype.__destroy__=function(){Tea(this.kDa)};function W8(){this.kDa=Uea();h(W8)[this.kDa]=this}W8.prototype=Object.create(k6.prototype);W8.prototype.constructor=W8;W8.prototype.lDa=W8;W8.mDa={};d.CollidePointCollectorJS=W8;W8.prototype.Reset=function(){Vea(this.kDa)};W8.prototype.OnBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Wea(c,a)};W8.prototype.AddHit=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xea(c,a)};W8.prototype.__destroy__=function(){Yea(this.kDa)};
function X8(){this.kDa=Zea();h(X8)[this.kDa]=this}X8.prototype=Object.create(e.prototype);X8.prototype.constructor=X8;X8.prototype.lDa=X8;X8.mDa={};d.ArrayCollidePointResult=X8;X8.prototype.empty=X8.prototype.empty=function(){return!!$ea(this.kDa)};X8.prototype.size=X8.prototype.size=function(){return afa(this.kDa)};X8.prototype.at=X8.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(bfa(c,a),V8)};
X8.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cfa(c,a)};X8.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dfa(c,a)};X8.prototype.resize=X8.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);efa(c,a)};X8.prototype.clear=X8.prototype.clear=function(){ffa(this.kDa)};X8.prototype.__destroy__=function(){gfa(this.kDa)};function Y8(){this.kDa=hfa();h(Y8)[this.kDa]=this}Y8.prototype=Object.create(k6.prototype);
Y8.prototype.constructor=Y8;Y8.prototype.lDa=Y8;Y8.mDa={};d.CollidePointAllHitCollisionCollector=Y8;Y8.prototype.Sort=function(){ifa(this.kDa)};Y8.prototype.HadHit=function(){return!!jfa(this.kDa)};Y8.prototype.Reset=function(){kfa(this.kDa)};Y8.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lfa(c,a)};Y8.prototype.GetContext=function(){return l(mfa(this.kDa),q)};
Y8.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nfa(c,a)};Y8.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?ofa(c):pfa(c,a)};Y8.prototype.ForceEarlyOut=function(){qfa(this.kDa)};Y8.prototype.ShouldEarlyOut=function(){return!!rfa(this.kDa)};Y8.prototype.GetEarlyOutFraction=function(){return sfa(this.kDa)};Y8.prototype.GetPositiveEarlyOutFraction=function(){return tfa(this.kDa)};
Y8.prototype.get_mHits=Y8.prototype.gEa=function(){return l(ufa(this.kDa),X8)};Y8.prototype.set_mHits=Y8.prototype.pEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vfa(c,a)};Object.defineProperty(Y8.prototype,"mHits",{get:Y8.prototype.gEa,set:Y8.prototype.pEa});Y8.prototype.__destroy__=function(){wfa(this.kDa)};function Z8(){this.kDa=xfa();h(Z8)[this.kDa]=this}Z8.prototype=Object.create(k6.prototype);Z8.prototype.constructor=Z8;Z8.prototype.lDa=Z8;Z8.mDa={};
d.CollidePointClosestHitCollisionCollector=Z8;Z8.prototype.HadHit=function(){return!!yfa(this.kDa)};Z8.prototype.Reset=function(){zfa(this.kDa)};Z8.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Afa(c,a)};Z8.prototype.GetContext=function(){return l(Bfa(this.kDa),q)};Z8.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Cfa(c,a)};
Z8.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?Dfa(c):Efa(c,a)};Z8.prototype.ForceEarlyOut=function(){Ffa(this.kDa)};Z8.prototype.ShouldEarlyOut=function(){return!!Gfa(this.kDa)};Z8.prototype.GetEarlyOutFraction=function(){return Hfa(this.kDa)};Z8.prototype.GetPositiveEarlyOutFraction=function(){return Ifa(this.kDa)};Z8.prototype.get_mHit=Z8.prototype.CDa=function(){return l(Jfa(this.kDa),V8)};
Z8.prototype.set_mHit=Z8.prototype.EDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kfa(c,a)};Object.defineProperty(Z8.prototype,"mHit",{get:Z8.prototype.CDa,set:Z8.prototype.EDa});Z8.prototype.__destroy__=function(){Lfa(this.kDa)};function $8(){this.kDa=Mfa();h($8)[this.kDa]=this}$8.prototype=Object.create(k6.prototype);$8.prototype.constructor=$8;$8.prototype.lDa=$8;$8.mDa={};d.CollidePointAnyHitCollisionCollector=$8;$8.prototype.HadHit=function(){return!!Nfa(this.kDa)};
$8.prototype.Reset=function(){Ofa(this.kDa)};$8.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Pfa(c,a)};$8.prototype.GetContext=function(){return l(Qfa(this.kDa),q)};$8.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rfa(c,a)};$8.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?Sfa(c):Tfa(c,a)};$8.prototype.ForceEarlyOut=function(){Ufa(this.kDa)};
$8.prototype.ShouldEarlyOut=function(){return!!Vfa(this.kDa)};$8.prototype.GetEarlyOutFraction=function(){return Wfa(this.kDa)};$8.prototype.GetPositiveEarlyOutFraction=function(){return Xfa(this.kDa)};$8.prototype.get_mHit=$8.prototype.CDa=function(){return l(Yfa(this.kDa),V8)};$8.prototype.set_mHit=$8.prototype.EDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Zfa(c,a)};Object.defineProperty($8.prototype,"mHit",{get:$8.prototype.CDa,set:$8.prototype.EDa});
$8.prototype.__destroy__=function(){$fa(this.kDa)};function a9(){this.kDa=aga();h(a9)[this.kDa]=this}a9.prototype=Object.create(l6.prototype);a9.prototype.constructor=a9;a9.prototype.lDa=a9;a9.mDa={};d.CollideShapeSettings=a9;a9.prototype.get_mMaxSeparationDistance=a9.prototype.dLa=function(){return bga(this.kDa)};a9.prototype.set_mMaxSeparationDistance=a9.prototype.kPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cga(c,a)};
Object.defineProperty(a9.prototype,"mMaxSeparationDistance",{get:a9.prototype.dLa,set:a9.prototype.kPa});a9.prototype.get_mBackFaceMode=a9.prototype.hGa=function(){return dga(this.kDa)};a9.prototype.set_mBackFaceMode=a9.prototype.FHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ega(c,a)};Object.defineProperty(a9.prototype,"mBackFaceMode",{get:a9.prototype.hGa,set:a9.prototype.FHa});a9.prototype.get_mActiveEdgeMode=a9.prototype.uEa=function(){return fga(this.kDa)};
a9.prototype.set_mActiveEdgeMode=a9.prototype.iFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gga(c,a)};Object.defineProperty(a9.prototype,"mActiveEdgeMode",{get:a9.prototype.uEa,set:a9.prototype.iFa});a9.prototype.get_mCollectFacesMode=a9.prototype.xEa=function(){return hga(this.kDa)};a9.prototype.set_mCollectFacesMode=a9.prototype.lFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);iga(c,a)};
Object.defineProperty(a9.prototype,"mCollectFacesMode",{get:a9.prototype.xEa,set:a9.prototype.lFa});a9.prototype.get_mCollisionTolerance=a9.prototype.dEa=function(){return jga(this.kDa)};a9.prototype.set_mCollisionTolerance=a9.prototype.mEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kga(c,a)};Object.defineProperty(a9.prototype,"mCollisionTolerance",{get:a9.prototype.dEa,set:a9.prototype.mEa});a9.prototype.get_mPenetrationTolerance=a9.prototype.REa=function(){return lga(this.kDa)};
a9.prototype.set_mPenetrationTolerance=a9.prototype.GFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mga(c,a)};Object.defineProperty(a9.prototype,"mPenetrationTolerance",{get:a9.prototype.REa,set:a9.prototype.GFa});a9.prototype.get_mActiveEdgeMovementDirection=a9.prototype.vEa=function(){return l(nga(this.kDa),p)};a9.prototype.set_mActiveEdgeMovementDirection=a9.prototype.jFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);oga(c,a)};
Object.defineProperty(a9.prototype,"mActiveEdgeMovementDirection",{get:a9.prototype.vEa,set:a9.prototype.jFa});a9.prototype.__destroy__=function(){pga(this.kDa)};function b9(){this.kDa=qga();h(b9)[this.kDa]=this}b9.prototype=Object.create(m6.prototype);b9.prototype.constructor=b9;b9.prototype.lDa=b9;b9.mDa={};d.CollideShapeCollectorJS=b9;b9.prototype.Reset=function(){rga(this.kDa)};b9.prototype.OnBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);sga(c,a)};
b9.prototype.AddHit=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tga(c,a)};b9.prototype.__destroy__=function(){uga(this.kDa)};function c9(){this.kDa=vga();h(c9)[this.kDa]=this}c9.prototype=Object.create(e.prototype);c9.prototype.constructor=c9;c9.prototype.lDa=c9;c9.mDa={};d.ArrayCollideShapeResult=c9;c9.prototype.empty=c9.prototype.empty=function(){return!!wga(this.kDa)};c9.prototype.size=c9.prototype.size=function(){return xga(this.kDa)};
c9.prototype.at=c9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(yga(c,a),v)};c9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zga(c,a)};c9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Aga(c,a)};c9.prototype.resize=c9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bga(c,a)};c9.prototype.clear=c9.prototype.clear=function(){Cga(this.kDa)};
c9.prototype.__destroy__=function(){Dga(this.kDa)};function d9(){this.kDa=Ega();h(d9)[this.kDa]=this}d9.prototype=Object.create(m6.prototype);d9.prototype.constructor=d9;d9.prototype.lDa=d9;d9.mDa={};d.CollideShapeAllHitCollisionCollector=d9;d9.prototype.Sort=function(){Fga(this.kDa)};d9.prototype.HadHit=function(){return!!Gga(this.kDa)};d9.prototype.Reset=function(){Hga(this.kDa)};d9.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Iga(c,a)};
d9.prototype.GetContext=function(){return l(Jga(this.kDa),q)};d9.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kga(c,a)};d9.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?Lga(c):Mga(c,a)};d9.prototype.ForceEarlyOut=function(){Nga(this.kDa)};d9.prototype.ShouldEarlyOut=function(){return!!Oga(this.kDa)};d9.prototype.GetEarlyOutFraction=function(){return Pga(this.kDa)};
d9.prototype.GetPositiveEarlyOutFraction=function(){return Qga(this.kDa)};d9.prototype.get_mHits=d9.prototype.gEa=function(){return l(Rga(this.kDa),c9)};d9.prototype.set_mHits=d9.prototype.pEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Sga(c,a)};Object.defineProperty(d9.prototype,"mHits",{get:d9.prototype.gEa,set:d9.prototype.pEa});d9.prototype.__destroy__=function(){Tga(this.kDa)};function e9(){this.kDa=Uga();h(e9)[this.kDa]=this}e9.prototype=Object.create(m6.prototype);
e9.prototype.constructor=e9;e9.prototype.lDa=e9;e9.mDa={};d.CollideShapeClosestHitCollisionCollector=e9;e9.prototype.HadHit=function(){return!!Vga(this.kDa)};e9.prototype.Reset=function(){Wga(this.kDa)};e9.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xga(c,a)};e9.prototype.GetContext=function(){return l(Yga(this.kDa),q)};e9.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Zga(c,a)};
e9.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?$ga(c):aha(c,a)};e9.prototype.ForceEarlyOut=function(){bha(this.kDa)};e9.prototype.ShouldEarlyOut=function(){return!!cha(this.kDa)};e9.prototype.GetEarlyOutFraction=function(){return dha(this.kDa)};e9.prototype.GetPositiveEarlyOutFraction=function(){return eha(this.kDa)};e9.prototype.get_mHit=e9.prototype.CDa=function(){return l(fha(this.kDa),v)};
e9.prototype.set_mHit=e9.prototype.EDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gha(c,a)};Object.defineProperty(e9.prototype,"mHit",{get:e9.prototype.CDa,set:e9.prototype.EDa});e9.prototype.__destroy__=function(){hha(this.kDa)};function f9(){this.kDa=iha();h(f9)[this.kDa]=this}f9.prototype=Object.create(m6.prototype);f9.prototype.constructor=f9;f9.prototype.lDa=f9;f9.mDa={};d.CollideShapeAnyHitCollisionCollector=f9;f9.prototype.HadHit=function(){return!!jha(this.kDa)};
f9.prototype.Reset=function(){kha(this.kDa)};f9.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lha(c,a)};f9.prototype.GetContext=function(){return l(mha(this.kDa),q)};f9.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nha(c,a)};f9.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?oha(c):pha(c,a)};f9.prototype.ForceEarlyOut=function(){qha(this.kDa)};
f9.prototype.ShouldEarlyOut=function(){return!!rha(this.kDa)};f9.prototype.GetEarlyOutFraction=function(){return sha(this.kDa)};f9.prototype.GetPositiveEarlyOutFraction=function(){return tha(this.kDa)};f9.prototype.get_mHit=f9.prototype.CDa=function(){return l(uha(this.kDa),v)};f9.prototype.set_mHit=f9.prototype.EDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vha(c,a)};Object.defineProperty(f9.prototype,"mHit",{get:f9.prototype.CDa,set:f9.prototype.EDa});
f9.prototype.__destroy__=function(){wha(this.kDa)};function g9(){this.kDa=xha();h(g9)[this.kDa]=this}g9.prototype=Object.create(l6.prototype);g9.prototype.constructor=g9;g9.prototype.lDa=g9;g9.mDa={};d.ShapeCastSettings=g9;g9.prototype.get_mBackFaceModeTriangles=g9.prototype.jGa=function(){return yha(this.kDa)};g9.prototype.set_mBackFaceModeTriangles=g9.prototype.HHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zha(c,a)};
Object.defineProperty(g9.prototype,"mBackFaceModeTriangles",{get:g9.prototype.jGa,set:g9.prototype.HHa});g9.prototype.get_mBackFaceModeConvex=g9.prototype.iGa=function(){return Aha(this.kDa)};g9.prototype.set_mBackFaceModeConvex=g9.prototype.GHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bha(c,a)};Object.defineProperty(g9.prototype,"mBackFaceModeConvex",{get:g9.prototype.iGa,set:g9.prototype.GHa});g9.prototype.get_mUseShrunkenShapeAndConvexRadius=g9.prototype.LMa=function(){return!!Cha(this.kDa)};
g9.prototype.set_mUseShrunkenShapeAndConvexRadius=g9.prototype.QQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dha(c,a)};Object.defineProperty(g9.prototype,"mUseShrunkenShapeAndConvexRadius",{get:g9.prototype.LMa,set:g9.prototype.QQa});g9.prototype.get_mReturnDeepestPoint=g9.prototype.$La=function(){return!!Eha(this.kDa)};g9.prototype.set_mReturnDeepestPoint=g9.prototype.eQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Fha(c,a)};
Object.defineProperty(g9.prototype,"mReturnDeepestPoint",{get:g9.prototype.$La,set:g9.prototype.eQa});g9.prototype.get_mActiveEdgeMode=g9.prototype.uEa=function(){return Gha(this.kDa)};g9.prototype.set_mActiveEdgeMode=g9.prototype.iFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Hha(c,a)};Object.defineProperty(g9.prototype,"mActiveEdgeMode",{get:g9.prototype.uEa,set:g9.prototype.iFa});g9.prototype.get_mCollectFacesMode=g9.prototype.xEa=function(){return Iha(this.kDa)};
g9.prototype.set_mCollectFacesMode=g9.prototype.lFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jha(c,a)};Object.defineProperty(g9.prototype,"mCollectFacesMode",{get:g9.prototype.xEa,set:g9.prototype.lFa});g9.prototype.get_mCollisionTolerance=g9.prototype.dEa=function(){return Kha(this.kDa)};g9.prototype.set_mCollisionTolerance=g9.prototype.mEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Lha(c,a)};
Object.defineProperty(g9.prototype,"mCollisionTolerance",{get:g9.prototype.dEa,set:g9.prototype.mEa});g9.prototype.get_mPenetrationTolerance=g9.prototype.REa=function(){return Mha(this.kDa)};g9.prototype.set_mPenetrationTolerance=g9.prototype.GFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Nha(c,a)};Object.defineProperty(g9.prototype,"mPenetrationTolerance",{get:g9.prototype.REa,set:g9.prototype.GFa});
g9.prototype.get_mActiveEdgeMovementDirection=g9.prototype.vEa=function(){return l(Oha(this.kDa),p)};g9.prototype.set_mActiveEdgeMovementDirection=g9.prototype.jFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Pha(c,a)};Object.defineProperty(g9.prototype,"mActiveEdgeMovementDirection",{get:g9.prototype.vEa,set:g9.prototype.jFa});g9.prototype.__destroy__=function(){Qha(this.kDa)};function R(){this.kDa=Rha();h(R)[this.kDa]=this}R.prototype=Object.create(v.prototype);
R.prototype.constructor=R;R.prototype.lDa=R;R.mDa={};d.ShapeCastResult=R;R.prototype.get_mFraction=R.prototype.fEa=function(){return Sha(this.kDa)};R.prototype.set_mFraction=R.prototype.oEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Tha(c,a)};Object.defineProperty(R.prototype,"mFraction",{get:R.prototype.fEa,set:R.prototype.oEa});R.prototype.get_mIsBackFaceHit=R.prototype.iKa=function(){return!!Uha(this.kDa)};
R.prototype.set_mIsBackFaceHit=R.prototype.pOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vha(c,a)};Object.defineProperty(R.prototype,"mIsBackFaceHit",{get:R.prototype.iKa,set:R.prototype.pOa});R.prototype.get_mContactPointOn1=R.prototype.uGa=function(){return l(Wha(this.kDa),p)};R.prototype.set_mContactPointOn1=R.prototype.RHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xha(c,a)};Object.defineProperty(R.prototype,"mContactPointOn1",{get:R.prototype.uGa,set:R.prototype.RHa});
R.prototype.get_mContactPointOn2=R.prototype.vGa=function(){return l(Yha(this.kDa),p)};R.prototype.set_mContactPointOn2=R.prototype.SHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Zha(c,a)};Object.defineProperty(R.prototype,"mContactPointOn2",{get:R.prototype.vGa,set:R.prototype.SHa});R.prototype.get_mPenetrationAxis=R.prototype.dHa=function(){return l($ha(this.kDa),p)};
R.prototype.set_mPenetrationAxis=R.prototype.AIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aia(c,a)};Object.defineProperty(R.prototype,"mPenetrationAxis",{get:R.prototype.dHa,set:R.prototype.AIa});R.prototype.get_mPenetrationDepth=R.prototype.QEa=function(){return bia(this.kDa)};R.prototype.set_mPenetrationDepth=R.prototype.FFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cia(c,a)};Object.defineProperty(R.prototype,"mPenetrationDepth",{get:R.prototype.QEa,set:R.prototype.FFa});
R.prototype.get_mSubShapeID1=R.prototype.VEa=function(){return l(dia(this.kDa),c6)};R.prototype.set_mSubShapeID1=R.prototype.KFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);eia(c,a)};Object.defineProperty(R.prototype,"mSubShapeID1",{get:R.prototype.VEa,set:R.prototype.KFa});R.prototype.get_mSubShapeID2=R.prototype.$Da=function(){return l(fia(this.kDa),c6)};R.prototype.set_mSubShapeID2=R.prototype.aEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gia(c,a)};
Object.defineProperty(R.prototype,"mSubShapeID2",{get:R.prototype.$Da,set:R.prototype.aEa});R.prototype.get_mBodyID2=R.prototype.kGa=function(){return l(hia(this.kDa),N5)};R.prototype.set_mBodyID2=R.prototype.IHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);iia(c,a)};Object.defineProperty(R.prototype,"mBodyID2",{get:R.prototype.kGa,set:R.prototype.IHa});R.prototype.get_mShape1Face=R.prototype.iHa=function(){return l(jia(this.kDa),d6)};
R.prototype.set_mShape1Face=R.prototype.GIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kia(c,a)};Object.defineProperty(R.prototype,"mShape1Face",{get:R.prototype.iHa,set:R.prototype.GIa});R.prototype.get_mShape2Face=R.prototype.jHa=function(){return l(lia(this.kDa),d6)};R.prototype.set_mShape2Face=R.prototype.HIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mia(c,a)};Object.defineProperty(R.prototype,"mShape2Face",{get:R.prototype.jHa,set:R.prototype.HIa});
R.prototype.__destroy__=function(){nia(this.kDa)};function h9(){this.kDa=oia();h(h9)[this.kDa]=this}h9.prototype=Object.create(n6.prototype);h9.prototype.constructor=h9;h9.prototype.lDa=h9;h9.mDa={};d.CastShapeCollectorJS=h9;h9.prototype.Reset=function(){pia(this.kDa)};h9.prototype.OnBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qia(c,a)};h9.prototype.AddHit=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ria(c,a)};h9.prototype.__destroy__=function(){sia(this.kDa)};
function i9(){this.kDa=tia();h(i9)[this.kDa]=this}i9.prototype=Object.create(e.prototype);i9.prototype.constructor=i9;i9.prototype.lDa=i9;i9.mDa={};d.ArrayShapeCastResult=i9;i9.prototype.empty=i9.prototype.empty=function(){return!!uia(this.kDa)};i9.prototype.size=i9.prototype.size=function(){return via(this.kDa)};i9.prototype.at=i9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(wia(c,a),R)};
i9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xia(c,a)};i9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);yia(c,a)};i9.prototype.resize=i9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zia(c,a)};i9.prototype.clear=i9.prototype.clear=function(){Aia(this.kDa)};i9.prototype.__destroy__=function(){Bia(this.kDa)};function j9(){this.kDa=Cia();h(j9)[this.kDa]=this}j9.prototype=Object.create(n6.prototype);
j9.prototype.constructor=j9;j9.prototype.lDa=j9;j9.mDa={};d.CastShapeAllHitCollisionCollector=j9;j9.prototype.Sort=function(){Dia(this.kDa)};j9.prototype.HadHit=function(){return!!Eia(this.kDa)};j9.prototype.Reset=function(){Fia(this.kDa)};j9.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Gia(c,a)};j9.prototype.GetContext=function(){return l(Hia(this.kDa),q)};j9.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Iia(c,a)};
j9.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?Jia(c):Kia(c,a)};j9.prototype.ForceEarlyOut=function(){Lia(this.kDa)};j9.prototype.ShouldEarlyOut=function(){return!!Mia(this.kDa)};j9.prototype.GetEarlyOutFraction=function(){return Nia(this.kDa)};j9.prototype.GetPositiveEarlyOutFraction=function(){return Oia(this.kDa)};j9.prototype.get_mHits=j9.prototype.gEa=function(){return l(Pia(this.kDa),i9)};
j9.prototype.set_mHits=j9.prototype.pEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Qia(c,a)};Object.defineProperty(j9.prototype,"mHits",{get:j9.prototype.gEa,set:j9.prototype.pEa});j9.prototype.__destroy__=function(){Ria(this.kDa)};function k9(){this.kDa=Sia();h(k9)[this.kDa]=this}k9.prototype=Object.create(n6.prototype);k9.prototype.constructor=k9;k9.prototype.lDa=k9;k9.mDa={};d.CastShapeClosestHitCollisionCollector=k9;k9.prototype.HadHit=function(){return!!Tia(this.kDa)};
k9.prototype.Reset=function(){Uia(this.kDa)};k9.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Via(c,a)};k9.prototype.GetContext=function(){return l(Wia(this.kDa),q)};k9.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xia(c,a)};k9.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?Yia(c):Zia(c,a)};k9.prototype.ForceEarlyOut=function(){$ia(this.kDa)};
k9.prototype.ShouldEarlyOut=function(){return!!aja(this.kDa)};k9.prototype.GetEarlyOutFraction=function(){return bja(this.kDa)};k9.prototype.GetPositiveEarlyOutFraction=function(){return cja(this.kDa)};k9.prototype.get_mHit=k9.prototype.CDa=function(){return l(dja(this.kDa),R)};k9.prototype.set_mHit=k9.prototype.EDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);eja(c,a)};Object.defineProperty(k9.prototype,"mHit",{get:k9.prototype.CDa,set:k9.prototype.EDa});
k9.prototype.__destroy__=function(){fja(this.kDa)};function l9(){this.kDa=gja();h(l9)[this.kDa]=this}l9.prototype=Object.create(n6.prototype);l9.prototype.constructor=l9;l9.prototype.lDa=l9;l9.mDa={};d.CastShapeAnyHitCollisionCollector=l9;l9.prototype.HadHit=function(){return!!hja(this.kDa)};l9.prototype.Reset=function(){ija(this.kDa)};l9.prototype.SetContext=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jja(c,a)};l9.prototype.GetContext=function(){return l(kja(this.kDa),q)};
l9.prototype.UpdateEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lja(c,a)};l9.prototype.ResetEarlyOutFraction=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?mja(c):nja(c,a)};l9.prototype.ForceEarlyOut=function(){oja(this.kDa)};l9.prototype.ShouldEarlyOut=function(){return!!pja(this.kDa)};l9.prototype.GetEarlyOutFraction=function(){return qja(this.kDa)};l9.prototype.GetPositiveEarlyOutFraction=function(){return rja(this.kDa)};
l9.prototype.get_mHit=l9.prototype.CDa=function(){return l(sja(this.kDa),R)};l9.prototype.set_mHit=l9.prototype.EDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tja(c,a)};Object.defineProperty(l9.prototype,"mHit",{get:l9.prototype.CDa,set:l9.prototype.EDa});l9.prototype.__destroy__=function(){uja(this.kDa)};function m9(){this.kDa=vja();h(m9)[this.kDa]=this}m9.prototype=Object.create(o6.prototype);m9.prototype.constructor=m9;m9.prototype.lDa=m9;m9.mDa={};
d.TransformedShapeCollectorJS=m9;m9.prototype.Reset=function(){wja(this.kDa)};m9.prototype.OnBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xja(c,a)};m9.prototype.AddHit=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);yja(c,a)};m9.prototype.__destroy__=function(){zja(this.kDa)};function n9(){throw"cannot construct a NarrowPhaseQuery, no constructor in IDL";}n9.prototype=Object.create(e.prototype);n9.prototype.constructor=n9;n9.prototype.lDa=n9;n9.mDa={};
d.NarrowPhaseQuery=n9;n9.prototype.CastRay=function(a,c,b,f,g,k,u){var L=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);Aja(L,a,c,b,f,g,k,u)};
n9.prototype.CollidePoint=function(a,c,b,f,g,k){var u=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);Bja(u,a,c,b,f,g,k)};
n9.prototype.CollideShape=function(a,c,b,f,g,k,u,L,oa,Vb){var nf=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);L&&"object"===typeof L&&(L=L.kDa);oa&&"object"===typeof oa&&(oa=oa.kDa);Vb&&"object"===typeof Vb&&(Vb=Vb.kDa);Cja(nf,a,c,b,f,g,k,u,L,oa,Vb)};
n9.prototype.CollideShapeWithInternalEdgeRemoval=function(a,c,b,f,g,k,u,L,oa,Vb){var nf=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);L&&"object"===typeof L&&(L=L.kDa);oa&&"object"===typeof oa&&(oa=oa.kDa);Vb&&"object"===typeof Vb&&(Vb=Vb.kDa);Dja(nf,a,c,b,f,g,k,u,L,oa,Vb)};
n9.prototype.CastShape=function(a,c,b,f,g,k,u,L){var oa=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);L&&"object"===typeof L&&(L=L.kDa);Eja(oa,a,c,b,f,g,k,u,L)};
n9.prototype.CollectTransformedShapes=function(a,c,b,f,g,k){var u=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);Fja(u,a,c,b,f,g,k)};n9.prototype.__destroy__=function(){Gja(this.kDa)};function o9(){throw"cannot construct a PhysicsStepListenerContext, no constructor in IDL";}o9.prototype=Object.create(e.prototype);
o9.prototype.constructor=o9;o9.prototype.lDa=o9;o9.mDa={};d.PhysicsStepListenerContext=o9;o9.prototype.get_mDeltaTime=o9.prototype.DJa=function(){return Hja(this.kDa)};o9.prototype.set_mDeltaTime=o9.prototype.KNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ija(c,a)};Object.defineProperty(o9.prototype,"mDeltaTime",{get:o9.prototype.DJa,set:o9.prototype.KNa});o9.prototype.get_mIsFirstStep=o9.prototype.jKa=function(){return!!Jja(this.kDa)};
o9.prototype.set_mIsFirstStep=o9.prototype.qOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kja(c,a)};Object.defineProperty(o9.prototype,"mIsFirstStep",{get:o9.prototype.jKa,set:o9.prototype.qOa});o9.prototype.get_mIsLastStep=o9.prototype.kKa=function(){return!!Lja(this.kDa)};o9.prototype.set_mIsLastStep=o9.prototype.rOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Mja(c,a)};Object.defineProperty(o9.prototype,"mIsLastStep",{get:o9.prototype.kKa,set:o9.prototype.rOa});
o9.prototype.get_mPhysicsSystem=o9.prototype.ILa=function(){return l(Nja(this.kDa),p9)};o9.prototype.set_mPhysicsSystem=o9.prototype.PPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Oja(c,a)};Object.defineProperty(o9.prototype,"mPhysicsSystem",{get:o9.prototype.ILa,set:o9.prototype.PPa});o9.prototype.__destroy__=function(){Pja(this.kDa)};function q9(){this.kDa=Qja();h(q9)[this.kDa]=this}q9.prototype=Object.create(p6.prototype);q9.prototype.constructor=q9;q9.prototype.lDa=q9;
q9.mDa={};d.PhysicsStepListenerJS=q9;q9.prototype.OnStep=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rja(c,a)};q9.prototype.__destroy__=function(){Sja(this.kDa)};function r9(){this.kDa=Tja();h(r9)[this.kDa]=this}r9.prototype=Object.create(q6.prototype);r9.prototype.constructor=r9;r9.prototype.lDa=r9;r9.mDa={};d.BodyActivationListenerJS=r9;r9.prototype.OnBodyActivated=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Uja(b,a,c)};
r9.prototype.OnBodyDeactivated=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Vja(b,a,c)};r9.prototype.__destroy__=function(){Wja(this.kDa)};function s9(){this.kDa=Xja();h(s9)[this.kDa]=this}s9.prototype=Object.create(e.prototype);s9.prototype.constructor=s9;s9.prototype.lDa=s9;s9.mDa={};d.BodyIDVector=s9;s9.prototype.empty=s9.prototype.empty=function(){return!!Yja(this.kDa)};s9.prototype.size=s9.prototype.size=function(){return Zja(this.kDa)};
s9.prototype.at=s9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l($ja(c,a),N5)};s9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aka(c,a)};s9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bka(c,a)};s9.prototype.resize=s9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cka(c,a)};s9.prototype.clear=s9.prototype.clear=function(){dka(this.kDa)};
s9.prototype.__destroy__=function(){eka(this.kDa)};function p9(){throw"cannot construct a PhysicsSystem, no constructor in IDL";}p9.prototype=Object.create(e.prototype);p9.prototype.constructor=p9;p9.prototype.lDa=p9;p9.mDa={};d.PhysicsSystem=p9;p9.prototype.SetGravity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fka(c,a)};p9.prototype.GetGravity=function(){return l(gka(this.kDa),p)};p9.prototype.GetPhysicsSettings=function(){return l(hka(this.kDa),Q)};
p9.prototype.SetPhysicsSettings=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ika(c,a)};p9.prototype.GetNumBodies=function(){return jka(this.kDa)};p9.prototype.GetNumActiveBodies=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return kka(c,a)};p9.prototype.GetMaxBodies=function(){return lka(this.kDa)};p9.prototype.GetBodies=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mka(c,a)};
p9.prototype.GetActiveBodies=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);nka(b,a,c)};p9.prototype.GetBounds=function(){return l(oka(this.kDa),n)};p9.prototype.AddConstraint=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pka(c,a)};p9.prototype.RemoveConstraint=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qka(c,a)};p9.prototype.SetContactListener=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rka(c,a)};
p9.prototype.GetContactListener=function(){return l(ska(this.kDa),D5)};p9.prototype.SetSoftBodyContactListener=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tka(c,a)};p9.prototype.GetSoftBodyContactListener=function(){return l(uka(this.kDa),E5)};p9.prototype.OptimizeBroadPhase=function(){vka(this.kDa)};p9.prototype.GetBodyInterface=function(){return l(wka(this.kDa),P)};p9.prototype.GetBodyInterfaceNoLock=function(){return l(xka(this.kDa),P)};
p9.prototype.GetBodyLockInterfaceNoLock=function(){return l(yka(this.kDa),A8)};p9.prototype.GetBodyLockInterface=function(){return l(zka(this.kDa),B8)};p9.prototype.GetBroadPhaseQuery=function(){return l(Aka(this.kDa),O8)};p9.prototype.GetNarrowPhaseQuery=function(){return l(Bka(this.kDa),n9)};p9.prototype.GetNarrowPhaseQueryNoLock=function(){return l(Cka(this.kDa),n9)};
p9.prototype.SaveState=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);void 0===c?Dka(f,a):void 0===b?Eka(f,a,c):Fka(f,a,c,b)};p9.prototype.RestoreState=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return void 0===c?!!Gka(b,a):!!Hka(b,a,c)};p9.prototype.AddStepListener=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ika(c,a)};
p9.prototype.RemoveStepListener=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jka(c,a)};p9.prototype.SetBodyActivationListener=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kka(c,a)};p9.prototype.GetBodyActivationListener=function(){return l(Lka(this.kDa),F5)};p9.prototype.WereBodiesInContact=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return!!Mka(b,a,c)};
p9.prototype.SetSimShapeFilter=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Nka(c,a)};p9.prototype.GetSimShapeFilter=function(){return l(Oka(this.kDa),B6)};p9.prototype.__destroy__=function(){Pka(this.kDa)};function x5(){this.kDa=Qka();h(x5)[this.kDa]=this}x5.prototype=Object.create(e.prototype);x5.prototype.constructor=x5;x5.prototype.lDa=x5;x5.mDa={};d.MassProperties=x5;
x5.prototype.SetMassAndInertiaOfSolidBox=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Rka(b,a,c)};x5.prototype.ScaleToMass=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ska(c,a)};x5.prototype.sGetEquivalentSolidBoxSize=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Tka(a,c),p)};x5.prototype.Rotate=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Uka(c,a)};
x5.prototype.Translate=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vka(c,a)};x5.prototype.Scale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Wka(c,a)};x5.prototype.get_mMass=x5.prototype.NGa=function(){return Xka(this.kDa)};x5.prototype.set_mMass=x5.prototype.jIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Yka(c,a)};Object.defineProperty(x5.prototype,"mMass",{get:x5.prototype.NGa,set:x5.prototype.jIa});
x5.prototype.get_mInertia=x5.prototype.KDa=function(){return l(Zka(this.kDa),r)};x5.prototype.set_mInertia=x5.prototype.RDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$ka(c,a)};Object.defineProperty(x5.prototype,"mInertia",{get:x5.prototype.KDa,set:x5.prototype.RDa});x5.prototype.__destroy__=function(){ala(this.kDa)};function t9(){this.kDa=bla();h(t9)[this.kDa]=this}t9.prototype=Object.create(e.prototype);t9.prototype.constructor=t9;t9.prototype.lDa=t9;t9.mDa={};
d.SoftBodySharedSettingsVertex=t9;t9.prototype.get_mPosition=t9.prototype.yDa=function(){return l(cla(this.kDa),i7)};t9.prototype.set_mPosition=t9.prototype.ADa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dla(c,a)};Object.defineProperty(t9.prototype,"mPosition",{get:t9.prototype.yDa,set:t9.prototype.ADa});t9.prototype.get_mVelocity=t9.prototype.vHa=function(){return l(ela(this.kDa),i7)};
t9.prototype.set_mVelocity=t9.prototype.TIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fla(c,a)};Object.defineProperty(t9.prototype,"mVelocity",{get:t9.prototype.vHa,set:t9.prototype.TIa});t9.prototype.get_mInvMass=t9.prototype.FEa=function(){return gla(this.kDa)};t9.prototype.set_mInvMass=t9.prototype.uFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hla(c,a)};Object.defineProperty(t9.prototype,"mInvMass",{get:t9.prototype.FEa,set:t9.prototype.uFa});
t9.prototype.__destroy__=function(){ila(this.kDa)};function u9(a,c,b,f){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);this.kDa=jla(a,c,b,f);h(u9)[this.kDa]=this}u9.prototype=Object.create(e.prototype);u9.prototype.constructor=u9;u9.prototype.lDa=u9;u9.mDa={};d.SoftBodySharedSettingsFace=u9;u9.prototype.get_mVertex=u9.prototype.GDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return kla(c,a)};
u9.prototype.set_mVertex=u9.prototype.IDa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);lla(b,a,c)};Object.defineProperty(u9.prototype,"mVertex",{get:u9.prototype.GDa,set:u9.prototype.IDa});u9.prototype.get_mMaterialIndex=u9.prototype.IEa=function(){return mla(this.kDa)};u9.prototype.set_mMaterialIndex=u9.prototype.xFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nla(c,a)};
Object.defineProperty(u9.prototype,"mMaterialIndex",{get:u9.prototype.IEa,set:u9.prototype.xFa});u9.prototype.__destroy__=function(){ola(this.kDa)};function v9(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=pla(a,c,b);h(v9)[this.kDa]=this}v9.prototype=Object.create(e.prototype);v9.prototype.constructor=v9;v9.prototype.lDa=v9;v9.mDa={};d.SoftBodySharedSettingsEdge=v9;
v9.prototype.get_mVertex=v9.prototype.GDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return qla(c,a)};v9.prototype.set_mVertex=v9.prototype.IDa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);rla(b,a,c)};Object.defineProperty(v9.prototype,"mVertex",{get:v9.prototype.GDa,set:v9.prototype.IDa});v9.prototype.get_mRestLength=v9.prototype.ZLa=function(){return sla(this.kDa)};
v9.prototype.set_mRestLength=v9.prototype.dQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tla(c,a)};Object.defineProperty(v9.prototype,"mRestLength",{get:v9.prototype.ZLa,set:v9.prototype.dQa});v9.prototype.get_mCompliance=v9.prototype.JDa=function(){return ula(this.kDa)};v9.prototype.set_mCompliance=v9.prototype.QDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vla(c,a)};Object.defineProperty(v9.prototype,"mCompliance",{get:v9.prototype.JDa,set:v9.prototype.QDa});
v9.prototype.__destroy__=function(){wla(this.kDa)};function w9(a,c,b,f,g){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);this.kDa=xla(a,c,b,f,g);h(w9)[this.kDa]=this}w9.prototype=Object.create(e.prototype);w9.prototype.constructor=w9;w9.prototype.lDa=w9;w9.mDa={};d.SoftBodySharedSettingsDihedralBend=w9;
w9.prototype.get_mVertex=w9.prototype.GDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return yla(c,a)};w9.prototype.set_mVertex=w9.prototype.IDa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);zla(b,a,c)};Object.defineProperty(w9.prototype,"mVertex",{get:w9.prototype.GDa,set:w9.prototype.IDa});w9.prototype.get_mCompliance=w9.prototype.JDa=function(){return Ala(this.kDa)};
w9.prototype.set_mCompliance=w9.prototype.QDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bla(c,a)};Object.defineProperty(w9.prototype,"mCompliance",{get:w9.prototype.JDa,set:w9.prototype.QDa});w9.prototype.get_mInitialAngle=w9.prototype.aKa=function(){return Cla(this.kDa)};w9.prototype.set_mInitialAngle=w9.prototype.hOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dla(c,a)};Object.defineProperty(w9.prototype,"mInitialAngle",{get:w9.prototype.aKa,set:w9.prototype.hOa});
w9.prototype.__destroy__=function(){Ela(this.kDa)};function x9(a,c,b,f,g){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);this.kDa=Fla(a,c,b,f,g);h(x9)[this.kDa]=this}x9.prototype=Object.create(e.prototype);x9.prototype.constructor=x9;x9.prototype.lDa=x9;x9.mDa={};d.SoftBodySharedSettingsVolume=x9;
x9.prototype.get_mVertex=x9.prototype.GDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return Gla(c,a)};x9.prototype.set_mVertex=x9.prototype.IDa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Hla(b,a,c)};Object.defineProperty(x9.prototype,"mVertex",{get:x9.prototype.GDa,set:x9.prototype.IDa});x9.prototype.get_mSixRestVolume=x9.prototype.kMa=function(){return Ila(this.kDa)};
x9.prototype.set_mSixRestVolume=x9.prototype.pQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jla(c,a)};Object.defineProperty(x9.prototype,"mSixRestVolume",{get:x9.prototype.kMa,set:x9.prototype.pQa});x9.prototype.get_mCompliance=x9.prototype.JDa=function(){return Kla(this.kDa)};x9.prototype.set_mCompliance=x9.prototype.QDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Lla(c,a)};Object.defineProperty(x9.prototype,"mCompliance",{get:x9.prototype.JDa,set:x9.prototype.QDa});
x9.prototype.__destroy__=function(){Mla(this.kDa)};function y9(){throw"cannot construct a SoftBodySharedSettingsInvBind, no constructor in IDL";}y9.prototype=Object.create(e.prototype);y9.prototype.constructor=y9;y9.prototype.lDa=y9;y9.mDa={};d.SoftBodySharedSettingsInvBind=y9;y9.prototype.get_mJointIndex=y9.prototype.mKa=function(){return Nla(this.kDa)};y9.prototype.set_mJointIndex=y9.prototype.tOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ola(c,a)};
Object.defineProperty(y9.prototype,"mJointIndex",{get:y9.prototype.mKa,set:y9.prototype.tOa});y9.prototype.get_mInvBind=y9.prototype.eKa=function(){return l(Pla(this.kDa),r)};y9.prototype.set_mInvBind=y9.prototype.lOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Qla(c,a)};Object.defineProperty(y9.prototype,"mInvBind",{get:y9.prototype.eKa,set:y9.prototype.lOa});y9.prototype.__destroy__=function(){Rla(this.kDa)};
function z9(){throw"cannot construct a SoftBodySharedSettingsSkinWeight, no constructor in IDL";}z9.prototype=Object.create(e.prototype);z9.prototype.constructor=z9;z9.prototype.lDa=z9;z9.mDa={};d.SoftBodySharedSettingsSkinWeight=z9;z9.prototype.get_mInvBindIndex=z9.prototype.fKa=function(){return Sla(this.kDa)};z9.prototype.set_mInvBindIndex=z9.prototype.mOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Tla(c,a)};
Object.defineProperty(z9.prototype,"mInvBindIndex",{get:z9.prototype.fKa,set:z9.prototype.mOa});z9.prototype.get_mWeight=z9.prototype.XMa=function(){return Ula(this.kDa)};z9.prototype.set_mWeight=z9.prototype.aRa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vla(c,a)};Object.defineProperty(z9.prototype,"mWeight",{get:z9.prototype.XMa,set:z9.prototype.aRa});z9.prototype.__destroy__=function(){Wla(this.kDa)};
function A9(){throw"cannot construct a SoftBodySharedSettingsSkinned, no constructor in IDL";}A9.prototype=Object.create(e.prototype);A9.prototype.constructor=A9;A9.prototype.lDa=A9;A9.mDa={};d.SoftBodySharedSettingsSkinned=A9;A9.prototype.get_mVertex=A9.prototype.GDa=function(){return Xla(this.kDa)};A9.prototype.set_mVertex=A9.prototype.IDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Yla(c,a)};Object.defineProperty(A9.prototype,"mVertex",{get:A9.prototype.GDa,set:A9.prototype.IDa});
A9.prototype.get_mWeights=A9.prototype.YMa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Zla(c,a),z9)};A9.prototype.set_mWeights=A9.prototype.bRa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);$la(b,a,c)};Object.defineProperty(A9.prototype,"mWeights",{get:A9.prototype.YMa,set:A9.prototype.bRa});A9.prototype.get_mMaxDistance=A9.prototype.LEa=function(){return ama(this.kDa)};
A9.prototype.set_mMaxDistance=A9.prototype.AFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bma(c,a)};Object.defineProperty(A9.prototype,"mMaxDistance",{get:A9.prototype.LEa,set:A9.prototype.AFa});A9.prototype.get_mBackStopDistance=A9.prototype.YIa=function(){return cma(this.kDa)};A9.prototype.set_mBackStopDistance=A9.prototype.eNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dma(c,a)};Object.defineProperty(A9.prototype,"mBackStopDistance",{get:A9.prototype.YIa,set:A9.prototype.eNa});
A9.prototype.get_mBackStopRadius=A9.prototype.ZIa=function(){return ema(this.kDa)};A9.prototype.set_mBackStopRadius=A9.prototype.fNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fma(c,a)};Object.defineProperty(A9.prototype,"mBackStopRadius",{get:A9.prototype.ZIa,set:A9.prototype.fNa});A9.prototype.__destroy__=function(){gma(this.kDa)};
function B9(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=hma(a,c,b);h(B9)[this.kDa]=this}B9.prototype=Object.create(e.prototype);B9.prototype.constructor=B9;B9.prototype.lDa=B9;B9.mDa={};d.SoftBodySharedSettingsLRA=B9;B9.prototype.get_mVertex=B9.prototype.GDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return ima(c,a)};
B9.prototype.set_mVertex=B9.prototype.IDa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);jma(b,a,c)};Object.defineProperty(B9.prototype,"mVertex",{get:B9.prototype.GDa,set:B9.prototype.IDa});B9.prototype.get_mMaxDistance=B9.prototype.LEa=function(){return kma(this.kDa)};B9.prototype.set_mMaxDistance=B9.prototype.AFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lma(c,a)};
Object.defineProperty(B9.prototype,"mMaxDistance",{get:B9.prototype.LEa,set:B9.prototype.AFa});B9.prototype.__destroy__=function(){mma(this.kDa)};function C9(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=nma(a,c,b);h(C9)[this.kDa]=this}C9.prototype=Object.create(e.prototype);C9.prototype.constructor=C9;C9.prototype.lDa=C9;C9.mDa={};d.SoftBodySharedSettingsRodStretchShear=C9;
C9.prototype.get_mVertex=C9.prototype.GDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return oma(c,a)};C9.prototype.set_mVertex=C9.prototype.IDa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);pma(b,a,c)};Object.defineProperty(C9.prototype,"mVertex",{get:C9.prototype.GDa,set:C9.prototype.IDa});C9.prototype.get_mLength=C9.prototype.AKa=function(){return qma(this.kDa)};
C9.prototype.set_mLength=C9.prototype.HOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rma(c,a)};Object.defineProperty(C9.prototype,"mLength",{get:C9.prototype.AKa,set:C9.prototype.HOa});C9.prototype.get_mInvMass=C9.prototype.FEa=function(){return sma(this.kDa)};C9.prototype.set_mInvMass=C9.prototype.uFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tma(c,a)};Object.defineProperty(C9.prototype,"mInvMass",{get:C9.prototype.FEa,set:C9.prototype.uFa});
C9.prototype.get_mCompliance=C9.prototype.JDa=function(){return uma(this.kDa)};C9.prototype.set_mCompliance=C9.prototype.QDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vma(c,a)};Object.defineProperty(C9.prototype,"mCompliance",{get:C9.prototype.JDa,set:C9.prototype.QDa});C9.prototype.get_mBishop=C9.prototype.cJa=function(){return l(wma(this.kDa),t)};C9.prototype.set_mBishop=C9.prototype.jNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xma(c,a)};
Object.defineProperty(C9.prototype,"mBishop",{get:C9.prototype.cJa,set:C9.prototype.jNa});C9.prototype.__destroy__=function(){yma(this.kDa)};function D9(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=zma(a,c,b);h(D9)[this.kDa]=this}D9.prototype=Object.create(e.prototype);D9.prototype.constructor=D9;D9.prototype.lDa=D9;D9.mDa={};d.SoftBodySharedSettingsRodBendTwist=D9;
D9.prototype.get_mRod=D9.prototype.aMa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return Ama(c,a)};D9.prototype.set_mRod=D9.prototype.fQa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Bma(b,a,c)};Object.defineProperty(D9.prototype,"mRod",{get:D9.prototype.aMa,set:D9.prototype.fQa});D9.prototype.get_mCompliance=D9.prototype.JDa=function(){return Cma(this.kDa)};
D9.prototype.set_mCompliance=D9.prototype.QDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dma(c,a)};Object.defineProperty(D9.prototype,"mCompliance",{get:D9.prototype.JDa,set:D9.prototype.QDa});D9.prototype.get_mOmega0=D9.prototype.yLa=function(){return l(Ema(this.kDa),t)};D9.prototype.set_mOmega0=D9.prototype.FPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Fma(c,a)};Object.defineProperty(D9.prototype,"mOmega0",{get:D9.prototype.yLa,set:D9.prototype.FPa});
D9.prototype.__destroy__=function(){Gma(this.kDa)};function E9(){this.kDa=Hma();h(E9)[this.kDa]=this}E9.prototype=Object.create(e.prototype);E9.prototype.constructor=E9;E9.prototype.lDa=E9;E9.mDa={};d.ArraySoftBodySharedSettingsVertex=E9;E9.prototype.empty=E9.prototype.empty=function(){return!!Ima(this.kDa)};E9.prototype.size=E9.prototype.size=function(){return Jma(this.kDa)};E9.prototype.at=E9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Kma(c,a),t9)};
E9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Lma(c,a)};E9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Mma(c,a)};E9.prototype.resize=E9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Nma(c,a)};E9.prototype.clear=E9.prototype.clear=function(){Oma(this.kDa)};E9.prototype.__destroy__=function(){Pma(this.kDa)};function F9(){this.kDa=Qma();h(F9)[this.kDa]=this}F9.prototype=Object.create(e.prototype);
F9.prototype.constructor=F9;F9.prototype.lDa=F9;F9.mDa={};d.ArraySoftBodySharedSettingsFace=F9;F9.prototype.empty=F9.prototype.empty=function(){return!!Rma(this.kDa)};F9.prototype.size=F9.prototype.size=function(){return Sma(this.kDa)};F9.prototype.at=F9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Tma(c,a),u9)};F9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Uma(c,a)};
F9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vma(c,a)};F9.prototype.resize=F9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Wma(c,a)};F9.prototype.clear=F9.prototype.clear=function(){Xma(this.kDa)};F9.prototype.__destroy__=function(){Yma(this.kDa)};function G9(){this.kDa=Zma();h(G9)[this.kDa]=this}G9.prototype=Object.create(e.prototype);G9.prototype.constructor=G9;G9.prototype.lDa=G9;G9.mDa={};d.ArraySoftBodySharedSettingsEdge=G9;
G9.prototype.empty=G9.prototype.empty=function(){return!!$ma(this.kDa)};G9.prototype.size=G9.prototype.size=function(){return ana(this.kDa)};G9.prototype.at=G9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(bna(c,a),v9)};G9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cna(c,a)};G9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dna(c,a)};
G9.prototype.resize=G9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ena(c,a)};G9.prototype.clear=G9.prototype.clear=function(){fna(this.kDa)};G9.prototype.__destroy__=function(){gna(this.kDa)};function H9(){this.kDa=hna();h(H9)[this.kDa]=this}H9.prototype=Object.create(e.prototype);H9.prototype.constructor=H9;H9.prototype.lDa=H9;H9.mDa={};d.ArraySoftBodySharedSettingsDihedralBend=H9;H9.prototype.empty=H9.prototype.empty=function(){return!!ina(this.kDa)};
H9.prototype.size=H9.prototype.size=function(){return jna(this.kDa)};H9.prototype.at=H9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(kna(c,a),w9)};H9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lna(c,a)};H9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mna(c,a)};H9.prototype.resize=H9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nna(c,a)};
H9.prototype.clear=H9.prototype.clear=function(){ona(this.kDa)};H9.prototype.__destroy__=function(){pna(this.kDa)};function I9(){this.kDa=qna();h(I9)[this.kDa]=this}I9.prototype=Object.create(e.prototype);I9.prototype.constructor=I9;I9.prototype.lDa=I9;I9.mDa={};d.ArraySoftBodySharedSettingsVolume=I9;I9.prototype.empty=I9.prototype.empty=function(){return!!rna(this.kDa)};I9.prototype.size=I9.prototype.size=function(){return sna(this.kDa)};
I9.prototype.at=I9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(tna(c,a),x9)};I9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);una(c,a)};I9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vna(c,a)};I9.prototype.resize=I9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);wna(c,a)};I9.prototype.clear=I9.prototype.clear=function(){xna(this.kDa)};
I9.prototype.__destroy__=function(){yna(this.kDa)};function J9(){this.kDa=zna();h(J9)[this.kDa]=this}J9.prototype=Object.create(e.prototype);J9.prototype.constructor=J9;J9.prototype.lDa=J9;J9.mDa={};d.ArraySoftBodySharedSettingsInvBind=J9;J9.prototype.empty=J9.prototype.empty=function(){return!!Ana(this.kDa)};J9.prototype.size=J9.prototype.size=function(){return Bna(this.kDa)};J9.prototype.at=J9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Cna(c,a),y9)};
J9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dna(c,a)};J9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ena(c,a)};J9.prototype.resize=J9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Fna(c,a)};J9.prototype.clear=J9.prototype.clear=function(){Gna(this.kDa)};J9.prototype.__destroy__=function(){Hna(this.kDa)};function K9(){this.kDa=Ina();h(K9)[this.kDa]=this}K9.prototype=Object.create(e.prototype);
K9.prototype.constructor=K9;K9.prototype.lDa=K9;K9.mDa={};d.ArraySoftBodySharedSettingsSkinned=K9;K9.prototype.empty=K9.prototype.empty=function(){return!!Jna(this.kDa)};K9.prototype.size=K9.prototype.size=function(){return Kna(this.kDa)};K9.prototype.at=K9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Lna(c,a),A9)};K9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Mna(c,a)};
K9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Nna(c,a)};K9.prototype.resize=K9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ona(c,a)};K9.prototype.clear=K9.prototype.clear=function(){Pna(this.kDa)};K9.prototype.__destroy__=function(){Qna(this.kDa)};function L9(){this.kDa=Rna();h(L9)[this.kDa]=this}L9.prototype=Object.create(e.prototype);L9.prototype.constructor=L9;L9.prototype.lDa=L9;L9.mDa={};d.ArraySoftBodySharedSettingsLRA=L9;
L9.prototype.empty=L9.prototype.empty=function(){return!!Sna(this.kDa)};L9.prototype.size=L9.prototype.size=function(){return Tna(this.kDa)};L9.prototype.at=L9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Una(c,a),B9)};L9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vna(c,a)};L9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Wna(c,a)};
L9.prototype.resize=L9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xna(c,a)};L9.prototype.clear=L9.prototype.clear=function(){Yna(this.kDa)};L9.prototype.__destroy__=function(){Zna(this.kDa)};function M9(){this.kDa=$na();h(M9)[this.kDa]=this}M9.prototype=Object.create(e.prototype);M9.prototype.constructor=M9;M9.prototype.lDa=M9;M9.mDa={};d.ArraySoftBodySharedSettingsRodStretchShear=M9;M9.prototype.empty=M9.prototype.empty=function(){return!!aoa(this.kDa)};
M9.prototype.size=M9.prototype.size=function(){return boa(this.kDa)};M9.prototype.at=M9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(coa(c,a),C9)};M9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);doa(c,a)};M9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);eoa(c,a)};M9.prototype.resize=M9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);foa(c,a)};
M9.prototype.clear=M9.prototype.clear=function(){goa(this.kDa)};M9.prototype.__destroy__=function(){hoa(this.kDa)};function N9(){this.kDa=ioa();h(N9)[this.kDa]=this}N9.prototype=Object.create(e.prototype);N9.prototype.constructor=N9;N9.prototype.lDa=N9;N9.mDa={};d.ArraySoftBodySharedSettingsRodBendTwist=N9;N9.prototype.empty=N9.prototype.empty=function(){return!!joa(this.kDa)};N9.prototype.size=N9.prototype.size=function(){return koa(this.kDa)};
N9.prototype.at=N9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(loa(c,a),D9)};N9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);moa(c,a)};N9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);noa(c,a)};N9.prototype.resize=N9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ooa(c,a)};N9.prototype.clear=N9.prototype.clear=function(){poa(this.kDa)};
N9.prototype.__destroy__=function(){qoa(this.kDa)};function O9(){this.kDa=roa();h(O9)[this.kDa]=this}O9.prototype=Object.create(e.prototype);O9.prototype.constructor=O9;O9.prototype.lDa=O9;O9.mDa={};d.SoftBodySharedSettingsVertexAttributes=O9;O9.prototype.get_mCompliance=O9.prototype.JDa=function(){return soa(this.kDa)};O9.prototype.set_mCompliance=O9.prototype.QDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);toa(c,a)};
Object.defineProperty(O9.prototype,"mCompliance",{get:O9.prototype.JDa,set:O9.prototype.QDa});O9.prototype.get_mShearCompliance=O9.prototype.jMa=function(){return uoa(this.kDa)};O9.prototype.set_mShearCompliance=O9.prototype.oQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);voa(c,a)};Object.defineProperty(O9.prototype,"mShearCompliance",{get:O9.prototype.jMa,set:O9.prototype.oQa});O9.prototype.get_mBendCompliance=O9.prototype.bJa=function(){return woa(this.kDa)};
O9.prototype.set_mBendCompliance=O9.prototype.iNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xoa(c,a)};Object.defineProperty(O9.prototype,"mBendCompliance",{get:O9.prototype.bJa,set:O9.prototype.iNa});O9.prototype.get_mLRAType=O9.prototype.rKa=function(){return yoa(this.kDa)};O9.prototype.set_mLRAType=O9.prototype.yOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zoa(c,a)};Object.defineProperty(O9.prototype,"mLRAType",{get:O9.prototype.rKa,set:O9.prototype.yOa});
O9.prototype.get_mLRAMaxDistanceMultiplier=O9.prototype.qKa=function(){return Aoa(this.kDa)};O9.prototype.set_mLRAMaxDistanceMultiplier=O9.prototype.xOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Boa(c,a)};Object.defineProperty(O9.prototype,"mLRAMaxDistanceMultiplier",{get:O9.prototype.qKa,set:O9.prototype.xOa});O9.prototype.__destroy__=function(){Coa(this.kDa)};function P9(){this.kDa=Doa();h(P9)[this.kDa]=this}P9.prototype=Object.create(e.prototype);P9.prototype.constructor=P9;
P9.prototype.lDa=P9;P9.mDa={};d.ArraySoftBodySharedSettingsVertexAttributes=P9;P9.prototype.empty=P9.prototype.empty=function(){return!!Eoa(this.kDa)};P9.prototype.size=P9.prototype.size=function(){return Foa(this.kDa)};P9.prototype.at=P9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Goa(c,a),O9)};P9.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Hoa(c,a)};
P9.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ioa(c,a)};P9.prototype.resize=P9.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Joa(c,a)};P9.prototype.clear=P9.prototype.clear=function(){Koa(this.kDa)};P9.prototype.data=P9.prototype.data=function(){return l(Loa(this.kDa),O9)};P9.prototype.__destroy__=function(){Moa(this.kDa)};function S(){this.kDa=Noa();h(S)[this.kDa]=this}S.prototype=Object.create(e.prototype);
S.prototype.constructor=S;S.prototype.lDa=S;S.mDa={};d.SoftBodySharedSettings=S;S.prototype.GetRefCount=function(){return Ooa(this.kDa)};S.prototype.AddRef=function(){Poa(this.kDa)};S.prototype.Release=function(){Qoa(this.kDa)};S.prototype.CreateConstraints=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);void 0===b?Roa(g,a,c):void 0===f?Soa(g,a,c,b):Toa(g,a,c,b,f)};
S.prototype.AddFace=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Uoa(c,a)};S.prototype.CalculateEdgeLengths=function(){Voa(this.kDa)};S.prototype.CalculateRodProperties=function(){Woa(this.kDa)};S.prototype.CalculateLRALengths=function(){Xoa(this.kDa)};S.prototype.CalculateBendConstraintConstants=function(){Yoa(this.kDa)};S.prototype.CalculateVolumeConstraintVolumes=function(){Zoa(this.kDa)};S.prototype.CalculateSkinnedConstraintNormals=function(){$oa(this.kDa)};
S.prototype.Optimize=function(){apa(this.kDa)};S.prototype.Clone=function(){return l(bpa(this.kDa),S)};S.prototype.get_mVertices=S.prototype.PMa=function(){return l(cpa(this.kDa),E9)};S.prototype.set_mVertices=S.prototype.TQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dpa(c,a)};Object.defineProperty(S.prototype,"mVertices",{get:S.prototype.PMa,set:S.prototype.TQa});S.prototype.get_mFaces=S.prototype.JJa=function(){return l(epa(this.kDa),F9)};
S.prototype.set_mFaces=S.prototype.QNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fpa(c,a)};Object.defineProperty(S.prototype,"mFaces",{get:S.prototype.JJa,set:S.prototype.QNa});S.prototype.get_mEdgeConstraints=S.prototype.HJa=function(){return l(gpa(this.kDa),G9)};S.prototype.set_mEdgeConstraints=S.prototype.ONa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hpa(c,a)};Object.defineProperty(S.prototype,"mEdgeConstraints",{get:S.prototype.HJa,set:S.prototype.ONa});
S.prototype.get_mDihedralBendConstraints=S.prototype.FJa=function(){return l(ipa(this.kDa),H9)};S.prototype.set_mDihedralBendConstraints=S.prototype.MNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jpa(c,a)};Object.defineProperty(S.prototype,"mDihedralBendConstraints",{get:S.prototype.FJa,set:S.prototype.MNa});S.prototype.get_mVolumeConstraints=S.prototype.QMa=function(){return l(kpa(this.kDa),I9)};
S.prototype.set_mVolumeConstraints=S.prototype.UQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lpa(c,a)};Object.defineProperty(S.prototype,"mVolumeConstraints",{get:S.prototype.QMa,set:S.prototype.UQa});S.prototype.get_mSkinnedConstraints=S.prototype.mMa=function(){return l(mpa(this.kDa),K9)};S.prototype.set_mSkinnedConstraints=S.prototype.rQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);npa(c,a)};
Object.defineProperty(S.prototype,"mSkinnedConstraints",{get:S.prototype.mMa,set:S.prototype.rQa});S.prototype.get_mInvBindMatrices=S.prototype.gKa=function(){return l(opa(this.kDa),J9)};S.prototype.set_mInvBindMatrices=S.prototype.nOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ppa(c,a)};Object.defineProperty(S.prototype,"mInvBindMatrices",{get:S.prototype.gKa,set:S.prototype.nOa});S.prototype.get_mLRAConstraints=S.prototype.pKa=function(){return l(qpa(this.kDa),L9)};
S.prototype.set_mLRAConstraints=S.prototype.wOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rpa(c,a)};Object.defineProperty(S.prototype,"mLRAConstraints",{get:S.prototype.pKa,set:S.prototype.wOa});S.prototype.get_mRodStretchShearConstraints=S.prototype.cMa=function(){return l(spa(this.kDa),M9)};S.prototype.set_mRodStretchShearConstraints=S.prototype.hQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tpa(c,a)};
Object.defineProperty(S.prototype,"mRodStretchShearConstraints",{get:S.prototype.cMa,set:S.prototype.hQa});S.prototype.get_mRodBendTwistConstraints=S.prototype.bMa=function(){return l(upa(this.kDa),N9)};S.prototype.set_mRodBendTwistConstraints=S.prototype.gQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vpa(c,a)};Object.defineProperty(S.prototype,"mRodBendTwistConstraints",{get:S.prototype.bMa,set:S.prototype.gQa});
S.prototype.get_mMaterials=S.prototype.JEa=function(){return l(wpa(this.kDa),q7)};S.prototype.set_mMaterials=S.prototype.yFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xpa(c,a)};Object.defineProperty(S.prototype,"mMaterials",{get:S.prototype.JEa,set:S.prototype.yFa});S.prototype.__destroy__=function(){ypa(this.kDa)};
function O(a,c,b,f){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);this.kDa=zpa(a,c,b,f);h(O)[this.kDa]=this}O.prototype=Object.create(e.prototype);O.prototype.constructor=O;O.prototype.lDa=O;O.mDa={};d.SoftBodyCreationSettings=O;O.prototype.get_mPosition=O.prototype.yDa=function(){return l(Apa(this.kDa),x)};
O.prototype.set_mPosition=O.prototype.ADa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bpa(c,a)};Object.defineProperty(O.prototype,"mPosition",{get:O.prototype.yDa,set:O.prototype.ADa});O.prototype.get_mRotation=O.prototype.ODa=function(){return l(Cpa(this.kDa),t)};O.prototype.set_mRotation=O.prototype.VDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dpa(c,a)};Object.defineProperty(O.prototype,"mRotation",{get:O.prototype.ODa,set:O.prototype.VDa});
O.prototype.get_mUserData=O.prototype.nDa=function(){return Epa(this.kDa)};O.prototype.set_mUserData=O.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Fpa(c,a)};Object.defineProperty(O.prototype,"mUserData",{get:O.prototype.nDa,set:O.prototype.oDa});O.prototype.get_mObjectLayer=O.prototype.PEa=function(){return Gpa(this.kDa)};O.prototype.set_mObjectLayer=O.prototype.EFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Hpa(c,a)};
Object.defineProperty(O.prototype,"mObjectLayer",{get:O.prototype.PEa,set:O.prototype.EFa});O.prototype.get_mCollisionGroup=O.prototype.yEa=function(){return l(Ipa(this.kDa),r6)};O.prototype.set_mCollisionGroup=O.prototype.mFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jpa(c,a)};Object.defineProperty(O.prototype,"mCollisionGroup",{get:O.prototype.yEa,set:O.prototype.mFa});O.prototype.get_mNumIterations=O.prototype.tLa=function(){return Kpa(this.kDa)};
O.prototype.set_mNumIterations=O.prototype.APa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Lpa(c,a)};Object.defineProperty(O.prototype,"mNumIterations",{get:O.prototype.tLa,set:O.prototype.APa});O.prototype.get_mLinearDamping=O.prototype.GEa=function(){return Mpa(this.kDa)};O.prototype.set_mLinearDamping=O.prototype.vFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Npa(c,a)};Object.defineProperty(O.prototype,"mLinearDamping",{get:O.prototype.GEa,set:O.prototype.vFa});
O.prototype.get_mMaxLinearVelocity=O.prototype.MEa=function(){return Opa(this.kDa)};O.prototype.set_mMaxLinearVelocity=O.prototype.BFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ppa(c,a)};Object.defineProperty(O.prototype,"mMaxLinearVelocity",{get:O.prototype.MEa,set:O.prototype.BFa});O.prototype.get_mRestitution=O.prototype.TEa=function(){return Qpa(this.kDa)};O.prototype.set_mRestitution=O.prototype.IFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rpa(c,a)};
Object.defineProperty(O.prototype,"mRestitution",{get:O.prototype.TEa,set:O.prototype.IFa});O.prototype.get_mFriction=O.prototype.DEa=function(){return Spa(this.kDa)};O.prototype.set_mFriction=O.prototype.sFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Tpa(c,a)};Object.defineProperty(O.prototype,"mFriction",{get:O.prototype.DEa,set:O.prototype.sFa});O.prototype.get_mPressure=O.prototype.SLa=function(){return Upa(this.kDa)};
O.prototype.set_mPressure=O.prototype.YPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vpa(c,a)};Object.defineProperty(O.prototype,"mPressure",{get:O.prototype.SLa,set:O.prototype.YPa});O.prototype.get_mGravityFactor=O.prototype.EEa=function(){return Wpa(this.kDa)};O.prototype.set_mGravityFactor=O.prototype.tFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xpa(c,a)};Object.defineProperty(O.prototype,"mGravityFactor",{get:O.prototype.EEa,set:O.prototype.tFa});
O.prototype.get_mVertexRadius=O.prototype.OMa=function(){return Ypa(this.kDa)};O.prototype.set_mVertexRadius=O.prototype.SQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Zpa(c,a)};Object.defineProperty(O.prototype,"mVertexRadius",{get:O.prototype.OMa,set:O.prototype.SQa});O.prototype.get_mUpdatePosition=O.prototype.IMa=function(){return!!$pa(this.kDa)};O.prototype.set_mUpdatePosition=O.prototype.NQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aqa(c,a)};
Object.defineProperty(O.prototype,"mUpdatePosition",{get:O.prototype.IMa,set:O.prototype.NQa});O.prototype.get_mMakeRotationIdentity=O.prototype.IKa=function(){return!!bqa(this.kDa)};O.prototype.set_mMakeRotationIdentity=O.prototype.POa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cqa(c,a)};Object.defineProperty(O.prototype,"mMakeRotationIdentity",{get:O.prototype.IKa,set:O.prototype.POa});O.prototype.get_mAllowSleeping=O.prototype.bEa=function(){return!!dqa(this.kDa)};
O.prototype.set_mAllowSleeping=O.prototype.kEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);eqa(c,a)};Object.defineProperty(O.prototype,"mAllowSleeping",{get:O.prototype.bEa,set:O.prototype.kEa});O.prototype.get_mFacesDoubleSided=O.prototype.KJa=function(){return!!fqa(this.kDa)};O.prototype.set_mFacesDoubleSided=O.prototype.RNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gqa(c,a)};Object.defineProperty(O.prototype,"mFacesDoubleSided",{get:O.prototype.KJa,set:O.prototype.RNa});
O.prototype.__destroy__=function(){hqa(this.kDa)};function Q9(){throw"cannot construct a SoftBodyVertex, no constructor in IDL";}Q9.prototype=Object.create(e.prototype);Q9.prototype.constructor=Q9;Q9.prototype.lDa=Q9;Q9.mDa={};d.SoftBodyVertex=Q9;Q9.prototype.get_mPreviousPosition=Q9.prototype.TLa=function(){return l(iqa(this.kDa),p)};Q9.prototype.set_mPreviousPosition=Q9.prototype.ZPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jqa(c,a)};
Object.defineProperty(Q9.prototype,"mPreviousPosition",{get:Q9.prototype.TLa,set:Q9.prototype.ZPa});Q9.prototype.get_mPosition=Q9.prototype.yDa=function(){return l(kqa(this.kDa),p)};Q9.prototype.set_mPosition=Q9.prototype.ADa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lqa(c,a)};Object.defineProperty(Q9.prototype,"mPosition",{get:Q9.prototype.yDa,set:Q9.prototype.ADa});Q9.prototype.get_mVelocity=Q9.prototype.vHa=function(){return l(mqa(this.kDa),p)};
Q9.prototype.set_mVelocity=Q9.prototype.TIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nqa(c,a)};Object.defineProperty(Q9.prototype,"mVelocity",{get:Q9.prototype.vHa,set:Q9.prototype.TIa});Q9.prototype.get_mInvMass=Q9.prototype.FEa=function(){return oqa(this.kDa)};Q9.prototype.set_mInvMass=Q9.prototype.uFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pqa(c,a)};Object.defineProperty(Q9.prototype,"mInvMass",{get:Q9.prototype.FEa,set:Q9.prototype.uFa});
Q9.prototype.__destroy__=function(){qqa(this.kDa)};function R9(){throw"cannot construct a SoftBodyVertexTraits, no constructor in IDL";}R9.prototype=Object.create(e.prototype);R9.prototype.constructor=R9;R9.prototype.lDa=R9;R9.mDa={};d.SoftBodyVertexTraits=R9;R9.prototype.get_mPreviousPositionOffset=R9.prototype.ULa=function(){return rqa(this.kDa)};Object.defineProperty(R9.prototype,"mPreviousPositionOffset",{get:R9.prototype.ULa});R9.prototype.get_mPositionOffset=R9.prototype.QLa=function(){return sqa(this.kDa)};
Object.defineProperty(R9.prototype,"mPositionOffset",{get:R9.prototype.QLa});R9.prototype.get_mVelocityOffset=R9.prototype.NMa=function(){return tqa(this.kDa)};Object.defineProperty(R9.prototype,"mVelocityOffset",{get:R9.prototype.NMa});R9.prototype.__destroy__=function(){uqa(this.kDa)};function I8(){this.kDa=vqa();h(I8)[this.kDa]=this}I8.prototype=Object.create(e.prototype);I8.prototype.constructor=I8;I8.prototype.lDa=I8;I8.mDa={};d.ArraySoftBodyVertex=I8;I8.prototype.empty=I8.prototype.empty=function(){return!!wqa(this.kDa)};
I8.prototype.size=I8.prototype.size=function(){return xqa(this.kDa)};I8.prototype.at=I8.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(yqa(c,a),Q9)};I8.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zqa(c,a)};I8.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Aqa(c,a)};I8.prototype.resize=I8.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bqa(c,a)};
I8.prototype.clear=I8.prototype.clear=function(){Cqa(this.kDa)};I8.prototype.__destroy__=function(){Dqa(this.kDa)};function T(){throw"cannot construct a SoftBodyMotionProperties, no constructor in IDL";}T.prototype=Object.create(Y5.prototype);T.prototype.constructor=T;T.prototype.lDa=T;T.mDa={};d.SoftBodyMotionProperties=T;T.prototype.GetSettings=function(){return l(Eqa(this.kDa),S)};T.prototype.GetVertices=function(){return l(Fqa(this.kDa),I8)};
T.prototype.GetVertex=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Gqa(c,a),Q9)};T.prototype.GetRodRotation=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Hqa(c,a),t)};T.prototype.GetRodAngularVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Iqa(c,a),p)};T.prototype.GetMaterials=function(){return l(Jqa(this.kDa),q7)};T.prototype.GetFaces=function(){return l(Kqa(this.kDa),F9)};
T.prototype.GetFace=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Lqa(c,a),u9)};T.prototype.GetNumIterations=function(){return Mqa(this.kDa)};T.prototype.SetNumIterations=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Nqa(c,a)};T.prototype.GetPressure=function(){return Oqa(this.kDa)};T.prototype.SetPressure=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Pqa(c,a)};T.prototype.GetUpdatePosition=function(){return!!Qqa(this.kDa)};
T.prototype.SetUpdatePosition=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rqa(c,a)};T.prototype.GetEnableSkinConstraints=function(){return!!Sqa(this.kDa)};T.prototype.SetEnableSkinConstraints=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Tqa(c,a)};T.prototype.GetSkinnedMaxDistanceMultiplier=function(){return Uqa(this.kDa)};T.prototype.SetSkinnedMaxDistanceMultiplier=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vqa(c,a)};T.prototype.GetVertexRadius=function(){return Wqa(this.kDa)};
T.prototype.SetVertexRadius=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Xqa(c,a)};T.prototype.GetLocalBounds=function(){return l(Yqa(this.kDa),n)};T.prototype.CustomUpdate=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);Zqa(f,a,c,b)};
T.prototype.SkinVertices=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);$qa(k,a,c,b,f,g)};T.prototype.GetMotionQuality=function(){return ara(this.kDa)};T.prototype.GetAllowedDOFs=function(){return bra(this.kDa)};T.prototype.GetAllowSleeping=function(){return!!cra(this.kDa)};T.prototype.GetLinearVelocity=function(){return l(dra(this.kDa),p)};
T.prototype.SetLinearVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);era(c,a)};T.prototype.SetLinearVelocityClamped=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fra(c,a)};T.prototype.GetAngularVelocity=function(){return l(gra(this.kDa),p)};T.prototype.SetAngularVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hra(c,a)};T.prototype.SetAngularVelocityClamped=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ira(c,a)};
T.prototype.MoveKinematic=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);jra(f,a,c,b)};T.prototype.GetMaxLinearVelocity=function(){return kra(this.kDa)};T.prototype.SetMaxLinearVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lra(c,a)};T.prototype.GetMaxAngularVelocity=function(){return mra(this.kDa)};
T.prototype.SetMaxAngularVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nra(c,a)};T.prototype.ClampLinearVelocity=function(){ora(this.kDa)};T.prototype.ClampAngularVelocity=function(){pra(this.kDa)};T.prototype.GetLinearDamping=function(){return qra(this.kDa)};T.prototype.SetLinearDamping=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rra(c,a)};T.prototype.GetAngularDamping=function(){return sra(this.kDa)};
T.prototype.SetAngularDamping=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tra(c,a)};T.prototype.GetGravityFactor=function(){return ura(this.kDa)};T.prototype.SetGravityFactor=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vra(c,a)};T.prototype.SetMassProperties=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);wra(b,a,c)};T.prototype.GetInverseMass=function(){return xra(this.kDa)};T.prototype.GetInverseMassUnchecked=function(){return yra(this.kDa)};
T.prototype.SetInverseMass=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zra(c,a)};T.prototype.GetInverseInertiaDiagonal=function(){return l(Ara(this.kDa),p)};T.prototype.GetInertiaRotation=function(){return l(Bra(this.kDa),t)};T.prototype.SetInverseInertia=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Cra(b,a,c)};T.prototype.ScaleToMass=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dra(c,a)};
T.prototype.GetLocalSpaceInverseInertia=function(){return l(Era(this.kDa),r)};T.prototype.GetInverseInertiaForRotation=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Fra(c,a),r)};T.prototype.MultiplyWorldSpaceInverseInertiaByVector=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(Gra(b,a,c),p)};T.prototype.GetPointVelocityCOM=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Hra(c,a),p)};
T.prototype.GetAccumulatedForce=function(){return l(Ira(this.kDa),p)};T.prototype.GetAccumulatedTorque=function(){return l(Jra(this.kDa),p)};T.prototype.ResetForce=function(){Kra(this.kDa)};T.prototype.ResetTorque=function(){Lra(this.kDa)};T.prototype.ResetMotion=function(){Mra(this.kDa)};T.prototype.LockTranslation=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Nra(c,a),p)};
T.prototype.LockAngular=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Ora(c,a),p)};T.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Pra(c,a)};T.prototype.GetNumVelocityStepsOverride=function(){return Qra(this.kDa)};T.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rra(c,a)};T.prototype.GetNumPositionStepsOverride=function(){return Sra(this.kDa)};T.prototype.__destroy__=function(){Tra(this.kDa)};
function S9(){throw"cannot construct a SoftBodyShape, no constructor in IDL";}S9.prototype=Object.create(m.prototype);S9.prototype.constructor=S9;S9.prototype.lDa=S9;S9.mDa={};d.SoftBodyShape=S9;S9.prototype.GetSubShapeIDBits=function(){return Ura(this.kDa)};S9.prototype.GetFaceIndex=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return Vra(c,a)};S9.prototype.GetRefCount=function(){return Wra(this.kDa)};S9.prototype.AddRef=function(){Xra(this.kDa)};S9.prototype.Release=function(){Yra(this.kDa)};
S9.prototype.GetType=function(){return Zra(this.kDa)};S9.prototype.GetSubType=function(){return $ra(this.kDa)};S9.prototype.MustBeStatic=function(){return!!asa(this.kDa)};S9.prototype.GetLocalBounds=function(){return l(bsa(this.kDa),n)};S9.prototype.GetWorldSpaceBounds=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(csa(b,a,c),n)};S9.prototype.GetCenterOfMass=function(){return l(dsa(this.kDa),p)};S9.prototype.GetUserData=function(){return esa(this.kDa)};
S9.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fsa(c,a)};S9.prototype.GetSubShapeIDBitsRecursive=function(){return gsa(this.kDa)};S9.prototype.GetInnerRadius=function(){return hsa(this.kDa)};S9.prototype.GetMassProperties=function(){return l(isa(this.kDa),x5)};S9.prototype.GetLeafShape=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(jsa(b,a,c),m)};
S9.prototype.GetMaterial=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(ksa(c,a),y5)};S9.prototype.GetSurfaceNormal=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return l(lsa(b,a,c),p)};S9.prototype.GetSubShapeUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return msa(c,a)};
S9.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return l(nsa(k,a,c,b,f,g),q)};S9.prototype.GetVolume=function(){return osa(this.kDa)};S9.prototype.IsValidScale=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!psa(c,a)};
S9.prototype.MakeScaleValid=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(qsa(c,a),p)};S9.prototype.ScaleShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(rsa(c,a),w5)};S9.prototype.__destroy__=function(){ssa(this.kDa)};function T9(){this.kDa=tsa();h(T9)[this.kDa]=this}T9.prototype=Object.create(e.prototype);T9.prototype.constructor=T9;T9.prototype.lDa=T9;T9.mDa={};d.CharacterID=T9;T9.prototype.GetValue=function(){return usa(this.kDa)};
T9.prototype.IsInvalid=function(){return!!vsa(this.kDa)};T9.prototype.sNextCharacterID=function(){return l(wsa(),T9)};T9.prototype.sSetNextCharacterID=function(a){a&&"object"===typeof a&&(a=a.kDa);xsa(a)};T9.prototype.__destroy__=function(){ysa(this.kDa)};function U(){this.kDa=zsa();h(U)[this.kDa]=this}U.prototype=Object.create(s6.prototype);U.prototype.constructor=U;U.prototype.lDa=U;U.mDa={};d.CharacterVirtualSettings=U;U.prototype.GetRefCount=function(){return Asa(this.kDa)};
U.prototype.AddRef=function(){Bsa(this.kDa)};U.prototype.Release=function(){Csa(this.kDa)};U.prototype.get_mID=U.prototype.YJa=function(){return l(Dsa(this.kDa),T9)};U.prototype.set_mID=U.prototype.eOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Esa(c,a)};Object.defineProperty(U.prototype,"mID",{get:U.prototype.YJa,set:U.prototype.eOa});U.prototype.get_mMass=U.prototype.NGa=function(){return Fsa(this.kDa)};
U.prototype.set_mMass=U.prototype.jIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Gsa(c,a)};Object.defineProperty(U.prototype,"mMass",{get:U.prototype.NGa,set:U.prototype.jIa});U.prototype.get_mMaxStrength=U.prototype.fLa=function(){return Hsa(this.kDa)};U.prototype.set_mMaxStrength=U.prototype.mPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Isa(c,a)};Object.defineProperty(U.prototype,"mMaxStrength",{get:U.prototype.fLa,set:U.prototype.mPa});
U.prototype.get_mShapeOffset=U.prototype.fMa=function(){return l(Jsa(this.kDa),p)};U.prototype.set_mShapeOffset=U.prototype.kQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ksa(c,a)};Object.defineProperty(U.prototype,"mShapeOffset",{get:U.prototype.fMa,set:U.prototype.kQa});U.prototype.get_mBackFaceMode=U.prototype.hGa=function(){return Lsa(this.kDa)};U.prototype.set_mBackFaceMode=U.prototype.FHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Msa(c,a)};
Object.defineProperty(U.prototype,"mBackFaceMode",{get:U.prototype.hGa,set:U.prototype.FHa});U.prototype.get_mPredictiveContactDistance=U.prototype.RLa=function(){return Nsa(this.kDa)};U.prototype.set_mPredictiveContactDistance=U.prototype.XPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Osa(c,a)};Object.defineProperty(U.prototype,"mPredictiveContactDistance",{get:U.prototype.RLa,set:U.prototype.XPa});U.prototype.get_mMaxCollisionIterations=U.prototype.PKa=function(){return Psa(this.kDa)};
U.prototype.set_mMaxCollisionIterations=U.prototype.WOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Qsa(c,a)};Object.defineProperty(U.prototype,"mMaxCollisionIterations",{get:U.prototype.PKa,set:U.prototype.WOa});U.prototype.get_mMaxConstraintIterations=U.prototype.QKa=function(){return Rsa(this.kDa)};U.prototype.set_mMaxConstraintIterations=U.prototype.XOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ssa(c,a)};
Object.defineProperty(U.prototype,"mMaxConstraintIterations",{get:U.prototype.QKa,set:U.prototype.XOa});U.prototype.get_mMinTimeRemaining=U.prototype.oLa=function(){return Tsa(this.kDa)};U.prototype.set_mMinTimeRemaining=U.prototype.vPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Usa(c,a)};Object.defineProperty(U.prototype,"mMinTimeRemaining",{get:U.prototype.oLa,set:U.prototype.vPa});U.prototype.get_mCollisionTolerance=U.prototype.dEa=function(){return Vsa(this.kDa)};
U.prototype.set_mCollisionTolerance=U.prototype.mEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Wsa(c,a)};Object.defineProperty(U.prototype,"mCollisionTolerance",{get:U.prototype.dEa,set:U.prototype.mEa});U.prototype.get_mCharacterPadding=U.prototype.sJa=function(){return Xsa(this.kDa)};U.prototype.set_mCharacterPadding=U.prototype.zNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Ysa(c,a)};
Object.defineProperty(U.prototype,"mCharacterPadding",{get:U.prototype.sJa,set:U.prototype.zNa});U.prototype.get_mMaxNumHits=U.prototype.aLa=function(){return Zsa(this.kDa)};U.prototype.set_mMaxNumHits=U.prototype.hPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$sa(c,a)};Object.defineProperty(U.prototype,"mMaxNumHits",{get:U.prototype.aLa,set:U.prototype.hPa});U.prototype.get_mHitReductionCosMaxAngle=U.prototype.WJa=function(){return ata(this.kDa)};
U.prototype.set_mHitReductionCosMaxAngle=U.prototype.cOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bta(c,a)};Object.defineProperty(U.prototype,"mHitReductionCosMaxAngle",{get:U.prototype.WJa,set:U.prototype.cOa});U.prototype.get_mPenetrationRecoverySpeed=U.prototype.FLa=function(){return cta(this.kDa)};U.prototype.set_mPenetrationRecoverySpeed=U.prototype.MPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dta(c,a)};
Object.defineProperty(U.prototype,"mPenetrationRecoverySpeed",{get:U.prototype.FLa,set:U.prototype.MPa});U.prototype.get_mInnerBodyShape=U.prototype.dKa=function(){return l(eta(this.kDa),m)};U.prototype.set_mInnerBodyShape=U.prototype.kOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fta(c,a)};Object.defineProperty(U.prototype,"mInnerBodyShape",{get:U.prototype.dKa,set:U.prototype.kOa});U.prototype.get_mInnerBodyIDOverride=U.prototype.bKa=function(){return l(gta(this.kDa),N5)};
U.prototype.set_mInnerBodyIDOverride=U.prototype.iOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hta(c,a)};Object.defineProperty(U.prototype,"mInnerBodyIDOverride",{get:U.prototype.bKa,set:U.prototype.iOa});U.prototype.get_mInnerBodyLayer=U.prototype.cKa=function(){return ita(this.kDa)};U.prototype.set_mInnerBodyLayer=U.prototype.jOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jta(c,a)};Object.defineProperty(U.prototype,"mInnerBodyLayer",{get:U.prototype.cKa,set:U.prototype.jOa});
U.prototype.get_mUp=U.prototype.cFa=function(){return l(kta(this.kDa),p)};U.prototype.set_mUp=U.prototype.SFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lta(c,a)};Object.defineProperty(U.prototype,"mUp",{get:U.prototype.cFa,set:U.prototype.SFa});U.prototype.get_mSupportingVolume=U.prototype.nHa=function(){return l(mta(this.kDa),t6)};U.prototype.set_mSupportingVolume=U.prototype.LIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nta(c,a)};
Object.defineProperty(U.prototype,"mSupportingVolume",{get:U.prototype.nHa,set:U.prototype.LIa});U.prototype.get_mMaxSlopeAngle=U.prototype.TGa=function(){return ota(this.kDa)};U.prototype.set_mMaxSlopeAngle=U.prototype.pIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pta(c,a)};Object.defineProperty(U.prototype,"mMaxSlopeAngle",{get:U.prototype.TGa,set:U.prototype.pIa});U.prototype.get_mEnhancedInternalEdgeRemoval=U.prototype.eEa=function(){return!!qta(this.kDa)};
U.prototype.set_mEnhancedInternalEdgeRemoval=U.prototype.nEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rta(c,a)};Object.defineProperty(U.prototype,"mEnhancedInternalEdgeRemoval",{get:U.prototype.eEa,set:U.prototype.nEa});U.prototype.get_mShape=U.prototype.PDa=function(){return l(sta(this.kDa),m)};U.prototype.set_mShape=U.prototype.sEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tta(c,a)};Object.defineProperty(U.prototype,"mShape",{get:U.prototype.PDa,set:U.prototype.sEa});
U.prototype.__destroy__=function(){uta(this.kDa)};function U9(){this.kDa=vta();h(U9)[this.kDa]=this}U9.prototype=Object.create(e.prototype);U9.prototype.constructor=U9;U9.prototype.lDa=U9;U9.mDa={};d.CharacterContactSettings=U9;U9.prototype.get_mCanPushCharacter=U9.prototype.nGa=function(){return!!wta(this.kDa)};U9.prototype.set_mCanPushCharacter=U9.prototype.LHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xta(c,a)};
Object.defineProperty(U9.prototype,"mCanPushCharacter",{get:U9.prototype.nGa,set:U9.prototype.LHa});U9.prototype.get_mCanReceiveImpulses=U9.prototype.oJa=function(){return!!yta(this.kDa)};U9.prototype.set_mCanReceiveImpulses=U9.prototype.vNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zta(c,a)};Object.defineProperty(U9.prototype,"mCanReceiveImpulses",{get:U9.prototype.oJa,set:U9.prototype.vNa});U9.prototype.__destroy__=function(){Ata(this.kDa)};
function V9(){this.kDa=Bta();h(V9)[this.kDa]=this}V9.prototype=Object.create(u6.prototype);V9.prototype.constructor=V9;V9.prototype.lDa=V9;V9.mDa={};d.CharacterContactListenerJS=V9;V9.prototype.OnAdjustBodyVelocity=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);Cta(g,a,c,b,f)};
V9.prototype.OnContactValidate=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return!!Dta(f,a,c,b)};V9.prototype.OnCharacterContactValidate=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return!!Eta(f,a,c,b)};
V9.prototype.OnContactAdded=function(a,c,b,f,g,k){var u=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);Fta(u,a,c,b,f,g,k)};
V9.prototype.OnContactPersisted=function(a,c,b,f,g,k){var u=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);Gta(u,a,c,b,f,g,k)};V9.prototype.OnContactRemoved=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);Hta(f,a,c,b)};
V9.prototype.OnCharacterContactAdded=function(a,c,b,f,g,k){var u=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);Ita(u,a,c,b,f,g,k)};
V9.prototype.OnCharacterContactPersisted=function(a,c,b,f,g,k){var u=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);Jta(u,a,c,b,f,g,k)};V9.prototype.OnCharacterContactRemoved=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);Kta(f,a,c,b)};
V9.prototype.OnContactSolve=function(a,c,b,f,g,k,u,L,oa){var Vb=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);L&&"object"===typeof L&&(L=L.kDa);oa&&"object"===typeof oa&&(oa=oa.kDa);Lta(Vb,a,c,b,f,g,k,u,L,oa)};
V9.prototype.OnCharacterContactSolve=function(a,c,b,f,g,k,u,L,oa){var Vb=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);L&&"object"===typeof L&&(L=L.kDa);oa&&"object"===typeof oa&&(oa=oa.kDa);Mta(Vb,a,c,b,f,g,k,u,L,oa)};V9.prototype.__destroy__=function(){Nta(this.kDa)};
function W9(){this.kDa=Ota();h(W9)[this.kDa]=this}W9.prototype=Object.create(v6.prototype);W9.prototype.constructor=W9;W9.prototype.lDa=W9;W9.mDa={};d.CharacterVsCharacterCollisionSimple=W9;W9.prototype.Add=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Pta(c,a)};W9.prototype.Remove=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Qta(c,a)};W9.prototype.__destroy__=function(){Rta(this.kDa)};function X9(){this.kDa=Sta();h(X9)[this.kDa]=this}X9.prototype=Object.create(e.prototype);
X9.prototype.constructor=X9;X9.prototype.lDa=X9;X9.mDa={};d.ExtendedUpdateSettings=X9;X9.prototype.get_mStickToFloorStepDown=X9.prototype.uMa=function(){return l(Tta(this.kDa),p)};X9.prototype.set_mStickToFloorStepDown=X9.prototype.zQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Uta(c,a)};Object.defineProperty(X9.prototype,"mStickToFloorStepDown",{get:X9.prototype.uMa,set:X9.prototype.zQa});X9.prototype.get_mWalkStairsStepUp=X9.prototype.VMa=function(){return l(Vta(this.kDa),p)};
X9.prototype.set_mWalkStairsStepUp=X9.prototype.ZQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Wta(c,a)};Object.defineProperty(X9.prototype,"mWalkStairsStepUp",{get:X9.prototype.VMa,set:X9.prototype.ZQa});X9.prototype.get_mWalkStairsMinStepForward=X9.prototype.SMa=function(){return Xta(this.kDa)};X9.prototype.set_mWalkStairsMinStepForward=X9.prototype.WQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Yta(c,a)};
Object.defineProperty(X9.prototype,"mWalkStairsMinStepForward",{get:X9.prototype.SMa,set:X9.prototype.WQa});X9.prototype.get_mWalkStairsStepForwardTest=X9.prototype.UMa=function(){return Zta(this.kDa)};X9.prototype.set_mWalkStairsStepForwardTest=X9.prototype.YQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$ta(c,a)};Object.defineProperty(X9.prototype,"mWalkStairsStepForwardTest",{get:X9.prototype.UMa,set:X9.prototype.YQa});
X9.prototype.get_mWalkStairsCosAngleForwardContact=X9.prototype.RMa=function(){return aua(this.kDa)};X9.prototype.set_mWalkStairsCosAngleForwardContact=X9.prototype.VQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bua(c,a)};Object.defineProperty(X9.prototype,"mWalkStairsCosAngleForwardContact",{get:X9.prototype.RMa,set:X9.prototype.VQa});X9.prototype.get_mWalkStairsStepDownExtra=X9.prototype.TMa=function(){return l(cua(this.kDa),p)};
X9.prototype.set_mWalkStairsStepDownExtra=X9.prototype.XQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dua(c,a)};Object.defineProperty(X9.prototype,"mWalkStairsStepDownExtra",{get:X9.prototype.TMa,set:X9.prototype.XQa});X9.prototype.__destroy__=function(){eua(this.kDa)};function V(){throw"cannot construct a CharacterVirtualContact, no constructor in IDL";}V.prototype=Object.create(e.prototype);V.prototype.constructor=V;V.prototype.lDa=V;V.mDa={};d.CharacterVirtualContact=V;
V.prototype.IsSameBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!fua(c,a)};V.prototype.get_mPosition=V.prototype.yDa=function(){return l(gua(this.kDa),x)};V.prototype.set_mPosition=V.prototype.ADa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hua(c,a)};Object.defineProperty(V.prototype,"mPosition",{get:V.prototype.yDa,set:V.prototype.ADa});V.prototype.get_mLinearVelocity=V.prototype.HEa=function(){return l(iua(this.kDa),p)};
V.prototype.set_mLinearVelocity=V.prototype.wFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jua(c,a)};Object.defineProperty(V.prototype,"mLinearVelocity",{get:V.prototype.HEa,set:V.prototype.wFa});V.prototype.get_mContactNormal=V.prototype.yJa=function(){return l(kua(this.kDa),p)};V.prototype.set_mContactNormal=V.prototype.FNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lua(c,a)};Object.defineProperty(V.prototype,"mContactNormal",{get:V.prototype.yJa,set:V.prototype.FNa});
V.prototype.get_mSurfaceNormal=V.prototype.wMa=function(){return l(mua(this.kDa),p)};V.prototype.set_mSurfaceNormal=V.prototype.BQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nua(c,a)};Object.defineProperty(V.prototype,"mSurfaceNormal",{get:V.prototype.wMa,set:V.prototype.BQa});V.prototype.get_mDistance=V.prototype.GJa=function(){return oua(this.kDa)};V.prototype.set_mDistance=V.prototype.NNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pua(c,a)};
Object.defineProperty(V.prototype,"mDistance",{get:V.prototype.GJa,set:V.prototype.NNa});V.prototype.get_mFraction=V.prototype.fEa=function(){return qua(this.kDa)};V.prototype.set_mFraction=V.prototype.oEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rua(c,a)};Object.defineProperty(V.prototype,"mFraction",{get:V.prototype.fEa,set:V.prototype.oEa});V.prototype.get_mBodyB=V.prototype.fJa=function(){return l(sua(this.kDa),N5)};
V.prototype.set_mBodyB=V.prototype.mNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tua(c,a)};Object.defineProperty(V.prototype,"mBodyB",{get:V.prototype.fJa,set:V.prototype.mNa});V.prototype.get_mCharacterIDB=V.prototype.rJa=function(){return l(uua(this.kDa),T9)};V.prototype.set_mCharacterIDB=V.prototype.yNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vua(c,a)};Object.defineProperty(V.prototype,"mCharacterIDB",{get:V.prototype.rJa,set:V.prototype.yNa});
V.prototype.get_mSubShapeIDB=V.prototype.vMa=function(){return l(wua(this.kDa),c6)};V.prototype.set_mSubShapeIDB=V.prototype.AQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xua(c,a)};Object.defineProperty(V.prototype,"mSubShapeIDB",{get:V.prototype.vMa,set:V.prototype.AQa});V.prototype.get_mMotionTypeB=V.prototype.rLa=function(){return yua(this.kDa)};V.prototype.set_mMotionTypeB=V.prototype.yPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zua(c,a)};
Object.defineProperty(V.prototype,"mMotionTypeB",{get:V.prototype.rLa,set:V.prototype.yPa});V.prototype.get_mIsSensorB=V.prototype.lKa=function(){return!!Aua(this.kDa)};V.prototype.set_mIsSensorB=V.prototype.sOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bua(c,a)};Object.defineProperty(V.prototype,"mIsSensorB",{get:V.prototype.lKa,set:V.prototype.sOa});V.prototype.get_mCharacterB=V.prototype.qJa=function(){return l(Cua(this.kDa),Y9)};
V.prototype.set_mCharacterB=V.prototype.xNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dua(c,a)};Object.defineProperty(V.prototype,"mCharacterB",{get:V.prototype.qJa,set:V.prototype.xNa});V.prototype.get_mUserData=V.prototype.nDa=function(){return Eua(this.kDa)};V.prototype.set_mUserData=V.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Fua(c,a)};Object.defineProperty(V.prototype,"mUserData",{get:V.prototype.nDa,set:V.prototype.oDa});
V.prototype.get_mMaterial=V.prototype.xDa=function(){return l(Gua(this.kDa),y5)};V.prototype.set_mMaterial=V.prototype.zDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Hua(c,a)};Object.defineProperty(V.prototype,"mMaterial",{get:V.prototype.xDa,set:V.prototype.zDa});V.prototype.get_mHadCollision=V.prototype.PJa=function(){return!!Iua(this.kDa)};V.prototype.set_mHadCollision=V.prototype.WNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jua(c,a)};
Object.defineProperty(V.prototype,"mHadCollision",{get:V.prototype.PJa,set:V.prototype.WNa});V.prototype.get_mWasDiscarded=V.prototype.WMa=function(){return!!Kua(this.kDa)};V.prototype.set_mWasDiscarded=V.prototype.$Qa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Lua(c,a)};Object.defineProperty(V.prototype,"mWasDiscarded",{get:V.prototype.WMa,set:V.prototype.$Qa});V.prototype.get_mCanPushCharacter=V.prototype.nGa=function(){return!!Mua(this.kDa)};
V.prototype.set_mCanPushCharacter=V.prototype.LHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Nua(c,a)};Object.defineProperty(V.prototype,"mCanPushCharacter",{get:V.prototype.nGa,set:V.prototype.LHa});V.prototype.__destroy__=function(){Oua(this.kDa)};function Z9(){this.kDa=Pua();h(Z9)[this.kDa]=this}Z9.prototype=Object.create(e.prototype);Z9.prototype.constructor=Z9;Z9.prototype.lDa=Z9;Z9.mDa={};d.ArrayCharacterVirtualContact=Z9;Z9.prototype.empty=Z9.prototype.empty=function(){return!!Qua(this.kDa)};
Z9.prototype.size=Z9.prototype.size=function(){return Rua(this.kDa)};Z9.prototype.at=Z9.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Sua(c,a),V)};Z9.prototype.__destroy__=function(){Tua(this.kDa)};function $9(){throw"cannot construct a TempAllocator, no constructor in IDL";}$9.prototype=Object.create(e.prototype);$9.prototype.constructor=$9;$9.prototype.lDa=$9;$9.mDa={};d.TempAllocator=$9;$9.prototype.__destroy__=function(){Uua(this.kDa)};
function a$(){this.kDa=Vua();h(a$)[this.kDa]=this}a$.prototype=Object.create(e.prototype);a$.prototype.constructor=a$;a$.prototype.lDa=a$;a$.mDa={};d.BroadPhaseLayerFilter=a$;a$.prototype.__destroy__=function(){Wua(this.kDa)};function b$(){this.kDa=Xua();h(b$)[this.kDa]=this}b$.prototype=Object.create(w6.prototype);b$.prototype.constructor=b$;b$.prototype.lDa=b$;b$.mDa={};d.ObjectVsBroadPhaseLayerFilterJS=b$;
b$.prototype.ShouldCollide=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return!!Yua(b,a,c)};b$.prototype.__destroy__=function(){Zua(this.kDa)};function c$(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=$ua(a,c);h(c$)[this.kDa]=this}c$.prototype=Object.create(x6.prototype);c$.prototype.constructor=c$;c$.prototype.lDa=c$;c$.mDa={};d.DefaultBroadPhaseLayerFilter=c$;c$.prototype.__destroy__=function(){ava(this.kDa)};
function d$(){this.kDa=bva();h(d$)[this.kDa]=this}d$.prototype=Object.create(x6.prototype);d$.prototype.constructor=d$;d$.prototype.lDa=d$;d$.mDa={};d.ObjectLayerFilterJS=d$;d$.prototype.ShouldCollide=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!cva(c,a)};d$.prototype.__destroy__=function(){dva(this.kDa)};function e$(){this.kDa=eva();h(e$)[this.kDa]=this}e$.prototype=Object.create(y6.prototype);e$.prototype.constructor=e$;e$.prototype.lDa=e$;e$.mDa={};
d.ObjectLayerPairFilterJS=e$;e$.prototype.ShouldCollide=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return!!fva(b,a,c)};e$.prototype.__destroy__=function(){gva(this.kDa)};function f$(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=hva(a,c);h(f$)[this.kDa]=this}f$.prototype=Object.create(x6.prototype);f$.prototype.constructor=f$;f$.prototype.lDa=f$;f$.mDa={};d.DefaultObjectLayerFilter=f$;
f$.prototype.__destroy__=function(){iva(this.kDa)};function g$(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=jva(a);h(g$)[this.kDa]=this}g$.prototype=Object.create(x6.prototype);g$.prototype.constructor=g$;g$.prototype.lDa=g$;g$.mDa={};d.SpecifiedObjectLayerFilter=g$;g$.prototype.__destroy__=function(){kva(this.kDa)};function h$(){this.kDa=lva();h(h$)[this.kDa]=this}h$.prototype=Object.create(z6.prototype);h$.prototype.constructor=h$;h$.prototype.lDa=h$;h$.mDa={};d.BodyFilterJS=h$;
h$.prototype.ShouldCollide=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!mva(c,a)};h$.prototype.ShouldCollideLocked=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!nva(c,a)};h$.prototype.__destroy__=function(){ova(this.kDa)};function i$(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=pva(a);h(i$)[this.kDa]=this}i$.prototype=Object.create(z6.prototype);i$.prototype.constructor=i$;i$.prototype.lDa=i$;i$.mDa={};d.IgnoreSingleBodyFilter=i$;
i$.prototype.__destroy__=function(){qva(this.kDa)};function j$(){this.kDa=rva();h(j$)[this.kDa]=this}j$.prototype=Object.create(z6.prototype);j$.prototype.constructor=j$;j$.prototype.lDa=j$;j$.mDa={};d.IgnoreMultipleBodiesFilter=j$;j$.prototype.Clear=function(){sva(this.kDa)};j$.prototype.Reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tva(c,a)};j$.prototype.IgnoreBody=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);uva(c,a)};j$.prototype.__destroy__=function(){vva(this.kDa)};
function k$(){this.kDa=wva();h(k$)[this.kDa]=this}k$.prototype=Object.create(A6.prototype);k$.prototype.constructor=k$;k$.prototype.lDa=k$;k$.mDa={};d.ShapeFilterJS=k$;k$.prototype.ShouldCollide=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return!!xva(b,a,c)};k$.prototype.__destroy__=function(){yva(this.kDa)};function l$(){this.kDa=zva();h(l$)[this.kDa]=this}l$.prototype=Object.create(A6.prototype);l$.prototype.constructor=l$;l$.prototype.lDa=l$;
l$.mDa={};d.ShapeFilterJS2=l$;l$.prototype.ShouldCollide=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);return!!Ava(g,a,c,b,f)};l$.prototype.__destroy__=function(){Bva(this.kDa)};function m$(){this.kDa=Cva();h(m$)[this.kDa]=this}m$.prototype=Object.create(B6.prototype);m$.prototype.constructor=m$;m$.prototype.lDa=m$;m$.mDa={};d.SimShapeFilterJS=m$;
m$.prototype.ShouldCollide=function(a,c,b,f,g,k){var u=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);return!!Dva(u,a,c,b,f,g,k)};m$.prototype.__destroy__=function(){Eva(this.kDa)};
function Y9(a,c,b,f){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);this.kDa=Fva(a,c,b,f);h(Y9)[this.kDa]=this}Y9.prototype=Object.create(C6.prototype);Y9.prototype.constructor=Y9;Y9.prototype.lDa=Y9;Y9.mDa={};d.CharacterVirtual=Y9;Y9.prototype.GetID=function(){return l(Gva(this.kDa),T9)};Y9.prototype.SetListener=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Hva(c,a)};
Y9.prototype.SetCharacterVsCharacterCollision=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Iva(c,a)};Y9.prototype.GetListener=function(){return l(Jva(this.kDa),G5)};Y9.prototype.GetLinearVelocity=function(){return l(Kva(this.kDa),p)};Y9.prototype.SetLinearVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Lva(c,a)};Y9.prototype.GetPosition=function(){return l(Mva(this.kDa),x)};
Y9.prototype.SetPosition=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Nva(c,a)};Y9.prototype.GetRotation=function(){return l(Ova(this.kDa),t)};Y9.prototype.SetRotation=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Pva(c,a)};Y9.prototype.GetCenterOfMassPosition=function(){return l(Qva(this.kDa),x)};Y9.prototype.GetWorldTransform=function(){return l(Rva(this.kDa),C)};Y9.prototype.GetCenterOfMassTransform=function(){return l(Sva(this.kDa),C)};Y9.prototype.GetMass=function(){return Tva(this.kDa)};
Y9.prototype.SetMass=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Uva(c,a)};Y9.prototype.GetMaxStrength=function(){return Vva(this.kDa)};Y9.prototype.SetMaxStrength=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Wva(c,a)};Y9.prototype.GetPenetrationRecoverySpeed=function(){return Xva(this.kDa)};Y9.prototype.SetPenetrationRecoverySpeed=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Yva(c,a)};Y9.prototype.GetCharacterPadding=function(){return Zva(this.kDa)};
Y9.prototype.GetMaxNumHits=function(){return $va(this.kDa)};Y9.prototype.SetMaxNumHits=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);awa(c,a)};Y9.prototype.GetHitReductionCosMaxAngle=function(){return bwa(this.kDa)};Y9.prototype.SetHitReductionCosMaxAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cwa(c,a)};Y9.prototype.GetMaxHitsExceeded=function(){return!!dwa(this.kDa)};Y9.prototype.GetShapeOffset=function(){return l(ewa(this.kDa),p)};
Y9.prototype.SetShapeOffset=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fwa(c,a)};Y9.prototype.GetUserData=function(){return gwa(this.kDa)};Y9.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hwa(c,a)};Y9.prototype.GetInnerBodyID=function(){return l(iwa(this.kDa),N5)};Y9.prototype.StartTrackingContactChanges=function(){jwa(this.kDa)};Y9.prototype.FinishTrackingContactChanges=function(){kwa(this.kDa)};
Y9.prototype.CancelVelocityTowardsSteepSlopes=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(lwa(c,a),p)};Y9.prototype.Update=function(a,c,b,f,g,k,u){var L=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);mwa(L,a,c,b,f,g,k,u)};
Y9.prototype.CanWalkStairs=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!nwa(c,a)};
Y9.prototype.WalkStairs=function(a,c,b,f,g,k,u,L,oa,Vb){var nf=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);L&&"object"===typeof L&&(L=L.kDa);oa&&"object"===typeof oa&&(oa=oa.kDa);Vb&&"object"===typeof Vb&&(Vb=Vb.kDa);return!!owa(nf,a,c,b,f,g,k,u,L,oa,Vb)};
Y9.prototype.StickToFloor=function(a,c,b,f,g,k){var u=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);return!!pwa(u,a,c,b,f,g,k)};
Y9.prototype.ExtendedUpdate=function(a,c,b,f,g,k,u,L){var oa=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);L&&"object"===typeof L&&(L=L.kDa);qwa(oa,a,c,b,f,g,k,u,L)};
Y9.prototype.RefreshContacts=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);rwa(k,a,c,b,f,g)};Y9.prototype.UpdateGroundVelocity=function(){swa(this.kDa)};
Y9.prototype.SetShape=function(a,c,b,f,g,k,u){var L=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);return!!twa(L,a,c,b,f,g,k,u)};Y9.prototype.SetInnerBodyShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);uwa(c,a)};Y9.prototype.GetTransformedShape=function(){return l(vwa(this.kDa),q)};
Y9.prototype.HasCollidedWith=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!wwa(c,a)};Y9.prototype.HasCollidedWithCharacterID=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!xwa(c,a)};Y9.prototype.HasCollidedWithCharacter=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!ywa(c,a)};Y9.prototype.GetActiveContacts=function(){return l(zwa(this.kDa),Z9)};Y9.prototype.GetRefCount=function(){return Awa(this.kDa)};Y9.prototype.AddRef=function(){Bwa(this.kDa)};
Y9.prototype.Release=function(){Cwa(this.kDa)};Y9.prototype.SetMaxSlopeAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dwa(c,a)};Y9.prototype.GetCosMaxSlopeAngle=function(){return Ewa(this.kDa)};Y9.prototype.SetUp=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Fwa(c,a)};Y9.prototype.GetUp=function(){return l(Gwa(this.kDa),p)};Y9.prototype.GetShape=function(){return l(Hwa(this.kDa),m)};Y9.prototype.GetGroundState=function(){return Iwa(this.kDa)};
Y9.prototype.IsSlopeTooSteep=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return!!Jwa(c,a)};Y9.prototype.IsSupported=function(){return!!Kwa(this.kDa)};Y9.prototype.GetGroundPosition=function(){return l(Lwa(this.kDa),x)};Y9.prototype.GetGroundNormal=function(){return l(Mwa(this.kDa),p)};Y9.prototype.GetGroundVelocity=function(){return l(Nwa(this.kDa),p)};Y9.prototype.GetGroundMaterial=function(){return l(Owa(this.kDa),y5)};
Y9.prototype.GetGroundBodyID=function(){return l(Pwa(this.kDa),N5)};Y9.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Qwa(c,a)};Y9.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rwa(c,a)};Y9.prototype.__destroy__=function(){Swa(this.kDa)};function N6(){this.kDa=Twa();h(N6)[this.kDa]=this}N6.prototype=Object.create(e.prototype);N6.prototype.constructor=N6;N6.prototype.lDa=N6;N6.mDa={};d.LinearCurve=N6;N6.prototype.Clear=function(){Uwa(this.kDa)};
N6.prototype.Reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Vwa(c,a)};N6.prototype.AddPoint=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Wwa(b,a,c)};N6.prototype.Sort=function(){Xwa(this.kDa)};N6.prototype.GetMinX=function(){return Ywa(this.kDa)};N6.prototype.GetMaxX=function(){return Zwa(this.kDa)};N6.prototype.GetValue=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return $wa(c,a)};N6.prototype.__destroy__=function(){axa(this.kDa)};
function O6(){this.kDa=bxa();h(O6)[this.kDa]=this}O6.prototype=Object.create(e.prototype);O6.prototype.constructor=O6;O6.prototype.lDa=O6;O6.mDa={};d.ArrayFloat=O6;O6.prototype.empty=O6.prototype.empty=function(){return!!cxa(this.kDa)};O6.prototype.size=O6.prototype.size=function(){return dxa(this.kDa)};O6.prototype.at=O6.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return exa(c,a)};
O6.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fxa(c,a)};O6.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gxa(c,a)};O6.prototype.resize=O6.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hxa(c,a)};O6.prototype.clear=O6.prototype.clear=function(){ixa(this.kDa)};O6.prototype.data=O6.prototype.data=function(){return l(jxa(this.kDa),e7)};O6.prototype.__destroy__=function(){kxa(this.kDa)};
function J6(){this.kDa=lxa();h(J6)[this.kDa]=this}J6.prototype=Object.create(e.prototype);J6.prototype.constructor=J6;J6.prototype.lDa=J6;J6.mDa={};d.ArrayUint=J6;J6.prototype.empty=J6.prototype.empty=function(){return!!mxa(this.kDa)};J6.prototype.size=J6.prototype.size=function(){return nxa(this.kDa)};J6.prototype.at=J6.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return oxa(c,a)};
J6.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pxa(c,a)};J6.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qxa(c,a)};J6.prototype.resize=J6.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rxa(c,a)};J6.prototype.clear=J6.prototype.clear=function(){sxa(this.kDa)};J6.prototype.data=J6.prototype.data=function(){return l(txa(this.kDa),g7)};J6.prototype.__destroy__=function(){uxa(this.kDa)};
function Y7(){this.kDa=vxa();h(Y7)[this.kDa]=this}Y7.prototype=Object.create(e.prototype);Y7.prototype.constructor=Y7;Y7.prototype.lDa=Y7;Y7.mDa={};d.ArrayUint8=Y7;Y7.prototype.empty=Y7.prototype.empty=function(){return!!wxa(this.kDa)};Y7.prototype.size=Y7.prototype.size=function(){return xxa(this.kDa)};Y7.prototype.at=Y7.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return yxa(c,a)};
Y7.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zxa(c,a)};Y7.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Axa(c,a)};Y7.prototype.resize=Y7.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bxa(c,a)};Y7.prototype.clear=Y7.prototype.clear=function(){Cxa(this.kDa)};Y7.prototype.data=Y7.prototype.data=function(){return l(Dxa(this.kDa),f7)};Y7.prototype.__destroy__=function(){Exa(this.kDa)};
function n$(){this.kDa=Fxa();h(n$)[this.kDa]=this}n$.prototype=Object.create(e.prototype);n$.prototype.constructor=n$;n$.prototype.lDa=n$;n$.mDa={};d.ArrayVehicleAntiRollBar=n$;n$.prototype.empty=n$.prototype.empty=function(){return!!Gxa(this.kDa)};n$.prototype.size=n$.prototype.size=function(){return Hxa(this.kDa)};n$.prototype.at=n$.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Ixa(c,a),o$)};
n$.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jxa(c,a)};n$.prototype.resize=n$.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Kxa(c,a)};n$.prototype.clear=n$.prototype.clear=function(){Lxa(this.kDa)};n$.prototype.__destroy__=function(){Mxa(this.kDa)};function p$(){this.kDa=Nxa();h(p$)[this.kDa]=this}p$.prototype=Object.create(e.prototype);p$.prototype.constructor=p$;p$.prototype.lDa=p$;p$.mDa={};d.ArrayWheelSettings=p$;
p$.prototype.empty=p$.prototype.empty=function(){return!!Oxa(this.kDa)};p$.prototype.size=p$.prototype.size=function(){return Pxa(this.kDa)};p$.prototype.at=p$.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Qxa(c,a),y)};p$.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rxa(c,a)};p$.prototype.resize=p$.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Sxa(c,a)};p$.prototype.clear=p$.prototype.clear=function(){Txa(this.kDa)};
p$.prototype.__destroy__=function(){Uxa(this.kDa)};function M6(){this.kDa=Vxa();h(M6)[this.kDa]=this}M6.prototype=Object.create(e.prototype);M6.prototype.constructor=M6;M6.prototype.lDa=M6;M6.mDa={};d.ArrayVehicleDifferentialSettings=M6;M6.prototype.empty=M6.prototype.empty=function(){return!!Wxa(this.kDa)};M6.prototype.size=M6.prototype.size=function(){return Xxa(this.kDa)};M6.prototype.at=M6.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(Yxa(c,a),q$)};
M6.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Zxa(c,a)};M6.prototype.resize=M6.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$xa(c,a)};M6.prototype.clear=M6.prototype.clear=function(){aya(this.kDa)};M6.prototype.__destroy__=function(){bya(this.kDa)};
function r$(a,c,b){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);this.kDa=void 0===c?cya(a):void 0===b?dya(a,c):eya(a,c,b);h(r$)[this.kDa]=this}r$.prototype=Object.create(D6.prototype);r$.prototype.constructor=r$;r$.prototype.lDa=r$;r$.mDa={};d.VehicleCollisionTesterRay=r$;r$.prototype.GetRefCount=function(){return fya(this.kDa)};r$.prototype.AddRef=function(){gya(this.kDa)};r$.prototype.Release=function(){hya(this.kDa)};
r$.prototype.__destroy__=function(){iya(this.kDa)};function s$(a,c,b,f){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);this.kDa=void 0===b?jya(a,c):void 0===f?kya(a,c,b):lya(a,c,b,f);h(s$)[this.kDa]=this}s$.prototype=Object.create(D6.prototype);s$.prototype.constructor=s$;s$.prototype.lDa=s$;s$.mDa={};d.VehicleCollisionTesterCastSphere=s$;s$.prototype.GetRefCount=function(){return mya(this.kDa)};
s$.prototype.AddRef=function(){nya(this.kDa)};s$.prototype.Release=function(){oya(this.kDa)};s$.prototype.__destroy__=function(){pya(this.kDa)};function t$(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=void 0===c?qya(a):rya(a,c);h(t$)[this.kDa]=this}t$.prototype=Object.create(D6.prototype);t$.prototype.constructor=t$;t$.prototype.lDa=t$;t$.mDa={};d.VehicleCollisionTesterCastCylinder=t$;t$.prototype.GetRefCount=function(){return sya(this.kDa)};
t$.prototype.AddRef=function(){tya(this.kDa)};t$.prototype.Release=function(){uya(this.kDa)};t$.prototype.__destroy__=function(){vya(this.kDa)};function u$(){this.kDa=wya();h(u$)[this.kDa]=this}u$.prototype=Object.create(z5.prototype);u$.prototype.constructor=u$;u$.prototype.lDa=u$;u$.mDa={};d.VehicleConstraintSettings=u$;u$.prototype.GetRefCount=function(){return xya(this.kDa)};u$.prototype.AddRef=function(){yya(this.kDa)};u$.prototype.Release=function(){zya(this.kDa)};
u$.prototype.get_mUp=u$.prototype.cFa=function(){return l(Aya(this.kDa),p)};u$.prototype.set_mUp=u$.prototype.SFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Bya(c,a)};Object.defineProperty(u$.prototype,"mUp",{get:u$.prototype.cFa,set:u$.prototype.SFa});u$.prototype.get_mForward=u$.prototype.NJa=function(){return l(Cya(this.kDa),p)};u$.prototype.set_mForward=u$.prototype.UNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dya(c,a)};
Object.defineProperty(u$.prototype,"mForward",{get:u$.prototype.NJa,set:u$.prototype.UNa});u$.prototype.get_mMaxPitchRollAngle=u$.prototype.cLa=function(){return Eya(this.kDa)};u$.prototype.set_mMaxPitchRollAngle=u$.prototype.jPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Fya(c,a)};Object.defineProperty(u$.prototype,"mMaxPitchRollAngle",{get:u$.prototype.cLa,set:u$.prototype.jPa});u$.prototype.get_mWheels=u$.prototype.gFa=function(){return l(Gya(this.kDa),p$)};
u$.prototype.set_mWheels=u$.prototype.WFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Hya(c,a)};Object.defineProperty(u$.prototype,"mWheels",{get:u$.prototype.gFa,set:u$.prototype.WFa});u$.prototype.get_mAntiRollBars=u$.prototype.XIa=function(){return l(Iya(this.kDa),n$)};u$.prototype.set_mAntiRollBars=u$.prototype.dNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Jya(c,a)};Object.defineProperty(u$.prototype,"mAntiRollBars",{get:u$.prototype.XIa,set:u$.prototype.dNa});
u$.prototype.get_mController=u$.prototype.BJa=function(){return l(Kya(this.kDa),I5)};u$.prototype.set_mController=u$.prototype.INa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Lya(c,a)};Object.defineProperty(u$.prototype,"mController",{get:u$.prototype.BJa,set:u$.prototype.INa});u$.prototype.get_mEnabled=u$.prototype.tDa=function(){return!!Mya(this.kDa)};u$.prototype.set_mEnabled=u$.prototype.uDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Nya(c,a)};
Object.defineProperty(u$.prototype,"mEnabled",{get:u$.prototype.tDa,set:u$.prototype.uDa});u$.prototype.get_mNumVelocityStepsOverride=u$.prototype.qDa=function(){return Oya(this.kDa)};u$.prototype.set_mNumVelocityStepsOverride=u$.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Pya(c,a)};Object.defineProperty(u$.prototype,"mNumVelocityStepsOverride",{get:u$.prototype.qDa,set:u$.prototype.sDa});u$.prototype.get_mNumPositionStepsOverride=u$.prototype.pDa=function(){return Qya(this.kDa)};
u$.prototype.set_mNumPositionStepsOverride=u$.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rya(c,a)};Object.defineProperty(u$.prototype,"mNumPositionStepsOverride",{get:u$.prototype.pDa,set:u$.prototype.rDa});u$.prototype.__destroy__=function(){Sya(this.kDa)};function K5(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=Tya(a,c);h(K5)[this.kDa]=this}K5.prototype=Object.create(A5.prototype);K5.prototype.constructor=K5;K5.prototype.lDa=K5;
K5.mDa={};d.VehicleConstraint=K5;K5.prototype.SetMaxPitchRollAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Uya(c,a)};K5.prototype.GetMaxPitchRollAngle=function(){return Vya(this.kDa)};K5.prototype.SetVehicleCollisionTester=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Wya(c,a)};K5.prototype.GetVehicleCollisionTester=function(){return l(Xya(this.kDa),D6)};K5.prototype.OverrideGravity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Yya(c,a)};
K5.prototype.IsGravityOverridden=function(){return!!Zya(this.kDa)};K5.prototype.GetGravityOverride=function(){return l($ya(this.kDa),p)};K5.prototype.ResetGravityOverride=function(){aza(this.kDa)};K5.prototype.GetLocalUp=function(){return l(bza(this.kDa),p)};K5.prototype.GetLocalForward=function(){return l(cza(this.kDa),p)};K5.prototype.GetWorldUp=function(){return l(dza(this.kDa),p)};K5.prototype.GetVehicleBody=function(){return l(eza(this.kDa),Body)};
K5.prototype.GetController=function(){return l(fza(this.kDa),J5)};K5.prototype.GetWheel=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(gza(c,a),H6)};K5.prototype.GetWheelLocalTransform=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return l(hza(f,a,c,b),r)};
K5.prototype.GetWheelWorldTransform=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return l(iza(f,a,c,b),C)};K5.prototype.GetAntiRollBars=function(){return l(jza(this.kDa),n$)};K5.prototype.SetNumStepsBetweenCollisionTestActive=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kza(c,a)};K5.prototype.GetNumStepsBetweenCollisionTestActive=function(){return lza(this.kDa)};
K5.prototype.SetNumStepsBetweenCollisionTestInactive=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mza(c,a)};K5.prototype.GetNumStepsBetweenCollisionTestInactive=function(){return nza(this.kDa)};K5.prototype.GetRefCount=function(){return oza(this.kDa)};K5.prototype.AddRef=function(){pza(this.kDa)};K5.prototype.Release=function(){qza(this.kDa)};K5.prototype.GetType=function(){return rza(this.kDa)};K5.prototype.GetSubType=function(){return sza(this.kDa)};
K5.prototype.GetConstraintPriority=function(){return tza(this.kDa)};K5.prototype.SetConstraintPriority=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);uza(c,a)};K5.prototype.SetNumVelocityStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vza(c,a)};K5.prototype.GetNumVelocityStepsOverride=function(){return wza(this.kDa)};K5.prototype.SetNumPositionStepsOverride=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xza(c,a)};
K5.prototype.GetNumPositionStepsOverride=function(){return yza(this.kDa)};K5.prototype.SetEnabled=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zza(c,a)};K5.prototype.GetEnabled=function(){return!!Aza(this.kDa)};K5.prototype.IsActive=function(){return!!Bza(this.kDa)};K5.prototype.GetUserData=function(){return Cza(this.kDa)};K5.prototype.SetUserData=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Dza(c,a)};K5.prototype.ResetWarmStart=function(){Eza(this.kDa)};
K5.prototype.SaveState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Fza(c,a)};K5.prototype.RestoreState=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Gza(c,a)};K5.prototype.__destroy__=function(){Hza(this.kDa)};function v$(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=Iza(a);h(v$)[this.kDa]=this}v$.prototype=Object.create(p6.prototype);v$.prototype.constructor=v$;v$.prototype.lDa=v$;v$.mDa={};d.VehicleConstraintStepListener=v$;v$.prototype.__destroy__=function(){Jza(this.kDa)};
function w$(){this.kDa=Kza();h(w$)[this.kDa]=this}w$.prototype=Object.create(E6.prototype);w$.prototype.constructor=w$;w$.prototype.lDa=w$;w$.mDa={};d.VehicleConstraintCallbacksJS=w$;w$.prototype.GetCombinedFriction=function(a,c,b,f,g){var k=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);return Lza(k,a,c,b,f,g)};
w$.prototype.OnPreStepCallback=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Mza(b,a,c)};w$.prototype.OnPostCollideCallback=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Nza(b,a,c)};w$.prototype.OnPostStepCallback=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);Oza(b,a,c)};w$.prototype.__destroy__=function(){Pza(this.kDa)};
function x$(){throw"cannot construct a TireMaxImpulseCallbackResult, no constructor in IDL";}x$.prototype=Object.create(e.prototype);x$.prototype.constructor=x$;x$.prototype.lDa=x$;x$.mDa={};d.TireMaxImpulseCallbackResult=x$;x$.prototype.get_mLongitudinalImpulse=x$.prototype.GKa=function(){return Qza(this.kDa)};x$.prototype.set_mLongitudinalImpulse=x$.prototype.NOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Rza(c,a)};
Object.defineProperty(x$.prototype,"mLongitudinalImpulse",{get:x$.prototype.GKa,set:x$.prototype.NOa});x$.prototype.get_mLateralImpulse=x$.prototype.sKa=function(){return Sza(this.kDa)};x$.prototype.set_mLateralImpulse=x$.prototype.zOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);Tza(c,a)};Object.defineProperty(x$.prototype,"mLateralImpulse",{get:x$.prototype.sKa,set:x$.prototype.zOa});x$.prototype.__destroy__=function(){Uza(this.kDa)};
function y$(){this.kDa=Vza();h(y$)[this.kDa]=this}y$.prototype=Object.create(F6.prototype);y$.prototype.constructor=y$;y$.prototype.lDa=y$;y$.mDa={};d.WheeledVehicleControllerCallbacksJS=y$;
y$.prototype.OnTireMaxImpulseCallback=function(a,c,b,f,g,k,u,L){var oa=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);g&&"object"===typeof g&&(g=g.kDa);k&&"object"===typeof k&&(k=k.kDa);u&&"object"===typeof u&&(u=u.kDa);L&&"object"===typeof L&&(L=L.kDa);Wza(oa,a,c,b,f,g,k,u,L)};y$.prototype.__destroy__=function(){Xza(this.kDa)};function o$(){this.kDa=Yza();h(o$)[this.kDa]=this}o$.prototype=Object.create(e.prototype);
o$.prototype.constructor=o$;o$.prototype.lDa=o$;o$.mDa={};d.VehicleAntiRollBar=o$;o$.prototype.get_mLeftWheel=o$.prototype.JGa=function(){return Zza(this.kDa)};o$.prototype.set_mLeftWheel=o$.prototype.fIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$za(c,a)};Object.defineProperty(o$.prototype,"mLeftWheel",{get:o$.prototype.JGa,set:o$.prototype.fIa});o$.prototype.get_mRightWheel=o$.prototype.hHa=function(){return aAa(this.kDa)};
o$.prototype.set_mRightWheel=o$.prototype.EIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bAa(c,a)};Object.defineProperty(o$.prototype,"mRightWheel",{get:o$.prototype.hHa,set:o$.prototype.EIa});o$.prototype.get_mStiffness=o$.prototype.mHa=function(){return cAa(this.kDa)};o$.prototype.set_mStiffness=o$.prototype.KIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dAa(c,a)};Object.defineProperty(o$.prototype,"mStiffness",{get:o$.prototype.mHa,set:o$.prototype.KIa});
o$.prototype.__destroy__=function(){eAa(this.kDa)};function W(){this.kDa=fAa();h(W)[this.kDa]=this}W.prototype=Object.create(y.prototype);W.prototype.constructor=W;W.prototype.lDa=W;W.mDa={};d.WheelSettingsWV=W;W.prototype.GetRefCount=function(){return gAa(this.kDa)};W.prototype.AddRef=function(){hAa(this.kDa)};W.prototype.Release=function(){iAa(this.kDa)};W.prototype.get_mInertia=W.prototype.KDa=function(){return jAa(this.kDa)};
W.prototype.set_mInertia=W.prototype.RDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);kAa(c,a)};Object.defineProperty(W.prototype,"mInertia",{get:W.prototype.KDa,set:W.prototype.RDa});W.prototype.get_mAngularDamping=W.prototype.FDa=function(){return lAa(this.kDa)};W.prototype.set_mAngularDamping=W.prototype.HDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);mAa(c,a)};Object.defineProperty(W.prototype,"mAngularDamping",{get:W.prototype.FDa,set:W.prototype.HDa});
W.prototype.get_mMaxSteerAngle=W.prototype.eLa=function(){return nAa(this.kDa)};W.prototype.set_mMaxSteerAngle=W.prototype.lPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);oAa(c,a)};Object.defineProperty(W.prototype,"mMaxSteerAngle",{get:W.prototype.eLa,set:W.prototype.lPa});W.prototype.get_mLongitudinalFriction=W.prototype.MGa=function(){return l(pAa(this.kDa),N6)};
W.prototype.set_mLongitudinalFriction=W.prototype.iIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);qAa(c,a)};Object.defineProperty(W.prototype,"mLongitudinalFriction",{get:W.prototype.MGa,set:W.prototype.iIa});W.prototype.get_mLateralFriction=W.prototype.IGa=function(){return l(rAa(this.kDa),N6)};W.prototype.set_mLateralFriction=W.prototype.eIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);sAa(c,a)};
Object.defineProperty(W.prototype,"mLateralFriction",{get:W.prototype.IGa,set:W.prototype.eIa});W.prototype.get_mMaxBrakeTorque=W.prototype.KEa=function(){return tAa(this.kDa)};W.prototype.set_mMaxBrakeTorque=W.prototype.zFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);uAa(c,a)};Object.defineProperty(W.prototype,"mMaxBrakeTorque",{get:W.prototype.KEa,set:W.prototype.zFa});W.prototype.get_mMaxHandBrakeTorque=W.prototype.WKa=function(){return vAa(this.kDa)};
W.prototype.set_mMaxHandBrakeTorque=W.prototype.cPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);wAa(c,a)};Object.defineProperty(W.prototype,"mMaxHandBrakeTorque",{get:W.prototype.WKa,set:W.prototype.cPa});W.prototype.get_mPosition=W.prototype.yDa=function(){return l(xAa(this.kDa),p)};W.prototype.set_mPosition=W.prototype.ADa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);yAa(c,a)};Object.defineProperty(W.prototype,"mPosition",{get:W.prototype.yDa,set:W.prototype.ADa});
W.prototype.get_mSuspensionForcePoint=W.prototype.XEa=function(){return l(zAa(this.kDa),p)};W.prototype.set_mSuspensionForcePoint=W.prototype.MFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);AAa(c,a)};Object.defineProperty(W.prototype,"mSuspensionForcePoint",{get:W.prototype.XEa,set:W.prototype.MFa});W.prototype.get_mSuspensionDirection=W.prototype.WEa=function(){return l(BAa(this.kDa),p)};
W.prototype.set_mSuspensionDirection=W.prototype.LFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);CAa(c,a)};Object.defineProperty(W.prototype,"mSuspensionDirection",{get:W.prototype.WEa,set:W.prototype.LFa});W.prototype.get_mSteeringAxis=W.prototype.UEa=function(){return l(DAa(this.kDa),p)};W.prototype.set_mSteeringAxis=W.prototype.JFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);EAa(c,a)};Object.defineProperty(W.prototype,"mSteeringAxis",{get:W.prototype.UEa,set:W.prototype.JFa});
W.prototype.get_mWheelUp=W.prototype.fFa=function(){return l(FAa(this.kDa),p)};W.prototype.set_mWheelUp=W.prototype.VFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);GAa(c,a)};Object.defineProperty(W.prototype,"mWheelUp",{get:W.prototype.fFa,set:W.prototype.VFa});W.prototype.get_mWheelForward=W.prototype.eFa=function(){return l(HAa(this.kDa),p)};W.prototype.set_mWheelForward=W.prototype.UFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);IAa(c,a)};
Object.defineProperty(W.prototype,"mWheelForward",{get:W.prototype.eFa,set:W.prototype.UFa});W.prototype.get_mSuspensionSpring=W.prototype.aFa=function(){return l(JAa(this.kDa),G6)};W.prototype.set_mSuspensionSpring=W.prototype.QFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);KAa(c,a)};Object.defineProperty(W.prototype,"mSuspensionSpring",{get:W.prototype.aFa,set:W.prototype.QFa});W.prototype.get_mSuspensionMinLength=W.prototype.ZEa=function(){return LAa(this.kDa)};
W.prototype.set_mSuspensionMinLength=W.prototype.OFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);MAa(c,a)};Object.defineProperty(W.prototype,"mSuspensionMinLength",{get:W.prototype.ZEa,set:W.prototype.OFa});W.prototype.get_mSuspensionMaxLength=W.prototype.YEa=function(){return NAa(this.kDa)};W.prototype.set_mSuspensionMaxLength=W.prototype.NFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);OAa(c,a)};
Object.defineProperty(W.prototype,"mSuspensionMaxLength",{get:W.prototype.YEa,set:W.prototype.NFa});W.prototype.get_mSuspensionPreloadLength=W.prototype.$Ea=function(){return PAa(this.kDa)};W.prototype.set_mSuspensionPreloadLength=W.prototype.PFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);QAa(c,a)};Object.defineProperty(W.prototype,"mSuspensionPreloadLength",{get:W.prototype.$Ea,set:W.prototype.PFa});W.prototype.get_mRadius=W.prototype.NDa=function(){return RAa(this.kDa)};
W.prototype.set_mRadius=W.prototype.UDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);SAa(c,a)};Object.defineProperty(W.prototype,"mRadius",{get:W.prototype.NDa,set:W.prototype.UDa});W.prototype.get_mWidth=W.prototype.hFa=function(){return TAa(this.kDa)};W.prototype.set_mWidth=W.prototype.XFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);UAa(c,a)};Object.defineProperty(W.prototype,"mWidth",{get:W.prototype.hFa,set:W.prototype.XFa});
W.prototype.get_mEnableSuspensionForcePoint=W.prototype.BEa=function(){return!!VAa(this.kDa)};W.prototype.set_mEnableSuspensionForcePoint=W.prototype.qFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);WAa(c,a)};Object.defineProperty(W.prototype,"mEnableSuspensionForcePoint",{get:W.prototype.BEa,set:W.prototype.qFa});W.prototype.__destroy__=function(){XAa(this.kDa)};function z$(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=YAa(a);h(z$)[this.kDa]=this}z$.prototype=Object.create(H6.prototype);
z$.prototype.constructor=z$;z$.prototype.lDa=z$;z$.mDa={};d.WheelWV=z$;z$.prototype.GetSettings=function(){return l(ZAa(this.kDa),W)};z$.prototype.GetAngularVelocity=function(){return $Aa(this.kDa)};z$.prototype.SetAngularVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aBa(c,a)};z$.prototype.GetRotationAngle=function(){return bBa(this.kDa)};z$.prototype.SetRotationAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cBa(c,a)};z$.prototype.GetSteerAngle=function(){return dBa(this.kDa)};
z$.prototype.SetSteerAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);eBa(c,a)};z$.prototype.HasContact=function(){return!!fBa(this.kDa)};z$.prototype.GetContactBodyID=function(){return l(gBa(this.kDa),N5)};z$.prototype.GetContactPosition=function(){return l(hBa(this.kDa),x)};z$.prototype.GetContactPointVelocity=function(){return l(iBa(this.kDa),p)};z$.prototype.GetContactNormal=function(){return l(jBa(this.kDa),p)};
z$.prototype.GetContactLongitudinal=function(){return l(kBa(this.kDa),p)};z$.prototype.GetContactLateral=function(){return l(lBa(this.kDa),p)};z$.prototype.GetSuspensionLength=function(){return mBa(this.kDa)};z$.prototype.HasHitHardPoint=function(){return!!nBa(this.kDa)};z$.prototype.GetSuspensionLambda=function(){return oBa(this.kDa)};z$.prototype.GetLongitudinalLambda=function(){return pBa(this.kDa)};z$.prototype.GetLateralLambda=function(){return qBa(this.kDa)};
z$.prototype.get_mLongitudinalSlip=z$.prototype.HKa=function(){return rBa(this.kDa)};z$.prototype.set_mLongitudinalSlip=z$.prototype.OOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);sBa(c,a)};Object.defineProperty(z$.prototype,"mLongitudinalSlip",{get:z$.prototype.HKa,set:z$.prototype.OOa});z$.prototype.get_mLateralSlip=z$.prototype.tKa=function(){return tBa(this.kDa)};
z$.prototype.set_mLateralSlip=z$.prototype.AOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);uBa(c,a)};Object.defineProperty(z$.prototype,"mLateralSlip",{get:z$.prototype.tKa,set:z$.prototype.AOa});z$.prototype.get_mCombinedLongitudinalFriction=z$.prototype.tGa=function(){return vBa(this.kDa)};z$.prototype.set_mCombinedLongitudinalFriction=z$.prototype.QHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);wBa(c,a)};
Object.defineProperty(z$.prototype,"mCombinedLongitudinalFriction",{get:z$.prototype.tGa,set:z$.prototype.QHa});z$.prototype.get_mCombinedLateralFriction=z$.prototype.sGa=function(){return xBa(this.kDa)};z$.prototype.set_mCombinedLateralFriction=z$.prototype.PHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);yBa(c,a)};Object.defineProperty(z$.prototype,"mCombinedLateralFriction",{get:z$.prototype.sGa,set:z$.prototype.PHa});z$.prototype.get_mBrakeImpulse=z$.prototype.mGa=function(){return zBa(this.kDa)};
z$.prototype.set_mBrakeImpulse=z$.prototype.KHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ABa(c,a)};Object.defineProperty(z$.prototype,"mBrakeImpulse",{get:z$.prototype.mGa,set:z$.prototype.KHa});z$.prototype.__destroy__=function(){BBa(this.kDa)};function X(){this.kDa=CBa();h(X)[this.kDa]=this}X.prototype=Object.create(y.prototype);X.prototype.constructor=X;X.prototype.lDa=X;X.mDa={};d.WheelSettingsTV=X;X.prototype.GetRefCount=function(){return DBa(this.kDa)};
X.prototype.AddRef=function(){EBa(this.kDa)};X.prototype.Release=function(){FBa(this.kDa)};X.prototype.get_mLongitudinalFriction=X.prototype.MGa=function(){return GBa(this.kDa)};X.prototype.set_mLongitudinalFriction=X.prototype.iIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);HBa(c,a)};Object.defineProperty(X.prototype,"mLongitudinalFriction",{get:X.prototype.MGa,set:X.prototype.iIa});X.prototype.get_mLateralFriction=X.prototype.IGa=function(){return IBa(this.kDa)};
X.prototype.set_mLateralFriction=X.prototype.eIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);JBa(c,a)};Object.defineProperty(X.prototype,"mLateralFriction",{get:X.prototype.IGa,set:X.prototype.eIa});X.prototype.get_mPosition=X.prototype.yDa=function(){return l(KBa(this.kDa),p)};X.prototype.set_mPosition=X.prototype.ADa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);LBa(c,a)};Object.defineProperty(X.prototype,"mPosition",{get:X.prototype.yDa,set:X.prototype.ADa});
X.prototype.get_mSuspensionForcePoint=X.prototype.XEa=function(){return l(MBa(this.kDa),p)};X.prototype.set_mSuspensionForcePoint=X.prototype.MFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);NBa(c,a)};Object.defineProperty(X.prototype,"mSuspensionForcePoint",{get:X.prototype.XEa,set:X.prototype.MFa});X.prototype.get_mSuspensionDirection=X.prototype.WEa=function(){return l(OBa(this.kDa),p)};
X.prototype.set_mSuspensionDirection=X.prototype.LFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);PBa(c,a)};Object.defineProperty(X.prototype,"mSuspensionDirection",{get:X.prototype.WEa,set:X.prototype.LFa});X.prototype.get_mSteeringAxis=X.prototype.UEa=function(){return l(QBa(this.kDa),p)};X.prototype.set_mSteeringAxis=X.prototype.JFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);RBa(c,a)};Object.defineProperty(X.prototype,"mSteeringAxis",{get:X.prototype.UEa,set:X.prototype.JFa});
X.prototype.get_mWheelUp=X.prototype.fFa=function(){return l(SBa(this.kDa),p)};X.prototype.set_mWheelUp=X.prototype.VFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);TBa(c,a)};Object.defineProperty(X.prototype,"mWheelUp",{get:X.prototype.fFa,set:X.prototype.VFa});X.prototype.get_mWheelForward=X.prototype.eFa=function(){return l(UBa(this.kDa),p)};X.prototype.set_mWheelForward=X.prototype.UFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);VBa(c,a)};
Object.defineProperty(X.prototype,"mWheelForward",{get:X.prototype.eFa,set:X.prototype.UFa});X.prototype.get_mSuspensionSpring=X.prototype.aFa=function(){return l(WBa(this.kDa),G6)};X.prototype.set_mSuspensionSpring=X.prototype.QFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);XBa(c,a)};Object.defineProperty(X.prototype,"mSuspensionSpring",{get:X.prototype.aFa,set:X.prototype.QFa});X.prototype.get_mSuspensionMinLength=X.prototype.ZEa=function(){return YBa(this.kDa)};
X.prototype.set_mSuspensionMinLength=X.prototype.OFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ZBa(c,a)};Object.defineProperty(X.prototype,"mSuspensionMinLength",{get:X.prototype.ZEa,set:X.prototype.OFa});X.prototype.get_mSuspensionMaxLength=X.prototype.YEa=function(){return $Ba(this.kDa)};X.prototype.set_mSuspensionMaxLength=X.prototype.NFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aCa(c,a)};
Object.defineProperty(X.prototype,"mSuspensionMaxLength",{get:X.prototype.YEa,set:X.prototype.NFa});X.prototype.get_mSuspensionPreloadLength=X.prototype.$Ea=function(){return bCa(this.kDa)};X.prototype.set_mSuspensionPreloadLength=X.prototype.PFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cCa(c,a)};Object.defineProperty(X.prototype,"mSuspensionPreloadLength",{get:X.prototype.$Ea,set:X.prototype.PFa});X.prototype.get_mRadius=X.prototype.NDa=function(){return dCa(this.kDa)};
X.prototype.set_mRadius=X.prototype.UDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);eCa(c,a)};Object.defineProperty(X.prototype,"mRadius",{get:X.prototype.NDa,set:X.prototype.UDa});X.prototype.get_mWidth=X.prototype.hFa=function(){return fCa(this.kDa)};X.prototype.set_mWidth=X.prototype.XFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gCa(c,a)};Object.defineProperty(X.prototype,"mWidth",{get:X.prototype.hFa,set:X.prototype.XFa});
X.prototype.get_mEnableSuspensionForcePoint=X.prototype.BEa=function(){return!!hCa(this.kDa)};X.prototype.set_mEnableSuspensionForcePoint=X.prototype.qFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);iCa(c,a)};Object.defineProperty(X.prototype,"mEnableSuspensionForcePoint",{get:X.prototype.BEa,set:X.prototype.qFa});X.prototype.__destroy__=function(){jCa(this.kDa)};function A$(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=kCa(a);h(A$)[this.kDa]=this}A$.prototype=Object.create(H6.prototype);
A$.prototype.constructor=A$;A$.prototype.lDa=A$;A$.mDa={};d.WheelTV=A$;A$.prototype.GetSettings=function(){return l(lCa(this.kDa),X)};A$.prototype.GetAngularVelocity=function(){return mCa(this.kDa)};A$.prototype.SetAngularVelocity=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nCa(c,a)};A$.prototype.GetRotationAngle=function(){return oCa(this.kDa)};A$.prototype.SetRotationAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pCa(c,a)};A$.prototype.GetSteerAngle=function(){return qCa(this.kDa)};
A$.prototype.SetSteerAngle=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rCa(c,a)};A$.prototype.HasContact=function(){return!!sCa(this.kDa)};A$.prototype.GetContactBodyID=function(){return l(tCa(this.kDa),N5)};A$.prototype.GetContactPosition=function(){return l(uCa(this.kDa),x)};A$.prototype.GetContactPointVelocity=function(){return l(vCa(this.kDa),p)};A$.prototype.GetContactNormal=function(){return l(wCa(this.kDa),p)};
A$.prototype.GetContactLongitudinal=function(){return l(xCa(this.kDa),p)};A$.prototype.GetContactLateral=function(){return l(yCa(this.kDa),p)};A$.prototype.GetSuspensionLength=function(){return zCa(this.kDa)};A$.prototype.HasHitHardPoint=function(){return!!ACa(this.kDa)};A$.prototype.GetSuspensionLambda=function(){return BCa(this.kDa)};A$.prototype.GetLongitudinalLambda=function(){return CCa(this.kDa)};A$.prototype.GetLateralLambda=function(){return DCa(this.kDa)};
A$.prototype.get_mTrackIndex=A$.prototype.BMa=function(){return ECa(this.kDa)};A$.prototype.set_mTrackIndex=A$.prototype.GQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);FCa(c,a)};Object.defineProperty(A$.prototype,"mTrackIndex",{get:A$.prototype.BMa,set:A$.prototype.GQa});A$.prototype.get_mCombinedLongitudinalFriction=A$.prototype.tGa=function(){return GCa(this.kDa)};
A$.prototype.set_mCombinedLongitudinalFriction=A$.prototype.QHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);HCa(c,a)};Object.defineProperty(A$.prototype,"mCombinedLongitudinalFriction",{get:A$.prototype.tGa,set:A$.prototype.QHa});A$.prototype.get_mCombinedLateralFriction=A$.prototype.sGa=function(){return ICa(this.kDa)};A$.prototype.set_mCombinedLateralFriction=A$.prototype.PHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);JCa(c,a)};
Object.defineProperty(A$.prototype,"mCombinedLateralFriction",{get:A$.prototype.sGa,set:A$.prototype.PHa});A$.prototype.get_mBrakeImpulse=A$.prototype.mGa=function(){return KCa(this.kDa)};A$.prototype.set_mBrakeImpulse=A$.prototype.KHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);LCa(c,a)};Object.defineProperty(A$.prototype,"mBrakeImpulse",{get:A$.prototype.mGa,set:A$.prototype.KHa});A$.prototype.__destroy__=function(){MCa(this.kDa)};
function B$(){throw"cannot construct a VehicleTrack, no constructor in IDL";}B$.prototype=Object.create(I6.prototype);B$.prototype.constructor=B$;B$.prototype.lDa=B$;B$.mDa={};d.VehicleTrack=B$;B$.prototype.get_mAngularVelocity=B$.prototype.wEa=function(){return NCa(this.kDa)};B$.prototype.set_mAngularVelocity=B$.prototype.kFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);OCa(c,a)};Object.defineProperty(B$.prototype,"mAngularVelocity",{get:B$.prototype.wEa,set:B$.prototype.kFa});
B$.prototype.get_mDrivenWheel=B$.prototype.yGa=function(){return PCa(this.kDa)};B$.prototype.set_mDrivenWheel=B$.prototype.VHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);QCa(c,a)};Object.defineProperty(B$.prototype,"mDrivenWheel",{get:B$.prototype.yGa,set:B$.prototype.VHa});B$.prototype.get_mWheels=B$.prototype.gFa=function(){return l(RCa(this.kDa),J6)};B$.prototype.set_mWheels=B$.prototype.WFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);SCa(c,a)};
Object.defineProperty(B$.prototype,"mWheels",{get:B$.prototype.gFa,set:B$.prototype.WFa});B$.prototype.get_mInertia=B$.prototype.KDa=function(){return TCa(this.kDa)};B$.prototype.set_mInertia=B$.prototype.RDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);UCa(c,a)};Object.defineProperty(B$.prototype,"mInertia",{get:B$.prototype.KDa,set:B$.prototype.RDa});B$.prototype.get_mAngularDamping=B$.prototype.FDa=function(){return VCa(this.kDa)};
B$.prototype.set_mAngularDamping=B$.prototype.HDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);WCa(c,a)};Object.defineProperty(B$.prototype,"mAngularDamping",{get:B$.prototype.FDa,set:B$.prototype.HDa});B$.prototype.get_mMaxBrakeTorque=B$.prototype.KEa=function(){return XCa(this.kDa)};B$.prototype.set_mMaxBrakeTorque=B$.prototype.zFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);YCa(c,a)};Object.defineProperty(B$.prototype,"mMaxBrakeTorque",{get:B$.prototype.KEa,set:B$.prototype.zFa});
B$.prototype.get_mDifferentialRatio=B$.prototype.AEa=function(){return ZCa(this.kDa)};B$.prototype.set_mDifferentialRatio=B$.prototype.oFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$Ca(c,a)};Object.defineProperty(B$.prototype,"mDifferentialRatio",{get:B$.prototype.AEa,set:B$.prototype.oFa});B$.prototype.__destroy__=function(){aDa(this.kDa)};function C$(){this.kDa=bDa();h(C$)[this.kDa]=this}C$.prototype=Object.create(I5.prototype);C$.prototype.constructor=C$;C$.prototype.lDa=C$;
C$.mDa={};d.TrackedVehicleControllerSettings=C$;C$.prototype.get_mEngine=C$.prototype.CEa=function(){return l(cDa(this.kDa),L6)};C$.prototype.set_mEngine=C$.prototype.rFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dDa(c,a)};Object.defineProperty(C$.prototype,"mEngine",{get:C$.prototype.CEa,set:C$.prototype.rFa});C$.prototype.get_mTransmission=C$.prototype.bFa=function(){return l(eDa(this.kDa),z)};
C$.prototype.set_mTransmission=C$.prototype.RFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fDa(c,a)};Object.defineProperty(C$.prototype,"mTransmission",{get:C$.prototype.bFa,set:C$.prototype.RFa});C$.prototype.get_mTracks=C$.prototype.CMa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(gDa(c,a),I6)};C$.prototype.set_mTracks=C$.prototype.HQa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);hDa(b,a,c)};
Object.defineProperty(C$.prototype,"mTracks",{get:C$.prototype.CMa,set:C$.prototype.HQa});C$.prototype.__destroy__=function(){iDa(this.kDa)};function D$(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=jDa(a,c);h(D$)[this.kDa]=this}D$.prototype=Object.create(J5.prototype);D$.prototype.constructor=D$;D$.prototype.lDa=D$;D$.mDa={};d.TrackedVehicleController=D$;
D$.prototype.SetDriverInput=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);kDa(g,a,c,b,f)};D$.prototype.SetForwardInput=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lDa(c,a)};D$.prototype.GetForwardInput=function(){return mDa(this.kDa)};D$.prototype.SetLeftRatio=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nDa(c,a)};D$.prototype.GetLeftRatio=function(){return oDa(this.kDa)};
D$.prototype.SetRightRatio=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pDa(c,a)};D$.prototype.GetRightRatio=function(){return qDa(this.kDa)};D$.prototype.SetBrakeInput=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rDa(c,a)};D$.prototype.GetBrakeInput=function(){return sDa(this.kDa)};D$.prototype.GetEngine=function(){return l(tDa(this.kDa),Q6)};D$.prototype.GetTransmission=function(){return l(uDa(this.kDa),A)};
D$.prototype.GetTracks=function(){return l(vDa(this.kDa),B$)};D$.prototype.GetConstraint=function(){return l(wDa(this.kDa),K5)};D$.prototype.__destroy__=function(){xDa(this.kDa)};function Q6(){throw"cannot construct a VehicleEngine, no constructor in IDL";}Q6.prototype=Object.create(L6.prototype);Q6.prototype.constructor=Q6;Q6.prototype.lDa=Q6;Q6.mDa={};d.VehicleEngine=Q6;Q6.prototype.ClampRPM=function(){yDa(this.kDa)};Q6.prototype.GetCurrentRPM=function(){return zDa(this.kDa)};
Q6.prototype.SetCurrentRPM=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ADa(c,a)};Q6.prototype.GetAngularVelocity=function(){return BDa(this.kDa)};Q6.prototype.GetTorque=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return CDa(c,a)};Q6.prototype.get_mMaxTorque=Q6.prototype.UGa=function(){return DDa(this.kDa)};Q6.prototype.set_mMaxTorque=Q6.prototype.qIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);EDa(c,a)};
Object.defineProperty(Q6.prototype,"mMaxTorque",{get:Q6.prototype.UGa,set:Q6.prototype.qIa});Q6.prototype.get_mMinRPM=Q6.prototype.VGa=function(){return FDa(this.kDa)};Q6.prototype.set_mMinRPM=Q6.prototype.rIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);GDa(c,a)};Object.defineProperty(Q6.prototype,"mMinRPM",{get:Q6.prototype.VGa,set:Q6.prototype.rIa});Q6.prototype.get_mMaxRPM=Q6.prototype.SGa=function(){return HDa(this.kDa)};
Q6.prototype.set_mMaxRPM=Q6.prototype.oIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);IDa(c,a)};Object.defineProperty(Q6.prototype,"mMaxRPM",{get:Q6.prototype.SGa,set:Q6.prototype.oIa});Q6.prototype.get_mNormalizedTorque=Q6.prototype.$Ga=function(){return l(JDa(this.kDa),N6)};Q6.prototype.set_mNormalizedTorque=Q6.prototype.wIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);KDa(c,a)};Object.defineProperty(Q6.prototype,"mNormalizedTorque",{get:Q6.prototype.$Ga,set:Q6.prototype.wIa});
Q6.prototype.get_mInertia=Q6.prototype.KDa=function(){return LDa(this.kDa)};Q6.prototype.set_mInertia=Q6.prototype.RDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);MDa(c,a)};Object.defineProperty(Q6.prototype,"mInertia",{get:Q6.prototype.KDa,set:Q6.prototype.RDa});Q6.prototype.get_mAngularDamping=Q6.prototype.FDa=function(){return NDa(this.kDa)};Q6.prototype.set_mAngularDamping=Q6.prototype.HDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ODa(c,a)};
Object.defineProperty(Q6.prototype,"mAngularDamping",{get:Q6.prototype.FDa,set:Q6.prototype.HDa});Q6.prototype.__destroy__=function(){PDa(this.kDa)};function A(){throw"cannot construct a VehicleTransmission, no constructor in IDL";}A.prototype=Object.create(z.prototype);A.prototype.constructor=A;A.prototype.lDa=A;A.mDa={};d.VehicleTransmission=A;A.prototype.Set=A.prototype.Set=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);QDa(b,a,c)};
A.prototype.GetCurrentGear=function(){return RDa(this.kDa)};A.prototype.GetClutchFriction=function(){return SDa(this.kDa)};A.prototype.IsSwitchingGear=function(){return!!TDa(this.kDa)};A.prototype.GetCurrentRatio=function(){return UDa(this.kDa)};A.prototype.get_mMode=A.prototype.NEa=function(){return VDa(this.kDa)};A.prototype.set_mMode=A.prototype.CFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);WDa(c,a)};Object.defineProperty(A.prototype,"mMode",{get:A.prototype.NEa,set:A.prototype.CFa});
A.prototype.get_mGearRatios=A.prototype.zGa=function(){return l(XDa(this.kDa),O6)};A.prototype.set_mGearRatios=A.prototype.WHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);YDa(c,a)};Object.defineProperty(A.prototype,"mGearRatios",{get:A.prototype.zGa,set:A.prototype.WHa});A.prototype.get_mReverseGearRatios=A.prototype.gHa=function(){return l(ZDa(this.kDa),O6)};A.prototype.set_mReverseGearRatios=A.prototype.DIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$Da(c,a)};
Object.defineProperty(A.prototype,"mReverseGearRatios",{get:A.prototype.gHa,set:A.prototype.DIa});A.prototype.get_mSwitchTime=A.prototype.qHa=function(){return aEa(this.kDa)};A.prototype.set_mSwitchTime=A.prototype.OIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bEa(c,a)};Object.defineProperty(A.prototype,"mSwitchTime",{get:A.prototype.qHa,set:A.prototype.OIa});A.prototype.get_mClutchReleaseTime=A.prototype.pGa=function(){return cEa(this.kDa)};
A.prototype.set_mClutchReleaseTime=A.prototype.MHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dEa(c,a)};Object.defineProperty(A.prototype,"mClutchReleaseTime",{get:A.prototype.pGa,set:A.prototype.MHa});A.prototype.get_mSwitchLatency=A.prototype.pHa=function(){return eEa(this.kDa)};A.prototype.set_mSwitchLatency=A.prototype.NIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fEa(c,a)};Object.defineProperty(A.prototype,"mSwitchLatency",{get:A.prototype.pHa,set:A.prototype.NIa});
A.prototype.get_mShiftUpRPM=A.prototype.lHa=function(){return gEa(this.kDa)};A.prototype.set_mShiftUpRPM=A.prototype.JIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hEa(c,a)};Object.defineProperty(A.prototype,"mShiftUpRPM",{get:A.prototype.lHa,set:A.prototype.JIa});A.prototype.get_mShiftDownRPM=A.prototype.kHa=function(){return iEa(this.kDa)};A.prototype.set_mShiftDownRPM=A.prototype.IIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jEa(c,a)};
Object.defineProperty(A.prototype,"mShiftDownRPM",{get:A.prototype.kHa,set:A.prototype.IIa});A.prototype.get_mClutchStrength=A.prototype.qGa=function(){return kEa(this.kDa)};A.prototype.set_mClutchStrength=A.prototype.NHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lEa(c,a)};Object.defineProperty(A.prototype,"mClutchStrength",{get:A.prototype.qGa,set:A.prototype.NHa});A.prototype.__destroy__=function(){mEa(this.kDa)};function q$(){this.kDa=nEa();h(q$)[this.kDa]=this}
q$.prototype=Object.create(e.prototype);q$.prototype.constructor=q$;q$.prototype.lDa=q$;q$.mDa={};d.VehicleDifferentialSettings=q$;q$.prototype.get_mLeftWheel=q$.prototype.JGa=function(){return oEa(this.kDa)};q$.prototype.set_mLeftWheel=q$.prototype.fIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pEa(c,a)};Object.defineProperty(q$.prototype,"mLeftWheel",{get:q$.prototype.JGa,set:q$.prototype.fIa});q$.prototype.get_mRightWheel=q$.prototype.hHa=function(){return qEa(this.kDa)};
q$.prototype.set_mRightWheel=q$.prototype.EIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rEa(c,a)};Object.defineProperty(q$.prototype,"mRightWheel",{get:q$.prototype.hHa,set:q$.prototype.EIa});q$.prototype.get_mDifferentialRatio=q$.prototype.AEa=function(){return sEa(this.kDa)};q$.prototype.set_mDifferentialRatio=q$.prototype.oFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tEa(c,a)};Object.defineProperty(q$.prototype,"mDifferentialRatio",{get:q$.prototype.AEa,set:q$.prototype.oFa});
q$.prototype.get_mLeftRightSplit=q$.prototype.zKa=function(){return uEa(this.kDa)};q$.prototype.set_mLeftRightSplit=q$.prototype.GOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vEa(c,a)};Object.defineProperty(q$.prototype,"mLeftRightSplit",{get:q$.prototype.zKa,set:q$.prototype.GOa});q$.prototype.get_mLimitedSlipRatio=q$.prototype.DKa=function(){return wEa(this.kDa)};
q$.prototype.set_mLimitedSlipRatio=q$.prototype.KOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xEa(c,a)};Object.defineProperty(q$.prototype,"mLimitedSlipRatio",{get:q$.prototype.DKa,set:q$.prototype.KOa});q$.prototype.get_mEngineTorqueRatio=q$.prototype.IJa=function(){return yEa(this.kDa)};q$.prototype.set_mEngineTorqueRatio=q$.prototype.PNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zEa(c,a)};
Object.defineProperty(q$.prototype,"mEngineTorqueRatio",{get:q$.prototype.IJa,set:q$.prototype.PNa});q$.prototype.__destroy__=function(){AEa(this.kDa)};function Y(){this.kDa=BEa();h(Y)[this.kDa]=this}Y.prototype=Object.create(K6.prototype);Y.prototype.constructor=Y;Y.prototype.lDa=Y;Y.mDa={};d.MotorcycleControllerSettings=Y;Y.prototype.get_mMaxLeanAngle=Y.prototype.ZKa=function(){return CEa(this.kDa)};
Y.prototype.set_mMaxLeanAngle=Y.prototype.fPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);DEa(c,a)};Object.defineProperty(Y.prototype,"mMaxLeanAngle",{get:Y.prototype.ZKa,set:Y.prototype.fPa});Y.prototype.get_mLeanSpringConstant=Y.prototype.vKa=function(){return EEa(this.kDa)};Y.prototype.set_mLeanSpringConstant=Y.prototype.COa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);FEa(c,a)};Object.defineProperty(Y.prototype,"mLeanSpringConstant",{get:Y.prototype.vKa,set:Y.prototype.COa});
Y.prototype.get_mLeanSpringDamping=Y.prototype.wKa=function(){return GEa(this.kDa)};Y.prototype.set_mLeanSpringDamping=Y.prototype.DOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);HEa(c,a)};Object.defineProperty(Y.prototype,"mLeanSpringDamping",{get:Y.prototype.wKa,set:Y.prototype.DOa});Y.prototype.get_mLeanSpringIntegrationCoefficient=Y.prototype.xKa=function(){return IEa(this.kDa)};
Y.prototype.set_mLeanSpringIntegrationCoefficient=Y.prototype.EOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);JEa(c,a)};Object.defineProperty(Y.prototype,"mLeanSpringIntegrationCoefficient",{get:Y.prototype.xKa,set:Y.prototype.EOa});Y.prototype.get_mLeanSpringIntegrationCoefficientDecay=Y.prototype.yKa=function(){return KEa(this.kDa)};Y.prototype.set_mLeanSpringIntegrationCoefficientDecay=Y.prototype.FOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);LEa(c,a)};
Object.defineProperty(Y.prototype,"mLeanSpringIntegrationCoefficientDecay",{get:Y.prototype.yKa,set:Y.prototype.FOa});Y.prototype.get_mLeanSmoothingFactor=Y.prototype.uKa=function(){return MEa(this.kDa)};Y.prototype.set_mLeanSmoothingFactor=Y.prototype.BOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);NEa(c,a)};Object.defineProperty(Y.prototype,"mLeanSmoothingFactor",{get:Y.prototype.uKa,set:Y.prototype.BOa});
Y.prototype.get_mEngine=Y.prototype.CEa=function(){return l(OEa(this.kDa),L6)};Y.prototype.set_mEngine=Y.prototype.rFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);PEa(c,a)};Object.defineProperty(Y.prototype,"mEngine",{get:Y.prototype.CEa,set:Y.prototype.rFa});Y.prototype.get_mTransmission=Y.prototype.bFa=function(){return l(QEa(this.kDa),z)};Y.prototype.set_mTransmission=Y.prototype.RFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);REa(c,a)};
Object.defineProperty(Y.prototype,"mTransmission",{get:Y.prototype.bFa,set:Y.prototype.RFa});Y.prototype.get_mDifferentials=Y.prototype.xGa=function(){return l(SEa(this.kDa),M6)};Y.prototype.set_mDifferentials=Y.prototype.UHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);TEa(c,a)};Object.defineProperty(Y.prototype,"mDifferentials",{get:Y.prototype.xGa,set:Y.prototype.UHa});Y.prototype.get_mDifferentialLimitedSlipRatio=Y.prototype.wGa=function(){return UEa(this.kDa)};
Y.prototype.set_mDifferentialLimitedSlipRatio=Y.prototype.THa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);VEa(c,a)};Object.defineProperty(Y.prototype,"mDifferentialLimitedSlipRatio",{get:Y.prototype.wGa,set:Y.prototype.THa});Y.prototype.__destroy__=function(){WEa(this.kDa)};function E$(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=XEa(a,c);h(E$)[this.kDa]=this}E$.prototype=Object.create(P6.prototype);E$.prototype.constructor=E$;
E$.prototype.lDa=E$;E$.mDa={};d.MotorcycleController=E$;E$.prototype.GetWheelBase=function(){return YEa(this.kDa)};E$.prototype.EnableLeanController=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ZEa(c,a)};E$.prototype.IsLeanControllerEnabled=function(){return!!$Ea(this.kDa)};E$.prototype.GetConstraint=function(){return l(aFa(this.kDa),K5)};
E$.prototype.SetDriverInput=function(a,c,b,f){var g=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);bFa(g,a,c,b,f)};E$.prototype.SetForwardInput=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cFa(c,a)};E$.prototype.GetForwardInput=function(){return dFa(this.kDa)};E$.prototype.SetRightInput=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);eFa(c,a)};E$.prototype.GetRightInput=function(){return fFa(this.kDa)};
E$.prototype.SetBrakeInput=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gFa(c,a)};E$.prototype.GetBrakeInput=function(){return hFa(this.kDa)};E$.prototype.SetHandBrakeInput=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);iFa(c,a)};E$.prototype.GetHandBrakeInput=function(){return jFa(this.kDa)};E$.prototype.GetEngine=function(){return l(kFa(this.kDa),Q6)};E$.prototype.GetTransmission=function(){return l(lFa(this.kDa),A)};
E$.prototype.GetDifferentials=function(){return l(mFa(this.kDa),M6)};E$.prototype.GetDifferentialLimitedSlipRatio=function(){return nFa(this.kDa)};E$.prototype.SetDifferentialLimitedSlipRatio=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);oFa(c,a)};E$.prototype.GetWheelSpeedAtClutch=function(){return pFa(this.kDa)};E$.prototype.__destroy__=function(){qFa(this.kDa)};function F$(){this.kDa=rFa();h(F$)[this.kDa]=this}F$.prototype=Object.create(e.prototype);F$.prototype.constructor=F$;
F$.prototype.lDa=F$;F$.mDa={};d.Skeleton=F$;F$.prototype.AddJoint=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return sFa(b,a,c)};F$.prototype.GetJointCount=function(){return tFa(this.kDa)};F$.prototype.AreJointsCorrectlyOrdered=function(){return!!uFa(this.kDa)};F$.prototype.CalculateParentJointIndices=function(){vFa(this.kDa)};F$.prototype.__destroy__=function(){wFa(this.kDa)};function G$(){this.kDa=xFa();h(G$)[this.kDa]=this}G$.prototype=Object.create(R6.prototype);
G$.prototype.constructor=G$;G$.prototype.lDa=G$;G$.mDa={};d.SkeletalAnimationKeyframe=G$;G$.prototype.FromMatrix=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);yFa(c,a)};G$.prototype.ToMatrix=function(){return l(zFa(this.kDa),r)};G$.prototype.get_mTime=G$.prototype.yMa=function(){return AFa(this.kDa)};G$.prototype.set_mTime=G$.prototype.DQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);BFa(c,a)};Object.defineProperty(G$.prototype,"mTime",{get:G$.prototype.yMa,set:G$.prototype.DQa});
G$.prototype.get_mTranslation=G$.prototype.sHa=function(){return l(CFa(this.kDa),p)};G$.prototype.set_mTranslation=G$.prototype.QIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);DFa(c,a)};Object.defineProperty(G$.prototype,"mTranslation",{get:G$.prototype.sHa,set:G$.prototype.QIa});G$.prototype.get_mRotation=G$.prototype.ODa=function(){return l(EFa(this.kDa),t)};G$.prototype.set_mRotation=G$.prototype.VDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);FFa(c,a)};
Object.defineProperty(G$.prototype,"mRotation",{get:G$.prototype.ODa,set:G$.prototype.VDa});G$.prototype.__destroy__=function(){GFa(this.kDa)};function H$(){this.kDa=HFa();h(H$)[this.kDa]=this}H$.prototype=Object.create(e.prototype);H$.prototype.constructor=H$;H$.prototype.lDa=H$;H$.mDa={};d.ArraySkeletonKeyframe=H$;H$.prototype.empty=H$.prototype.empty=function(){return!!IFa(this.kDa)};H$.prototype.size=H$.prototype.size=function(){return JFa(this.kDa)};
H$.prototype.at=H$.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(KFa(c,a),G$)};H$.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);LFa(c,a)};H$.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);MFa(c,a)};H$.prototype.resize=H$.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);NFa(c,a)};H$.prototype.clear=H$.prototype.clear=function(){OFa(this.kDa)};
H$.prototype.__destroy__=function(){PFa(this.kDa)};function I$(){this.kDa=QFa();h(I$)[this.kDa]=this}I$.prototype=Object.create(e.prototype);I$.prototype.constructor=I$;I$.prototype.lDa=I$;I$.mDa={};d.SkeletalAnimationAnimatedJoint=I$;I$.prototype.get_mJointName=I$.prototype.nKa=function(){return l(RFa(this.kDa),U6)};I$.prototype.set_mJointName=I$.prototype.uOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);SFa(c,a)};
Object.defineProperty(I$.prototype,"mJointName",{get:I$.prototype.nKa,set:I$.prototype.uOa});I$.prototype.get_mKeyframes=I$.prototype.oKa=function(){return l(TFa(this.kDa),H$)};I$.prototype.set_mKeyframes=I$.prototype.vOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);UFa(c,a)};Object.defineProperty(I$.prototype,"mKeyframes",{get:I$.prototype.oKa,set:I$.prototype.vOa});I$.prototype.__destroy__=function(){VFa(this.kDa)};function J$(){this.kDa=WFa();h(J$)[this.kDa]=this}J$.prototype=Object.create(e.prototype);
J$.prototype.constructor=J$;J$.prototype.lDa=J$;J$.mDa={};d.ArraySkeletonAnimatedJoint=J$;J$.prototype.empty=J$.prototype.empty=function(){return!!XFa(this.kDa)};J$.prototype.size=J$.prototype.size=function(){return YFa(this.kDa)};J$.prototype.at=J$.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(ZFa(c,a),I$)};J$.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$Fa(c,a)};
J$.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aGa(c,a)};J$.prototype.resize=J$.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bGa(c,a)};J$.prototype.clear=J$.prototype.clear=function(){cGa(this.kDa)};J$.prototype.__destroy__=function(){dGa(this.kDa)};function K$(){this.kDa=eGa();h(K$)[this.kDa]=this}K$.prototype=Object.create(e.prototype);K$.prototype.constructor=K$;K$.prototype.lDa=K$;K$.mDa={};d.SkeletalAnimation=K$;
K$.prototype.SetIsLooping=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fGa(c,a)};K$.prototype.IsLooping=function(){return!!gGa(this.kDa)};K$.prototype.GetDuration=function(){return hGa(this.kDa)};K$.prototype.ScaleJoints=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);iGa(c,a)};K$.prototype.Sample=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);jGa(b,a,c)};
K$.prototype.GetAnimatedJoints=function(){return l(kGa(this.kDa),J$)};K$.prototype.__destroy__=function(){lGa(this.kDa)};function L$(){this.kDa=mGa();h(L$)[this.kDa]=this}L$.prototype=Object.create(e.prototype);L$.prototype.constructor=L$;L$.prototype.lDa=L$;L$.mDa={};d.SkeletonPose=L$;L$.prototype.SetSkeleton=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nGa(c,a)};L$.prototype.GetSkeleton=function(){return l(oGa(this.kDa),F$)};
L$.prototype.SetRootOffset=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pGa(c,a)};L$.prototype.GetRootOffset=function(){return l(qGa(this.kDa),x)};L$.prototype.GetJointCount=function(){return rGa(this.kDa)};L$.prototype.GetJoint=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(sGa(c,a),R6)};L$.prototype.GetJointMatrices=function(){return l(tGa(this.kDa),Z6)};
L$.prototype.GetJointMatrix=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(uGa(c,a),r)};L$.prototype.CalculateJointMatrices=function(){vGa(this.kDa)};L$.prototype.CalculateJointStates=function(){wGa(this.kDa)};L$.prototype.__destroy__=function(){xGa(this.kDa)};function Z(){throw"cannot construct a RagdollPart, no constructor in IDL";}Z.prototype=Object.create(w.prototype);Z.prototype.constructor=Z;Z.prototype.lDa=Z;Z.mDa={};d.RagdollPart=Z;
Z.prototype.GetShapeSettings=function(){return l(yGa(this.kDa),v5)};Z.prototype.SetShapeSettings=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zGa(c,a)};Z.prototype.ConvertShapeSettings=function(){return l(AGa(this.kDa),w5)};Z.prototype.GetShape=function(){return l(BGa(this.kDa),m)};Z.prototype.SetShape=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);CGa(c,a)};Z.prototype.HasMassProperties=function(){return!!DGa(this.kDa)};
Z.prototype.GetMassProperties=function(){return l(EGa(this.kDa),x5)};Z.prototype.get_mToParent=Z.prototype.AMa=function(){return l(FGa(this.kDa),V5)};Z.prototype.set_mToParent=Z.prototype.FQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);GGa(c,a)};Object.defineProperty(Z.prototype,"mToParent",{get:Z.prototype.AMa,set:Z.prototype.FQa});Z.prototype.get_mPosition=Z.prototype.yDa=function(){return l(HGa(this.kDa),x)};
Z.prototype.set_mPosition=Z.prototype.ADa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);IGa(c,a)};Object.defineProperty(Z.prototype,"mPosition",{get:Z.prototype.yDa,set:Z.prototype.ADa});Z.prototype.get_mRotation=Z.prototype.ODa=function(){return l(JGa(this.kDa),t)};Z.prototype.set_mRotation=Z.prototype.VDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);KGa(c,a)};Object.defineProperty(Z.prototype,"mRotation",{get:Z.prototype.ODa,set:Z.prototype.VDa});
Z.prototype.get_mLinearVelocity=Z.prototype.HEa=function(){return l(LGa(this.kDa),p)};Z.prototype.set_mLinearVelocity=Z.prototype.wFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);MGa(c,a)};Object.defineProperty(Z.prototype,"mLinearVelocity",{get:Z.prototype.HEa,set:Z.prototype.wFa});Z.prototype.get_mAngularVelocity=Z.prototype.wEa=function(){return l(NGa(this.kDa),p)};
Z.prototype.set_mAngularVelocity=Z.prototype.kFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);OGa(c,a)};Object.defineProperty(Z.prototype,"mAngularVelocity",{get:Z.prototype.wEa,set:Z.prototype.kFa});Z.prototype.get_mUserData=Z.prototype.nDa=function(){return PGa(this.kDa)};Z.prototype.set_mUserData=Z.prototype.oDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);QGa(c,a)};Object.defineProperty(Z.prototype,"mUserData",{get:Z.prototype.nDa,set:Z.prototype.oDa});
Z.prototype.get_mObjectLayer=Z.prototype.PEa=function(){return RGa(this.kDa)};Z.prototype.set_mObjectLayer=Z.prototype.EFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);SGa(c,a)};Object.defineProperty(Z.prototype,"mObjectLayer",{get:Z.prototype.PEa,set:Z.prototype.EFa});Z.prototype.get_mCollisionGroup=Z.prototype.yEa=function(){return l(TGa(this.kDa),r6)};Z.prototype.set_mCollisionGroup=Z.prototype.mFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);UGa(c,a)};
Object.defineProperty(Z.prototype,"mCollisionGroup",{get:Z.prototype.yEa,set:Z.prototype.mFa});Z.prototype.get_mMotionType=Z.prototype.XGa=function(){return VGa(this.kDa)};Z.prototype.set_mMotionType=Z.prototype.tIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);WGa(c,a)};Object.defineProperty(Z.prototype,"mMotionType",{get:Z.prototype.XGa,set:Z.prototype.tIa});Z.prototype.get_mAllowedDOFs=Z.prototype.aGa=function(){return XGa(this.kDa)};
Z.prototype.set_mAllowedDOFs=Z.prototype.yHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);YGa(c,a)};Object.defineProperty(Z.prototype,"mAllowedDOFs",{get:Z.prototype.aGa,set:Z.prototype.yHa});Z.prototype.get_mAllowDynamicOrKinematic=Z.prototype.$Fa=function(){return!!ZGa(this.kDa)};Z.prototype.set_mAllowDynamicOrKinematic=Z.prototype.xHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);$Ga(c,a)};
Object.defineProperty(Z.prototype,"mAllowDynamicOrKinematic",{get:Z.prototype.$Fa,set:Z.prototype.xHa});Z.prototype.get_mIsSensor=Z.prototype.hEa=function(){return!!aHa(this.kDa)};Z.prototype.set_mIsSensor=Z.prototype.qEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);bHa(c,a)};Object.defineProperty(Z.prototype,"mIsSensor",{get:Z.prototype.hEa,set:Z.prototype.qEa});Z.prototype.get_mUseManifoldReduction=Z.prototype.dFa=function(){return!!cHa(this.kDa)};
Z.prototype.set_mUseManifoldReduction=Z.prototype.TFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);dHa(c,a)};Object.defineProperty(Z.prototype,"mUseManifoldReduction",{get:Z.prototype.dFa,set:Z.prototype.TFa});Z.prototype.get_mCollideKinematicVsNonDynamic=Z.prototype.rGa=function(){return!!eHa(this.kDa)};Z.prototype.set_mCollideKinematicVsNonDynamic=Z.prototype.OHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fHa(c,a)};
Object.defineProperty(Z.prototype,"mCollideKinematicVsNonDynamic",{get:Z.prototype.rGa,set:Z.prototype.OHa});Z.prototype.get_mApplyGyroscopicForce=Z.prototype.bGa=function(){return!!gHa(this.kDa)};Z.prototype.set_mApplyGyroscopicForce=Z.prototype.zHa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);hHa(c,a)};Object.defineProperty(Z.prototype,"mApplyGyroscopicForce",{get:Z.prototype.bGa,set:Z.prototype.zHa});Z.prototype.get_mMotionQuality=Z.prototype.WGa=function(){return iHa(this.kDa)};
Z.prototype.set_mMotionQuality=Z.prototype.sIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);jHa(c,a)};Object.defineProperty(Z.prototype,"mMotionQuality",{get:Z.prototype.WGa,set:Z.prototype.sIa});Z.prototype.get_mEnhancedInternalEdgeRemoval=Z.prototype.eEa=function(){return!!kHa(this.kDa)};Z.prototype.set_mEnhancedInternalEdgeRemoval=Z.prototype.nEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);lHa(c,a)};
Object.defineProperty(Z.prototype,"mEnhancedInternalEdgeRemoval",{get:Z.prototype.eEa,set:Z.prototype.nEa});Z.prototype.get_mAllowSleeping=Z.prototype.bEa=function(){return!!mHa(this.kDa)};Z.prototype.set_mAllowSleeping=Z.prototype.kEa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);nHa(c,a)};Object.defineProperty(Z.prototype,"mAllowSleeping",{get:Z.prototype.bEa,set:Z.prototype.kEa});Z.prototype.get_mFriction=Z.prototype.DEa=function(){return oHa(this.kDa)};
Z.prototype.set_mFriction=Z.prototype.sFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);pHa(c,a)};Object.defineProperty(Z.prototype,"mFriction",{get:Z.prototype.DEa,set:Z.prototype.sFa});Z.prototype.get_mRestitution=Z.prototype.TEa=function(){return qHa(this.kDa)};Z.prototype.set_mRestitution=Z.prototype.IFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);rHa(c,a)};Object.defineProperty(Z.prototype,"mRestitution",{get:Z.prototype.TEa,set:Z.prototype.IFa});
Z.prototype.get_mLinearDamping=Z.prototype.GEa=function(){return sHa(this.kDa)};Z.prototype.set_mLinearDamping=Z.prototype.vFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tHa(c,a)};Object.defineProperty(Z.prototype,"mLinearDamping",{get:Z.prototype.GEa,set:Z.prototype.vFa});Z.prototype.get_mAngularDamping=Z.prototype.FDa=function(){return uHa(this.kDa)};Z.prototype.set_mAngularDamping=Z.prototype.HDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vHa(c,a)};
Object.defineProperty(Z.prototype,"mAngularDamping",{get:Z.prototype.FDa,set:Z.prototype.HDa});Z.prototype.get_mMaxLinearVelocity=Z.prototype.MEa=function(){return wHa(this.kDa)};Z.prototype.set_mMaxLinearVelocity=Z.prototype.BFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xHa(c,a)};Object.defineProperty(Z.prototype,"mMaxLinearVelocity",{get:Z.prototype.MEa,set:Z.prototype.BFa});Z.prototype.get_mMaxAngularVelocity=Z.prototype.PGa=function(){return yHa(this.kDa)};
Z.prototype.set_mMaxAngularVelocity=Z.prototype.lIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);zHa(c,a)};Object.defineProperty(Z.prototype,"mMaxAngularVelocity",{get:Z.prototype.PGa,set:Z.prototype.lIa});Z.prototype.get_mGravityFactor=Z.prototype.EEa=function(){return AHa(this.kDa)};Z.prototype.set_mGravityFactor=Z.prototype.tFa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);BHa(c,a)};Object.defineProperty(Z.prototype,"mGravityFactor",{get:Z.prototype.EEa,set:Z.prototype.tFa});
Z.prototype.get_mNumVelocityStepsOverride=Z.prototype.qDa=function(){return CHa(this.kDa)};Z.prototype.set_mNumVelocityStepsOverride=Z.prototype.sDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);DHa(c,a)};Object.defineProperty(Z.prototype,"mNumVelocityStepsOverride",{get:Z.prototype.qDa,set:Z.prototype.sDa});Z.prototype.get_mNumPositionStepsOverride=Z.prototype.pDa=function(){return EHa(this.kDa)};
Z.prototype.set_mNumPositionStepsOverride=Z.prototype.rDa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);FHa(c,a)};Object.defineProperty(Z.prototype,"mNumPositionStepsOverride",{get:Z.prototype.pDa,set:Z.prototype.rDa});Z.prototype.get_mOverrideMassProperties=Z.prototype.cHa=function(){return GHa(this.kDa)};Z.prototype.set_mOverrideMassProperties=Z.prototype.zIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);HHa(c,a)};
Object.defineProperty(Z.prototype,"mOverrideMassProperties",{get:Z.prototype.cHa,set:Z.prototype.zIa});Z.prototype.get_mInertiaMultiplier=Z.prototype.EGa=function(){return IHa(this.kDa)};Z.prototype.set_mInertiaMultiplier=Z.prototype.aIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);JHa(c,a)};Object.defineProperty(Z.prototype,"mInertiaMultiplier",{get:Z.prototype.EGa,set:Z.prototype.aIa});Z.prototype.get_mMassPropertiesOverride=Z.prototype.OGa=function(){return l(KHa(this.kDa),x5)};
Z.prototype.set_mMassPropertiesOverride=Z.prototype.kIa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);LHa(c,a)};Object.defineProperty(Z.prototype,"mMassPropertiesOverride",{get:Z.prototype.OGa,set:Z.prototype.kIa});Z.prototype.__destroy__=function(){MHa(this.kDa)};function M$(){this.kDa=NHa();h(M$)[this.kDa]=this}M$.prototype=Object.create(e.prototype);M$.prototype.constructor=M$;M$.prototype.lDa=M$;M$.mDa={};d.ArrayRagdollPart=M$;M$.prototype.empty=M$.prototype.empty=function(){return!!OHa(this.kDa)};
M$.prototype.size=M$.prototype.size=function(){return PHa(this.kDa)};M$.prototype.at=M$.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(QHa(c,a),Z)};M$.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);RHa(c,a)};M$.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);SHa(c,a)};M$.prototype.resize=M$.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);THa(c,a)};
M$.prototype.clear=M$.prototype.clear=function(){UHa(this.kDa)};M$.prototype.__destroy__=function(){VHa(this.kDa)};function N$(){throw"cannot construct a RagdollAdditionalConstraint, no constructor in IDL";}N$.prototype=Object.create(e.prototype);N$.prototype.constructor=N$;N$.prototype.lDa=N$;N$.mDa={};d.RagdollAdditionalConstraint=N$;N$.prototype.get_mBodyIdx=N$.prototype.gJa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return WHa(c,a)};
N$.prototype.set_mBodyIdx=N$.prototype.nNa=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);XHa(b,a,c)};Object.defineProperty(N$.prototype,"mBodyIdx",{get:N$.prototype.gJa,set:N$.prototype.nNa});N$.prototype.get_mConstraint=N$.prototype.wJa=function(){return l(YHa(this.kDa),V5)};N$.prototype.set_mConstraint=N$.prototype.DNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ZHa(c,a)};
Object.defineProperty(N$.prototype,"mConstraint",{get:N$.prototype.wJa,set:N$.prototype.DNa});N$.prototype.__destroy__=function(){$Ha(this.kDa)};function O$(){this.kDa=aIa();h(O$)[this.kDa]=this}O$.prototype=Object.create(e.prototype);O$.prototype.constructor=O$;O$.prototype.lDa=O$;O$.mDa={};d.ArrayRagdollAdditionalConstraint=O$;O$.prototype.empty=O$.prototype.empty=function(){return!!bIa(this.kDa)};O$.prototype.size=O$.prototype.size=function(){return cIa(this.kDa)};
O$.prototype.at=O$.prototype.at=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(dIa(c,a),N$)};O$.prototype.push_back=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);eIa(c,a)};O$.prototype.reserve=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);fIa(c,a)};O$.prototype.resize=O$.prototype.resize=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);gIa(c,a)};O$.prototype.clear=O$.prototype.clear=function(){hIa(this.kDa)};
O$.prototype.__destroy__=function(){iIa(this.kDa)};function P$(){this.kDa=jIa();h(P$)[this.kDa]=this}P$.prototype=Object.create(e.prototype);P$.prototype.constructor=P$;P$.prototype.lDa=P$;P$.mDa={};d.RagdollSettings=P$;P$.prototype.Stabilize=function(){return!!kIa(this.kDa)};P$.prototype.CreateRagdoll=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);return l(lIa(f,a,c,b),Q$)};
P$.prototype.GetSkeleton=function(){return l(mIa(this.kDa),F$)};P$.prototype.DisableParentChildCollisions=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);void 0===a?nIa(b):void 0===c?oIa(b,a):pIa(b,a,c)};P$.prototype.CalculateBodyIndexToConstraintIndex=function(){qIa(this.kDa)};P$.prototype.CalculateConstraintIndexToBodyIdxPair=function(){rIa(this.kDa)};P$.prototype.get_mSkeleton=P$.prototype.lMa=function(){return l(sIa(this.kDa),F$)};
P$.prototype.set_mSkeleton=P$.prototype.qQa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);tIa(c,a)};Object.defineProperty(P$.prototype,"mSkeleton",{get:P$.prototype.lMa,set:P$.prototype.qQa});P$.prototype.get_mParts=P$.prototype.ALa=function(){return l(uIa(this.kDa),M$)};P$.prototype.set_mParts=P$.prototype.HPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);vIa(c,a)};Object.defineProperty(P$.prototype,"mParts",{get:P$.prototype.ALa,set:P$.prototype.HPa});
P$.prototype.get_mAdditionalConstraints=P$.prototype.WIa=function(){return l(wIa(this.kDa),O$)};P$.prototype.set_mAdditionalConstraints=P$.prototype.cNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);xIa(c,a)};Object.defineProperty(P$.prototype,"mAdditionalConstraints",{get:P$.prototype.WIa,set:P$.prototype.cNa});P$.prototype.__destroy__=function(){yIa(this.kDa)};function Q$(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=zIa(a);h(Q$)[this.kDa]=this}Q$.prototype=Object.create(e.prototype);
Q$.prototype.constructor=Q$;Q$.prototype.lDa=Q$;Q$.mDa={};d.Ragdoll=Q$;Q$.prototype.AddToPhysicsSystem=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);void 0===c?AIa(b,a):BIa(b,a,c)};Q$.prototype.RemoveFromPhysicsSystem=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?CIa(c):DIa(c,a)};Q$.prototype.Activate=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);void 0===a?EIa(c):FIa(c,a)};
Q$.prototype.IsActive=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return void 0===a?!!GIa(c):!!HIa(c,a)};Q$.prototype.SetGroupID=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);void 0===c?IIa(b,a):JIa(b,a,c)};Q$.prototype.SetPose=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);void 0===c?KIa(b,a):LIa(b,a,c)};
Q$.prototype.GetPose=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);void 0===c?MIa(b,a):NIa(b,a,c)};Q$.prototype.ResetWarmStart=function(){OIa(this.kDa)};Q$.prototype.DriveToPoseUsingKinematics=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);void 0===b?PIa(f,a,c):QIa(f,a,c,b)};
Q$.prototype.DriveToPoseUsingMotors=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);RIa(c,a)};Q$.prototype.SetLinearAndAngularVelocity=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);void 0===b?SIa(f,a,c):TIa(f,a,c,b)};Q$.prototype.SetLinearVelocity=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);void 0===c?UIa(b,a):VIa(b,a,c)};
Q$.prototype.AddLinearVelocity=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);void 0===c?WIa(b,a):XIa(b,a,c)};Q$.prototype.AddImpulse=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);void 0===c?YIa(b,a):ZIa(b,a,c)};
Q$.prototype.GetRootTransform=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);void 0===b?$Ia(f,a,c):aJa(f,a,c,b)};Q$.prototype.GetBodyCount=function(){return bJa(this.kDa)};Q$.prototype.GetBodyID=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(cJa(c,a),N5)};Q$.prototype.GetBodyIDs=function(){return l(dJa(this.kDa),s9)};Q$.prototype.GetConstraintCount=function(){return eJa(this.kDa)};
Q$.prototype.GetWorldSpaceBounds=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return void 0===a?l(fJa(c),n):l(gJa(c,a),n)};Q$.prototype.GetConstraint=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return l(hJa(c,a),W5)};Q$.prototype.GetRagdollSettings=function(){return l(iJa(this.kDa),P$)};Q$.prototype.__destroy__=function(){jJa(this.kDa)};function R$(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=kJa(a);h(R$)[this.kDa]=this}R$.prototype=Object.create(e.prototype);
R$.prototype.constructor=R$;R$.prototype.lDa=R$;R$.mDa={};d.BroadPhaseLayer=R$;R$.prototype.GetValue=function(){return lJa(this.kDa)};R$.prototype.__destroy__=function(){mJa(this.kDa)};function S$(){this.kDa=nJa();h(S$)[this.kDa]=this}S$.prototype=Object.create(S6.prototype);S$.prototype.constructor=S$;S$.prototype.lDa=S$;S$.mDa={};d.BroadPhaseLayerInterfaceJS=S$;S$.prototype.GetNumBroadPhaseLayers=function(){return oJa(this.kDa)};
S$.prototype.GetBPLayer=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);return pJa(c,a)};S$.prototype.__destroy__=function(){qJa(this.kDa)};function T$(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);this.kDa=rJa(a,c);h(T$)[this.kDa]=this}T$.prototype=Object.create(L5.prototype);T$.prototype.constructor=T$;T$.prototype.lDa=T$;T$.mDa={};d.BroadPhaseLayerInterfaceTable=T$;
T$.prototype.MapObjectToBroadPhaseLayer=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);sJa(b,a,c)};T$.prototype.GetNumBroadPhaseLayers=function(){return tJa(this.kDa)};T$.prototype.__destroy__=function(){uJa(this.kDa)};function U$(a,c,b,f){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);f&&"object"===typeof f&&(f=f.kDa);this.kDa=vJa(a,c,b,f);h(U$)[this.kDa]=this}U$.prototype=Object.create(H5.prototype);
U$.prototype.constructor=U$;U$.prototype.lDa=U$;U$.mDa={};d.ObjectVsBroadPhaseLayerFilterTable=U$;U$.prototype.__destroy__=function(){wJa(this.kDa)};function V$(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=xJa(a);h(V$)[this.kDa]=this}V$.prototype=Object.create(y6.prototype);V$.prototype.constructor=V$;V$.prototype.lDa=V$;V$.mDa={};d.ObjectLayerPairFilterTable=V$;V$.prototype.GetNumObjectLayers=function(){return yJa(this.kDa)};
V$.prototype.DisableCollision=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);zJa(b,a,c)};V$.prototype.EnableCollision=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);AJa(b,a,c)};V$.prototype.ShouldCollide=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return!!BJa(b,a,c)};V$.prototype.__destroy__=function(){CJa(this.kDa)};
function W$(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=DJa(a);h(W$)[this.kDa]=this}W$.prototype=Object.create(L5.prototype);W$.prototype.constructor=W$;W$.prototype.lDa=W$;W$.mDa={};d.BroadPhaseLayerInterfaceMask=W$;W$.prototype.ConfigureLayer=function(a,c,b){var f=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);b&&"object"===typeof b&&(b=b.kDa);EJa(f,a,c,b)};W$.prototype.GetNumBroadPhaseLayers=function(){return FJa(this.kDa)};W$.prototype.__destroy__=function(){GJa(this.kDa)};
function X$(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=HJa(a);h(X$)[this.kDa]=this}X$.prototype=Object.create(H5.prototype);X$.prototype.constructor=X$;X$.prototype.lDa=X$;X$.mDa={};d.ObjectVsBroadPhaseLayerFilterMask=X$;X$.prototype.__destroy__=function(){IJa(this.kDa)};function Y$(){this.kDa=JJa();h(Y$)[this.kDa]=this}Y$.prototype=Object.create(y6.prototype);Y$.prototype.constructor=Y$;Y$.prototype.lDa=Y$;Y$.mDa={};d.ObjectLayerPairFilterMask=Y$;
Y$.prototype.sGetObjectLayer=function(a,c){a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return KJa(a,c)};Y$.prototype.sGetGroup=function(a){a&&"object"===typeof a&&(a=a.kDa);return LJa(a)};Y$.prototype.sGetMask=function(a){a&&"object"===typeof a&&(a=a.kDa);return MJa(a)};Y$.prototype.ShouldCollide=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);return!!NJa(b,a,c)};Y$.prototype.__destroy__=function(){OJa(this.kDa)};
function Z$(){this.kDa=PJa();h(Z$)[this.kDa]=this}Z$.prototype=Object.create(e.prototype);Z$.prototype.constructor=Z$;Z$.prototype.lDa=Z$;Z$.mDa={};d.JoltSettings=Z$;Z$.prototype.get_mMaxBodies=Z$.prototype.NKa=function(){return QJa(this.kDa)};Z$.prototype.set_mMaxBodies=Z$.prototype.UOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);RJa(c,a)};Object.defineProperty(Z$.prototype,"mMaxBodies",{get:Z$.prototype.NKa,set:Z$.prototype.UOa});
Z$.prototype.get_mMaxBodyPairs=Z$.prototype.OKa=function(){return SJa(this.kDa)};Z$.prototype.set_mMaxBodyPairs=Z$.prototype.VOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);TJa(c,a)};Object.defineProperty(Z$.prototype,"mMaxBodyPairs",{get:Z$.prototype.OKa,set:Z$.prototype.VOa});Z$.prototype.get_mMaxContactConstraints=Z$.prototype.RKa=function(){return UJa(this.kDa)};
Z$.prototype.set_mMaxContactConstraints=Z$.prototype.YOa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);VJa(c,a)};Object.defineProperty(Z$.prototype,"mMaxContactConstraints",{get:Z$.prototype.RKa,set:Z$.prototype.YOa});Z$.prototype.get_mMaxWorkerThreads=Z$.prototype.iLa=function(){return WJa(this.kDa)};Z$.prototype.set_mMaxWorkerThreads=Z$.prototype.pPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);XJa(c,a)};
Object.defineProperty(Z$.prototype,"mMaxWorkerThreads",{get:Z$.prototype.iLa,set:Z$.prototype.pPa});Z$.prototype.get_mBroadPhaseLayerInterface=Z$.prototype.mJa=function(){return l(YJa(this.kDa),L5)};Z$.prototype.set_mBroadPhaseLayerInterface=Z$.prototype.tNa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);ZJa(c,a)};Object.defineProperty(Z$.prototype,"mBroadPhaseLayerInterface",{get:Z$.prototype.mJa,set:Z$.prototype.tNa});
Z$.prototype.get_mObjectVsBroadPhaseLayerFilter=Z$.prototype.xLa=function(){return l($Ja(this.kDa),H5)};Z$.prototype.set_mObjectVsBroadPhaseLayerFilter=Z$.prototype.EPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);aKa(c,a)};Object.defineProperty(Z$.prototype,"mObjectVsBroadPhaseLayerFilter",{get:Z$.prototype.xLa,set:Z$.prototype.EPa});Z$.prototype.get_mObjectLayerPairFilter=Z$.prototype.wLa=function(){return l(bKa(this.kDa),y6)};
Z$.prototype.set_mObjectLayerPairFilter=Z$.prototype.DPa=function(a){var c=this.kDa;a&&"object"===typeof a&&(a=a.kDa);cKa(c,a)};Object.defineProperty(Z$.prototype,"mObjectLayerPairFilter",{get:Z$.prototype.wLa,set:Z$.prototype.DPa});Z$.prototype.__destroy__=function(){dKa(this.kDa)};function $$(a){a&&"object"===typeof a&&(a=a.kDa);this.kDa=eKa(a);h($$)[this.kDa]=this}$$.prototype=Object.create(e.prototype);$$.prototype.constructor=$$;$$.prototype.lDa=$$;$$.mDa={};d.JoltInterface=$$;
$$.prototype.Step=function(a,c){var b=this.kDa;a&&"object"===typeof a&&(a=a.kDa);c&&"object"===typeof c&&(c=c.kDa);fKa(b,a,c)};$$.prototype.GetPhysicsSystem=function(){return l(gKa(this.kDa),p9)};$$.prototype.GetTempAllocator=function(){return l(hKa(this.kDa),$9)};$$.prototype.GetObjectLayerPairFilter=function(){return l(iKa(this.kDa),y6)};$$.prototype.GetObjectVsBroadPhaseLayerFilter=function(){return l(jKa(this.kDa),H5)};$$.prototype.sGetTotalMemory=function(){return kKa()};
$$.prototype.sGetFreeMemory=function(){return lKa()};$$.prototype.__destroy__=function(){mKa(this.kDa)};
(function(){function a(){d.EBodyType_RigidBody=nKa();d.EBodyType_SoftBody=oKa();d.EMotionType_Static=pKa();d.EMotionType_Kinematic=qKa();d.EMotionType_Dynamic=rKa();d.EMotionQuality_Discrete=sKa();d.EMotionQuality_LinearCast=tKa();d.EActivation_Activate=uKa();d.EActivation_DontActivate=vKa();d.EShapeType_Convex=wKa();d.EShapeType_Compound=xKa();d.EShapeType_Decorated=yKa();d.EShapeType_Mesh=zKa();d.EShapeType_HeightField=AKa();d.EShapeType_Plane=BKa();d.EShapeType_Empty=CKa();d.EShapeSubType_Sphere=
DKa();d.EShapeSubType_Box=EKa();d.EShapeSubType_Capsule=FKa();d.EShapeSubType_TaperedCapsule=GKa();d.EShapeSubType_Cylinder=HKa();d.EShapeSubType_TaperedCylinder=IKa();d.EShapeSubType_ConvexHull=JKa();d.EShapeSubType_StaticCompound=KKa();d.EShapeSubType_MutableCompound=LKa();d.EShapeSubType_RotatedTranslated=MKa();d.EShapeSubType_Scaled=NKa();d.EShapeSubType_OffsetCenterOfMass=OKa();d.EShapeSubType_Mesh=PKa();d.EShapeSubType_HeightField=QKa();d.EShapeSubType_Plane=RKa();d.EShapeSubType_Empty=SKa();
d.EConstraintSpace_LocalToBodyCOM=TKa();d.EConstraintSpace_WorldSpace=UKa();d.ESpringMode_FrequencyAndDamping=VKa();d.ESpringMode_StiffnessAndDamping=WKa();d.EOverrideMassProperties_CalculateMassAndInertia=XKa();d.EOverrideMassProperties_CalculateInertia=YKa();d.EOverrideMassProperties_MassAndInertiaProvided=ZKa();d.EAllowedDOFs_TranslationX=$Ka();d.EAllowedDOFs_TranslationY=aLa();d.EAllowedDOFs_TranslationZ=bLa();d.EAllowedDOFs_RotationX=cLa();d.EAllowedDOFs_RotationY=dLa();d.EAllowedDOFs_RotationZ=
eLa();d.EAllowedDOFs_Plane2D=fLa();d.EAllowedDOFs_All=gLa();d.EStateRecorderState_None=hLa();d.EStateRecorderState_Global=iLa();d.EStateRecorderState_Bodies=jLa();d.EStateRecorderState_Contacts=kLa();d.EStateRecorderState_Constraints=lLa();d.EStateRecorderState_All=mLa();d.EBackFaceMode_IgnoreBackFaces=nLa();d.EBackFaceMode_CollideWithBackFaces=oLa();d.EGroundState_OnGround=pLa();d.EGroundState_OnSteepGround=qLa();d.EGroundState_NotSupported=rLa();d.EGroundState_InAir=sLa();d.ValidateResult_AcceptAllContactsForThisBodyPair=
tLa();d.ValidateResult_AcceptContact=uLa();d.ValidateResult_RejectContact=vLa();d.ValidateResult_RejectAllContactsForThisBodyPair=wLa();d.SoftBodyValidateResult_AcceptContact=xLa();d.SoftBodyValidateResult_RejectContact=yLa();d.EActiveEdgeMode_CollideOnlyWithActive=zLa();d.EActiveEdgeMode_CollideWithAll=ALa();d.ECollectFacesMode_CollectFaces=BLa();d.ECollectFacesMode_NoFaces=CLa();d.SixDOFConstraintSettings_EAxis_TranslationX=DLa();d.SixDOFConstraintSettings_EAxis_TranslationY=ELa();d.SixDOFConstraintSettings_EAxis_TranslationZ=
FLa();d.SixDOFConstraintSettings_EAxis_RotationX=GLa();d.SixDOFConstraintSettings_EAxis_RotationY=HLa();d.SixDOFConstraintSettings_EAxis_RotationZ=ILa();d.EConstraintType_Constraint=JLa();d.EConstraintType_TwoBodyConstraint=KLa();d.EConstraintSubType_Fixed=LLa();d.EConstraintSubType_Point=MLa();d.EConstraintSubType_Hinge=NLa();d.EConstraintSubType_Slider=OLa();d.EConstraintSubType_Distance=PLa();d.EConstraintSubType_Cone=QLa();d.EConstraintSubType_SwingTwist=RLa();d.EConstraintSubType_SixDOF=SLa();
d.EConstraintSubType_Path=TLa();d.EConstraintSubType_Vehicle=ULa();d.EConstraintSubType_RackAndPinion=VLa();d.EConstraintSubType_Gear=WLa();d.EConstraintSubType_Pulley=XLa();d.EMotorState_Off=YLa();d.EMotorState_Velocity=ZLa();d.EMotorState_Position=$La();d.ETransmissionMode_Auto=aMa();d.ETransmissionMode_Manual=bMa();d.ETireFrictionDirection_Longitudinal=cMa();d.ETireFrictionDirection_Lateral=dMa();d.ESwingType_Cone=eMa();d.ESwingType_Pyramid=fMa();d.EPathRotationConstraintType_Free=gMa();d.EPathRotationConstraintType_ConstrainAroundTangent=
hMa();d.EPathRotationConstraintType_ConstrainAroundNormal=iMa();d.EPathRotationConstraintType_ConstrainAroundBinormal=jMa();d.EPathRotationConstraintType_ConstrainToPath=kMa();d.EPathRotationConstraintType_FullyConstrained=lMa();d.SoftBodySharedSettings_EBendType_None=mMa();d.SoftBodySharedSettings_EBendType_Distance=nMa();d.SoftBodySharedSettings_EBendType_Dihedral=oMa();d.SoftBodySharedSettings_ELRAType_None=pMa();d.SoftBodySharedSettings_ELRAType_EuclideanDistance=qMa();d.SoftBodySharedSettings_ELRAType_GeodesicDistance=
rMa();d.MeshShapeSettings_EBuildQuality_FavorRuntimePerformance=sMa();d.MeshShapeSettings_EBuildQuality_FavorBuildSpeed=tMa()}wa?a():La.push(a)})();p.prototype.ToString=p.prototype.tEa=function(){return`(${this.WDa()}, ${this.XDa()}, ${this.YDa()})`};p.prototype.Clone=function(){return new p(this.WDa(),this.XDa(),this.YDa())};x.prototype.ToString=x.prototype.tEa=function(){return`(${this.WDa()}, ${this.XDa()}, ${this.YDa()})`};x.prototype.Clone=function(){return new x(this.WDa(),this.XDa(),this.YDa())};
t.prototype.ToString=t.prototype.tEa=function(){return`(${this.WDa()}, ${this.XDa()}, ${this.YDa()}, ${this.YFa()})`};t.prototype.Clone=function(){return new t(this.WDa(),this.XDa(),this.YDa(),this.YFa())};n.prototype.ToString=n.prototype.tEa=function(){return`[${this.gRa.tEa()}, ${this.hRa.tEa()}]`};N5.prototype.Clone=function(){return new N5(this.UIa())};N5.prototype.ToString=N5.prototype.tEa=function(){return`${this.UIa()}`};wa?moduleRtn=d:moduleRtn=new Promise((a,c)=>{na=a;pa=c});
;return moduleRtn}export default Jolt;