forked from LeenkxTeam/LNXSDK
1914 lines
908 KiB
JavaScript
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=!!globalThis.window,aa=!!globalThis.WorkerGlobalScope,ba=globalThis.process?.versions?.node&&"renderer"!=globalThis.process?.type;if(ba){const {createRequire:a}=({createRequire:function(){return function(){}}});var require=a("")}var ca="./this.program",da="",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=!1;function wa(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 xa;
|
|
async function baa(a){if(!la)try{var c=await fa(a);return new Uint8Array(c)}catch{}if(a==xa&&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}`),wa(f)}}
|
|
async function daa(a){var c=xa;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 ya=a=>{for(;0<a.length;)a.shift()(d)},za=[],Aa=[],eaa=()=>{var a=d.preRun.shift();Aa.push(a)},Ba=(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},
|
|
Ca=[],Da=(a,c,b)=>{Ca.length=0;for(var f;f=ra[c++];){var g=105!=f;g&=112!=f;b+=g&&b%8?4:0;Ca.push(112==f?ta[b>>2]:105==f?sa[b>>2]:ua[b>>3]);b+=g?8:4}return faa[a](...Ca)},Ea={},Ga=()=>{if(!Fa){var a={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:(globalThis.navigator?.language??"C").replace("-","_")+".UTF-8",_:ca||"./this.program"},c;for(c in Ea)void 0===Ea[c]?delete a[c]:a[c]=Ea[c];var b=[];for(c in a)b.push(`${c}=${a[c]}`);Fa=b}return Fa},Fa,Ha=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,[],[]],Ia=globalThis.TextDecoder&&new TextDecoder,Ja=(a,c=0)=>{var b=c;for(var f=b+void 0;a[b]&&!(b>=f);)++b;if(16<b-c&&a.buffer&&Ia)return Ia.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},Ka=[];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={36186: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()},36453:(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)},36716:(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)},36978:(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)},37212:(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)},37471:(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)},37748:(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)},38019:(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)},38299: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()},38517: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()},38744:(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)},38975:(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)},39203:(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)},39456:(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)},39721:(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)},39971:(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)},40240:(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)},40527:(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)},40833:a=>{a=d.getCache(d.RayCastBodyCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot RayCastBodyCollectorJS::Reset.";a.Reset()},41058:(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)},41288:a=>{a=d.getCache(d.CollideShapeBodyCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot CollideShapeBodyCollectorJS::Reset.";a.Reset()},41523:(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)},41763:a=>{a=d.getCache(d.CastShapeBodyCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot CastShapeBodyCollectorJS::Reset.";
|
|
a.Reset()},41992:(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)},42226:a=>{a=d.getCache(d.CastRayCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot CastRayCollectorJS::Reset.";a.Reset()},42443:(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)},42665:(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)},42887:a=>{a=d.getCache(d.CollidePointCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot CollidePointCollectorJS::Reset.";a.Reset()},43114:(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)},43346:(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)},43578:a=>{a=d.getCache(d.CollideShapeCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot CollideShapeCollectorJS::Reset.";a.Reset()},43805:(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)},44037:(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)},44269:a=>{a=d.getCache(d.CastShapeCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot CastShapeCollectorJS::Reset.";a.Reset()},44490:(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)},44716:(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)},44942:a=>{a=d.getCache(d.TransformedShapeCollectorJS)[a];if(!a.hasOwnProperty("Reset"))throw"a JSImplementation must implement all functions, you forgot TransformedShapeCollectorJS::Reset.";a.Reset()},45177:(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)},45417:(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)},45657:(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)},45885:(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)},46149:(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)},46419:(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)},46708:(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)},46992:(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)},47303:(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)},47577:(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)},47878:(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)},48155:(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)},48444:(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)},48748:(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)},49064:(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)},49350:(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)},49663:(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)},49942:(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)},
|
|
50194:(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)},50457:(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)},50695:(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)},50951:(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)},51194:(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)},51445:(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)},51706:(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)},52006:(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)},52284:(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)},52574:(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)},52855:(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)},53186: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()},53477:(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)},53734:()=>qa.length},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,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,vMa,wMa,xMa={i:()=>wa(""),l:(a,c,b,f)=>{var g=(new Date).getFullYear(),k=(new Date(g,0,1)).getTimezoneOffset();g=(new Date(g,6,1)).getTimezoneOffset();ta[a>>2]=60*Math.max(k,g);sa[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?(Ba(a,ra,b,17),
|
|
Ba(c,ra,f,17)):(Ba(a,ra,f,17),Ba(c,ra,b,17))},c:(a,c,b)=>Da(a,c,b),a:(a,c,b)=>Da(a,c,b),n:(a,c,b)=>Da(a,c,b),k:()=>ra.length,b:()=>performance.now(),h:()=>{wa("OOM")},m:(a,c)=>{var b=0,f=0,g;for(g of Ga()){var k=c+b;ta[a+f>>2]=k;b+=Ba(g,ra,k,Infinity)+1;f+=4}return 0},e:(a,c)=>{var b=Ga();ta[a>>2]=b.length;a=0;for(var f of b)a+=Ha(f)+1;ta[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=ta[c>>2],L=ta[c+4>>2];c+=8;for(var oa=0;oa<L;oa++){var Vb=
|
|
a,nf=ra[u+oa],mg=gaa[Vb];0===nf||10===nf?((1===Vb?ja:ka)(Ja(mg)),mg.length=0):mg.push(nf)}g+=L}ta[f>>2]=g;return 0}},p5;
|
|
p5=await (async function(){function a(b){b=p5=b.exports;d._webidl_free=b.q;d._webidl_malloc=b.r;La=d._emscripten_bind_ShapeSettings_GetRefCount_0=b.s;Ma=d._emscripten_bind_ShapeSettings_AddRef_0=b.t;Na=d._emscripten_bind_ShapeSettings_Release_0=b.u;Oa=d._emscripten_bind_ShapeSettings_Create_0=b.v;Pa=d._emscripten_bind_ShapeSettings_ClearCachedResult_0=b.w;Qa=d._emscripten_bind_ShapeSettings_get_mUserData_0=b.x;Ra=d._emscripten_bind_ShapeSettings_set_mUserData_1=b.y;Sa=d._emscripten_bind_ShapeSettings___destroy___0=
|
|
b.z;Ta=d._emscripten_bind_Shape_GetRefCount_0=b.A;Ua=d._emscripten_bind_Shape_AddRef_0=b.B;Va=d._emscripten_bind_Shape_Release_0=b.C;Wa=d._emscripten_bind_Shape_GetType_0=b.D;Xa=d._emscripten_bind_Shape_GetSubType_0=b.E;Ya=d._emscripten_bind_Shape_MustBeStatic_0=b.F;Za=d._emscripten_bind_Shape_GetLocalBounds_0=b.G;$a=d._emscripten_bind_Shape_GetWorldSpaceBounds_2=b.H;ab=d._emscripten_bind_Shape_GetCenterOfMass_0=b.I;bb=d._emscripten_bind_Shape_GetUserData_0=b.J;cb=d._emscripten_bind_Shape_SetUserData_1=
|
|
b.K;db=d._emscripten_bind_Shape_GetSubShapeIDBitsRecursive_0=b.L;eb=d._emscripten_bind_Shape_GetInnerRadius_0=b.M;fb=d._emscripten_bind_Shape_GetMassProperties_0=b.N;gb=d._emscripten_bind_Shape_GetLeafShape_2=b.O;hb=d._emscripten_bind_Shape_GetMaterial_1=b.P;ib=d._emscripten_bind_Shape_GetSurfaceNormal_2=b.Q;jb=d._emscripten_bind_Shape_GetSubShapeUserData_1=b.R;kb=d._emscripten_bind_Shape_GetSubShapeTransformedShape_5=b.S;lb=d._emscripten_bind_Shape_GetVolume_0=b.T;mb=d._emscripten_bind_Shape_IsValidScale_1=
|
|
b.U;nb=d._emscripten_bind_Shape_MakeScaleValid_1=b.V;ob=d._emscripten_bind_Shape_ScaleShape_1=b.W;pb=d._emscripten_bind_Shape___destroy___0=b.X;qb=d._emscripten_bind_ConstraintSettings_GetRefCount_0=b.Y;rb=d._emscripten_bind_ConstraintSettings_AddRef_0=b.Z;sb=d._emscripten_bind_ConstraintSettings_Release_0=b._;tb=d._emscripten_bind_ConstraintSettings_get_mEnabled_0=b.$;ub=d._emscripten_bind_ConstraintSettings_set_mEnabled_1=b.aa;vb=d._emscripten_bind_ConstraintSettings_get_mNumVelocityStepsOverride_0=
|
|
b.ba;wb=d._emscripten_bind_ConstraintSettings_set_mNumVelocityStepsOverride_1=b.ca;xb=d._emscripten_bind_ConstraintSettings_get_mNumPositionStepsOverride_0=b.da;yb=d._emscripten_bind_ConstraintSettings_set_mNumPositionStepsOverride_1=b.ea;zb=d._emscripten_bind_ConstraintSettings___destroy___0=b.fa;Ab=d._emscripten_bind_Constraint_GetRefCount_0=b.ga;Bb=d._emscripten_bind_Constraint_AddRef_0=b.ha;Cb=d._emscripten_bind_Constraint_Release_0=b.ia;Db=d._emscripten_bind_Constraint_GetType_0=b.ja;Eb=d._emscripten_bind_Constraint_GetSubType_0=
|
|
b.ka;Fb=d._emscripten_bind_Constraint_GetConstraintPriority_0=b.la;Gb=d._emscripten_bind_Constraint_SetConstraintPriority_1=b.ma;Hb=d._emscripten_bind_Constraint_SetNumVelocityStepsOverride_1=b.na;Ib=d._emscripten_bind_Constraint_GetNumVelocityStepsOverride_0=b.oa;Jb=d._emscripten_bind_Constraint_SetNumPositionStepsOverride_1=b.pa;Kb=d._emscripten_bind_Constraint_GetNumPositionStepsOverride_0=b.qa;Lb=d._emscripten_bind_Constraint_SetEnabled_1=b.ra;Mb=d._emscripten_bind_Constraint_GetEnabled_0=b.sa;
|
|
Nb=d._emscripten_bind_Constraint_IsActive_0=b.ta;Ob=d._emscripten_bind_Constraint_GetUserData_0=b.ua;Pb=d._emscripten_bind_Constraint_SetUserData_1=b.va;Qb=d._emscripten_bind_Constraint_ResetWarmStart_0=b.wa;Rb=d._emscripten_bind_Constraint_SaveState_1=b.xa;Sb=d._emscripten_bind_Constraint_RestoreState_1=b.ya;Tb=d._emscripten_bind_Constraint___destroy___0=b.za;Ub=d._emscripten_bind_PathConstraintPath_IsLooping_0=b.Aa;Wb=d._emscripten_bind_PathConstraintPath_SetIsLooping_1=b.Ba;Xb=d._emscripten_bind_PathConstraintPath_GetRefCount_0=
|
|
b.Ca;Yb=d._emscripten_bind_PathConstraintPath_AddRef_0=b.Da;Zb=d._emscripten_bind_PathConstraintPath_Release_0=b.Ea;$b=d._emscripten_bind_PathConstraintPath___destroy___0=b.Fa;ac=d._emscripten_bind_StateRecorder_SetValidating_1=b.Ga;bc=d._emscripten_bind_StateRecorder_IsValidating_0=b.Ha;cc=d._emscripten_bind_StateRecorder_SetIsLastPart_1=b.Ia;dc=d._emscripten_bind_StateRecorder_IsLastPart_0=b.Ja;ec=d._emscripten_bind_StateRecorder___destroy___0=b.Ka;fc=d._emscripten_bind_ContactListener___destroy___0=
|
|
b.La;gc=d._emscripten_bind_SoftBodyContactListener___destroy___0=b.Ma;hc=d._emscripten_bind_BodyActivationListener___destroy___0=b.Na;ic=d._emscripten_bind_CharacterContactListener___destroy___0=b.Oa;jc=d._emscripten_bind_ObjectVsBroadPhaseLayerFilter_ObjectVsBroadPhaseLayerFilter_0=b.Pa;kc=d._emscripten_bind_ObjectVsBroadPhaseLayerFilter___destroy___0=b.Qa;lc=d._emscripten_bind_VehicleControllerSettings___destroy___0=b.Ra;mc=d._emscripten_bind_VehicleController_GetConstraint_0=b.Sa;nc=d._emscripten_bind_VehicleController___destroy___0=
|
|
b.Ta;oc=d._emscripten_bind_BroadPhaseLayerInterface_GetNumBroadPhaseLayers_0=b.Ua;pc=d._emscripten_bind_BroadPhaseLayerInterface___destroy___0=b.Va;qc=d._emscripten_bind_BroadPhaseCastResult_BroadPhaseCastResult_0=b.Wa;rc=d._emscripten_bind_BroadPhaseCastResult_Reset_0=b.Xa;sc=d._emscripten_bind_BroadPhaseCastResult_get_mBodyID_0=b.Ya;tc=d._emscripten_bind_BroadPhaseCastResult_set_mBodyID_1=b.Za;uc=d._emscripten_bind_BroadPhaseCastResult_get_mFraction_0=b._a;vc=d._emscripten_bind_BroadPhaseCastResult_set_mFraction_1=
|
|
b.$a;wc=d._emscripten_bind_BroadPhaseCastResult___destroy___0=b.ab;xc=d._emscripten_bind_ConvexShapeSettings_GetRefCount_0=b.bb;yc=d._emscripten_bind_ConvexShapeSettings_AddRef_0=b.cb;zc=d._emscripten_bind_ConvexShapeSettings_Release_0=b.db;Ac=d._emscripten_bind_ConvexShapeSettings_Create_0=b.eb;Bc=d._emscripten_bind_ConvexShapeSettings_ClearCachedResult_0=b.fb;Cc=d._emscripten_bind_ConvexShapeSettings_get_mMaterial_0=b.gb;Dc=d._emscripten_bind_ConvexShapeSettings_set_mMaterial_1=b.hb;Ec=d._emscripten_bind_ConvexShapeSettings_get_mDensity_0=
|
|
b.ib;Fc=d._emscripten_bind_ConvexShapeSettings_set_mDensity_1=b.jb;Gc=d._emscripten_bind_ConvexShapeSettings_get_mUserData_0=b.kb;Hc=d._emscripten_bind_ConvexShapeSettings_set_mUserData_1=b.lb;Ic=d._emscripten_bind_ConvexShapeSettings___destroy___0=b.mb;Jc=d._emscripten_bind_ConvexShape_SetMaterial_1=b.nb;Kc=d._emscripten_bind_ConvexShape_GetDensity_0=b.ob;Lc=d._emscripten_bind_ConvexShape_SetDensity_1=b.pb;Mc=d._emscripten_bind_ConvexShape_GetRefCount_0=b.qb;Nc=d._emscripten_bind_ConvexShape_AddRef_0=
|
|
b.rb;Oc=d._emscripten_bind_ConvexShape_Release_0=b.sb;Pc=d._emscripten_bind_ConvexShape_GetType_0=b.tb;Qc=d._emscripten_bind_ConvexShape_GetSubType_0=b.ub;Rc=d._emscripten_bind_ConvexShape_MustBeStatic_0=b.vb;Sc=d._emscripten_bind_ConvexShape_GetLocalBounds_0=b.wb;Tc=d._emscripten_bind_ConvexShape_GetWorldSpaceBounds_2=b.xb;Uc=d._emscripten_bind_ConvexShape_GetCenterOfMass_0=b.yb;Vc=d._emscripten_bind_ConvexShape_GetUserData_0=b.zb;Wc=d._emscripten_bind_ConvexShape_SetUserData_1=b.Ab;Xc=d._emscripten_bind_ConvexShape_GetSubShapeIDBitsRecursive_0=
|
|
b.Bb;Yc=d._emscripten_bind_ConvexShape_GetInnerRadius_0=b.Cb;Zc=d._emscripten_bind_ConvexShape_GetMassProperties_0=b.Db;$c=d._emscripten_bind_ConvexShape_GetLeafShape_2=b.Eb;ad=d._emscripten_bind_ConvexShape_GetMaterial_1=b.Fb;bd=d._emscripten_bind_ConvexShape_GetSurfaceNormal_2=b.Gb;cd=d._emscripten_bind_ConvexShape_GetSubShapeUserData_1=b.Hb;dd=d._emscripten_bind_ConvexShape_GetSubShapeTransformedShape_5=b.Ib;ed=d._emscripten_bind_ConvexShape_GetVolume_0=b.Jb;fd=d._emscripten_bind_ConvexShape_IsValidScale_1=
|
|
b.Kb;gd=d._emscripten_bind_ConvexShape_MakeScaleValid_1=b.Lb;hd=d._emscripten_bind_ConvexShape_ScaleShape_1=b.Mb;jd=d._emscripten_bind_ConvexShape___destroy___0=b.Nb;kd=d._emscripten_bind_CompoundShapeSettings_AddShape_4=b.Ob;ld=d._emscripten_bind_CompoundShapeSettings_AddShapeShapeSettings_4=b.Pb;md=d._emscripten_bind_CompoundShapeSettings_AddShapeShape_4=b.Qb;nd=d._emscripten_bind_CompoundShapeSettings_GetRefCount_0=b.Rb;od=d._emscripten_bind_CompoundShapeSettings_AddRef_0=b.Sb;pd=d._emscripten_bind_CompoundShapeSettings_Release_0=
|
|
b.Tb;qd=d._emscripten_bind_CompoundShapeSettings_Create_0=b.Ub;rd=d._emscripten_bind_CompoundShapeSettings_ClearCachedResult_0=b.Vb;sd=d._emscripten_bind_CompoundShapeSettings_get_mUserData_0=b.Wb;td=d._emscripten_bind_CompoundShapeSettings_set_mUserData_1=b.Xb;ud=d._emscripten_bind_CompoundShapeSettings___destroy___0=b.Yb;vd=d._emscripten_bind_CompoundShape_GetNumSubShapes_0=b.Zb;wd=d._emscripten_bind_CompoundShape_GetSubShape_1=b._b;xd=d._emscripten_bind_CompoundShape_GetRefCount_0=b.$b;yd=d._emscripten_bind_CompoundShape_AddRef_0=
|
|
b.ac;zd=d._emscripten_bind_CompoundShape_Release_0=b.bc;Ad=d._emscripten_bind_CompoundShape_GetType_0=b.cc;Bd=d._emscripten_bind_CompoundShape_GetSubType_0=b.dc;Cd=d._emscripten_bind_CompoundShape_MustBeStatic_0=b.ec;Dd=d._emscripten_bind_CompoundShape_GetLocalBounds_0=b.fc;Ed=d._emscripten_bind_CompoundShape_GetWorldSpaceBounds_2=b.gc;Fd=d._emscripten_bind_CompoundShape_GetCenterOfMass_0=b.hc;Gd=d._emscripten_bind_CompoundShape_GetUserData_0=b.ic;Hd=d._emscripten_bind_CompoundShape_SetUserData_1=
|
|
b.jc;Id=d._emscripten_bind_CompoundShape_GetSubShapeIDBitsRecursive_0=b.kc;Jd=d._emscripten_bind_CompoundShape_GetInnerRadius_0=b.lc;Kd=d._emscripten_bind_CompoundShape_GetMassProperties_0=b.mc;Ld=d._emscripten_bind_CompoundShape_GetLeafShape_2=b.nc;Md=d._emscripten_bind_CompoundShape_GetMaterial_1=b.oc;Nd=d._emscripten_bind_CompoundShape_GetSurfaceNormal_2=b.pc;Od=d._emscripten_bind_CompoundShape_GetSubShapeUserData_1=b.qc;Pd=d._emscripten_bind_CompoundShape_GetSubShapeTransformedShape_5=b.rc;Qd=
|
|
d._emscripten_bind_CompoundShape_GetVolume_0=b.sc;Rd=d._emscripten_bind_CompoundShape_IsValidScale_1=b.tc;Sd=d._emscripten_bind_CompoundShape_MakeScaleValid_1=b.uc;Td=d._emscripten_bind_CompoundShape_ScaleShape_1=b.vc;Ud=d._emscripten_bind_CompoundShape___destroy___0=b.wc;Vd=d._emscripten_bind_DecoratedShapeSettings_GetRefCount_0=b.xc;Wd=d._emscripten_bind_DecoratedShapeSettings_AddRef_0=b.yc;Xd=d._emscripten_bind_DecoratedShapeSettings_Release_0=b.zc;Yd=d._emscripten_bind_DecoratedShapeSettings_Create_0=
|
|
b.Ac;Zd=d._emscripten_bind_DecoratedShapeSettings_ClearCachedResult_0=b.Bc;$d=d._emscripten_bind_DecoratedShapeSettings_get_mUserData_0=b.Cc;ae=d._emscripten_bind_DecoratedShapeSettings_set_mUserData_1=b.Dc;be=d._emscripten_bind_DecoratedShapeSettings___destroy___0=b.Ec;ce=d._emscripten_bind_DecoratedShape_GetInnerShape_0=b.Fc;de=d._emscripten_bind_DecoratedShape_GetRefCount_0=b.Gc;ee=d._emscripten_bind_DecoratedShape_AddRef_0=b.Hc;fe=d._emscripten_bind_DecoratedShape_Release_0=b.Ic;ge=d._emscripten_bind_DecoratedShape_GetType_0=
|
|
b.Jc;he=d._emscripten_bind_DecoratedShape_GetSubType_0=b.Kc;ie=d._emscripten_bind_DecoratedShape_MustBeStatic_0=b.Lc;je=d._emscripten_bind_DecoratedShape_GetLocalBounds_0=b.Mc;ke=d._emscripten_bind_DecoratedShape_GetWorldSpaceBounds_2=b.Nc;le=d._emscripten_bind_DecoratedShape_GetCenterOfMass_0=b.Oc;me=d._emscripten_bind_DecoratedShape_GetUserData_0=b.Pc;ne=d._emscripten_bind_DecoratedShape_SetUserData_1=b.Qc;oe=d._emscripten_bind_DecoratedShape_GetSubShapeIDBitsRecursive_0=b.Rc;pe=d._emscripten_bind_DecoratedShape_GetInnerRadius_0=
|
|
b.Sc;qe=d._emscripten_bind_DecoratedShape_GetMassProperties_0=b.Tc;re=d._emscripten_bind_DecoratedShape_GetLeafShape_2=b.Uc;se=d._emscripten_bind_DecoratedShape_GetMaterial_1=b.Vc;te=d._emscripten_bind_DecoratedShape_GetSurfaceNormal_2=b.Wc;ue=d._emscripten_bind_DecoratedShape_GetSubShapeUserData_1=b.Xc;ve=d._emscripten_bind_DecoratedShape_GetSubShapeTransformedShape_5=b.Yc;we=d._emscripten_bind_DecoratedShape_GetVolume_0=b.Zc;xe=d._emscripten_bind_DecoratedShape_IsValidScale_1=b._c;ye=d._emscripten_bind_DecoratedShape_MakeScaleValid_1=
|
|
b.$c;ze=d._emscripten_bind_DecoratedShape_ScaleShape_1=b.ad;Ae=d._emscripten_bind_DecoratedShape___destroy___0=b.bd;Be=d._emscripten_bind_TwoBodyConstraintSettings_Create_2=b.cd;Ce=d._emscripten_bind_TwoBodyConstraintSettings_GetRefCount_0=b.dd;De=d._emscripten_bind_TwoBodyConstraintSettings_AddRef_0=b.ed;Ee=d._emscripten_bind_TwoBodyConstraintSettings_Release_0=b.fd;Fe=d._emscripten_bind_TwoBodyConstraintSettings_get_mEnabled_0=b.gd;Ge=d._emscripten_bind_TwoBodyConstraintSettings_set_mEnabled_1=
|
|
b.hd;He=d._emscripten_bind_TwoBodyConstraintSettings_get_mNumVelocityStepsOverride_0=b.id;Ie=d._emscripten_bind_TwoBodyConstraintSettings_set_mNumVelocityStepsOverride_1=b.jd;Je=d._emscripten_bind_TwoBodyConstraintSettings_get_mNumPositionStepsOverride_0=b.kd;Ke=d._emscripten_bind_TwoBodyConstraintSettings_set_mNumPositionStepsOverride_1=b.ld;Le=d._emscripten_bind_TwoBodyConstraintSettings___destroy___0=b.md;Me=d._emscripten_bind_TwoBodyConstraint_GetBody1_0=b.nd;Ne=d._emscripten_bind_TwoBodyConstraint_GetBody2_0=
|
|
b.od;Oe=d._emscripten_bind_TwoBodyConstraint_GetConstraintToBody1Matrix_0=b.pd;Pe=d._emscripten_bind_TwoBodyConstraint_GetConstraintToBody2Matrix_0=b.qd;Qe=d._emscripten_bind_TwoBodyConstraint_GetRefCount_0=b.rd;Re=d._emscripten_bind_TwoBodyConstraint_AddRef_0=b.sd;Se=d._emscripten_bind_TwoBodyConstraint_Release_0=b.td;Te=d._emscripten_bind_TwoBodyConstraint_GetType_0=b.ud;Ue=d._emscripten_bind_TwoBodyConstraint_GetSubType_0=b.vd;Ve=d._emscripten_bind_TwoBodyConstraint_GetConstraintPriority_0=b.wd;
|
|
We=d._emscripten_bind_TwoBodyConstraint_SetConstraintPriority_1=b.xd;Xe=d._emscripten_bind_TwoBodyConstraint_SetNumVelocityStepsOverride_1=b.yd;Ye=d._emscripten_bind_TwoBodyConstraint_GetNumVelocityStepsOverride_0=b.zd;Ze=d._emscripten_bind_TwoBodyConstraint_SetNumPositionStepsOverride_1=b.Ad;$e=d._emscripten_bind_TwoBodyConstraint_GetNumPositionStepsOverride_0=b.Bd;af=d._emscripten_bind_TwoBodyConstraint_SetEnabled_1=b.Cd;bf=d._emscripten_bind_TwoBodyConstraint_GetEnabled_0=b.Dd;cf=d._emscripten_bind_TwoBodyConstraint_IsActive_0=
|
|
b.Ed;df=d._emscripten_bind_TwoBodyConstraint_GetUserData_0=b.Fd;ef=d._emscripten_bind_TwoBodyConstraint_SetUserData_1=b.Gd;ff=d._emscripten_bind_TwoBodyConstraint_ResetWarmStart_0=b.Hd;gf=d._emscripten_bind_TwoBodyConstraint_SaveState_1=b.Id;hf=d._emscripten_bind_TwoBodyConstraint_RestoreState_1=b.Jd;jf=d._emscripten_bind_TwoBodyConstraint___destroy___0=b.Kd;kf=d._emscripten_bind_PathConstraintPathEm_IsLooping_0=b.Ld;lf=d._emscripten_bind_PathConstraintPathEm_SetIsLooping_1=b.Md;mf=d._emscripten_bind_PathConstraintPathEm_GetRefCount_0=
|
|
b.Nd;of=d._emscripten_bind_PathConstraintPathEm_AddRef_0=b.Od;pf=d._emscripten_bind_PathConstraintPathEm_Release_0=b.Pd;qf=d._emscripten_bind_PathConstraintPathEm___destroy___0=b.Qd;rf=d._emscripten_bind_MotionProperties_GetMotionQuality_0=b.Rd;sf=d._emscripten_bind_MotionProperties_GetAllowedDOFs_0=b.Sd;tf=d._emscripten_bind_MotionProperties_GetAllowSleeping_0=b.Td;uf=d._emscripten_bind_MotionProperties_GetLinearVelocity_0=b.Ud;vf=d._emscripten_bind_MotionProperties_SetLinearVelocity_1=b.Vd;wf=d._emscripten_bind_MotionProperties_SetLinearVelocityClamped_1=
|
|
b.Wd;xf=d._emscripten_bind_MotionProperties_GetAngularVelocity_0=b.Xd;yf=d._emscripten_bind_MotionProperties_SetAngularVelocity_1=b.Yd;zf=d._emscripten_bind_MotionProperties_SetAngularVelocityClamped_1=b.Zd;Af=d._emscripten_bind_MotionProperties_MoveKinematic_3=b._d;Bf=d._emscripten_bind_MotionProperties_GetMaxLinearVelocity_0=b.$d;Cf=d._emscripten_bind_MotionProperties_SetMaxLinearVelocity_1=b.ae;Df=d._emscripten_bind_MotionProperties_GetMaxAngularVelocity_0=b.be;Ef=d._emscripten_bind_MotionProperties_SetMaxAngularVelocity_1=
|
|
b.ce;Ff=d._emscripten_bind_MotionProperties_ClampLinearVelocity_0=b.de;Gf=d._emscripten_bind_MotionProperties_ClampAngularVelocity_0=b.ee;Hf=d._emscripten_bind_MotionProperties_GetLinearDamping_0=b.fe;If=d._emscripten_bind_MotionProperties_SetLinearDamping_1=b.ge;Jf=d._emscripten_bind_MotionProperties_GetAngularDamping_0=b.he;Kf=d._emscripten_bind_MotionProperties_SetAngularDamping_1=b.ie;Lf=d._emscripten_bind_MotionProperties_GetGravityFactor_0=b.je;Mf=d._emscripten_bind_MotionProperties_SetGravityFactor_1=
|
|
b.ke;Nf=d._emscripten_bind_MotionProperties_SetMassProperties_2=b.le;Of=d._emscripten_bind_MotionProperties_GetInverseMass_0=b.me;Pf=d._emscripten_bind_MotionProperties_GetInverseMassUnchecked_0=b.ne;Qf=d._emscripten_bind_MotionProperties_SetInverseMass_1=b.oe;Rf=d._emscripten_bind_MotionProperties_GetInverseInertiaDiagonal_0=b.pe;Sf=d._emscripten_bind_MotionProperties_GetInertiaRotation_0=b.qe;Tf=d._emscripten_bind_MotionProperties_SetInverseInertia_2=b.re;Uf=d._emscripten_bind_MotionProperties_ScaleToMass_1=
|
|
b.se;Vf=d._emscripten_bind_MotionProperties_GetLocalSpaceInverseInertia_0=b.te;Wf=d._emscripten_bind_MotionProperties_GetInverseInertiaForRotation_1=b.ue;Xf=d._emscripten_bind_MotionProperties_MultiplyWorldSpaceInverseInertiaByVector_2=b.ve;Yf=d._emscripten_bind_MotionProperties_GetPointVelocityCOM_1=b.we;Zf=d._emscripten_bind_MotionProperties_GetAccumulatedForce_0=b.xe;$f=d._emscripten_bind_MotionProperties_GetAccumulatedTorque_0=b.ye;ag=d._emscripten_bind_MotionProperties_ResetForce_0=b.ze;bg=d._emscripten_bind_MotionProperties_ResetTorque_0=
|
|
b.Ae;cg=d._emscripten_bind_MotionProperties_ResetMotion_0=b.Be;dg=d._emscripten_bind_MotionProperties_LockTranslation_1=b.Ce;eg=d._emscripten_bind_MotionProperties_LockAngular_1=b.De;fg=d._emscripten_bind_MotionProperties_SetNumVelocityStepsOverride_1=b.Ee;gg=d._emscripten_bind_MotionProperties_GetNumVelocityStepsOverride_0=b.Fe;hg=d._emscripten_bind_MotionProperties_SetNumPositionStepsOverride_1=b.Ge;ig=d._emscripten_bind_MotionProperties_GetNumPositionStepsOverride_0=b.He;jg=d._emscripten_bind_MotionProperties___destroy___0=
|
|
b.Ie;kg=d._emscripten_bind_GroupFilter_GetRefCount_0=b.Je;lg=d._emscripten_bind_GroupFilter_AddRef_0=b.Ke;ng=d._emscripten_bind_GroupFilter_Release_0=b.Le;og=d._emscripten_bind_GroupFilter___destroy___0=b.Me;pg=d._emscripten_bind_StateRecorderFilter___destroy___0=b.Ne;qg=d._emscripten_bind_StateRecorderEm_SetValidating_1=b.Oe;rg=d._emscripten_bind_StateRecorderEm_IsValidating_0=b.Pe;sg=d._emscripten_bind_StateRecorderEm_SetIsLastPart_1=b.Qe;tg=d._emscripten_bind_StateRecorderEm_IsLastPart_0=b.Re;
|
|
ug=d._emscripten_bind_StateRecorderEm___destroy___0=b.Se;vg=d._emscripten_bind_BodyLockInterface_TryGetBody_1=b.Te;wg=d._emscripten_bind_BodyLockInterface___destroy___0=b.Ue;xg=d._emscripten_bind_CollideShapeResult_CollideShapeResult_0=b.Ve;yg=d._emscripten_bind_CollideShapeResult_get_mContactPointOn1_0=b.We;zg=d._emscripten_bind_CollideShapeResult_set_mContactPointOn1_1=b.Xe;Ag=d._emscripten_bind_CollideShapeResult_get_mContactPointOn2_0=b.Ye;Bg=d._emscripten_bind_CollideShapeResult_set_mContactPointOn2_1=
|
|
b.Ze;Cg=d._emscripten_bind_CollideShapeResult_get_mPenetrationAxis_0=b._e;Dg=d._emscripten_bind_CollideShapeResult_set_mPenetrationAxis_1=b.$e;Eg=d._emscripten_bind_CollideShapeResult_get_mPenetrationDepth_0=b.af;Fg=d._emscripten_bind_CollideShapeResult_set_mPenetrationDepth_1=b.bf;Gg=d._emscripten_bind_CollideShapeResult_get_mSubShapeID1_0=b.cf;Hg=d._emscripten_bind_CollideShapeResult_set_mSubShapeID1_1=b.df;Ig=d._emscripten_bind_CollideShapeResult_get_mSubShapeID2_0=b.ef;Jg=d._emscripten_bind_CollideShapeResult_set_mSubShapeID2_1=
|
|
b.ff;Kg=d._emscripten_bind_CollideShapeResult_get_mBodyID2_0=b.gf;Lg=d._emscripten_bind_CollideShapeResult_set_mBodyID2_1=b.hf;Mg=d._emscripten_bind_CollideShapeResult_get_mShape1Face_0=b.jf;Ng=d._emscripten_bind_CollideShapeResult_set_mShape1Face_1=b.kf;Og=d._emscripten_bind_CollideShapeResult_get_mShape2Face_0=b.lf;Pg=d._emscripten_bind_CollideShapeResult_set_mShape2Face_1=b.mf;Qg=d._emscripten_bind_CollideShapeResult___destroy___0=b.nf;Rg=d._emscripten_bind_ContactListenerEm___destroy___0=b.of;
|
|
Sg=d._emscripten_bind_SoftBodyContactListenerEm___destroy___0=b.pf;Tg=d._emscripten_bind_RayCastBodyCollector_Reset_0=b.qf;Ug=d._emscripten_bind_RayCastBodyCollector_SetContext_1=b.rf;Vg=d._emscripten_bind_RayCastBodyCollector_GetContext_0=b.sf;Wg=d._emscripten_bind_RayCastBodyCollector_UpdateEarlyOutFraction_1=b.tf;Xg=d._emscripten_bind_RayCastBodyCollector_ResetEarlyOutFraction_0=b.uf;Yg=d._emscripten_bind_RayCastBodyCollector_ResetEarlyOutFraction_1=b.vf;Zg=d._emscripten_bind_RayCastBodyCollector_ForceEarlyOut_0=
|
|
b.wf;$g=d._emscripten_bind_RayCastBodyCollector_ShouldEarlyOut_0=b.xf;ah=d._emscripten_bind_RayCastBodyCollector_GetEarlyOutFraction_0=b.yf;bh=d._emscripten_bind_RayCastBodyCollector_GetPositiveEarlyOutFraction_0=b.zf;ch=d._emscripten_bind_RayCastBodyCollector___destroy___0=b.Af;dh=d._emscripten_bind_CollideShapeBodyCollector_Reset_0=b.Bf;eh=d._emscripten_bind_CollideShapeBodyCollector_SetContext_1=b.Cf;fh=d._emscripten_bind_CollideShapeBodyCollector_GetContext_0=b.Df;gh=d._emscripten_bind_CollideShapeBodyCollector_UpdateEarlyOutFraction_1=
|
|
b.Ef;hh=d._emscripten_bind_CollideShapeBodyCollector_ResetEarlyOutFraction_0=b.Ff;ih=d._emscripten_bind_CollideShapeBodyCollector_ResetEarlyOutFraction_1=b.Gf;jh=d._emscripten_bind_CollideShapeBodyCollector_ForceEarlyOut_0=b.Hf;kh=d._emscripten_bind_CollideShapeBodyCollector_ShouldEarlyOut_0=b.If;lh=d._emscripten_bind_CollideShapeBodyCollector_GetEarlyOutFraction_0=b.Jf;mh=d._emscripten_bind_CollideShapeBodyCollector_GetPositiveEarlyOutFraction_0=b.Kf;nh=d._emscripten_bind_CollideShapeBodyCollector___destroy___0=
|
|
b.Lf;oh=d._emscripten_bind_CastShapeBodyCollector_Reset_0=b.Mf;ph=d._emscripten_bind_CastShapeBodyCollector_SetContext_1=b.Nf;qh=d._emscripten_bind_CastShapeBodyCollector_GetContext_0=b.Of;rh=d._emscripten_bind_CastShapeBodyCollector_UpdateEarlyOutFraction_1=b.Pf;sh=d._emscripten_bind_CastShapeBodyCollector_ResetEarlyOutFraction_0=b.Qf;th=d._emscripten_bind_CastShapeBodyCollector_ResetEarlyOutFraction_1=b.Rf;uh=d._emscripten_bind_CastShapeBodyCollector_ForceEarlyOut_0=b.Sf;vh=d._emscripten_bind_CastShapeBodyCollector_ShouldEarlyOut_0=
|
|
b.Tf;wh=d._emscripten_bind_CastShapeBodyCollector_GetEarlyOutFraction_0=b.Uf;xh=d._emscripten_bind_CastShapeBodyCollector_GetPositiveEarlyOutFraction_0=b.Vf;yh=d._emscripten_bind_CastShapeBodyCollector___destroy___0=b.Wf;zh=d._emscripten_bind_CastRayCollector_Reset_0=b.Xf;Ah=d._emscripten_bind_CastRayCollector_SetContext_1=b.Yf;Bh=d._emscripten_bind_CastRayCollector_GetContext_0=b.Zf;Ch=d._emscripten_bind_CastRayCollector_UpdateEarlyOutFraction_1=b._f;Dh=d._emscripten_bind_CastRayCollector_ResetEarlyOutFraction_0=
|
|
b.$f;Eh=d._emscripten_bind_CastRayCollector_ResetEarlyOutFraction_1=b.ag;Fh=d._emscripten_bind_CastRayCollector_ForceEarlyOut_0=b.bg;Gh=d._emscripten_bind_CastRayCollector_ShouldEarlyOut_0=b.cg;Hh=d._emscripten_bind_CastRayCollector_GetEarlyOutFraction_0=b.dg;Ih=d._emscripten_bind_CastRayCollector_GetPositiveEarlyOutFraction_0=b.eg;Jh=d._emscripten_bind_CastRayCollector___destroy___0=b.fg;Kh=d._emscripten_bind_CollidePointCollector_Reset_0=b.gg;Lh=d._emscripten_bind_CollidePointCollector_SetContext_1=
|
|
b.hg;Mh=d._emscripten_bind_CollidePointCollector_GetContext_0=b.ig;Nh=d._emscripten_bind_CollidePointCollector_UpdateEarlyOutFraction_1=b.jg;Oh=d._emscripten_bind_CollidePointCollector_ResetEarlyOutFraction_0=b.kg;Ph=d._emscripten_bind_CollidePointCollector_ResetEarlyOutFraction_1=b.lg;Qh=d._emscripten_bind_CollidePointCollector_ForceEarlyOut_0=b.mg;Rh=d._emscripten_bind_CollidePointCollector_ShouldEarlyOut_0=b.ng;Sh=d._emscripten_bind_CollidePointCollector_GetEarlyOutFraction_0=b.og;Th=d._emscripten_bind_CollidePointCollector_GetPositiveEarlyOutFraction_0=
|
|
b.pg;Uh=d._emscripten_bind_CollidePointCollector___destroy___0=b.qg;Vh=d._emscripten_bind_CollideSettingsBase_get_mActiveEdgeMode_0=b.rg;Wh=d._emscripten_bind_CollideSettingsBase_set_mActiveEdgeMode_1=b.sg;Xh=d._emscripten_bind_CollideSettingsBase_get_mCollectFacesMode_0=b.tg;Yh=d._emscripten_bind_CollideSettingsBase_set_mCollectFacesMode_1=b.ug;Zh=d._emscripten_bind_CollideSettingsBase_get_mCollisionTolerance_0=b.vg;$h=d._emscripten_bind_CollideSettingsBase_set_mCollisionTolerance_1=b.wg;ai=d._emscripten_bind_CollideSettingsBase_get_mPenetrationTolerance_0=
|
|
b.xg;bi=d._emscripten_bind_CollideSettingsBase_set_mPenetrationTolerance_1=b.yg;ci=d._emscripten_bind_CollideSettingsBase_get_mActiveEdgeMovementDirection_0=b.zg;di=d._emscripten_bind_CollideSettingsBase_set_mActiveEdgeMovementDirection_1=b.Ag;ei=d._emscripten_bind_CollideSettingsBase___destroy___0=b.Bg;fi=d._emscripten_bind_CollideShapeCollector_Reset_0=b.Cg;gi=d._emscripten_bind_CollideShapeCollector_SetContext_1=b.Dg;hi=d._emscripten_bind_CollideShapeCollector_GetContext_0=b.Eg;ii=d._emscripten_bind_CollideShapeCollector_UpdateEarlyOutFraction_1=
|
|
b.Fg;ji=d._emscripten_bind_CollideShapeCollector_ResetEarlyOutFraction_0=b.Gg;ki=d._emscripten_bind_CollideShapeCollector_ResetEarlyOutFraction_1=b.Hg;li=d._emscripten_bind_CollideShapeCollector_ForceEarlyOut_0=b.Ig;mi=d._emscripten_bind_CollideShapeCollector_ShouldEarlyOut_0=b.Jg;ni=d._emscripten_bind_CollideShapeCollector_GetEarlyOutFraction_0=b.Kg;oi=d._emscripten_bind_CollideShapeCollector_GetPositiveEarlyOutFraction_0=b.Lg;pi=d._emscripten_bind_CollideShapeCollector___destroy___0=b.Mg;qi=d._emscripten_bind_CastShapeCollector_Reset_0=
|
|
b.Ng;ri=d._emscripten_bind_CastShapeCollector_SetContext_1=b.Og;si=d._emscripten_bind_CastShapeCollector_GetContext_0=b.Pg;ti=d._emscripten_bind_CastShapeCollector_UpdateEarlyOutFraction_1=b.Qg;ui=d._emscripten_bind_CastShapeCollector_ResetEarlyOutFraction_0=b.Rg;vi=d._emscripten_bind_CastShapeCollector_ResetEarlyOutFraction_1=b.Sg;wi=d._emscripten_bind_CastShapeCollector_ForceEarlyOut_0=b.Tg;xi=d._emscripten_bind_CastShapeCollector_ShouldEarlyOut_0=b.Ug;yi=d._emscripten_bind_CastShapeCollector_GetEarlyOutFraction_0=
|
|
b.Vg;zi=d._emscripten_bind_CastShapeCollector_GetPositiveEarlyOutFraction_0=b.Wg;Ai=d._emscripten_bind_CastShapeCollector___destroy___0=b.Xg;Bi=d._emscripten_bind_TransformedShapeCollector_Reset_0=b.Yg;Ci=d._emscripten_bind_TransformedShapeCollector_SetContext_1=b.Zg;Di=d._emscripten_bind_TransformedShapeCollector_GetContext_0=b._g;Ei=d._emscripten_bind_TransformedShapeCollector_UpdateEarlyOutFraction_1=b.$g;Fi=d._emscripten_bind_TransformedShapeCollector_ResetEarlyOutFraction_0=b.ah;Gi=d._emscripten_bind_TransformedShapeCollector_ResetEarlyOutFraction_1=
|
|
b.bh;Hi=d._emscripten_bind_TransformedShapeCollector_ForceEarlyOut_0=b.ch;Ii=d._emscripten_bind_TransformedShapeCollector_ShouldEarlyOut_0=b.dh;Ji=d._emscripten_bind_TransformedShapeCollector_GetEarlyOutFraction_0=b.eh;Ki=d._emscripten_bind_TransformedShapeCollector_GetPositiveEarlyOutFraction_0=b.fh;Li=d._emscripten_bind_TransformedShapeCollector___destroy___0=b.gh;Mi=d._emscripten_bind_PhysicsStepListener___destroy___0=b.hh;Ni=d._emscripten_bind_BodyActivationListenerEm___destroy___0=b.ih;Oi=d._emscripten_bind_BodyCreationSettings_BodyCreationSettings_0=
|
|
b.jh;Pi=d._emscripten_bind_BodyCreationSettings_BodyCreationSettings_5=b.kh;Qi=d._emscripten_bind_BodyCreationSettings_GetShapeSettings_0=b.lh;Ri=d._emscripten_bind_BodyCreationSettings_SetShapeSettings_1=b.mh;Si=d._emscripten_bind_BodyCreationSettings_ConvertShapeSettings_0=b.nh;Ti=d._emscripten_bind_BodyCreationSettings_GetShape_0=b.oh;Ui=d._emscripten_bind_BodyCreationSettings_SetShape_1=b.ph;Vi=d._emscripten_bind_BodyCreationSettings_HasMassProperties_0=b.qh;Wi=d._emscripten_bind_BodyCreationSettings_GetMassProperties_0=
|
|
b.rh;Xi=d._emscripten_bind_BodyCreationSettings_get_mPosition_0=b.sh;Yi=d._emscripten_bind_BodyCreationSettings_set_mPosition_1=b.th;Zi=d._emscripten_bind_BodyCreationSettings_get_mRotation_0=b.uh;$i=d._emscripten_bind_BodyCreationSettings_set_mRotation_1=b.vh;aj=d._emscripten_bind_BodyCreationSettings_get_mLinearVelocity_0=b.wh;bj=d._emscripten_bind_BodyCreationSettings_set_mLinearVelocity_1=b.xh;cj=d._emscripten_bind_BodyCreationSettings_get_mAngularVelocity_0=b.yh;dj=d._emscripten_bind_BodyCreationSettings_set_mAngularVelocity_1=
|
|
b.zh;ej=d._emscripten_bind_BodyCreationSettings_get_mUserData_0=b.Ah;fj=d._emscripten_bind_BodyCreationSettings_set_mUserData_1=b.Bh;gj=d._emscripten_bind_BodyCreationSettings_get_mObjectLayer_0=b.Ch;hj=d._emscripten_bind_BodyCreationSettings_set_mObjectLayer_1=b.Dh;ij=d._emscripten_bind_BodyCreationSettings_get_mCollisionGroup_0=b.Eh;jj=d._emscripten_bind_BodyCreationSettings_set_mCollisionGroup_1=b.Fh;kj=d._emscripten_bind_BodyCreationSettings_get_mMotionType_0=b.Gh;lj=d._emscripten_bind_BodyCreationSettings_set_mMotionType_1=
|
|
b.Hh;mj=d._emscripten_bind_BodyCreationSettings_get_mAllowedDOFs_0=b.Ih;nj=d._emscripten_bind_BodyCreationSettings_set_mAllowedDOFs_1=b.Jh;oj=d._emscripten_bind_BodyCreationSettings_get_mAllowDynamicOrKinematic_0=b.Kh;pj=d._emscripten_bind_BodyCreationSettings_set_mAllowDynamicOrKinematic_1=b.Lh;qj=d._emscripten_bind_BodyCreationSettings_get_mIsSensor_0=b.Mh;rj=d._emscripten_bind_BodyCreationSettings_set_mIsSensor_1=b.Nh;sj=d._emscripten_bind_BodyCreationSettings_get_mUseManifoldReduction_0=b.Oh;
|
|
tj=d._emscripten_bind_BodyCreationSettings_set_mUseManifoldReduction_1=b.Ph;uj=d._emscripten_bind_BodyCreationSettings_get_mCollideKinematicVsNonDynamic_0=b.Qh;vj=d._emscripten_bind_BodyCreationSettings_set_mCollideKinematicVsNonDynamic_1=b.Rh;wj=d._emscripten_bind_BodyCreationSettings_get_mApplyGyroscopicForce_0=b.Sh;xj=d._emscripten_bind_BodyCreationSettings_set_mApplyGyroscopicForce_1=b.Th;yj=d._emscripten_bind_BodyCreationSettings_get_mMotionQuality_0=b.Uh;zj=d._emscripten_bind_BodyCreationSettings_set_mMotionQuality_1=
|
|
b.Vh;Aj=d._emscripten_bind_BodyCreationSettings_get_mEnhancedInternalEdgeRemoval_0=b.Wh;Bj=d._emscripten_bind_BodyCreationSettings_set_mEnhancedInternalEdgeRemoval_1=b.Xh;Cj=d._emscripten_bind_BodyCreationSettings_get_mAllowSleeping_0=b.Yh;Dj=d._emscripten_bind_BodyCreationSettings_set_mAllowSleeping_1=b.Zh;Ej=d._emscripten_bind_BodyCreationSettings_get_mFriction_0=b._h;Fj=d._emscripten_bind_BodyCreationSettings_set_mFriction_1=b.$h;Gj=d._emscripten_bind_BodyCreationSettings_get_mRestitution_0=b.ai;
|
|
Hj=d._emscripten_bind_BodyCreationSettings_set_mRestitution_1=b.bi;Ij=d._emscripten_bind_BodyCreationSettings_get_mLinearDamping_0=b.ci;Jj=d._emscripten_bind_BodyCreationSettings_set_mLinearDamping_1=b.di;Kj=d._emscripten_bind_BodyCreationSettings_get_mAngularDamping_0=b.ei;Lj=d._emscripten_bind_BodyCreationSettings_set_mAngularDamping_1=b.fi;Mj=d._emscripten_bind_BodyCreationSettings_get_mMaxLinearVelocity_0=b.gi;Nj=d._emscripten_bind_BodyCreationSettings_set_mMaxLinearVelocity_1=b.hi;Oj=d._emscripten_bind_BodyCreationSettings_get_mMaxAngularVelocity_0=
|
|
b.ii;Pj=d._emscripten_bind_BodyCreationSettings_set_mMaxAngularVelocity_1=b.ji;Qj=d._emscripten_bind_BodyCreationSettings_get_mGravityFactor_0=b.ki;Rj=d._emscripten_bind_BodyCreationSettings_set_mGravityFactor_1=b.li;Sj=d._emscripten_bind_BodyCreationSettings_get_mNumVelocityStepsOverride_0=b.mi;Tj=d._emscripten_bind_BodyCreationSettings_set_mNumVelocityStepsOverride_1=b.ni;Uj=d._emscripten_bind_BodyCreationSettings_get_mNumPositionStepsOverride_0=b.oi;Vj=d._emscripten_bind_BodyCreationSettings_set_mNumPositionStepsOverride_1=
|
|
b.pi;Wj=d._emscripten_bind_BodyCreationSettings_get_mOverrideMassProperties_0=b.qi;Xj=d._emscripten_bind_BodyCreationSettings_set_mOverrideMassProperties_1=b.ri;Yj=d._emscripten_bind_BodyCreationSettings_get_mInertiaMultiplier_0=b.si;Zj=d._emscripten_bind_BodyCreationSettings_set_mInertiaMultiplier_1=b.ti;ak=d._emscripten_bind_BodyCreationSettings_get_mMassPropertiesOverride_0=b.ui;bk=d._emscripten_bind_BodyCreationSettings_set_mMassPropertiesOverride_1=b.vi;ck=d._emscripten_bind_BodyCreationSettings___destroy___0=
|
|
b.wi;dk=d._emscripten_bind_CharacterBaseSettings_GetRefCount_0=b.xi;ek=d._emscripten_bind_CharacterBaseSettings_AddRef_0=b.yi;fk=d._emscripten_bind_CharacterBaseSettings_Release_0=b.zi;gk=d._emscripten_bind_CharacterBaseSettings_get_mUp_0=b.Ai;hk=d._emscripten_bind_CharacterBaseSettings_set_mUp_1=b.Bi;ik=d._emscripten_bind_CharacterBaseSettings_get_mSupportingVolume_0=b.Ci;jk=d._emscripten_bind_CharacterBaseSettings_set_mSupportingVolume_1=b.Di;kk=d._emscripten_bind_CharacterBaseSettings_get_mMaxSlopeAngle_0=
|
|
b.Ei;lk=d._emscripten_bind_CharacterBaseSettings_set_mMaxSlopeAngle_1=b.Fi;mk=d._emscripten_bind_CharacterBaseSettings_get_mEnhancedInternalEdgeRemoval_0=b.Gi;nk=d._emscripten_bind_CharacterBaseSettings_set_mEnhancedInternalEdgeRemoval_1=b.Hi;ok=d._emscripten_bind_CharacterBaseSettings_get_mShape_0=b.Ii;pk=d._emscripten_bind_CharacterBaseSettings_set_mShape_1=b.Ji;qk=d._emscripten_bind_CharacterBaseSettings___destroy___0=b.Ki;rk=d._emscripten_bind_CharacterContactListenerEm___destroy___0=b.Li;sk=
|
|
d._emscripten_bind_CharacterVsCharacterCollision___destroy___0=b.Mi;tk=d._emscripten_bind_ObjectVsBroadPhaseLayerFilterEm___destroy___0=b.Ni;uk=d._emscripten_bind_ObjectLayerFilter_ObjectLayerFilter_0=b.Oi;vk=d._emscripten_bind_ObjectLayerFilter___destroy___0=b.Pi;wk=d._emscripten_bind_ObjectLayerPairFilter_ObjectLayerPairFilter_0=b.Qi;xk=d._emscripten_bind_ObjectLayerPairFilter_ShouldCollide_2=b.Ri;yk=d._emscripten_bind_ObjectLayerPairFilter___destroy___0=b.Si;zk=d._emscripten_bind_BodyFilter_BodyFilter_0=
|
|
b.Ti;Ak=d._emscripten_bind_BodyFilter___destroy___0=b.Ui;Bk=d._emscripten_bind_ShapeFilter_ShapeFilter_0=b.Vi;Ck=d._emscripten_bind_ShapeFilter___destroy___0=b.Wi;Dk=d._emscripten_bind_SimShapeFilter_SimShapeFilter_0=b.Xi;Ek=d._emscripten_bind_SimShapeFilter___destroy___0=b.Yi;Fk=d._emscripten_bind_CharacterBase_GetRefCount_0=b.Zi;Gk=d._emscripten_bind_CharacterBase_AddRef_0=b._i;Hk=d._emscripten_bind_CharacterBase_Release_0=b.$i;Ik=d._emscripten_bind_CharacterBase_SetMaxSlopeAngle_1=b.aj;Jk=d._emscripten_bind_CharacterBase_GetCosMaxSlopeAngle_0=
|
|
b.bj;Kk=d._emscripten_bind_CharacterBase_SetUp_1=b.cj;Lk=d._emscripten_bind_CharacterBase_GetUp_0=b.dj;Mk=d._emscripten_bind_CharacterBase_GetShape_0=b.ej;Nk=d._emscripten_bind_CharacterBase_GetGroundState_0=b.fj;Ok=d._emscripten_bind_CharacterBase_IsSlopeTooSteep_1=b.gj;Pk=d._emscripten_bind_CharacterBase_IsSupported_0=b.hj;Qk=d._emscripten_bind_CharacterBase_GetGroundPosition_0=b.ij;Rk=d._emscripten_bind_CharacterBase_GetGroundNormal_0=b.jj;Sk=d._emscripten_bind_CharacterBase_GetGroundVelocity_0=
|
|
b.kj;Tk=d._emscripten_bind_CharacterBase_GetGroundMaterial_0=b.lj;Uk=d._emscripten_bind_CharacterBase_GetGroundBodyID_0=b.mj;Vk=d._emscripten_bind_CharacterBase_SaveState_1=b.nj;Wk=d._emscripten_bind_CharacterBase_RestoreState_1=b.oj;Xk=d._emscripten_bind_CharacterBase___destroy___0=b.pj;Yk=d._emscripten_bind_VehicleCollisionTester_GetRefCount_0=b.qj;Zk=d._emscripten_bind_VehicleCollisionTester_AddRef_0=b.rj;$k=d._emscripten_bind_VehicleCollisionTester_Release_0=b.sj;al=d._emscripten_bind_VehicleCollisionTester___destroy___0=
|
|
b.tj;bl=d._emscripten_bind_VehicleConstraintCallbacksEm_SetVehicleConstraint_1=b.uj;cl=d._emscripten_bind_VehicleConstraintCallbacksEm___destroy___0=b.vj;dl=d._emscripten_bind_WheeledVehicleControllerCallbacksEm_SetWheeledVehicleController_1=b.wj;el=d._emscripten_bind_WheeledVehicleControllerCallbacksEm___destroy___0=b.xj;fl=d._emscripten_bind_WheelSettings_WheelSettings_0=b.yj;gl=d._emscripten_bind_WheelSettings_GetRefCount_0=b.zj;hl=d._emscripten_bind_WheelSettings_AddRef_0=b.Aj;il=d._emscripten_bind_WheelSettings_Release_0=
|
|
b.Bj;jl=d._emscripten_bind_WheelSettings_get_mPosition_0=b.Cj;kl=d._emscripten_bind_WheelSettings_set_mPosition_1=b.Dj;ll=d._emscripten_bind_WheelSettings_get_mSuspensionForcePoint_0=b.Ej;ml=d._emscripten_bind_WheelSettings_set_mSuspensionForcePoint_1=b.Fj;nl=d._emscripten_bind_WheelSettings_get_mSuspensionDirection_0=b.Gj;ol=d._emscripten_bind_WheelSettings_set_mSuspensionDirection_1=b.Hj;pl=d._emscripten_bind_WheelSettings_get_mSteeringAxis_0=b.Ij;ql=d._emscripten_bind_WheelSettings_set_mSteeringAxis_1=
|
|
b.Jj;rl=d._emscripten_bind_WheelSettings_get_mWheelUp_0=b.Kj;sl=d._emscripten_bind_WheelSettings_set_mWheelUp_1=b.Lj;tl=d._emscripten_bind_WheelSettings_get_mWheelForward_0=b.Mj;ul=d._emscripten_bind_WheelSettings_set_mWheelForward_1=b.Nj;vl=d._emscripten_bind_WheelSettings_get_mSuspensionSpring_0=b.Oj;wl=d._emscripten_bind_WheelSettings_set_mSuspensionSpring_1=b.Pj;xl=d._emscripten_bind_WheelSettings_get_mSuspensionMinLength_0=b.Qj;yl=d._emscripten_bind_WheelSettings_set_mSuspensionMinLength_1=b.Rj;
|
|
zl=d._emscripten_bind_WheelSettings_get_mSuspensionMaxLength_0=b.Sj;Al=d._emscripten_bind_WheelSettings_set_mSuspensionMaxLength_1=b.Tj;Bl=d._emscripten_bind_WheelSettings_get_mSuspensionPreloadLength_0=b.Uj;Cl=d._emscripten_bind_WheelSettings_set_mSuspensionPreloadLength_1=b.Vj;Dl=d._emscripten_bind_WheelSettings_get_mRadius_0=b.Wj;El=d._emscripten_bind_WheelSettings_set_mRadius_1=b.Xj;Fl=d._emscripten_bind_WheelSettings_get_mWidth_0=b.Yj;Gl=d._emscripten_bind_WheelSettings_set_mWidth_1=b.Zj;Hl=
|
|
d._emscripten_bind_WheelSettings_get_mEnableSuspensionForcePoint_0=b._j;Il=d._emscripten_bind_WheelSettings_set_mEnableSuspensionForcePoint_1=b.$j;Jl=d._emscripten_bind_WheelSettings___destroy___0=b.ak;Kl=d._emscripten_bind_Wheel_Wheel_1=b.bk;Ll=d._emscripten_bind_Wheel_GetSettings_0=b.ck;Ml=d._emscripten_bind_Wheel_GetAngularVelocity_0=b.dk;Nl=d._emscripten_bind_Wheel_SetAngularVelocity_1=b.ek;Ol=d._emscripten_bind_Wheel_GetRotationAngle_0=b.fk;Pl=d._emscripten_bind_Wheel_SetRotationAngle_1=b.gk;
|
|
Ql=d._emscripten_bind_Wheel_GetSteerAngle_0=b.hk;Rl=d._emscripten_bind_Wheel_SetSteerAngle_1=b.ik;Sl=d._emscripten_bind_Wheel_HasContact_0=b.jk;Tl=d._emscripten_bind_Wheel_GetContactBodyID_0=b.kk;Ul=d._emscripten_bind_Wheel_GetContactPosition_0=b.lk;Vl=d._emscripten_bind_Wheel_GetContactPointVelocity_0=b.mk;Wl=d._emscripten_bind_Wheel_GetContactNormal_0=b.nk;Xl=d._emscripten_bind_Wheel_GetContactLongitudinal_0=b.ok;Yl=d._emscripten_bind_Wheel_GetContactLateral_0=b.pk;Zl=d._emscripten_bind_Wheel_GetSuspensionLength_0=
|
|
b.qk;$l=d._emscripten_bind_Wheel_HasHitHardPoint_0=b.rk;am=d._emscripten_bind_Wheel_GetSuspensionLambda_0=b.sk;bm=d._emscripten_bind_Wheel_GetLongitudinalLambda_0=b.tk;cm=d._emscripten_bind_Wheel_GetLateralLambda_0=b.uk;dm=d._emscripten_bind_Wheel___destroy___0=b.vk;em=d._emscripten_bind_VehicleTrackSettings_get_mDrivenWheel_0=b.wk;fm=d._emscripten_bind_VehicleTrackSettings_set_mDrivenWheel_1=b.xk;gm=d._emscripten_bind_VehicleTrackSettings_get_mWheels_0=b.yk;hm=d._emscripten_bind_VehicleTrackSettings_set_mWheels_1=
|
|
b.zk;im=d._emscripten_bind_VehicleTrackSettings_get_mInertia_0=b.Ak;jm=d._emscripten_bind_VehicleTrackSettings_set_mInertia_1=b.Bk;km=d._emscripten_bind_VehicleTrackSettings_get_mAngularDamping_0=b.Ck;lm=d._emscripten_bind_VehicleTrackSettings_set_mAngularDamping_1=b.Dk;mm=d._emscripten_bind_VehicleTrackSettings_get_mMaxBrakeTorque_0=b.Ek;nm=d._emscripten_bind_VehicleTrackSettings_set_mMaxBrakeTorque_1=b.Fk;om=d._emscripten_bind_VehicleTrackSettings_get_mDifferentialRatio_0=b.Gk;pm=d._emscripten_bind_VehicleTrackSettings_set_mDifferentialRatio_1=
|
|
b.Hk;qm=d._emscripten_bind_VehicleTrackSettings___destroy___0=b.Ik;rm=d._emscripten_bind_WheeledVehicleControllerSettings_WheeledVehicleControllerSettings_0=b.Jk;sm=d._emscripten_bind_WheeledVehicleControllerSettings_get_mEngine_0=b.Kk;tm=d._emscripten_bind_WheeledVehicleControllerSettings_set_mEngine_1=b.Lk;um=d._emscripten_bind_WheeledVehicleControllerSettings_get_mTransmission_0=b.Mk;wm=d._emscripten_bind_WheeledVehicleControllerSettings_set_mTransmission_1=b.Nk;xm=d._emscripten_bind_WheeledVehicleControllerSettings_get_mDifferentials_0=
|
|
b.Ok;ym=d._emscripten_bind_WheeledVehicleControllerSettings_set_mDifferentials_1=b.Pk;zm=d._emscripten_bind_WheeledVehicleControllerSettings_get_mDifferentialLimitedSlipRatio_0=b.Qk;Am=d._emscripten_bind_WheeledVehicleControllerSettings_set_mDifferentialLimitedSlipRatio_1=b.Rk;Bm=d._emscripten_bind_WheeledVehicleControllerSettings___destroy___0=b.Sk;Cm=d._emscripten_bind_VehicleEngineSettings_get_mMaxTorque_0=b.Tk;Dm=d._emscripten_bind_VehicleEngineSettings_set_mMaxTorque_1=b.Uk;Em=d._emscripten_bind_VehicleEngineSettings_get_mMinRPM_0=
|
|
b.Vk;Fm=d._emscripten_bind_VehicleEngineSettings_set_mMinRPM_1=b.Wk;Gm=d._emscripten_bind_VehicleEngineSettings_get_mMaxRPM_0=b.Xk;Hm=d._emscripten_bind_VehicleEngineSettings_set_mMaxRPM_1=b.Yk;Im=d._emscripten_bind_VehicleEngineSettings_get_mNormalizedTorque_0=b.Zk;Jm=d._emscripten_bind_VehicleEngineSettings_set_mNormalizedTorque_1=b._k;Km=d._emscripten_bind_VehicleEngineSettings_get_mInertia_0=b.$k;Lm=d._emscripten_bind_VehicleEngineSettings_set_mInertia_1=b.al;Mm=d._emscripten_bind_VehicleEngineSettings_get_mAngularDamping_0=
|
|
b.bl;Nm=d._emscripten_bind_VehicleEngineSettings_set_mAngularDamping_1=b.cl;Om=d._emscripten_bind_VehicleEngineSettings___destroy___0=b.dl;Pm=d._emscripten_bind_VehicleTransmissionSettings_get_mMode_0=b.el;Qm=d._emscripten_bind_VehicleTransmissionSettings_set_mMode_1=b.fl;Rm=d._emscripten_bind_VehicleTransmissionSettings_get_mGearRatios_0=b.gl;Sm=d._emscripten_bind_VehicleTransmissionSettings_set_mGearRatios_1=b.hl;Tm=d._emscripten_bind_VehicleTransmissionSettings_get_mReverseGearRatios_0=b.il;Um=
|
|
d._emscripten_bind_VehicleTransmissionSettings_set_mReverseGearRatios_1=b.jl;Vm=d._emscripten_bind_VehicleTransmissionSettings_get_mSwitchTime_0=b.kl;Wm=d._emscripten_bind_VehicleTransmissionSettings_set_mSwitchTime_1=b.ll;Xm=d._emscripten_bind_VehicleTransmissionSettings_get_mClutchReleaseTime_0=b.ml;Ym=d._emscripten_bind_VehicleTransmissionSettings_set_mClutchReleaseTime_1=b.nl;Zm=d._emscripten_bind_VehicleTransmissionSettings_get_mSwitchLatency_0=b.ol;$m=d._emscripten_bind_VehicleTransmissionSettings_set_mSwitchLatency_1=
|
|
b.pl;an=d._emscripten_bind_VehicleTransmissionSettings_get_mShiftUpRPM_0=b.ql;bn=d._emscripten_bind_VehicleTransmissionSettings_set_mShiftUpRPM_1=b.rl;cn=d._emscripten_bind_VehicleTransmissionSettings_get_mShiftDownRPM_0=b.sl;dn=d._emscripten_bind_VehicleTransmissionSettings_set_mShiftDownRPM_1=b.tl;en=d._emscripten_bind_VehicleTransmissionSettings_get_mClutchStrength_0=b.ul;fn=d._emscripten_bind_VehicleTransmissionSettings_set_mClutchStrength_1=b.vl;gn=d._emscripten_bind_VehicleTransmissionSettings___destroy___0=
|
|
b.wl;hn=d._emscripten_bind_WheeledVehicleController_WheeledVehicleController_2=b.xl;jn=d._emscripten_bind_WheeledVehicleController_SetDriverInput_4=b.yl;kn=d._emscripten_bind_WheeledVehicleController_SetForwardInput_1=b.zl;ln=d._emscripten_bind_WheeledVehicleController_GetForwardInput_0=b.Al;mn=d._emscripten_bind_WheeledVehicleController_SetRightInput_1=b.Bl;nn=d._emscripten_bind_WheeledVehicleController_GetRightInput_0=b.Cl;on=d._emscripten_bind_WheeledVehicleController_SetBrakeInput_1=b.Dl;pn=d._emscripten_bind_WheeledVehicleController_GetBrakeInput_0=
|
|
b.El;qn=d._emscripten_bind_WheeledVehicleController_SetHandBrakeInput_1=b.Fl;rn=d._emscripten_bind_WheeledVehicleController_GetHandBrakeInput_0=b.Gl;sn=d._emscripten_bind_WheeledVehicleController_GetEngine_0=b.Hl;tn=d._emscripten_bind_WheeledVehicleController_GetTransmission_0=b.Il;un=d._emscripten_bind_WheeledVehicleController_GetDifferentials_0=b.Jl;vn=d._emscripten_bind_WheeledVehicleController_GetDifferentialLimitedSlipRatio_0=b.Kl;wn=d._emscripten_bind_WheeledVehicleController_SetDifferentialLimitedSlipRatio_1=
|
|
b.Ll;xn=d._emscripten_bind_WheeledVehicleController_GetWheelSpeedAtClutch_0=b.Ml;yn=d._emscripten_bind_WheeledVehicleController_GetConstraint_0=b.Nl;zn=d._emscripten_bind_WheeledVehicleController___destroy___0=b.Ol;An=d._emscripten_bind_SkeletalAnimationJointState_FromMatrix_1=b.Pl;Bn=d._emscripten_bind_SkeletalAnimationJointState_ToMatrix_0=b.Ql;Cn=d._emscripten_bind_SkeletalAnimationJointState_get_mTranslation_0=b.Rl;Dn=d._emscripten_bind_SkeletalAnimationJointState_set_mTranslation_1=b.Sl;En=d._emscripten_bind_SkeletalAnimationJointState_get_mRotation_0=
|
|
b.Tl;Fn=d._emscripten_bind_SkeletalAnimationJointState_set_mRotation_1=b.Ul;Gn=d._emscripten_bind_SkeletalAnimationJointState___destroy___0=b.Vl;Hn=d._emscripten_bind_BroadPhaseLayerInterfaceEm_GetNumBroadPhaseLayers_0=b.Wl;In=d._emscripten_bind_BroadPhaseLayerInterfaceEm___destroy___0=b.Xl;Jn=d._emscripten_bind_VoidPtr___destroy___0=b.Yl;Kn=d._emscripten_bind_JPHString_JPHString_2=b.Zl;Ln=d._emscripten_bind_JPHString_c_str_0=b._l;Mn=d._emscripten_bind_JPHString_size_0=b.$l;Nn=d._emscripten_bind_JPHString___destroy___0=
|
|
b.am;On=d._emscripten_bind_ArrayVec3_ArrayVec3_0=b.bm;Pn=d._emscripten_bind_ArrayVec3_empty_0=b.cm;Qn=d._emscripten_bind_ArrayVec3_size_0=b.dm;Rn=d._emscripten_bind_ArrayVec3_at_1=b.em;Sn=d._emscripten_bind_ArrayVec3_push_back_1=b.fm;Tn=d._emscripten_bind_ArrayVec3_reserve_1=b.gm;Un=d._emscripten_bind_ArrayVec3_resize_1=b.hm;Vn=d._emscripten_bind_ArrayVec3_clear_0=b.im;Wn=d._emscripten_bind_ArrayVec3_data_0=b.jm;Xn=d._emscripten_bind_ArrayVec3___destroy___0=b.km;Yn=d._emscripten_bind_ArrayQuat_ArrayQuat_0=
|
|
b.lm;Zn=d._emscripten_bind_ArrayQuat_empty_0=b.mm;$n=d._emscripten_bind_ArrayQuat_size_0=b.nm;ao=d._emscripten_bind_ArrayQuat_at_1=b.om;bo=d._emscripten_bind_ArrayQuat_push_back_1=b.pm;co=d._emscripten_bind_ArrayQuat_reserve_1=b.qm;eo=d._emscripten_bind_ArrayQuat_resize_1=b.rm;fo=d._emscripten_bind_ArrayQuat_clear_0=b.sm;go=d._emscripten_bind_ArrayQuat_data_0=b.tm;ho=d._emscripten_bind_ArrayQuat___destroy___0=b.um;io=d._emscripten_bind_ArrayMat44_ArrayMat44_0=b.vm;jo=d._emscripten_bind_ArrayMat44_empty_0=
|
|
b.wm;ko=d._emscripten_bind_ArrayMat44_size_0=b.xm;lo=d._emscripten_bind_ArrayMat44_at_1=b.ym;mo=d._emscripten_bind_ArrayMat44_push_back_1=b.zm;no=d._emscripten_bind_ArrayMat44_reserve_1=b.Am;oo=d._emscripten_bind_ArrayMat44_resize_1=b.Bm;po=d._emscripten_bind_ArrayMat44_clear_0=b.Cm;qo=d._emscripten_bind_ArrayMat44_data_0=b.Dm;ro=d._emscripten_bind_ArrayMat44___destroy___0=b.Em;so=d._emscripten_bind_ArrayBodyID_ArrayBodyID_0=b.Fm;to=d._emscripten_bind_ArrayBodyID_empty_0=b.Gm;uo=d._emscripten_bind_ArrayBodyID_size_0=
|
|
b.Hm;vo=d._emscripten_bind_ArrayBodyID_at_1=b.Im;wo=d._emscripten_bind_ArrayBodyID_push_back_1=b.Jm;xo=d._emscripten_bind_ArrayBodyID_reserve_1=b.Km;yo=d._emscripten_bind_ArrayBodyID_resize_1=b.Lm;zo=d._emscripten_bind_ArrayBodyID_clear_0=b.Mm;Ao=d._emscripten_bind_ArrayBodyID_data_0=b.Nm;Bo=d._emscripten_bind_ArrayBodyID___destroy___0=b.Om;Co=d._emscripten_bind_ArrayBodyPtr_ArrayBodyPtr_0=b.Pm;Do=d._emscripten_bind_ArrayBodyPtr_empty_0=b.Qm;Eo=d._emscripten_bind_ArrayBodyPtr_size_0=b.Rm;Fo=d._emscripten_bind_ArrayBodyPtr_at_1=
|
|
b.Sm;Go=d._emscripten_bind_ArrayBodyPtr_push_back_1=b.Tm;Ho=d._emscripten_bind_ArrayBodyPtr_reserve_1=b.Um;Io=d._emscripten_bind_ArrayBodyPtr_resize_1=b.Vm;Jo=d._emscripten_bind_ArrayBodyPtr_clear_0=b.Wm;Ko=d._emscripten_bind_ArrayBodyPtr_data_0=b.Xm;Lo=d._emscripten_bind_ArrayBodyPtr___destroy___0=b.Ym;Mo=d._emscripten_bind_Vec3MemRef___destroy___0=b.Zm;No=d._emscripten_bind_QuatMemRef___destroy___0=b._m;Oo=d._emscripten_bind_Mat44MemRef___destroy___0=b.$m;Po=d._emscripten_bind_BodyIDMemRef___destroy___0=
|
|
b.an;Qo=d._emscripten_bind_BodyPtrMemRef___destroy___0=b.bn;Ro=d._emscripten_bind_FloatMemRef___destroy___0=b.cn;So=d._emscripten_bind_Uint8MemRef___destroy___0=b.dn;To=d._emscripten_bind_UintMemRef___destroy___0=b.en;Uo=d._emscripten_bind_Vec3_Vec3_0=b.fn;Vo=d._emscripten_bind_Vec3_Vec3_1=b.gn;Wo=d._emscripten_bind_Vec3_Vec3_3=b.hn;Xo=d._emscripten_bind_Vec3_sZero_0=b.jn;Yo=d._emscripten_bind_Vec3_sOne_0=b.kn;Zo=d._emscripten_bind_Vec3_sAxisX_0=b.ln;$o=d._emscripten_bind_Vec3_sAxisY_0=b.mn;ap=d._emscripten_bind_Vec3_sAxisZ_0=
|
|
b.nn;bp=d._emscripten_bind_Vec3_sReplicate_1=b.on;cp=d._emscripten_bind_Vec3_sMin_2=b.pn;dp=d._emscripten_bind_Vec3_sMax_2=b.qn;ep=d._emscripten_bind_Vec3_sClamp_3=b.rn;fp=d._emscripten_bind_Vec3_sFusedMultiplyAdd_3=b.sn;gp=d._emscripten_bind_Vec3_sOr_2=b.tn;hp=d._emscripten_bind_Vec3_sXor_2=b.un;ip=d._emscripten_bind_Vec3_sAnd_2=b.vn;jp=d._emscripten_bind_Vec3_sUnitSpherical_2=b.wn;kp=d._emscripten_bind_Vec3_GetComponent_1=b.xn;lp=d._emscripten_bind_Vec3_Equals_1=b.yn;mp=d._emscripten_bind_Vec3_NotEquals_1=
|
|
b.zn;np=d._emscripten_bind_Vec3_LengthSq_0=b.An;op=d._emscripten_bind_Vec3_Length_0=b.Bn;pp=d._emscripten_bind_Vec3_Normalized_0=b.Cn;qp=d._emscripten_bind_Vec3_NormalizedOr_1=b.Dn;rp=d._emscripten_bind_Vec3_GetNormalizedPerpendicular_0=b.En;sp=d._emscripten_bind_Vec3_GetX_0=b.Fn;tp=d._emscripten_bind_Vec3_GetY_0=b.Gn;up=d._emscripten_bind_Vec3_GetZ_0=b.Hn;vp=d._emscripten_bind_Vec3_SetX_1=b.In;wp=d._emscripten_bind_Vec3_SetY_1=b.Jn;xp=d._emscripten_bind_Vec3_SetZ_1=b.Kn;yp=d._emscripten_bind_Vec3_Set_3=
|
|
b.Ln;zp=d._emscripten_bind_Vec3_SetComponent_2=b.Mn;Ap=d._emscripten_bind_Vec3_IsNearZero_0=b.Nn;Bp=d._emscripten_bind_Vec3_IsNearZero_1=b.On;Cp=d._emscripten_bind_Vec3_IsClose_1=b.Pn;Dp=d._emscripten_bind_Vec3_IsClose_2=b.Qn;Ep=d._emscripten_bind_Vec3_IsNormalized_0=b.Rn;Fp=d._emscripten_bind_Vec3_IsNormalized_1=b.Sn;Gp=d._emscripten_bind_Vec3_GetLowestComponentIndex_0=b.Tn;Hp=d._emscripten_bind_Vec3_GetHighestComponentIndex_0=b.Un;Ip=d._emscripten_bind_Vec3_Abs_0=b.Vn;Jp=d._emscripten_bind_Vec3_Reciprocal_0=
|
|
b.Wn;Kp=d._emscripten_bind_Vec3_Cross_1=b.Xn;Lp=d._emscripten_bind_Vec3_Dot_1=b.Yn;Mp=d._emscripten_bind_Vec3_DotV_1=b.Zn;Np=d._emscripten_bind_Vec3_DotV4_1=b._n;Op=d._emscripten_bind_Vec3_Add_1=b.$n;Pp=d._emscripten_bind_Vec3_Sub_1=b.ao;Qp=d._emscripten_bind_Vec3_Mul_1=b.bo;Rp=d._emscripten_bind_Vec3_Div_1=b.co;Sp=d._emscripten_bind_Vec3_MulVec3_1=b.eo;Tp=d._emscripten_bind_Vec3_MulFloat_1=b.fo;Up=d._emscripten_bind_Vec3_DivVec3_1=b.go;Vp=d._emscripten_bind_Vec3_DivFloat_1=b.ho;Wp=d._emscripten_bind_Vec3_AddVec3_1=
|
|
b.io;Xp=d._emscripten_bind_Vec3_SubVec3_1=b.jo;Yp=d._emscripten_bind_Vec3_SplatX_0=b.ko;Zp=d._emscripten_bind_Vec3_SplatY_0=b.lo;$p=d._emscripten_bind_Vec3_SplatZ_0=b.mo;aq=d._emscripten_bind_Vec3_ReduceMin_0=b.no;bq=d._emscripten_bind_Vec3_ReduceMax_0=b.oo;cq=d._emscripten_bind_Vec3_Sqrt_0=b.po;dq=d._emscripten_bind_Vec3_GetSign_0=b.qo;eq=d._emscripten_bind_Vec3___destroy___0=b.ro;fq=d._emscripten_bind_RVec3_RVec3_0=b.so;gq=d._emscripten_bind_RVec3_RVec3_3=b.to;hq=d._emscripten_bind_RVec3_sZero_0=
|
|
b.uo;iq=d._emscripten_bind_RVec3_sOne_0=b.vo;jq=d._emscripten_bind_RVec3_sAxisX_0=b.wo;kq=d._emscripten_bind_RVec3_sAxisY_0=b.xo;lq=d._emscripten_bind_RVec3_sAxisZ_0=b.yo;mq=d._emscripten_bind_RVec3_sReplicate_1=b.zo;nq=d._emscripten_bind_RVec3_sMin_2=b.Ao;oq=d._emscripten_bind_RVec3_sMax_2=b.Bo;pq=d._emscripten_bind_RVec3_sClamp_3=b.Co;qq=d._emscripten_bind_RVec3_GetComponent_1=b.Do;rq=d._emscripten_bind_RVec3_Equals_1=b.Eo;sq=d._emscripten_bind_RVec3_NotEquals_1=b.Fo;tq=d._emscripten_bind_RVec3_LengthSq_0=
|
|
b.Go;uq=d._emscripten_bind_RVec3_Length_0=b.Ho;vq=d._emscripten_bind_RVec3_Normalized_0=b.Io;wq=d._emscripten_bind_RVec3_GetX_0=b.Jo;xq=d._emscripten_bind_RVec3_GetY_0=b.Ko;yq=d._emscripten_bind_RVec3_GetZ_0=b.Lo;zq=d._emscripten_bind_RVec3_SetX_1=b.Mo;Aq=d._emscripten_bind_RVec3_SetY_1=b.No;Bq=d._emscripten_bind_RVec3_SetZ_1=b.Oo;Cq=d._emscripten_bind_RVec3_Set_3=b.Po;Dq=d._emscripten_bind_RVec3_SetComponent_2=b.Qo;Eq=d._emscripten_bind_RVec3_IsNearZero_0=b.Ro;Fq=d._emscripten_bind_RVec3_IsNearZero_1=
|
|
b.So;Gq=d._emscripten_bind_RVec3_IsClose_1=b.To;Hq=d._emscripten_bind_RVec3_IsClose_2=b.Uo;Iq=d._emscripten_bind_RVec3_IsNormalized_0=b.Vo;Jq=d._emscripten_bind_RVec3_IsNormalized_1=b.Wo;Kq=d._emscripten_bind_RVec3_Abs_0=b.Xo;Lq=d._emscripten_bind_RVec3_Reciprocal_0=b.Yo;Mq=d._emscripten_bind_RVec3_Cross_1=b.Zo;Nq=d._emscripten_bind_RVec3_Dot_1=b._o;Oq=d._emscripten_bind_RVec3_Add_1=b.$o;Pq=d._emscripten_bind_RVec3_Sub_1=b.ap;Qq=d._emscripten_bind_RVec3_Mul_1=b.bp;Rq=d._emscripten_bind_RVec3_Div_1=
|
|
b.cp;Sq=d._emscripten_bind_RVec3_MulRVec3_1=b.dp;Tq=d._emscripten_bind_RVec3_MulFloat_1=b.ep;Uq=d._emscripten_bind_RVec3_DivRVec3_1=b.fp;Vq=d._emscripten_bind_RVec3_DivFloat_1=b.gp;Wq=d._emscripten_bind_RVec3_AddRVec3_1=b.hp;Xq=d._emscripten_bind_RVec3_SubRVec3_1=b.ip;Yq=d._emscripten_bind_RVec3_Sqrt_0=b.jp;Zq=d._emscripten_bind_RVec3_GetSign_0=b.kp;$q=d._emscripten_bind_RVec3___destroy___0=b.lp;ar=d._emscripten_bind_Vec4_Vec4_0=b.mp;br=d._emscripten_bind_Vec4_Vec4_1=b.np;cr=d._emscripten_bind_Vec4_Vec4_2=
|
|
b.op;dr=d._emscripten_bind_Vec4_Vec4_4=b.pp;er=d._emscripten_bind_Vec4_sZero_0=b.qp;fr=d._emscripten_bind_Vec4_sOne_0=b.rp;gr=d._emscripten_bind_Vec4_sReplicate_1=b.sp;hr=d._emscripten_bind_Vec4_sMin_2=b.tp;ir=d._emscripten_bind_Vec4_sMax_2=b.up;jr=d._emscripten_bind_Vec4_sClamp_3=b.vp;kr=d._emscripten_bind_Vec4_sFusedMultiplyAdd_3=b.wp;lr=d._emscripten_bind_Vec4_sOr_2=b.xp;mr=d._emscripten_bind_Vec4_sXor_2=b.yp;nr=d._emscripten_bind_Vec4_sAnd_2=b.zp;or=d._emscripten_bind_Vec4_GetX_0=b.Ap;pr=d._emscripten_bind_Vec4_GetY_0=
|
|
b.Bp;qr=d._emscripten_bind_Vec4_GetZ_0=b.Cp;rr=d._emscripten_bind_Vec4_GetW_0=b.Dp;sr=d._emscripten_bind_Vec4_SetX_1=b.Ep;tr=d._emscripten_bind_Vec4_SetY_1=b.Fp;ur=d._emscripten_bind_Vec4_SetZ_1=b.Gp;vr=d._emscripten_bind_Vec4_SetW_1=b.Hp;wr=d._emscripten_bind_Vec4_Set_4=b.Ip;xr=d._emscripten_bind_Vec4_GetComponent_1=b.Jp;yr=d._emscripten_bind_Vec4_IsClose_1=b.Kp;zr=d._emscripten_bind_Vec4_IsClose_2=b.Lp;Ar=d._emscripten_bind_Vec4_IsNearZero_0=b.Mp;Br=d._emscripten_bind_Vec4_IsNearZero_1=b.Np;Cr=
|
|
d._emscripten_bind_Vec4_IsNormalized_0=b.Op;Dr=d._emscripten_bind_Vec4_IsNormalized_1=b.Pp;Er=d._emscripten_bind_Vec4_GetLowestComponentIndex_0=b.Qp;Fr=d._emscripten_bind_Vec4_GetHighestComponentIndex_0=b.Rp;Gr=d._emscripten_bind_Vec4_Add_1=b.Sp;Hr=d._emscripten_bind_Vec4_Sub_1=b.Tp;Ir=d._emscripten_bind_Vec4_Mul_1=b.Up;Jr=d._emscripten_bind_Vec4_Div_1=b.Vp;Kr=d._emscripten_bind_Vec4_MulVec4_1=b.Wp;Lr=d._emscripten_bind_Vec4_MulFloat_1=b.Xp;Mr=d._emscripten_bind_Vec4_DivVec4_1=b.Yp;Nr=d._emscripten_bind_Vec4_DivFloat_1=
|
|
b.Zp;Or=d._emscripten_bind_Vec4_AddVec4_1=b._p;Pr=d._emscripten_bind_Vec4_SubVec4_1=b.$p;Qr=d._emscripten_bind_Vec4___destroy___0=b.aq;Rr=d._emscripten_bind_Vector2_Vector2_0=b.bq;Sr=d._emscripten_bind_Vector2_SetZero_0=b.cq;Tr=d._emscripten_bind_Vector2_IsZero_0=b.dq;Ur=d._emscripten_bind_Vector2_IsClose_1=b.eq;Vr=d._emscripten_bind_Vector2_IsClose_2=b.fq;Wr=d._emscripten_bind_Vector2_IsNormalized_0=b.gq;Xr=d._emscripten_bind_Vector2_IsNormalized_1=b.hq;Yr=d._emscripten_bind_Vector2_Normalized_0=
|
|
b.iq;Zr=d._emscripten_bind_Vector2_GetComponent_1=b.jq;$r=d._emscripten_bind_Vector2_Add_1=b.kq;as=d._emscripten_bind_Vector2_Sub_1=b.lq;bs=d._emscripten_bind_Vector2_Mul_1=b.mq;cs=d._emscripten_bind_Vector2_Div_1=b.nq;ds=d._emscripten_bind_Vector2_MulFloat_1=b.oq;es=d._emscripten_bind_Vector2_DivFloat_1=b.pq;gs=d._emscripten_bind_Vector2_AddVector2_1=b.qq;hs=d._emscripten_bind_Vector2_SubVector2_1=b.rq;is=d._emscripten_bind_Vector2_Dot_1=b.sq;js=d._emscripten_bind_Vector2___destroy___0=b.tq;ks=d._emscripten_bind_Quat_Quat_0=
|
|
b.uq;ls=d._emscripten_bind_Quat_Quat_4=b.vq;ms=d._emscripten_bind_Quat_sZero_0=b.wq;ns=d._emscripten_bind_Quat_sIdentity_0=b.xq;ps=d._emscripten_bind_Quat_sRotation_2=b.yq;qs=d._emscripten_bind_Quat_sFromTo_2=b.zq;rs=d._emscripten_bind_Quat_Equals_1=b.Aq;ss=d._emscripten_bind_Quat_NotEquals_1=b.Bq;ts=d._emscripten_bind_Quat_MulQuat_1=b.Cq;us=d._emscripten_bind_Quat_MulVec3_1=b.Dq;vs=d._emscripten_bind_Quat_MulFloat_1=b.Eq;xs=d._emscripten_bind_Quat_IsClose_1=b.Fq;ys=d._emscripten_bind_Quat_IsClose_2=
|
|
b.Gq;zs=d._emscripten_bind_Quat_IsNormalized_0=b.Hq;As=d._emscripten_bind_Quat_IsNormalized_1=b.Iq;Bs=d._emscripten_bind_Quat_Length_0=b.Jq;Cs=d._emscripten_bind_Quat_LengthSq_0=b.Kq;Ds=d._emscripten_bind_Quat_Normalized_0=b.Lq;Es=d._emscripten_bind_Quat_sEulerAngles_1=b.Mq;Fs=d._emscripten_bind_Quat_GetEulerAngles_0=b.Nq;Gs=d._emscripten_bind_Quat_GetX_0=b.Oq;Hs=d._emscripten_bind_Quat_GetY_0=b.Pq;Is=d._emscripten_bind_Quat_GetZ_0=b.Qq;Js=d._emscripten_bind_Quat_GetW_0=b.Rq;Ks=d._emscripten_bind_Quat_GetXYZ_0=
|
|
b.Sq;Ls=d._emscripten_bind_Quat_SetX_1=b.Tq;Ms=d._emscripten_bind_Quat_SetY_1=b.Uq;Ns=d._emscripten_bind_Quat_SetZ_1=b.Vq;Os=d._emscripten_bind_Quat_SetW_1=b.Wq;Ps=d._emscripten_bind_Quat_Set_4=b.Xq;Qs=d._emscripten_bind_Quat_sMultiplyImaginary_2=b.Yq;Rs=d._emscripten_bind_Quat_InverseRotate_1=b.Zq;Ss=d._emscripten_bind_Quat_RotateAxisX_0=b._q;Ts=d._emscripten_bind_Quat_RotateAxisY_0=b.$q;Us=d._emscripten_bind_Quat_RotateAxisZ_0=b.ar;Vs=d._emscripten_bind_Quat_Dot_1=b.br;Ws=d._emscripten_bind_Quat_Conjugated_0=
|
|
b.cr;Xs=d._emscripten_bind_Quat_Inversed_0=b.dr;Ys=d._emscripten_bind_Quat_EnsureWPositive_0=b.er;Zs=d._emscripten_bind_Quat_GetPerpendicular_0=b.fr;$s=d._emscripten_bind_Quat_GetRotationAngle_1=b.gr;at=d._emscripten_bind_Quat_GetTwist_1=b.hr;bt=d._emscripten_bind_Quat_GetSwingTwist_2=b.ir;ct=d._emscripten_bind_Quat_LERP_2=b.jr;dt=d._emscripten_bind_Quat_SLERP_2=b.kr;et=d._emscripten_bind_Quat___destroy___0=b.lr;ft=d._emscripten_bind_Float3_Float3_3=b.mr;gt=d._emscripten_bind_Float3_Equals_1=b.nr;
|
|
ht=d._emscripten_bind_Float3_NotEquals_1=b.or;it=d._emscripten_bind_Float3_get_x_0=b.pr;jt=d._emscripten_bind_Float3_set_x_1=b.qr;kt=d._emscripten_bind_Float3_get_y_0=b.rr;lt=d._emscripten_bind_Float3_set_y_1=b.sr;mt=d._emscripten_bind_Float3_get_z_0=b.tr;nt=d._emscripten_bind_Float3_set_z_1=b.ur;ot=d._emscripten_bind_Float3___destroy___0=b.vr;pt=d._emscripten_bind_Mat44_Mat44_0=b.wr;qt=d._emscripten_bind_Mat44_sZero_0=b.xr;rt=d._emscripten_bind_Mat44_sIdentity_0=b.yr;st=d._emscripten_bind_Mat44_sRotationX_1=
|
|
b.zr;tt=d._emscripten_bind_Mat44_sRotationY_1=b.Ar;ut=d._emscripten_bind_Mat44_sRotationZ_1=b.Br;vt=d._emscripten_bind_Mat44_sRotation_1=b.Cr;wt=d._emscripten_bind_Mat44_sRotationAxisAngle_2=b.Dr;xt=d._emscripten_bind_Mat44_sTranslation_1=b.Er;yt=d._emscripten_bind_Mat44_sRotationTranslation_2=b.Fr;zt=d._emscripten_bind_Mat44_sInverseRotationTranslation_2=b.Gr;At=d._emscripten_bind_Mat44_sScale_1=b.Hr;Bt=d._emscripten_bind_Mat44_sScaleVec3_1=b.Ir;Ct=d._emscripten_bind_Mat44_sOuterProduct_2=b.Jr;Dt=
|
|
d._emscripten_bind_Mat44_sCrossProduct_1=b.Kr;Et=d._emscripten_bind_Mat44_sQuatLeftMultiply_1=b.Lr;Ft=d._emscripten_bind_Mat44_sQuatRightMultiply_1=b.Mr;Gt=d._emscripten_bind_Mat44_sLookAt_3=b.Nr;Ht=d._emscripten_bind_Mat44_sPerspective_4=b.Or;It=d._emscripten_bind_Mat44_GetAxisX_0=b.Pr;Jt=d._emscripten_bind_Mat44_GetAxisY_0=b.Qr;Kt=d._emscripten_bind_Mat44_GetAxisZ_0=b.Rr;Lt=d._emscripten_bind_Mat44_GetDiagonal3_0=b.Sr;Mt=d._emscripten_bind_Mat44_GetDiagonal4_0=b.Tr;Nt=d._emscripten_bind_Mat44_GetRotation_0=
|
|
b.Ur;Ot=d._emscripten_bind_Mat44_GetRotationSafe_0=b.Vr;Pt=d._emscripten_bind_Mat44_GetQuaternion_0=b.Wr;Qt=d._emscripten_bind_Mat44_GetTranslation_0=b.Xr;Rt=d._emscripten_bind_Mat44_Equals_1=b.Yr;St=d._emscripten_bind_Mat44_NotEquals_1=b.Zr;Tt=d._emscripten_bind_Mat44_IsClose_1=b._r;Ut=d._emscripten_bind_Mat44_IsClose_2=b.$r;Vt=d._emscripten_bind_Mat44_Add_1=b.as;Wt=d._emscripten_bind_Mat44_MulFloat_1=b.bs;Xt=d._emscripten_bind_Mat44_MulMat44_1=b.cs;Yt=d._emscripten_bind_Mat44_MulVec3_1=b.ds;Zt=
|
|
d._emscripten_bind_Mat44_MulVec4_1=b.es;$t=d._emscripten_bind_Mat44_AddMat44_1=b.fs;au=d._emscripten_bind_Mat44_SubMat44_1=b.gs;bu=d._emscripten_bind_Mat44_Multiply3x3_1=b.hs;cu=d._emscripten_bind_Mat44_Multiply3x3Transposed_1=b.is;du=d._emscripten_bind_Mat44_Multiply3x3LeftTransposed_1=b.js;eu=d._emscripten_bind_Mat44_Multiply3x3RightTransposed_1=b.ks;fu=d._emscripten_bind_Mat44_Transposed_0=b.ls;gu=d._emscripten_bind_Mat44_Transposed3x3_0=b.ms;hu=d._emscripten_bind_Mat44_Inversed_0=b.ns;iu=d._emscripten_bind_Mat44_InversedRotationTranslation_0=
|
|
b.os;ju=d._emscripten_bind_Mat44_Adjointed3x3_0=b.ps;ku=d._emscripten_bind_Mat44_SetInversed3x3_1=b.qs;lu=d._emscripten_bind_Mat44_GetDeterminant3x3_0=b.rs;mu=d._emscripten_bind_Mat44_Inversed3x3_0=b.ss;nu=d._emscripten_bind_Mat44_GetDirectionPreservingMatrix_0=b.ts;ou=d._emscripten_bind_Mat44_PreTranslated_1=b.us;pu=d._emscripten_bind_Mat44_PostTranslated_1=b.vs;qu=d._emscripten_bind_Mat44_PreScaled_1=b.ws;ru=d._emscripten_bind_Mat44_PostScaled_1=b.xs;su=d._emscripten_bind_Mat44_Decompose_1=b.ys;
|
|
tu=d._emscripten_bind_Mat44_SetColumn3_2=b.zs;uu=d._emscripten_bind_Mat44_SetColumn4_2=b.As;vu=d._emscripten_bind_Mat44_SetAxisX_1=b.Bs;wu=d._emscripten_bind_Mat44_SetAxisY_1=b.Cs;xu=d._emscripten_bind_Mat44_SetAxisZ_1=b.Ds;yu=d._emscripten_bind_Mat44_SetDiagonal3_1=b.Es;zu=d._emscripten_bind_Mat44_SetDiagonal4_1=b.Fs;Au=d._emscripten_bind_Mat44_SetTranslation_1=b.Gs;Bu=d._emscripten_bind_Mat44_GetColumn3_1=b.Hs;Cu=d._emscripten_bind_Mat44_GetColumn4_1=b.Is;Du=d._emscripten_bind_Mat44___destroy___0=
|
|
b.Js;Eu=d._emscripten_bind_RMat44_RMat44_0=b.Ks;Fu=d._emscripten_bind_RMat44_sZero_0=b.Ls;Gu=d._emscripten_bind_RMat44_sIdentity_0=b.Ms;Hu=d._emscripten_bind_RMat44_sRotation_1=b.Ns;Iu=d._emscripten_bind_RMat44_sTranslation_1=b.Os;Ju=d._emscripten_bind_RMat44_sRotationTranslation_2=b.Ps;Ku=d._emscripten_bind_RMat44_sInverseRotationTranslation_2=b.Qs;Lu=d._emscripten_bind_RMat44_ToMat44_0=b.Rs;Mu=d._emscripten_bind_RMat44_Equals_1=b.Ss;Nu=d._emscripten_bind_RMat44_NotEquals_1=b.Ts;Ou=d._emscripten_bind_RMat44_MulVec3_1=
|
|
b.Us;Pu=d._emscripten_bind_RMat44_MulRVec3_1=b.Vs;Qu=d._emscripten_bind_RMat44_MulMat44_1=b.Ws;Ru=d._emscripten_bind_RMat44_MulRMat44_1=b.Xs;Su=d._emscripten_bind_RMat44_GetAxisX_0=b.Ys;Tu=d._emscripten_bind_RMat44_GetAxisY_0=b.Zs;Uu=d._emscripten_bind_RMat44_GetAxisZ_0=b._s;Vu=d._emscripten_bind_RMat44_GetRotation_0=b.$s;Wu=d._emscripten_bind_RMat44_SetRotation_1=b.at;Xu=d._emscripten_bind_RMat44_GetQuaternion_0=b.bt;Yu=d._emscripten_bind_RMat44_GetTranslation_0=b.ct;Zu=d._emscripten_bind_RMat44_IsClose_1=
|
|
b.dt;$u=d._emscripten_bind_RMat44_IsClose_2=b.et;av=d._emscripten_bind_RMat44_Multiply3x3_1=b.ft;bv=d._emscripten_bind_RMat44_Multiply3x3Transposed_1=b.gt;cv=d._emscripten_bind_RMat44_Transposed3x3_0=b.ht;dv=d._emscripten_bind_RMat44_Inversed_0=b.it;ev=d._emscripten_bind_RMat44_InversedRotationTranslation_0=b.jt;fv=d._emscripten_bind_RMat44_PreTranslated_1=b.kt;gv=d._emscripten_bind_RMat44_PostTranslated_1=b.lt;hv=d._emscripten_bind_RMat44_PreScaled_1=b.mt;iv=d._emscripten_bind_RMat44_PostScaled_1=
|
|
b.nt;jv=d._emscripten_bind_RMat44_GetDirectionPreservingMatrix_0=b.ot;kv=d._emscripten_bind_RMat44_SetColumn3_2=b.pt;lv=d._emscripten_bind_RMat44_GetColumn3_1=b.qt;mv=d._emscripten_bind_RMat44_SetAxisX_1=b.rt;nv=d._emscripten_bind_RMat44_SetAxisY_1=b.st;ov=d._emscripten_bind_RMat44_SetAxisZ_1=b.tt;pv=d._emscripten_bind_RMat44_SetTranslation_1=b.ut;qv=d._emscripten_bind_RMat44_SetColumn4_2=b.vt;rv=d._emscripten_bind_RMat44_GetColumn4_1=b.wt;sv=d._emscripten_bind_RMat44_Decompose_1=b.xt;tv=d._emscripten_bind_RMat44___destroy___0=
|
|
b.yt;uv=d._emscripten_bind_AABox_AABox_0=b.zt;vv=d._emscripten_bind_AABox_AABox_2=b.At;wv=d._emscripten_bind_AABox_sBiggest_0=b.Bt;xv=d._emscripten_bind_AABox_sFromTwoPoints_2=b.Ct;yv=d._emscripten_bind_AABox_sFromTriangle_2=b.Dt;zv=d._emscripten_bind_AABox_Equals_1=b.Et;Av=d._emscripten_bind_AABox_NotEquals_1=b.Ft;Bv=d._emscripten_bind_AABox_SetEmpty_0=b.Gt;Cv=d._emscripten_bind_AABox_IsValid_0=b.Ht;Dv=d._emscripten_bind_AABox_EncapsulateVec3_1=b.It;Ev=d._emscripten_bind_AABox_EncapsulateAABox_1=
|
|
b.Jt;Fv=d._emscripten_bind_AABox_EncapsulateTriangle_1=b.Kt;Gv=d._emscripten_bind_AABox_EncapsulateIndexedTriangle_2=b.Lt;Hv=d._emscripten_bind_AABox_Intersect_1=b.Mt;Iv=d._emscripten_bind_AABox_EnsureMinimalEdgeLength_1=b.Nt;Jv=d._emscripten_bind_AABox_ExpandBy_1=b.Ot;Kv=d._emscripten_bind_AABox_GetCenter_0=b.Pt;Lv=d._emscripten_bind_AABox_GetExtent_0=b.Qt;Mv=d._emscripten_bind_AABox_GetSize_0=b.Rt;Nv=d._emscripten_bind_AABox_GetSurfaceArea_0=b.St;Ov=d._emscripten_bind_AABox_GetVolume_0=b.Tt;Pv=
|
|
d._emscripten_bind_AABox_ContainsVec3_1=b.Ut;Qv=d._emscripten_bind_AABox_ContainsRVec3_1=b.Vt;Rv=d._emscripten_bind_AABox_OverlapsAABox_1=b.Wt;Sv=d._emscripten_bind_AABox_OverlapsPlane_1=b.Xt;Tv=d._emscripten_bind_AABox_TranslateVec3_1=b.Yt;Uv=d._emscripten_bind_AABox_TranslateRVec3_1=b.Zt;Vv=d._emscripten_bind_AABox_TransformedMat44_1=b._t;Wv=d._emscripten_bind_AABox_TransformedRMat44_1=b.$t;Xv=d._emscripten_bind_AABox_Scaled_1=b.au;Yv=d._emscripten_bind_AABox_GetClosestPoint_1=b.bu;Zv=d._emscripten_bind_AABox_GetSqDistanceTo_1=
|
|
b.cu;$v=d._emscripten_bind_AABox_get_mMin_0=b.du;aw=d._emscripten_bind_AABox_set_mMin_1=b.eu;bw=d._emscripten_bind_AABox_get_mMax_0=b.fu;cw=d._emscripten_bind_AABox_set_mMax_1=b.gu;dw=d._emscripten_bind_AABox___destroy___0=b.hu;ew=d._emscripten_bind_OrientedBox_OrientedBox_0=b.iu;fw=d._emscripten_bind_OrientedBox_OrientedBox_2=b.ju;gw=d._emscripten_bind_OrientedBox_get_mOrientation_0=b.ku;hw=d._emscripten_bind_OrientedBox_set_mOrientation_1=b.lu;iw=d._emscripten_bind_OrientedBox_get_mHalfExtents_0=
|
|
b.mu;jw=d._emscripten_bind_OrientedBox_set_mHalfExtents_1=b.nu;kw=d._emscripten_bind_OrientedBox___destroy___0=b.ou;lw=d._emscripten_bind_RayCast_RayCast_0=b.pu;mw=d._emscripten_bind_RayCast_RayCast_2=b.qu;nw=d._emscripten_bind_RayCast_Transformed_1=b.ru;ow=d._emscripten_bind_RayCast_Translated_1=b.su;pw=d._emscripten_bind_RayCast_GetPointOnRay_1=b.tu;qw=d._emscripten_bind_RayCast_get_mOrigin_0=b.uu;rw=d._emscripten_bind_RayCast_set_mOrigin_1=b.vu;sw=d._emscripten_bind_RayCast_get_mDirection_0=b.wu;
|
|
tw=d._emscripten_bind_RayCast_set_mDirection_1=b.xu;uw=d._emscripten_bind_RayCast___destroy___0=b.yu;vw=d._emscripten_bind_RRayCast_RRayCast_0=b.zu;ww=d._emscripten_bind_RRayCast_RRayCast_2=b.Au;xw=d._emscripten_bind_RRayCast_Transformed_1=b.Bu;yw=d._emscripten_bind_RRayCast_Translated_1=b.Cu;zw=d._emscripten_bind_RRayCast_GetPointOnRay_1=b.Du;Aw=d._emscripten_bind_RRayCast_get_mOrigin_0=b.Eu;Bw=d._emscripten_bind_RRayCast_set_mOrigin_1=b.Fu;Cw=d._emscripten_bind_RRayCast_get_mDirection_0=b.Gu;Dw=
|
|
d._emscripten_bind_RRayCast_set_mDirection_1=b.Hu;Ew=d._emscripten_bind_RRayCast___destroy___0=b.Iu;Fw=d._emscripten_bind_RayCastResult_RayCastResult_0=b.Ju;Gw=d._emscripten_bind_RayCastResult_Reset_0=b.Ku;Hw=d._emscripten_bind_RayCastResult_get_mSubShapeID2_0=b.Lu;Iw=d._emscripten_bind_RayCastResult_set_mSubShapeID2_1=b.Mu;Jw=d._emscripten_bind_RayCastResult_get_mBodyID_0=b.Nu;Kw=d._emscripten_bind_RayCastResult_set_mBodyID_1=b.Ou;Lw=d._emscripten_bind_RayCastResult_get_mFraction_0=b.Pu;Mw=d._emscripten_bind_RayCastResult_set_mFraction_1=
|
|
b.Qu;Nw=d._emscripten_bind_RayCastResult___destroy___0=b.Ru;Ow=d._emscripten_bind_AABoxCast_AABoxCast_0=b.Su;Pw=d._emscripten_bind_AABoxCast_get_mBox_0=b.Tu;Qw=d._emscripten_bind_AABoxCast_set_mBox_1=b.Uu;Rw=d._emscripten_bind_AABoxCast_get_mDirection_0=b.Vu;Sw=d._emscripten_bind_AABoxCast_set_mDirection_1=b.Wu;Tw=d._emscripten_bind_AABoxCast___destroy___0=b.Xu;Uw=d._emscripten_bind_ShapeCast_ShapeCast_4=b.Yu;Vw=d._emscripten_bind_ShapeCast_GetPointOnRay_1=b.Zu;Ww=d._emscripten_bind_ShapeCast_get_mShape_0=
|
|
b._u;Xw=d._emscripten_bind_ShapeCast_get_mScale_0=b.$u;Yw=d._emscripten_bind_ShapeCast_get_mCenterOfMassStart_0=b.av;Zw=d._emscripten_bind_ShapeCast_get_mDirection_0=b.bv;$w=d._emscripten_bind_ShapeCast___destroy___0=b.cv;ax=d._emscripten_bind_RShapeCast_RShapeCast_4=b.dv;bx=d._emscripten_bind_RShapeCast_GetPointOnRay_1=b.ev;cx=d._emscripten_bind_RShapeCast_get_mShape_0=b.fv;dx=d._emscripten_bind_RShapeCast_get_mScale_0=b.gv;ex=d._emscripten_bind_RShapeCast_get_mCenterOfMassStart_0=b.hv;fx=d._emscripten_bind_RShapeCast_get_mDirection_0=
|
|
b.iv;gx=d._emscripten_bind_RShapeCast___destroy___0=b.jv;hx=d._emscripten_bind_Plane_Plane_2=b.kv;ix=d._emscripten_bind_Plane_GetNormal_0=b.lv;jx=d._emscripten_bind_Plane_SetNormal_1=b.mv;kx=d._emscripten_bind_Plane_GetConstant_0=b.nv;lx=d._emscripten_bind_Plane_SetConstant_1=b.ov;mx=d._emscripten_bind_Plane_sFromPointAndNormal_2=b.pv;nx=d._emscripten_bind_Plane_sFromPointsCCW_3=b.qv;ox=d._emscripten_bind_Plane_Offset_1=b.rv;px=d._emscripten_bind_Plane_Scaled_1=b.sv;qx=d._emscripten_bind_Plane_GetTransformed_1=
|
|
b.tv;rx=d._emscripten_bind_Plane_ProjectPointOnPlane_1=b.uv;sx=d._emscripten_bind_Plane_SignedDistance_1=b.vv;tx=d._emscripten_bind_Plane___destroy___0=b.wv;ux=d._emscripten_bind_TransformedShape_TransformedShape_0=b.xv;vx=d._emscripten_bind_TransformedShape_CastRay_2=b.yv;wx=d._emscripten_bind_TransformedShape_CastRay_4=b.zv;xx=d._emscripten_bind_TransformedShape_CollidePoint_3=b.Av;yx=d._emscripten_bind_TransformedShape_CollideShape_7=b.Bv;zx=d._emscripten_bind_TransformedShape_CastShape_5=b.Cv;
|
|
Ax=d._emscripten_bind_TransformedShape_CollectTransformedShapes_3=b.Dv;Bx=d._emscripten_bind_TransformedShape_GetShapeScale_0=b.Ev;Cx=d._emscripten_bind_TransformedShape_SetShapeScale_1=b.Fv;Dx=d._emscripten_bind_TransformedShape_GetCenterOfMassTransform_0=b.Gv;Ex=d._emscripten_bind_TransformedShape_GetInverseCenterOfMassTransform_0=b.Hv;Fx=d._emscripten_bind_TransformedShape_SetWorldTransform_1=b.Iv;Gx=d._emscripten_bind_TransformedShape_SetWorldTransform_3=b.Jv;Hx=d._emscripten_bind_TransformedShape_GetWorldTransform_0=
|
|
b.Kv;Ix=d._emscripten_bind_TransformedShape_GetWorldSpaceBounds_0=b.Lv;Jx=d._emscripten_bind_TransformedShape_GetWorldSpaceSurfaceNormal_2=b.Mv;Kx=d._emscripten_bind_TransformedShape_GetMaterial_1=b.Nv;Lx=d._emscripten_bind_TransformedShape_get_mShapePositionCOM_0=b.Ov;Mx=d._emscripten_bind_TransformedShape_set_mShapePositionCOM_1=b.Pv;Nx=d._emscripten_bind_TransformedShape_get_mShapeRotation_0=b.Qv;Ox=d._emscripten_bind_TransformedShape_set_mShapeRotation_1=b.Rv;Px=d._emscripten_bind_TransformedShape_get_mShape_0=
|
|
b.Sv;Qx=d._emscripten_bind_TransformedShape_set_mShape_1=b.Tv;Rx=d._emscripten_bind_TransformedShape_get_mShapeScale_0=b.Uv;Sx=d._emscripten_bind_TransformedShape_set_mShapeScale_1=b.Vv;Tx=d._emscripten_bind_TransformedShape_get_mBodyID_0=b.Wv;Ux=d._emscripten_bind_TransformedShape_set_mBodyID_1=b.Xv;Vx=d._emscripten_bind_TransformedShape___destroy___0=b.Yv;Wx=d._emscripten_bind_PhysicsMaterial_PhysicsMaterial_0=b.Zv;Xx=d._emscripten_bind_PhysicsMaterial_GetRefCount_0=b._v;Yx=d._emscripten_bind_PhysicsMaterial_AddRef_0=
|
|
b.$v;Zx=d._emscripten_bind_PhysicsMaterial_Release_0=b.aw;$x=d._emscripten_bind_PhysicsMaterial___destroy___0=b.bw;ay=d._emscripten_bind_PhysicsMaterialList_PhysicsMaterialList_0=b.cw;by=d._emscripten_bind_PhysicsMaterialList_empty_0=b.dw;cy=d._emscripten_bind_PhysicsMaterialList_size_0=b.ew;dy=d._emscripten_bind_PhysicsMaterialList_at_1=b.fw;ey=d._emscripten_bind_PhysicsMaterialList_push_back_1=b.gw;fy=d._emscripten_bind_PhysicsMaterialList_reserve_1=b.hw;gy=d._emscripten_bind_PhysicsMaterialList_resize_1=
|
|
b.iw;hy=d._emscripten_bind_PhysicsMaterialList_clear_0=b.jw;iy=d._emscripten_bind_PhysicsMaterialList___destroy___0=b.kw;jy=d._emscripten_bind_Triangle_Triangle_0=b.lw;ky=d._emscripten_bind_Triangle_Triangle_3=b.mw;ly=d._emscripten_bind_Triangle_Triangle_4=b.nw;my=d._emscripten_bind_Triangle_Triangle_5=b.ow;ny=d._emscripten_bind_Triangle_get_mV_1=b.pw;oy=d._emscripten_bind_Triangle_set_mV_2=b.qw;py=d._emscripten_bind_Triangle_get_mMaterialIndex_0=b.rw;qy=d._emscripten_bind_Triangle_set_mMaterialIndex_1=
|
|
b.sw;ry=d._emscripten_bind_Triangle_get_mUserData_0=b.tw;sy=d._emscripten_bind_Triangle_set_mUserData_1=b.uw;ty=d._emscripten_bind_Triangle___destroy___0=b.vw;uy=d._emscripten_bind_TriangleList_TriangleList_0=b.ww;vy=d._emscripten_bind_TriangleList_empty_0=b.xw;wy=d._emscripten_bind_TriangleList_size_0=b.yw;xy=d._emscripten_bind_TriangleList_at_1=b.zw;yy=d._emscripten_bind_TriangleList_push_back_1=b.Aw;zy=d._emscripten_bind_TriangleList_reserve_1=b.Bw;Ay=d._emscripten_bind_TriangleList_resize_1=b.Cw;
|
|
By=d._emscripten_bind_TriangleList_clear_0=b.Dw;Cy=d._emscripten_bind_TriangleList___destroy___0=b.Ew;Dy=d._emscripten_bind_VertexList_VertexList_0=b.Fw;Ey=d._emscripten_bind_VertexList_empty_0=b.Gw;Fy=d._emscripten_bind_VertexList_size_0=b.Hw;Gy=d._emscripten_bind_VertexList_at_1=b.Iw;Hy=d._emscripten_bind_VertexList_push_back_1=b.Jw;Iy=d._emscripten_bind_VertexList_reserve_1=b.Kw;Jy=d._emscripten_bind_VertexList_resize_1=b.Lw;Ky=d._emscripten_bind_VertexList_clear_0=b.Mw;Ly=d._emscripten_bind_VertexList___destroy___0=
|
|
b.Nw;My=d._emscripten_bind_IndexedTriangle_IndexedTriangle_0=b.Ow;Ny=d._emscripten_bind_IndexedTriangle_IndexedTriangle_4=b.Pw;Oy=d._emscripten_bind_IndexedTriangle_IndexedTriangle_5=b.Qw;Py=d._emscripten_bind_IndexedTriangle_get_mIdx_1=b.Rw;Qy=d._emscripten_bind_IndexedTriangle_set_mIdx_2=b.Sw;Ry=d._emscripten_bind_IndexedTriangle_get_mMaterialIndex_0=b.Tw;Sy=d._emscripten_bind_IndexedTriangle_set_mMaterialIndex_1=b.Uw;Ty=d._emscripten_bind_IndexedTriangle_get_mUserData_0=b.Vw;Uy=d._emscripten_bind_IndexedTriangle_set_mUserData_1=
|
|
b.Ww;Vy=d._emscripten_bind_IndexedTriangle___destroy___0=b.Xw;Wy=d._emscripten_bind_IndexedTriangleList_IndexedTriangleList_0=b.Yw;Xy=d._emscripten_bind_IndexedTriangleList_empty_0=b.Zw;Yy=d._emscripten_bind_IndexedTriangleList_size_0=b._w;Zy=d._emscripten_bind_IndexedTriangleList_at_1=b.$w;$y=d._emscripten_bind_IndexedTriangleList_push_back_1=b.ax;az=d._emscripten_bind_IndexedTriangleList_reserve_1=b.bx;bz=d._emscripten_bind_IndexedTriangleList_resize_1=b.cx;cz=d._emscripten_bind_IndexedTriangleList_clear_0=
|
|
b.dx;dz=d._emscripten_bind_IndexedTriangleList___destroy___0=b.ex;ez=d._emscripten_bind_ShapeResult_IsValid_0=b.fx;fz=d._emscripten_bind_ShapeResult_HasError_0=b.gx;gz=d._emscripten_bind_ShapeResult_GetError_0=b.hx;hz=d._emscripten_bind_ShapeResult_Get_0=b.ix;iz=d._emscripten_bind_ShapeResult_Clear_0=b.jx;jz=d._emscripten_bind_ShapeResult___destroy___0=b.kx;kz=d._emscripten_bind_ShapeGetTriangles_ShapeGetTriangles_5=b.lx;lz=d._emscripten_bind_ShapeGetTriangles_GetNumTriangles_0=b.mx;mz=d._emscripten_bind_ShapeGetTriangles_GetVerticesSize_0=
|
|
b.nx;nz=d._emscripten_bind_ShapeGetTriangles_GetVerticesData_0=b.ox;oz=d._emscripten_bind_ShapeGetTriangles_GetMaterial_1=b.px;pz=d._emscripten_bind_ShapeGetTriangles___destroy___0=b.qx;qz=d._emscripten_bind_SphereShapeSettings_SphereShapeSettings_1=b.rx;rz=d._emscripten_bind_SphereShapeSettings_SphereShapeSettings_2=b.sx;sz=d._emscripten_bind_SphereShapeSettings_GetRefCount_0=b.tx;tz=d._emscripten_bind_SphereShapeSettings_AddRef_0=b.ux;uz=d._emscripten_bind_SphereShapeSettings_Release_0=b.vx;vz=
|
|
d._emscripten_bind_SphereShapeSettings_Create_0=b.wx;wz=d._emscripten_bind_SphereShapeSettings_ClearCachedResult_0=b.xx;xz=d._emscripten_bind_SphereShapeSettings_get_mRadius_0=b.yx;yz=d._emscripten_bind_SphereShapeSettings_set_mRadius_1=b.zx;zz=d._emscripten_bind_SphereShapeSettings_get_mMaterial_0=b.Ax;Az=d._emscripten_bind_SphereShapeSettings_set_mMaterial_1=b.Bx;Bz=d._emscripten_bind_SphereShapeSettings_get_mDensity_0=b.Cx;Cz=d._emscripten_bind_SphereShapeSettings_set_mDensity_1=b.Dx;Dz=d._emscripten_bind_SphereShapeSettings_get_mUserData_0=
|
|
b.Ex;Ez=d._emscripten_bind_SphereShapeSettings_set_mUserData_1=b.Fx;Fz=d._emscripten_bind_SphereShapeSettings___destroy___0=b.Gx;Gz=d._emscripten_bind_SphereShape_SphereShape_1=b.Hx;Hz=d._emscripten_bind_SphereShape_SphereShape_2=b.Ix;Iz=d._emscripten_bind_SphereShape_GetRadius_0=b.Jx;Jz=d._emscripten_bind_SphereShape_SetMaterial_1=b.Kx;Kz=d._emscripten_bind_SphereShape_GetDensity_0=b.Lx;Lz=d._emscripten_bind_SphereShape_SetDensity_1=b.Mx;Mz=d._emscripten_bind_SphereShape_GetRefCount_0=b.Nx;Nz=d._emscripten_bind_SphereShape_AddRef_0=
|
|
b.Ox;Oz=d._emscripten_bind_SphereShape_Release_0=b.Px;Pz=d._emscripten_bind_SphereShape_GetType_0=b.Qx;Qz=d._emscripten_bind_SphereShape_GetSubType_0=b.Rx;Rz=d._emscripten_bind_SphereShape_MustBeStatic_0=b.Sx;Sz=d._emscripten_bind_SphereShape_GetLocalBounds_0=b.Tx;Tz=d._emscripten_bind_SphereShape_GetWorldSpaceBounds_2=b.Ux;Uz=d._emscripten_bind_SphereShape_GetCenterOfMass_0=b.Vx;Vz=d._emscripten_bind_SphereShape_GetUserData_0=b.Wx;Wz=d._emscripten_bind_SphereShape_SetUserData_1=b.Xx;Xz=d._emscripten_bind_SphereShape_GetSubShapeIDBitsRecursive_0=
|
|
b.Yx;Yz=d._emscripten_bind_SphereShape_GetInnerRadius_0=b.Zx;Zz=d._emscripten_bind_SphereShape_GetMassProperties_0=b._x;$z=d._emscripten_bind_SphereShape_GetLeafShape_2=b.$x;aA=d._emscripten_bind_SphereShape_GetMaterial_1=b.ay;bA=d._emscripten_bind_SphereShape_GetSurfaceNormal_2=b.by;cA=d._emscripten_bind_SphereShape_GetSubShapeUserData_1=b.cy;dA=d._emscripten_bind_SphereShape_GetSubShapeTransformedShape_5=b.dy;eA=d._emscripten_bind_SphereShape_GetVolume_0=b.ey;fA=d._emscripten_bind_SphereShape_IsValidScale_1=
|
|
b.fy;gA=d._emscripten_bind_SphereShape_MakeScaleValid_1=b.gy;hA=d._emscripten_bind_SphereShape_ScaleShape_1=b.hy;iA=d._emscripten_bind_SphereShape___destroy___0=b.iy;jA=d._emscripten_bind_BoxShapeSettings_BoxShapeSettings_1=b.jy;kA=d._emscripten_bind_BoxShapeSettings_BoxShapeSettings_2=b.ky;lA=d._emscripten_bind_BoxShapeSettings_BoxShapeSettings_3=b.ly;mA=d._emscripten_bind_BoxShapeSettings_GetRefCount_0=b.my;nA=d._emscripten_bind_BoxShapeSettings_AddRef_0=b.ny;oA=d._emscripten_bind_BoxShapeSettings_Release_0=
|
|
b.oy;pA=d._emscripten_bind_BoxShapeSettings_Create_0=b.py;qA=d._emscripten_bind_BoxShapeSettings_ClearCachedResult_0=b.qy;rA=d._emscripten_bind_BoxShapeSettings_get_mHalfExtent_0=b.ry;sA=d._emscripten_bind_BoxShapeSettings_set_mHalfExtent_1=b.sy;tA=d._emscripten_bind_BoxShapeSettings_get_mConvexRadius_0=b.ty;uA=d._emscripten_bind_BoxShapeSettings_set_mConvexRadius_1=b.uy;vA=d._emscripten_bind_BoxShapeSettings_get_mMaterial_0=b.vy;wA=d._emscripten_bind_BoxShapeSettings_set_mMaterial_1=b.wy;xA=d._emscripten_bind_BoxShapeSettings_get_mDensity_0=
|
|
b.xy;yA=d._emscripten_bind_BoxShapeSettings_set_mDensity_1=b.yy;zA=d._emscripten_bind_BoxShapeSettings_get_mUserData_0=b.zy;AA=d._emscripten_bind_BoxShapeSettings_set_mUserData_1=b.Ay;BA=d._emscripten_bind_BoxShapeSettings___destroy___0=b.By;CA=d._emscripten_bind_BoxShape_BoxShape_1=b.Cy;DA=d._emscripten_bind_BoxShape_BoxShape_2=b.Dy;EA=d._emscripten_bind_BoxShape_BoxShape_3=b.Ey;FA=d._emscripten_bind_BoxShape_GetHalfExtent_0=b.Fy;GA=d._emscripten_bind_BoxShape_SetMaterial_1=b.Gy;HA=d._emscripten_bind_BoxShape_GetDensity_0=
|
|
b.Hy;IA=d._emscripten_bind_BoxShape_SetDensity_1=b.Iy;JA=d._emscripten_bind_BoxShape_GetRefCount_0=b.Jy;KA=d._emscripten_bind_BoxShape_AddRef_0=b.Ky;LA=d._emscripten_bind_BoxShape_Release_0=b.Ly;MA=d._emscripten_bind_BoxShape_GetType_0=b.My;NA=d._emscripten_bind_BoxShape_GetSubType_0=b.Ny;OA=d._emscripten_bind_BoxShape_MustBeStatic_0=b.Oy;PA=d._emscripten_bind_BoxShape_GetLocalBounds_0=b.Py;QA=d._emscripten_bind_BoxShape_GetWorldSpaceBounds_2=b.Qy;RA=d._emscripten_bind_BoxShape_GetCenterOfMass_0=
|
|
b.Ry;SA=d._emscripten_bind_BoxShape_GetUserData_0=b.Sy;TA=d._emscripten_bind_BoxShape_SetUserData_1=b.Ty;UA=d._emscripten_bind_BoxShape_GetSubShapeIDBitsRecursive_0=b.Uy;VA=d._emscripten_bind_BoxShape_GetInnerRadius_0=b.Vy;WA=d._emscripten_bind_BoxShape_GetMassProperties_0=b.Wy;XA=d._emscripten_bind_BoxShape_GetLeafShape_2=b.Xy;YA=d._emscripten_bind_BoxShape_GetMaterial_1=b.Yy;ZA=d._emscripten_bind_BoxShape_GetSurfaceNormal_2=b.Zy;$A=d._emscripten_bind_BoxShape_GetSubShapeUserData_1=b._y;aB=d._emscripten_bind_BoxShape_GetSubShapeTransformedShape_5=
|
|
b.$y;bB=d._emscripten_bind_BoxShape_GetVolume_0=b.az;cB=d._emscripten_bind_BoxShape_IsValidScale_1=b.bz;dB=d._emscripten_bind_BoxShape_MakeScaleValid_1=b.cz;eB=d._emscripten_bind_BoxShape_ScaleShape_1=b.dz;fB=d._emscripten_bind_BoxShape___destroy___0=b.ez;gB=d._emscripten_bind_CylinderShapeSettings_CylinderShapeSettings_2=b.fz;hB=d._emscripten_bind_CylinderShapeSettings_CylinderShapeSettings_3=b.gz;iB=d._emscripten_bind_CylinderShapeSettings_CylinderShapeSettings_4=b.hz;jB=d._emscripten_bind_CylinderShapeSettings_GetRefCount_0=
|
|
b.iz;kB=d._emscripten_bind_CylinderShapeSettings_AddRef_0=b.jz;lB=d._emscripten_bind_CylinderShapeSettings_Release_0=b.kz;mB=d._emscripten_bind_CylinderShapeSettings_Create_0=b.lz;nB=d._emscripten_bind_CylinderShapeSettings_ClearCachedResult_0=b.mz;oB=d._emscripten_bind_CylinderShapeSettings_get_mHalfHeight_0=b.nz;pB=d._emscripten_bind_CylinderShapeSettings_set_mHalfHeight_1=b.oz;qB=d._emscripten_bind_CylinderShapeSettings_get_mRadius_0=b.pz;rB=d._emscripten_bind_CylinderShapeSettings_set_mRadius_1=
|
|
b.qz;sB=d._emscripten_bind_CylinderShapeSettings_get_mConvexRadius_0=b.rz;tB=d._emscripten_bind_CylinderShapeSettings_set_mConvexRadius_1=b.sz;uB=d._emscripten_bind_CylinderShapeSettings_get_mMaterial_0=b.tz;vB=d._emscripten_bind_CylinderShapeSettings_set_mMaterial_1=b.uz;wB=d._emscripten_bind_CylinderShapeSettings_get_mDensity_0=b.vz;xB=d._emscripten_bind_CylinderShapeSettings_set_mDensity_1=b.wz;yB=d._emscripten_bind_CylinderShapeSettings_get_mUserData_0=b.xz;zB=d._emscripten_bind_CylinderShapeSettings_set_mUserData_1=
|
|
b.yz;AB=d._emscripten_bind_CylinderShapeSettings___destroy___0=b.zz;BB=d._emscripten_bind_CylinderShape_CylinderShape_3=b.Az;CB=d._emscripten_bind_CylinderShape_CylinderShape_4=b.Bz;DB=d._emscripten_bind_CylinderShape_GetRadius_0=b.Cz;EB=d._emscripten_bind_CylinderShape_GetHalfHeight_0=b.Dz;FB=d._emscripten_bind_CylinderShape_SetMaterial_1=b.Ez;GB=d._emscripten_bind_CylinderShape_GetDensity_0=b.Fz;HB=d._emscripten_bind_CylinderShape_SetDensity_1=b.Gz;IB=d._emscripten_bind_CylinderShape_GetRefCount_0=
|
|
b.Hz;JB=d._emscripten_bind_CylinderShape_AddRef_0=b.Iz;KB=d._emscripten_bind_CylinderShape_Release_0=b.Jz;LB=d._emscripten_bind_CylinderShape_GetType_0=b.Kz;MB=d._emscripten_bind_CylinderShape_GetSubType_0=b.Lz;NB=d._emscripten_bind_CylinderShape_MustBeStatic_0=b.Mz;OB=d._emscripten_bind_CylinderShape_GetLocalBounds_0=b.Nz;PB=d._emscripten_bind_CylinderShape_GetWorldSpaceBounds_2=b.Oz;QB=d._emscripten_bind_CylinderShape_GetCenterOfMass_0=b.Pz;RB=d._emscripten_bind_CylinderShape_GetUserData_0=b.Qz;
|
|
SB=d._emscripten_bind_CylinderShape_SetUserData_1=b.Rz;TB=d._emscripten_bind_CylinderShape_GetSubShapeIDBitsRecursive_0=b.Sz;UB=d._emscripten_bind_CylinderShape_GetInnerRadius_0=b.Tz;VB=d._emscripten_bind_CylinderShape_GetMassProperties_0=b.Uz;WB=d._emscripten_bind_CylinderShape_GetLeafShape_2=b.Vz;XB=d._emscripten_bind_CylinderShape_GetMaterial_1=b.Wz;YB=d._emscripten_bind_CylinderShape_GetSurfaceNormal_2=b.Xz;ZB=d._emscripten_bind_CylinderShape_GetSubShapeUserData_1=b.Yz;$B=d._emscripten_bind_CylinderShape_GetSubShapeTransformedShape_5=
|
|
b.Zz;aC=d._emscripten_bind_CylinderShape_GetVolume_0=b._z;bC=d._emscripten_bind_CylinderShape_IsValidScale_1=b.$z;cC=d._emscripten_bind_CylinderShape_MakeScaleValid_1=b.aA;dC=d._emscripten_bind_CylinderShape_ScaleShape_1=b.bA;eC=d._emscripten_bind_CylinderShape___destroy___0=b.cA;fC=d._emscripten_bind_TaperedCylinderShapeSettings_TaperedCylinderShapeSettings_3=b.dA;gC=d._emscripten_bind_TaperedCylinderShapeSettings_TaperedCylinderShapeSettings_4=b.eA;hC=d._emscripten_bind_TaperedCylinderShapeSettings_TaperedCylinderShapeSettings_5=
|
|
b.fA;iC=d._emscripten_bind_TaperedCylinderShapeSettings_GetRefCount_0=b.gA;jC=d._emscripten_bind_TaperedCylinderShapeSettings_AddRef_0=b.hA;kC=d._emscripten_bind_TaperedCylinderShapeSettings_Release_0=b.iA;lC=d._emscripten_bind_TaperedCylinderShapeSettings_Create_0=b.jA;mC=d._emscripten_bind_TaperedCylinderShapeSettings_ClearCachedResult_0=b.kA;nC=d._emscripten_bind_TaperedCylinderShapeSettings_get_mHalfHeight_0=b.lA;oC=d._emscripten_bind_TaperedCylinderShapeSettings_set_mHalfHeight_1=b.mA;pC=d._emscripten_bind_TaperedCylinderShapeSettings_get_mTopRadius_0=
|
|
b.nA;qC=d._emscripten_bind_TaperedCylinderShapeSettings_set_mTopRadius_1=b.oA;rC=d._emscripten_bind_TaperedCylinderShapeSettings_get_mBottomRadius_0=b.pA;sC=d._emscripten_bind_TaperedCylinderShapeSettings_set_mBottomRadius_1=b.qA;tC=d._emscripten_bind_TaperedCylinderShapeSettings_get_mConvexRadius_0=b.rA;uC=d._emscripten_bind_TaperedCylinderShapeSettings_set_mConvexRadius_1=b.sA;vC=d._emscripten_bind_TaperedCylinderShapeSettings_get_mMaterial_0=b.tA;wC=d._emscripten_bind_TaperedCylinderShapeSettings_set_mMaterial_1=
|
|
b.uA;xC=d._emscripten_bind_TaperedCylinderShapeSettings_get_mDensity_0=b.vA;yC=d._emscripten_bind_TaperedCylinderShapeSettings_set_mDensity_1=b.wA;zC=d._emscripten_bind_TaperedCylinderShapeSettings_get_mUserData_0=b.xA;AC=d._emscripten_bind_TaperedCylinderShapeSettings_set_mUserData_1=b.yA;BC=d._emscripten_bind_TaperedCylinderShapeSettings___destroy___0=b.zA;CC=d._emscripten_bind_TaperedCylinderShape_GetHalfHeight_0=b.AA;DC=d._emscripten_bind_TaperedCylinderShape_GetTopRadius_0=b.BA;EC=d._emscripten_bind_TaperedCylinderShape_GetBottomRadius_0=
|
|
b.CA;FC=d._emscripten_bind_TaperedCylinderShape_GetConvexRadius_0=b.DA;GC=d._emscripten_bind_TaperedCylinderShape_SetMaterial_1=b.EA;HC=d._emscripten_bind_TaperedCylinderShape_GetDensity_0=b.FA;IC=d._emscripten_bind_TaperedCylinderShape_SetDensity_1=b.GA;JC=d._emscripten_bind_TaperedCylinderShape_GetRefCount_0=b.HA;KC=d._emscripten_bind_TaperedCylinderShape_AddRef_0=b.IA;LC=d._emscripten_bind_TaperedCylinderShape_Release_0=b.JA;MC=d._emscripten_bind_TaperedCylinderShape_GetType_0=b.KA;NC=d._emscripten_bind_TaperedCylinderShape_GetSubType_0=
|
|
b.LA;OC=d._emscripten_bind_TaperedCylinderShape_MustBeStatic_0=b.MA;PC=d._emscripten_bind_TaperedCylinderShape_GetLocalBounds_0=b.NA;QC=d._emscripten_bind_TaperedCylinderShape_GetWorldSpaceBounds_2=b.OA;RC=d._emscripten_bind_TaperedCylinderShape_GetCenterOfMass_0=b.PA;SC=d._emscripten_bind_TaperedCylinderShape_GetUserData_0=b.QA;TC=d._emscripten_bind_TaperedCylinderShape_SetUserData_1=b.RA;UC=d._emscripten_bind_TaperedCylinderShape_GetSubShapeIDBitsRecursive_0=b.SA;VC=d._emscripten_bind_TaperedCylinderShape_GetInnerRadius_0=
|
|
b.TA;WC=d._emscripten_bind_TaperedCylinderShape_GetMassProperties_0=b.UA;XC=d._emscripten_bind_TaperedCylinderShape_GetLeafShape_2=b.VA;YC=d._emscripten_bind_TaperedCylinderShape_GetMaterial_1=b.WA;ZC=d._emscripten_bind_TaperedCylinderShape_GetSurfaceNormal_2=b.XA;$C=d._emscripten_bind_TaperedCylinderShape_GetSubShapeUserData_1=b.YA;aD=d._emscripten_bind_TaperedCylinderShape_GetSubShapeTransformedShape_5=b.ZA;bD=d._emscripten_bind_TaperedCylinderShape_GetVolume_0=b._A;cD=d._emscripten_bind_TaperedCylinderShape_IsValidScale_1=
|
|
b.$A;dD=d._emscripten_bind_TaperedCylinderShape_MakeScaleValid_1=b.aB;eD=d._emscripten_bind_TaperedCylinderShape_ScaleShape_1=b.bB;fD=d._emscripten_bind_TaperedCylinderShape___destroy___0=b.cB;gD=d._emscripten_bind_CapsuleShapeSettings_CapsuleShapeSettings_2=b.dB;hD=d._emscripten_bind_CapsuleShapeSettings_CapsuleShapeSettings_3=b.eB;iD=d._emscripten_bind_CapsuleShapeSettings_GetRefCount_0=b.fB;jD=d._emscripten_bind_CapsuleShapeSettings_AddRef_0=b.gB;kD=d._emscripten_bind_CapsuleShapeSettings_Release_0=
|
|
b.hB;lD=d._emscripten_bind_CapsuleShapeSettings_Create_0=b.iB;mD=d._emscripten_bind_CapsuleShapeSettings_ClearCachedResult_0=b.jB;nD=d._emscripten_bind_CapsuleShapeSettings_get_mRadius_0=b.kB;oD=d._emscripten_bind_CapsuleShapeSettings_set_mRadius_1=b.lB;pD=d._emscripten_bind_CapsuleShapeSettings_get_mHalfHeightOfCylinder_0=b.mB;qD=d._emscripten_bind_CapsuleShapeSettings_set_mHalfHeightOfCylinder_1=b.nB;rD=d._emscripten_bind_CapsuleShapeSettings_get_mMaterial_0=b.oB;sD=d._emscripten_bind_CapsuleShapeSettings_set_mMaterial_1=
|
|
b.pB;tD=d._emscripten_bind_CapsuleShapeSettings_get_mDensity_0=b.qB;uD=d._emscripten_bind_CapsuleShapeSettings_set_mDensity_1=b.rB;vD=d._emscripten_bind_CapsuleShapeSettings_get_mUserData_0=b.sB;wD=d._emscripten_bind_CapsuleShapeSettings_set_mUserData_1=b.tB;xD=d._emscripten_bind_CapsuleShapeSettings___destroy___0=b.uB;yD=d._emscripten_bind_CapsuleShape_CapsuleShape_2=b.vB;zD=d._emscripten_bind_CapsuleShape_CapsuleShape_3=b.wB;AD=d._emscripten_bind_CapsuleShape_GetRadius_0=b.xB;BD=d._emscripten_bind_CapsuleShape_GetHalfHeightOfCylinder_0=
|
|
b.yB;CD=d._emscripten_bind_CapsuleShape_SetMaterial_1=b.zB;DD=d._emscripten_bind_CapsuleShape_GetDensity_0=b.AB;ED=d._emscripten_bind_CapsuleShape_SetDensity_1=b.BB;FD=d._emscripten_bind_CapsuleShape_GetRefCount_0=b.CB;GD=d._emscripten_bind_CapsuleShape_AddRef_0=b.DB;HD=d._emscripten_bind_CapsuleShape_Release_0=b.EB;ID=d._emscripten_bind_CapsuleShape_GetType_0=b.FB;JD=d._emscripten_bind_CapsuleShape_GetSubType_0=b.GB;KD=d._emscripten_bind_CapsuleShape_MustBeStatic_0=b.HB;LD=d._emscripten_bind_CapsuleShape_GetLocalBounds_0=
|
|
b.IB;MD=d._emscripten_bind_CapsuleShape_GetWorldSpaceBounds_2=b.JB;ND=d._emscripten_bind_CapsuleShape_GetCenterOfMass_0=b.KB;OD=d._emscripten_bind_CapsuleShape_GetUserData_0=b.LB;PD=d._emscripten_bind_CapsuleShape_SetUserData_1=b.MB;QD=d._emscripten_bind_CapsuleShape_GetSubShapeIDBitsRecursive_0=b.NB;RD=d._emscripten_bind_CapsuleShape_GetInnerRadius_0=b.OB;SD=d._emscripten_bind_CapsuleShape_GetMassProperties_0=b.PB;TD=d._emscripten_bind_CapsuleShape_GetLeafShape_2=b.QB;UD=d._emscripten_bind_CapsuleShape_GetMaterial_1=
|
|
b.RB;VD=d._emscripten_bind_CapsuleShape_GetSurfaceNormal_2=b.SB;WD=d._emscripten_bind_CapsuleShape_GetSubShapeUserData_1=b.TB;XD=d._emscripten_bind_CapsuleShape_GetSubShapeTransformedShape_5=b.UB;YD=d._emscripten_bind_CapsuleShape_GetVolume_0=b.VB;ZD=d._emscripten_bind_CapsuleShape_IsValidScale_1=b.WB;$D=d._emscripten_bind_CapsuleShape_MakeScaleValid_1=b.XB;aE=d._emscripten_bind_CapsuleShape_ScaleShape_1=b.YB;bE=d._emscripten_bind_CapsuleShape___destroy___0=b.ZB;cE=d._emscripten_bind_TaperedCapsuleShapeSettings_TaperedCapsuleShapeSettings_3=
|
|
b._B;dE=d._emscripten_bind_TaperedCapsuleShapeSettings_TaperedCapsuleShapeSettings_4=b.$B;eE=d._emscripten_bind_TaperedCapsuleShapeSettings_GetRefCount_0=b.aC;fE=d._emscripten_bind_TaperedCapsuleShapeSettings_AddRef_0=b.bC;gE=d._emscripten_bind_TaperedCapsuleShapeSettings_Release_0=b.cC;hE=d._emscripten_bind_TaperedCapsuleShapeSettings_Create_0=b.dC;iE=d._emscripten_bind_TaperedCapsuleShapeSettings_ClearCachedResult_0=b.eC;jE=d._emscripten_bind_TaperedCapsuleShapeSettings_get_mHalfHeightOfTaperedCylinder_0=
|
|
b.fC;kE=d._emscripten_bind_TaperedCapsuleShapeSettings_set_mHalfHeightOfTaperedCylinder_1=b.gC;lE=d._emscripten_bind_TaperedCapsuleShapeSettings_get_mTopRadius_0=b.hC;mE=d._emscripten_bind_TaperedCapsuleShapeSettings_set_mTopRadius_1=b.iC;nE=d._emscripten_bind_TaperedCapsuleShapeSettings_get_mBottomRadius_0=b.jC;oE=d._emscripten_bind_TaperedCapsuleShapeSettings_set_mBottomRadius_1=b.kC;pE=d._emscripten_bind_TaperedCapsuleShapeSettings_get_mMaterial_0=b.lC;qE=d._emscripten_bind_TaperedCapsuleShapeSettings_set_mMaterial_1=
|
|
b.mC;rE=d._emscripten_bind_TaperedCapsuleShapeSettings_get_mDensity_0=b.nC;sE=d._emscripten_bind_TaperedCapsuleShapeSettings_set_mDensity_1=b.oC;tE=d._emscripten_bind_TaperedCapsuleShapeSettings_get_mUserData_0=b.pC;uE=d._emscripten_bind_TaperedCapsuleShapeSettings_set_mUserData_1=b.qC;vE=d._emscripten_bind_TaperedCapsuleShapeSettings___destroy___0=b.rC;wE=d._emscripten_bind_TaperedCapsuleShape_GetHalfHeight_0=b.sC;xE=d._emscripten_bind_TaperedCapsuleShape_GetTopRadius_0=b.tC;yE=d._emscripten_bind_TaperedCapsuleShape_GetBottomRadius_0=
|
|
b.uC;zE=d._emscripten_bind_TaperedCapsuleShape_SetMaterial_1=b.vC;AE=d._emscripten_bind_TaperedCapsuleShape_GetDensity_0=b.wC;BE=d._emscripten_bind_TaperedCapsuleShape_SetDensity_1=b.xC;CE=d._emscripten_bind_TaperedCapsuleShape_GetRefCount_0=b.yC;DE=d._emscripten_bind_TaperedCapsuleShape_AddRef_0=b.zC;EE=d._emscripten_bind_TaperedCapsuleShape_Release_0=b.AC;FE=d._emscripten_bind_TaperedCapsuleShape_GetType_0=b.BC;GE=d._emscripten_bind_TaperedCapsuleShape_GetSubType_0=b.CC;HE=d._emscripten_bind_TaperedCapsuleShape_MustBeStatic_0=
|
|
b.DC;IE=d._emscripten_bind_TaperedCapsuleShape_GetLocalBounds_0=b.EC;JE=d._emscripten_bind_TaperedCapsuleShape_GetWorldSpaceBounds_2=b.FC;KE=d._emscripten_bind_TaperedCapsuleShape_GetCenterOfMass_0=b.GC;LE=d._emscripten_bind_TaperedCapsuleShape_GetUserData_0=b.HC;ME=d._emscripten_bind_TaperedCapsuleShape_SetUserData_1=b.IC;NE=d._emscripten_bind_TaperedCapsuleShape_GetSubShapeIDBitsRecursive_0=b.JC;OE=d._emscripten_bind_TaperedCapsuleShape_GetInnerRadius_0=b.KC;PE=d._emscripten_bind_TaperedCapsuleShape_GetMassProperties_0=
|
|
b.LC;QE=d._emscripten_bind_TaperedCapsuleShape_GetLeafShape_2=b.MC;RE=d._emscripten_bind_TaperedCapsuleShape_GetMaterial_1=b.NC;SE=d._emscripten_bind_TaperedCapsuleShape_GetSurfaceNormal_2=b.OC;TE=d._emscripten_bind_TaperedCapsuleShape_GetSubShapeUserData_1=b.PC;UE=d._emscripten_bind_TaperedCapsuleShape_GetSubShapeTransformedShape_5=b.QC;VE=d._emscripten_bind_TaperedCapsuleShape_GetVolume_0=b.RC;WE=d._emscripten_bind_TaperedCapsuleShape_IsValidScale_1=b.SC;XE=d._emscripten_bind_TaperedCapsuleShape_MakeScaleValid_1=
|
|
b.TC;YE=d._emscripten_bind_TaperedCapsuleShape_ScaleShape_1=b.UC;ZE=d._emscripten_bind_TaperedCapsuleShape___destroy___0=b.VC;$E=d._emscripten_bind_ConvexHullShapeSettings_ConvexHullShapeSettings_0=b.WC;aF=d._emscripten_bind_ConvexHullShapeSettings_GetRefCount_0=b.XC;bF=d._emscripten_bind_ConvexHullShapeSettings_AddRef_0=b.YC;cF=d._emscripten_bind_ConvexHullShapeSettings_Release_0=b.ZC;dF=d._emscripten_bind_ConvexHullShapeSettings_Create_0=b._C;eF=d._emscripten_bind_ConvexHullShapeSettings_ClearCachedResult_0=
|
|
b.$C;fF=d._emscripten_bind_ConvexHullShapeSettings_get_mPoints_0=b.aD;gF=d._emscripten_bind_ConvexHullShapeSettings_set_mPoints_1=b.bD;hF=d._emscripten_bind_ConvexHullShapeSettings_get_mMaxConvexRadius_0=b.cD;iF=d._emscripten_bind_ConvexHullShapeSettings_set_mMaxConvexRadius_1=b.dD;jF=d._emscripten_bind_ConvexHullShapeSettings_get_mMaxErrorConvexRadius_0=b.eD;kF=d._emscripten_bind_ConvexHullShapeSettings_set_mMaxErrorConvexRadius_1=b.fD;lF=d._emscripten_bind_ConvexHullShapeSettings_get_mHullTolerance_0=
|
|
b.gD;mF=d._emscripten_bind_ConvexHullShapeSettings_set_mHullTolerance_1=b.hD;nF=d._emscripten_bind_ConvexHullShapeSettings_get_mMaterial_0=b.iD;oF=d._emscripten_bind_ConvexHullShapeSettings_set_mMaterial_1=b.jD;pF=d._emscripten_bind_ConvexHullShapeSettings_get_mDensity_0=b.kD;qF=d._emscripten_bind_ConvexHullShapeSettings_set_mDensity_1=b.lD;rF=d._emscripten_bind_ConvexHullShapeSettings_get_mUserData_0=b.mD;sF=d._emscripten_bind_ConvexHullShapeSettings_set_mUserData_1=b.nD;tF=d._emscripten_bind_ConvexHullShapeSettings___destroy___0=
|
|
b.oD;uF=d._emscripten_bind_ConvexHullShape_SetMaterial_1=b.pD;vF=d._emscripten_bind_ConvexHullShape_GetDensity_0=b.qD;wF=d._emscripten_bind_ConvexHullShape_SetDensity_1=b.rD;xF=d._emscripten_bind_ConvexHullShape_GetRefCount_0=b.sD;yF=d._emscripten_bind_ConvexHullShape_AddRef_0=b.tD;zF=d._emscripten_bind_ConvexHullShape_Release_0=b.uD;AF=d._emscripten_bind_ConvexHullShape_GetType_0=b.vD;BF=d._emscripten_bind_ConvexHullShape_GetSubType_0=b.wD;CF=d._emscripten_bind_ConvexHullShape_MustBeStatic_0=b.xD;
|
|
DF=d._emscripten_bind_ConvexHullShape_GetLocalBounds_0=b.yD;EF=d._emscripten_bind_ConvexHullShape_GetWorldSpaceBounds_2=b.zD;FF=d._emscripten_bind_ConvexHullShape_GetCenterOfMass_0=b.AD;GF=d._emscripten_bind_ConvexHullShape_GetUserData_0=b.BD;HF=d._emscripten_bind_ConvexHullShape_SetUserData_1=b.CD;IF=d._emscripten_bind_ConvexHullShape_GetSubShapeIDBitsRecursive_0=b.DD;JF=d._emscripten_bind_ConvexHullShape_GetInnerRadius_0=b.ED;KF=d._emscripten_bind_ConvexHullShape_GetMassProperties_0=b.FD;LF=d._emscripten_bind_ConvexHullShape_GetLeafShape_2=
|
|
b.GD;MF=d._emscripten_bind_ConvexHullShape_GetMaterial_1=b.HD;NF=d._emscripten_bind_ConvexHullShape_GetSurfaceNormal_2=b.ID;OF=d._emscripten_bind_ConvexHullShape_GetSubShapeUserData_1=b.JD;PF=d._emscripten_bind_ConvexHullShape_GetSubShapeTransformedShape_5=b.KD;QF=d._emscripten_bind_ConvexHullShape_GetVolume_0=b.LD;RF=d._emscripten_bind_ConvexHullShape_IsValidScale_1=b.MD;SF=d._emscripten_bind_ConvexHullShape_MakeScaleValid_1=b.ND;TF=d._emscripten_bind_ConvexHullShape_ScaleShape_1=b.OD;UF=d._emscripten_bind_ConvexHullShape___destroy___0=
|
|
b.PD;VF=d._emscripten_bind_CompoundShapeSubShape_GetPositionCOM_0=b.QD;WF=d._emscripten_bind_CompoundShapeSubShape_GetRotation_0=b.RD;XF=d._emscripten_bind_CompoundShapeSubShape_get_mShape_0=b.SD;YF=d._emscripten_bind_CompoundShapeSubShape_set_mShape_1=b.TD;ZF=d._emscripten_bind_CompoundShapeSubShape_get_mUserData_0=b.UD;$F=d._emscripten_bind_CompoundShapeSubShape_set_mUserData_1=b.VD;aG=d._emscripten_bind_CompoundShapeSubShape___destroy___0=b.WD;bG=d._emscripten_bind_StaticCompoundShapeSettings_StaticCompoundShapeSettings_0=
|
|
b.XD;cG=d._emscripten_bind_StaticCompoundShapeSettings_AddShape_4=b.YD;dG=d._emscripten_bind_StaticCompoundShapeSettings_AddShapeShapeSettings_4=b.ZD;eG=d._emscripten_bind_StaticCompoundShapeSettings_AddShapeShape_4=b._D;fG=d._emscripten_bind_StaticCompoundShapeSettings_GetRefCount_0=b.$D;gG=d._emscripten_bind_StaticCompoundShapeSettings_AddRef_0=b.aE;hG=d._emscripten_bind_StaticCompoundShapeSettings_Release_0=b.bE;iG=d._emscripten_bind_StaticCompoundShapeSettings_Create_0=b.cE;jG=d._emscripten_bind_StaticCompoundShapeSettings_ClearCachedResult_0=
|
|
b.dE;kG=d._emscripten_bind_StaticCompoundShapeSettings_get_mUserData_0=b.eE;lG=d._emscripten_bind_StaticCompoundShapeSettings_set_mUserData_1=b.fE;mG=d._emscripten_bind_StaticCompoundShapeSettings___destroy___0=b.gE;nG=d._emscripten_bind_StaticCompoundShape_GetNumSubShapes_0=b.hE;oG=d._emscripten_bind_StaticCompoundShape_GetSubShape_1=b.iE;pG=d._emscripten_bind_StaticCompoundShape_GetRefCount_0=b.jE;qG=d._emscripten_bind_StaticCompoundShape_AddRef_0=b.kE;rG=d._emscripten_bind_StaticCompoundShape_Release_0=
|
|
b.lE;sG=d._emscripten_bind_StaticCompoundShape_GetType_0=b.mE;tG=d._emscripten_bind_StaticCompoundShape_GetSubType_0=b.nE;uG=d._emscripten_bind_StaticCompoundShape_MustBeStatic_0=b.oE;vG=d._emscripten_bind_StaticCompoundShape_GetLocalBounds_0=b.pE;wG=d._emscripten_bind_StaticCompoundShape_GetWorldSpaceBounds_2=b.qE;xG=d._emscripten_bind_StaticCompoundShape_GetCenterOfMass_0=b.rE;yG=d._emscripten_bind_StaticCompoundShape_GetUserData_0=b.sE;zG=d._emscripten_bind_StaticCompoundShape_SetUserData_1=b.tE;
|
|
AG=d._emscripten_bind_StaticCompoundShape_GetSubShapeIDBitsRecursive_0=b.uE;BG=d._emscripten_bind_StaticCompoundShape_GetInnerRadius_0=b.vE;CG=d._emscripten_bind_StaticCompoundShape_GetMassProperties_0=b.wE;DG=d._emscripten_bind_StaticCompoundShape_GetLeafShape_2=b.xE;EG=d._emscripten_bind_StaticCompoundShape_GetMaterial_1=b.yE;FG=d._emscripten_bind_StaticCompoundShape_GetSurfaceNormal_2=b.zE;GG=d._emscripten_bind_StaticCompoundShape_GetSubShapeUserData_1=b.AE;HG=d._emscripten_bind_StaticCompoundShape_GetSubShapeTransformedShape_5=
|
|
b.BE;IG=d._emscripten_bind_StaticCompoundShape_GetVolume_0=b.CE;JG=d._emscripten_bind_StaticCompoundShape_IsValidScale_1=b.DE;KG=d._emscripten_bind_StaticCompoundShape_MakeScaleValid_1=b.EE;LG=d._emscripten_bind_StaticCompoundShape_ScaleShape_1=b.FE;MG=d._emscripten_bind_StaticCompoundShape___destroy___0=b.GE;NG=d._emscripten_bind_MutableCompoundShapeSettings_MutableCompoundShapeSettings_0=b.HE;OG=d._emscripten_bind_MutableCompoundShapeSettings_AddShape_4=b.IE;PG=d._emscripten_bind_MutableCompoundShapeSettings_AddShapeShapeSettings_4=
|
|
b.JE;QG=d._emscripten_bind_MutableCompoundShapeSettings_AddShapeShape_4=b.KE;RG=d._emscripten_bind_MutableCompoundShapeSettings_GetRefCount_0=b.LE;SG=d._emscripten_bind_MutableCompoundShapeSettings_AddRef_0=b.ME;TG=d._emscripten_bind_MutableCompoundShapeSettings_Release_0=b.NE;UG=d._emscripten_bind_MutableCompoundShapeSettings_Create_0=b.OE;VG=d._emscripten_bind_MutableCompoundShapeSettings_ClearCachedResult_0=b.PE;WG=d._emscripten_bind_MutableCompoundShapeSettings_get_mUserData_0=b.QE;XG=d._emscripten_bind_MutableCompoundShapeSettings_set_mUserData_1=
|
|
b.RE;YG=d._emscripten_bind_MutableCompoundShapeSettings___destroy___0=b.SE;ZG=d._emscripten_bind_MutableCompoundShape_AddShape_4=b.TE;$G=d._emscripten_bind_MutableCompoundShape_AddShape_5=b.UE;aH=d._emscripten_bind_MutableCompoundShape_RemoveShape_1=b.VE;bH=d._emscripten_bind_MutableCompoundShape_ModifyShape_3=b.WE;cH=d._emscripten_bind_MutableCompoundShape_ModifyShape_4=b.XE;dH=d._emscripten_bind_MutableCompoundShape_ModifyShapes_4=b.YE;eH=d._emscripten_bind_MutableCompoundShape_AdjustCenterOfMass_0=
|
|
b.ZE;fH=d._emscripten_bind_MutableCompoundShape_GetNumSubShapes_0=b._E;gH=d._emscripten_bind_MutableCompoundShape_GetSubShape_1=b.$E;hH=d._emscripten_bind_MutableCompoundShape_GetRefCount_0=b.aF;iH=d._emscripten_bind_MutableCompoundShape_AddRef_0=b.bF;jH=d._emscripten_bind_MutableCompoundShape_Release_0=b.cF;kH=d._emscripten_bind_MutableCompoundShape_GetType_0=b.dF;lH=d._emscripten_bind_MutableCompoundShape_GetSubType_0=b.eF;mH=d._emscripten_bind_MutableCompoundShape_MustBeStatic_0=b.fF;nH=d._emscripten_bind_MutableCompoundShape_GetLocalBounds_0=
|
|
b.gF;oH=d._emscripten_bind_MutableCompoundShape_GetWorldSpaceBounds_2=b.hF;pH=d._emscripten_bind_MutableCompoundShape_GetCenterOfMass_0=b.iF;qH=d._emscripten_bind_MutableCompoundShape_GetUserData_0=b.jF;rH=d._emscripten_bind_MutableCompoundShape_SetUserData_1=b.kF;sH=d._emscripten_bind_MutableCompoundShape_GetSubShapeIDBitsRecursive_0=b.lF;tH=d._emscripten_bind_MutableCompoundShape_GetInnerRadius_0=b.mF;uH=d._emscripten_bind_MutableCompoundShape_GetMassProperties_0=b.nF;vH=d._emscripten_bind_MutableCompoundShape_GetLeafShape_2=
|
|
b.oF;wH=d._emscripten_bind_MutableCompoundShape_GetMaterial_1=b.pF;xH=d._emscripten_bind_MutableCompoundShape_GetSurfaceNormal_2=b.qF;yH=d._emscripten_bind_MutableCompoundShape_GetSubShapeUserData_1=b.rF;zH=d._emscripten_bind_MutableCompoundShape_GetSubShapeTransformedShape_5=b.sF;AH=d._emscripten_bind_MutableCompoundShape_GetVolume_0=b.tF;BH=d._emscripten_bind_MutableCompoundShape_IsValidScale_1=b.uF;CH=d._emscripten_bind_MutableCompoundShape_MakeScaleValid_1=b.vF;DH=d._emscripten_bind_MutableCompoundShape_ScaleShape_1=
|
|
b.wF;EH=d._emscripten_bind_MutableCompoundShape___destroy___0=b.xF;FH=d._emscripten_bind_ScaledShapeSettings_ScaledShapeSettings_2=b.yF;GH=d._emscripten_bind_ScaledShapeSettings_GetRefCount_0=b.zF;HH=d._emscripten_bind_ScaledShapeSettings_AddRef_0=b.AF;IH=d._emscripten_bind_ScaledShapeSettings_Release_0=b.BF;JH=d._emscripten_bind_ScaledShapeSettings_Create_0=b.CF;KH=d._emscripten_bind_ScaledShapeSettings_ClearCachedResult_0=b.DF;LH=d._emscripten_bind_ScaledShapeSettings_get_mScale_0=b.EF;MH=d._emscripten_bind_ScaledShapeSettings_set_mScale_1=
|
|
b.FF;NH=d._emscripten_bind_ScaledShapeSettings_get_mUserData_0=b.GF;OH=d._emscripten_bind_ScaledShapeSettings_set_mUserData_1=b.HF;PH=d._emscripten_bind_ScaledShapeSettings___destroy___0=b.IF;QH=d._emscripten_bind_ScaledShape_ScaledShape_2=b.JF;RH=d._emscripten_bind_ScaledShape_GetScale_0=b.KF;SH=d._emscripten_bind_ScaledShape_GetInnerShape_0=b.LF;TH=d._emscripten_bind_ScaledShape_GetRefCount_0=b.MF;UH=d._emscripten_bind_ScaledShape_AddRef_0=b.NF;VH=d._emscripten_bind_ScaledShape_Release_0=b.OF;WH=
|
|
d._emscripten_bind_ScaledShape_GetType_0=b.PF;XH=d._emscripten_bind_ScaledShape_GetSubType_0=b.QF;YH=d._emscripten_bind_ScaledShape_MustBeStatic_0=b.RF;ZH=d._emscripten_bind_ScaledShape_GetLocalBounds_0=b.SF;$H=d._emscripten_bind_ScaledShape_GetWorldSpaceBounds_2=b.TF;aI=d._emscripten_bind_ScaledShape_GetCenterOfMass_0=b.UF;bI=d._emscripten_bind_ScaledShape_GetUserData_0=b.VF;cI=d._emscripten_bind_ScaledShape_SetUserData_1=b.WF;dI=d._emscripten_bind_ScaledShape_GetSubShapeIDBitsRecursive_0=b.XF;eI=
|
|
d._emscripten_bind_ScaledShape_GetInnerRadius_0=b.YF;fI=d._emscripten_bind_ScaledShape_GetMassProperties_0=b.ZF;gI=d._emscripten_bind_ScaledShape_GetLeafShape_2=b._F;hI=d._emscripten_bind_ScaledShape_GetMaterial_1=b.$F;iI=d._emscripten_bind_ScaledShape_GetSurfaceNormal_2=b.aG;jI=d._emscripten_bind_ScaledShape_GetSubShapeUserData_1=b.bG;kI=d._emscripten_bind_ScaledShape_GetSubShapeTransformedShape_5=b.cG;lI=d._emscripten_bind_ScaledShape_GetVolume_0=b.dG;mI=d._emscripten_bind_ScaledShape_IsValidScale_1=
|
|
b.eG;nI=d._emscripten_bind_ScaledShape_MakeScaleValid_1=b.fG;oI=d._emscripten_bind_ScaledShape_ScaleShape_1=b.gG;pI=d._emscripten_bind_ScaledShape___destroy___0=b.hG;qI=d._emscripten_bind_OffsetCenterOfMassShapeSettings_OffsetCenterOfMassShapeSettings_2=b.iG;rI=d._emscripten_bind_OffsetCenterOfMassShapeSettings_GetRefCount_0=b.jG;sI=d._emscripten_bind_OffsetCenterOfMassShapeSettings_AddRef_0=b.kG;tI=d._emscripten_bind_OffsetCenterOfMassShapeSettings_Release_0=b.lG;uI=d._emscripten_bind_OffsetCenterOfMassShapeSettings_Create_0=
|
|
b.mG;vI=d._emscripten_bind_OffsetCenterOfMassShapeSettings_ClearCachedResult_0=b.nG;wI=d._emscripten_bind_OffsetCenterOfMassShapeSettings_get_mOffset_0=b.oG;xI=d._emscripten_bind_OffsetCenterOfMassShapeSettings_set_mOffset_1=b.pG;yI=d._emscripten_bind_OffsetCenterOfMassShapeSettings_get_mUserData_0=b.qG;zI=d._emscripten_bind_OffsetCenterOfMassShapeSettings_set_mUserData_1=b.rG;AI=d._emscripten_bind_OffsetCenterOfMassShapeSettings___destroy___0=b.sG;BI=d._emscripten_bind_OffsetCenterOfMassShape_OffsetCenterOfMassShape_2=
|
|
b.tG;CI=d._emscripten_bind_OffsetCenterOfMassShape_GetInnerShape_0=b.uG;DI=d._emscripten_bind_OffsetCenterOfMassShape_GetRefCount_0=b.vG;EI=d._emscripten_bind_OffsetCenterOfMassShape_AddRef_0=b.wG;FI=d._emscripten_bind_OffsetCenterOfMassShape_Release_0=b.xG;GI=d._emscripten_bind_OffsetCenterOfMassShape_GetType_0=b.yG;HI=d._emscripten_bind_OffsetCenterOfMassShape_GetSubType_0=b.zG;II=d._emscripten_bind_OffsetCenterOfMassShape_MustBeStatic_0=b.AG;JI=d._emscripten_bind_OffsetCenterOfMassShape_GetLocalBounds_0=
|
|
b.BG;KI=d._emscripten_bind_OffsetCenterOfMassShape_GetWorldSpaceBounds_2=b.CG;LI=d._emscripten_bind_OffsetCenterOfMassShape_GetCenterOfMass_0=b.DG;MI=d._emscripten_bind_OffsetCenterOfMassShape_GetUserData_0=b.EG;NI=d._emscripten_bind_OffsetCenterOfMassShape_SetUserData_1=b.FG;OI=d._emscripten_bind_OffsetCenterOfMassShape_GetSubShapeIDBitsRecursive_0=b.GG;PI=d._emscripten_bind_OffsetCenterOfMassShape_GetInnerRadius_0=b.HG;QI=d._emscripten_bind_OffsetCenterOfMassShape_GetMassProperties_0=b.IG;RI=d._emscripten_bind_OffsetCenterOfMassShape_GetLeafShape_2=
|
|
b.JG;SI=d._emscripten_bind_OffsetCenterOfMassShape_GetMaterial_1=b.KG;TI=d._emscripten_bind_OffsetCenterOfMassShape_GetSurfaceNormal_2=b.LG;UI=d._emscripten_bind_OffsetCenterOfMassShape_GetSubShapeUserData_1=b.MG;VI=d._emscripten_bind_OffsetCenterOfMassShape_GetSubShapeTransformedShape_5=b.NG;WI=d._emscripten_bind_OffsetCenterOfMassShape_GetVolume_0=b.OG;XI=d._emscripten_bind_OffsetCenterOfMassShape_IsValidScale_1=b.PG;YI=d._emscripten_bind_OffsetCenterOfMassShape_MakeScaleValid_1=b.QG;ZI=d._emscripten_bind_OffsetCenterOfMassShape_ScaleShape_1=
|
|
b.RG;$I=d._emscripten_bind_OffsetCenterOfMassShape___destroy___0=b.SG;aJ=d._emscripten_bind_RotatedTranslatedShapeSettings_RotatedTranslatedShapeSettings_3=b.TG;bJ=d._emscripten_bind_RotatedTranslatedShapeSettings_GetRefCount_0=b.UG;cJ=d._emscripten_bind_RotatedTranslatedShapeSettings_AddRef_0=b.VG;dJ=d._emscripten_bind_RotatedTranslatedShapeSettings_Release_0=b.WG;eJ=d._emscripten_bind_RotatedTranslatedShapeSettings_Create_0=b.XG;fJ=d._emscripten_bind_RotatedTranslatedShapeSettings_ClearCachedResult_0=
|
|
b.YG;gJ=d._emscripten_bind_RotatedTranslatedShapeSettings_get_mPosition_0=b.ZG;hJ=d._emscripten_bind_RotatedTranslatedShapeSettings_set_mPosition_1=b._G;iJ=d._emscripten_bind_RotatedTranslatedShapeSettings_get_mRotation_0=b.$G;jJ=d._emscripten_bind_RotatedTranslatedShapeSettings_set_mRotation_1=b.aH;kJ=d._emscripten_bind_RotatedTranslatedShapeSettings_get_mUserData_0=b.bH;lJ=d._emscripten_bind_RotatedTranslatedShapeSettings_set_mUserData_1=b.cH;mJ=d._emscripten_bind_RotatedTranslatedShapeSettings___destroy___0=
|
|
b.dH;nJ=d._emscripten_bind_RotatedTranslatedShape_GetRotation_0=b.eH;oJ=d._emscripten_bind_RotatedTranslatedShape_GetPosition_0=b.fH;pJ=d._emscripten_bind_RotatedTranslatedShape_GetInnerShape_0=b.gH;qJ=d._emscripten_bind_RotatedTranslatedShape_GetRefCount_0=b.hH;rJ=d._emscripten_bind_RotatedTranslatedShape_AddRef_0=b.iH;sJ=d._emscripten_bind_RotatedTranslatedShape_Release_0=b.jH;tJ=d._emscripten_bind_RotatedTranslatedShape_GetType_0=b.kH;uJ=d._emscripten_bind_RotatedTranslatedShape_GetSubType_0=b.lH;
|
|
vJ=d._emscripten_bind_RotatedTranslatedShape_MustBeStatic_0=b.mH;wJ=d._emscripten_bind_RotatedTranslatedShape_GetLocalBounds_0=b.nH;xJ=d._emscripten_bind_RotatedTranslatedShape_GetWorldSpaceBounds_2=b.oH;yJ=d._emscripten_bind_RotatedTranslatedShape_GetCenterOfMass_0=b.pH;zJ=d._emscripten_bind_RotatedTranslatedShape_GetUserData_0=b.qH;AJ=d._emscripten_bind_RotatedTranslatedShape_SetUserData_1=b.rH;BJ=d._emscripten_bind_RotatedTranslatedShape_GetSubShapeIDBitsRecursive_0=b.sH;CJ=d._emscripten_bind_RotatedTranslatedShape_GetInnerRadius_0=
|
|
b.tH;DJ=d._emscripten_bind_RotatedTranslatedShape_GetMassProperties_0=b.uH;EJ=d._emscripten_bind_RotatedTranslatedShape_GetLeafShape_2=b.vH;FJ=d._emscripten_bind_RotatedTranslatedShape_GetMaterial_1=b.wH;GJ=d._emscripten_bind_RotatedTranslatedShape_GetSurfaceNormal_2=b.xH;HJ=d._emscripten_bind_RotatedTranslatedShape_GetSubShapeUserData_1=b.yH;IJ=d._emscripten_bind_RotatedTranslatedShape_GetSubShapeTransformedShape_5=b.zH;JJ=d._emscripten_bind_RotatedTranslatedShape_GetVolume_0=b.AH;KJ=d._emscripten_bind_RotatedTranslatedShape_IsValidScale_1=
|
|
b.BH;LJ=d._emscripten_bind_RotatedTranslatedShape_MakeScaleValid_1=b.CH;MJ=d._emscripten_bind_RotatedTranslatedShape_ScaleShape_1=b.DH;NJ=d._emscripten_bind_RotatedTranslatedShape___destroy___0=b.EH;OJ=d._emscripten_bind_MeshShapeSettings_MeshShapeSettings_0=b.FH;PJ=d._emscripten_bind_MeshShapeSettings_MeshShapeSettings_1=b.GH;QJ=d._emscripten_bind_MeshShapeSettings_MeshShapeSettings_2=b.HH;RJ=d._emscripten_bind_MeshShapeSettings_MeshShapeSettings_3=b.IH;SJ=d._emscripten_bind_MeshShapeSettings_Sanitize_0=
|
|
b.JH;TJ=d._emscripten_bind_MeshShapeSettings_GetRefCount_0=b.KH;UJ=d._emscripten_bind_MeshShapeSettings_AddRef_0=b.LH;VJ=d._emscripten_bind_MeshShapeSettings_Release_0=b.MH;WJ=d._emscripten_bind_MeshShapeSettings_Create_0=b.NH;XJ=d._emscripten_bind_MeshShapeSettings_ClearCachedResult_0=b.OH;YJ=d._emscripten_bind_MeshShapeSettings_get_mTriangleVertices_0=b.PH;ZJ=d._emscripten_bind_MeshShapeSettings_set_mTriangleVertices_1=b.QH;$J=d._emscripten_bind_MeshShapeSettings_get_mIndexedTriangles_0=b.RH;aK=
|
|
d._emscripten_bind_MeshShapeSettings_set_mIndexedTriangles_1=b.SH;bK=d._emscripten_bind_MeshShapeSettings_get_mMaterials_0=b.TH;cK=d._emscripten_bind_MeshShapeSettings_set_mMaterials_1=b.UH;dK=d._emscripten_bind_MeshShapeSettings_get_mMaxTrianglesPerLeaf_0=b.VH;eK=d._emscripten_bind_MeshShapeSettings_set_mMaxTrianglesPerLeaf_1=b.WH;fK=d._emscripten_bind_MeshShapeSettings_get_mActiveEdgeCosThresholdAngle_0=b.XH;gK=d._emscripten_bind_MeshShapeSettings_set_mActiveEdgeCosThresholdAngle_1=b.YH;hK=d._emscripten_bind_MeshShapeSettings_get_mPerTriangleUserData_0=
|
|
b.ZH;iK=d._emscripten_bind_MeshShapeSettings_set_mPerTriangleUserData_1=b._H;jK=d._emscripten_bind_MeshShapeSettings_get_mBuildQuality_0=b.$H;kK=d._emscripten_bind_MeshShapeSettings_set_mBuildQuality_1=b.aI;lK=d._emscripten_bind_MeshShapeSettings_get_mUserData_0=b.bI;mK=d._emscripten_bind_MeshShapeSettings_set_mUserData_1=b.cI;nK=d._emscripten_bind_MeshShapeSettings___destroy___0=b.dI;oK=d._emscripten_bind_MeshShape_GetTriangleUserData_1=b.eI;pK=d._emscripten_bind_MeshShape_GetRefCount_0=b.fI;qK=
|
|
d._emscripten_bind_MeshShape_AddRef_0=b.gI;rK=d._emscripten_bind_MeshShape_Release_0=b.hI;sK=d._emscripten_bind_MeshShape_GetType_0=b.iI;tK=d._emscripten_bind_MeshShape_GetSubType_0=b.jI;uK=d._emscripten_bind_MeshShape_MustBeStatic_0=b.kI;vK=d._emscripten_bind_MeshShape_GetLocalBounds_0=b.lI;wK=d._emscripten_bind_MeshShape_GetWorldSpaceBounds_2=b.mI;xK=d._emscripten_bind_MeshShape_GetCenterOfMass_0=b.nI;yK=d._emscripten_bind_MeshShape_GetUserData_0=b.oI;zK=d._emscripten_bind_MeshShape_SetUserData_1=
|
|
b.pI;AK=d._emscripten_bind_MeshShape_GetSubShapeIDBitsRecursive_0=b.qI;BK=d._emscripten_bind_MeshShape_GetInnerRadius_0=b.rI;CK=d._emscripten_bind_MeshShape_GetMassProperties_0=b.sI;DK=d._emscripten_bind_MeshShape_GetLeafShape_2=b.tI;EK=d._emscripten_bind_MeshShape_GetMaterial_1=b.uI;FK=d._emscripten_bind_MeshShape_GetSurfaceNormal_2=b.vI;GK=d._emscripten_bind_MeshShape_GetSubShapeUserData_1=b.wI;HK=d._emscripten_bind_MeshShape_GetSubShapeTransformedShape_5=b.xI;IK=d._emscripten_bind_MeshShape_GetVolume_0=
|
|
b.yI;JK=d._emscripten_bind_MeshShape_IsValidScale_1=b.zI;KK=d._emscripten_bind_MeshShape_MakeScaleValid_1=b.AI;LK=d._emscripten_bind_MeshShape_ScaleShape_1=b.BI;MK=d._emscripten_bind_MeshShape___destroy___0=b.CI;NK=d._emscripten_bind_HeightFieldShapeConstantValues_get_cNoCollisionValue_0=b.DI;OK=d._emscripten_bind_HeightFieldShapeConstantValues___destroy___0=b.EI;PK=d._emscripten_bind_HeightFieldShapeSettings_HeightFieldShapeSettings_0=b.FI;QK=d._emscripten_bind_HeightFieldShapeSettings_GetRefCount_0=
|
|
b.GI;RK=d._emscripten_bind_HeightFieldShapeSettings_AddRef_0=b.HI;SK=d._emscripten_bind_HeightFieldShapeSettings_Release_0=b.II;TK=d._emscripten_bind_HeightFieldShapeSettings_Create_0=b.JI;UK=d._emscripten_bind_HeightFieldShapeSettings_ClearCachedResult_0=b.KI;VK=d._emscripten_bind_HeightFieldShapeSettings_get_mOffset_0=b.LI;WK=d._emscripten_bind_HeightFieldShapeSettings_set_mOffset_1=b.MI;XK=d._emscripten_bind_HeightFieldShapeSettings_get_mScale_0=b.NI;YK=d._emscripten_bind_HeightFieldShapeSettings_set_mScale_1=
|
|
b.OI;ZK=d._emscripten_bind_HeightFieldShapeSettings_get_mSampleCount_0=b.PI;$K=d._emscripten_bind_HeightFieldShapeSettings_set_mSampleCount_1=b.QI;aL=d._emscripten_bind_HeightFieldShapeSettings_get_mMinHeightValue_0=b.RI;bL=d._emscripten_bind_HeightFieldShapeSettings_set_mMinHeightValue_1=b.SI;cL=d._emscripten_bind_HeightFieldShapeSettings_get_mMaxHeightValue_0=b.TI;dL=d._emscripten_bind_HeightFieldShapeSettings_set_mMaxHeightValue_1=b.UI;eL=d._emscripten_bind_HeightFieldShapeSettings_get_mMaterialsCapacity_0=
|
|
b.VI;fL=d._emscripten_bind_HeightFieldShapeSettings_set_mMaterialsCapacity_1=b.WI;gL=d._emscripten_bind_HeightFieldShapeSettings_get_mBlockSize_0=b.XI;hL=d._emscripten_bind_HeightFieldShapeSettings_set_mBlockSize_1=b.YI;iL=d._emscripten_bind_HeightFieldShapeSettings_get_mBitsPerSample_0=b.ZI;jL=d._emscripten_bind_HeightFieldShapeSettings_set_mBitsPerSample_1=b._I;kL=d._emscripten_bind_HeightFieldShapeSettings_get_mHeightSamples_0=b.$I;lL=d._emscripten_bind_HeightFieldShapeSettings_set_mHeightSamples_1=
|
|
b.aJ;mL=d._emscripten_bind_HeightFieldShapeSettings_get_mMaterialIndices_0=b.bJ;nL=d._emscripten_bind_HeightFieldShapeSettings_set_mMaterialIndices_1=b.cJ;oL=d._emscripten_bind_HeightFieldShapeSettings_get_mMaterials_0=b.dJ;pL=d._emscripten_bind_HeightFieldShapeSettings_set_mMaterials_1=b.eJ;qL=d._emscripten_bind_HeightFieldShapeSettings_get_mActiveEdgeCosThresholdAngle_0=b.fJ;rL=d._emscripten_bind_HeightFieldShapeSettings_set_mActiveEdgeCosThresholdAngle_1=b.gJ;sL=d._emscripten_bind_HeightFieldShapeSettings_get_mUserData_0=
|
|
b.hJ;tL=d._emscripten_bind_HeightFieldShapeSettings_set_mUserData_1=b.iJ;uL=d._emscripten_bind_HeightFieldShapeSettings___destroy___0=b.jJ;vL=d._emscripten_bind_HeightFieldShape_GetSampleCount_0=b.kJ;wL=d._emscripten_bind_HeightFieldShape_GetBlockSize_0=b.lJ;xL=d._emscripten_bind_HeightFieldShape_GetPosition_2=b.mJ;yL=d._emscripten_bind_HeightFieldShape_IsNoCollision_2=b.nJ;zL=d._emscripten_bind_HeightFieldShape_GetMinHeightValue_0=b.oJ;AL=d._emscripten_bind_HeightFieldShape_GetMaxHeightValue_0=b.pJ;
|
|
BL=d._emscripten_bind_HeightFieldShape_GetHeights_6=b.qJ;CL=d._emscripten_bind_HeightFieldShape_SetHeights_7=b.rJ;DL=d._emscripten_bind_HeightFieldShape_SetHeights_8=b.sJ;EL=d._emscripten_bind_HeightFieldShape_GetMaterials_6=b.tJ;FL=d._emscripten_bind_HeightFieldShape_SetMaterials_8=b.uJ;GL=d._emscripten_bind_HeightFieldShape_GetRefCount_0=b.vJ;HL=d._emscripten_bind_HeightFieldShape_AddRef_0=b.wJ;IL=d._emscripten_bind_HeightFieldShape_Release_0=b.xJ;JL=d._emscripten_bind_HeightFieldShape_GetType_0=
|
|
b.yJ;KL=d._emscripten_bind_HeightFieldShape_GetSubType_0=b.zJ;LL=d._emscripten_bind_HeightFieldShape_MustBeStatic_0=b.AJ;ML=d._emscripten_bind_HeightFieldShape_GetLocalBounds_0=b.BJ;NL=d._emscripten_bind_HeightFieldShape_GetWorldSpaceBounds_2=b.CJ;OL=d._emscripten_bind_HeightFieldShape_GetCenterOfMass_0=b.DJ;PL=d._emscripten_bind_HeightFieldShape_GetUserData_0=b.EJ;QL=d._emscripten_bind_HeightFieldShape_SetUserData_1=b.FJ;RL=d._emscripten_bind_HeightFieldShape_GetSubShapeIDBitsRecursive_0=b.GJ;SL=
|
|
d._emscripten_bind_HeightFieldShape_GetInnerRadius_0=b.HJ;TL=d._emscripten_bind_HeightFieldShape_GetMassProperties_0=b.IJ;UL=d._emscripten_bind_HeightFieldShape_GetLeafShape_2=b.JJ;VL=d._emscripten_bind_HeightFieldShape_GetMaterial_1=b.KJ;WL=d._emscripten_bind_HeightFieldShape_GetSurfaceNormal_2=b.LJ;XL=d._emscripten_bind_HeightFieldShape_GetSubShapeUserData_1=b.MJ;YL=d._emscripten_bind_HeightFieldShape_GetSubShapeTransformedShape_5=b.NJ;ZL=d._emscripten_bind_HeightFieldShape_GetVolume_0=b.OJ;$L=
|
|
d._emscripten_bind_HeightFieldShape_IsValidScale_1=b.PJ;aM=d._emscripten_bind_HeightFieldShape_MakeScaleValid_1=b.QJ;bM=d._emscripten_bind_HeightFieldShape_ScaleShape_1=b.RJ;cM=d._emscripten_bind_HeightFieldShape___destroy___0=b.SJ;dM=d._emscripten_bind_PlaneShapeSettings_PlaneShapeSettings_1=b.TJ;eM=d._emscripten_bind_PlaneShapeSettings_PlaneShapeSettings_2=b.UJ;fM=d._emscripten_bind_PlaneShapeSettings_PlaneShapeSettings_3=b.VJ;gM=d._emscripten_bind_PlaneShapeSettings_GetRefCount_0=b.WJ;hM=d._emscripten_bind_PlaneShapeSettings_AddRef_0=
|
|
b.XJ;iM=d._emscripten_bind_PlaneShapeSettings_Release_0=b.YJ;jM=d._emscripten_bind_PlaneShapeSettings_Create_0=b.ZJ;kM=d._emscripten_bind_PlaneShapeSettings_ClearCachedResult_0=b._J;lM=d._emscripten_bind_PlaneShapeSettings_get_mPlane_0=b.$J;mM=d._emscripten_bind_PlaneShapeSettings_set_mPlane_1=b.aK;nM=d._emscripten_bind_PlaneShapeSettings_get_mMaterial_0=b.bK;oM=d._emscripten_bind_PlaneShapeSettings_set_mMaterial_1=b.cK;pM=d._emscripten_bind_PlaneShapeSettings_get_mHalfExtent_0=b.dK;qM=d._emscripten_bind_PlaneShapeSettings_set_mHalfExtent_1=
|
|
b.eK;rM=d._emscripten_bind_PlaneShapeSettings_get_mUserData_0=b.fK;sM=d._emscripten_bind_PlaneShapeSettings_set_mUserData_1=b.gK;tM=d._emscripten_bind_PlaneShapeSettings___destroy___0=b.hK;uM=d._emscripten_bind_PlaneShape_PlaneShape_1=b.iK;vM=d._emscripten_bind_PlaneShape_PlaneShape_2=b.jK;wM=d._emscripten_bind_PlaneShape_PlaneShape_3=b.kK;xM=d._emscripten_bind_PlaneShape_SetMaterial_1=b.lK;yM=d._emscripten_bind_PlaneShape_GetPlane_0=b.mK;zM=d._emscripten_bind_PlaneShape_GetHalfExtent_0=b.nK;AM=d._emscripten_bind_PlaneShape_GetRefCount_0=
|
|
b.oK;BM=d._emscripten_bind_PlaneShape_AddRef_0=b.pK;CM=d._emscripten_bind_PlaneShape_Release_0=b.qK;DM=d._emscripten_bind_PlaneShape_GetType_0=b.rK;EM=d._emscripten_bind_PlaneShape_GetSubType_0=b.sK;FM=d._emscripten_bind_PlaneShape_MustBeStatic_0=b.tK;GM=d._emscripten_bind_PlaneShape_GetLocalBounds_0=b.uK;HM=d._emscripten_bind_PlaneShape_GetWorldSpaceBounds_2=b.vK;IM=d._emscripten_bind_PlaneShape_GetCenterOfMass_0=b.wK;JM=d._emscripten_bind_PlaneShape_GetUserData_0=b.xK;KM=d._emscripten_bind_PlaneShape_SetUserData_1=
|
|
b.yK;LM=d._emscripten_bind_PlaneShape_GetSubShapeIDBitsRecursive_0=b.zK;MM=d._emscripten_bind_PlaneShape_GetInnerRadius_0=b.AK;NM=d._emscripten_bind_PlaneShape_GetMassProperties_0=b.BK;OM=d._emscripten_bind_PlaneShape_GetLeafShape_2=b.CK;PM=d._emscripten_bind_PlaneShape_GetMaterial_1=b.DK;QM=d._emscripten_bind_PlaneShape_GetSurfaceNormal_2=b.EK;RM=d._emscripten_bind_PlaneShape_GetSubShapeUserData_1=b.FK;SM=d._emscripten_bind_PlaneShape_GetSubShapeTransformedShape_5=b.GK;TM=d._emscripten_bind_PlaneShape_GetVolume_0=
|
|
b.HK;UM=d._emscripten_bind_PlaneShape_IsValidScale_1=b.IK;VM=d._emscripten_bind_PlaneShape_MakeScaleValid_1=b.JK;WM=d._emscripten_bind_PlaneShape_ScaleShape_1=b.KK;XM=d._emscripten_bind_PlaneShape___destroy___0=b.LK;YM=d._emscripten_bind_EmptyShapeSettings_EmptyShapeSettings_0=b.MK;ZM=d._emscripten_bind_EmptyShapeSettings_GetRefCount_0=b.NK;$M=d._emscripten_bind_EmptyShapeSettings_AddRef_0=b.OK;aN=d._emscripten_bind_EmptyShapeSettings_Release_0=b.PK;bN=d._emscripten_bind_EmptyShapeSettings_Create_0=
|
|
b.QK;cN=d._emscripten_bind_EmptyShapeSettings_ClearCachedResult_0=b.RK;dN=d._emscripten_bind_EmptyShapeSettings_get_mCenterOfMass_0=b.SK;eN=d._emscripten_bind_EmptyShapeSettings_set_mCenterOfMass_1=b.TK;fN=d._emscripten_bind_EmptyShapeSettings_get_mUserData_0=b.UK;gN=d._emscripten_bind_EmptyShapeSettings_set_mUserData_1=b.VK;hN=d._emscripten_bind_EmptyShapeSettings___destroy___0=b.WK;iN=d._emscripten_bind_EmptyShape_EmptyShape_0=b.XK;jN=d._emscripten_bind_EmptyShape_EmptyShape_1=b.YK;kN=d._emscripten_bind_EmptyShape_GetRefCount_0=
|
|
b.ZK;lN=d._emscripten_bind_EmptyShape_AddRef_0=b._K;mN=d._emscripten_bind_EmptyShape_Release_0=b.$K;nN=d._emscripten_bind_EmptyShape_GetType_0=b.aL;oN=d._emscripten_bind_EmptyShape_GetSubType_0=b.bL;pN=d._emscripten_bind_EmptyShape_MustBeStatic_0=b.cL;qN=d._emscripten_bind_EmptyShape_GetLocalBounds_0=b.dL;rN=d._emscripten_bind_EmptyShape_GetWorldSpaceBounds_2=b.eL;sN=d._emscripten_bind_EmptyShape_GetCenterOfMass_0=b.fL;tN=d._emscripten_bind_EmptyShape_GetUserData_0=b.gL;uN=d._emscripten_bind_EmptyShape_SetUserData_1=
|
|
b.hL;vN=d._emscripten_bind_EmptyShape_GetSubShapeIDBitsRecursive_0=b.iL;wN=d._emscripten_bind_EmptyShape_GetInnerRadius_0=b.jL;xN=d._emscripten_bind_EmptyShape_GetMassProperties_0=b.kL;yN=d._emscripten_bind_EmptyShape_GetLeafShape_2=b.lL;zN=d._emscripten_bind_EmptyShape_GetMaterial_1=b.mL;AN=d._emscripten_bind_EmptyShape_GetSurfaceNormal_2=b.nL;BN=d._emscripten_bind_EmptyShape_GetSubShapeUserData_1=b.oL;CN=d._emscripten_bind_EmptyShape_GetSubShapeTransformedShape_5=b.pL;DN=d._emscripten_bind_EmptyShape_GetVolume_0=
|
|
b.qL;EN=d._emscripten_bind_EmptyShape_IsValidScale_1=b.rL;FN=d._emscripten_bind_EmptyShape_MakeScaleValid_1=b.sL;GN=d._emscripten_bind_EmptyShape_ScaleShape_1=b.tL;HN=d._emscripten_bind_EmptyShape___destroy___0=b.uL;IN=d._emscripten_bind_FixedConstraintSettings_FixedConstraintSettings_0=b.vL;JN=d._emscripten_bind_FixedConstraintSettings_GetRefCount_0=b.wL;KN=d._emscripten_bind_FixedConstraintSettings_AddRef_0=b.xL;LN=d._emscripten_bind_FixedConstraintSettings_Release_0=b.yL;MN=d._emscripten_bind_FixedConstraintSettings_Create_2=
|
|
b.zL;NN=d._emscripten_bind_FixedConstraintSettings_get_mSpace_0=b.AL;ON=d._emscripten_bind_FixedConstraintSettings_set_mSpace_1=b.BL;PN=d._emscripten_bind_FixedConstraintSettings_get_mAutoDetectPoint_0=b.CL;QN=d._emscripten_bind_FixedConstraintSettings_set_mAutoDetectPoint_1=b.DL;RN=d._emscripten_bind_FixedConstraintSettings_get_mPoint1_0=b.EL;SN=d._emscripten_bind_FixedConstraintSettings_set_mPoint1_1=b.FL;TN=d._emscripten_bind_FixedConstraintSettings_get_mAxisX1_0=b.GL;UN=d._emscripten_bind_FixedConstraintSettings_set_mAxisX1_1=
|
|
b.HL;VN=d._emscripten_bind_FixedConstraintSettings_get_mAxisY1_0=b.IL;WN=d._emscripten_bind_FixedConstraintSettings_set_mAxisY1_1=b.JL;XN=d._emscripten_bind_FixedConstraintSettings_get_mPoint2_0=b.KL;YN=d._emscripten_bind_FixedConstraintSettings_set_mPoint2_1=b.LL;ZN=d._emscripten_bind_FixedConstraintSettings_get_mAxisX2_0=b.ML;$N=d._emscripten_bind_FixedConstraintSettings_set_mAxisX2_1=b.NL;aO=d._emscripten_bind_FixedConstraintSettings_get_mAxisY2_0=b.OL;bO=d._emscripten_bind_FixedConstraintSettings_set_mAxisY2_1=
|
|
b.PL;cO=d._emscripten_bind_FixedConstraintSettings_get_mEnabled_0=b.QL;dO=d._emscripten_bind_FixedConstraintSettings_set_mEnabled_1=b.RL;eO=d._emscripten_bind_FixedConstraintSettings_get_mNumVelocityStepsOverride_0=b.SL;fO=d._emscripten_bind_FixedConstraintSettings_set_mNumVelocityStepsOverride_1=b.TL;gO=d._emscripten_bind_FixedConstraintSettings_get_mNumPositionStepsOverride_0=b.UL;hO=d._emscripten_bind_FixedConstraintSettings_set_mNumPositionStepsOverride_1=b.VL;iO=d._emscripten_bind_FixedConstraintSettings___destroy___0=
|
|
b.WL;jO=d._emscripten_bind_SpringSettings_SpringSettings_0=b.XL;kO=d._emscripten_bind_SpringSettings_HasStiffness_0=b.YL;lO=d._emscripten_bind_SpringSettings_get_mMode_0=b.ZL;mO=d._emscripten_bind_SpringSettings_set_mMode_1=b._L;nO=d._emscripten_bind_SpringSettings_get_mFrequency_0=b.$L;oO=d._emscripten_bind_SpringSettings_set_mFrequency_1=b.aM;pO=d._emscripten_bind_SpringSettings_get_mStiffness_0=b.bM;qO=d._emscripten_bind_SpringSettings_set_mStiffness_1=b.cM;rO=d._emscripten_bind_SpringSettings_get_mDamping_0=
|
|
b.dM;sO=d._emscripten_bind_SpringSettings_set_mDamping_1=b.eM;tO=d._emscripten_bind_SpringSettings___destroy___0=b.fM;uO=d._emscripten_bind_MotorSettings_MotorSettings_0=b.gM;vO=d._emscripten_bind_MotorSettings_get_mSpringSettings_0=b.hM;wO=d._emscripten_bind_MotorSettings_set_mSpringSettings_1=b.iM;xO=d._emscripten_bind_MotorSettings_get_mMinForceLimit_0=b.jM;yO=d._emscripten_bind_MotorSettings_set_mMinForceLimit_1=b.kM;zO=d._emscripten_bind_MotorSettings_get_mMaxForceLimit_0=b.lM;AO=d._emscripten_bind_MotorSettings_set_mMaxForceLimit_1=
|
|
b.mM;BO=d._emscripten_bind_MotorSettings_get_mMinTorqueLimit_0=b.nM;CO=d._emscripten_bind_MotorSettings_set_mMinTorqueLimit_1=b.oM;DO=d._emscripten_bind_MotorSettings_get_mMaxTorqueLimit_0=b.pM;EO=d._emscripten_bind_MotorSettings_set_mMaxTorqueLimit_1=b.qM;FO=d._emscripten_bind_MotorSettings___destroy___0=b.rM;GO=d._emscripten_bind_DistanceConstraintSettings_DistanceConstraintSettings_0=b.sM;HO=d._emscripten_bind_DistanceConstraintSettings_GetRefCount_0=b.tM;IO=d._emscripten_bind_DistanceConstraintSettings_AddRef_0=
|
|
b.uM;JO=d._emscripten_bind_DistanceConstraintSettings_Release_0=b.vM;KO=d._emscripten_bind_DistanceConstraintSettings_Create_2=b.wM;LO=d._emscripten_bind_DistanceConstraintSettings_get_mSpace_0=b.xM;MO=d._emscripten_bind_DistanceConstraintSettings_set_mSpace_1=b.yM;NO=d._emscripten_bind_DistanceConstraintSettings_get_mPoint1_0=b.zM;OO=d._emscripten_bind_DistanceConstraintSettings_set_mPoint1_1=b.AM;PO=d._emscripten_bind_DistanceConstraintSettings_get_mPoint2_0=b.BM;QO=d._emscripten_bind_DistanceConstraintSettings_set_mPoint2_1=
|
|
b.CM;RO=d._emscripten_bind_DistanceConstraintSettings_get_mMinDistance_0=b.DM;SO=d._emscripten_bind_DistanceConstraintSettings_set_mMinDistance_1=b.EM;TO=d._emscripten_bind_DistanceConstraintSettings_get_mMaxDistance_0=b.FM;UO=d._emscripten_bind_DistanceConstraintSettings_set_mMaxDistance_1=b.GM;VO=d._emscripten_bind_DistanceConstraintSettings_get_mLimitsSpringSettings_0=b.HM;WO=d._emscripten_bind_DistanceConstraintSettings_set_mLimitsSpringSettings_1=b.IM;XO=d._emscripten_bind_DistanceConstraintSettings_get_mEnabled_0=
|
|
b.JM;YO=d._emscripten_bind_DistanceConstraintSettings_set_mEnabled_1=b.KM;ZO=d._emscripten_bind_DistanceConstraintSettings_get_mNumVelocityStepsOverride_0=b.LM;$O=d._emscripten_bind_DistanceConstraintSettings_set_mNumVelocityStepsOverride_1=b.MM;aP=d._emscripten_bind_DistanceConstraintSettings_get_mNumPositionStepsOverride_0=b.NM;bP=d._emscripten_bind_DistanceConstraintSettings_set_mNumPositionStepsOverride_1=b.OM;cP=d._emscripten_bind_DistanceConstraintSettings___destroy___0=b.PM;dP=d._emscripten_bind_DistanceConstraint_SetDistance_2=
|
|
b.QM;eP=d._emscripten_bind_DistanceConstraint_GetMinDistance_0=b.RM;fP=d._emscripten_bind_DistanceConstraint_GetMaxDistance_0=b.SM;gP=d._emscripten_bind_DistanceConstraint_GetLimitsSpringSettings_0=b.TM;hP=d._emscripten_bind_DistanceConstraint_SetLimitsSpringSettings_1=b.UM;iP=d._emscripten_bind_DistanceConstraint_GetTotalLambdaPosition_0=b.VM;jP=d._emscripten_bind_DistanceConstraint_GetRefCount_0=b.WM;kP=d._emscripten_bind_DistanceConstraint_AddRef_0=b.XM;lP=d._emscripten_bind_DistanceConstraint_Release_0=
|
|
b.YM;mP=d._emscripten_bind_DistanceConstraint_GetType_0=b.ZM;nP=d._emscripten_bind_DistanceConstraint_GetSubType_0=b._M;oP=d._emscripten_bind_DistanceConstraint_GetConstraintPriority_0=b.$M;pP=d._emscripten_bind_DistanceConstraint_SetConstraintPriority_1=b.aN;qP=d._emscripten_bind_DistanceConstraint_SetNumVelocityStepsOverride_1=b.bN;rP=d._emscripten_bind_DistanceConstraint_GetNumVelocityStepsOverride_0=b.cN;sP=d._emscripten_bind_DistanceConstraint_SetNumPositionStepsOverride_1=b.dN;tP=d._emscripten_bind_DistanceConstraint_GetNumPositionStepsOverride_0=
|
|
b.eN;uP=d._emscripten_bind_DistanceConstraint_SetEnabled_1=b.fN;vP=d._emscripten_bind_DistanceConstraint_GetEnabled_0=b.gN;wP=d._emscripten_bind_DistanceConstraint_IsActive_0=b.hN;xP=d._emscripten_bind_DistanceConstraint_GetUserData_0=b.iN;yP=d._emscripten_bind_DistanceConstraint_SetUserData_1=b.jN;zP=d._emscripten_bind_DistanceConstraint_ResetWarmStart_0=b.kN;AP=d._emscripten_bind_DistanceConstraint_SaveState_1=b.lN;BP=d._emscripten_bind_DistanceConstraint_RestoreState_1=b.mN;CP=d._emscripten_bind_DistanceConstraint_GetBody1_0=
|
|
b.nN;DP=d._emscripten_bind_DistanceConstraint_GetBody2_0=b.oN;EP=d._emscripten_bind_DistanceConstraint_GetConstraintToBody1Matrix_0=b.pN;FP=d._emscripten_bind_DistanceConstraint_GetConstraintToBody2Matrix_0=b.qN;GP=d._emscripten_bind_DistanceConstraint___destroy___0=b.rN;HP=d._emscripten_bind_PointConstraintSettings_PointConstraintSettings_0=b.sN;IP=d._emscripten_bind_PointConstraintSettings_GetRefCount_0=b.tN;JP=d._emscripten_bind_PointConstraintSettings_AddRef_0=b.uN;KP=d._emscripten_bind_PointConstraintSettings_Release_0=
|
|
b.vN;LP=d._emscripten_bind_PointConstraintSettings_Create_2=b.wN;MP=d._emscripten_bind_PointConstraintSettings_get_mSpace_0=b.xN;NP=d._emscripten_bind_PointConstraintSettings_set_mSpace_1=b.yN;OP=d._emscripten_bind_PointConstraintSettings_get_mPoint1_0=b.zN;PP=d._emscripten_bind_PointConstraintSettings_set_mPoint1_1=b.AN;QP=d._emscripten_bind_PointConstraintSettings_get_mPoint2_0=b.BN;RP=d._emscripten_bind_PointConstraintSettings_set_mPoint2_1=b.CN;SP=d._emscripten_bind_PointConstraintSettings_get_mEnabled_0=
|
|
b.DN;TP=d._emscripten_bind_PointConstraintSettings_set_mEnabled_1=b.EN;UP=d._emscripten_bind_PointConstraintSettings_get_mNumVelocityStepsOverride_0=b.FN;VP=d._emscripten_bind_PointConstraintSettings_set_mNumVelocityStepsOverride_1=b.GN;WP=d._emscripten_bind_PointConstraintSettings_get_mNumPositionStepsOverride_0=b.HN;XP=d._emscripten_bind_PointConstraintSettings_set_mNumPositionStepsOverride_1=b.IN;YP=d._emscripten_bind_PointConstraintSettings___destroy___0=b.JN;ZP=d._emscripten_bind_PointConstraint_GetLocalSpacePoint1_0=
|
|
b.KN;$P=d._emscripten_bind_PointConstraint_GetLocalSpacePoint2_0=b.LN;aQ=d._emscripten_bind_PointConstraint_GetTotalLambdaPosition_0=b.MN;bQ=d._emscripten_bind_PointConstraint_GetRefCount_0=b.NN;cQ=d._emscripten_bind_PointConstraint_AddRef_0=b.ON;dQ=d._emscripten_bind_PointConstraint_Release_0=b.PN;eQ=d._emscripten_bind_PointConstraint_GetType_0=b.QN;fQ=d._emscripten_bind_PointConstraint_GetSubType_0=b.RN;gQ=d._emscripten_bind_PointConstraint_GetConstraintPriority_0=b.SN;hQ=d._emscripten_bind_PointConstraint_SetConstraintPriority_1=
|
|
b.TN;iQ=d._emscripten_bind_PointConstraint_SetNumVelocityStepsOverride_1=b.UN;jQ=d._emscripten_bind_PointConstraint_GetNumVelocityStepsOverride_0=b.VN;kQ=d._emscripten_bind_PointConstraint_SetNumPositionStepsOverride_1=b.WN;lQ=d._emscripten_bind_PointConstraint_GetNumPositionStepsOverride_0=b.XN;mQ=d._emscripten_bind_PointConstraint_SetEnabled_1=b.YN;nQ=d._emscripten_bind_PointConstraint_GetEnabled_0=b.ZN;oQ=d._emscripten_bind_PointConstraint_IsActive_0=b._N;pQ=d._emscripten_bind_PointConstraint_GetUserData_0=
|
|
b.$N;qQ=d._emscripten_bind_PointConstraint_SetUserData_1=b.aO;rQ=d._emscripten_bind_PointConstraint_ResetWarmStart_0=b.bO;sQ=d._emscripten_bind_PointConstraint_SaveState_1=b.cO;tQ=d._emscripten_bind_PointConstraint_RestoreState_1=b.dO;uQ=d._emscripten_bind_PointConstraint_GetBody1_0=b.eO;vQ=d._emscripten_bind_PointConstraint_GetBody2_0=b.fO;wQ=d._emscripten_bind_PointConstraint_GetConstraintToBody1Matrix_0=b.gO;xQ=d._emscripten_bind_PointConstraint_GetConstraintToBody2Matrix_0=b.hO;yQ=d._emscripten_bind_PointConstraint___destroy___0=
|
|
b.iO;zQ=d._emscripten_bind_HingeConstraintSettings_HingeConstraintSettings_0=b.jO;AQ=d._emscripten_bind_HingeConstraintSettings_GetRefCount_0=b.kO;BQ=d._emscripten_bind_HingeConstraintSettings_AddRef_0=b.lO;CQ=d._emscripten_bind_HingeConstraintSettings_Release_0=b.mO;DQ=d._emscripten_bind_HingeConstraintSettings_Create_2=b.nO;EQ=d._emscripten_bind_HingeConstraintSettings_get_mSpace_0=b.oO;FQ=d._emscripten_bind_HingeConstraintSettings_set_mSpace_1=b.pO;GQ=d._emscripten_bind_HingeConstraintSettings_get_mPoint1_0=
|
|
b.qO;HQ=d._emscripten_bind_HingeConstraintSettings_set_mPoint1_1=b.rO;IQ=d._emscripten_bind_HingeConstraintSettings_get_mHingeAxis1_0=b.sO;JQ=d._emscripten_bind_HingeConstraintSettings_set_mHingeAxis1_1=b.tO;KQ=d._emscripten_bind_HingeConstraintSettings_get_mNormalAxis1_0=b.uO;LQ=d._emscripten_bind_HingeConstraintSettings_set_mNormalAxis1_1=b.vO;MQ=d._emscripten_bind_HingeConstraintSettings_get_mPoint2_0=b.wO;NQ=d._emscripten_bind_HingeConstraintSettings_set_mPoint2_1=b.xO;OQ=d._emscripten_bind_HingeConstraintSettings_get_mHingeAxis2_0=
|
|
b.yO;PQ=d._emscripten_bind_HingeConstraintSettings_set_mHingeAxis2_1=b.zO;QQ=d._emscripten_bind_HingeConstraintSettings_get_mNormalAxis2_0=b.AO;RQ=d._emscripten_bind_HingeConstraintSettings_set_mNormalAxis2_1=b.BO;SQ=d._emscripten_bind_HingeConstraintSettings_get_mLimitsMin_0=b.CO;TQ=d._emscripten_bind_HingeConstraintSettings_set_mLimitsMin_1=b.DO;UQ=d._emscripten_bind_HingeConstraintSettings_get_mLimitsMax_0=b.EO;VQ=d._emscripten_bind_HingeConstraintSettings_set_mLimitsMax_1=b.FO;WQ=d._emscripten_bind_HingeConstraintSettings_get_mLimitsSpringSettings_0=
|
|
b.GO;XQ=d._emscripten_bind_HingeConstraintSettings_set_mLimitsSpringSettings_1=b.HO;YQ=d._emscripten_bind_HingeConstraintSettings_get_mMaxFrictionTorque_0=b.IO;ZQ=d._emscripten_bind_HingeConstraintSettings_set_mMaxFrictionTorque_1=b.JO;$Q=d._emscripten_bind_HingeConstraintSettings_get_mMotorSettings_0=b.KO;aR=d._emscripten_bind_HingeConstraintSettings_set_mMotorSettings_1=b.LO;bR=d._emscripten_bind_HingeConstraintSettings_get_mEnabled_0=b.MO;cR=d._emscripten_bind_HingeConstraintSettings_set_mEnabled_1=
|
|
b.NO;dR=d._emscripten_bind_HingeConstraintSettings_get_mNumVelocityStepsOverride_0=b.OO;eR=d._emscripten_bind_HingeConstraintSettings_set_mNumVelocityStepsOverride_1=b.PO;fR=d._emscripten_bind_HingeConstraintSettings_get_mNumPositionStepsOverride_0=b.QO;gR=d._emscripten_bind_HingeConstraintSettings_set_mNumPositionStepsOverride_1=b.RO;hR=d._emscripten_bind_HingeConstraintSettings___destroy___0=b.SO;iR=d._emscripten_bind_HingeConstraint_GetLocalSpacePoint1_0=b.TO;jR=d._emscripten_bind_HingeConstraint_GetLocalSpacePoint2_0=
|
|
b.UO;kR=d._emscripten_bind_HingeConstraint_GetLocalSpaceHingeAxis1_0=b.VO;lR=d._emscripten_bind_HingeConstraint_GetLocalSpaceHingeAxis2_0=b.WO;mR=d._emscripten_bind_HingeConstraint_GetLocalSpaceNormalAxis1_0=b.XO;nR=d._emscripten_bind_HingeConstraint_GetLocalSpaceNormalAxis2_0=b.YO;oR=d._emscripten_bind_HingeConstraint_GetCurrentAngle_0=b.ZO;pR=d._emscripten_bind_HingeConstraint_SetMaxFrictionTorque_1=b._O;qR=d._emscripten_bind_HingeConstraint_GetMaxFrictionTorque_0=b.$O;rR=d._emscripten_bind_HingeConstraint_GetMotorSettings_0=
|
|
b.aP;sR=d._emscripten_bind_HingeConstraint_SetMotorState_1=b.bP;tR=d._emscripten_bind_HingeConstraint_GetMotorState_0=b.cP;uR=d._emscripten_bind_HingeConstraint_SetTargetAngularVelocity_1=b.dP;vR=d._emscripten_bind_HingeConstraint_GetTargetAngularVelocity_0=b.eP;wR=d._emscripten_bind_HingeConstraint_SetTargetAngle_1=b.fP;xR=d._emscripten_bind_HingeConstraint_GetTargetAngle_0=b.gP;yR=d._emscripten_bind_HingeConstraint_SetTargetOrientationBS_1=b.hP;zR=d._emscripten_bind_HingeConstraint_SetLimits_2=
|
|
b.iP;AR=d._emscripten_bind_HingeConstraint_GetLimitsMin_0=b.jP;BR=d._emscripten_bind_HingeConstraint_GetLimitsMax_0=b.kP;CR=d._emscripten_bind_HingeConstraint_HasLimits_0=b.lP;DR=d._emscripten_bind_HingeConstraint_GetLimitsSpringSettings_0=b.mP;ER=d._emscripten_bind_HingeConstraint_SetLimitsSpringSettings_1=b.nP;FR=d._emscripten_bind_HingeConstraint_GetTotalLambdaPosition_0=b.oP;GR=d._emscripten_bind_HingeConstraint_GetTotalLambdaRotation_0=b.pP;HR=d._emscripten_bind_HingeConstraint_GetTotalLambdaRotationLimits_0=
|
|
b.qP;IR=d._emscripten_bind_HingeConstraint_GetTotalLambdaMotor_0=b.rP;JR=d._emscripten_bind_HingeConstraint_GetRefCount_0=b.sP;KR=d._emscripten_bind_HingeConstraint_AddRef_0=b.tP;LR=d._emscripten_bind_HingeConstraint_Release_0=b.uP;MR=d._emscripten_bind_HingeConstraint_GetType_0=b.vP;NR=d._emscripten_bind_HingeConstraint_GetSubType_0=b.wP;OR=d._emscripten_bind_HingeConstraint_GetConstraintPriority_0=b.xP;PR=d._emscripten_bind_HingeConstraint_SetConstraintPriority_1=b.yP;QR=d._emscripten_bind_HingeConstraint_SetNumVelocityStepsOverride_1=
|
|
b.zP;RR=d._emscripten_bind_HingeConstraint_GetNumVelocityStepsOverride_0=b.AP;SR=d._emscripten_bind_HingeConstraint_SetNumPositionStepsOverride_1=b.BP;TR=d._emscripten_bind_HingeConstraint_GetNumPositionStepsOverride_0=b.CP;UR=d._emscripten_bind_HingeConstraint_SetEnabled_1=b.DP;VR=d._emscripten_bind_HingeConstraint_GetEnabled_0=b.EP;WR=d._emscripten_bind_HingeConstraint_IsActive_0=b.FP;YR=d._emscripten_bind_HingeConstraint_GetUserData_0=b.GP;ZR=d._emscripten_bind_HingeConstraint_SetUserData_1=b.HP;
|
|
$R=d._emscripten_bind_HingeConstraint_ResetWarmStart_0=b.IP;aS=d._emscripten_bind_HingeConstraint_SaveState_1=b.JP;bS=d._emscripten_bind_HingeConstraint_RestoreState_1=b.KP;cS=d._emscripten_bind_HingeConstraint_GetBody1_0=b.LP;dS=d._emscripten_bind_HingeConstraint_GetBody2_0=b.MP;eS=d._emscripten_bind_HingeConstraint_GetConstraintToBody1Matrix_0=b.NP;fS=d._emscripten_bind_HingeConstraint_GetConstraintToBody2Matrix_0=b.OP;gS=d._emscripten_bind_HingeConstraint___destroy___0=b.PP;hS=d._emscripten_bind_ConeConstraintSettings_ConeConstraintSettings_0=
|
|
b.QP;iS=d._emscripten_bind_ConeConstraintSettings_GetRefCount_0=b.RP;jS=d._emscripten_bind_ConeConstraintSettings_AddRef_0=b.SP;kS=d._emscripten_bind_ConeConstraintSettings_Release_0=b.TP;lS=d._emscripten_bind_ConeConstraintSettings_Create_2=b.UP;mS=d._emscripten_bind_ConeConstraintSettings_get_mSpace_0=b.VP;nS=d._emscripten_bind_ConeConstraintSettings_set_mSpace_1=b.WP;oS=d._emscripten_bind_ConeConstraintSettings_get_mPoint1_0=b.XP;pS=d._emscripten_bind_ConeConstraintSettings_set_mPoint1_1=b.YP;
|
|
qS=d._emscripten_bind_ConeConstraintSettings_get_mTwistAxis1_0=b.ZP;rS=d._emscripten_bind_ConeConstraintSettings_set_mTwistAxis1_1=b._P;sS=d._emscripten_bind_ConeConstraintSettings_get_mPoint2_0=b.$P;tS=d._emscripten_bind_ConeConstraintSettings_set_mPoint2_1=b.aQ;uS=d._emscripten_bind_ConeConstraintSettings_get_mTwistAxis2_0=b.bQ;vS=d._emscripten_bind_ConeConstraintSettings_set_mTwistAxis2_1=b.cQ;wS=d._emscripten_bind_ConeConstraintSettings_get_mHalfConeAngle_0=b.dQ;xS=d._emscripten_bind_ConeConstraintSettings_set_mHalfConeAngle_1=
|
|
b.eQ;yS=d._emscripten_bind_ConeConstraintSettings_get_mEnabled_0=b.fQ;zS=d._emscripten_bind_ConeConstraintSettings_set_mEnabled_1=b.gQ;AS=d._emscripten_bind_ConeConstraintSettings_get_mNumVelocityStepsOverride_0=b.hQ;BS=d._emscripten_bind_ConeConstraintSettings_set_mNumVelocityStepsOverride_1=b.iQ;CS=d._emscripten_bind_ConeConstraintSettings_get_mNumPositionStepsOverride_0=b.jQ;DS=d._emscripten_bind_ConeConstraintSettings_set_mNumPositionStepsOverride_1=b.kQ;ES=d._emscripten_bind_ConeConstraintSettings___destroy___0=
|
|
b.lQ;FS=d._emscripten_bind_ConeConstraint_SetHalfConeAngle_1=b.mQ;GS=d._emscripten_bind_ConeConstraint_GetCosHalfConeAngle_0=b.nQ;HS=d._emscripten_bind_ConeConstraint_GetTotalLambdaPosition_0=b.oQ;IS=d._emscripten_bind_ConeConstraint_GetTotalLambdaRotation_0=b.pQ;JS=d._emscripten_bind_ConeConstraint_GetRefCount_0=b.qQ;KS=d._emscripten_bind_ConeConstraint_AddRef_0=b.rQ;LS=d._emscripten_bind_ConeConstraint_Release_0=b.sQ;MS=d._emscripten_bind_ConeConstraint_GetType_0=b.tQ;NS=d._emscripten_bind_ConeConstraint_GetSubType_0=
|
|
b.uQ;OS=d._emscripten_bind_ConeConstraint_GetConstraintPriority_0=b.vQ;PS=d._emscripten_bind_ConeConstraint_SetConstraintPriority_1=b.wQ;QS=d._emscripten_bind_ConeConstraint_SetNumVelocityStepsOverride_1=b.xQ;RS=d._emscripten_bind_ConeConstraint_GetNumVelocityStepsOverride_0=b.yQ;SS=d._emscripten_bind_ConeConstraint_SetNumPositionStepsOverride_1=b.zQ;TS=d._emscripten_bind_ConeConstraint_GetNumPositionStepsOverride_0=b.AQ;US=d._emscripten_bind_ConeConstraint_SetEnabled_1=b.BQ;VS=d._emscripten_bind_ConeConstraint_GetEnabled_0=
|
|
b.CQ;WS=d._emscripten_bind_ConeConstraint_IsActive_0=b.DQ;XS=d._emscripten_bind_ConeConstraint_GetUserData_0=b.EQ;YS=d._emscripten_bind_ConeConstraint_SetUserData_1=b.FQ;ZS=d._emscripten_bind_ConeConstraint_ResetWarmStart_0=b.GQ;$S=d._emscripten_bind_ConeConstraint_SaveState_1=b.HQ;aT=d._emscripten_bind_ConeConstraint_RestoreState_1=b.IQ;bT=d._emscripten_bind_ConeConstraint_GetBody1_0=b.JQ;cT=d._emscripten_bind_ConeConstraint_GetBody2_0=b.KQ;dT=d._emscripten_bind_ConeConstraint_GetConstraintToBody1Matrix_0=
|
|
b.LQ;eT=d._emscripten_bind_ConeConstraint_GetConstraintToBody2Matrix_0=b.MQ;fT=d._emscripten_bind_ConeConstraint___destroy___0=b.NQ;gT=d._emscripten_bind_SliderConstraintSettings_SliderConstraintSettings_0=b.OQ;hT=d._emscripten_bind_SliderConstraintSettings_GetRefCount_0=b.PQ;iT=d._emscripten_bind_SliderConstraintSettings_AddRef_0=b.QQ;jT=d._emscripten_bind_SliderConstraintSettings_Release_0=b.RQ;kT=d._emscripten_bind_SliderConstraintSettings_Create_2=b.SQ;lT=d._emscripten_bind_SliderConstraintSettings_get_mSpace_0=
|
|
b.TQ;mT=d._emscripten_bind_SliderConstraintSettings_set_mSpace_1=b.UQ;nT=d._emscripten_bind_SliderConstraintSettings_get_mAutoDetectPoint_0=b.VQ;oT=d._emscripten_bind_SliderConstraintSettings_set_mAutoDetectPoint_1=b.WQ;pT=d._emscripten_bind_SliderConstraintSettings_get_mPoint1_0=b.XQ;qT=d._emscripten_bind_SliderConstraintSettings_set_mPoint1_1=b.YQ;rT=d._emscripten_bind_SliderConstraintSettings_get_mSliderAxis1_0=b.ZQ;sT=d._emscripten_bind_SliderConstraintSettings_set_mSliderAxis1_1=b._Q;tT=d._emscripten_bind_SliderConstraintSettings_get_mNormalAxis1_0=
|
|
b.$Q;uT=d._emscripten_bind_SliderConstraintSettings_set_mNormalAxis1_1=b.aR;vT=d._emscripten_bind_SliderConstraintSettings_get_mPoint2_0=b.bR;wT=d._emscripten_bind_SliderConstraintSettings_set_mPoint2_1=b.cR;xT=d._emscripten_bind_SliderConstraintSettings_get_mSliderAxis2_0=b.dR;yT=d._emscripten_bind_SliderConstraintSettings_set_mSliderAxis2_1=b.eR;zT=d._emscripten_bind_SliderConstraintSettings_get_mNormalAxis2_0=b.fR;AT=d._emscripten_bind_SliderConstraintSettings_set_mNormalAxis2_1=b.gR;BT=d._emscripten_bind_SliderConstraintSettings_get_mLimitsMin_0=
|
|
b.hR;CT=d._emscripten_bind_SliderConstraintSettings_set_mLimitsMin_1=b.iR;DT=d._emscripten_bind_SliderConstraintSettings_get_mLimitsMax_0=b.jR;ET=d._emscripten_bind_SliderConstraintSettings_set_mLimitsMax_1=b.kR;FT=d._emscripten_bind_SliderConstraintSettings_get_mLimitsSpringSettings_0=b.lR;GT=d._emscripten_bind_SliderConstraintSettings_set_mLimitsSpringSettings_1=b.mR;HT=d._emscripten_bind_SliderConstraintSettings_get_mMaxFrictionForce_0=b.nR;IT=d._emscripten_bind_SliderConstraintSettings_set_mMaxFrictionForce_1=
|
|
b.oR;JT=d._emscripten_bind_SliderConstraintSettings_get_mMotorSettings_0=b.pR;KT=d._emscripten_bind_SliderConstraintSettings_set_mMotorSettings_1=b.qR;LT=d._emscripten_bind_SliderConstraintSettings_get_mEnabled_0=b.rR;MT=d._emscripten_bind_SliderConstraintSettings_set_mEnabled_1=b.sR;NT=d._emscripten_bind_SliderConstraintSettings_get_mNumVelocityStepsOverride_0=b.tR;OT=d._emscripten_bind_SliderConstraintSettings_set_mNumVelocityStepsOverride_1=b.uR;PT=d._emscripten_bind_SliderConstraintSettings_get_mNumPositionStepsOverride_0=
|
|
b.vR;QT=d._emscripten_bind_SliderConstraintSettings_set_mNumPositionStepsOverride_1=b.wR;RT=d._emscripten_bind_SliderConstraintSettings___destroy___0=b.xR;ST=d._emscripten_bind_SliderConstraint_GetCurrentPosition_0=b.yR;TT=d._emscripten_bind_SliderConstraint_SetMaxFrictionForce_1=b.zR;UT=d._emscripten_bind_SliderConstraint_GetMaxFrictionForce_0=b.AR;VT=d._emscripten_bind_SliderConstraint_GetMotorSettings_0=b.BR;WT=d._emscripten_bind_SliderConstraint_SetMotorState_1=b.CR;XT=d._emscripten_bind_SliderConstraint_GetMotorState_0=
|
|
b.DR;YT=d._emscripten_bind_SliderConstraint_SetTargetVelocity_1=b.ER;ZT=d._emscripten_bind_SliderConstraint_GetTargetVelocity_0=b.FR;$T=d._emscripten_bind_SliderConstraint_SetTargetPosition_1=b.GR;aU=d._emscripten_bind_SliderConstraint_GetTargetPosition_0=b.HR;bU=d._emscripten_bind_SliderConstraint_SetLimits_2=b.IR;cU=d._emscripten_bind_SliderConstraint_GetLimitsMin_0=b.JR;dU=d._emscripten_bind_SliderConstraint_GetLimitsMax_0=b.KR;eU=d._emscripten_bind_SliderConstraint_HasLimits_0=b.LR;fU=d._emscripten_bind_SliderConstraint_GetLimitsSpringSettings_0=
|
|
b.MR;gU=d._emscripten_bind_SliderConstraint_SetLimitsSpringSettings_1=b.NR;hU=d._emscripten_bind_SliderConstraint_GetTotalLambdaPosition_0=b.OR;iU=d._emscripten_bind_SliderConstraint_GetTotalLambdaPositionLimits_0=b.PR;jU=d._emscripten_bind_SliderConstraint_GetTotalLambdaRotation_0=b.QR;kU=d._emscripten_bind_SliderConstraint_GetTotalLambdaMotor_0=b.RR;lU=d._emscripten_bind_SliderConstraint_GetRefCount_0=b.SR;mU=d._emscripten_bind_SliderConstraint_AddRef_0=b.TR;nU=d._emscripten_bind_SliderConstraint_Release_0=
|
|
b.UR;oU=d._emscripten_bind_SliderConstraint_GetType_0=b.VR;pU=d._emscripten_bind_SliderConstraint_GetSubType_0=b.WR;qU=d._emscripten_bind_SliderConstraint_GetConstraintPriority_0=b.XR;rU=d._emscripten_bind_SliderConstraint_SetConstraintPriority_1=b.YR;sU=d._emscripten_bind_SliderConstraint_SetNumVelocityStepsOverride_1=b.ZR;tU=d._emscripten_bind_SliderConstraint_GetNumVelocityStepsOverride_0=b._R;uU=d._emscripten_bind_SliderConstraint_SetNumPositionStepsOverride_1=b.$R;vU=d._emscripten_bind_SliderConstraint_GetNumPositionStepsOverride_0=
|
|
b.aS;wU=d._emscripten_bind_SliderConstraint_SetEnabled_1=b.bS;xU=d._emscripten_bind_SliderConstraint_GetEnabled_0=b.cS;yU=d._emscripten_bind_SliderConstraint_IsActive_0=b.dS;zU=d._emscripten_bind_SliderConstraint_GetUserData_0=b.eS;AU=d._emscripten_bind_SliderConstraint_SetUserData_1=b.fS;BU=d._emscripten_bind_SliderConstraint_ResetWarmStart_0=b.gS;CU=d._emscripten_bind_SliderConstraint_SaveState_1=b.hS;DU=d._emscripten_bind_SliderConstraint_RestoreState_1=b.iS;EU=d._emscripten_bind_SliderConstraint_GetBody1_0=
|
|
b.jS;FU=d._emscripten_bind_SliderConstraint_GetBody2_0=b.kS;GU=d._emscripten_bind_SliderConstraint_GetConstraintToBody1Matrix_0=b.lS;HU=d._emscripten_bind_SliderConstraint_GetConstraintToBody2Matrix_0=b.mS;IU=d._emscripten_bind_SliderConstraint___destroy___0=b.nS;JU=d._emscripten_bind_SwingTwistConstraintSettings_SwingTwistConstraintSettings_0=b.oS;KU=d._emscripten_bind_SwingTwistConstraintSettings_GetRefCount_0=b.pS;LU=d._emscripten_bind_SwingTwistConstraintSettings_AddRef_0=b.qS;MU=d._emscripten_bind_SwingTwistConstraintSettings_Release_0=
|
|
b.rS;NU=d._emscripten_bind_SwingTwistConstraintSettings_Create_2=b.sS;OU=d._emscripten_bind_SwingTwistConstraintSettings_get_mSpace_0=b.tS;PU=d._emscripten_bind_SwingTwistConstraintSettings_set_mSpace_1=b.uS;QU=d._emscripten_bind_SwingTwistConstraintSettings_get_mPosition1_0=b.vS;RU=d._emscripten_bind_SwingTwistConstraintSettings_set_mPosition1_1=b.wS;SU=d._emscripten_bind_SwingTwistConstraintSettings_get_mTwistAxis1_0=b.xS;TU=d._emscripten_bind_SwingTwistConstraintSettings_set_mTwistAxis1_1=b.yS;
|
|
UU=d._emscripten_bind_SwingTwistConstraintSettings_get_mPlaneAxis1_0=b.zS;VU=d._emscripten_bind_SwingTwistConstraintSettings_set_mPlaneAxis1_1=b.AS;WU=d._emscripten_bind_SwingTwistConstraintSettings_get_mPosition2_0=b.BS;XU=d._emscripten_bind_SwingTwistConstraintSettings_set_mPosition2_1=b.CS;YU=d._emscripten_bind_SwingTwistConstraintSettings_get_mTwistAxis2_0=b.DS;ZU=d._emscripten_bind_SwingTwistConstraintSettings_set_mTwistAxis2_1=b.ES;$U=d._emscripten_bind_SwingTwistConstraintSettings_get_mPlaneAxis2_0=
|
|
b.FS;aV=d._emscripten_bind_SwingTwistConstraintSettings_set_mPlaneAxis2_1=b.GS;bV=d._emscripten_bind_SwingTwistConstraintSettings_get_mSwingType_0=b.HS;cV=d._emscripten_bind_SwingTwistConstraintSettings_set_mSwingType_1=b.IS;dV=d._emscripten_bind_SwingTwistConstraintSettings_get_mNormalHalfConeAngle_0=b.JS;eV=d._emscripten_bind_SwingTwistConstraintSettings_set_mNormalHalfConeAngle_1=b.KS;fV=d._emscripten_bind_SwingTwistConstraintSettings_get_mPlaneHalfConeAngle_0=b.LS;gV=d._emscripten_bind_SwingTwistConstraintSettings_set_mPlaneHalfConeAngle_1=
|
|
b.MS;hV=d._emscripten_bind_SwingTwistConstraintSettings_get_mTwistMinAngle_0=b.NS;iV=d._emscripten_bind_SwingTwistConstraintSettings_set_mTwistMinAngle_1=b.OS;jV=d._emscripten_bind_SwingTwistConstraintSettings_get_mTwistMaxAngle_0=b.PS;kV=d._emscripten_bind_SwingTwistConstraintSettings_set_mTwistMaxAngle_1=b.QS;lV=d._emscripten_bind_SwingTwistConstraintSettings_get_mMaxFrictionTorque_0=b.RS;mV=d._emscripten_bind_SwingTwistConstraintSettings_set_mMaxFrictionTorque_1=b.SS;nV=d._emscripten_bind_SwingTwistConstraintSettings_get_mSwingMotorSettings_0=
|
|
b.TS;oV=d._emscripten_bind_SwingTwistConstraintSettings_set_mSwingMotorSettings_1=b.US;pV=d._emscripten_bind_SwingTwistConstraintSettings_get_mTwistMotorSettings_0=b.VS;qV=d._emscripten_bind_SwingTwistConstraintSettings_set_mTwistMotorSettings_1=b.WS;rV=d._emscripten_bind_SwingTwistConstraintSettings_get_mEnabled_0=b.XS;sV=d._emscripten_bind_SwingTwistConstraintSettings_set_mEnabled_1=b.YS;tV=d._emscripten_bind_SwingTwistConstraintSettings_get_mNumVelocityStepsOverride_0=b.ZS;uV=d._emscripten_bind_SwingTwistConstraintSettings_set_mNumVelocityStepsOverride_1=
|
|
b._S;vV=d._emscripten_bind_SwingTwistConstraintSettings_get_mNumPositionStepsOverride_0=b.$S;wV=d._emscripten_bind_SwingTwistConstraintSettings_set_mNumPositionStepsOverride_1=b.aT;xV=d._emscripten_bind_SwingTwistConstraintSettings___destroy___0=b.bT;yV=d._emscripten_bind_SwingTwistConstraint_GetLocalSpacePosition1_0=b.cT;zV=d._emscripten_bind_SwingTwistConstraint_GetLocalSpacePosition2_0=b.dT;AV=d._emscripten_bind_SwingTwistConstraint_GetConstraintToBody1_0=b.eT;BV=d._emscripten_bind_SwingTwistConstraint_GetConstraintToBody2_0=
|
|
b.fT;CV=d._emscripten_bind_SwingTwistConstraint_GetNormalHalfConeAngle_0=b.gT;DV=d._emscripten_bind_SwingTwistConstraint_SetNormalHalfConeAngle_1=b.hT;EV=d._emscripten_bind_SwingTwistConstraint_GetPlaneHalfConeAngle_0=b.iT;FV=d._emscripten_bind_SwingTwistConstraint_SetPlaneHalfConeAngle_1=b.jT;GV=d._emscripten_bind_SwingTwistConstraint_GetTwistMinAngle_0=b.kT;HV=d._emscripten_bind_SwingTwistConstraint_SetTwistMinAngle_1=b.lT;IV=d._emscripten_bind_SwingTwistConstraint_GetTwistMaxAngle_0=b.mT;JV=d._emscripten_bind_SwingTwistConstraint_SetTwistMaxAngle_1=
|
|
b.nT;KV=d._emscripten_bind_SwingTwistConstraint_GetSwingMotorSettings_0=b.oT;LV=d._emscripten_bind_SwingTwistConstraint_GetTwistMotorSettings_0=b.pT;MV=d._emscripten_bind_SwingTwistConstraint_SetMaxFrictionTorque_1=b.qT;NV=d._emscripten_bind_SwingTwistConstraint_GetMaxFrictionTorque_0=b.rT;OV=d._emscripten_bind_SwingTwistConstraint_SetSwingMotorState_1=b.sT;PV=d._emscripten_bind_SwingTwistConstraint_GetSwingMotorState_0=b.tT;QV=d._emscripten_bind_SwingTwistConstraint_SetTwistMotorState_1=b.uT;RV=
|
|
d._emscripten_bind_SwingTwistConstraint_GetTwistMotorState_0=b.vT;SV=d._emscripten_bind_SwingTwistConstraint_SetTargetAngularVelocityCS_1=b.wT;TV=d._emscripten_bind_SwingTwistConstraint_GetTargetAngularVelocityCS_0=b.xT;UV=d._emscripten_bind_SwingTwistConstraint_SetTargetOrientationCS_1=b.yT;VV=d._emscripten_bind_SwingTwistConstraint_GetTargetOrientationCS_0=b.zT;WV=d._emscripten_bind_SwingTwistConstraint_SetTargetOrientationBS_1=b.AT;XV=d._emscripten_bind_SwingTwistConstraint_GetRotationInConstraintSpace_0=
|
|
b.BT;YV=d._emscripten_bind_SwingTwistConstraint_GetTotalLambdaPosition_0=b.CT;ZV=d._emscripten_bind_SwingTwistConstraint_GetTotalLambdaTwist_0=b.DT;$V=d._emscripten_bind_SwingTwistConstraint_GetTotalLambdaSwingY_0=b.ET;aW=d._emscripten_bind_SwingTwistConstraint_GetTotalLambdaSwingZ_0=b.FT;bW=d._emscripten_bind_SwingTwistConstraint_GetTotalLambdaMotor_0=b.GT;cW=d._emscripten_bind_SwingTwistConstraint_GetRefCount_0=b.HT;dW=d._emscripten_bind_SwingTwistConstraint_AddRef_0=b.IT;eW=d._emscripten_bind_SwingTwistConstraint_Release_0=
|
|
b.JT;fW=d._emscripten_bind_SwingTwistConstraint_GetType_0=b.KT;gW=d._emscripten_bind_SwingTwistConstraint_GetSubType_0=b.LT;hW=d._emscripten_bind_SwingTwistConstraint_GetConstraintPriority_0=b.MT;iW=d._emscripten_bind_SwingTwistConstraint_SetConstraintPriority_1=b.NT;jW=d._emscripten_bind_SwingTwistConstraint_SetNumVelocityStepsOverride_1=b.OT;kW=d._emscripten_bind_SwingTwistConstraint_GetNumVelocityStepsOverride_0=b.PT;lW=d._emscripten_bind_SwingTwistConstraint_SetNumPositionStepsOverride_1=b.QT;
|
|
mW=d._emscripten_bind_SwingTwistConstraint_GetNumPositionStepsOverride_0=b.RT;nW=d._emscripten_bind_SwingTwistConstraint_SetEnabled_1=b.ST;oW=d._emscripten_bind_SwingTwistConstraint_GetEnabled_0=b.TT;pW=d._emscripten_bind_SwingTwistConstraint_IsActive_0=b.UT;qW=d._emscripten_bind_SwingTwistConstraint_GetUserData_0=b.VT;rW=d._emscripten_bind_SwingTwistConstraint_SetUserData_1=b.WT;sW=d._emscripten_bind_SwingTwistConstraint_ResetWarmStart_0=b.XT;tW=d._emscripten_bind_SwingTwistConstraint_SaveState_1=
|
|
b.YT;uW=d._emscripten_bind_SwingTwistConstraint_RestoreState_1=b.ZT;vW=d._emscripten_bind_SwingTwistConstraint_GetBody1_0=b._T;wW=d._emscripten_bind_SwingTwistConstraint_GetBody2_0=b.$T;xW=d._emscripten_bind_SwingTwistConstraint_GetConstraintToBody1Matrix_0=b.aU;yW=d._emscripten_bind_SwingTwistConstraint_GetConstraintToBody2Matrix_0=b.bU;zW=d._emscripten_bind_SwingTwistConstraint___destroy___0=b.cU;AW=d._emscripten_bind_SixDOFConstraintSettings_SixDOFConstraintSettings_0=b.dU;BW=d._emscripten_bind_SixDOFConstraintSettings_MakeFreeAxis_1=
|
|
b.eU;CW=d._emscripten_bind_SixDOFConstraintSettings_IsFreeAxis_1=b.fU;DW=d._emscripten_bind_SixDOFConstraintSettings_MakeFixedAxis_1=b.gU;EW=d._emscripten_bind_SixDOFConstraintSettings_IsFixedAxis_1=b.hU;FW=d._emscripten_bind_SixDOFConstraintSettings_SetLimitedAxis_3=b.iU;GW=d._emscripten_bind_SixDOFConstraintSettings_GetRefCount_0=b.jU;HW=d._emscripten_bind_SixDOFConstraintSettings_AddRef_0=b.kU;IW=d._emscripten_bind_SixDOFConstraintSettings_Release_0=b.lU;JW=d._emscripten_bind_SixDOFConstraintSettings_Create_2=
|
|
b.mU;KW=d._emscripten_bind_SixDOFConstraintSettings_get_mSpace_0=b.nU;LW=d._emscripten_bind_SixDOFConstraintSettings_set_mSpace_1=b.oU;MW=d._emscripten_bind_SixDOFConstraintSettings_get_mPosition1_0=b.pU;NW=d._emscripten_bind_SixDOFConstraintSettings_set_mPosition1_1=b.qU;OW=d._emscripten_bind_SixDOFConstraintSettings_get_mAxisX1_0=b.rU;PW=d._emscripten_bind_SixDOFConstraintSettings_set_mAxisX1_1=b.sU;QW=d._emscripten_bind_SixDOFConstraintSettings_get_mAxisY1_0=b.tU;RW=d._emscripten_bind_SixDOFConstraintSettings_set_mAxisY1_1=
|
|
b.uU;SW=d._emscripten_bind_SixDOFConstraintSettings_get_mPosition2_0=b.vU;TW=d._emscripten_bind_SixDOFConstraintSettings_set_mPosition2_1=b.wU;UW=d._emscripten_bind_SixDOFConstraintSettings_get_mAxisX2_0=b.xU;VW=d._emscripten_bind_SixDOFConstraintSettings_set_mAxisX2_1=b.yU;WW=d._emscripten_bind_SixDOFConstraintSettings_get_mAxisY2_0=b.zU;XW=d._emscripten_bind_SixDOFConstraintSettings_set_mAxisY2_1=b.AU;YW=d._emscripten_bind_SixDOFConstraintSettings_get_mMaxFriction_1=b.BU;ZW=d._emscripten_bind_SixDOFConstraintSettings_set_mMaxFriction_2=
|
|
b.CU;$W=d._emscripten_bind_SixDOFConstraintSettings_get_mSwingType_0=b.DU;aX=d._emscripten_bind_SixDOFConstraintSettings_set_mSwingType_1=b.EU;bX=d._emscripten_bind_SixDOFConstraintSettings_get_mLimitMin_1=b.FU;cX=d._emscripten_bind_SixDOFConstraintSettings_set_mLimitMin_2=b.GU;dX=d._emscripten_bind_SixDOFConstraintSettings_get_mLimitMax_1=b.HU;eX=d._emscripten_bind_SixDOFConstraintSettings_set_mLimitMax_2=b.IU;fX=d._emscripten_bind_SixDOFConstraintSettings_get_mLimitsSpringSettings_1=b.JU;gX=d._emscripten_bind_SixDOFConstraintSettings_set_mLimitsSpringSettings_2=
|
|
b.KU;hX=d._emscripten_bind_SixDOFConstraintSettings_get_mMotorSettings_1=b.LU;iX=d._emscripten_bind_SixDOFConstraintSettings_set_mMotorSettings_2=b.MU;jX=d._emscripten_bind_SixDOFConstraintSettings_get_mEnabled_0=b.NU;kX=d._emscripten_bind_SixDOFConstraintSettings_set_mEnabled_1=b.OU;lX=d._emscripten_bind_SixDOFConstraintSettings_get_mNumVelocityStepsOverride_0=b.PU;mX=d._emscripten_bind_SixDOFConstraintSettings_set_mNumVelocityStepsOverride_1=b.QU;nX=d._emscripten_bind_SixDOFConstraintSettings_get_mNumPositionStepsOverride_0=
|
|
b.RU;oX=d._emscripten_bind_SixDOFConstraintSettings_set_mNumPositionStepsOverride_1=b.SU;pX=d._emscripten_bind_SixDOFConstraintSettings___destroy___0=b.TU;qX=d._emscripten_bind_SixDOFConstraint_SetTranslationLimits_2=b.UU;rX=d._emscripten_bind_SixDOFConstraint_SetRotationLimits_2=b.VU;sX=d._emscripten_bind_SixDOFConstraint_GetLimitsMin_1=b.WU;tX=d._emscripten_bind_SixDOFConstraint_GetLimitsMax_1=b.XU;uX=d._emscripten_bind_SixDOFConstraint_GetTranslationLimitsMin_0=b.YU;vX=d._emscripten_bind_SixDOFConstraint_GetTranslationLimitsMax_0=
|
|
b.ZU;wX=d._emscripten_bind_SixDOFConstraint_GetRotationLimitsMin_0=b._U;xX=d._emscripten_bind_SixDOFConstraint_GetRotationLimitsMax_0=b.$U;yX=d._emscripten_bind_SixDOFConstraint_IsFixedAxis_1=b.aV;zX=d._emscripten_bind_SixDOFConstraint_IsFreeAxis_1=b.bV;AX=d._emscripten_bind_SixDOFConstraint_GetLimitsSpringSettings_1=b.cV;BX=d._emscripten_bind_SixDOFConstraint_SetLimitsSpringSettings_2=b.dV;CX=d._emscripten_bind_SixDOFConstraint_SetMaxFriction_2=b.eV;DX=d._emscripten_bind_SixDOFConstraint_GetMaxFriction_1=
|
|
b.fV;EX=d._emscripten_bind_SixDOFConstraint_GetRotationInConstraintSpace_0=b.gV;FX=d._emscripten_bind_SixDOFConstraint_GetMotorSettings_1=b.hV;GX=d._emscripten_bind_SixDOFConstraint_SetMotorState_2=b.iV;HX=d._emscripten_bind_SixDOFConstraint_GetMotorState_1=b.jV;IX=d._emscripten_bind_SixDOFConstraint_GetTargetVelocityCS_0=b.kV;JX=d._emscripten_bind_SixDOFConstraint_SetTargetVelocityCS_1=b.lV;KX=d._emscripten_bind_SixDOFConstraint_SetTargetAngularVelocityCS_1=b.mV;LX=d._emscripten_bind_SixDOFConstraint_GetTargetAngularVelocityCS_0=
|
|
b.nV;MX=d._emscripten_bind_SixDOFConstraint_GetTargetPositionCS_0=b.oV;NX=d._emscripten_bind_SixDOFConstraint_SetTargetPositionCS_1=b.pV;OX=d._emscripten_bind_SixDOFConstraint_SetTargetOrientationCS_1=b.qV;PX=d._emscripten_bind_SixDOFConstraint_GetTargetOrientationCS_0=b.rV;QX=d._emscripten_bind_SixDOFConstraint_SetTargetOrientationBS_1=b.sV;RX=d._emscripten_bind_SixDOFConstraint_GetTotalLambdaPosition_0=b.tV;SX=d._emscripten_bind_SixDOFConstraint_GetTotalLambdaRotation_0=b.uV;TX=d._emscripten_bind_SixDOFConstraint_GetTotalLambdaMotorTranslation_0=
|
|
b.vV;UX=d._emscripten_bind_SixDOFConstraint_GetTotalLambdaMotorRotation_0=b.wV;VX=d._emscripten_bind_SixDOFConstraint_GetRefCount_0=b.xV;WX=d._emscripten_bind_SixDOFConstraint_AddRef_0=b.yV;XX=d._emscripten_bind_SixDOFConstraint_Release_0=b.zV;YX=d._emscripten_bind_SixDOFConstraint_GetType_0=b.AV;ZX=d._emscripten_bind_SixDOFConstraint_GetSubType_0=b.BV;$X=d._emscripten_bind_SixDOFConstraint_GetConstraintPriority_0=b.CV;aY=d._emscripten_bind_SixDOFConstraint_SetConstraintPriority_1=b.DV;bY=d._emscripten_bind_SixDOFConstraint_SetNumVelocityStepsOverride_1=
|
|
b.EV;cY=d._emscripten_bind_SixDOFConstraint_GetNumVelocityStepsOverride_0=b.FV;dY=d._emscripten_bind_SixDOFConstraint_SetNumPositionStepsOverride_1=b.GV;eY=d._emscripten_bind_SixDOFConstraint_GetNumPositionStepsOverride_0=b.HV;fY=d._emscripten_bind_SixDOFConstraint_SetEnabled_1=b.IV;gY=d._emscripten_bind_SixDOFConstraint_GetEnabled_0=b.JV;hY=d._emscripten_bind_SixDOFConstraint_IsActive_0=b.KV;iY=d._emscripten_bind_SixDOFConstraint_GetUserData_0=b.LV;jY=d._emscripten_bind_SixDOFConstraint_SetUserData_1=
|
|
b.MV;kY=d._emscripten_bind_SixDOFConstraint_ResetWarmStart_0=b.NV;lY=d._emscripten_bind_SixDOFConstraint_SaveState_1=b.OV;mY=d._emscripten_bind_SixDOFConstraint_RestoreState_1=b.PV;nY=d._emscripten_bind_SixDOFConstraint_GetBody1_0=b.QV;oY=d._emscripten_bind_SixDOFConstraint_GetBody2_0=b.RV;pY=d._emscripten_bind_SixDOFConstraint_GetConstraintToBody1Matrix_0=b.SV;qY=d._emscripten_bind_SixDOFConstraint_GetConstraintToBody2Matrix_0=b.TV;rY=d._emscripten_bind_SixDOFConstraint___destroy___0=b.UV;sY=d._emscripten_bind_PathConstraintSettings_PathConstraintSettings_0=
|
|
b.VV;tY=d._emscripten_bind_PathConstraintSettings_GetRefCount_0=b.WV;uY=d._emscripten_bind_PathConstraintSettings_AddRef_0=b.XV;vY=d._emscripten_bind_PathConstraintSettings_Release_0=b.YV;wY=d._emscripten_bind_PathConstraintSettings_Create_2=b.ZV;xY=d._emscripten_bind_PathConstraintSettings_get_mPath_0=b._V;yY=d._emscripten_bind_PathConstraintSettings_set_mPath_1=b.$V;zY=d._emscripten_bind_PathConstraintSettings_get_mPathPosition_0=b.aW;AY=d._emscripten_bind_PathConstraintSettings_set_mPathPosition_1=
|
|
b.bW;BY=d._emscripten_bind_PathConstraintSettings_get_mPathRotation_0=b.cW;CY=d._emscripten_bind_PathConstraintSettings_set_mPathRotation_1=b.dW;DY=d._emscripten_bind_PathConstraintSettings_get_mPathFraction_0=b.eW;EY=d._emscripten_bind_PathConstraintSettings_set_mPathFraction_1=b.fW;FY=d._emscripten_bind_PathConstraintSettings_get_mMaxFrictionForce_0=b.gW;GY=d._emscripten_bind_PathConstraintSettings_set_mMaxFrictionForce_1=b.hW;HY=d._emscripten_bind_PathConstraintSettings_get_mRotationConstraintType_0=
|
|
b.iW;IY=d._emscripten_bind_PathConstraintSettings_set_mRotationConstraintType_1=b.jW;JY=d._emscripten_bind_PathConstraintSettings_get_mPositionMotorSettings_0=b.kW;KY=d._emscripten_bind_PathConstraintSettings_set_mPositionMotorSettings_1=b.lW;LY=d._emscripten_bind_PathConstraintSettings_get_mEnabled_0=b.mW;MY=d._emscripten_bind_PathConstraintSettings_set_mEnabled_1=b.nW;NY=d._emscripten_bind_PathConstraintSettings_get_mNumVelocityStepsOverride_0=b.oW;OY=d._emscripten_bind_PathConstraintSettings_set_mNumVelocityStepsOverride_1=
|
|
b.pW;PY=d._emscripten_bind_PathConstraintSettings_get_mNumPositionStepsOverride_0=b.qW;QY=d._emscripten_bind_PathConstraintSettings_set_mNumPositionStepsOverride_1=b.rW;RY=d._emscripten_bind_PathConstraintSettings___destroy___0=b.sW;SY=d._emscripten_bind_PathConstraintPathHermite_AddPoint_3=b.tW;TY=d._emscripten_bind_PathConstraintPathHermite_IsLooping_0=b.uW;UY=d._emscripten_bind_PathConstraintPathHermite_SetIsLooping_1=b.vW;VY=d._emscripten_bind_PathConstraintPathHermite_GetRefCount_0=b.wW;WY=d._emscripten_bind_PathConstraintPathHermite_AddRef_0=
|
|
b.xW;XY=d._emscripten_bind_PathConstraintPathHermite_Release_0=b.yW;YY=d._emscripten_bind_PathConstraintPathHermite___destroy___0=b.zW;ZY=d._emscripten_bind_PathConstraintPathJS_PathConstraintPathJS_0=b.AW;$Y=d._emscripten_bind_PathConstraintPathJS_GetPathMaxFraction_0=b.BW;aZ=d._emscripten_bind_PathConstraintPathJS_GetClosestPoint_2=b.CW;bZ=d._emscripten_bind_PathConstraintPathJS_GetPointOnPath_5=b.DW;cZ=d._emscripten_bind_PathConstraintPathJS___destroy___0=b.EW;dZ=d._emscripten_bind_PathConstraint_SetPath_2=
|
|
b.FW;eZ=d._emscripten_bind_PathConstraint_GetPath_0=b.GW;fZ=d._emscripten_bind_PathConstraint_GetPathFraction_0=b.HW;gZ=d._emscripten_bind_PathConstraint_SetMaxFrictionForce_1=b.IW;hZ=d._emscripten_bind_PathConstraint_GetMaxFrictionForce_0=b.JW;iZ=d._emscripten_bind_PathConstraint_GetPositionMotorSettings_0=b.KW;jZ=d._emscripten_bind_PathConstraint_SetPositionMotorState_1=b.LW;kZ=d._emscripten_bind_PathConstraint_GetPositionMotorState_0=b.MW;lZ=d._emscripten_bind_PathConstraint_SetTargetVelocity_1=
|
|
b.NW;mZ=d._emscripten_bind_PathConstraint_GetTargetVelocity_0=b.OW;nZ=d._emscripten_bind_PathConstraint_SetTargetPathFraction_1=b.PW;oZ=d._emscripten_bind_PathConstraint_GetTargetPathFraction_0=b.QW;pZ=d._emscripten_bind_PathConstraint_GetRefCount_0=b.RW;qZ=d._emscripten_bind_PathConstraint_AddRef_0=b.SW;rZ=d._emscripten_bind_PathConstraint_Release_0=b.TW;sZ=d._emscripten_bind_PathConstraint_GetType_0=b.UW;tZ=d._emscripten_bind_PathConstraint_GetSubType_0=b.VW;uZ=d._emscripten_bind_PathConstraint_GetConstraintPriority_0=
|
|
b.WW;vZ=d._emscripten_bind_PathConstraint_SetConstraintPriority_1=b.XW;wZ=d._emscripten_bind_PathConstraint_SetNumVelocityStepsOverride_1=b.YW;xZ=d._emscripten_bind_PathConstraint_GetNumVelocityStepsOverride_0=b.ZW;yZ=d._emscripten_bind_PathConstraint_SetNumPositionStepsOverride_1=b._W;zZ=d._emscripten_bind_PathConstraint_GetNumPositionStepsOverride_0=b.$W;AZ=d._emscripten_bind_PathConstraint_SetEnabled_1=b.aX;BZ=d._emscripten_bind_PathConstraint_GetEnabled_0=b.bX;CZ=d._emscripten_bind_PathConstraint_IsActive_0=
|
|
b.cX;DZ=d._emscripten_bind_PathConstraint_GetUserData_0=b.dX;EZ=d._emscripten_bind_PathConstraint_SetUserData_1=b.eX;FZ=d._emscripten_bind_PathConstraint_ResetWarmStart_0=b.fX;GZ=d._emscripten_bind_PathConstraint_SaveState_1=b.gX;HZ=d._emscripten_bind_PathConstraint_RestoreState_1=b.hX;IZ=d._emscripten_bind_PathConstraint_GetBody1_0=b.iX;JZ=d._emscripten_bind_PathConstraint_GetBody2_0=b.jX;KZ=d._emscripten_bind_PathConstraint_GetConstraintToBody1Matrix_0=b.kX;LZ=d._emscripten_bind_PathConstraint_GetConstraintToBody2Matrix_0=
|
|
b.lX;MZ=d._emscripten_bind_PathConstraint___destroy___0=b.mX;NZ=d._emscripten_bind_PulleyConstraintSettings_PulleyConstraintSettings_0=b.nX;OZ=d._emscripten_bind_PulleyConstraintSettings_GetRefCount_0=b.oX;PZ=d._emscripten_bind_PulleyConstraintSettings_AddRef_0=b.pX;QZ=d._emscripten_bind_PulleyConstraintSettings_Release_0=b.qX;RZ=d._emscripten_bind_PulleyConstraintSettings_Create_2=b.rX;SZ=d._emscripten_bind_PulleyConstraintSettings_get_mSpace_0=b.sX;TZ=d._emscripten_bind_PulleyConstraintSettings_set_mSpace_1=
|
|
b.tX;UZ=d._emscripten_bind_PulleyConstraintSettings_get_mBodyPoint1_0=b.uX;VZ=d._emscripten_bind_PulleyConstraintSettings_set_mBodyPoint1_1=b.vX;WZ=d._emscripten_bind_PulleyConstraintSettings_get_mFixedPoint1_0=b.wX;XZ=d._emscripten_bind_PulleyConstraintSettings_set_mFixedPoint1_1=b.xX;YZ=d._emscripten_bind_PulleyConstraintSettings_get_mBodyPoint2_0=b.yX;ZZ=d._emscripten_bind_PulleyConstraintSettings_set_mBodyPoint2_1=b.zX;$Z=d._emscripten_bind_PulleyConstraintSettings_get_mFixedPoint2_0=b.AX;a_=
|
|
d._emscripten_bind_PulleyConstraintSettings_set_mFixedPoint2_1=b.BX;b_=d._emscripten_bind_PulleyConstraintSettings_get_mRatio_0=b.CX;c_=d._emscripten_bind_PulleyConstraintSettings_set_mRatio_1=b.DX;d_=d._emscripten_bind_PulleyConstraintSettings_get_mMinLength_0=b.EX;e_=d._emscripten_bind_PulleyConstraintSettings_set_mMinLength_1=b.FX;f_=d._emscripten_bind_PulleyConstraintSettings_get_mMaxLength_0=b.GX;g_=d._emscripten_bind_PulleyConstraintSettings_set_mMaxLength_1=b.HX;h_=d._emscripten_bind_PulleyConstraintSettings_get_mEnabled_0=
|
|
b.IX;i_=d._emscripten_bind_PulleyConstraintSettings_set_mEnabled_1=b.JX;j_=d._emscripten_bind_PulleyConstraintSettings_get_mNumVelocityStepsOverride_0=b.KX;k_=d._emscripten_bind_PulleyConstraintSettings_set_mNumVelocityStepsOverride_1=b.LX;l_=d._emscripten_bind_PulleyConstraintSettings_get_mNumPositionStepsOverride_0=b.MX;m_=d._emscripten_bind_PulleyConstraintSettings_set_mNumPositionStepsOverride_1=b.NX;n_=d._emscripten_bind_PulleyConstraintSettings___destroy___0=b.OX;o_=d._emscripten_bind_PulleyConstraint_SetLength_2=
|
|
b.PX;p_=d._emscripten_bind_PulleyConstraint_GetMinLength_0=b.QX;q_=d._emscripten_bind_PulleyConstraint_GetMaxLength_0=b.RX;r_=d._emscripten_bind_PulleyConstraint_GetCurrentLength_0=b.SX;s_=d._emscripten_bind_PulleyConstraint_GetRefCount_0=b.TX;t_=d._emscripten_bind_PulleyConstraint_AddRef_0=b.UX;u_=d._emscripten_bind_PulleyConstraint_Release_0=b.VX;v_=d._emscripten_bind_PulleyConstraint_GetType_0=b.WX;w_=d._emscripten_bind_PulleyConstraint_GetSubType_0=b.XX;x_=d._emscripten_bind_PulleyConstraint_GetConstraintPriority_0=
|
|
b.YX;y_=d._emscripten_bind_PulleyConstraint_SetConstraintPriority_1=b.ZX;z_=d._emscripten_bind_PulleyConstraint_SetNumVelocityStepsOverride_1=b._X;A_=d._emscripten_bind_PulleyConstraint_GetNumVelocityStepsOverride_0=b.$X;B_=d._emscripten_bind_PulleyConstraint_SetNumPositionStepsOverride_1=b.aY;C_=d._emscripten_bind_PulleyConstraint_GetNumPositionStepsOverride_0=b.bY;D_=d._emscripten_bind_PulleyConstraint_SetEnabled_1=b.cY;E_=d._emscripten_bind_PulleyConstraint_GetEnabled_0=b.dY;F_=d._emscripten_bind_PulleyConstraint_IsActive_0=
|
|
b.eY;G_=d._emscripten_bind_PulleyConstraint_GetUserData_0=b.fY;H_=d._emscripten_bind_PulleyConstraint_SetUserData_1=b.gY;I_=d._emscripten_bind_PulleyConstraint_ResetWarmStart_0=b.hY;J_=d._emscripten_bind_PulleyConstraint_SaveState_1=b.iY;K_=d._emscripten_bind_PulleyConstraint_RestoreState_1=b.jY;L_=d._emscripten_bind_PulleyConstraint_GetBody1_0=b.kY;M_=d._emscripten_bind_PulleyConstraint_GetBody2_0=b.lY;N_=d._emscripten_bind_PulleyConstraint_GetConstraintToBody1Matrix_0=b.mY;O_=d._emscripten_bind_PulleyConstraint_GetConstraintToBody2Matrix_0=
|
|
b.nY;P_=d._emscripten_bind_PulleyConstraint___destroy___0=b.oY;Q_=d._emscripten_bind_GearConstraintSettings_GearConstraintSettings_0=b.pY;R_=d._emscripten_bind_GearConstraintSettings_SetRatio_2=b.qY;S_=d._emscripten_bind_GearConstraintSettings_GetRefCount_0=b.rY;T_=d._emscripten_bind_GearConstraintSettings_AddRef_0=b.sY;U_=d._emscripten_bind_GearConstraintSettings_Release_0=b.tY;V_=d._emscripten_bind_GearConstraintSettings_Create_2=b.uY;W_=d._emscripten_bind_GearConstraintSettings_get_mSpace_0=b.vY;
|
|
X_=d._emscripten_bind_GearConstraintSettings_set_mSpace_1=b.wY;Y_=d._emscripten_bind_GearConstraintSettings_get_mHingeAxis1_0=b.xY;Z_=d._emscripten_bind_GearConstraintSettings_set_mHingeAxis1_1=b.yY;$_=d._emscripten_bind_GearConstraintSettings_get_mHingeAxis2_0=b.zY;a0=d._emscripten_bind_GearConstraintSettings_set_mHingeAxis2_1=b.AY;b0=d._emscripten_bind_GearConstraintSettings_get_mRatio_0=b.BY;c0=d._emscripten_bind_GearConstraintSettings_set_mRatio_1=b.CY;d0=d._emscripten_bind_GearConstraintSettings_get_mEnabled_0=
|
|
b.DY;e0=d._emscripten_bind_GearConstraintSettings_set_mEnabled_1=b.EY;f0=d._emscripten_bind_GearConstraintSettings_get_mNumVelocityStepsOverride_0=b.FY;g0=d._emscripten_bind_GearConstraintSettings_set_mNumVelocityStepsOverride_1=b.GY;h0=d._emscripten_bind_GearConstraintSettings_get_mNumPositionStepsOverride_0=b.HY;i0=d._emscripten_bind_GearConstraintSettings_set_mNumPositionStepsOverride_1=b.IY;j0=d._emscripten_bind_GearConstraintSettings___destroy___0=b.JY;k0=d._emscripten_bind_GearConstraint_SetConstraints_2=
|
|
b.KY;l0=d._emscripten_bind_GearConstraint_GetTotalLambda_0=b.LY;m0=d._emscripten_bind_GearConstraint_GetRefCount_0=b.MY;n0=d._emscripten_bind_GearConstraint_AddRef_0=b.NY;o0=d._emscripten_bind_GearConstraint_Release_0=b.OY;p0=d._emscripten_bind_GearConstraint_GetType_0=b.PY;q0=d._emscripten_bind_GearConstraint_GetSubType_0=b.QY;r0=d._emscripten_bind_GearConstraint_GetConstraintPriority_0=b.RY;s0=d._emscripten_bind_GearConstraint_SetConstraintPriority_1=b.SY;t0=d._emscripten_bind_GearConstraint_SetNumVelocityStepsOverride_1=
|
|
b.TY;u0=d._emscripten_bind_GearConstraint_GetNumVelocityStepsOverride_0=b.UY;v0=d._emscripten_bind_GearConstraint_SetNumPositionStepsOverride_1=b.VY;w0=d._emscripten_bind_GearConstraint_GetNumPositionStepsOverride_0=b.WY;x0=d._emscripten_bind_GearConstraint_SetEnabled_1=b.XY;y0=d._emscripten_bind_GearConstraint_GetEnabled_0=b.YY;z0=d._emscripten_bind_GearConstraint_IsActive_0=b.ZY;A0=d._emscripten_bind_GearConstraint_GetUserData_0=b._Y;B0=d._emscripten_bind_GearConstraint_SetUserData_1=b.$Y;C0=d._emscripten_bind_GearConstraint_ResetWarmStart_0=
|
|
b.aZ;D0=d._emscripten_bind_GearConstraint_SaveState_1=b.bZ;E0=d._emscripten_bind_GearConstraint_RestoreState_1=b.cZ;F0=d._emscripten_bind_GearConstraint_GetBody1_0=b.dZ;G0=d._emscripten_bind_GearConstraint_GetBody2_0=b.eZ;H0=d._emscripten_bind_GearConstraint_GetConstraintToBody1Matrix_0=b.fZ;I0=d._emscripten_bind_GearConstraint_GetConstraintToBody2Matrix_0=b.gZ;J0=d._emscripten_bind_GearConstraint___destroy___0=b.hZ;K0=d._emscripten_bind_RackAndPinionConstraintSettings_RackAndPinionConstraintSettings_0=
|
|
b.iZ;L0=d._emscripten_bind_RackAndPinionConstraintSettings_SetRatio_3=b.jZ;M0=d._emscripten_bind_RackAndPinionConstraintSettings_GetRefCount_0=b.kZ;N0=d._emscripten_bind_RackAndPinionConstraintSettings_AddRef_0=b.lZ;O0=d._emscripten_bind_RackAndPinionConstraintSettings_Release_0=b.mZ;P0=d._emscripten_bind_RackAndPinionConstraintSettings_Create_2=b.nZ;Q0=d._emscripten_bind_RackAndPinionConstraintSettings_get_mSpace_0=b.oZ;R0=d._emscripten_bind_RackAndPinionConstraintSettings_set_mSpace_1=b.pZ;S0=d._emscripten_bind_RackAndPinionConstraintSettings_get_mHingeAxis_0=
|
|
b.qZ;T0=d._emscripten_bind_RackAndPinionConstraintSettings_set_mHingeAxis_1=b.rZ;U0=d._emscripten_bind_RackAndPinionConstraintSettings_get_mSliderAxis_0=b.sZ;V0=d._emscripten_bind_RackAndPinionConstraintSettings_set_mSliderAxis_1=b.tZ;W0=d._emscripten_bind_RackAndPinionConstraintSettings_get_mRatio_0=b.uZ;X0=d._emscripten_bind_RackAndPinionConstraintSettings_set_mRatio_1=b.vZ;Y0=d._emscripten_bind_RackAndPinionConstraintSettings_get_mEnabled_0=b.wZ;Z0=d._emscripten_bind_RackAndPinionConstraintSettings_set_mEnabled_1=
|
|
b.xZ;$0=d._emscripten_bind_RackAndPinionConstraintSettings_get_mNumVelocityStepsOverride_0=b.yZ;a1=d._emscripten_bind_RackAndPinionConstraintSettings_set_mNumVelocityStepsOverride_1=b.zZ;b1=d._emscripten_bind_RackAndPinionConstraintSettings_get_mNumPositionStepsOverride_0=b.AZ;c1=d._emscripten_bind_RackAndPinionConstraintSettings_set_mNumPositionStepsOverride_1=b.BZ;d1=d._emscripten_bind_RackAndPinionConstraintSettings___destroy___0=b.CZ;e1=d._emscripten_bind_RackAndPinionConstraint_SetConstraints_2=
|
|
b.DZ;f1=d._emscripten_bind_RackAndPinionConstraint_GetTotalLambda_0=b.EZ;g1=d._emscripten_bind_RackAndPinionConstraint_GetRefCount_0=b.FZ;h1=d._emscripten_bind_RackAndPinionConstraint_AddRef_0=b.GZ;i1=d._emscripten_bind_RackAndPinionConstraint_Release_0=b.HZ;j1=d._emscripten_bind_RackAndPinionConstraint_GetType_0=b.IZ;k1=d._emscripten_bind_RackAndPinionConstraint_GetSubType_0=b.JZ;l1=d._emscripten_bind_RackAndPinionConstraint_GetConstraintPriority_0=b.KZ;m1=d._emscripten_bind_RackAndPinionConstraint_SetConstraintPriority_1=
|
|
b.LZ;n1=d._emscripten_bind_RackAndPinionConstraint_SetNumVelocityStepsOverride_1=b.MZ;o1=d._emscripten_bind_RackAndPinionConstraint_GetNumVelocityStepsOverride_0=b.NZ;p1=d._emscripten_bind_RackAndPinionConstraint_SetNumPositionStepsOverride_1=b.OZ;q1=d._emscripten_bind_RackAndPinionConstraint_GetNumPositionStepsOverride_0=b.PZ;r1=d._emscripten_bind_RackAndPinionConstraint_SetEnabled_1=b.QZ;s1=d._emscripten_bind_RackAndPinionConstraint_GetEnabled_0=b.RZ;t1=d._emscripten_bind_RackAndPinionConstraint_IsActive_0=
|
|
b.SZ;u1=d._emscripten_bind_RackAndPinionConstraint_GetUserData_0=b.TZ;v1=d._emscripten_bind_RackAndPinionConstraint_SetUserData_1=b.UZ;w1=d._emscripten_bind_RackAndPinionConstraint_ResetWarmStart_0=b.VZ;x1=d._emscripten_bind_RackAndPinionConstraint_SaveState_1=b.WZ;y1=d._emscripten_bind_RackAndPinionConstraint_RestoreState_1=b.XZ;z1=d._emscripten_bind_RackAndPinionConstraint_GetBody1_0=b.YZ;A1=d._emscripten_bind_RackAndPinionConstraint_GetBody2_0=b.ZZ;B1=d._emscripten_bind_RackAndPinionConstraint_GetConstraintToBody1Matrix_0=
|
|
b._Z;C1=d._emscripten_bind_RackAndPinionConstraint_GetConstraintToBody2Matrix_0=b.$Z;D1=d._emscripten_bind_RackAndPinionConstraint___destroy___0=b.a_;E1=d._emscripten_bind_BodyID_BodyID_0=b.b_;F1=d._emscripten_bind_BodyID_BodyID_1=b.c_;G1=d._emscripten_bind_BodyID_GetIndex_0=b.d_;H1=d._emscripten_bind_BodyID_GetIndexAndSequenceNumber_0=b.e_;I1=d._emscripten_bind_BodyID___destroy___0=b.f_;J1=d._emscripten_bind_SubShapeID_SubShapeID_0=b.g_;K1=d._emscripten_bind_SubShapeID_GetValue_0=b.h_;L1=d._emscripten_bind_SubShapeID_SetValue_1=
|
|
b.i_;M1=d._emscripten_bind_SubShapeID___destroy___0=b.j_;N1=d._emscripten_bind_GroupFilterJS_GroupFilterJS_0=b.k_;O1=d._emscripten_bind_GroupFilterJS_CanCollide_2=b.l_;P1=d._emscripten_bind_GroupFilterJS___destroy___0=b.m_;Q1=d._emscripten_bind_GroupFilterTable_GroupFilterTable_1=b.n_;R1=d._emscripten_bind_GroupFilterTable_DisableCollision_2=b.o_;S1=d._emscripten_bind_GroupFilterTable_EnableCollision_2=b.p_;T1=d._emscripten_bind_GroupFilterTable_IsCollisionEnabled_2=b.q_;U1=d._emscripten_bind_GroupFilterTable_GetRefCount_0=
|
|
b.r_;V1=d._emscripten_bind_GroupFilterTable_AddRef_0=b.s_;W1=d._emscripten_bind_GroupFilterTable_Release_0=b.t_;X1=d._emscripten_bind_GroupFilterTable___destroy___0=b.u_;Y1=d._emscripten_bind_CollisionGroup_CollisionGroup_0=b.v_;Z1=d._emscripten_bind_CollisionGroup_CollisionGroup_3=b.w_;$1=d._emscripten_bind_CollisionGroup_SetGroupFilter_1=b.x_;a2=d._emscripten_bind_CollisionGroup_GetGroupFilter_0=b.y_;b2=d._emscripten_bind_CollisionGroup_SetGroupID_1=b.z_;c2=d._emscripten_bind_CollisionGroup_GetGroupID_0=
|
|
b.A_;d2=d._emscripten_bind_CollisionGroup_SetSubGroupID_1=b.B_;e2=d._emscripten_bind_CollisionGroup_GetSubGroupID_0=b.C_;f2=d._emscripten_bind_CollisionGroup___destroy___0=b.D_;g2=d._emscripten_bind_Body_GetID_0=b.E_;h2=d._emscripten_bind_Body_IsActive_0=b.F_;i2=d._emscripten_bind_Body_IsRigidBody_0=b.G_;j2=d._emscripten_bind_Body_IsSoftBody_0=b.H_;k2=d._emscripten_bind_Body_IsStatic_0=b.I_;l2=d._emscripten_bind_Body_IsKinematic_0=b.J_;m2=d._emscripten_bind_Body_IsDynamic_0=b.K_;n2=d._emscripten_bind_Body_CanBeKinematicOrDynamic_0=
|
|
b.L_;o2=d._emscripten_bind_Body_GetBodyType_0=b.M_;p2=d._emscripten_bind_Body_GetMotionType_0=b.N_;q2=d._emscripten_bind_Body_SetIsSensor_1=b.O_;r2=d._emscripten_bind_Body_IsSensor_0=b.P_;s2=d._emscripten_bind_Body_SetCollideKinematicVsNonDynamic_1=b.Q_;t2=d._emscripten_bind_Body_GetCollideKinematicVsNonDynamic_0=b.R_;u2=d._emscripten_bind_Body_SetUseManifoldReduction_1=b.S_;v2=d._emscripten_bind_Body_GetUseManifoldReduction_0=b.T_;w2=d._emscripten_bind_Body_SetApplyGyroscopicForce_1=b.U_;x2=d._emscripten_bind_Body_GetApplyGyroscopicForce_0=
|
|
b.V_;y2=d._emscripten_bind_Body_SetEnhancedInternalEdgeRemoval_1=b.W_;z2=d._emscripten_bind_Body_GetEnhancedInternalEdgeRemoval_0=b.X_;A2=d._emscripten_bind_Body_GetObjectLayer_0=b.Y_;B2=d._emscripten_bind_Body_GetCollisionGroup_0=b.Z_;C2=d._emscripten_bind_Body_GetAllowSleeping_0=b.__;D2=d._emscripten_bind_Body_SetAllowSleeping_1=b.$_;E2=d._emscripten_bind_Body_ResetSleepTimer_0=b.a$;F2=d._emscripten_bind_Body_GetFriction_0=b.b$;G2=d._emscripten_bind_Body_SetFriction_1=b.c$;H2=d._emscripten_bind_Body_GetRestitution_0=
|
|
b.d$;I2=d._emscripten_bind_Body_SetRestitution_1=b.e$;J2=d._emscripten_bind_Body_GetLinearVelocity_0=b.f$;K2=d._emscripten_bind_Body_SetLinearVelocity_1=b.g$;L2=d._emscripten_bind_Body_SetLinearVelocityClamped_1=b.h$;M2=d._emscripten_bind_Body_GetAngularVelocity_0=b.i$;N2=d._emscripten_bind_Body_SetAngularVelocity_1=b.j$;O2=d._emscripten_bind_Body_SetAngularVelocityClamped_1=b.k$;P2=d._emscripten_bind_Body_AddForce_1=b.l$;Q2=d._emscripten_bind_Body_AddForce_2=b.m$;R2=d._emscripten_bind_Body_AddTorque_1=
|
|
b.n$;S2=d._emscripten_bind_Body_GetAccumulatedForce_0=b.o$;T2=d._emscripten_bind_Body_GetAccumulatedTorque_0=b.p$;U2=d._emscripten_bind_Body_ResetForce_0=b.q$;V2=d._emscripten_bind_Body_ResetTorque_0=b.r$;W2=d._emscripten_bind_Body_ResetMotion_0=b.s$;X2=d._emscripten_bind_Body_AddImpulse_1=b.t$;Y2=d._emscripten_bind_Body_AddImpulse_2=b.u$;Z2=d._emscripten_bind_Body_AddAngularImpulse_1=b.v$;$2=d._emscripten_bind_Body_MoveKinematic_3=b.w$;a3=d._emscripten_bind_Body_ApplyBuoyancyImpulse_8=b.x$;b3=d._emscripten_bind_Body_IsInBroadPhase_0=
|
|
b.y$;c3=d._emscripten_bind_Body_GetInverseInertia_0=b.z$;d3=d._emscripten_bind_Body_GetShape_0=b.A$;e3=d._emscripten_bind_Body_GetPosition_0=b.B$;f3=d._emscripten_bind_Body_GetRotation_0=b.C$;g3=d._emscripten_bind_Body_GetWorldTransform_0=b.D$;h3=d._emscripten_bind_Body_GetCenterOfMassPosition_0=b.E$;i3=d._emscripten_bind_Body_GetCenterOfMassTransform_0=b.F$;j3=d._emscripten_bind_Body_GetInverseCenterOfMassTransform_0=b.G$;k3=d._emscripten_bind_Body_GetWorldSpaceBounds_0=b.H$;l3=d._emscripten_bind_Body_GetTransformedShape_0=
|
|
b.I$;m3=d._emscripten_bind_Body_GetBodyCreationSettings_0=b.J$;n3=d._emscripten_bind_Body_GetSoftBodyCreationSettings_0=b.K$;o3=d._emscripten_bind_Body_GetMotionProperties_0=b.L$;p3=d._emscripten_bind_Body_GetWorldSpaceSurfaceNormal_2=b.M$;q3=d._emscripten_bind_Body_GetUserData_0=b.N$;r3=d._emscripten_bind_Body_SetUserData_1=b.O$;s3=d._emscripten_bind_Body_SaveState_1=b.P$;t3=d._emscripten_bind_Body_RestoreState_1=b.Q$;u3=d._emscripten_bind_BodyInterface_CreateBody_1=b.R$;v3=d._emscripten_bind_BodyInterface_CreateSoftBody_1=
|
|
b.S$;w3=d._emscripten_bind_BodyInterface_CreateBodyWithID_2=b.T$;x3=d._emscripten_bind_BodyInterface_CreateSoftBodyWithID_2=b.U$;y3=d._emscripten_bind_BodyInterface_CreateBodyWithoutID_1=b.V$;z3=d._emscripten_bind_BodyInterface_CreateSoftBodyWithoutID_1=b.W$;A3=d._emscripten_bind_BodyInterface_DestroyBodyWithoutID_1=b.X$;B3=d._emscripten_bind_BodyInterface_AssignBodyID_1=b.Y$;C3=d._emscripten_bind_BodyInterface_AssignBodyID_2=b.Z$;D3=d._emscripten_bind_BodyInterface_UnassignBodyID_1=b._$;E3=d._emscripten_bind_BodyInterface_UnassignBodyIDs_3=
|
|
b.$$;F3=d._emscripten_bind_BodyInterface_DestroyBody_1=b.a0;G3=d._emscripten_bind_BodyInterface_DestroyBodies_2=b.b0;H3=d._emscripten_bind_BodyInterface_AddBody_2=b.c0;I3=d._emscripten_bind_BodyInterface_RemoveBody_1=b.d0;J3=d._emscripten_bind_BodyInterface_IsAdded_1=b.e0;K3=d._emscripten_bind_BodyInterface_CreateAndAddBody_2=b.f0;L3=d._emscripten_bind_BodyInterface_CreateAndAddSoftBody_2=b.g0;M3=d._emscripten_bind_BodyInterface_AddBodiesPrepare_2=b.h0;N3=d._emscripten_bind_BodyInterface_AddBodiesFinalize_4=
|
|
b.i0;O3=d._emscripten_bind_BodyInterface_AddBodiesAbort_3=b.j0;P3=d._emscripten_bind_BodyInterface_RemoveBodies_2=b.k0;Q3=d._emscripten_bind_BodyInterface_CreateConstraint_3=b.l0;R3=d._emscripten_bind_BodyInterface_ActivateConstraint_1=b.m0;S3=d._emscripten_bind_BodyInterface_GetShape_1=b.n0;T3=d._emscripten_bind_BodyInterface_SetShape_4=b.o0;U3=d._emscripten_bind_BodyInterface_NotifyShapeChanged_4=b.p0;V3=d._emscripten_bind_BodyInterface_SetObjectLayer_2=b.q0;W3=d._emscripten_bind_BodyInterface_GetObjectLayer_1=
|
|
b.r0;X3=d._emscripten_bind_BodyInterface_SetPositionAndRotation_4=b.s0;Y3=d._emscripten_bind_BodyInterface_SetPositionAndRotationWhenChanged_4=b.t0;Z3=d._emscripten_bind_BodyInterface_GetPositionAndRotation_3=b.u0;$3=d._emscripten_bind_BodyInterface_SetPosition_3=b.v0;a4=d._emscripten_bind_BodyInterface_GetPosition_1=b.w0;b4=d._emscripten_bind_BodyInterface_SetRotation_3=b.x0;c4=d._emscripten_bind_BodyInterface_GetRotation_1=b.y0;d4=d._emscripten_bind_BodyInterface_GetWorldTransform_1=b.z0;e4=d._emscripten_bind_BodyInterface_GetCenterOfMassTransform_1=
|
|
b.A0;f4=d._emscripten_bind_BodyInterface_SetLinearAndAngularVelocity_3=b.B0;g4=d._emscripten_bind_BodyInterface_GetLinearAndAngularVelocity_3=b.C0;h4=d._emscripten_bind_BodyInterface_SetLinearVelocity_2=b.D0;i4=d._emscripten_bind_BodyInterface_GetLinearVelocity_1=b.E0;j4=d._emscripten_bind_BodyInterface_AddLinearVelocity_2=b.F0;k4=d._emscripten_bind_BodyInterface_AddLinearAndAngularVelocity_3=b.G0;l4=d._emscripten_bind_BodyInterface_SetAngularVelocity_2=b.H0;m4=d._emscripten_bind_BodyInterface_GetAngularVelocity_1=
|
|
b.I0;n4=d._emscripten_bind_BodyInterface_GetPointVelocity_2=b.J0;o4=d._emscripten_bind_BodyInterface_SetPositionRotationAndVelocity_5=b.K0;p4=d._emscripten_bind_BodyInterface_MoveKinematic_4=b.L0;q4=d._emscripten_bind_BodyInterface_ActivateBody_1=b.M0;r4=d._emscripten_bind_BodyInterface_ActivateBodies_2=b.N0;s4=d._emscripten_bind_BodyInterface_ActivateBodiesInAABox_3=b.O0;t4=d._emscripten_bind_BodyInterface_DeactivateBody_1=b.P0;u4=d._emscripten_bind_BodyInterface_DeactivateBodies_2=b.Q0;v4=d._emscripten_bind_BodyInterface_IsActive_1=
|
|
b.R0;w4=d._emscripten_bind_BodyInterface_ResetSleepTimer_1=b.S0;x4=d._emscripten_bind_BodyInterface_GetBodyType_1=b.T0;y4=d._emscripten_bind_BodyInterface_SetMotionType_3=b.U0;z4=d._emscripten_bind_BodyInterface_GetMotionType_1=b.V0;A4=d._emscripten_bind_BodyInterface_SetMotionQuality_2=b.W0;B4=d._emscripten_bind_BodyInterface_GetMotionQuality_1=b.X0;C4=d._emscripten_bind_BodyInterface_GetInverseInertia_1=b.Y0;D4=d._emscripten_bind_BodyInterface_SetRestitution_2=b.Z0;E4=d._emscripten_bind_BodyInterface_GetRestitution_1=
|
|
b._0;F4=d._emscripten_bind_BodyInterface_SetFriction_2=b.$0;G4=d._emscripten_bind_BodyInterface_GetFriction_1=b.a1;H4=d._emscripten_bind_BodyInterface_SetGravityFactor_2=b.b1;I4=d._emscripten_bind_BodyInterface_GetGravityFactor_1=b.c1;J4=d._emscripten_bind_BodyInterface_SetMaxLinearVelocity_2=b.d1;K4=d._emscripten_bind_BodyInterface_GetMaxLinearVelocity_1=b.e1;L4=d._emscripten_bind_BodyInterface_SetMaxAngularVelocity_2=b.f1;M4=d._emscripten_bind_BodyInterface_GetMaxAngularVelocity_1=b.g1;N4=d._emscripten_bind_BodyInterface_SetUseManifoldReduction_2=
|
|
b.h1;O4=d._emscripten_bind_BodyInterface_GetUseManifoldReduction_1=b.i1;P4=d._emscripten_bind_BodyInterface_SetIsSensor_2=b.j1;Q4=d._emscripten_bind_BodyInterface_IsSensor_1=b.k1;R4=d._emscripten_bind_BodyInterface_SetCollisionGroup_2=b.l1;S4=d._emscripten_bind_BodyInterface_GetCollisionGroup_1=b.m1;T4=d._emscripten_bind_BodyInterface_AddForce_3=b.n1;U4=d._emscripten_bind_BodyInterface_AddForce_4=b.o1;V4=d._emscripten_bind_BodyInterface_AddTorque_3=b.p1;W4=d._emscripten_bind_BodyInterface_AddForceAndTorque_4=
|
|
b.q1;X4=d._emscripten_bind_BodyInterface_ApplyBuoyancyImpulse_9=b.r1;Y4=d._emscripten_bind_BodyInterface_AddImpulse_2=b.s1;Z4=d._emscripten_bind_BodyInterface_AddImpulse_3=b.t1;$4=d._emscripten_bind_BodyInterface_AddAngularImpulse_2=b.u1;a5=d._emscripten_bind_BodyInterface_GetTransformedShape_1=b.v1;b5=d._emscripten_bind_BodyInterface_GetUserData_1=b.w1;c5=d._emscripten_bind_BodyInterface_SetUserData_2=b.x1;d5=d._emscripten_bind_BodyInterface_GetMaterial_2=b.y1;e5=d._emscripten_bind_BodyInterface_InvalidateContactCache_1=
|
|
b.z1;f5=d._emscripten_bind_BodyInterface___destroy___0=b.A1;g5=d._emscripten_bind_StateRecorderFilterJS_StateRecorderFilterJS_0=b.B1;h5=d._emscripten_bind_StateRecorderFilterJS_ShouldSaveBody_1=b.C1;i5=d._emscripten_bind_StateRecorderFilterJS_ShouldSaveConstraint_1=b.D1;j5=d._emscripten_bind_StateRecorderFilterJS_ShouldSaveContact_2=b.E1;k5=d._emscripten_bind_StateRecorderFilterJS_ShouldRestoreContact_2=b.F1;l5=d._emscripten_bind_StateRecorderFilterJS___destroy___0=b.G1;m5=d._emscripten_bind_StateRecorderJS_StateRecorderJS_0=
|
|
b.H1;n5=d._emscripten_bind_StateRecorderJS_ReadBytes_2=b.I1;o5=d._emscripten_bind_StateRecorderJS_WriteBytes_2=b.J1;haa=d._emscripten_bind_StateRecorderJS_IsEOF_0=b.K1;iaa=d._emscripten_bind_StateRecorderJS_IsFailed_0=b.L1;jaa=d._emscripten_bind_StateRecorderJS___destroy___0=b.M1;kaa=d._emscripten_bind_StateRecorderImpl_StateRecorderImpl_0=b.N1;laa=d._emscripten_bind_StateRecorderImpl_Clear_0=b.O1;maa=d._emscripten_bind_StateRecorderImpl_Rewind_0=b.P1;naa=d._emscripten_bind_StateRecorderImpl_IsEqual_1=
|
|
b.Q1;oaa=d._emscripten_bind_StateRecorderImpl_SetValidating_1=b.R1;paa=d._emscripten_bind_StateRecorderImpl_IsValidating_0=b.S1;qaa=d._emscripten_bind_StateRecorderImpl_SetIsLastPart_1=b.T1;raa=d._emscripten_bind_StateRecorderImpl_IsLastPart_0=b.U1;saa=d._emscripten_bind_StateRecorderImpl___destroy___0=b.V1;taa=d._emscripten_bind_BodyLockInterfaceNoLock_TryGetBody_1=b.W1;uaa=d._emscripten_bind_BodyLockInterfaceNoLock___destroy___0=b.X1;vaa=d._emscripten_bind_BodyLockInterfaceLocking_TryGetBody_1=
|
|
b.Y1;waa=d._emscripten_bind_BodyLockInterfaceLocking___destroy___0=b.Z1;xaa=d._emscripten_bind_PhysicsSettings_PhysicsSettings_0=b._1;yaa=d._emscripten_bind_PhysicsSettings_get_mMaxInFlightBodyPairs_0=b.$1;zaa=d._emscripten_bind_PhysicsSettings_set_mMaxInFlightBodyPairs_1=b.a2;Aaa=d._emscripten_bind_PhysicsSettings_get_mStepListenersBatchSize_0=b.b2;Baa=d._emscripten_bind_PhysicsSettings_set_mStepListenersBatchSize_1=b.c2;Caa=d._emscripten_bind_PhysicsSettings_get_mStepListenerBatchesPerJob_0=b.d2;
|
|
Daa=d._emscripten_bind_PhysicsSettings_set_mStepListenerBatchesPerJob_1=b.e2;Eaa=d._emscripten_bind_PhysicsSettings_get_mBaumgarte_0=b.f2;Faa=d._emscripten_bind_PhysicsSettings_set_mBaumgarte_1=b.g2;Gaa=d._emscripten_bind_PhysicsSettings_get_mSpeculativeContactDistance_0=b.h2;Haa=d._emscripten_bind_PhysicsSettings_set_mSpeculativeContactDistance_1=b.i2;Iaa=d._emscripten_bind_PhysicsSettings_get_mPenetrationSlop_0=b.j2;Jaa=d._emscripten_bind_PhysicsSettings_set_mPenetrationSlop_1=b.k2;Kaa=d._emscripten_bind_PhysicsSettings_get_mLinearCastThreshold_0=
|
|
b.l2;Laa=d._emscripten_bind_PhysicsSettings_set_mLinearCastThreshold_1=b.m2;Maa=d._emscripten_bind_PhysicsSettings_get_mLinearCastMaxPenetration_0=b.n2;Naa=d._emscripten_bind_PhysicsSettings_set_mLinearCastMaxPenetration_1=b.o2;Oaa=d._emscripten_bind_PhysicsSettings_get_mManifoldTolerance_0=b.p2;Paa=d._emscripten_bind_PhysicsSettings_set_mManifoldTolerance_1=b.q2;Qaa=d._emscripten_bind_PhysicsSettings_get_mMaxPenetrationDistance_0=b.r2;Raa=d._emscripten_bind_PhysicsSettings_set_mMaxPenetrationDistance_1=
|
|
b.s2;Saa=d._emscripten_bind_PhysicsSettings_get_mBodyPairCacheMaxDeltaPositionSq_0=b.t2;Taa=d._emscripten_bind_PhysicsSettings_set_mBodyPairCacheMaxDeltaPositionSq_1=b.u2;Uaa=d._emscripten_bind_PhysicsSettings_get_mBodyPairCacheCosMaxDeltaRotationDiv2_0=b.v2;Vaa=d._emscripten_bind_PhysicsSettings_set_mBodyPairCacheCosMaxDeltaRotationDiv2_1=b.w2;Waa=d._emscripten_bind_PhysicsSettings_get_mContactNormalCosMaxDeltaRotation_0=b.x2;Xaa=d._emscripten_bind_PhysicsSettings_set_mContactNormalCosMaxDeltaRotation_1=
|
|
b.y2;Yaa=d._emscripten_bind_PhysicsSettings_get_mContactPointPreserveLambdaMaxDistSq_0=b.z2;Zaa=d._emscripten_bind_PhysicsSettings_set_mContactPointPreserveLambdaMaxDistSq_1=b.A2;$aa=d._emscripten_bind_PhysicsSettings_get_mNumVelocitySteps_0=b.B2;aba=d._emscripten_bind_PhysicsSettings_set_mNumVelocitySteps_1=b.C2;bba=d._emscripten_bind_PhysicsSettings_get_mNumPositionSteps_0=b.D2;cba=d._emscripten_bind_PhysicsSettings_set_mNumPositionSteps_1=b.E2;dba=d._emscripten_bind_PhysicsSettings_get_mMinVelocityForRestitution_0=
|
|
b.F2;eba=d._emscripten_bind_PhysicsSettings_set_mMinVelocityForRestitution_1=b.G2;fba=d._emscripten_bind_PhysicsSettings_get_mTimeBeforeSleep_0=b.H2;gba=d._emscripten_bind_PhysicsSettings_set_mTimeBeforeSleep_1=b.I2;hba=d._emscripten_bind_PhysicsSettings_get_mPointVelocitySleepThreshold_0=b.J2;iba=d._emscripten_bind_PhysicsSettings_set_mPointVelocitySleepThreshold_1=b.K2;jba=d._emscripten_bind_PhysicsSettings_get_mDeterministicSimulation_0=b.L2;kba=d._emscripten_bind_PhysicsSettings_set_mDeterministicSimulation_1=
|
|
b.M2;lba=d._emscripten_bind_PhysicsSettings_get_mConstraintWarmStart_0=b.N2;mba=d._emscripten_bind_PhysicsSettings_set_mConstraintWarmStart_1=b.O2;nba=d._emscripten_bind_PhysicsSettings_get_mUseBodyPairContactCache_0=b.P2;oba=d._emscripten_bind_PhysicsSettings_set_mUseBodyPairContactCache_1=b.Q2;pba=d._emscripten_bind_PhysicsSettings_get_mUseManifoldReduction_0=b.R2;qba=d._emscripten_bind_PhysicsSettings_set_mUseManifoldReduction_1=b.S2;rba=d._emscripten_bind_PhysicsSettings_get_mUseLargeIslandSplitter_0=
|
|
b.T2;sba=d._emscripten_bind_PhysicsSettings_set_mUseLargeIslandSplitter_1=b.U2;tba=d._emscripten_bind_PhysicsSettings_get_mAllowSleeping_0=b.V2;uba=d._emscripten_bind_PhysicsSettings_set_mAllowSleeping_1=b.W2;vba=d._emscripten_bind_PhysicsSettings_get_mCheckActiveEdges_0=b.X2;wba=d._emscripten_bind_PhysicsSettings_set_mCheckActiveEdges_1=b.Y2;xba=d._emscripten_bind_PhysicsSettings___destroy___0=b.Z2;yba=d._emscripten_bind_CollideShapeResultFace_empty_0=b._2;zba=d._emscripten_bind_CollideShapeResultFace_size_0=
|
|
b.$2;Aba=d._emscripten_bind_CollideShapeResultFace_at_1=b.a3;Bba=d._emscripten_bind_CollideShapeResultFace_push_back_1=b.b3;Cba=d._emscripten_bind_CollideShapeResultFace_resize_1=b.c3;Dba=d._emscripten_bind_CollideShapeResultFace_clear_0=b.d3;Eba=d._emscripten_bind_CollideShapeResultFace___destroy___0=b.e3;Fba=d._emscripten_bind_ContactPoints_empty_0=b.f3;Gba=d._emscripten_bind_ContactPoints_size_0=b.g3;Hba=d._emscripten_bind_ContactPoints_at_1=b.h3;Iba=d._emscripten_bind_ContactPoints_push_back_1=
|
|
b.i3;Jba=d._emscripten_bind_ContactPoints_resize_1=b.j3;Kba=d._emscripten_bind_ContactPoints_clear_0=b.k3;Lba=d._emscripten_bind_ContactPoints___destroy___0=b.l3;Mba=d._emscripten_bind_ContactManifold_ContactManifold_0=b.m3;Nba=d._emscripten_bind_ContactManifold_SwapShapes_0=b.n3;Oba=d._emscripten_bind_ContactManifold_GetWorldSpaceContactPointOn1_1=b.o3;Pba=d._emscripten_bind_ContactManifold_GetWorldSpaceContactPointOn2_1=b.p3;Qba=d._emscripten_bind_ContactManifold_get_mBaseOffset_0=b.q3;Rba=d._emscripten_bind_ContactManifold_set_mBaseOffset_1=
|
|
b.r3;Sba=d._emscripten_bind_ContactManifold_get_mWorldSpaceNormal_0=b.s3;Tba=d._emscripten_bind_ContactManifold_set_mWorldSpaceNormal_1=b.t3;Uba=d._emscripten_bind_ContactManifold_get_mPenetrationDepth_0=b.u3;Vba=d._emscripten_bind_ContactManifold_set_mPenetrationDepth_1=b.v3;Wba=d._emscripten_bind_ContactManifold_get_mSubShapeID1_0=b.w3;Xba=d._emscripten_bind_ContactManifold_set_mSubShapeID1_1=b.x3;Yba=d._emscripten_bind_ContactManifold_get_mSubShapeID2_0=b.y3;Zba=d._emscripten_bind_ContactManifold_set_mSubShapeID2_1=
|
|
b.z3;$ba=d._emscripten_bind_ContactManifold_get_mRelativeContactPointsOn1_0=b.A3;aca=d._emscripten_bind_ContactManifold_set_mRelativeContactPointsOn1_1=b.B3;bca=d._emscripten_bind_ContactManifold_get_mRelativeContactPointsOn2_0=b.C3;cca=d._emscripten_bind_ContactManifold_set_mRelativeContactPointsOn2_1=b.D3;dca=d._emscripten_bind_ContactManifold___destroy___0=b.E3;eca=d._emscripten_bind_ContactSettings_ContactSettings_0=b.F3;fca=d._emscripten_bind_ContactSettings_get_mCombinedFriction_0=b.G3;gca=
|
|
d._emscripten_bind_ContactSettings_set_mCombinedFriction_1=b.H3;hca=d._emscripten_bind_ContactSettings_get_mCombinedRestitution_0=b.I3;ica=d._emscripten_bind_ContactSettings_set_mCombinedRestitution_1=b.J3;jca=d._emscripten_bind_ContactSettings_get_mInvMassScale1_0=b.K3;kca=d._emscripten_bind_ContactSettings_set_mInvMassScale1_1=b.L3;lca=d._emscripten_bind_ContactSettings_get_mInvInertiaScale1_0=b.M3;mca=d._emscripten_bind_ContactSettings_set_mInvInertiaScale1_1=b.N3;nca=d._emscripten_bind_ContactSettings_get_mInvMassScale2_0=
|
|
b.O3;oca=d._emscripten_bind_ContactSettings_set_mInvMassScale2_1=b.P3;pca=d._emscripten_bind_ContactSettings_get_mInvInertiaScale2_0=b.Q3;qca=d._emscripten_bind_ContactSettings_set_mInvInertiaScale2_1=b.R3;rca=d._emscripten_bind_ContactSettings_get_mIsSensor_0=b.S3;sca=d._emscripten_bind_ContactSettings_set_mIsSensor_1=b.T3;tca=d._emscripten_bind_ContactSettings_get_mRelativeLinearSurfaceVelocity_0=b.U3;uca=d._emscripten_bind_ContactSettings_set_mRelativeLinearSurfaceVelocity_1=b.V3;vca=d._emscripten_bind_ContactSettings_get_mRelativeAngularSurfaceVelocity_0=
|
|
b.W3;wca=d._emscripten_bind_ContactSettings_set_mRelativeAngularSurfaceVelocity_1=b.X3;xca=d._emscripten_bind_ContactSettings___destroy___0=b.Y3;yca=d._emscripten_bind_SubShapeIDPair_SubShapeIDPair_0=b.Z3;zca=d._emscripten_bind_SubShapeIDPair_GetBody1ID_0=b._3;Aca=d._emscripten_bind_SubShapeIDPair_GetSubShapeID1_0=b.$3;Bca=d._emscripten_bind_SubShapeIDPair_GetBody2ID_0=b.a4;Cca=d._emscripten_bind_SubShapeIDPair_GetSubShapeID2_0=b.b4;Dca=d._emscripten_bind_SubShapeIDPair___destroy___0=b.c4;Eca=d._emscripten_bind_ContactListenerJS_ContactListenerJS_0=
|
|
b.d4;Fca=d._emscripten_bind_ContactListenerJS_OnContactValidate_4=b.e4;Gca=d._emscripten_bind_ContactListenerJS_OnContactAdded_4=b.f4;Hca=d._emscripten_bind_ContactListenerJS_OnContactPersisted_4=b.g4;Ica=d._emscripten_bind_ContactListenerJS_OnContactRemoved_1=b.h4;Jca=d._emscripten_bind_ContactListenerJS___destroy___0=b.i4;Kca=d._emscripten_bind_SoftBodyManifold_GetVertices_0=b.j4;Lca=d._emscripten_bind_SoftBodyManifold_HasContact_1=b.k4;Mca=d._emscripten_bind_SoftBodyManifold_GetLocalContactPoint_1=
|
|
b.l4;Nca=d._emscripten_bind_SoftBodyManifold_GetContactNormal_1=b.m4;Oca=d._emscripten_bind_SoftBodyManifold_GetContactBodyID_1=b.n4;Pca=d._emscripten_bind_SoftBodyManifold_GetNumSensorContacts_0=b.o4;Qca=d._emscripten_bind_SoftBodyManifold_GetSensorContactBodyID_1=b.p4;Rca=d._emscripten_bind_SoftBodyManifold___destroy___0=b.q4;Sca=d._emscripten_bind_SoftBodyContactSettings_get_mInvMassScale1_0=b.r4;Tca=d._emscripten_bind_SoftBodyContactSettings_set_mInvMassScale1_1=b.s4;Uca=d._emscripten_bind_SoftBodyContactSettings_get_mInvMassScale2_0=
|
|
b.t4;Vca=d._emscripten_bind_SoftBodyContactSettings_set_mInvMassScale2_1=b.u4;Wca=d._emscripten_bind_SoftBodyContactSettings_get_mInvInertiaScale2_0=b.v4;Xca=d._emscripten_bind_SoftBodyContactSettings_set_mInvInertiaScale2_1=b.w4;Yca=d._emscripten_bind_SoftBodyContactSettings_get_mIsSensor_0=b.x4;Zca=d._emscripten_bind_SoftBodyContactSettings_set_mIsSensor_1=b.y4;$ca=d._emscripten_bind_SoftBodyContactSettings___destroy___0=b.z4;ada=d._emscripten_bind_SoftBodyContactListenerJS_SoftBodyContactListenerJS_0=
|
|
b.A4;bda=d._emscripten_bind_SoftBodyContactListenerJS_OnSoftBodyContactValidate_3=b.B4;cda=d._emscripten_bind_SoftBodyContactListenerJS_OnSoftBodyContactAdded_2=b.C4;dda=d._emscripten_bind_SoftBodyContactListenerJS___destroy___0=b.D4;eda=d._emscripten_bind_RayCastBodyCollectorJS_RayCastBodyCollectorJS_0=b.E4;fda=d._emscripten_bind_RayCastBodyCollectorJS_Reset_0=b.F4;gda=d._emscripten_bind_RayCastBodyCollectorJS_AddHit_1=b.G4;hda=d._emscripten_bind_RayCastBodyCollectorJS___destroy___0=b.H4;ida=d._emscripten_bind_CollideShapeBodyCollectorJS_CollideShapeBodyCollectorJS_0=
|
|
b.I4;jda=d._emscripten_bind_CollideShapeBodyCollectorJS_Reset_0=b.J4;kda=d._emscripten_bind_CollideShapeBodyCollectorJS_AddHit_1=b.K4;lda=d._emscripten_bind_CollideShapeBodyCollectorJS___destroy___0=b.L4;mda=d._emscripten_bind_CastShapeBodyCollectorJS_CastShapeBodyCollectorJS_0=b.M4;nda=d._emscripten_bind_CastShapeBodyCollectorJS_Reset_0=b.N4;oda=d._emscripten_bind_CastShapeBodyCollectorJS_AddHit_1=b.O4;pda=d._emscripten_bind_CastShapeBodyCollectorJS___destroy___0=b.P4;qda=d._emscripten_bind_BroadPhaseQuery_CastRay_4=
|
|
b.Q4;rda=d._emscripten_bind_BroadPhaseQuery_CollideAABox_4=b.R4;sda=d._emscripten_bind_BroadPhaseQuery_CollideSphere_5=b.S4;tda=d._emscripten_bind_BroadPhaseQuery_CollidePoint_4=b.T4;uda=d._emscripten_bind_BroadPhaseQuery_CollideOrientedBox_4=b.U4;vda=d._emscripten_bind_BroadPhaseQuery_CastAABox_4=b.V4;wda=d._emscripten_bind_BroadPhaseQuery_GetBounds_0=b.W4;xda=d._emscripten_bind_BroadPhaseQuery___destroy___0=b.X4;yda=d._emscripten_bind_RayCastSettings_RayCastSettings_0=b.Y4;zda=d._emscripten_bind_RayCastSettings_SetBackFaceMode_1=
|
|
b.Z4;Ada=d._emscripten_bind_RayCastSettings_get_mBackFaceModeTriangles_0=b._4;Bda=d._emscripten_bind_RayCastSettings_set_mBackFaceModeTriangles_1=b.$4;Cda=d._emscripten_bind_RayCastSettings_get_mBackFaceModeConvex_0=b.a5;Dda=d._emscripten_bind_RayCastSettings_set_mBackFaceModeConvex_1=b.b5;Eda=d._emscripten_bind_RayCastSettings_get_mTreatConvexAsSolid_0=b.c5;Fda=d._emscripten_bind_RayCastSettings_set_mTreatConvexAsSolid_1=b.d5;Gda=d._emscripten_bind_RayCastSettings___destroy___0=b.e5;Hda=d._emscripten_bind_CastRayCollectorJS_CastRayCollectorJS_0=
|
|
b.f5;Ida=d._emscripten_bind_CastRayCollectorJS_Reset_0=b.g5;Jda=d._emscripten_bind_CastRayCollectorJS_OnBody_1=b.h5;Kda=d._emscripten_bind_CastRayCollectorJS_AddHit_1=b.i5;Lda=d._emscripten_bind_CastRayCollectorJS___destroy___0=b.j5;Mda=d._emscripten_bind_ArrayRayCastResult_ArrayRayCastResult_0=b.k5;Nda=d._emscripten_bind_ArrayRayCastResult_empty_0=b.l5;Oda=d._emscripten_bind_ArrayRayCastResult_size_0=b.m5;Pda=d._emscripten_bind_ArrayRayCastResult_at_1=b.n5;Qda=d._emscripten_bind_ArrayRayCastResult_push_back_1=
|
|
b.o5;Rda=d._emscripten_bind_ArrayRayCastResult_reserve_1=b.p5;Sda=d._emscripten_bind_ArrayRayCastResult_resize_1=b.q5;Tda=d._emscripten_bind_ArrayRayCastResult_clear_0=b.r5;Uda=d._emscripten_bind_ArrayRayCastResult___destroy___0=b.s5;Vda=d._emscripten_bind_CastRayAllHitCollisionCollector_CastRayAllHitCollisionCollector_0=b.t5;Wda=d._emscripten_bind_CastRayAllHitCollisionCollector_Sort_0=b.u5;Xda=d._emscripten_bind_CastRayAllHitCollisionCollector_HadHit_0=b.v5;Yda=d._emscripten_bind_CastRayAllHitCollisionCollector_Reset_0=
|
|
b.w5;Zda=d._emscripten_bind_CastRayAllHitCollisionCollector_SetContext_1=b.x5;$da=d._emscripten_bind_CastRayAllHitCollisionCollector_GetContext_0=b.y5;aea=d._emscripten_bind_CastRayAllHitCollisionCollector_UpdateEarlyOutFraction_1=b.z5;bea=d._emscripten_bind_CastRayAllHitCollisionCollector_ResetEarlyOutFraction_0=b.A5;cea=d._emscripten_bind_CastRayAllHitCollisionCollector_ResetEarlyOutFraction_1=b.B5;dea=d._emscripten_bind_CastRayAllHitCollisionCollector_ForceEarlyOut_0=b.C5;eea=d._emscripten_bind_CastRayAllHitCollisionCollector_ShouldEarlyOut_0=
|
|
b.D5;fea=d._emscripten_bind_CastRayAllHitCollisionCollector_GetEarlyOutFraction_0=b.E5;gea=d._emscripten_bind_CastRayAllHitCollisionCollector_GetPositiveEarlyOutFraction_0=b.F5;hea=d._emscripten_bind_CastRayAllHitCollisionCollector_get_mHits_0=b.G5;iea=d._emscripten_bind_CastRayAllHitCollisionCollector_set_mHits_1=b.H5;jea=d._emscripten_bind_CastRayAllHitCollisionCollector___destroy___0=b.I5;kea=d._emscripten_bind_CastRayClosestHitCollisionCollector_CastRayClosestHitCollisionCollector_0=b.J5;lea=
|
|
d._emscripten_bind_CastRayClosestHitCollisionCollector_HadHit_0=b.K5;mea=d._emscripten_bind_CastRayClosestHitCollisionCollector_Reset_0=b.L5;nea=d._emscripten_bind_CastRayClosestHitCollisionCollector_SetContext_1=b.M5;oea=d._emscripten_bind_CastRayClosestHitCollisionCollector_GetContext_0=b.N5;pea=d._emscripten_bind_CastRayClosestHitCollisionCollector_UpdateEarlyOutFraction_1=b.O5;qea=d._emscripten_bind_CastRayClosestHitCollisionCollector_ResetEarlyOutFraction_0=b.P5;rea=d._emscripten_bind_CastRayClosestHitCollisionCollector_ResetEarlyOutFraction_1=
|
|
b.Q5;sea=d._emscripten_bind_CastRayClosestHitCollisionCollector_ForceEarlyOut_0=b.R5;tea=d._emscripten_bind_CastRayClosestHitCollisionCollector_ShouldEarlyOut_0=b.S5;uea=d._emscripten_bind_CastRayClosestHitCollisionCollector_GetEarlyOutFraction_0=b.T5;vea=d._emscripten_bind_CastRayClosestHitCollisionCollector_GetPositiveEarlyOutFraction_0=b.U5;wea=d._emscripten_bind_CastRayClosestHitCollisionCollector_get_mHit_0=b.V5;xea=d._emscripten_bind_CastRayClosestHitCollisionCollector_set_mHit_1=b.W5;yea=d._emscripten_bind_CastRayClosestHitCollisionCollector___destroy___0=
|
|
b.X5;zea=d._emscripten_bind_CastRayAnyHitCollisionCollector_CastRayAnyHitCollisionCollector_0=b.Y5;Aea=d._emscripten_bind_CastRayAnyHitCollisionCollector_HadHit_0=b.Z5;Bea=d._emscripten_bind_CastRayAnyHitCollisionCollector_Reset_0=b._5;Cea=d._emscripten_bind_CastRayAnyHitCollisionCollector_SetContext_1=b.$5;Dea=d._emscripten_bind_CastRayAnyHitCollisionCollector_GetContext_0=b.a6;Eea=d._emscripten_bind_CastRayAnyHitCollisionCollector_UpdateEarlyOutFraction_1=b.b6;Fea=d._emscripten_bind_CastRayAnyHitCollisionCollector_ResetEarlyOutFraction_0=
|
|
b.c6;Gea=d._emscripten_bind_CastRayAnyHitCollisionCollector_ResetEarlyOutFraction_1=b.d6;Hea=d._emscripten_bind_CastRayAnyHitCollisionCollector_ForceEarlyOut_0=b.e6;Iea=d._emscripten_bind_CastRayAnyHitCollisionCollector_ShouldEarlyOut_0=b.f6;Jea=d._emscripten_bind_CastRayAnyHitCollisionCollector_GetEarlyOutFraction_0=b.g6;Kea=d._emscripten_bind_CastRayAnyHitCollisionCollector_GetPositiveEarlyOutFraction_0=b.h6;Lea=d._emscripten_bind_CastRayAnyHitCollisionCollector_get_mHit_0=b.i6;Mea=d._emscripten_bind_CastRayAnyHitCollisionCollector_set_mHit_1=
|
|
b.j6;Nea=d._emscripten_bind_CastRayAnyHitCollisionCollector___destroy___0=b.k6;Oea=d._emscripten_bind_CollidePointResult_CollidePointResult_0=b.l6;Pea=d._emscripten_bind_CollidePointResult_get_mBodyID_0=b.m6;Qea=d._emscripten_bind_CollidePointResult_set_mBodyID_1=b.n6;Rea=d._emscripten_bind_CollidePointResult_get_mSubShapeID2_0=b.o6;Sea=d._emscripten_bind_CollidePointResult_set_mSubShapeID2_1=b.p6;Tea=d._emscripten_bind_CollidePointResult___destroy___0=b.q6;Uea=d._emscripten_bind_CollidePointCollectorJS_CollidePointCollectorJS_0=
|
|
b.r6;Vea=d._emscripten_bind_CollidePointCollectorJS_Reset_0=b.s6;Wea=d._emscripten_bind_CollidePointCollectorJS_OnBody_1=b.t6;Xea=d._emscripten_bind_CollidePointCollectorJS_AddHit_1=b.u6;Yea=d._emscripten_bind_CollidePointCollectorJS___destroy___0=b.v6;Zea=d._emscripten_bind_ArrayCollidePointResult_ArrayCollidePointResult_0=b.w6;$ea=d._emscripten_bind_ArrayCollidePointResult_empty_0=b.x6;afa=d._emscripten_bind_ArrayCollidePointResult_size_0=b.y6;bfa=d._emscripten_bind_ArrayCollidePointResult_at_1=
|
|
b.z6;cfa=d._emscripten_bind_ArrayCollidePointResult_push_back_1=b.A6;dfa=d._emscripten_bind_ArrayCollidePointResult_reserve_1=b.B6;efa=d._emscripten_bind_ArrayCollidePointResult_resize_1=b.C6;ffa=d._emscripten_bind_ArrayCollidePointResult_clear_0=b.D6;gfa=d._emscripten_bind_ArrayCollidePointResult___destroy___0=b.E6;hfa=d._emscripten_bind_CollidePointAllHitCollisionCollector_CollidePointAllHitCollisionCollector_0=b.F6;ifa=d._emscripten_bind_CollidePointAllHitCollisionCollector_Sort_0=b.G6;jfa=d._emscripten_bind_CollidePointAllHitCollisionCollector_HadHit_0=
|
|
b.H6;kfa=d._emscripten_bind_CollidePointAllHitCollisionCollector_Reset_0=b.I6;lfa=d._emscripten_bind_CollidePointAllHitCollisionCollector_SetContext_1=b.J6;mfa=d._emscripten_bind_CollidePointAllHitCollisionCollector_GetContext_0=b.K6;nfa=d._emscripten_bind_CollidePointAllHitCollisionCollector_UpdateEarlyOutFraction_1=b.L6;ofa=d._emscripten_bind_CollidePointAllHitCollisionCollector_ResetEarlyOutFraction_0=b.M6;pfa=d._emscripten_bind_CollidePointAllHitCollisionCollector_ResetEarlyOutFraction_1=b.N6;
|
|
qfa=d._emscripten_bind_CollidePointAllHitCollisionCollector_ForceEarlyOut_0=b.O6;rfa=d._emscripten_bind_CollidePointAllHitCollisionCollector_ShouldEarlyOut_0=b.P6;sfa=d._emscripten_bind_CollidePointAllHitCollisionCollector_GetEarlyOutFraction_0=b.Q6;tfa=d._emscripten_bind_CollidePointAllHitCollisionCollector_GetPositiveEarlyOutFraction_0=b.R6;ufa=d._emscripten_bind_CollidePointAllHitCollisionCollector_get_mHits_0=b.S6;vfa=d._emscripten_bind_CollidePointAllHitCollisionCollector_set_mHits_1=b.T6;wfa=
|
|
d._emscripten_bind_CollidePointAllHitCollisionCollector___destroy___0=b.U6;xfa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_CollidePointClosestHitCollisionCollector_0=b.V6;yfa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_HadHit_0=b.W6;zfa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_Reset_0=b.X6;Afa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_SetContext_1=b.Y6;Bfa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_GetContext_0=
|
|
b.Z6;Cfa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_UpdateEarlyOutFraction_1=b._6;Dfa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_ResetEarlyOutFraction_0=b.$6;Efa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_ResetEarlyOutFraction_1=b.a7;Ffa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_ForceEarlyOut_0=b.b7;Gfa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_ShouldEarlyOut_0=b.c7;Hfa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_GetEarlyOutFraction_0=
|
|
b.d7;Ifa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_GetPositiveEarlyOutFraction_0=b.e7;Jfa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_get_mHit_0=b.f7;Kfa=d._emscripten_bind_CollidePointClosestHitCollisionCollector_set_mHit_1=b.g7;Lfa=d._emscripten_bind_CollidePointClosestHitCollisionCollector___destroy___0=b.h7;Mfa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_CollidePointAnyHitCollisionCollector_0=b.i7;Nfa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_HadHit_0=
|
|
b.j7;Ofa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_Reset_0=b.k7;Pfa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_SetContext_1=b.l7;Qfa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_GetContext_0=b.m7;Rfa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_UpdateEarlyOutFraction_1=b.n7;Sfa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_ResetEarlyOutFraction_0=b.o7;Tfa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_ResetEarlyOutFraction_1=b.p7;
|
|
Ufa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_ForceEarlyOut_0=b.q7;Vfa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_ShouldEarlyOut_0=b.r7;Wfa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_GetEarlyOutFraction_0=b.s7;Xfa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_GetPositiveEarlyOutFraction_0=b.t7;Yfa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_get_mHit_0=b.u7;Zfa=d._emscripten_bind_CollidePointAnyHitCollisionCollector_set_mHit_1=b.v7;$fa=
|
|
d._emscripten_bind_CollidePointAnyHitCollisionCollector___destroy___0=b.w7;aga=d._emscripten_bind_CollideShapeSettings_CollideShapeSettings_0=b.x7;bga=d._emscripten_bind_CollideShapeSettings_get_mMaxSeparationDistance_0=b.y7;cga=d._emscripten_bind_CollideShapeSettings_set_mMaxSeparationDistance_1=b.z7;dga=d._emscripten_bind_CollideShapeSettings_get_mBackFaceMode_0=b.A7;ega=d._emscripten_bind_CollideShapeSettings_set_mBackFaceMode_1=b.B7;fga=d._emscripten_bind_CollideShapeSettings_get_mActiveEdgeMode_0=
|
|
b.C7;gga=d._emscripten_bind_CollideShapeSettings_set_mActiveEdgeMode_1=b.D7;hga=d._emscripten_bind_CollideShapeSettings_get_mCollectFacesMode_0=b.E7;iga=d._emscripten_bind_CollideShapeSettings_set_mCollectFacesMode_1=b.F7;jga=d._emscripten_bind_CollideShapeSettings_get_mCollisionTolerance_0=b.G7;kga=d._emscripten_bind_CollideShapeSettings_set_mCollisionTolerance_1=b.H7;lga=d._emscripten_bind_CollideShapeSettings_get_mPenetrationTolerance_0=b.I7;mga=d._emscripten_bind_CollideShapeSettings_set_mPenetrationTolerance_1=
|
|
b.J7;nga=d._emscripten_bind_CollideShapeSettings_get_mActiveEdgeMovementDirection_0=b.K7;oga=d._emscripten_bind_CollideShapeSettings_set_mActiveEdgeMovementDirection_1=b.L7;pga=d._emscripten_bind_CollideShapeSettings___destroy___0=b.M7;qga=d._emscripten_bind_CollideShapeCollectorJS_CollideShapeCollectorJS_0=b.N7;rga=d._emscripten_bind_CollideShapeCollectorJS_Reset_0=b.O7;sga=d._emscripten_bind_CollideShapeCollectorJS_OnBody_1=b.P7;tga=d._emscripten_bind_CollideShapeCollectorJS_AddHit_1=b.Q7;uga=d._emscripten_bind_CollideShapeCollectorJS___destroy___0=
|
|
b.R7;vga=d._emscripten_bind_ArrayCollideShapeResult_ArrayCollideShapeResult_0=b.S7;wga=d._emscripten_bind_ArrayCollideShapeResult_empty_0=b.T7;xga=d._emscripten_bind_ArrayCollideShapeResult_size_0=b.U7;yga=d._emscripten_bind_ArrayCollideShapeResult_at_1=b.V7;zga=d._emscripten_bind_ArrayCollideShapeResult_push_back_1=b.W7;Aga=d._emscripten_bind_ArrayCollideShapeResult_reserve_1=b.X7;Bga=d._emscripten_bind_ArrayCollideShapeResult_resize_1=b.Y7;Cga=d._emscripten_bind_ArrayCollideShapeResult_clear_0=
|
|
b.Z7;Dga=d._emscripten_bind_ArrayCollideShapeResult___destroy___0=b._7;Ega=d._emscripten_bind_CollideShapeAllHitCollisionCollector_CollideShapeAllHitCollisionCollector_0=b.$7;Fga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_Sort_0=b.a8;Gga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_HadHit_0=b.b8;Hga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_Reset_0=b.c8;Iga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_SetContext_1=b.d8;Jga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_GetContext_0=
|
|
b.e8;Kga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_UpdateEarlyOutFraction_1=b.f8;Lga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_ResetEarlyOutFraction_0=b.g8;Mga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_ResetEarlyOutFraction_1=b.h8;Nga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_ForceEarlyOut_0=b.i8;Oga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_ShouldEarlyOut_0=b.j8;Pga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_GetEarlyOutFraction_0=
|
|
b.k8;Qga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_GetPositiveEarlyOutFraction_0=b.l8;Rga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_get_mHits_0=b.m8;Sga=d._emscripten_bind_CollideShapeAllHitCollisionCollector_set_mHits_1=b.n8;Tga=d._emscripten_bind_CollideShapeAllHitCollisionCollector___destroy___0=b.o8;Uga=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_CollideShapeClosestHitCollisionCollector_0=b.p8;Vga=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_HadHit_0=
|
|
b.q8;Wga=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_Reset_0=b.r8;Xga=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_SetContext_1=b.s8;Yga=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_GetContext_0=b.t8;Zga=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_UpdateEarlyOutFraction_1=b.u8;$ga=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_ResetEarlyOutFraction_0=b.v8;aha=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_ResetEarlyOutFraction_1=
|
|
b.w8;bha=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_ForceEarlyOut_0=b.x8;cha=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_ShouldEarlyOut_0=b.y8;dha=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_GetEarlyOutFraction_0=b.z8;eha=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_GetPositiveEarlyOutFraction_0=b.A8;fha=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_get_mHit_0=b.B8;gha=d._emscripten_bind_CollideShapeClosestHitCollisionCollector_set_mHit_1=
|
|
b.C8;hha=d._emscripten_bind_CollideShapeClosestHitCollisionCollector___destroy___0=b.D8;iha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_CollideShapeAnyHitCollisionCollector_0=b.E8;jha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_HadHit_0=b.F8;kha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_Reset_0=b.G8;lha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_SetContext_1=b.H8;mha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_GetContext_0=b.I8;nha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_UpdateEarlyOutFraction_1=
|
|
b.J8;oha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_ResetEarlyOutFraction_0=b.K8;pha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_ResetEarlyOutFraction_1=b.L8;qha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_ForceEarlyOut_0=b.M8;rha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_ShouldEarlyOut_0=b.N8;sha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_GetEarlyOutFraction_0=b.O8;tha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_GetPositiveEarlyOutFraction_0=
|
|
b.P8;uha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_get_mHit_0=b.Q8;vha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector_set_mHit_1=b.R8;wha=d._emscripten_bind_CollideShapeAnyHitCollisionCollector___destroy___0=b.S8;xha=d._emscripten_bind_ShapeCastSettings_ShapeCastSettings_0=b.T8;yha=d._emscripten_bind_ShapeCastSettings_get_mBackFaceModeTriangles_0=b.U8;zha=d._emscripten_bind_ShapeCastSettings_set_mBackFaceModeTriangles_1=b.V8;Aha=d._emscripten_bind_ShapeCastSettings_get_mBackFaceModeConvex_0=
|
|
b.W8;Bha=d._emscripten_bind_ShapeCastSettings_set_mBackFaceModeConvex_1=b.X8;Cha=d._emscripten_bind_ShapeCastSettings_get_mUseShrunkenShapeAndConvexRadius_0=b.Y8;Dha=d._emscripten_bind_ShapeCastSettings_set_mUseShrunkenShapeAndConvexRadius_1=b.Z8;Eha=d._emscripten_bind_ShapeCastSettings_get_mReturnDeepestPoint_0=b._8;Fha=d._emscripten_bind_ShapeCastSettings_set_mReturnDeepestPoint_1=b.$8;Gha=d._emscripten_bind_ShapeCastSettings_get_mActiveEdgeMode_0=b.a9;Hha=d._emscripten_bind_ShapeCastSettings_set_mActiveEdgeMode_1=
|
|
b.b9;Iha=d._emscripten_bind_ShapeCastSettings_get_mCollectFacesMode_0=b.c9;Jha=d._emscripten_bind_ShapeCastSettings_set_mCollectFacesMode_1=b.d9;Kha=d._emscripten_bind_ShapeCastSettings_get_mCollisionTolerance_0=b.e9;Lha=d._emscripten_bind_ShapeCastSettings_set_mCollisionTolerance_1=b.f9;Mha=d._emscripten_bind_ShapeCastSettings_get_mPenetrationTolerance_0=b.g9;Nha=d._emscripten_bind_ShapeCastSettings_set_mPenetrationTolerance_1=b.h9;Oha=d._emscripten_bind_ShapeCastSettings_get_mActiveEdgeMovementDirection_0=
|
|
b.i9;Pha=d._emscripten_bind_ShapeCastSettings_set_mActiveEdgeMovementDirection_1=b.j9;Qha=d._emscripten_bind_ShapeCastSettings___destroy___0=b.k9;Rha=d._emscripten_bind_ShapeCastResult_ShapeCastResult_0=b.l9;Sha=d._emscripten_bind_ShapeCastResult_get_mFraction_0=b.m9;Tha=d._emscripten_bind_ShapeCastResult_set_mFraction_1=b.n9;Uha=d._emscripten_bind_ShapeCastResult_get_mIsBackFaceHit_0=b.o9;Vha=d._emscripten_bind_ShapeCastResult_set_mIsBackFaceHit_1=b.p9;Wha=d._emscripten_bind_ShapeCastResult_get_mContactPointOn1_0=
|
|
b.q9;Xha=d._emscripten_bind_ShapeCastResult_set_mContactPointOn1_1=b.r9;Yha=d._emscripten_bind_ShapeCastResult_get_mContactPointOn2_0=b.s9;Zha=d._emscripten_bind_ShapeCastResult_set_mContactPointOn2_1=b.t9;$ha=d._emscripten_bind_ShapeCastResult_get_mPenetrationAxis_0=b.u9;aia=d._emscripten_bind_ShapeCastResult_set_mPenetrationAxis_1=b.v9;bia=d._emscripten_bind_ShapeCastResult_get_mPenetrationDepth_0=b.w9;cia=d._emscripten_bind_ShapeCastResult_set_mPenetrationDepth_1=b.x9;dia=d._emscripten_bind_ShapeCastResult_get_mSubShapeID1_0=
|
|
b.y9;eia=d._emscripten_bind_ShapeCastResult_set_mSubShapeID1_1=b.z9;fia=d._emscripten_bind_ShapeCastResult_get_mSubShapeID2_0=b.A9;gia=d._emscripten_bind_ShapeCastResult_set_mSubShapeID2_1=b.B9;hia=d._emscripten_bind_ShapeCastResult_get_mBodyID2_0=b.C9;iia=d._emscripten_bind_ShapeCastResult_set_mBodyID2_1=b.D9;jia=d._emscripten_bind_ShapeCastResult_get_mShape1Face_0=b.E9;kia=d._emscripten_bind_ShapeCastResult_set_mShape1Face_1=b.F9;lia=d._emscripten_bind_ShapeCastResult_get_mShape2Face_0=b.G9;mia=
|
|
d._emscripten_bind_ShapeCastResult_set_mShape2Face_1=b.H9;nia=d._emscripten_bind_ShapeCastResult___destroy___0=b.I9;oia=d._emscripten_bind_CastShapeCollectorJS_CastShapeCollectorJS_0=b.J9;pia=d._emscripten_bind_CastShapeCollectorJS_Reset_0=b.K9;qia=d._emscripten_bind_CastShapeCollectorJS_OnBody_1=b.L9;ria=d._emscripten_bind_CastShapeCollectorJS_AddHit_1=b.M9;sia=d._emscripten_bind_CastShapeCollectorJS___destroy___0=b.N9;tia=d._emscripten_bind_ArrayShapeCastResult_ArrayShapeCastResult_0=b.O9;uia=d._emscripten_bind_ArrayShapeCastResult_empty_0=
|
|
b.P9;via=d._emscripten_bind_ArrayShapeCastResult_size_0=b.Q9;wia=d._emscripten_bind_ArrayShapeCastResult_at_1=b.R9;xia=d._emscripten_bind_ArrayShapeCastResult_push_back_1=b.S9;yia=d._emscripten_bind_ArrayShapeCastResult_reserve_1=b.T9;zia=d._emscripten_bind_ArrayShapeCastResult_resize_1=b.U9;Aia=d._emscripten_bind_ArrayShapeCastResult_clear_0=b.V9;Bia=d._emscripten_bind_ArrayShapeCastResult___destroy___0=b.W9;Cia=d._emscripten_bind_CastShapeAllHitCollisionCollector_CastShapeAllHitCollisionCollector_0=
|
|
b.X9;Dia=d._emscripten_bind_CastShapeAllHitCollisionCollector_Sort_0=b.Y9;Eia=d._emscripten_bind_CastShapeAllHitCollisionCollector_HadHit_0=b.Z9;Fia=d._emscripten_bind_CastShapeAllHitCollisionCollector_Reset_0=b._9;Gia=d._emscripten_bind_CastShapeAllHitCollisionCollector_SetContext_1=b.$9;Hia=d._emscripten_bind_CastShapeAllHitCollisionCollector_GetContext_0=b.aaa;Iia=d._emscripten_bind_CastShapeAllHitCollisionCollector_UpdateEarlyOutFraction_1=b.baa;Jia=d._emscripten_bind_CastShapeAllHitCollisionCollector_ResetEarlyOutFraction_0=
|
|
b.caa;Kia=d._emscripten_bind_CastShapeAllHitCollisionCollector_ResetEarlyOutFraction_1=b.daa;Lia=d._emscripten_bind_CastShapeAllHitCollisionCollector_ForceEarlyOut_0=b.eaa;Mia=d._emscripten_bind_CastShapeAllHitCollisionCollector_ShouldEarlyOut_0=b.faa;Nia=d._emscripten_bind_CastShapeAllHitCollisionCollector_GetEarlyOutFraction_0=b.gaa;Oia=d._emscripten_bind_CastShapeAllHitCollisionCollector_GetPositiveEarlyOutFraction_0=b.haa;Pia=d._emscripten_bind_CastShapeAllHitCollisionCollector_get_mHits_0=b.iaa;
|
|
Qia=d._emscripten_bind_CastShapeAllHitCollisionCollector_set_mHits_1=b.jaa;Ria=d._emscripten_bind_CastShapeAllHitCollisionCollector___destroy___0=b.kaa;Sia=d._emscripten_bind_CastShapeClosestHitCollisionCollector_CastShapeClosestHitCollisionCollector_0=b.laa;Tia=d._emscripten_bind_CastShapeClosestHitCollisionCollector_HadHit_0=b.maa;Uia=d._emscripten_bind_CastShapeClosestHitCollisionCollector_Reset_0=b.naa;Via=d._emscripten_bind_CastShapeClosestHitCollisionCollector_SetContext_1=b.oaa;Wia=d._emscripten_bind_CastShapeClosestHitCollisionCollector_GetContext_0=
|
|
b.paa;Xia=d._emscripten_bind_CastShapeClosestHitCollisionCollector_UpdateEarlyOutFraction_1=b.qaa;Yia=d._emscripten_bind_CastShapeClosestHitCollisionCollector_ResetEarlyOutFraction_0=b.raa;Zia=d._emscripten_bind_CastShapeClosestHitCollisionCollector_ResetEarlyOutFraction_1=b.saa;$ia=d._emscripten_bind_CastShapeClosestHitCollisionCollector_ForceEarlyOut_0=b.taa;aja=d._emscripten_bind_CastShapeClosestHitCollisionCollector_ShouldEarlyOut_0=b.uaa;bja=d._emscripten_bind_CastShapeClosestHitCollisionCollector_GetEarlyOutFraction_0=
|
|
b.vaa;cja=d._emscripten_bind_CastShapeClosestHitCollisionCollector_GetPositiveEarlyOutFraction_0=b.waa;dja=d._emscripten_bind_CastShapeClosestHitCollisionCollector_get_mHit_0=b.xaa;eja=d._emscripten_bind_CastShapeClosestHitCollisionCollector_set_mHit_1=b.yaa;fja=d._emscripten_bind_CastShapeClosestHitCollisionCollector___destroy___0=b.zaa;gja=d._emscripten_bind_CastShapeAnyHitCollisionCollector_CastShapeAnyHitCollisionCollector_0=b.Aaa;hja=d._emscripten_bind_CastShapeAnyHitCollisionCollector_HadHit_0=
|
|
b.Baa;ija=d._emscripten_bind_CastShapeAnyHitCollisionCollector_Reset_0=b.Caa;jja=d._emscripten_bind_CastShapeAnyHitCollisionCollector_SetContext_1=b.Daa;kja=d._emscripten_bind_CastShapeAnyHitCollisionCollector_GetContext_0=b.Eaa;lja=d._emscripten_bind_CastShapeAnyHitCollisionCollector_UpdateEarlyOutFraction_1=b.Faa;mja=d._emscripten_bind_CastShapeAnyHitCollisionCollector_ResetEarlyOutFraction_0=b.Gaa;nja=d._emscripten_bind_CastShapeAnyHitCollisionCollector_ResetEarlyOutFraction_1=b.Haa;oja=d._emscripten_bind_CastShapeAnyHitCollisionCollector_ForceEarlyOut_0=
|
|
b.Iaa;pja=d._emscripten_bind_CastShapeAnyHitCollisionCollector_ShouldEarlyOut_0=b.Jaa;qja=d._emscripten_bind_CastShapeAnyHitCollisionCollector_GetEarlyOutFraction_0=b.Kaa;rja=d._emscripten_bind_CastShapeAnyHitCollisionCollector_GetPositiveEarlyOutFraction_0=b.Laa;sja=d._emscripten_bind_CastShapeAnyHitCollisionCollector_get_mHit_0=b.Maa;tja=d._emscripten_bind_CastShapeAnyHitCollisionCollector_set_mHit_1=b.Naa;uja=d._emscripten_bind_CastShapeAnyHitCollisionCollector___destroy___0=b.Oaa;vja=d._emscripten_bind_TransformedShapeCollectorJS_TransformedShapeCollectorJS_0=
|
|
b.Paa;wja=d._emscripten_bind_TransformedShapeCollectorJS_Reset_0=b.Qaa;xja=d._emscripten_bind_TransformedShapeCollectorJS_OnBody_1=b.Raa;yja=d._emscripten_bind_TransformedShapeCollectorJS_AddHit_1=b.Saa;zja=d._emscripten_bind_TransformedShapeCollectorJS___destroy___0=b.Taa;Aja=d._emscripten_bind_NarrowPhaseQuery_CastRay_7=b.Uaa;Bja=d._emscripten_bind_NarrowPhaseQuery_CollidePoint_6=b.Vaa;Cja=d._emscripten_bind_NarrowPhaseQuery_CollideShape_10=b.Waa;Dja=d._emscripten_bind_NarrowPhaseQuery_CollideShapeWithInternalEdgeRemoval_10=
|
|
b.Xaa;Eja=d._emscripten_bind_NarrowPhaseQuery_CastShape_8=b.Yaa;Fja=d._emscripten_bind_NarrowPhaseQuery_CollectTransformedShapes_6=b.Zaa;Gja=d._emscripten_bind_NarrowPhaseQuery___destroy___0=b._aa;Hja=d._emscripten_bind_PhysicsStepListenerContext_get_mDeltaTime_0=b.$aa;Ija=d._emscripten_bind_PhysicsStepListenerContext_set_mDeltaTime_1=b.aba;Jja=d._emscripten_bind_PhysicsStepListenerContext_get_mIsFirstStep_0=b.bba;Kja=d._emscripten_bind_PhysicsStepListenerContext_set_mIsFirstStep_1=b.cba;Lja=d._emscripten_bind_PhysicsStepListenerContext_get_mIsLastStep_0=
|
|
b.dba;Mja=d._emscripten_bind_PhysicsStepListenerContext_set_mIsLastStep_1=b.eba;Nja=d._emscripten_bind_PhysicsStepListenerContext_get_mPhysicsSystem_0=b.fba;Oja=d._emscripten_bind_PhysicsStepListenerContext_set_mPhysicsSystem_1=b.gba;Pja=d._emscripten_bind_PhysicsStepListenerContext___destroy___0=b.hba;Qja=d._emscripten_bind_PhysicsStepListenerJS_PhysicsStepListenerJS_0=b.iba;Rja=d._emscripten_bind_PhysicsStepListenerJS_OnStep_1=b.jba;Sja=d._emscripten_bind_PhysicsStepListenerJS___destroy___0=b.kba;
|
|
Tja=d._emscripten_bind_BodyActivationListenerJS_BodyActivationListenerJS_0=b.lba;Uja=d._emscripten_bind_BodyActivationListenerJS_OnBodyActivated_2=b.mba;Vja=d._emscripten_bind_BodyActivationListenerJS_OnBodyDeactivated_2=b.nba;Wja=d._emscripten_bind_BodyActivationListenerJS___destroy___0=b.oba;Xja=d._emscripten_bind_BodyIDVector_BodyIDVector_0=b.pba;Yja=d._emscripten_bind_BodyIDVector_empty_0=b.qba;Zja=d._emscripten_bind_BodyIDVector_size_0=b.rba;$ja=d._emscripten_bind_BodyIDVector_at_1=b.sba;aka=
|
|
d._emscripten_bind_BodyIDVector_push_back_1=b.tba;bka=d._emscripten_bind_BodyIDVector_reserve_1=b.uba;cka=d._emscripten_bind_BodyIDVector_resize_1=b.vba;dka=d._emscripten_bind_BodyIDVector_clear_0=b.wba;eka=d._emscripten_bind_BodyIDVector___destroy___0=b.xba;fka=d._emscripten_bind_PhysicsSystem_SetGravity_1=b.yba;gka=d._emscripten_bind_PhysicsSystem_GetGravity_0=b.zba;hka=d._emscripten_bind_PhysicsSystem_GetPhysicsSettings_0=b.Aba;ika=d._emscripten_bind_PhysicsSystem_SetPhysicsSettings_1=b.Bba;jka=
|
|
d._emscripten_bind_PhysicsSystem_GetNumBodies_0=b.Cba;kka=d._emscripten_bind_PhysicsSystem_GetNumActiveBodies_1=b.Dba;lka=d._emscripten_bind_PhysicsSystem_GetMaxBodies_0=b.Eba;mka=d._emscripten_bind_PhysicsSystem_GetBodies_1=b.Fba;nka=d._emscripten_bind_PhysicsSystem_GetActiveBodies_2=b.Gba;oka=d._emscripten_bind_PhysicsSystem_GetBounds_0=b.Hba;pka=d._emscripten_bind_PhysicsSystem_AddConstraint_1=b.Iba;qka=d._emscripten_bind_PhysicsSystem_RemoveConstraint_1=b.Jba;rka=d._emscripten_bind_PhysicsSystem_SetContactListener_1=
|
|
b.Kba;ska=d._emscripten_bind_PhysicsSystem_GetContactListener_0=b.Lba;tka=d._emscripten_bind_PhysicsSystem_SetSoftBodyContactListener_1=b.Mba;uka=d._emscripten_bind_PhysicsSystem_GetSoftBodyContactListener_0=b.Nba;vka=d._emscripten_bind_PhysicsSystem_OptimizeBroadPhase_0=b.Oba;wka=d._emscripten_bind_PhysicsSystem_GetBodyInterface_0=b.Pba;xka=d._emscripten_bind_PhysicsSystem_GetBodyInterfaceNoLock_0=b.Qba;yka=d._emscripten_bind_PhysicsSystem_GetBodyLockInterfaceNoLock_0=b.Rba;zka=d._emscripten_bind_PhysicsSystem_GetBodyLockInterface_0=
|
|
b.Sba;Aka=d._emscripten_bind_PhysicsSystem_GetBroadPhaseQuery_0=b.Tba;Bka=d._emscripten_bind_PhysicsSystem_GetNarrowPhaseQuery_0=b.Uba;Cka=d._emscripten_bind_PhysicsSystem_GetNarrowPhaseQueryNoLock_0=b.Vba;Dka=d._emscripten_bind_PhysicsSystem_SaveState_1=b.Wba;Eka=d._emscripten_bind_PhysicsSystem_SaveState_2=b.Xba;Fka=d._emscripten_bind_PhysicsSystem_SaveState_3=b.Yba;Gka=d._emscripten_bind_PhysicsSystem_RestoreState_1=b.Zba;Hka=d._emscripten_bind_PhysicsSystem_RestoreState_2=b._ba;Ika=d._emscripten_bind_PhysicsSystem_AddStepListener_1=
|
|
b.$ba;Jka=d._emscripten_bind_PhysicsSystem_RemoveStepListener_1=b.aca;Kka=d._emscripten_bind_PhysicsSystem_SetBodyActivationListener_1=b.bca;Lka=d._emscripten_bind_PhysicsSystem_GetBodyActivationListener_0=b.cca;Mka=d._emscripten_bind_PhysicsSystem_WereBodiesInContact_2=b.dca;Nka=d._emscripten_bind_PhysicsSystem_SetSimShapeFilter_1=b.eca;Oka=d._emscripten_bind_PhysicsSystem_GetSimShapeFilter_0=b.fca;Pka=d._emscripten_bind_PhysicsSystem___destroy___0=b.gca;Qka=d._emscripten_bind_MassProperties_MassProperties_0=
|
|
b.hca;Rka=d._emscripten_bind_MassProperties_SetMassAndInertiaOfSolidBox_2=b.ica;Ska=d._emscripten_bind_MassProperties_ScaleToMass_1=b.jca;Tka=d._emscripten_bind_MassProperties_sGetEquivalentSolidBoxSize_2=b.kca;Uka=d._emscripten_bind_MassProperties_Rotate_1=b.lca;Vka=d._emscripten_bind_MassProperties_Translate_1=b.mca;Wka=d._emscripten_bind_MassProperties_Scale_1=b.nca;Xka=d._emscripten_bind_MassProperties_get_mMass_0=b.oca;Yka=d._emscripten_bind_MassProperties_set_mMass_1=b.pca;Zka=d._emscripten_bind_MassProperties_get_mInertia_0=
|
|
b.qca;$ka=d._emscripten_bind_MassProperties_set_mInertia_1=b.rca;ala=d._emscripten_bind_MassProperties___destroy___0=b.sca;bla=d._emscripten_bind_SoftBodySharedSettingsVertex_SoftBodySharedSettingsVertex_0=b.tca;cla=d._emscripten_bind_SoftBodySharedSettingsVertex_get_mPosition_0=b.uca;dla=d._emscripten_bind_SoftBodySharedSettingsVertex_set_mPosition_1=b.vca;ela=d._emscripten_bind_SoftBodySharedSettingsVertex_get_mVelocity_0=b.wca;fla=d._emscripten_bind_SoftBodySharedSettingsVertex_set_mVelocity_1=
|
|
b.xca;gla=d._emscripten_bind_SoftBodySharedSettingsVertex_get_mInvMass_0=b.yca;hla=d._emscripten_bind_SoftBodySharedSettingsVertex_set_mInvMass_1=b.zca;ila=d._emscripten_bind_SoftBodySharedSettingsVertex___destroy___0=b.Aca;jla=d._emscripten_bind_SoftBodySharedSettingsFace_SoftBodySharedSettingsFace_4=b.Bca;kla=d._emscripten_bind_SoftBodySharedSettingsFace_get_mVertex_1=b.Cca;lla=d._emscripten_bind_SoftBodySharedSettingsFace_set_mVertex_2=b.Dca;mla=d._emscripten_bind_SoftBodySharedSettingsFace_get_mMaterialIndex_0=
|
|
b.Eca;nla=d._emscripten_bind_SoftBodySharedSettingsFace_set_mMaterialIndex_1=b.Fca;ola=d._emscripten_bind_SoftBodySharedSettingsFace___destroy___0=b.Gca;pla=d._emscripten_bind_SoftBodySharedSettingsEdge_SoftBodySharedSettingsEdge_3=b.Hca;qla=d._emscripten_bind_SoftBodySharedSettingsEdge_get_mVertex_1=b.Ica;rla=d._emscripten_bind_SoftBodySharedSettingsEdge_set_mVertex_2=b.Jca;sla=d._emscripten_bind_SoftBodySharedSettingsEdge_get_mRestLength_0=b.Kca;tla=d._emscripten_bind_SoftBodySharedSettingsEdge_set_mRestLength_1=
|
|
b.Lca;ula=d._emscripten_bind_SoftBodySharedSettingsEdge_get_mCompliance_0=b.Mca;vla=d._emscripten_bind_SoftBodySharedSettingsEdge_set_mCompliance_1=b.Nca;wla=d._emscripten_bind_SoftBodySharedSettingsEdge___destroy___0=b.Oca;xla=d._emscripten_bind_SoftBodySharedSettingsDihedralBend_SoftBodySharedSettingsDihedralBend_5=b.Pca;yla=d._emscripten_bind_SoftBodySharedSettingsDihedralBend_get_mVertex_1=b.Qca;zla=d._emscripten_bind_SoftBodySharedSettingsDihedralBend_set_mVertex_2=b.Rca;Ala=d._emscripten_bind_SoftBodySharedSettingsDihedralBend_get_mCompliance_0=
|
|
b.Sca;Bla=d._emscripten_bind_SoftBodySharedSettingsDihedralBend_set_mCompliance_1=b.Tca;Cla=d._emscripten_bind_SoftBodySharedSettingsDihedralBend_get_mInitialAngle_0=b.Uca;Dla=d._emscripten_bind_SoftBodySharedSettingsDihedralBend_set_mInitialAngle_1=b.Vca;Ela=d._emscripten_bind_SoftBodySharedSettingsDihedralBend___destroy___0=b.Wca;Fla=d._emscripten_bind_SoftBodySharedSettingsVolume_SoftBodySharedSettingsVolume_5=b.Xca;Gla=d._emscripten_bind_SoftBodySharedSettingsVolume_get_mVertex_1=b.Yca;Hla=d._emscripten_bind_SoftBodySharedSettingsVolume_set_mVertex_2=
|
|
b.Zca;Ila=d._emscripten_bind_SoftBodySharedSettingsVolume_get_mSixRestVolume_0=b._ca;Jla=d._emscripten_bind_SoftBodySharedSettingsVolume_set_mSixRestVolume_1=b.$ca;Kla=d._emscripten_bind_SoftBodySharedSettingsVolume_get_mCompliance_0=b.ada;Lla=d._emscripten_bind_SoftBodySharedSettingsVolume_set_mCompliance_1=b.bda;Mla=d._emscripten_bind_SoftBodySharedSettingsVolume___destroy___0=b.cda;Nla=d._emscripten_bind_SoftBodySharedSettingsInvBind_get_mJointIndex_0=b.dda;Ola=d._emscripten_bind_SoftBodySharedSettingsInvBind_set_mJointIndex_1=
|
|
b.eda;Pla=d._emscripten_bind_SoftBodySharedSettingsInvBind_get_mInvBind_0=b.fda;Qla=d._emscripten_bind_SoftBodySharedSettingsInvBind_set_mInvBind_1=b.gda;Rla=d._emscripten_bind_SoftBodySharedSettingsInvBind___destroy___0=b.hda;Sla=d._emscripten_bind_SoftBodySharedSettingsSkinWeight_get_mInvBindIndex_0=b.ida;Tla=d._emscripten_bind_SoftBodySharedSettingsSkinWeight_set_mInvBindIndex_1=b.jda;Ula=d._emscripten_bind_SoftBodySharedSettingsSkinWeight_get_mWeight_0=b.kda;Vla=d._emscripten_bind_SoftBodySharedSettingsSkinWeight_set_mWeight_1=
|
|
b.lda;Wla=d._emscripten_bind_SoftBodySharedSettingsSkinWeight___destroy___0=b.mda;Xla=d._emscripten_bind_SoftBodySharedSettingsSkinned_get_mVertex_0=b.nda;Yla=d._emscripten_bind_SoftBodySharedSettingsSkinned_set_mVertex_1=b.oda;Zla=d._emscripten_bind_SoftBodySharedSettingsSkinned_get_mWeights_1=b.pda;$la=d._emscripten_bind_SoftBodySharedSettingsSkinned_set_mWeights_2=b.qda;ama=d._emscripten_bind_SoftBodySharedSettingsSkinned_get_mMaxDistance_0=b.rda;bma=d._emscripten_bind_SoftBodySharedSettingsSkinned_set_mMaxDistance_1=
|
|
b.sda;cma=d._emscripten_bind_SoftBodySharedSettingsSkinned_get_mBackStopDistance_0=b.tda;dma=d._emscripten_bind_SoftBodySharedSettingsSkinned_set_mBackStopDistance_1=b.uda;ema=d._emscripten_bind_SoftBodySharedSettingsSkinned_get_mBackStopRadius_0=b.vda;fma=d._emscripten_bind_SoftBodySharedSettingsSkinned_set_mBackStopRadius_1=b.wda;gma=d._emscripten_bind_SoftBodySharedSettingsSkinned___destroy___0=b.xda;hma=d._emscripten_bind_SoftBodySharedSettingsLRA_SoftBodySharedSettingsLRA_3=b.yda;ima=d._emscripten_bind_SoftBodySharedSettingsLRA_get_mVertex_1=
|
|
b.zda;jma=d._emscripten_bind_SoftBodySharedSettingsLRA_set_mVertex_2=b.Ada;kma=d._emscripten_bind_SoftBodySharedSettingsLRA_get_mMaxDistance_0=b.Bda;lma=d._emscripten_bind_SoftBodySharedSettingsLRA_set_mMaxDistance_1=b.Cda;mma=d._emscripten_bind_SoftBodySharedSettingsLRA___destroy___0=b.Dda;nma=d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_SoftBodySharedSettingsRodStretchShear_3=b.Eda;oma=d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_get_mVertex_1=b.Fda;pma=d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_set_mVertex_2=
|
|
b.Gda;qma=d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_get_mLength_0=b.Hda;rma=d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_set_mLength_1=b.Ida;sma=d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_get_mInvMass_0=b.Jda;tma=d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_set_mInvMass_1=b.Kda;uma=d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_get_mCompliance_0=b.Lda;vma=d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_set_mCompliance_1=b.Mda;
|
|
wma=d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_get_mBishop_0=b.Nda;xma=d._emscripten_bind_SoftBodySharedSettingsRodStretchShear_set_mBishop_1=b.Oda;yma=d._emscripten_bind_SoftBodySharedSettingsRodStretchShear___destroy___0=b.Pda;zma=d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_SoftBodySharedSettingsRodBendTwist_3=b.Qda;Ama=d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_get_mRod_1=b.Rda;Bma=d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_set_mRod_2=b.Sda;Cma=d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_get_mCompliance_0=
|
|
b.Tda;Dma=d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_set_mCompliance_1=b.Uda;Ema=d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_get_mOmega0_0=b.Vda;Fma=d._emscripten_bind_SoftBodySharedSettingsRodBendTwist_set_mOmega0_1=b.Wda;Gma=d._emscripten_bind_SoftBodySharedSettingsRodBendTwist___destroy___0=b.Xda;Hma=d._emscripten_bind_ArraySoftBodySharedSettingsVertex_ArraySoftBodySharedSettingsVertex_0=b.Yda;Ima=d._emscripten_bind_ArraySoftBodySharedSettingsVertex_empty_0=b.Zda;Jma=d._emscripten_bind_ArraySoftBodySharedSettingsVertex_size_0=
|
|
b._da;Kma=d._emscripten_bind_ArraySoftBodySharedSettingsVertex_at_1=b.$da;Lma=d._emscripten_bind_ArraySoftBodySharedSettingsVertex_push_back_1=b.aea;Mma=d._emscripten_bind_ArraySoftBodySharedSettingsVertex_reserve_1=b.bea;Nma=d._emscripten_bind_ArraySoftBodySharedSettingsVertex_resize_1=b.cea;Oma=d._emscripten_bind_ArraySoftBodySharedSettingsVertex_clear_0=b.dea;Pma=d._emscripten_bind_ArraySoftBodySharedSettingsVertex___destroy___0=b.eea;Qma=d._emscripten_bind_ArraySoftBodySharedSettingsFace_ArraySoftBodySharedSettingsFace_0=
|
|
b.fea;Rma=d._emscripten_bind_ArraySoftBodySharedSettingsFace_empty_0=b.gea;Sma=d._emscripten_bind_ArraySoftBodySharedSettingsFace_size_0=b.hea;Tma=d._emscripten_bind_ArraySoftBodySharedSettingsFace_at_1=b.iea;Uma=d._emscripten_bind_ArraySoftBodySharedSettingsFace_push_back_1=b.jea;Vma=d._emscripten_bind_ArraySoftBodySharedSettingsFace_reserve_1=b.kea;Wma=d._emscripten_bind_ArraySoftBodySharedSettingsFace_resize_1=b.lea;Xma=d._emscripten_bind_ArraySoftBodySharedSettingsFace_clear_0=b.mea;Yma=d._emscripten_bind_ArraySoftBodySharedSettingsFace___destroy___0=
|
|
b.nea;Zma=d._emscripten_bind_ArraySoftBodySharedSettingsEdge_ArraySoftBodySharedSettingsEdge_0=b.oea;$ma=d._emscripten_bind_ArraySoftBodySharedSettingsEdge_empty_0=b.pea;ana=d._emscripten_bind_ArraySoftBodySharedSettingsEdge_size_0=b.qea;bna=d._emscripten_bind_ArraySoftBodySharedSettingsEdge_at_1=b.rea;cna=d._emscripten_bind_ArraySoftBodySharedSettingsEdge_push_back_1=b.sea;dna=d._emscripten_bind_ArraySoftBodySharedSettingsEdge_reserve_1=b.tea;ena=d._emscripten_bind_ArraySoftBodySharedSettingsEdge_resize_1=
|
|
b.uea;fna=d._emscripten_bind_ArraySoftBodySharedSettingsEdge_clear_0=b.vea;gna=d._emscripten_bind_ArraySoftBodySharedSettingsEdge___destroy___0=b.wea;hna=d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_ArraySoftBodySharedSettingsDihedralBend_0=b.xea;ina=d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_empty_0=b.yea;jna=d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_size_0=b.zea;kna=d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_at_1=b.Aea;lna=d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_push_back_1=
|
|
b.Bea;mna=d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_reserve_1=b.Cea;nna=d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_resize_1=b.Dea;ona=d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend_clear_0=b.Eea;pna=d._emscripten_bind_ArraySoftBodySharedSettingsDihedralBend___destroy___0=b.Fea;qna=d._emscripten_bind_ArraySoftBodySharedSettingsVolume_ArraySoftBodySharedSettingsVolume_0=b.Gea;rna=d._emscripten_bind_ArraySoftBodySharedSettingsVolume_empty_0=b.Hea;sna=d._emscripten_bind_ArraySoftBodySharedSettingsVolume_size_0=
|
|
b.Iea;tna=d._emscripten_bind_ArraySoftBodySharedSettingsVolume_at_1=b.Jea;una=d._emscripten_bind_ArraySoftBodySharedSettingsVolume_push_back_1=b.Kea;vna=d._emscripten_bind_ArraySoftBodySharedSettingsVolume_reserve_1=b.Lea;wna=d._emscripten_bind_ArraySoftBodySharedSettingsVolume_resize_1=b.Mea;xna=d._emscripten_bind_ArraySoftBodySharedSettingsVolume_clear_0=b.Nea;yna=d._emscripten_bind_ArraySoftBodySharedSettingsVolume___destroy___0=b.Oea;zna=d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_ArraySoftBodySharedSettingsInvBind_0=
|
|
b.Pea;Ana=d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_empty_0=b.Qea;Bna=d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_size_0=b.Rea;Cna=d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_at_1=b.Sea;Dna=d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_push_back_1=b.Tea;Ena=d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_reserve_1=b.Uea;Fna=d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_resize_1=b.Vea;Gna=d._emscripten_bind_ArraySoftBodySharedSettingsInvBind_clear_0=
|
|
b.Wea;Hna=d._emscripten_bind_ArraySoftBodySharedSettingsInvBind___destroy___0=b.Xea;Ina=d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_ArraySoftBodySharedSettingsSkinned_0=b.Yea;Jna=d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_empty_0=b.Zea;Kna=d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_size_0=b._ea;Lna=d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_at_1=b.$ea;Mna=d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_push_back_1=b.afa;Nna=d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_reserve_1=
|
|
b.bfa;Ona=d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_resize_1=b.cfa;Pna=d._emscripten_bind_ArraySoftBodySharedSettingsSkinned_clear_0=b.dfa;Qna=d._emscripten_bind_ArraySoftBodySharedSettingsSkinned___destroy___0=b.efa;Rna=d._emscripten_bind_ArraySoftBodySharedSettingsLRA_ArraySoftBodySharedSettingsLRA_0=b.ffa;Sna=d._emscripten_bind_ArraySoftBodySharedSettingsLRA_empty_0=b.gfa;Tna=d._emscripten_bind_ArraySoftBodySharedSettingsLRA_size_0=b.hfa;Una=d._emscripten_bind_ArraySoftBodySharedSettingsLRA_at_1=
|
|
b.ifa;Vna=d._emscripten_bind_ArraySoftBodySharedSettingsLRA_push_back_1=b.jfa;Wna=d._emscripten_bind_ArraySoftBodySharedSettingsLRA_reserve_1=b.kfa;Xna=d._emscripten_bind_ArraySoftBodySharedSettingsLRA_resize_1=b.lfa;Yna=d._emscripten_bind_ArraySoftBodySharedSettingsLRA_clear_0=b.mfa;Zna=d._emscripten_bind_ArraySoftBodySharedSettingsLRA___destroy___0=b.nfa;$na=d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_ArraySoftBodySharedSettingsRodStretchShear_0=b.ofa;aoa=d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_empty_0=
|
|
b.pfa;boa=d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_size_0=b.qfa;coa=d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_at_1=b.rfa;doa=d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_push_back_1=b.sfa;eoa=d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_reserve_1=b.tfa;foa=d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_resize_1=b.ufa;goa=d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear_clear_0=b.vfa;hoa=d._emscripten_bind_ArraySoftBodySharedSettingsRodStretchShear___destroy___0=
|
|
b.wfa;ioa=d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_ArraySoftBodySharedSettingsRodBendTwist_0=b.xfa;joa=d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_empty_0=b.yfa;koa=d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_size_0=b.zfa;loa=d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_at_1=b.Afa;moa=d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_push_back_1=b.Bfa;noa=d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_reserve_1=b.Cfa;
|
|
ooa=d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_resize_1=b.Dfa;poa=d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist_clear_0=b.Efa;qoa=d._emscripten_bind_ArraySoftBodySharedSettingsRodBendTwist___destroy___0=b.Ffa;roa=d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_SoftBodySharedSettingsVertexAttributes_0=b.Gfa;soa=d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_get_mCompliance_0=b.Hfa;toa=d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_set_mCompliance_1=
|
|
b.Ifa;uoa=d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_get_mShearCompliance_0=b.Jfa;voa=d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_set_mShearCompliance_1=b.Kfa;woa=d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_get_mBendCompliance_0=b.Lfa;xoa=d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_set_mBendCompliance_1=b.Mfa;yoa=d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_get_mLRAType_0=b.Nfa;zoa=d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_set_mLRAType_1=
|
|
b.Ofa;Aoa=d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_get_mLRAMaxDistanceMultiplier_0=b.Pfa;Boa=d._emscripten_bind_SoftBodySharedSettingsVertexAttributes_set_mLRAMaxDistanceMultiplier_1=b.Qfa;Coa=d._emscripten_bind_SoftBodySharedSettingsVertexAttributes___destroy___0=b.Rfa;Doa=d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_ArraySoftBodySharedSettingsVertexAttributes_0=b.Sfa;Eoa=d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_empty_0=b.Tfa;Foa=d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_size_0=
|
|
b.Ufa;Goa=d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_at_1=b.Vfa;Hoa=d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_push_back_1=b.Wfa;Ioa=d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_reserve_1=b.Xfa;Joa=d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_resize_1=b.Yfa;Koa=d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_clear_0=b.Zfa;Loa=d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes_data_0=b._fa;Moa=d._emscripten_bind_ArraySoftBodySharedSettingsVertexAttributes___destroy___0=
|
|
b.$fa;Noa=d._emscripten_bind_SoftBodySharedSettings_SoftBodySharedSettings_0=b.aga;Ooa=d._emscripten_bind_SoftBodySharedSettings_GetRefCount_0=b.bga;Poa=d._emscripten_bind_SoftBodySharedSettings_AddRef_0=b.cga;Qoa=d._emscripten_bind_SoftBodySharedSettings_Release_0=b.dga;Roa=d._emscripten_bind_SoftBodySharedSettings_CreateConstraints_2=b.ega;Soa=d._emscripten_bind_SoftBodySharedSettings_CreateConstraints_3=b.fga;Toa=d._emscripten_bind_SoftBodySharedSettings_CreateConstraints_4=b.gga;Uoa=d._emscripten_bind_SoftBodySharedSettings_AddFace_1=
|
|
b.hga;Voa=d._emscripten_bind_SoftBodySharedSettings_CalculateEdgeLengths_0=b.iga;Woa=d._emscripten_bind_SoftBodySharedSettings_CalculateRodProperties_0=b.jga;Xoa=d._emscripten_bind_SoftBodySharedSettings_CalculateLRALengths_0=b.kga;Yoa=d._emscripten_bind_SoftBodySharedSettings_CalculateBendConstraintConstants_0=b.lga;Zoa=d._emscripten_bind_SoftBodySharedSettings_CalculateVolumeConstraintVolumes_0=b.mga;$oa=d._emscripten_bind_SoftBodySharedSettings_CalculateSkinnedConstraintNormals_0=b.nga;apa=d._emscripten_bind_SoftBodySharedSettings_Optimize_0=
|
|
b.oga;bpa=d._emscripten_bind_SoftBodySharedSettings_Clone_0=b.pga;cpa=d._emscripten_bind_SoftBodySharedSettings_get_mVertices_0=b.qga;dpa=d._emscripten_bind_SoftBodySharedSettings_set_mVertices_1=b.rga;epa=d._emscripten_bind_SoftBodySharedSettings_get_mFaces_0=b.sga;fpa=d._emscripten_bind_SoftBodySharedSettings_set_mFaces_1=b.tga;gpa=d._emscripten_bind_SoftBodySharedSettings_get_mEdgeConstraints_0=b.uga;hpa=d._emscripten_bind_SoftBodySharedSettings_set_mEdgeConstraints_1=b.vga;ipa=d._emscripten_bind_SoftBodySharedSettings_get_mDihedralBendConstraints_0=
|
|
b.wga;jpa=d._emscripten_bind_SoftBodySharedSettings_set_mDihedralBendConstraints_1=b.xga;kpa=d._emscripten_bind_SoftBodySharedSettings_get_mVolumeConstraints_0=b.yga;lpa=d._emscripten_bind_SoftBodySharedSettings_set_mVolumeConstraints_1=b.zga;mpa=d._emscripten_bind_SoftBodySharedSettings_get_mSkinnedConstraints_0=b.Aga;npa=d._emscripten_bind_SoftBodySharedSettings_set_mSkinnedConstraints_1=b.Bga;opa=d._emscripten_bind_SoftBodySharedSettings_get_mInvBindMatrices_0=b.Cga;ppa=d._emscripten_bind_SoftBodySharedSettings_set_mInvBindMatrices_1=
|
|
b.Dga;qpa=d._emscripten_bind_SoftBodySharedSettings_get_mLRAConstraints_0=b.Ega;rpa=d._emscripten_bind_SoftBodySharedSettings_set_mLRAConstraints_1=b.Fga;spa=d._emscripten_bind_SoftBodySharedSettings_get_mRodStretchShearConstraints_0=b.Gga;tpa=d._emscripten_bind_SoftBodySharedSettings_set_mRodStretchShearConstraints_1=b.Hga;upa=d._emscripten_bind_SoftBodySharedSettings_get_mRodBendTwistConstraints_0=b.Iga;vpa=d._emscripten_bind_SoftBodySharedSettings_set_mRodBendTwistConstraints_1=b.Jga;wpa=d._emscripten_bind_SoftBodySharedSettings_get_mMaterials_0=
|
|
b.Kga;xpa=d._emscripten_bind_SoftBodySharedSettings_set_mMaterials_1=b.Lga;ypa=d._emscripten_bind_SoftBodySharedSettings___destroy___0=b.Mga;zpa=d._emscripten_bind_SoftBodyCreationSettings_SoftBodyCreationSettings_4=b.Nga;Apa=d._emscripten_bind_SoftBodyCreationSettings_get_mPosition_0=b.Oga;Bpa=d._emscripten_bind_SoftBodyCreationSettings_set_mPosition_1=b.Pga;Cpa=d._emscripten_bind_SoftBodyCreationSettings_get_mRotation_0=b.Qga;Dpa=d._emscripten_bind_SoftBodyCreationSettings_set_mRotation_1=b.Rga;
|
|
Epa=d._emscripten_bind_SoftBodyCreationSettings_get_mUserData_0=b.Sga;Fpa=d._emscripten_bind_SoftBodyCreationSettings_set_mUserData_1=b.Tga;Gpa=d._emscripten_bind_SoftBodyCreationSettings_get_mObjectLayer_0=b.Uga;Hpa=d._emscripten_bind_SoftBodyCreationSettings_set_mObjectLayer_1=b.Vga;Ipa=d._emscripten_bind_SoftBodyCreationSettings_get_mCollisionGroup_0=b.Wga;Jpa=d._emscripten_bind_SoftBodyCreationSettings_set_mCollisionGroup_1=b.Xga;Kpa=d._emscripten_bind_SoftBodyCreationSettings_get_mNumIterations_0=
|
|
b.Yga;Lpa=d._emscripten_bind_SoftBodyCreationSettings_set_mNumIterations_1=b.Zga;Mpa=d._emscripten_bind_SoftBodyCreationSettings_get_mLinearDamping_0=b._ga;Npa=d._emscripten_bind_SoftBodyCreationSettings_set_mLinearDamping_1=b.$ga;Opa=d._emscripten_bind_SoftBodyCreationSettings_get_mMaxLinearVelocity_0=b.aha;Ppa=d._emscripten_bind_SoftBodyCreationSettings_set_mMaxLinearVelocity_1=b.bha;Qpa=d._emscripten_bind_SoftBodyCreationSettings_get_mRestitution_0=b.cha;Rpa=d._emscripten_bind_SoftBodyCreationSettings_set_mRestitution_1=
|
|
b.dha;Spa=d._emscripten_bind_SoftBodyCreationSettings_get_mFriction_0=b.eha;Tpa=d._emscripten_bind_SoftBodyCreationSettings_set_mFriction_1=b.fha;Upa=d._emscripten_bind_SoftBodyCreationSettings_get_mPressure_0=b.gha;Vpa=d._emscripten_bind_SoftBodyCreationSettings_set_mPressure_1=b.hha;Wpa=d._emscripten_bind_SoftBodyCreationSettings_get_mGravityFactor_0=b.iha;Xpa=d._emscripten_bind_SoftBodyCreationSettings_set_mGravityFactor_1=b.jha;Ypa=d._emscripten_bind_SoftBodyCreationSettings_get_mVertexRadius_0=
|
|
b.kha;Zpa=d._emscripten_bind_SoftBodyCreationSettings_set_mVertexRadius_1=b.lha;$pa=d._emscripten_bind_SoftBodyCreationSettings_get_mUpdatePosition_0=b.mha;aqa=d._emscripten_bind_SoftBodyCreationSettings_set_mUpdatePosition_1=b.nha;bqa=d._emscripten_bind_SoftBodyCreationSettings_get_mMakeRotationIdentity_0=b.oha;cqa=d._emscripten_bind_SoftBodyCreationSettings_set_mMakeRotationIdentity_1=b.pha;dqa=d._emscripten_bind_SoftBodyCreationSettings_get_mAllowSleeping_0=b.qha;eqa=d._emscripten_bind_SoftBodyCreationSettings_set_mAllowSleeping_1=
|
|
b.rha;fqa=d._emscripten_bind_SoftBodyCreationSettings_get_mFacesDoubleSided_0=b.sha;gqa=d._emscripten_bind_SoftBodyCreationSettings_set_mFacesDoubleSided_1=b.tha;hqa=d._emscripten_bind_SoftBodyCreationSettings___destroy___0=b.uha;iqa=d._emscripten_bind_SoftBodyVertex_get_mPreviousPosition_0=b.vha;jqa=d._emscripten_bind_SoftBodyVertex_set_mPreviousPosition_1=b.wha;kqa=d._emscripten_bind_SoftBodyVertex_get_mPosition_0=b.xha;lqa=d._emscripten_bind_SoftBodyVertex_set_mPosition_1=b.yha;mqa=d._emscripten_bind_SoftBodyVertex_get_mVelocity_0=
|
|
b.zha;nqa=d._emscripten_bind_SoftBodyVertex_set_mVelocity_1=b.Aha;oqa=d._emscripten_bind_SoftBodyVertex_get_mInvMass_0=b.Bha;pqa=d._emscripten_bind_SoftBodyVertex_set_mInvMass_1=b.Cha;qqa=d._emscripten_bind_SoftBodyVertex___destroy___0=b.Dha;rqa=d._emscripten_bind_SoftBodyVertexTraits_get_mPreviousPositionOffset_0=b.Eha;sqa=d._emscripten_bind_SoftBodyVertexTraits_get_mPositionOffset_0=b.Fha;tqa=d._emscripten_bind_SoftBodyVertexTraits_get_mVelocityOffset_0=b.Gha;uqa=d._emscripten_bind_SoftBodyVertexTraits___destroy___0=
|
|
b.Hha;vqa=d._emscripten_bind_ArraySoftBodyVertex_ArraySoftBodyVertex_0=b.Iha;wqa=d._emscripten_bind_ArraySoftBodyVertex_empty_0=b.Jha;xqa=d._emscripten_bind_ArraySoftBodyVertex_size_0=b.Kha;yqa=d._emscripten_bind_ArraySoftBodyVertex_at_1=b.Lha;zqa=d._emscripten_bind_ArraySoftBodyVertex_push_back_1=b.Mha;Aqa=d._emscripten_bind_ArraySoftBodyVertex_reserve_1=b.Nha;Bqa=d._emscripten_bind_ArraySoftBodyVertex_resize_1=b.Oha;Cqa=d._emscripten_bind_ArraySoftBodyVertex_clear_0=b.Pha;Dqa=d._emscripten_bind_ArraySoftBodyVertex___destroy___0=
|
|
b.Qha;Eqa=d._emscripten_bind_SoftBodyMotionProperties_GetSettings_0=b.Rha;Fqa=d._emscripten_bind_SoftBodyMotionProperties_GetVertices_0=b.Sha;Gqa=d._emscripten_bind_SoftBodyMotionProperties_GetVertex_1=b.Tha;Hqa=d._emscripten_bind_SoftBodyMotionProperties_GetRodRotation_1=b.Uha;Iqa=d._emscripten_bind_SoftBodyMotionProperties_GetRodAngularVelocity_1=b.Vha;Jqa=d._emscripten_bind_SoftBodyMotionProperties_GetMaterials_0=b.Wha;Kqa=d._emscripten_bind_SoftBodyMotionProperties_GetFaces_0=b.Xha;Lqa=d._emscripten_bind_SoftBodyMotionProperties_GetFace_1=
|
|
b.Yha;Mqa=d._emscripten_bind_SoftBodyMotionProperties_GetNumIterations_0=b.Zha;Nqa=d._emscripten_bind_SoftBodyMotionProperties_SetNumIterations_1=b._ha;Oqa=d._emscripten_bind_SoftBodyMotionProperties_GetPressure_0=b.$ha;Pqa=d._emscripten_bind_SoftBodyMotionProperties_SetPressure_1=b.aia;Qqa=d._emscripten_bind_SoftBodyMotionProperties_GetUpdatePosition_0=b.bia;Rqa=d._emscripten_bind_SoftBodyMotionProperties_SetUpdatePosition_1=b.cia;Sqa=d._emscripten_bind_SoftBodyMotionProperties_GetEnableSkinConstraints_0=
|
|
b.dia;Tqa=d._emscripten_bind_SoftBodyMotionProperties_SetEnableSkinConstraints_1=b.eia;Uqa=d._emscripten_bind_SoftBodyMotionProperties_GetSkinnedMaxDistanceMultiplier_0=b.fia;Vqa=d._emscripten_bind_SoftBodyMotionProperties_SetSkinnedMaxDistanceMultiplier_1=b.gia;Wqa=d._emscripten_bind_SoftBodyMotionProperties_GetVertexRadius_0=b.hia;Xqa=d._emscripten_bind_SoftBodyMotionProperties_SetVertexRadius_1=b.iia;Yqa=d._emscripten_bind_SoftBodyMotionProperties_GetLocalBounds_0=b.jia;Zqa=d._emscripten_bind_SoftBodyMotionProperties_CustomUpdate_3=
|
|
b.kia;$qa=d._emscripten_bind_SoftBodyMotionProperties_SkinVertices_5=b.lia;ara=d._emscripten_bind_SoftBodyMotionProperties_GetMotionQuality_0=b.mia;bra=d._emscripten_bind_SoftBodyMotionProperties_GetAllowedDOFs_0=b.nia;cra=d._emscripten_bind_SoftBodyMotionProperties_GetAllowSleeping_0=b.oia;dra=d._emscripten_bind_SoftBodyMotionProperties_GetLinearVelocity_0=b.pia;era=d._emscripten_bind_SoftBodyMotionProperties_SetLinearVelocity_1=b.qia;fra=d._emscripten_bind_SoftBodyMotionProperties_SetLinearVelocityClamped_1=
|
|
b.ria;gra=d._emscripten_bind_SoftBodyMotionProperties_GetAngularVelocity_0=b.sia;hra=d._emscripten_bind_SoftBodyMotionProperties_SetAngularVelocity_1=b.tia;ira=d._emscripten_bind_SoftBodyMotionProperties_SetAngularVelocityClamped_1=b.uia;jra=d._emscripten_bind_SoftBodyMotionProperties_MoveKinematic_3=b.via;kra=d._emscripten_bind_SoftBodyMotionProperties_GetMaxLinearVelocity_0=b.wia;lra=d._emscripten_bind_SoftBodyMotionProperties_SetMaxLinearVelocity_1=b.xia;mra=d._emscripten_bind_SoftBodyMotionProperties_GetMaxAngularVelocity_0=
|
|
b.yia;nra=d._emscripten_bind_SoftBodyMotionProperties_SetMaxAngularVelocity_1=b.zia;ora=d._emscripten_bind_SoftBodyMotionProperties_ClampLinearVelocity_0=b.Aia;pra=d._emscripten_bind_SoftBodyMotionProperties_ClampAngularVelocity_0=b.Bia;qra=d._emscripten_bind_SoftBodyMotionProperties_GetLinearDamping_0=b.Cia;rra=d._emscripten_bind_SoftBodyMotionProperties_SetLinearDamping_1=b.Dia;sra=d._emscripten_bind_SoftBodyMotionProperties_GetAngularDamping_0=b.Eia;tra=d._emscripten_bind_SoftBodyMotionProperties_SetAngularDamping_1=
|
|
b.Fia;ura=d._emscripten_bind_SoftBodyMotionProperties_GetGravityFactor_0=b.Gia;vra=d._emscripten_bind_SoftBodyMotionProperties_SetGravityFactor_1=b.Hia;wra=d._emscripten_bind_SoftBodyMotionProperties_SetMassProperties_2=b.Iia;xra=d._emscripten_bind_SoftBodyMotionProperties_GetInverseMass_0=b.Jia;yra=d._emscripten_bind_SoftBodyMotionProperties_GetInverseMassUnchecked_0=b.Kia;zra=d._emscripten_bind_SoftBodyMotionProperties_SetInverseMass_1=b.Lia;Ara=d._emscripten_bind_SoftBodyMotionProperties_GetInverseInertiaDiagonal_0=
|
|
b.Mia;Bra=d._emscripten_bind_SoftBodyMotionProperties_GetInertiaRotation_0=b.Nia;Cra=d._emscripten_bind_SoftBodyMotionProperties_SetInverseInertia_2=b.Oia;Dra=d._emscripten_bind_SoftBodyMotionProperties_ScaleToMass_1=b.Pia;Era=d._emscripten_bind_SoftBodyMotionProperties_GetLocalSpaceInverseInertia_0=b.Qia;Fra=d._emscripten_bind_SoftBodyMotionProperties_GetInverseInertiaForRotation_1=b.Ria;Gra=d._emscripten_bind_SoftBodyMotionProperties_MultiplyWorldSpaceInverseInertiaByVector_2=b.Sia;Hra=d._emscripten_bind_SoftBodyMotionProperties_GetPointVelocityCOM_1=
|
|
b.Tia;Ira=d._emscripten_bind_SoftBodyMotionProperties_GetAccumulatedForce_0=b.Uia;Jra=d._emscripten_bind_SoftBodyMotionProperties_GetAccumulatedTorque_0=b.Via;Kra=d._emscripten_bind_SoftBodyMotionProperties_ResetForce_0=b.Wia;Lra=d._emscripten_bind_SoftBodyMotionProperties_ResetTorque_0=b.Xia;Mra=d._emscripten_bind_SoftBodyMotionProperties_ResetMotion_0=b.Yia;Nra=d._emscripten_bind_SoftBodyMotionProperties_LockTranslation_1=b.Zia;Ora=d._emscripten_bind_SoftBodyMotionProperties_LockAngular_1=b._ia;
|
|
Pra=d._emscripten_bind_SoftBodyMotionProperties_SetNumVelocityStepsOverride_1=b.$ia;Qra=d._emscripten_bind_SoftBodyMotionProperties_GetNumVelocityStepsOverride_0=b.aja;Rra=d._emscripten_bind_SoftBodyMotionProperties_SetNumPositionStepsOverride_1=b.bja;Sra=d._emscripten_bind_SoftBodyMotionProperties_GetNumPositionStepsOverride_0=b.cja;Tra=d._emscripten_bind_SoftBodyMotionProperties___destroy___0=b.dja;Ura=d._emscripten_bind_SoftBodyShape_GetSubShapeIDBits_0=b.eja;Vra=d._emscripten_bind_SoftBodyShape_GetFaceIndex_1=
|
|
b.fja;Wra=d._emscripten_bind_SoftBodyShape_GetRefCount_0=b.gja;Xra=d._emscripten_bind_SoftBodyShape_AddRef_0=b.hja;Yra=d._emscripten_bind_SoftBodyShape_Release_0=b.ija;Zra=d._emscripten_bind_SoftBodyShape_GetType_0=b.jja;$ra=d._emscripten_bind_SoftBodyShape_GetSubType_0=b.kja;asa=d._emscripten_bind_SoftBodyShape_MustBeStatic_0=b.lja;bsa=d._emscripten_bind_SoftBodyShape_GetLocalBounds_0=b.mja;csa=d._emscripten_bind_SoftBodyShape_GetWorldSpaceBounds_2=b.nja;dsa=d._emscripten_bind_SoftBodyShape_GetCenterOfMass_0=
|
|
b.oja;esa=d._emscripten_bind_SoftBodyShape_GetUserData_0=b.pja;fsa=d._emscripten_bind_SoftBodyShape_SetUserData_1=b.qja;gsa=d._emscripten_bind_SoftBodyShape_GetSubShapeIDBitsRecursive_0=b.rja;hsa=d._emscripten_bind_SoftBodyShape_GetInnerRadius_0=b.sja;isa=d._emscripten_bind_SoftBodyShape_GetMassProperties_0=b.tja;jsa=d._emscripten_bind_SoftBodyShape_GetLeafShape_2=b.uja;ksa=d._emscripten_bind_SoftBodyShape_GetMaterial_1=b.vja;lsa=d._emscripten_bind_SoftBodyShape_GetSurfaceNormal_2=b.wja;msa=d._emscripten_bind_SoftBodyShape_GetSubShapeUserData_1=
|
|
b.xja;nsa=d._emscripten_bind_SoftBodyShape_GetSubShapeTransformedShape_5=b.yja;osa=d._emscripten_bind_SoftBodyShape_GetVolume_0=b.zja;psa=d._emscripten_bind_SoftBodyShape_IsValidScale_1=b.Aja;qsa=d._emscripten_bind_SoftBodyShape_MakeScaleValid_1=b.Bja;rsa=d._emscripten_bind_SoftBodyShape_ScaleShape_1=b.Cja;ssa=d._emscripten_bind_SoftBodyShape___destroy___0=b.Dja;tsa=d._emscripten_bind_CharacterID_CharacterID_0=b.Eja;usa=d._emscripten_bind_CharacterID_GetValue_0=b.Fja;vsa=d._emscripten_bind_CharacterID_IsInvalid_0=
|
|
b.Gja;wsa=d._emscripten_bind_CharacterID_sNextCharacterID_0=b.Hja;xsa=d._emscripten_bind_CharacterID_sSetNextCharacterID_1=b.Ija;ysa=d._emscripten_bind_CharacterID___destroy___0=b.Jja;zsa=d._emscripten_bind_CharacterVirtualSettings_CharacterVirtualSettings_0=b.Kja;Asa=d._emscripten_bind_CharacterVirtualSettings_GetRefCount_0=b.Lja;Bsa=d._emscripten_bind_CharacterVirtualSettings_AddRef_0=b.Mja;Csa=d._emscripten_bind_CharacterVirtualSettings_Release_0=b.Nja;Dsa=d._emscripten_bind_CharacterVirtualSettings_get_mID_0=
|
|
b.Oja;Esa=d._emscripten_bind_CharacterVirtualSettings_set_mID_1=b.Pja;Fsa=d._emscripten_bind_CharacterVirtualSettings_get_mMass_0=b.Qja;Gsa=d._emscripten_bind_CharacterVirtualSettings_set_mMass_1=b.Rja;Hsa=d._emscripten_bind_CharacterVirtualSettings_get_mMaxStrength_0=b.Sja;Isa=d._emscripten_bind_CharacterVirtualSettings_set_mMaxStrength_1=b.Tja;Jsa=d._emscripten_bind_CharacterVirtualSettings_get_mShapeOffset_0=b.Uja;Ksa=d._emscripten_bind_CharacterVirtualSettings_set_mShapeOffset_1=b.Vja;Lsa=d._emscripten_bind_CharacterVirtualSettings_get_mBackFaceMode_0=
|
|
b.Wja;Msa=d._emscripten_bind_CharacterVirtualSettings_set_mBackFaceMode_1=b.Xja;Nsa=d._emscripten_bind_CharacterVirtualSettings_get_mPredictiveContactDistance_0=b.Yja;Osa=d._emscripten_bind_CharacterVirtualSettings_set_mPredictiveContactDistance_1=b.Zja;Psa=d._emscripten_bind_CharacterVirtualSettings_get_mMaxCollisionIterations_0=b._ja;Qsa=d._emscripten_bind_CharacterVirtualSettings_set_mMaxCollisionIterations_1=b.$ja;Rsa=d._emscripten_bind_CharacterVirtualSettings_get_mMaxConstraintIterations_0=
|
|
b.aka;Ssa=d._emscripten_bind_CharacterVirtualSettings_set_mMaxConstraintIterations_1=b.bka;Tsa=d._emscripten_bind_CharacterVirtualSettings_get_mMinTimeRemaining_0=b.cka;Usa=d._emscripten_bind_CharacterVirtualSettings_set_mMinTimeRemaining_1=b.dka;Vsa=d._emscripten_bind_CharacterVirtualSettings_get_mCollisionTolerance_0=b.eka;Wsa=d._emscripten_bind_CharacterVirtualSettings_set_mCollisionTolerance_1=b.fka;Xsa=d._emscripten_bind_CharacterVirtualSettings_get_mCharacterPadding_0=b.gka;Ysa=d._emscripten_bind_CharacterVirtualSettings_set_mCharacterPadding_1=
|
|
b.hka;Zsa=d._emscripten_bind_CharacterVirtualSettings_get_mMaxNumHits_0=b.ika;$sa=d._emscripten_bind_CharacterVirtualSettings_set_mMaxNumHits_1=b.jka;ata=d._emscripten_bind_CharacterVirtualSettings_get_mHitReductionCosMaxAngle_0=b.kka;bta=d._emscripten_bind_CharacterVirtualSettings_set_mHitReductionCosMaxAngle_1=b.lka;cta=d._emscripten_bind_CharacterVirtualSettings_get_mPenetrationRecoverySpeed_0=b.mka;dta=d._emscripten_bind_CharacterVirtualSettings_set_mPenetrationRecoverySpeed_1=b.nka;eta=d._emscripten_bind_CharacterVirtualSettings_get_mInnerBodyShape_0=
|
|
b.oka;fta=d._emscripten_bind_CharacterVirtualSettings_set_mInnerBodyShape_1=b.pka;gta=d._emscripten_bind_CharacterVirtualSettings_get_mInnerBodyIDOverride_0=b.qka;hta=d._emscripten_bind_CharacterVirtualSettings_set_mInnerBodyIDOverride_1=b.rka;ita=d._emscripten_bind_CharacterVirtualSettings_get_mInnerBodyLayer_0=b.ska;jta=d._emscripten_bind_CharacterVirtualSettings_set_mInnerBodyLayer_1=b.tka;kta=d._emscripten_bind_CharacterVirtualSettings_get_mUp_0=b.uka;lta=d._emscripten_bind_CharacterVirtualSettings_set_mUp_1=
|
|
b.vka;mta=d._emscripten_bind_CharacterVirtualSettings_get_mSupportingVolume_0=b.wka;nta=d._emscripten_bind_CharacterVirtualSettings_set_mSupportingVolume_1=b.xka;ota=d._emscripten_bind_CharacterVirtualSettings_get_mMaxSlopeAngle_0=b.yka;pta=d._emscripten_bind_CharacterVirtualSettings_set_mMaxSlopeAngle_1=b.zka;qta=d._emscripten_bind_CharacterVirtualSettings_get_mEnhancedInternalEdgeRemoval_0=b.Aka;rta=d._emscripten_bind_CharacterVirtualSettings_set_mEnhancedInternalEdgeRemoval_1=b.Bka;sta=d._emscripten_bind_CharacterVirtualSettings_get_mShape_0=
|
|
b.Cka;tta=d._emscripten_bind_CharacterVirtualSettings_set_mShape_1=b.Dka;uta=d._emscripten_bind_CharacterVirtualSettings___destroy___0=b.Eka;vta=d._emscripten_bind_CharacterContactSettings_CharacterContactSettings_0=b.Fka;wta=d._emscripten_bind_CharacterContactSettings_get_mCanPushCharacter_0=b.Gka;xta=d._emscripten_bind_CharacterContactSettings_set_mCanPushCharacter_1=b.Hka;yta=d._emscripten_bind_CharacterContactSettings_get_mCanReceiveImpulses_0=b.Ika;zta=d._emscripten_bind_CharacterContactSettings_set_mCanReceiveImpulses_1=
|
|
b.Jka;Ata=d._emscripten_bind_CharacterContactSettings___destroy___0=b.Kka;Bta=d._emscripten_bind_CharacterContactListenerJS_CharacterContactListenerJS_0=b.Lka;Cta=d._emscripten_bind_CharacterContactListenerJS_OnAdjustBodyVelocity_4=b.Mka;Dta=d._emscripten_bind_CharacterContactListenerJS_OnContactValidate_3=b.Nka;Eta=d._emscripten_bind_CharacterContactListenerJS_OnCharacterContactValidate_3=b.Oka;Fta=d._emscripten_bind_CharacterContactListenerJS_OnContactAdded_6=b.Pka;Gta=d._emscripten_bind_CharacterContactListenerJS_OnContactPersisted_6=
|
|
b.Qka;Hta=d._emscripten_bind_CharacterContactListenerJS_OnContactRemoved_3=b.Rka;Ita=d._emscripten_bind_CharacterContactListenerJS_OnCharacterContactAdded_6=b.Ska;Jta=d._emscripten_bind_CharacterContactListenerJS_OnCharacterContactPersisted_6=b.Tka;Kta=d._emscripten_bind_CharacterContactListenerJS_OnCharacterContactRemoved_3=b.Uka;Lta=d._emscripten_bind_CharacterContactListenerJS_OnContactSolve_9=b.Vka;Mta=d._emscripten_bind_CharacterContactListenerJS_OnCharacterContactSolve_9=b.Wka;Nta=d._emscripten_bind_CharacterContactListenerJS___destroy___0=
|
|
b.Xka;Ota=d._emscripten_bind_CharacterVsCharacterCollisionSimple_CharacterVsCharacterCollisionSimple_0=b.Yka;Pta=d._emscripten_bind_CharacterVsCharacterCollisionSimple_Add_1=b.Zka;Qta=d._emscripten_bind_CharacterVsCharacterCollisionSimple_Remove_1=b._ka;Rta=d._emscripten_bind_CharacterVsCharacterCollisionSimple___destroy___0=b.$ka;Sta=d._emscripten_bind_ExtendedUpdateSettings_ExtendedUpdateSettings_0=b.ala;Tta=d._emscripten_bind_ExtendedUpdateSettings_get_mStickToFloorStepDown_0=b.bla;Uta=d._emscripten_bind_ExtendedUpdateSettings_set_mStickToFloorStepDown_1=
|
|
b.cla;Vta=d._emscripten_bind_ExtendedUpdateSettings_get_mWalkStairsStepUp_0=b.dla;Wta=d._emscripten_bind_ExtendedUpdateSettings_set_mWalkStairsStepUp_1=b.ela;Xta=d._emscripten_bind_ExtendedUpdateSettings_get_mWalkStairsMinStepForward_0=b.fla;Yta=d._emscripten_bind_ExtendedUpdateSettings_set_mWalkStairsMinStepForward_1=b.gla;Zta=d._emscripten_bind_ExtendedUpdateSettings_get_mWalkStairsStepForwardTest_0=b.hla;$ta=d._emscripten_bind_ExtendedUpdateSettings_set_mWalkStairsStepForwardTest_1=b.ila;aua=d._emscripten_bind_ExtendedUpdateSettings_get_mWalkStairsCosAngleForwardContact_0=
|
|
b.jla;bua=d._emscripten_bind_ExtendedUpdateSettings_set_mWalkStairsCosAngleForwardContact_1=b.kla;cua=d._emscripten_bind_ExtendedUpdateSettings_get_mWalkStairsStepDownExtra_0=b.lla;dua=d._emscripten_bind_ExtendedUpdateSettings_set_mWalkStairsStepDownExtra_1=b.mla;eua=d._emscripten_bind_ExtendedUpdateSettings___destroy___0=b.nla;fua=d._emscripten_bind_CharacterVirtualContact_IsSameBody_1=b.ola;gua=d._emscripten_bind_CharacterVirtualContact_get_mPosition_0=b.pla;hua=d._emscripten_bind_CharacterVirtualContact_set_mPosition_1=
|
|
b.qla;iua=d._emscripten_bind_CharacterVirtualContact_get_mLinearVelocity_0=b.rla;jua=d._emscripten_bind_CharacterVirtualContact_set_mLinearVelocity_1=b.sla;kua=d._emscripten_bind_CharacterVirtualContact_get_mContactNormal_0=b.tla;lua=d._emscripten_bind_CharacterVirtualContact_set_mContactNormal_1=b.ula;mua=d._emscripten_bind_CharacterVirtualContact_get_mSurfaceNormal_0=b.vla;nua=d._emscripten_bind_CharacterVirtualContact_set_mSurfaceNormal_1=b.wla;oua=d._emscripten_bind_CharacterVirtualContact_get_mDistance_0=
|
|
b.xla;pua=d._emscripten_bind_CharacterVirtualContact_set_mDistance_1=b.yla;qua=d._emscripten_bind_CharacterVirtualContact_get_mFraction_0=b.zla;rua=d._emscripten_bind_CharacterVirtualContact_set_mFraction_1=b.Ala;sua=d._emscripten_bind_CharacterVirtualContact_get_mBodyB_0=b.Bla;tua=d._emscripten_bind_CharacterVirtualContact_set_mBodyB_1=b.Cla;uua=d._emscripten_bind_CharacterVirtualContact_get_mCharacterIDB_0=b.Dla;vua=d._emscripten_bind_CharacterVirtualContact_set_mCharacterIDB_1=b.Ela;wua=d._emscripten_bind_CharacterVirtualContact_get_mSubShapeIDB_0=
|
|
b.Fla;xua=d._emscripten_bind_CharacterVirtualContact_set_mSubShapeIDB_1=b.Gla;yua=d._emscripten_bind_CharacterVirtualContact_get_mMotionTypeB_0=b.Hla;zua=d._emscripten_bind_CharacterVirtualContact_set_mMotionTypeB_1=b.Ila;Aua=d._emscripten_bind_CharacterVirtualContact_get_mIsSensorB_0=b.Jla;Bua=d._emscripten_bind_CharacterVirtualContact_set_mIsSensorB_1=b.Kla;Cua=d._emscripten_bind_CharacterVirtualContact_get_mCharacterB_0=b.Lla;Dua=d._emscripten_bind_CharacterVirtualContact_set_mCharacterB_1=b.Mla;
|
|
Eua=d._emscripten_bind_CharacterVirtualContact_get_mUserData_0=b.Nla;Fua=d._emscripten_bind_CharacterVirtualContact_set_mUserData_1=b.Ola;Gua=d._emscripten_bind_CharacterVirtualContact_get_mMaterial_0=b.Pla;Hua=d._emscripten_bind_CharacterVirtualContact_set_mMaterial_1=b.Qla;Iua=d._emscripten_bind_CharacterVirtualContact_get_mHadCollision_0=b.Rla;Jua=d._emscripten_bind_CharacterVirtualContact_set_mHadCollision_1=b.Sla;Kua=d._emscripten_bind_CharacterVirtualContact_get_mWasDiscarded_0=b.Tla;Lua=d._emscripten_bind_CharacterVirtualContact_set_mWasDiscarded_1=
|
|
b.Ula;Mua=d._emscripten_bind_CharacterVirtualContact_get_mCanPushCharacter_0=b.Vla;Nua=d._emscripten_bind_CharacterVirtualContact_set_mCanPushCharacter_1=b.Wla;Oua=d._emscripten_bind_CharacterVirtualContact___destroy___0=b.Xla;Pua=d._emscripten_bind_ArrayCharacterVirtualContact_ArrayCharacterVirtualContact_0=b.Yla;Qua=d._emscripten_bind_ArrayCharacterVirtualContact_empty_0=b.Zla;Rua=d._emscripten_bind_ArrayCharacterVirtualContact_size_0=b._la;Sua=d._emscripten_bind_ArrayCharacterVirtualContact_at_1=
|
|
b.$la;Tua=d._emscripten_bind_ArrayCharacterVirtualContact___destroy___0=b.ama;Uua=d._emscripten_bind_TempAllocator___destroy___0=b.bma;Vua=d._emscripten_bind_BroadPhaseLayerFilter_BroadPhaseLayerFilter_0=b.cma;Wua=d._emscripten_bind_BroadPhaseLayerFilter___destroy___0=b.dma;Xua=d._emscripten_bind_ObjectVsBroadPhaseLayerFilterJS_ObjectVsBroadPhaseLayerFilterJS_0=b.ema;Yua=d._emscripten_bind_ObjectVsBroadPhaseLayerFilterJS_ShouldCollide_2=b.fma;Zua=d._emscripten_bind_ObjectVsBroadPhaseLayerFilterJS___destroy___0=
|
|
b.gma;$ua=d._emscripten_bind_DefaultBroadPhaseLayerFilter_DefaultBroadPhaseLayerFilter_2=b.hma;ava=d._emscripten_bind_DefaultBroadPhaseLayerFilter___destroy___0=b.ima;bva=d._emscripten_bind_ObjectLayerFilterJS_ObjectLayerFilterJS_0=b.jma;cva=d._emscripten_bind_ObjectLayerFilterJS_ShouldCollide_1=b.kma;dva=d._emscripten_bind_ObjectLayerFilterJS___destroy___0=b.lma;eva=d._emscripten_bind_ObjectLayerPairFilterJS_ObjectLayerPairFilterJS_0=b.mma;fva=d._emscripten_bind_ObjectLayerPairFilterJS_ShouldCollide_2=
|
|
b.nma;gva=d._emscripten_bind_ObjectLayerPairFilterJS___destroy___0=b.oma;hva=d._emscripten_bind_DefaultObjectLayerFilter_DefaultObjectLayerFilter_2=b.pma;iva=d._emscripten_bind_DefaultObjectLayerFilter___destroy___0=b.qma;jva=d._emscripten_bind_SpecifiedObjectLayerFilter_SpecifiedObjectLayerFilter_1=b.rma;kva=d._emscripten_bind_SpecifiedObjectLayerFilter___destroy___0=b.sma;lva=d._emscripten_bind_BodyFilterJS_BodyFilterJS_0=b.tma;mva=d._emscripten_bind_BodyFilterJS_ShouldCollide_1=b.uma;nva=d._emscripten_bind_BodyFilterJS_ShouldCollideLocked_1=
|
|
b.vma;ova=d._emscripten_bind_BodyFilterJS___destroy___0=b.wma;pva=d._emscripten_bind_IgnoreSingleBodyFilter_IgnoreSingleBodyFilter_1=b.xma;qva=d._emscripten_bind_IgnoreSingleBodyFilter___destroy___0=b.yma;rva=d._emscripten_bind_IgnoreMultipleBodiesFilter_IgnoreMultipleBodiesFilter_0=b.zma;sva=d._emscripten_bind_IgnoreMultipleBodiesFilter_Clear_0=b.Ama;tva=d._emscripten_bind_IgnoreMultipleBodiesFilter_Reserve_1=b.Bma;uva=d._emscripten_bind_IgnoreMultipleBodiesFilter_IgnoreBody_1=b.Cma;vva=d._emscripten_bind_IgnoreMultipleBodiesFilter___destroy___0=
|
|
b.Dma;wva=d._emscripten_bind_ShapeFilterJS_ShapeFilterJS_0=b.Ema;xva=d._emscripten_bind_ShapeFilterJS_ShouldCollide_2=b.Fma;yva=d._emscripten_bind_ShapeFilterJS___destroy___0=b.Gma;zva=d._emscripten_bind_ShapeFilterJS2_ShapeFilterJS2_0=b.Hma;Ava=d._emscripten_bind_ShapeFilterJS2_ShouldCollide_4=b.Ima;Bva=d._emscripten_bind_ShapeFilterJS2___destroy___0=b.Jma;Cva=d._emscripten_bind_SimShapeFilterJS_SimShapeFilterJS_0=b.Kma;Dva=d._emscripten_bind_SimShapeFilterJS_ShouldCollide_6=b.Lma;Eva=d._emscripten_bind_SimShapeFilterJS___destroy___0=
|
|
b.Mma;Fva=d._emscripten_bind_CharacterVirtual_CharacterVirtual_4=b.Nma;Gva=d._emscripten_bind_CharacterVirtual_GetID_0=b.Oma;Hva=d._emscripten_bind_CharacterVirtual_SetListener_1=b.Pma;Iva=d._emscripten_bind_CharacterVirtual_SetCharacterVsCharacterCollision_1=b.Qma;Jva=d._emscripten_bind_CharacterVirtual_GetListener_0=b.Rma;Kva=d._emscripten_bind_CharacterVirtual_GetLinearVelocity_0=b.Sma;Lva=d._emscripten_bind_CharacterVirtual_SetLinearVelocity_1=b.Tma;Mva=d._emscripten_bind_CharacterVirtual_GetPosition_0=
|
|
b.Uma;Nva=d._emscripten_bind_CharacterVirtual_SetPosition_1=b.Vma;Ova=d._emscripten_bind_CharacterVirtual_GetRotation_0=b.Wma;Pva=d._emscripten_bind_CharacterVirtual_SetRotation_1=b.Xma;Qva=d._emscripten_bind_CharacterVirtual_GetCenterOfMassPosition_0=b.Yma;Rva=d._emscripten_bind_CharacterVirtual_GetWorldTransform_0=b.Zma;Sva=d._emscripten_bind_CharacterVirtual_GetCenterOfMassTransform_0=b._ma;Tva=d._emscripten_bind_CharacterVirtual_GetMass_0=b.$ma;Uva=d._emscripten_bind_CharacterVirtual_SetMass_1=
|
|
b.ana;Vva=d._emscripten_bind_CharacterVirtual_GetMaxStrength_0=b.bna;Wva=d._emscripten_bind_CharacterVirtual_SetMaxStrength_1=b.cna;Xva=d._emscripten_bind_CharacterVirtual_GetPenetrationRecoverySpeed_0=b.dna;Yva=d._emscripten_bind_CharacterVirtual_SetPenetrationRecoverySpeed_1=b.ena;Zva=d._emscripten_bind_CharacterVirtual_GetCharacterPadding_0=b.fna;$va=d._emscripten_bind_CharacterVirtual_GetMaxNumHits_0=b.gna;awa=d._emscripten_bind_CharacterVirtual_SetMaxNumHits_1=b.hna;bwa=d._emscripten_bind_CharacterVirtual_GetHitReductionCosMaxAngle_0=
|
|
b.ina;cwa=d._emscripten_bind_CharacterVirtual_SetHitReductionCosMaxAngle_1=b.jna;dwa=d._emscripten_bind_CharacterVirtual_GetMaxHitsExceeded_0=b.kna;ewa=d._emscripten_bind_CharacterVirtual_GetShapeOffset_0=b.lna;fwa=d._emscripten_bind_CharacterVirtual_SetShapeOffset_1=b.mna;gwa=d._emscripten_bind_CharacterVirtual_GetUserData_0=b.nna;hwa=d._emscripten_bind_CharacterVirtual_SetUserData_1=b.ona;iwa=d._emscripten_bind_CharacterVirtual_GetInnerBodyID_0=b.pna;jwa=d._emscripten_bind_CharacterVirtual_StartTrackingContactChanges_0=
|
|
b.qna;kwa=d._emscripten_bind_CharacterVirtual_FinishTrackingContactChanges_0=b.rna;lwa=d._emscripten_bind_CharacterVirtual_CancelVelocityTowardsSteepSlopes_1=b.sna;mwa=d._emscripten_bind_CharacterVirtual_Update_7=b.tna;nwa=d._emscripten_bind_CharacterVirtual_CanWalkStairs_1=b.una;owa=d._emscripten_bind_CharacterVirtual_WalkStairs_10=b.vna;pwa=d._emscripten_bind_CharacterVirtual_StickToFloor_6=b.wna;qwa=d._emscripten_bind_CharacterVirtual_ExtendedUpdate_8=b.xna;rwa=d._emscripten_bind_CharacterVirtual_RefreshContacts_5=
|
|
b.yna;swa=d._emscripten_bind_CharacterVirtual_UpdateGroundVelocity_0=b.zna;twa=d._emscripten_bind_CharacterVirtual_SetShape_7=b.Ana;uwa=d._emscripten_bind_CharacterVirtual_SetInnerBodyShape_1=b.Bna;vwa=d._emscripten_bind_CharacterVirtual_GetTransformedShape_0=b.Cna;wwa=d._emscripten_bind_CharacterVirtual_HasCollidedWith_1=b.Dna;xwa=d._emscripten_bind_CharacterVirtual_HasCollidedWithCharacterID_1=b.Ena;ywa=d._emscripten_bind_CharacterVirtual_HasCollidedWithCharacter_1=b.Fna;zwa=d._emscripten_bind_CharacterVirtual_GetActiveContacts_0=
|
|
b.Gna;Awa=d._emscripten_bind_CharacterVirtual_GetRefCount_0=b.Hna;Bwa=d._emscripten_bind_CharacterVirtual_AddRef_0=b.Ina;Cwa=d._emscripten_bind_CharacterVirtual_Release_0=b.Jna;Dwa=d._emscripten_bind_CharacterVirtual_SetMaxSlopeAngle_1=b.Kna;Ewa=d._emscripten_bind_CharacterVirtual_GetCosMaxSlopeAngle_0=b.Lna;Fwa=d._emscripten_bind_CharacterVirtual_SetUp_1=b.Mna;Gwa=d._emscripten_bind_CharacterVirtual_GetUp_0=b.Nna;Hwa=d._emscripten_bind_CharacterVirtual_GetShape_0=b.Ona;Iwa=d._emscripten_bind_CharacterVirtual_GetGroundState_0=
|
|
b.Pna;Jwa=d._emscripten_bind_CharacterVirtual_IsSlopeTooSteep_1=b.Qna;Kwa=d._emscripten_bind_CharacterVirtual_IsSupported_0=b.Rna;Lwa=d._emscripten_bind_CharacterVirtual_GetGroundPosition_0=b.Sna;Mwa=d._emscripten_bind_CharacterVirtual_GetGroundNormal_0=b.Tna;Nwa=d._emscripten_bind_CharacterVirtual_GetGroundVelocity_0=b.Una;Owa=d._emscripten_bind_CharacterVirtual_GetGroundMaterial_0=b.Vna;Pwa=d._emscripten_bind_CharacterVirtual_GetGroundBodyID_0=b.Wna;Qwa=d._emscripten_bind_CharacterVirtual_SaveState_1=
|
|
b.Xna;Rwa=d._emscripten_bind_CharacterVirtual_RestoreState_1=b.Yna;Swa=d._emscripten_bind_CharacterVirtual___destroy___0=b.Zna;Twa=d._emscripten_bind_LinearCurve_LinearCurve_0=b._na;Uwa=d._emscripten_bind_LinearCurve_Clear_0=b.$na;Vwa=d._emscripten_bind_LinearCurve_Reserve_1=b.aoa;Wwa=d._emscripten_bind_LinearCurve_AddPoint_2=b.boa;Xwa=d._emscripten_bind_LinearCurve_Sort_0=b.coa;Ywa=d._emscripten_bind_LinearCurve_GetMinX_0=b.doa;Zwa=d._emscripten_bind_LinearCurve_GetMaxX_0=b.eoa;$wa=d._emscripten_bind_LinearCurve_GetValue_1=
|
|
b.foa;axa=d._emscripten_bind_LinearCurve___destroy___0=b.goa;bxa=d._emscripten_bind_ArrayFloat_ArrayFloat_0=b.hoa;cxa=d._emscripten_bind_ArrayFloat_empty_0=b.ioa;dxa=d._emscripten_bind_ArrayFloat_size_0=b.joa;exa=d._emscripten_bind_ArrayFloat_at_1=b.koa;fxa=d._emscripten_bind_ArrayFloat_push_back_1=b.loa;gxa=d._emscripten_bind_ArrayFloat_reserve_1=b.moa;hxa=d._emscripten_bind_ArrayFloat_resize_1=b.noa;ixa=d._emscripten_bind_ArrayFloat_clear_0=b.ooa;jxa=d._emscripten_bind_ArrayFloat_data_0=b.poa;kxa=
|
|
d._emscripten_bind_ArrayFloat___destroy___0=b.qoa;lxa=d._emscripten_bind_ArrayUint_ArrayUint_0=b.roa;mxa=d._emscripten_bind_ArrayUint_empty_0=b.soa;nxa=d._emscripten_bind_ArrayUint_size_0=b.toa;oxa=d._emscripten_bind_ArrayUint_at_1=b.uoa;pxa=d._emscripten_bind_ArrayUint_push_back_1=b.voa;qxa=d._emscripten_bind_ArrayUint_reserve_1=b.woa;rxa=d._emscripten_bind_ArrayUint_resize_1=b.xoa;sxa=d._emscripten_bind_ArrayUint_clear_0=b.yoa;txa=d._emscripten_bind_ArrayUint_data_0=b.zoa;uxa=d._emscripten_bind_ArrayUint___destroy___0=
|
|
b.Aoa;vxa=d._emscripten_bind_ArrayUint8_ArrayUint8_0=b.Boa;wxa=d._emscripten_bind_ArrayUint8_empty_0=b.Coa;xxa=d._emscripten_bind_ArrayUint8_size_0=b.Doa;yxa=d._emscripten_bind_ArrayUint8_at_1=b.Eoa;zxa=d._emscripten_bind_ArrayUint8_push_back_1=b.Foa;Axa=d._emscripten_bind_ArrayUint8_reserve_1=b.Goa;Bxa=d._emscripten_bind_ArrayUint8_resize_1=b.Hoa;Cxa=d._emscripten_bind_ArrayUint8_clear_0=b.Ioa;Dxa=d._emscripten_bind_ArrayUint8_data_0=b.Joa;Exa=d._emscripten_bind_ArrayUint8___destroy___0=b.Koa;Fxa=
|
|
d._emscripten_bind_ArrayVehicleAntiRollBar_ArrayVehicleAntiRollBar_0=b.Loa;Gxa=d._emscripten_bind_ArrayVehicleAntiRollBar_empty_0=b.Moa;Hxa=d._emscripten_bind_ArrayVehicleAntiRollBar_size_0=b.Noa;Ixa=d._emscripten_bind_ArrayVehicleAntiRollBar_at_1=b.Ooa;Jxa=d._emscripten_bind_ArrayVehicleAntiRollBar_push_back_1=b.Poa;Kxa=d._emscripten_bind_ArrayVehicleAntiRollBar_resize_1=b.Qoa;Lxa=d._emscripten_bind_ArrayVehicleAntiRollBar_clear_0=b.Roa;Mxa=d._emscripten_bind_ArrayVehicleAntiRollBar___destroy___0=
|
|
b.Soa;Nxa=d._emscripten_bind_ArrayWheelSettings_ArrayWheelSettings_0=b.Toa;Oxa=d._emscripten_bind_ArrayWheelSettings_empty_0=b.Uoa;Pxa=d._emscripten_bind_ArrayWheelSettings_size_0=b.Voa;Qxa=d._emscripten_bind_ArrayWheelSettings_at_1=b.Woa;Rxa=d._emscripten_bind_ArrayWheelSettings_push_back_1=b.Xoa;Sxa=d._emscripten_bind_ArrayWheelSettings_resize_1=b.Yoa;Txa=d._emscripten_bind_ArrayWheelSettings_clear_0=b.Zoa;Uxa=d._emscripten_bind_ArrayWheelSettings___destroy___0=b._oa;Vxa=d._emscripten_bind_ArrayVehicleDifferentialSettings_ArrayVehicleDifferentialSettings_0=
|
|
b.$oa;Wxa=d._emscripten_bind_ArrayVehicleDifferentialSettings_empty_0=b.apa;Xxa=d._emscripten_bind_ArrayVehicleDifferentialSettings_size_0=b.bpa;Yxa=d._emscripten_bind_ArrayVehicleDifferentialSettings_at_1=b.cpa;Zxa=d._emscripten_bind_ArrayVehicleDifferentialSettings_push_back_1=b.dpa;$xa=d._emscripten_bind_ArrayVehicleDifferentialSettings_resize_1=b.epa;aya=d._emscripten_bind_ArrayVehicleDifferentialSettings_clear_0=b.fpa;bya=d._emscripten_bind_ArrayVehicleDifferentialSettings___destroy___0=b.gpa;
|
|
cya=d._emscripten_bind_VehicleCollisionTesterRay_VehicleCollisionTesterRay_1=b.hpa;dya=d._emscripten_bind_VehicleCollisionTesterRay_VehicleCollisionTesterRay_2=b.ipa;eya=d._emscripten_bind_VehicleCollisionTesterRay_VehicleCollisionTesterRay_3=b.jpa;fya=d._emscripten_bind_VehicleCollisionTesterRay_GetRefCount_0=b.kpa;gya=d._emscripten_bind_VehicleCollisionTesterRay_AddRef_0=b.lpa;hya=d._emscripten_bind_VehicleCollisionTesterRay_Release_0=b.mpa;iya=d._emscripten_bind_VehicleCollisionTesterRay___destroy___0=
|
|
b.npa;jya=d._emscripten_bind_VehicleCollisionTesterCastSphere_VehicleCollisionTesterCastSphere_2=b.opa;kya=d._emscripten_bind_VehicleCollisionTesterCastSphere_VehicleCollisionTesterCastSphere_3=b.ppa;lya=d._emscripten_bind_VehicleCollisionTesterCastSphere_VehicleCollisionTesterCastSphere_4=b.qpa;mya=d._emscripten_bind_VehicleCollisionTesterCastSphere_GetRefCount_0=b.rpa;nya=d._emscripten_bind_VehicleCollisionTesterCastSphere_AddRef_0=b.spa;oya=d._emscripten_bind_VehicleCollisionTesterCastSphere_Release_0=
|
|
b.tpa;pya=d._emscripten_bind_VehicleCollisionTesterCastSphere___destroy___0=b.upa;qya=d._emscripten_bind_VehicleCollisionTesterCastCylinder_VehicleCollisionTesterCastCylinder_1=b.vpa;rya=d._emscripten_bind_VehicleCollisionTesterCastCylinder_VehicleCollisionTesterCastCylinder_2=b.wpa;sya=d._emscripten_bind_VehicleCollisionTesterCastCylinder_GetRefCount_0=b.xpa;tya=d._emscripten_bind_VehicleCollisionTesterCastCylinder_AddRef_0=b.ypa;uya=d._emscripten_bind_VehicleCollisionTesterCastCylinder_Release_0=
|
|
b.zpa;vya=d._emscripten_bind_VehicleCollisionTesterCastCylinder___destroy___0=b.Apa;wya=d._emscripten_bind_VehicleConstraintSettings_VehicleConstraintSettings_0=b.Bpa;xya=d._emscripten_bind_VehicleConstraintSettings_GetRefCount_0=b.Cpa;yya=d._emscripten_bind_VehicleConstraintSettings_AddRef_0=b.Dpa;zya=d._emscripten_bind_VehicleConstraintSettings_Release_0=b.Epa;Aya=d._emscripten_bind_VehicleConstraintSettings_get_mUp_0=b.Fpa;Bya=d._emscripten_bind_VehicleConstraintSettings_set_mUp_1=b.Gpa;Cya=d._emscripten_bind_VehicleConstraintSettings_get_mForward_0=
|
|
b.Hpa;Dya=d._emscripten_bind_VehicleConstraintSettings_set_mForward_1=b.Ipa;Eya=d._emscripten_bind_VehicleConstraintSettings_get_mMaxPitchRollAngle_0=b.Jpa;Fya=d._emscripten_bind_VehicleConstraintSettings_set_mMaxPitchRollAngle_1=b.Kpa;Gya=d._emscripten_bind_VehicleConstraintSettings_get_mWheels_0=b.Lpa;Hya=d._emscripten_bind_VehicleConstraintSettings_set_mWheels_1=b.Mpa;Iya=d._emscripten_bind_VehicleConstraintSettings_get_mAntiRollBars_0=b.Npa;Jya=d._emscripten_bind_VehicleConstraintSettings_set_mAntiRollBars_1=
|
|
b.Opa;Kya=d._emscripten_bind_VehicleConstraintSettings_get_mController_0=b.Ppa;Lya=d._emscripten_bind_VehicleConstraintSettings_set_mController_1=b.Qpa;Mya=d._emscripten_bind_VehicleConstraintSettings_get_mEnabled_0=b.Rpa;Nya=d._emscripten_bind_VehicleConstraintSettings_set_mEnabled_1=b.Spa;Oya=d._emscripten_bind_VehicleConstraintSettings_get_mNumVelocityStepsOverride_0=b.Tpa;Pya=d._emscripten_bind_VehicleConstraintSettings_set_mNumVelocityStepsOverride_1=b.Upa;Qya=d._emscripten_bind_VehicleConstraintSettings_get_mNumPositionStepsOverride_0=
|
|
b.Vpa;Rya=d._emscripten_bind_VehicleConstraintSettings_set_mNumPositionStepsOverride_1=b.Wpa;Sya=d._emscripten_bind_VehicleConstraintSettings___destroy___0=b.Xpa;Tya=d._emscripten_bind_VehicleConstraint_VehicleConstraint_2=b.Ypa;Uya=d._emscripten_bind_VehicleConstraint_SetMaxPitchRollAngle_1=b.Zpa;Vya=d._emscripten_bind_VehicleConstraint_GetMaxPitchRollAngle_0=b._pa;Wya=d._emscripten_bind_VehicleConstraint_SetVehicleCollisionTester_1=b.$pa;Xya=d._emscripten_bind_VehicleConstraint_GetVehicleCollisionTester_0=
|
|
b.aqa;Yya=d._emscripten_bind_VehicleConstraint_OverrideGravity_1=b.bqa;Zya=d._emscripten_bind_VehicleConstraint_IsGravityOverridden_0=b.cqa;$ya=d._emscripten_bind_VehicleConstraint_GetGravityOverride_0=b.dqa;aza=d._emscripten_bind_VehicleConstraint_ResetGravityOverride_0=b.eqa;bza=d._emscripten_bind_VehicleConstraint_GetLocalUp_0=b.fqa;cza=d._emscripten_bind_VehicleConstraint_GetLocalForward_0=b.gqa;dza=d._emscripten_bind_VehicleConstraint_GetWorldUp_0=b.hqa;eza=d._emscripten_bind_VehicleConstraint_GetVehicleBody_0=
|
|
b.iqa;fza=d._emscripten_bind_VehicleConstraint_GetController_0=b.jqa;gza=d._emscripten_bind_VehicleConstraint_GetWheel_1=b.kqa;hza=d._emscripten_bind_VehicleConstraint_GetWheelLocalTransform_3=b.lqa;iza=d._emscripten_bind_VehicleConstraint_GetWheelWorldTransform_3=b.mqa;jza=d._emscripten_bind_VehicleConstraint_GetAntiRollBars_0=b.nqa;kza=d._emscripten_bind_VehicleConstraint_SetNumStepsBetweenCollisionTestActive_1=b.oqa;lza=d._emscripten_bind_VehicleConstraint_GetNumStepsBetweenCollisionTestActive_0=
|
|
b.pqa;mza=d._emscripten_bind_VehicleConstraint_SetNumStepsBetweenCollisionTestInactive_1=b.qqa;nza=d._emscripten_bind_VehicleConstraint_GetNumStepsBetweenCollisionTestInactive_0=b.rqa;oza=d._emscripten_bind_VehicleConstraint_GetRefCount_0=b.sqa;pza=d._emscripten_bind_VehicleConstraint_AddRef_0=b.tqa;qza=d._emscripten_bind_VehicleConstraint_Release_0=b.uqa;rza=d._emscripten_bind_VehicleConstraint_GetType_0=b.vqa;sza=d._emscripten_bind_VehicleConstraint_GetSubType_0=b.wqa;tza=d._emscripten_bind_VehicleConstraint_GetConstraintPriority_0=
|
|
b.xqa;uza=d._emscripten_bind_VehicleConstraint_SetConstraintPriority_1=b.yqa;vza=d._emscripten_bind_VehicleConstraint_SetNumVelocityStepsOverride_1=b.zqa;wza=d._emscripten_bind_VehicleConstraint_GetNumVelocityStepsOverride_0=b.Aqa;xza=d._emscripten_bind_VehicleConstraint_SetNumPositionStepsOverride_1=b.Bqa;yza=d._emscripten_bind_VehicleConstraint_GetNumPositionStepsOverride_0=b.Cqa;zza=d._emscripten_bind_VehicleConstraint_SetEnabled_1=b.Dqa;Aza=d._emscripten_bind_VehicleConstraint_GetEnabled_0=b.Eqa;
|
|
Bza=d._emscripten_bind_VehicleConstraint_IsActive_0=b.Fqa;Cza=d._emscripten_bind_VehicleConstraint_GetUserData_0=b.Gqa;Dza=d._emscripten_bind_VehicleConstraint_SetUserData_1=b.Hqa;Eza=d._emscripten_bind_VehicleConstraint_ResetWarmStart_0=b.Iqa;Fza=d._emscripten_bind_VehicleConstraint_SaveState_1=b.Jqa;Gza=d._emscripten_bind_VehicleConstraint_RestoreState_1=b.Kqa;Hza=d._emscripten_bind_VehicleConstraint___destroy___0=b.Lqa;Iza=d._emscripten_bind_VehicleConstraintStepListener_VehicleConstraintStepListener_1=
|
|
b.Mqa;Jza=d._emscripten_bind_VehicleConstraintStepListener___destroy___0=b.Nqa;Kza=d._emscripten_bind_VehicleConstraintCallbacksJS_VehicleConstraintCallbacksJS_0=b.Oqa;Lza=d._emscripten_bind_VehicleConstraintCallbacksJS_GetCombinedFriction_5=b.Pqa;Mza=d._emscripten_bind_VehicleConstraintCallbacksJS_OnPreStepCallback_2=b.Qqa;Nza=d._emscripten_bind_VehicleConstraintCallbacksJS_OnPostCollideCallback_2=b.Rqa;Oza=d._emscripten_bind_VehicleConstraintCallbacksJS_OnPostStepCallback_2=b.Sqa;Pza=d._emscripten_bind_VehicleConstraintCallbacksJS___destroy___0=
|
|
b.Tqa;Qza=d._emscripten_bind_TireMaxImpulseCallbackResult_get_mLongitudinalImpulse_0=b.Uqa;Rza=d._emscripten_bind_TireMaxImpulseCallbackResult_set_mLongitudinalImpulse_1=b.Vqa;Sza=d._emscripten_bind_TireMaxImpulseCallbackResult_get_mLateralImpulse_0=b.Wqa;Tza=d._emscripten_bind_TireMaxImpulseCallbackResult_set_mLateralImpulse_1=b.Xqa;Uza=d._emscripten_bind_TireMaxImpulseCallbackResult___destroy___0=b.Yqa;Vza=d._emscripten_bind_WheeledVehicleControllerCallbacksJS_WheeledVehicleControllerCallbacksJS_0=
|
|
b.Zqa;Wza=d._emscripten_bind_WheeledVehicleControllerCallbacksJS_OnTireMaxImpulseCallback_8=b._qa;Xza=d._emscripten_bind_WheeledVehicleControllerCallbacksJS___destroy___0=b.$qa;Yza=d._emscripten_bind_VehicleAntiRollBar_VehicleAntiRollBar_0=b.ara;Zza=d._emscripten_bind_VehicleAntiRollBar_get_mLeftWheel_0=b.bra;$za=d._emscripten_bind_VehicleAntiRollBar_set_mLeftWheel_1=b.cra;aAa=d._emscripten_bind_VehicleAntiRollBar_get_mRightWheel_0=b.dra;bAa=d._emscripten_bind_VehicleAntiRollBar_set_mRightWheel_1=
|
|
b.era;cAa=d._emscripten_bind_VehicleAntiRollBar_get_mStiffness_0=b.fra;dAa=d._emscripten_bind_VehicleAntiRollBar_set_mStiffness_1=b.gra;eAa=d._emscripten_bind_VehicleAntiRollBar___destroy___0=b.hra;fAa=d._emscripten_bind_WheelSettingsWV_WheelSettingsWV_0=b.ira;gAa=d._emscripten_bind_WheelSettingsWV_GetRefCount_0=b.jra;hAa=d._emscripten_bind_WheelSettingsWV_AddRef_0=b.kra;iAa=d._emscripten_bind_WheelSettingsWV_Release_0=b.lra;jAa=d._emscripten_bind_WheelSettingsWV_get_mInertia_0=b.mra;kAa=d._emscripten_bind_WheelSettingsWV_set_mInertia_1=
|
|
b.nra;lAa=d._emscripten_bind_WheelSettingsWV_get_mAngularDamping_0=b.ora;mAa=d._emscripten_bind_WheelSettingsWV_set_mAngularDamping_1=b.pra;nAa=d._emscripten_bind_WheelSettingsWV_get_mMaxSteerAngle_0=b.qra;oAa=d._emscripten_bind_WheelSettingsWV_set_mMaxSteerAngle_1=b.rra;pAa=d._emscripten_bind_WheelSettingsWV_get_mLongitudinalFriction_0=b.sra;qAa=d._emscripten_bind_WheelSettingsWV_set_mLongitudinalFriction_1=b.tra;rAa=d._emscripten_bind_WheelSettingsWV_get_mLateralFriction_0=b.ura;sAa=d._emscripten_bind_WheelSettingsWV_set_mLateralFriction_1=
|
|
b.vra;tAa=d._emscripten_bind_WheelSettingsWV_get_mMaxBrakeTorque_0=b.wra;uAa=d._emscripten_bind_WheelSettingsWV_set_mMaxBrakeTorque_1=b.xra;vAa=d._emscripten_bind_WheelSettingsWV_get_mMaxHandBrakeTorque_0=b.yra;wAa=d._emscripten_bind_WheelSettingsWV_set_mMaxHandBrakeTorque_1=b.zra;xAa=d._emscripten_bind_WheelSettingsWV_get_mPosition_0=b.Ara;yAa=d._emscripten_bind_WheelSettingsWV_set_mPosition_1=b.Bra;zAa=d._emscripten_bind_WheelSettingsWV_get_mSuspensionForcePoint_0=b.Cra;AAa=d._emscripten_bind_WheelSettingsWV_set_mSuspensionForcePoint_1=
|
|
b.Dra;BAa=d._emscripten_bind_WheelSettingsWV_get_mSuspensionDirection_0=b.Era;CAa=d._emscripten_bind_WheelSettingsWV_set_mSuspensionDirection_1=b.Fra;DAa=d._emscripten_bind_WheelSettingsWV_get_mSteeringAxis_0=b.Gra;EAa=d._emscripten_bind_WheelSettingsWV_set_mSteeringAxis_1=b.Hra;FAa=d._emscripten_bind_WheelSettingsWV_get_mWheelUp_0=b.Ira;GAa=d._emscripten_bind_WheelSettingsWV_set_mWheelUp_1=b.Jra;HAa=d._emscripten_bind_WheelSettingsWV_get_mWheelForward_0=b.Kra;IAa=d._emscripten_bind_WheelSettingsWV_set_mWheelForward_1=
|
|
b.Lra;JAa=d._emscripten_bind_WheelSettingsWV_get_mSuspensionSpring_0=b.Mra;KAa=d._emscripten_bind_WheelSettingsWV_set_mSuspensionSpring_1=b.Nra;LAa=d._emscripten_bind_WheelSettingsWV_get_mSuspensionMinLength_0=b.Ora;MAa=d._emscripten_bind_WheelSettingsWV_set_mSuspensionMinLength_1=b.Pra;NAa=d._emscripten_bind_WheelSettingsWV_get_mSuspensionMaxLength_0=b.Qra;OAa=d._emscripten_bind_WheelSettingsWV_set_mSuspensionMaxLength_1=b.Rra;PAa=d._emscripten_bind_WheelSettingsWV_get_mSuspensionPreloadLength_0=
|
|
b.Sra;QAa=d._emscripten_bind_WheelSettingsWV_set_mSuspensionPreloadLength_1=b.Tra;RAa=d._emscripten_bind_WheelSettingsWV_get_mRadius_0=b.Ura;SAa=d._emscripten_bind_WheelSettingsWV_set_mRadius_1=b.Vra;TAa=d._emscripten_bind_WheelSettingsWV_get_mWidth_0=b.Wra;UAa=d._emscripten_bind_WheelSettingsWV_set_mWidth_1=b.Xra;VAa=d._emscripten_bind_WheelSettingsWV_get_mEnableSuspensionForcePoint_0=b.Yra;WAa=d._emscripten_bind_WheelSettingsWV_set_mEnableSuspensionForcePoint_1=b.Zra;XAa=d._emscripten_bind_WheelSettingsWV___destroy___0=
|
|
b._ra;YAa=d._emscripten_bind_WheelWV_WheelWV_1=b.$ra;ZAa=d._emscripten_bind_WheelWV_GetSettings_0=b.asa;$Aa=d._emscripten_bind_WheelWV_GetAngularVelocity_0=b.bsa;aBa=d._emscripten_bind_WheelWV_SetAngularVelocity_1=b.csa;bBa=d._emscripten_bind_WheelWV_GetRotationAngle_0=b.dsa;cBa=d._emscripten_bind_WheelWV_SetRotationAngle_1=b.esa;dBa=d._emscripten_bind_WheelWV_GetSteerAngle_0=b.fsa;eBa=d._emscripten_bind_WheelWV_SetSteerAngle_1=b.gsa;fBa=d._emscripten_bind_WheelWV_HasContact_0=b.hsa;gBa=d._emscripten_bind_WheelWV_GetContactBodyID_0=
|
|
b.isa;hBa=d._emscripten_bind_WheelWV_GetContactPosition_0=b.jsa;iBa=d._emscripten_bind_WheelWV_GetContactPointVelocity_0=b.ksa;jBa=d._emscripten_bind_WheelWV_GetContactNormal_0=b.lsa;kBa=d._emscripten_bind_WheelWV_GetContactLongitudinal_0=b.msa;lBa=d._emscripten_bind_WheelWV_GetContactLateral_0=b.nsa;mBa=d._emscripten_bind_WheelWV_GetSuspensionLength_0=b.osa;nBa=d._emscripten_bind_WheelWV_HasHitHardPoint_0=b.psa;oBa=d._emscripten_bind_WheelWV_GetSuspensionLambda_0=b.qsa;pBa=d._emscripten_bind_WheelWV_GetLongitudinalLambda_0=
|
|
b.rsa;qBa=d._emscripten_bind_WheelWV_GetLateralLambda_0=b.ssa;rBa=d._emscripten_bind_WheelWV_get_mLongitudinalSlip_0=b.tsa;sBa=d._emscripten_bind_WheelWV_set_mLongitudinalSlip_1=b.usa;tBa=d._emscripten_bind_WheelWV_get_mLateralSlip_0=b.vsa;uBa=d._emscripten_bind_WheelWV_set_mLateralSlip_1=b.wsa;vBa=d._emscripten_bind_WheelWV_get_mCombinedLongitudinalFriction_0=b.xsa;wBa=d._emscripten_bind_WheelWV_set_mCombinedLongitudinalFriction_1=b.ysa;xBa=d._emscripten_bind_WheelWV_get_mCombinedLateralFriction_0=
|
|
b.zsa;yBa=d._emscripten_bind_WheelWV_set_mCombinedLateralFriction_1=b.Asa;zBa=d._emscripten_bind_WheelWV_get_mBrakeImpulse_0=b.Bsa;ABa=d._emscripten_bind_WheelWV_set_mBrakeImpulse_1=b.Csa;BBa=d._emscripten_bind_WheelWV___destroy___0=b.Dsa;CBa=d._emscripten_bind_WheelSettingsTV_WheelSettingsTV_0=b.Esa;DBa=d._emscripten_bind_WheelSettingsTV_GetRefCount_0=b.Fsa;EBa=d._emscripten_bind_WheelSettingsTV_AddRef_0=b.Gsa;FBa=d._emscripten_bind_WheelSettingsTV_Release_0=b.Hsa;GBa=d._emscripten_bind_WheelSettingsTV_get_mLongitudinalFriction_0=
|
|
b.Isa;HBa=d._emscripten_bind_WheelSettingsTV_set_mLongitudinalFriction_1=b.Jsa;IBa=d._emscripten_bind_WheelSettingsTV_get_mLateralFriction_0=b.Ksa;JBa=d._emscripten_bind_WheelSettingsTV_set_mLateralFriction_1=b.Lsa;KBa=d._emscripten_bind_WheelSettingsTV_get_mPosition_0=b.Msa;LBa=d._emscripten_bind_WheelSettingsTV_set_mPosition_1=b.Nsa;MBa=d._emscripten_bind_WheelSettingsTV_get_mSuspensionForcePoint_0=b.Osa;NBa=d._emscripten_bind_WheelSettingsTV_set_mSuspensionForcePoint_1=b.Psa;OBa=d._emscripten_bind_WheelSettingsTV_get_mSuspensionDirection_0=
|
|
b.Qsa;PBa=d._emscripten_bind_WheelSettingsTV_set_mSuspensionDirection_1=b.Rsa;QBa=d._emscripten_bind_WheelSettingsTV_get_mSteeringAxis_0=b.Ssa;RBa=d._emscripten_bind_WheelSettingsTV_set_mSteeringAxis_1=b.Tsa;SBa=d._emscripten_bind_WheelSettingsTV_get_mWheelUp_0=b.Usa;TBa=d._emscripten_bind_WheelSettingsTV_set_mWheelUp_1=b.Vsa;UBa=d._emscripten_bind_WheelSettingsTV_get_mWheelForward_0=b.Wsa;VBa=d._emscripten_bind_WheelSettingsTV_set_mWheelForward_1=b.Xsa;WBa=d._emscripten_bind_WheelSettingsTV_get_mSuspensionSpring_0=
|
|
b.Ysa;XBa=d._emscripten_bind_WheelSettingsTV_set_mSuspensionSpring_1=b.Zsa;YBa=d._emscripten_bind_WheelSettingsTV_get_mSuspensionMinLength_0=b._sa;ZBa=d._emscripten_bind_WheelSettingsTV_set_mSuspensionMinLength_1=b.$sa;$Ba=d._emscripten_bind_WheelSettingsTV_get_mSuspensionMaxLength_0=b.ata;aCa=d._emscripten_bind_WheelSettingsTV_set_mSuspensionMaxLength_1=b.bta;bCa=d._emscripten_bind_WheelSettingsTV_get_mSuspensionPreloadLength_0=b.cta;cCa=d._emscripten_bind_WheelSettingsTV_set_mSuspensionPreloadLength_1=
|
|
b.dta;dCa=d._emscripten_bind_WheelSettingsTV_get_mRadius_0=b.eta;eCa=d._emscripten_bind_WheelSettingsTV_set_mRadius_1=b.fta;fCa=d._emscripten_bind_WheelSettingsTV_get_mWidth_0=b.gta;gCa=d._emscripten_bind_WheelSettingsTV_set_mWidth_1=b.hta;hCa=d._emscripten_bind_WheelSettingsTV_get_mEnableSuspensionForcePoint_0=b.ita;iCa=d._emscripten_bind_WheelSettingsTV_set_mEnableSuspensionForcePoint_1=b.jta;jCa=d._emscripten_bind_WheelSettingsTV___destroy___0=b.kta;kCa=d._emscripten_bind_WheelTV_WheelTV_1=b.lta;
|
|
lCa=d._emscripten_bind_WheelTV_GetSettings_0=b.mta;mCa=d._emscripten_bind_WheelTV_GetAngularVelocity_0=b.nta;nCa=d._emscripten_bind_WheelTV_SetAngularVelocity_1=b.ota;oCa=d._emscripten_bind_WheelTV_GetRotationAngle_0=b.pta;pCa=d._emscripten_bind_WheelTV_SetRotationAngle_1=b.qta;qCa=d._emscripten_bind_WheelTV_GetSteerAngle_0=b.rta;rCa=d._emscripten_bind_WheelTV_SetSteerAngle_1=b.sta;sCa=d._emscripten_bind_WheelTV_HasContact_0=b.tta;tCa=d._emscripten_bind_WheelTV_GetContactBodyID_0=b.uta;uCa=d._emscripten_bind_WheelTV_GetContactPosition_0=
|
|
b.vta;vCa=d._emscripten_bind_WheelTV_GetContactPointVelocity_0=b.wta;wCa=d._emscripten_bind_WheelTV_GetContactNormal_0=b.xta;xCa=d._emscripten_bind_WheelTV_GetContactLongitudinal_0=b.yta;yCa=d._emscripten_bind_WheelTV_GetContactLateral_0=b.zta;zCa=d._emscripten_bind_WheelTV_GetSuspensionLength_0=b.Ata;ACa=d._emscripten_bind_WheelTV_HasHitHardPoint_0=b.Bta;BCa=d._emscripten_bind_WheelTV_GetSuspensionLambda_0=b.Cta;CCa=d._emscripten_bind_WheelTV_GetLongitudinalLambda_0=b.Dta;DCa=d._emscripten_bind_WheelTV_GetLateralLambda_0=
|
|
b.Eta;ECa=d._emscripten_bind_WheelTV_get_mTrackIndex_0=b.Fta;FCa=d._emscripten_bind_WheelTV_set_mTrackIndex_1=b.Gta;GCa=d._emscripten_bind_WheelTV_get_mCombinedLongitudinalFriction_0=b.Hta;HCa=d._emscripten_bind_WheelTV_set_mCombinedLongitudinalFriction_1=b.Ita;ICa=d._emscripten_bind_WheelTV_get_mCombinedLateralFriction_0=b.Jta;JCa=d._emscripten_bind_WheelTV_set_mCombinedLateralFriction_1=b.Kta;KCa=d._emscripten_bind_WheelTV_get_mBrakeImpulse_0=b.Lta;LCa=d._emscripten_bind_WheelTV_set_mBrakeImpulse_1=
|
|
b.Mta;MCa=d._emscripten_bind_WheelTV___destroy___0=b.Nta;NCa=d._emscripten_bind_VehicleTrack_get_mAngularVelocity_0=b.Ota;OCa=d._emscripten_bind_VehicleTrack_set_mAngularVelocity_1=b.Pta;PCa=d._emscripten_bind_VehicleTrack_get_mDrivenWheel_0=b.Qta;QCa=d._emscripten_bind_VehicleTrack_set_mDrivenWheel_1=b.Rta;RCa=d._emscripten_bind_VehicleTrack_get_mWheels_0=b.Sta;SCa=d._emscripten_bind_VehicleTrack_set_mWheels_1=b.Tta;TCa=d._emscripten_bind_VehicleTrack_get_mInertia_0=b.Uta;UCa=d._emscripten_bind_VehicleTrack_set_mInertia_1=
|
|
b.Vta;VCa=d._emscripten_bind_VehicleTrack_get_mAngularDamping_0=b.Wta;WCa=d._emscripten_bind_VehicleTrack_set_mAngularDamping_1=b.Xta;XCa=d._emscripten_bind_VehicleTrack_get_mMaxBrakeTorque_0=b.Yta;YCa=d._emscripten_bind_VehicleTrack_set_mMaxBrakeTorque_1=b.Zta;ZCa=d._emscripten_bind_VehicleTrack_get_mDifferentialRatio_0=b._ta;$Ca=d._emscripten_bind_VehicleTrack_set_mDifferentialRatio_1=b.$ta;aDa=d._emscripten_bind_VehicleTrack___destroy___0=b.aua;bDa=d._emscripten_bind_TrackedVehicleControllerSettings_TrackedVehicleControllerSettings_0=
|
|
b.bua;cDa=d._emscripten_bind_TrackedVehicleControllerSettings_get_mEngine_0=b.cua;dDa=d._emscripten_bind_TrackedVehicleControllerSettings_set_mEngine_1=b.dua;eDa=d._emscripten_bind_TrackedVehicleControllerSettings_get_mTransmission_0=b.eua;fDa=d._emscripten_bind_TrackedVehicleControllerSettings_set_mTransmission_1=b.fua;gDa=d._emscripten_bind_TrackedVehicleControllerSettings_get_mTracks_1=b.gua;hDa=d._emscripten_bind_TrackedVehicleControllerSettings_set_mTracks_2=b.hua;iDa=d._emscripten_bind_TrackedVehicleControllerSettings___destroy___0=
|
|
b.iua;jDa=d._emscripten_bind_TrackedVehicleController_TrackedVehicleController_2=b.jua;kDa=d._emscripten_bind_TrackedVehicleController_SetDriverInput_4=b.kua;lDa=d._emscripten_bind_TrackedVehicleController_SetForwardInput_1=b.lua;mDa=d._emscripten_bind_TrackedVehicleController_GetForwardInput_0=b.mua;nDa=d._emscripten_bind_TrackedVehicleController_SetLeftRatio_1=b.nua;oDa=d._emscripten_bind_TrackedVehicleController_GetLeftRatio_0=b.oua;pDa=d._emscripten_bind_TrackedVehicleController_SetRightRatio_1=
|
|
b.pua;qDa=d._emscripten_bind_TrackedVehicleController_GetRightRatio_0=b.qua;rDa=d._emscripten_bind_TrackedVehicleController_SetBrakeInput_1=b.rua;sDa=d._emscripten_bind_TrackedVehicleController_GetBrakeInput_0=b.sua;tDa=d._emscripten_bind_TrackedVehicleController_GetEngine_0=b.tua;uDa=d._emscripten_bind_TrackedVehicleController_GetTransmission_0=b.uua;vDa=d._emscripten_bind_TrackedVehicleController_GetTracks_0=b.vua;wDa=d._emscripten_bind_TrackedVehicleController_GetConstraint_0=b.wua;xDa=d._emscripten_bind_TrackedVehicleController___destroy___0=
|
|
b.xua;yDa=d._emscripten_bind_VehicleEngine_ClampRPM_0=b.yua;zDa=d._emscripten_bind_VehicleEngine_GetCurrentRPM_0=b.zua;ADa=d._emscripten_bind_VehicleEngine_SetCurrentRPM_1=b.Aua;BDa=d._emscripten_bind_VehicleEngine_GetAngularVelocity_0=b.Bua;CDa=d._emscripten_bind_VehicleEngine_GetTorque_1=b.Cua;DDa=d._emscripten_bind_VehicleEngine_get_mMaxTorque_0=b.Dua;EDa=d._emscripten_bind_VehicleEngine_set_mMaxTorque_1=b.Eua;FDa=d._emscripten_bind_VehicleEngine_get_mMinRPM_0=b.Fua;GDa=d._emscripten_bind_VehicleEngine_set_mMinRPM_1=
|
|
b.Gua;HDa=d._emscripten_bind_VehicleEngine_get_mMaxRPM_0=b.Hua;IDa=d._emscripten_bind_VehicleEngine_set_mMaxRPM_1=b.Iua;JDa=d._emscripten_bind_VehicleEngine_get_mNormalizedTorque_0=b.Jua;KDa=d._emscripten_bind_VehicleEngine_set_mNormalizedTorque_1=b.Kua;LDa=d._emscripten_bind_VehicleEngine_get_mInertia_0=b.Lua;MDa=d._emscripten_bind_VehicleEngine_set_mInertia_1=b.Mua;NDa=d._emscripten_bind_VehicleEngine_get_mAngularDamping_0=b.Nua;ODa=d._emscripten_bind_VehicleEngine_set_mAngularDamping_1=b.Oua;PDa=
|
|
d._emscripten_bind_VehicleEngine___destroy___0=b.Pua;QDa=d._emscripten_bind_VehicleTransmission_Set_2=b.Qua;RDa=d._emscripten_bind_VehicleTransmission_GetCurrentGear_0=b.Rua;SDa=d._emscripten_bind_VehicleTransmission_GetClutchFriction_0=b.Sua;TDa=d._emscripten_bind_VehicleTransmission_IsSwitchingGear_0=b.Tua;UDa=d._emscripten_bind_VehicleTransmission_GetCurrentRatio_0=b.Uua;VDa=d._emscripten_bind_VehicleTransmission_get_mMode_0=b.Vua;WDa=d._emscripten_bind_VehicleTransmission_set_mMode_1=b.Wua;XDa=
|
|
d._emscripten_bind_VehicleTransmission_get_mGearRatios_0=b.Xua;YDa=d._emscripten_bind_VehicleTransmission_set_mGearRatios_1=b.Yua;ZDa=d._emscripten_bind_VehicleTransmission_get_mReverseGearRatios_0=b.Zua;$Da=d._emscripten_bind_VehicleTransmission_set_mReverseGearRatios_1=b._ua;aEa=d._emscripten_bind_VehicleTransmission_get_mSwitchTime_0=b.$ua;bEa=d._emscripten_bind_VehicleTransmission_set_mSwitchTime_1=b.ava;cEa=d._emscripten_bind_VehicleTransmission_get_mClutchReleaseTime_0=b.bva;dEa=d._emscripten_bind_VehicleTransmission_set_mClutchReleaseTime_1=
|
|
b.cva;eEa=d._emscripten_bind_VehicleTransmission_get_mSwitchLatency_0=b.dva;fEa=d._emscripten_bind_VehicleTransmission_set_mSwitchLatency_1=b.eva;gEa=d._emscripten_bind_VehicleTransmission_get_mShiftUpRPM_0=b.fva;hEa=d._emscripten_bind_VehicleTransmission_set_mShiftUpRPM_1=b.gva;iEa=d._emscripten_bind_VehicleTransmission_get_mShiftDownRPM_0=b.hva;jEa=d._emscripten_bind_VehicleTransmission_set_mShiftDownRPM_1=b.iva;kEa=d._emscripten_bind_VehicleTransmission_get_mClutchStrength_0=b.jva;lEa=d._emscripten_bind_VehicleTransmission_set_mClutchStrength_1=
|
|
b.kva;mEa=d._emscripten_bind_VehicleTransmission___destroy___0=b.lva;nEa=d._emscripten_bind_VehicleDifferentialSettings_VehicleDifferentialSettings_0=b.mva;oEa=d._emscripten_bind_VehicleDifferentialSettings_get_mLeftWheel_0=b.nva;pEa=d._emscripten_bind_VehicleDifferentialSettings_set_mLeftWheel_1=b.ova;qEa=d._emscripten_bind_VehicleDifferentialSettings_get_mRightWheel_0=b.pva;rEa=d._emscripten_bind_VehicleDifferentialSettings_set_mRightWheel_1=b.qva;sEa=d._emscripten_bind_VehicleDifferentialSettings_get_mDifferentialRatio_0=
|
|
b.rva;tEa=d._emscripten_bind_VehicleDifferentialSettings_set_mDifferentialRatio_1=b.sva;uEa=d._emscripten_bind_VehicleDifferentialSettings_get_mLeftRightSplit_0=b.tva;vEa=d._emscripten_bind_VehicleDifferentialSettings_set_mLeftRightSplit_1=b.uva;wEa=d._emscripten_bind_VehicleDifferentialSettings_get_mLimitedSlipRatio_0=b.vva;xEa=d._emscripten_bind_VehicleDifferentialSettings_set_mLimitedSlipRatio_1=b.wva;yEa=d._emscripten_bind_VehicleDifferentialSettings_get_mEngineTorqueRatio_0=b.xva;zEa=d._emscripten_bind_VehicleDifferentialSettings_set_mEngineTorqueRatio_1=
|
|
b.yva;AEa=d._emscripten_bind_VehicleDifferentialSettings___destroy___0=b.zva;BEa=d._emscripten_bind_MotorcycleControllerSettings_MotorcycleControllerSettings_0=b.Ava;CEa=d._emscripten_bind_MotorcycleControllerSettings_get_mMaxLeanAngle_0=b.Bva;DEa=d._emscripten_bind_MotorcycleControllerSettings_set_mMaxLeanAngle_1=b.Cva;EEa=d._emscripten_bind_MotorcycleControllerSettings_get_mLeanSpringConstant_0=b.Dva;FEa=d._emscripten_bind_MotorcycleControllerSettings_set_mLeanSpringConstant_1=b.Eva;GEa=d._emscripten_bind_MotorcycleControllerSettings_get_mLeanSpringDamping_0=
|
|
b.Fva;HEa=d._emscripten_bind_MotorcycleControllerSettings_set_mLeanSpringDamping_1=b.Gva;IEa=d._emscripten_bind_MotorcycleControllerSettings_get_mLeanSpringIntegrationCoefficient_0=b.Hva;JEa=d._emscripten_bind_MotorcycleControllerSettings_set_mLeanSpringIntegrationCoefficient_1=b.Iva;KEa=d._emscripten_bind_MotorcycleControllerSettings_get_mLeanSpringIntegrationCoefficientDecay_0=b.Jva;LEa=d._emscripten_bind_MotorcycleControllerSettings_set_mLeanSpringIntegrationCoefficientDecay_1=b.Kva;MEa=d._emscripten_bind_MotorcycleControllerSettings_get_mLeanSmoothingFactor_0=
|
|
b.Lva;NEa=d._emscripten_bind_MotorcycleControllerSettings_set_mLeanSmoothingFactor_1=b.Mva;OEa=d._emscripten_bind_MotorcycleControllerSettings_get_mEngine_0=b.Nva;PEa=d._emscripten_bind_MotorcycleControllerSettings_set_mEngine_1=b.Ova;QEa=d._emscripten_bind_MotorcycleControllerSettings_get_mTransmission_0=b.Pva;REa=d._emscripten_bind_MotorcycleControllerSettings_set_mTransmission_1=b.Qva;SEa=d._emscripten_bind_MotorcycleControllerSettings_get_mDifferentials_0=b.Rva;TEa=d._emscripten_bind_MotorcycleControllerSettings_set_mDifferentials_1=
|
|
b.Sva;UEa=d._emscripten_bind_MotorcycleControllerSettings_get_mDifferentialLimitedSlipRatio_0=b.Tva;VEa=d._emscripten_bind_MotorcycleControllerSettings_set_mDifferentialLimitedSlipRatio_1=b.Uva;WEa=d._emscripten_bind_MotorcycleControllerSettings___destroy___0=b.Vva;XEa=d._emscripten_bind_MotorcycleController_MotorcycleController_2=b.Wva;YEa=d._emscripten_bind_MotorcycleController_GetWheelBase_0=b.Xva;ZEa=d._emscripten_bind_MotorcycleController_EnableLeanController_1=b.Yva;$Ea=d._emscripten_bind_MotorcycleController_IsLeanControllerEnabled_0=
|
|
b.Zva;aFa=d._emscripten_bind_MotorcycleController_GetConstraint_0=b._va;bFa=d._emscripten_bind_MotorcycleController_SetDriverInput_4=b.$va;cFa=d._emscripten_bind_MotorcycleController_SetForwardInput_1=b.awa;dFa=d._emscripten_bind_MotorcycleController_GetForwardInput_0=b.bwa;eFa=d._emscripten_bind_MotorcycleController_SetRightInput_1=b.cwa;fFa=d._emscripten_bind_MotorcycleController_GetRightInput_0=b.dwa;gFa=d._emscripten_bind_MotorcycleController_SetBrakeInput_1=b.ewa;hFa=d._emscripten_bind_MotorcycleController_GetBrakeInput_0=
|
|
b.fwa;iFa=d._emscripten_bind_MotorcycleController_SetHandBrakeInput_1=b.gwa;jFa=d._emscripten_bind_MotorcycleController_GetHandBrakeInput_0=b.hwa;kFa=d._emscripten_bind_MotorcycleController_GetEngine_0=b.iwa;lFa=d._emscripten_bind_MotorcycleController_GetTransmission_0=b.jwa;mFa=d._emscripten_bind_MotorcycleController_GetDifferentials_0=b.kwa;nFa=d._emscripten_bind_MotorcycleController_GetDifferentialLimitedSlipRatio_0=b.lwa;oFa=d._emscripten_bind_MotorcycleController_SetDifferentialLimitedSlipRatio_1=
|
|
b.mwa;pFa=d._emscripten_bind_MotorcycleController_GetWheelSpeedAtClutch_0=b.nwa;qFa=d._emscripten_bind_MotorcycleController___destroy___0=b.owa;rFa=d._emscripten_bind_Skeleton_Skeleton_0=b.pwa;sFa=d._emscripten_bind_Skeleton_AddJoint_2=b.qwa;tFa=d._emscripten_bind_Skeleton_GetJointCount_0=b.rwa;uFa=d._emscripten_bind_Skeleton_AreJointsCorrectlyOrdered_0=b.swa;vFa=d._emscripten_bind_Skeleton_CalculateParentJointIndices_0=b.twa;wFa=d._emscripten_bind_Skeleton___destroy___0=b.uwa;xFa=d._emscripten_bind_SkeletalAnimationKeyframe_SkeletalAnimationKeyframe_0=
|
|
b.vwa;yFa=d._emscripten_bind_SkeletalAnimationKeyframe_FromMatrix_1=b.wwa;zFa=d._emscripten_bind_SkeletalAnimationKeyframe_ToMatrix_0=b.xwa;AFa=d._emscripten_bind_SkeletalAnimationKeyframe_get_mTime_0=b.ywa;BFa=d._emscripten_bind_SkeletalAnimationKeyframe_set_mTime_1=b.zwa;CFa=d._emscripten_bind_SkeletalAnimationKeyframe_get_mTranslation_0=b.Awa;DFa=d._emscripten_bind_SkeletalAnimationKeyframe_set_mTranslation_1=b.Bwa;EFa=d._emscripten_bind_SkeletalAnimationKeyframe_get_mRotation_0=b.Cwa;FFa=d._emscripten_bind_SkeletalAnimationKeyframe_set_mRotation_1=
|
|
b.Dwa;GFa=d._emscripten_bind_SkeletalAnimationKeyframe___destroy___0=b.Ewa;HFa=d._emscripten_bind_ArraySkeletonKeyframe_ArraySkeletonKeyframe_0=b.Fwa;IFa=d._emscripten_bind_ArraySkeletonKeyframe_empty_0=b.Gwa;JFa=d._emscripten_bind_ArraySkeletonKeyframe_size_0=b.Hwa;KFa=d._emscripten_bind_ArraySkeletonKeyframe_at_1=b.Iwa;LFa=d._emscripten_bind_ArraySkeletonKeyframe_push_back_1=b.Jwa;MFa=d._emscripten_bind_ArraySkeletonKeyframe_reserve_1=b.Kwa;NFa=d._emscripten_bind_ArraySkeletonKeyframe_resize_1=
|
|
b.Lwa;OFa=d._emscripten_bind_ArraySkeletonKeyframe_clear_0=b.Mwa;PFa=d._emscripten_bind_ArraySkeletonKeyframe___destroy___0=b.Nwa;QFa=d._emscripten_bind_SkeletalAnimationAnimatedJoint_SkeletalAnimationAnimatedJoint_0=b.Owa;RFa=d._emscripten_bind_SkeletalAnimationAnimatedJoint_get_mJointName_0=b.Pwa;SFa=d._emscripten_bind_SkeletalAnimationAnimatedJoint_set_mJointName_1=b.Qwa;TFa=d._emscripten_bind_SkeletalAnimationAnimatedJoint_get_mKeyframes_0=b.Rwa;UFa=d._emscripten_bind_SkeletalAnimationAnimatedJoint_set_mKeyframes_1=
|
|
b.Swa;VFa=d._emscripten_bind_SkeletalAnimationAnimatedJoint___destroy___0=b.Twa;WFa=d._emscripten_bind_ArraySkeletonAnimatedJoint_ArraySkeletonAnimatedJoint_0=b.Uwa;XFa=d._emscripten_bind_ArraySkeletonAnimatedJoint_empty_0=b.Vwa;YFa=d._emscripten_bind_ArraySkeletonAnimatedJoint_size_0=b.Wwa;ZFa=d._emscripten_bind_ArraySkeletonAnimatedJoint_at_1=b.Xwa;$Fa=d._emscripten_bind_ArraySkeletonAnimatedJoint_push_back_1=b.Ywa;aGa=d._emscripten_bind_ArraySkeletonAnimatedJoint_reserve_1=b.Zwa;bGa=d._emscripten_bind_ArraySkeletonAnimatedJoint_resize_1=
|
|
b._wa;cGa=d._emscripten_bind_ArraySkeletonAnimatedJoint_clear_0=b.$wa;dGa=d._emscripten_bind_ArraySkeletonAnimatedJoint___destroy___0=b.axa;eGa=d._emscripten_bind_SkeletalAnimation_SkeletalAnimation_0=b.bxa;fGa=d._emscripten_bind_SkeletalAnimation_SetIsLooping_1=b.cxa;gGa=d._emscripten_bind_SkeletalAnimation_IsLooping_0=b.dxa;hGa=d._emscripten_bind_SkeletalAnimation_GetDuration_0=b.exa;iGa=d._emscripten_bind_SkeletalAnimation_ScaleJoints_1=b.fxa;jGa=d._emscripten_bind_SkeletalAnimation_Sample_2=b.gxa;
|
|
kGa=d._emscripten_bind_SkeletalAnimation_GetAnimatedJoints_0=b.hxa;lGa=d._emscripten_bind_SkeletalAnimation___destroy___0=b.ixa;mGa=d._emscripten_bind_SkeletonPose_SkeletonPose_0=b.jxa;nGa=d._emscripten_bind_SkeletonPose_SetSkeleton_1=b.kxa;oGa=d._emscripten_bind_SkeletonPose_GetSkeleton_0=b.lxa;pGa=d._emscripten_bind_SkeletonPose_SetRootOffset_1=b.mxa;qGa=d._emscripten_bind_SkeletonPose_GetRootOffset_0=b.nxa;rGa=d._emscripten_bind_SkeletonPose_GetJointCount_0=b.oxa;sGa=d._emscripten_bind_SkeletonPose_GetJoint_1=
|
|
b.pxa;tGa=d._emscripten_bind_SkeletonPose_GetJointMatrices_0=b.qxa;uGa=d._emscripten_bind_SkeletonPose_GetJointMatrix_1=b.rxa;vGa=d._emscripten_bind_SkeletonPose_CalculateJointMatrices_0=b.sxa;wGa=d._emscripten_bind_SkeletonPose_CalculateJointStates_0=b.txa;xGa=d._emscripten_bind_SkeletonPose___destroy___0=b.uxa;yGa=d._emscripten_bind_RagdollPart_GetShapeSettings_0=b.vxa;zGa=d._emscripten_bind_RagdollPart_SetShapeSettings_1=b.wxa;AGa=d._emscripten_bind_RagdollPart_ConvertShapeSettings_0=b.xxa;BGa=
|
|
d._emscripten_bind_RagdollPart_GetShape_0=b.yxa;CGa=d._emscripten_bind_RagdollPart_SetShape_1=b.zxa;DGa=d._emscripten_bind_RagdollPart_HasMassProperties_0=b.Axa;EGa=d._emscripten_bind_RagdollPart_GetMassProperties_0=b.Bxa;FGa=d._emscripten_bind_RagdollPart_get_mToParent_0=b.Cxa;GGa=d._emscripten_bind_RagdollPart_set_mToParent_1=b.Dxa;HGa=d._emscripten_bind_RagdollPart_get_mPosition_0=b.Exa;IGa=d._emscripten_bind_RagdollPart_set_mPosition_1=b.Fxa;JGa=d._emscripten_bind_RagdollPart_get_mRotation_0=
|
|
b.Gxa;KGa=d._emscripten_bind_RagdollPart_set_mRotation_1=b.Hxa;LGa=d._emscripten_bind_RagdollPart_get_mLinearVelocity_0=b.Ixa;MGa=d._emscripten_bind_RagdollPart_set_mLinearVelocity_1=b.Jxa;NGa=d._emscripten_bind_RagdollPart_get_mAngularVelocity_0=b.Kxa;OGa=d._emscripten_bind_RagdollPart_set_mAngularVelocity_1=b.Lxa;PGa=d._emscripten_bind_RagdollPart_get_mUserData_0=b.Mxa;QGa=d._emscripten_bind_RagdollPart_set_mUserData_1=b.Nxa;RGa=d._emscripten_bind_RagdollPart_get_mObjectLayer_0=b.Oxa;SGa=d._emscripten_bind_RagdollPart_set_mObjectLayer_1=
|
|
b.Pxa;TGa=d._emscripten_bind_RagdollPart_get_mCollisionGroup_0=b.Qxa;UGa=d._emscripten_bind_RagdollPart_set_mCollisionGroup_1=b.Rxa;VGa=d._emscripten_bind_RagdollPart_get_mMotionType_0=b.Sxa;WGa=d._emscripten_bind_RagdollPart_set_mMotionType_1=b.Txa;XGa=d._emscripten_bind_RagdollPart_get_mAllowedDOFs_0=b.Uxa;YGa=d._emscripten_bind_RagdollPart_set_mAllowedDOFs_1=b.Vxa;ZGa=d._emscripten_bind_RagdollPart_get_mAllowDynamicOrKinematic_0=b.Wxa;$Ga=d._emscripten_bind_RagdollPart_set_mAllowDynamicOrKinematic_1=
|
|
b.Xxa;aHa=d._emscripten_bind_RagdollPart_get_mIsSensor_0=b.Yxa;bHa=d._emscripten_bind_RagdollPart_set_mIsSensor_1=b.Zxa;cHa=d._emscripten_bind_RagdollPart_get_mUseManifoldReduction_0=b._xa;dHa=d._emscripten_bind_RagdollPart_set_mUseManifoldReduction_1=b.$xa;eHa=d._emscripten_bind_RagdollPart_get_mCollideKinematicVsNonDynamic_0=b.aya;fHa=d._emscripten_bind_RagdollPart_set_mCollideKinematicVsNonDynamic_1=b.bya;gHa=d._emscripten_bind_RagdollPart_get_mApplyGyroscopicForce_0=b.cya;hHa=d._emscripten_bind_RagdollPart_set_mApplyGyroscopicForce_1=
|
|
b.dya;iHa=d._emscripten_bind_RagdollPart_get_mMotionQuality_0=b.eya;jHa=d._emscripten_bind_RagdollPart_set_mMotionQuality_1=b.fya;kHa=d._emscripten_bind_RagdollPart_get_mEnhancedInternalEdgeRemoval_0=b.gya;lHa=d._emscripten_bind_RagdollPart_set_mEnhancedInternalEdgeRemoval_1=b.hya;mHa=d._emscripten_bind_RagdollPart_get_mAllowSleeping_0=b.iya;nHa=d._emscripten_bind_RagdollPart_set_mAllowSleeping_1=b.jya;oHa=d._emscripten_bind_RagdollPart_get_mFriction_0=b.kya;pHa=d._emscripten_bind_RagdollPart_set_mFriction_1=
|
|
b.lya;qHa=d._emscripten_bind_RagdollPart_get_mRestitution_0=b.mya;rHa=d._emscripten_bind_RagdollPart_set_mRestitution_1=b.nya;sHa=d._emscripten_bind_RagdollPart_get_mLinearDamping_0=b.oya;tHa=d._emscripten_bind_RagdollPart_set_mLinearDamping_1=b.pya;uHa=d._emscripten_bind_RagdollPart_get_mAngularDamping_0=b.qya;vHa=d._emscripten_bind_RagdollPart_set_mAngularDamping_1=b.rya;wHa=d._emscripten_bind_RagdollPart_get_mMaxLinearVelocity_0=b.sya;xHa=d._emscripten_bind_RagdollPart_set_mMaxLinearVelocity_1=
|
|
b.tya;yHa=d._emscripten_bind_RagdollPart_get_mMaxAngularVelocity_0=b.uya;zHa=d._emscripten_bind_RagdollPart_set_mMaxAngularVelocity_1=b.vya;AHa=d._emscripten_bind_RagdollPart_get_mGravityFactor_0=b.wya;BHa=d._emscripten_bind_RagdollPart_set_mGravityFactor_1=b.xya;CHa=d._emscripten_bind_RagdollPart_get_mNumVelocityStepsOverride_0=b.yya;DHa=d._emscripten_bind_RagdollPart_set_mNumVelocityStepsOverride_1=b.zya;EHa=d._emscripten_bind_RagdollPart_get_mNumPositionStepsOverride_0=b.Aya;FHa=d._emscripten_bind_RagdollPart_set_mNumPositionStepsOverride_1=
|
|
b.Bya;GHa=d._emscripten_bind_RagdollPart_get_mOverrideMassProperties_0=b.Cya;HHa=d._emscripten_bind_RagdollPart_set_mOverrideMassProperties_1=b.Dya;IHa=d._emscripten_bind_RagdollPart_get_mInertiaMultiplier_0=b.Eya;JHa=d._emscripten_bind_RagdollPart_set_mInertiaMultiplier_1=b.Fya;KHa=d._emscripten_bind_RagdollPart_get_mMassPropertiesOverride_0=b.Gya;LHa=d._emscripten_bind_RagdollPart_set_mMassPropertiesOverride_1=b.Hya;MHa=d._emscripten_bind_RagdollPart___destroy___0=b.Iya;NHa=d._emscripten_bind_ArrayRagdollPart_ArrayRagdollPart_0=
|
|
b.Jya;OHa=d._emscripten_bind_ArrayRagdollPart_empty_0=b.Kya;PHa=d._emscripten_bind_ArrayRagdollPart_size_0=b.Lya;QHa=d._emscripten_bind_ArrayRagdollPart_at_1=b.Mya;RHa=d._emscripten_bind_ArrayRagdollPart_push_back_1=b.Nya;SHa=d._emscripten_bind_ArrayRagdollPart_reserve_1=b.Oya;THa=d._emscripten_bind_ArrayRagdollPart_resize_1=b.Pya;UHa=d._emscripten_bind_ArrayRagdollPart_clear_0=b.Qya;VHa=d._emscripten_bind_ArrayRagdollPart___destroy___0=b.Rya;WHa=d._emscripten_bind_RagdollAdditionalConstraint_get_mBodyIdx_1=
|
|
b.Sya;XHa=d._emscripten_bind_RagdollAdditionalConstraint_set_mBodyIdx_2=b.Tya;YHa=d._emscripten_bind_RagdollAdditionalConstraint_get_mConstraint_0=b.Uya;ZHa=d._emscripten_bind_RagdollAdditionalConstraint_set_mConstraint_1=b.Vya;$Ha=d._emscripten_bind_RagdollAdditionalConstraint___destroy___0=b.Wya;aIa=d._emscripten_bind_ArrayRagdollAdditionalConstraint_ArrayRagdollAdditionalConstraint_0=b.Xya;bIa=d._emscripten_bind_ArrayRagdollAdditionalConstraint_empty_0=b.Yya;cIa=d._emscripten_bind_ArrayRagdollAdditionalConstraint_size_0=
|
|
b.Zya;dIa=d._emscripten_bind_ArrayRagdollAdditionalConstraint_at_1=b._ya;eIa=d._emscripten_bind_ArrayRagdollAdditionalConstraint_push_back_1=b.$ya;fIa=d._emscripten_bind_ArrayRagdollAdditionalConstraint_reserve_1=b.aza;gIa=d._emscripten_bind_ArrayRagdollAdditionalConstraint_resize_1=b.bza;hIa=d._emscripten_bind_ArrayRagdollAdditionalConstraint_clear_0=b.cza;iIa=d._emscripten_bind_ArrayRagdollAdditionalConstraint___destroy___0=b.dza;jIa=d._emscripten_bind_RagdollSettings_RagdollSettings_0=b.eza;kIa=
|
|
d._emscripten_bind_RagdollSettings_Stabilize_0=b.fza;lIa=d._emscripten_bind_RagdollSettings_CreateRagdoll_3=b.gza;mIa=d._emscripten_bind_RagdollSettings_GetSkeleton_0=b.hza;nIa=d._emscripten_bind_RagdollSettings_DisableParentChildCollisions_0=b.iza;oIa=d._emscripten_bind_RagdollSettings_DisableParentChildCollisions_1=b.jza;pIa=d._emscripten_bind_RagdollSettings_DisableParentChildCollisions_2=b.kza;qIa=d._emscripten_bind_RagdollSettings_CalculateConstraintPriorities_0=b.lza;rIa=d._emscripten_bind_RagdollSettings_CalculateConstraintPriorities_1=
|
|
b.mza;sIa=d._emscripten_bind_RagdollSettings_CalculateBodyIndexToConstraintIndex_0=b.nza;tIa=d._emscripten_bind_RagdollSettings_CalculateConstraintIndexToBodyIdxPair_0=b.oza;uIa=d._emscripten_bind_RagdollSettings_get_mSkeleton_0=b.pza;vIa=d._emscripten_bind_RagdollSettings_set_mSkeleton_1=b.qza;wIa=d._emscripten_bind_RagdollSettings_get_mParts_0=b.rza;xIa=d._emscripten_bind_RagdollSettings_set_mParts_1=b.sza;yIa=d._emscripten_bind_RagdollSettings_get_mAdditionalConstraints_0=b.tza;zIa=d._emscripten_bind_RagdollSettings_set_mAdditionalConstraints_1=
|
|
b.uza;AIa=d._emscripten_bind_RagdollSettings___destroy___0=b.vza;BIa=d._emscripten_bind_Ragdoll_Ragdoll_1=b.wza;CIa=d._emscripten_bind_Ragdoll_AddToPhysicsSystem_1=b.xza;DIa=d._emscripten_bind_Ragdoll_AddToPhysicsSystem_2=b.yza;EIa=d._emscripten_bind_Ragdoll_RemoveFromPhysicsSystem_0=b.zza;FIa=d._emscripten_bind_Ragdoll_RemoveFromPhysicsSystem_1=b.Aza;GIa=d._emscripten_bind_Ragdoll_Activate_0=b.Bza;HIa=d._emscripten_bind_Ragdoll_Activate_1=b.Cza;IIa=d._emscripten_bind_Ragdoll_IsActive_0=b.Dza;JIa=
|
|
d._emscripten_bind_Ragdoll_IsActive_1=b.Eza;KIa=d._emscripten_bind_Ragdoll_SetGroupID_1=b.Fza;LIa=d._emscripten_bind_Ragdoll_SetGroupID_2=b.Gza;MIa=d._emscripten_bind_Ragdoll_SetPose_1=b.Hza;NIa=d._emscripten_bind_Ragdoll_SetPose_2=b.Iza;OIa=d._emscripten_bind_Ragdoll_GetPose_1=b.Jza;PIa=d._emscripten_bind_Ragdoll_GetPose_2=b.Kza;QIa=d._emscripten_bind_Ragdoll_ResetWarmStart_0=b.Lza;RIa=d._emscripten_bind_Ragdoll_DriveToPoseUsingKinematics_2=b.Mza;SIa=d._emscripten_bind_Ragdoll_DriveToPoseUsingKinematics_3=
|
|
b.Nza;TIa=d._emscripten_bind_Ragdoll_DriveToPoseUsingMotors_1=b.Oza;UIa=d._emscripten_bind_Ragdoll_SetLinearAndAngularVelocity_2=b.Pza;VIa=d._emscripten_bind_Ragdoll_SetLinearAndAngularVelocity_3=b.Qza;WIa=d._emscripten_bind_Ragdoll_SetLinearVelocity_1=b.Rza;XIa=d._emscripten_bind_Ragdoll_SetLinearVelocity_2=b.Sza;YIa=d._emscripten_bind_Ragdoll_AddLinearVelocity_1=b.Tza;ZIa=d._emscripten_bind_Ragdoll_AddLinearVelocity_2=b.Uza;$Ia=d._emscripten_bind_Ragdoll_AddImpulse_1=b.Vza;aJa=d._emscripten_bind_Ragdoll_AddImpulse_2=
|
|
b.Wza;bJa=d._emscripten_bind_Ragdoll_GetRootTransform_2=b.Xza;cJa=d._emscripten_bind_Ragdoll_GetRootTransform_3=b.Yza;dJa=d._emscripten_bind_Ragdoll_GetBodyCount_0=b.Zza;eJa=d._emscripten_bind_Ragdoll_GetBodyID_1=b._za;fJa=d._emscripten_bind_Ragdoll_GetBodyIDs_0=b.$za;gJa=d._emscripten_bind_Ragdoll_GetConstraintCount_0=b.aAa;hJa=d._emscripten_bind_Ragdoll_GetWorldSpaceBounds_0=b.bAa;iJa=d._emscripten_bind_Ragdoll_GetWorldSpaceBounds_1=b.cAa;jJa=d._emscripten_bind_Ragdoll_GetConstraint_1=b.dAa;kJa=
|
|
d._emscripten_bind_Ragdoll_GetRagdollSettings_0=b.eAa;lJa=d._emscripten_bind_Ragdoll___destroy___0=b.fAa;mJa=d._emscripten_bind_BroadPhaseLayer_BroadPhaseLayer_1=b.gAa;nJa=d._emscripten_bind_BroadPhaseLayer_GetValue_0=b.hAa;oJa=d._emscripten_bind_BroadPhaseLayer___destroy___0=b.iAa;pJa=d._emscripten_bind_BroadPhaseLayerInterfaceJS_BroadPhaseLayerInterfaceJS_0=b.jAa;qJa=d._emscripten_bind_BroadPhaseLayerInterfaceJS_GetNumBroadPhaseLayers_0=b.kAa;rJa=d._emscripten_bind_BroadPhaseLayerInterfaceJS_GetBPLayer_1=
|
|
b.lAa;sJa=d._emscripten_bind_BroadPhaseLayerInterfaceJS___destroy___0=b.mAa;tJa=d._emscripten_bind_BroadPhaseLayerInterfaceTable_BroadPhaseLayerInterfaceTable_2=b.nAa;uJa=d._emscripten_bind_BroadPhaseLayerInterfaceTable_MapObjectToBroadPhaseLayer_2=b.oAa;vJa=d._emscripten_bind_BroadPhaseLayerInterfaceTable_GetNumBroadPhaseLayers_0=b.pAa;wJa=d._emscripten_bind_BroadPhaseLayerInterfaceTable___destroy___0=b.qAa;xJa=d._emscripten_bind_ObjectVsBroadPhaseLayerFilterTable_ObjectVsBroadPhaseLayerFilterTable_4=
|
|
b.rAa;yJa=d._emscripten_bind_ObjectVsBroadPhaseLayerFilterTable___destroy___0=b.sAa;zJa=d._emscripten_bind_ObjectLayerPairFilterTable_ObjectLayerPairFilterTable_1=b.tAa;AJa=d._emscripten_bind_ObjectLayerPairFilterTable_GetNumObjectLayers_0=b.uAa;BJa=d._emscripten_bind_ObjectLayerPairFilterTable_DisableCollision_2=b.vAa;CJa=d._emscripten_bind_ObjectLayerPairFilterTable_EnableCollision_2=b.wAa;DJa=d._emscripten_bind_ObjectLayerPairFilterTable_ShouldCollide_2=b.xAa;EJa=d._emscripten_bind_ObjectLayerPairFilterTable___destroy___0=
|
|
b.yAa;FJa=d._emscripten_bind_BroadPhaseLayerInterfaceMask_BroadPhaseLayerInterfaceMask_1=b.zAa;GJa=d._emscripten_bind_BroadPhaseLayerInterfaceMask_ConfigureLayer_3=b.AAa;HJa=d._emscripten_bind_BroadPhaseLayerInterfaceMask_GetNumBroadPhaseLayers_0=b.BAa;IJa=d._emscripten_bind_BroadPhaseLayerInterfaceMask___destroy___0=b.CAa;JJa=d._emscripten_bind_ObjectVsBroadPhaseLayerFilterMask_ObjectVsBroadPhaseLayerFilterMask_1=b.DAa;KJa=d._emscripten_bind_ObjectVsBroadPhaseLayerFilterMask___destroy___0=b.EAa;
|
|
LJa=d._emscripten_bind_ObjectLayerPairFilterMask_ObjectLayerPairFilterMask_0=b.FAa;MJa=d._emscripten_bind_ObjectLayerPairFilterMask_sGetObjectLayer_2=b.GAa;NJa=d._emscripten_bind_ObjectLayerPairFilterMask_sGetGroup_1=b.HAa;OJa=d._emscripten_bind_ObjectLayerPairFilterMask_sGetMask_1=b.IAa;PJa=d._emscripten_bind_ObjectLayerPairFilterMask_ShouldCollide_2=b.JAa;QJa=d._emscripten_bind_ObjectLayerPairFilterMask___destroy___0=b.KAa;RJa=d._emscripten_bind_JoltSettings_JoltSettings_0=b.LAa;SJa=d._emscripten_bind_JoltSettings_get_mMaxBodies_0=
|
|
b.MAa;TJa=d._emscripten_bind_JoltSettings_set_mMaxBodies_1=b.NAa;UJa=d._emscripten_bind_JoltSettings_get_mMaxBodyPairs_0=b.OAa;VJa=d._emscripten_bind_JoltSettings_set_mMaxBodyPairs_1=b.PAa;WJa=d._emscripten_bind_JoltSettings_get_mMaxContactConstraints_0=b.QAa;XJa=d._emscripten_bind_JoltSettings_set_mMaxContactConstraints_1=b.RAa;YJa=d._emscripten_bind_JoltSettings_get_mMaxWorkerThreads_0=b.SAa;ZJa=d._emscripten_bind_JoltSettings_set_mMaxWorkerThreads_1=b.TAa;$Ja=d._emscripten_bind_JoltSettings_get_mBroadPhaseLayerInterface_0=
|
|
b.UAa;aKa=d._emscripten_bind_JoltSettings_set_mBroadPhaseLayerInterface_1=b.VAa;bKa=d._emscripten_bind_JoltSettings_get_mObjectVsBroadPhaseLayerFilter_0=b.WAa;cKa=d._emscripten_bind_JoltSettings_set_mObjectVsBroadPhaseLayerFilter_1=b.XAa;dKa=d._emscripten_bind_JoltSettings_get_mObjectLayerPairFilter_0=b.YAa;eKa=d._emscripten_bind_JoltSettings_set_mObjectLayerPairFilter_1=b.ZAa;fKa=d._emscripten_bind_JoltSettings___destroy___0=b._Aa;gKa=d._emscripten_bind_JoltInterface_JoltInterface_1=b.$Aa;hKa=d._emscripten_bind_JoltInterface_Step_2=
|
|
b.aBa;iKa=d._emscripten_bind_JoltInterface_GetPhysicsSystem_0=b.bBa;jKa=d._emscripten_bind_JoltInterface_GetTempAllocator_0=b.cBa;kKa=d._emscripten_bind_JoltInterface_GetObjectLayerPairFilter_0=b.dBa;lKa=d._emscripten_bind_JoltInterface_GetObjectVsBroadPhaseLayerFilter_0=b.eBa;mKa=d._emscripten_bind_JoltInterface_sGetTotalMemory_0=b.fBa;nKa=d._emscripten_bind_JoltInterface_sGetFreeMemory_0=b.gBa;oKa=d._emscripten_bind_JoltInterface___destroy___0=b.hBa;pKa=d._emscripten_enum_EBodyType_EBodyType_RigidBody=
|
|
b.iBa;qKa=d._emscripten_enum_EBodyType_EBodyType_SoftBody=b.jBa;rKa=d._emscripten_enum_EMotionType_EMotionType_Static=b.kBa;sKa=d._emscripten_enum_EMotionType_EMotionType_Kinematic=b.lBa;tKa=d._emscripten_enum_EMotionType_EMotionType_Dynamic=b.mBa;uKa=d._emscripten_enum_EMotionQuality_EMotionQuality_Discrete=b.nBa;vKa=d._emscripten_enum_EMotionQuality_EMotionQuality_LinearCast=b.oBa;wKa=d._emscripten_enum_EActivation_EActivation_Activate=b.pBa;xKa=d._emscripten_enum_EActivation_EActivation_DontActivate=
|
|
b.qBa;yKa=d._emscripten_enum_EShapeType_EShapeType_Convex=b.rBa;zKa=d._emscripten_enum_EShapeType_EShapeType_Compound=b.sBa;AKa=d._emscripten_enum_EShapeType_EShapeType_Decorated=b.tBa;BKa=d._emscripten_enum_EShapeType_EShapeType_Mesh=b.uBa;CKa=d._emscripten_enum_EShapeType_EShapeType_HeightField=b.vBa;DKa=d._emscripten_enum_EShapeType_EShapeType_Plane=b.wBa;EKa=d._emscripten_enum_EShapeType_EShapeType_Empty=b.xBa;FKa=d._emscripten_enum_EShapeSubType_EShapeSubType_Sphere=b.yBa;GKa=d._emscripten_enum_EShapeSubType_EShapeSubType_Box=
|
|
b.zBa;HKa=d._emscripten_enum_EShapeSubType_EShapeSubType_Capsule=b.ABa;IKa=d._emscripten_enum_EShapeSubType_EShapeSubType_TaperedCapsule=b.BBa;JKa=d._emscripten_enum_EShapeSubType_EShapeSubType_Cylinder=b.CBa;KKa=d._emscripten_enum_EShapeSubType_EShapeSubType_TaperedCylinder=b.DBa;LKa=d._emscripten_enum_EShapeSubType_EShapeSubType_ConvexHull=b.EBa;MKa=d._emscripten_enum_EShapeSubType_EShapeSubType_StaticCompound=b.FBa;NKa=d._emscripten_enum_EShapeSubType_EShapeSubType_MutableCompound=b.GBa;OKa=d._emscripten_enum_EShapeSubType_EShapeSubType_RotatedTranslated=
|
|
b.HBa;PKa=d._emscripten_enum_EShapeSubType_EShapeSubType_Scaled=b.IBa;QKa=d._emscripten_enum_EShapeSubType_EShapeSubType_OffsetCenterOfMass=b.JBa;RKa=d._emscripten_enum_EShapeSubType_EShapeSubType_Mesh=b.KBa;SKa=d._emscripten_enum_EShapeSubType_EShapeSubType_HeightField=b.LBa;TKa=d._emscripten_enum_EShapeSubType_EShapeSubType_Plane=b.MBa;UKa=d._emscripten_enum_EShapeSubType_EShapeSubType_Empty=b.NBa;VKa=d._emscripten_enum_EConstraintSpace_EConstraintSpace_LocalToBodyCOM=b.OBa;WKa=d._emscripten_enum_EConstraintSpace_EConstraintSpace_WorldSpace=
|
|
b.PBa;XKa=d._emscripten_enum_ESpringMode_ESpringMode_FrequencyAndDamping=b.QBa;YKa=d._emscripten_enum_ESpringMode_ESpringMode_StiffnessAndDamping=b.RBa;ZKa=d._emscripten_enum_EOverrideMassProperties_EOverrideMassProperties_CalculateMassAndInertia=b.SBa;$Ka=d._emscripten_enum_EOverrideMassProperties_EOverrideMassProperties_CalculateInertia=b.TBa;aLa=d._emscripten_enum_EOverrideMassProperties_EOverrideMassProperties_MassAndInertiaProvided=b.UBa;bLa=d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_TranslationX=
|
|
b.VBa;cLa=d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_TranslationY=b.WBa;dLa=d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_TranslationZ=b.XBa;eLa=d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_RotationX=b.YBa;fLa=d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_RotationY=b.ZBa;gLa=d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_RotationZ=b._Ba;hLa=d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_Plane2D=b.$Ba;iLa=d._emscripten_enum_EAllowedDOFs_EAllowedDOFs_All=b.aCa;jLa=d._emscripten_enum_EStateRecorderState_EStateRecorderState_None=
|
|
b.bCa;kLa=d._emscripten_enum_EStateRecorderState_EStateRecorderState_Global=b.cCa;lLa=d._emscripten_enum_EStateRecorderState_EStateRecorderState_Bodies=b.dCa;mLa=d._emscripten_enum_EStateRecorderState_EStateRecorderState_Contacts=b.eCa;nLa=d._emscripten_enum_EStateRecorderState_EStateRecorderState_Constraints=b.fCa;oLa=d._emscripten_enum_EStateRecorderState_EStateRecorderState_All=b.gCa;pLa=d._emscripten_enum_EBackFaceMode_EBackFaceMode_IgnoreBackFaces=b.hCa;qLa=d._emscripten_enum_EBackFaceMode_EBackFaceMode_CollideWithBackFaces=
|
|
b.iCa;rLa=d._emscripten_enum_EGroundState_EGroundState_OnGround=b.jCa;sLa=d._emscripten_enum_EGroundState_EGroundState_OnSteepGround=b.kCa;tLa=d._emscripten_enum_EGroundState_EGroundState_NotSupported=b.lCa;uLa=d._emscripten_enum_EGroundState_EGroundState_InAir=b.mCa;vLa=d._emscripten_enum_ValidateResult_ValidateResult_AcceptAllContactsForThisBodyPair=b.nCa;wLa=d._emscripten_enum_ValidateResult_ValidateResult_AcceptContact=b.oCa;xLa=d._emscripten_enum_ValidateResult_ValidateResult_RejectContact=b.pCa;
|
|
yLa=d._emscripten_enum_ValidateResult_ValidateResult_RejectAllContactsForThisBodyPair=b.qCa;zLa=d._emscripten_enum_SoftBodyValidateResult_SoftBodyValidateResult_AcceptContact=b.rCa;ALa=d._emscripten_enum_SoftBodyValidateResult_SoftBodyValidateResult_RejectContact=b.sCa;BLa=d._emscripten_enum_EActiveEdgeMode_EActiveEdgeMode_CollideOnlyWithActive=b.tCa;CLa=d._emscripten_enum_EActiveEdgeMode_EActiveEdgeMode_CollideWithAll=b.uCa;DLa=d._emscripten_enum_ECollectFacesMode_ECollectFacesMode_CollectFaces=
|
|
b.vCa;ELa=d._emscripten_enum_ECollectFacesMode_ECollectFacesMode_NoFaces=b.wCa;FLa=d._emscripten_enum_SixDOFConstraintSettings_EAxis_SixDOFConstraintSettings_EAxis_TranslationX=b.xCa;GLa=d._emscripten_enum_SixDOFConstraintSettings_EAxis_SixDOFConstraintSettings_EAxis_TranslationY=b.yCa;HLa=d._emscripten_enum_SixDOFConstraintSettings_EAxis_SixDOFConstraintSettings_EAxis_TranslationZ=b.zCa;ILa=d._emscripten_enum_SixDOFConstraintSettings_EAxis_SixDOFConstraintSettings_EAxis_RotationX=b.ACa;JLa=d._emscripten_enum_SixDOFConstraintSettings_EAxis_SixDOFConstraintSettings_EAxis_RotationY=
|
|
b.BCa;KLa=d._emscripten_enum_SixDOFConstraintSettings_EAxis_SixDOFConstraintSettings_EAxis_RotationZ=b.CCa;LLa=d._emscripten_enum_EConstraintType_EConstraintType_Constraint=b.DCa;MLa=d._emscripten_enum_EConstraintType_EConstraintType_TwoBodyConstraint=b.ECa;NLa=d._emscripten_enum_EConstraintSubType_EConstraintSubType_Fixed=b.FCa;OLa=d._emscripten_enum_EConstraintSubType_EConstraintSubType_Point=b.GCa;PLa=d._emscripten_enum_EConstraintSubType_EConstraintSubType_Hinge=b.HCa;QLa=d._emscripten_enum_EConstraintSubType_EConstraintSubType_Slider=
|
|
b.ICa;RLa=d._emscripten_enum_EConstraintSubType_EConstraintSubType_Distance=b.JCa;SLa=d._emscripten_enum_EConstraintSubType_EConstraintSubType_Cone=b.KCa;TLa=d._emscripten_enum_EConstraintSubType_EConstraintSubType_SwingTwist=b.LCa;ULa=d._emscripten_enum_EConstraintSubType_EConstraintSubType_SixDOF=b.MCa;VLa=d._emscripten_enum_EConstraintSubType_EConstraintSubType_Path=b.NCa;WLa=d._emscripten_enum_EConstraintSubType_EConstraintSubType_Vehicle=b.OCa;XLa=d._emscripten_enum_EConstraintSubType_EConstraintSubType_RackAndPinion=
|
|
b.PCa;YLa=d._emscripten_enum_EConstraintSubType_EConstraintSubType_Gear=b.QCa;ZLa=d._emscripten_enum_EConstraintSubType_EConstraintSubType_Pulley=b.RCa;$La=d._emscripten_enum_EMotorState_EMotorState_Off=b.SCa;aMa=d._emscripten_enum_EMotorState_EMotorState_Velocity=b.TCa;bMa=d._emscripten_enum_EMotorState_EMotorState_Position=b.UCa;cMa=d._emscripten_enum_ETransmissionMode_ETransmissionMode_Auto=b.VCa;dMa=d._emscripten_enum_ETransmissionMode_ETransmissionMode_Manual=b.WCa;eMa=d._emscripten_enum_ETireFrictionDirection_ETireFrictionDirection_Longitudinal=
|
|
b.XCa;fMa=d._emscripten_enum_ETireFrictionDirection_ETireFrictionDirection_Lateral=b.YCa;gMa=d._emscripten_enum_ESwingType_ESwingType_Cone=b.ZCa;hMa=d._emscripten_enum_ESwingType_ESwingType_Pyramid=b._Ca;iMa=d._emscripten_enum_EPathRotationConstraintType_EPathRotationConstraintType_Free=b.$Ca;jMa=d._emscripten_enum_EPathRotationConstraintType_EPathRotationConstraintType_ConstrainAroundTangent=b.aDa;kMa=d._emscripten_enum_EPathRotationConstraintType_EPathRotationConstraintType_ConstrainAroundNormal=
|
|
b.bDa;lMa=d._emscripten_enum_EPathRotationConstraintType_EPathRotationConstraintType_ConstrainAroundBinormal=b.cDa;mMa=d._emscripten_enum_EPathRotationConstraintType_EPathRotationConstraintType_ConstrainToPath=b.dDa;nMa=d._emscripten_enum_EPathRotationConstraintType_EPathRotationConstraintType_FullyConstrained=b.eDa;oMa=d._emscripten_enum_SoftBodySharedSettings_EBendType_SoftBodySharedSettings_EBendType_None=b.fDa;pMa=d._emscripten_enum_SoftBodySharedSettings_EBendType_SoftBodySharedSettings_EBendType_Distance=
|
|
b.gDa;qMa=d._emscripten_enum_SoftBodySharedSettings_EBendType_SoftBodySharedSettings_EBendType_Dihedral=b.hDa;rMa=d._emscripten_enum_SoftBodySharedSettings_ELRAType_SoftBodySharedSettings_ELRAType_None=b.iDa;sMa=d._emscripten_enum_SoftBodySharedSettings_ELRAType_SoftBodySharedSettings_ELRAType_EuclideanDistance=b.jDa;tMa=d._emscripten_enum_SoftBodySharedSettings_ELRAType_SoftBodySharedSettings_ELRAType_GeodesicDistance=b.kDa;uMa=d._emscripten_enum_MeshShapeSettings_EBuildQuality_MeshShapeSettings_EBuildQuality_FavorRuntimePerformance=
|
|
b.lDa;vMa=d._emscripten_enum_MeshShapeSettings_EBuildQuality_MeshShapeSettings_EBuildQuality_FavorBuildSpeed=b.mDa;wMa=b.o;b=wMa.buffer;d.HEAP8=qa=new Int8Array(b);d.HEAP16=new Int16Array(b);d.HEAPU8=ra=new Uint8Array(b);d.HEAPU16=new Uint16Array(b);d.HEAP32=sa=new Int32Array(b);d.HEAPU32=ta=new Uint32Array(b);d.HEAPF32=new Float32Array(b);d.HEAPF64=ua=new Float64Array(b);return p5}var c={a:xMa};if(d.instantiateWasm)return new Promise(b=>{d.instantiateWasm(c,(f,g)=>{b(a(f,g))})});xa??=d.locateFile?
|
|
d.locateFile?d.locateFile("jolt-physics.wasm.wasm",ea):ea+"jolt-physics.wasm.wasm":(new URL("jolt-physics.wasm.wasm","")).href;return a((await daa(c)).instance)}());
|
|
(function(){function a(){d.calledRun=!0;if(!ma){va=!0;ya(Ka);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();za.push(c)}ya(za)}}if(d.preRun)for("function"==typeof d.preRun&&(d.preRun=[d.preRun]);d.preRun.length;)eaa();ya(Aa);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.oDa=e;e.pDa={};d.WrapperObject=e;function h(a){return(a||e).pDa}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.nDa=a;return b[a]=f}d.wrapPointer=l;d.castObject=function(a,c){return l(a.nDa,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.oDa)[a.nDa]};d.compare=function(a,c){return a.nDa===c.nDa};d.getPointer=function(a){return a.nDa};
|
|
d.getClass=function(a){return a.oDa};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.oDa=v5;v5.pDa={};d.ShapeSettings=v5;v5.prototype.GetRefCount=function(){return La(this.nDa)};v5.prototype.AddRef=function(){Ma(this.nDa)};v5.prototype.Release=function(){Na(this.nDa)};v5.prototype.Create=function(){return l(Oa(this.nDa),w5)};v5.prototype.ClearCachedResult=function(){Pa(this.nDa)};
|
|
v5.prototype.get_mUserData=v5.prototype.qDa=function(){return Qa(this.nDa)};v5.prototype.set_mUserData=v5.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ra(c,a)};Object.defineProperty(v5.prototype,"mUserData",{get:v5.prototype.qDa,set:v5.prototype.rDa});v5.prototype.__destroy__=function(){Sa(this.nDa)};function m(){throw"cannot construct a Shape, no constructor in IDL";}m.prototype=Object.create(e.prototype);m.prototype.constructor=m;m.prototype.oDa=m;m.pDa={};
|
|
d.Shape=m;m.prototype.GetRefCount=function(){return Ta(this.nDa)};m.prototype.AddRef=function(){Ua(this.nDa)};m.prototype.Release=function(){Va(this.nDa)};m.prototype.GetType=function(){return Wa(this.nDa)};m.prototype.GetSubType=function(){return Xa(this.nDa)};m.prototype.MustBeStatic=function(){return!!Ya(this.nDa)};m.prototype.GetLocalBounds=function(){return l(Za(this.nDa),n)};
|
|
m.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l($a(b,a,c),n)};m.prototype.GetCenterOfMass=function(){return l(ab(this.nDa),p)};m.prototype.GetUserData=function(){return bb(this.nDa)};m.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cb(c,a)};m.prototype.GetSubShapeIDBitsRecursive=function(){return db(this.nDa)};m.prototype.GetInnerRadius=function(){return eb(this.nDa)};
|
|
m.prototype.GetMassProperties=function(){return l(fb(this.nDa),x5)};m.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(gb(b,a,c),m)};m.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(hb(c,a),y5)};m.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(ib(b,a,c),p)};
|
|
m.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return jb(c,a)};m.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(kb(k,a,c,b,f,g),q)};m.prototype.GetVolume=function(){return lb(this.nDa)};
|
|
m.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!mb(c,a)};m.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(nb(c,a),p)};m.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ob(c,a),w5)};m.prototype.__destroy__=function(){pb(this.nDa)};function z5(){throw"cannot construct a ConstraintSettings, no constructor in IDL";}z5.prototype=Object.create(e.prototype);
|
|
z5.prototype.constructor=z5;z5.prototype.oDa=z5;z5.pDa={};d.ConstraintSettings=z5;z5.prototype.GetRefCount=function(){return qb(this.nDa)};z5.prototype.AddRef=function(){rb(this.nDa)};z5.prototype.Release=function(){sb(this.nDa)};z5.prototype.get_mEnabled=z5.prototype.wDa=function(){return!!tb(this.nDa)};z5.prototype.set_mEnabled=z5.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ub(c,a)};Object.defineProperty(z5.prototype,"mEnabled",{get:z5.prototype.wDa,set:z5.prototype.xDa});
|
|
z5.prototype.get_mNumVelocityStepsOverride=z5.prototype.tDa=function(){return vb(this.nDa)};z5.prototype.set_mNumVelocityStepsOverride=z5.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wb(c,a)};Object.defineProperty(z5.prototype,"mNumVelocityStepsOverride",{get:z5.prototype.tDa,set:z5.prototype.vDa});z5.prototype.get_mNumPositionStepsOverride=z5.prototype.sDa=function(){return xb(this.nDa)};
|
|
z5.prototype.set_mNumPositionStepsOverride=z5.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yb(c,a)};Object.defineProperty(z5.prototype,"mNumPositionStepsOverride",{get:z5.prototype.sDa,set:z5.prototype.uDa});z5.prototype.__destroy__=function(){zb(this.nDa)};function A5(){throw"cannot construct a Constraint, no constructor in IDL";}A5.prototype=Object.create(e.prototype);A5.prototype.constructor=A5;A5.prototype.oDa=A5;A5.pDa={};d.Constraint=A5;
|
|
A5.prototype.GetRefCount=function(){return Ab(this.nDa)};A5.prototype.AddRef=function(){Bb(this.nDa)};A5.prototype.Release=function(){Cb(this.nDa)};A5.prototype.GetType=function(){return Db(this.nDa)};A5.prototype.GetSubType=function(){return Eb(this.nDa)};A5.prototype.GetConstraintPriority=function(){return Fb(this.nDa)};A5.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Gb(c,a)};
|
|
A5.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Hb(c,a)};A5.prototype.GetNumVelocityStepsOverride=function(){return Ib(this.nDa)};A5.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jb(c,a)};A5.prototype.GetNumPositionStepsOverride=function(){return Kb(this.nDa)};A5.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lb(c,a)};A5.prototype.GetEnabled=function(){return!!Mb(this.nDa)};
|
|
A5.prototype.IsActive=function(){return!!Nb(this.nDa)};A5.prototype.GetUserData=function(){return Ob(this.nDa)};A5.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Pb(c,a)};A5.prototype.ResetWarmStart=function(){Qb(this.nDa)};A5.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rb(c,a)};A5.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Sb(c,a)};A5.prototype.__destroy__=function(){Tb(this.nDa)};
|
|
function B5(){throw"cannot construct a PathConstraintPath, no constructor in IDL";}B5.prototype=Object.create(e.prototype);B5.prototype.constructor=B5;B5.prototype.oDa=B5;B5.pDa={};d.PathConstraintPath=B5;B5.prototype.IsLooping=function(){return!!Ub(this.nDa)};B5.prototype.SetIsLooping=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wb(c,a)};B5.prototype.GetRefCount=function(){return Xb(this.nDa)};B5.prototype.AddRef=function(){Yb(this.nDa)};B5.prototype.Release=function(){Zb(this.nDa)};
|
|
B5.prototype.__destroy__=function(){$b(this.nDa)};function C5(){throw"cannot construct a StateRecorder, no constructor in IDL";}C5.prototype=Object.create(e.prototype);C5.prototype.constructor=C5;C5.prototype.oDa=C5;C5.pDa={};d.StateRecorder=C5;C5.prototype.SetValidating=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ac(c,a)};C5.prototype.IsValidating=function(){return!!bc(this.nDa)};C5.prototype.SetIsLastPart=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cc(c,a)};
|
|
C5.prototype.IsLastPart=function(){return!!dc(this.nDa)};C5.prototype.__destroy__=function(){ec(this.nDa)};function D5(){throw"cannot construct a ContactListener, no constructor in IDL";}D5.prototype=Object.create(e.prototype);D5.prototype.constructor=D5;D5.prototype.oDa=D5;D5.pDa={};d.ContactListener=D5;D5.prototype.__destroy__=function(){fc(this.nDa)};function E5(){throw"cannot construct a SoftBodyContactListener, no constructor in IDL";}E5.prototype=Object.create(e.prototype);
|
|
E5.prototype.constructor=E5;E5.prototype.oDa=E5;E5.pDa={};d.SoftBodyContactListener=E5;E5.prototype.__destroy__=function(){gc(this.nDa)};function F5(){throw"cannot construct a BodyActivationListener, no constructor in IDL";}F5.prototype=Object.create(e.prototype);F5.prototype.constructor=F5;F5.prototype.oDa=F5;F5.pDa={};d.BodyActivationListener=F5;F5.prototype.__destroy__=function(){hc(this.nDa)};function G5(){throw"cannot construct a CharacterContactListener, no constructor in IDL";}
|
|
G5.prototype=Object.create(e.prototype);G5.prototype.constructor=G5;G5.prototype.oDa=G5;G5.pDa={};d.CharacterContactListener=G5;G5.prototype.__destroy__=function(){ic(this.nDa)};function H5(){this.nDa=jc();h(H5)[this.nDa]=this}H5.prototype=Object.create(e.prototype);H5.prototype.constructor=H5;H5.prototype.oDa=H5;H5.pDa={};d.ObjectVsBroadPhaseLayerFilter=H5;H5.prototype.__destroy__=function(){kc(this.nDa)};function I5(){throw"cannot construct a VehicleControllerSettings, no constructor in IDL";}
|
|
I5.prototype=Object.create(e.prototype);I5.prototype.constructor=I5;I5.prototype.oDa=I5;I5.pDa={};d.VehicleControllerSettings=I5;I5.prototype.__destroy__=function(){lc(this.nDa)};function J5(){throw"cannot construct a VehicleController, no constructor in IDL";}J5.prototype=Object.create(e.prototype);J5.prototype.constructor=J5;J5.prototype.oDa=J5;J5.pDa={};d.VehicleController=J5;J5.prototype.GetConstraint=function(){return l(mc(this.nDa),K5)};J5.prototype.__destroy__=function(){nc(this.nDa)};
|
|
function L5(){throw"cannot construct a BroadPhaseLayerInterface, no constructor in IDL";}L5.prototype=Object.create(e.prototype);L5.prototype.constructor=L5;L5.prototype.oDa=L5;L5.pDa={};d.BroadPhaseLayerInterface=L5;L5.prototype.GetNumBroadPhaseLayers=function(){return oc(this.nDa)};L5.prototype.__destroy__=function(){pc(this.nDa)};function M5(){this.nDa=qc();h(M5)[this.nDa]=this}M5.prototype=Object.create(e.prototype);M5.prototype.constructor=M5;M5.prototype.oDa=M5;M5.pDa={};
|
|
d.BroadPhaseCastResult=M5;M5.prototype.Reset=function(){rc(this.nDa)};M5.prototype.get_mBodyID=M5.prototype.fEa=function(){return l(sc(this.nDa),N5)};M5.prototype.set_mBodyID=M5.prototype.oEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tc(c,a)};Object.defineProperty(M5.prototype,"mBodyID",{get:M5.prototype.fEa,set:M5.prototype.oEa});M5.prototype.get_mFraction=M5.prototype.iEa=function(){return uc(this.nDa)};
|
|
M5.prototype.set_mFraction=M5.prototype.rEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vc(c,a)};Object.defineProperty(M5.prototype,"mFraction",{get:M5.prototype.iEa,set:M5.prototype.rEa});M5.prototype.__destroy__=function(){wc(this.nDa)};function O5(){throw"cannot construct a ConvexShapeSettings, no constructor in IDL";}O5.prototype=Object.create(v5.prototype);O5.prototype.constructor=O5;O5.prototype.oDa=O5;O5.pDa={};d.ConvexShapeSettings=O5;O5.prototype.GetRefCount=function(){return xc(this.nDa)};
|
|
O5.prototype.AddRef=function(){yc(this.nDa)};O5.prototype.Release=function(){zc(this.nDa)};O5.prototype.Create=function(){return l(Ac(this.nDa),w5)};O5.prototype.ClearCachedResult=function(){Bc(this.nDa)};O5.prototype.get_mMaterial=O5.prototype.ADa=function(){return l(Cc(this.nDa),y5)};O5.prototype.set_mMaterial=O5.prototype.CDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dc(c,a)};Object.defineProperty(O5.prototype,"mMaterial",{get:O5.prototype.ADa,set:O5.prototype.CDa});
|
|
O5.prototype.get_mDensity=O5.prototype.EDa=function(){return Ec(this.nDa)};O5.prototype.set_mDensity=O5.prototype.GDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fc(c,a)};Object.defineProperty(O5.prototype,"mDensity",{get:O5.prototype.EDa,set:O5.prototype.GDa});O5.prototype.get_mUserData=O5.prototype.qDa=function(){return Gc(this.nDa)};O5.prototype.set_mUserData=O5.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Hc(c,a)};
|
|
Object.defineProperty(O5.prototype,"mUserData",{get:O5.prototype.qDa,set:O5.prototype.rDa});O5.prototype.__destroy__=function(){Ic(this.nDa)};function P5(){throw"cannot construct a ConvexShape, no constructor in IDL";}P5.prototype=Object.create(m.prototype);P5.prototype.constructor=P5;P5.prototype.oDa=P5;P5.pDa={};d.ConvexShape=P5;P5.prototype.SetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jc(c,a)};P5.prototype.GetDensity=function(){return Kc(this.nDa)};
|
|
P5.prototype.SetDensity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lc(c,a)};P5.prototype.GetRefCount=function(){return Mc(this.nDa)};P5.prototype.AddRef=function(){Nc(this.nDa)};P5.prototype.Release=function(){Oc(this.nDa)};P5.prototype.GetType=function(){return Pc(this.nDa)};P5.prototype.GetSubType=function(){return Qc(this.nDa)};P5.prototype.MustBeStatic=function(){return!!Rc(this.nDa)};P5.prototype.GetLocalBounds=function(){return l(Sc(this.nDa),n)};
|
|
P5.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Tc(b,a,c),n)};P5.prototype.GetCenterOfMass=function(){return l(Uc(this.nDa),p)};P5.prototype.GetUserData=function(){return Vc(this.nDa)};P5.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wc(c,a)};P5.prototype.GetSubShapeIDBitsRecursive=function(){return Xc(this.nDa)};P5.prototype.GetInnerRadius=function(){return Yc(this.nDa)};
|
|
P5.prototype.GetMassProperties=function(){return l(Zc(this.nDa),x5)};P5.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l($c(b,a,c),m)};P5.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ad(c,a),y5)};P5.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(bd(b,a,c),p)};
|
|
P5.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return cd(c,a)};P5.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(dd(k,a,c,b,f,g),q)};P5.prototype.GetVolume=function(){return ed(this.nDa)};
|
|
P5.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!fd(c,a)};P5.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(gd(c,a),p)};P5.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(hd(c,a),w5)};P5.prototype.__destroy__=function(){jd(this.nDa)};function Q5(){throw"cannot construct a CompoundShapeSettings, no constructor in IDL";}Q5.prototype=Object.create(v5.prototype);
|
|
Q5.prototype.constructor=Q5;Q5.prototype.oDa=Q5;Q5.pDa={};d.CompoundShapeSettings=Q5;Q5.prototype.AddShape=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);kd(g,a,c,b,f)};
|
|
Q5.prototype.AddShapeShapeSettings=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);ld(g,a,c,b,f)};Q5.prototype.AddShapeShape=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);md(g,a,c,b,f)};Q5.prototype.GetRefCount=function(){return nd(this.nDa)};
|
|
Q5.prototype.AddRef=function(){od(this.nDa)};Q5.prototype.Release=function(){pd(this.nDa)};Q5.prototype.Create=function(){return l(qd(this.nDa),w5)};Q5.prototype.ClearCachedResult=function(){rd(this.nDa)};Q5.prototype.get_mUserData=Q5.prototype.qDa=function(){return sd(this.nDa)};Q5.prototype.set_mUserData=Q5.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);td(c,a)};Object.defineProperty(Q5.prototype,"mUserData",{get:Q5.prototype.qDa,set:Q5.prototype.rDa});
|
|
Q5.prototype.__destroy__=function(){ud(this.nDa)};function R5(){throw"cannot construct a CompoundShape, no constructor in IDL";}R5.prototype=Object.create(m.prototype);R5.prototype.constructor=R5;R5.prototype.oDa=R5;R5.pDa={};d.CompoundShape=R5;R5.prototype.GetNumSubShapes=function(){return vd(this.nDa)};R5.prototype.GetSubShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(wd(c,a),S5)};R5.prototype.GetRefCount=function(){return xd(this.nDa)};R5.prototype.AddRef=function(){yd(this.nDa)};
|
|
R5.prototype.Release=function(){zd(this.nDa)};R5.prototype.GetType=function(){return Ad(this.nDa)};R5.prototype.GetSubType=function(){return Bd(this.nDa)};R5.prototype.MustBeStatic=function(){return!!Cd(this.nDa)};R5.prototype.GetLocalBounds=function(){return l(Dd(this.nDa),n)};R5.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Ed(b,a,c),n)};R5.prototype.GetCenterOfMass=function(){return l(Fd(this.nDa),p)};
|
|
R5.prototype.GetUserData=function(){return Gd(this.nDa)};R5.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Hd(c,a)};R5.prototype.GetSubShapeIDBitsRecursive=function(){return Id(this.nDa)};R5.prototype.GetInnerRadius=function(){return Jd(this.nDa)};R5.prototype.GetMassProperties=function(){return l(Kd(this.nDa),x5)};R5.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Ld(b,a,c),m)};
|
|
R5.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Md(c,a),y5)};R5.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Nd(b,a,c),p)};R5.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return Od(c,a)};
|
|
R5.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(Pd(k,a,c,b,f,g),q)};R5.prototype.GetVolume=function(){return Qd(this.nDa)};R5.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!Rd(c,a)};
|
|
R5.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Sd(c,a),p)};R5.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Td(c,a),w5)};R5.prototype.__destroy__=function(){Ud(this.nDa)};function T5(){throw"cannot construct a DecoratedShapeSettings, no constructor in IDL";}T5.prototype=Object.create(v5.prototype);T5.prototype.constructor=T5;T5.prototype.oDa=T5;T5.pDa={};d.DecoratedShapeSettings=T5;
|
|
T5.prototype.GetRefCount=function(){return Vd(this.nDa)};T5.prototype.AddRef=function(){Wd(this.nDa)};T5.prototype.Release=function(){Xd(this.nDa)};T5.prototype.Create=function(){return l(Yd(this.nDa),w5)};T5.prototype.ClearCachedResult=function(){Zd(this.nDa)};T5.prototype.get_mUserData=T5.prototype.qDa=function(){return $d(this.nDa)};T5.prototype.set_mUserData=T5.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ae(c,a)};
|
|
Object.defineProperty(T5.prototype,"mUserData",{get:T5.prototype.qDa,set:T5.prototype.rDa});T5.prototype.__destroy__=function(){be(this.nDa)};function U5(){throw"cannot construct a DecoratedShape, no constructor in IDL";}U5.prototype=Object.create(m.prototype);U5.prototype.constructor=U5;U5.prototype.oDa=U5;U5.pDa={};d.DecoratedShape=U5;U5.prototype.GetInnerShape=function(){return l(ce(this.nDa),m)};U5.prototype.GetRefCount=function(){return de(this.nDa)};U5.prototype.AddRef=function(){ee(this.nDa)};
|
|
U5.prototype.Release=function(){fe(this.nDa)};U5.prototype.GetType=function(){return ge(this.nDa)};U5.prototype.GetSubType=function(){return he(this.nDa)};U5.prototype.MustBeStatic=function(){return!!ie(this.nDa)};U5.prototype.GetLocalBounds=function(){return l(je(this.nDa),n)};U5.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(ke(b,a,c),n)};U5.prototype.GetCenterOfMass=function(){return l(le(this.nDa),p)};
|
|
U5.prototype.GetUserData=function(){return me(this.nDa)};U5.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ne(c,a)};U5.prototype.GetSubShapeIDBitsRecursive=function(){return oe(this.nDa)};U5.prototype.GetInnerRadius=function(){return pe(this.nDa)};U5.prototype.GetMassProperties=function(){return l(qe(this.nDa),x5)};U5.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(re(b,a,c),m)};
|
|
U5.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(se(c,a),y5)};U5.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(te(b,a,c),p)};U5.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return ue(c,a)};
|
|
U5.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(ve(k,a,c,b,f,g),q)};U5.prototype.GetVolume=function(){return we(this.nDa)};U5.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!xe(c,a)};
|
|
U5.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ye(c,a),p)};U5.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ze(c,a),w5)};U5.prototype.__destroy__=function(){Ae(this.nDa)};function V5(){throw"cannot construct a TwoBodyConstraintSettings, no constructor in IDL";}V5.prototype=Object.create(z5.prototype);V5.prototype.constructor=V5;V5.prototype.oDa=V5;V5.pDa={};d.TwoBodyConstraintSettings=V5;
|
|
V5.prototype.Create=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Be(b,a,c),A5)};V5.prototype.GetRefCount=function(){return Ce(this.nDa)};V5.prototype.AddRef=function(){De(this.nDa)};V5.prototype.Release=function(){Ee(this.nDa)};V5.prototype.get_mEnabled=V5.prototype.wDa=function(){return!!Fe(this.nDa)};V5.prototype.set_mEnabled=V5.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ge(c,a)};
|
|
Object.defineProperty(V5.prototype,"mEnabled",{get:V5.prototype.wDa,set:V5.prototype.xDa});V5.prototype.get_mNumVelocityStepsOverride=V5.prototype.tDa=function(){return He(this.nDa)};V5.prototype.set_mNumVelocityStepsOverride=V5.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ie(c,a)};Object.defineProperty(V5.prototype,"mNumVelocityStepsOverride",{get:V5.prototype.tDa,set:V5.prototype.vDa});V5.prototype.get_mNumPositionStepsOverride=V5.prototype.sDa=function(){return Je(this.nDa)};
|
|
V5.prototype.set_mNumPositionStepsOverride=V5.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ke(c,a)};Object.defineProperty(V5.prototype,"mNumPositionStepsOverride",{get:V5.prototype.sDa,set:V5.prototype.uDa});V5.prototype.__destroy__=function(){Le(this.nDa)};function W5(){throw"cannot construct a TwoBodyConstraint, no constructor in IDL";}W5.prototype=Object.create(A5.prototype);W5.prototype.constructor=W5;W5.prototype.oDa=W5;W5.pDa={};d.TwoBodyConstraint=W5;
|
|
W5.prototype.GetBody1=function(){return l(Me(this.nDa),Body)};W5.prototype.GetBody2=function(){return l(Ne(this.nDa),Body)};W5.prototype.GetConstraintToBody1Matrix=function(){return l(Oe(this.nDa),r)};W5.prototype.GetConstraintToBody2Matrix=function(){return l(Pe(this.nDa),r)};W5.prototype.GetRefCount=function(){return Qe(this.nDa)};W5.prototype.AddRef=function(){Re(this.nDa)};W5.prototype.Release=function(){Se(this.nDa)};W5.prototype.GetType=function(){return Te(this.nDa)};
|
|
W5.prototype.GetSubType=function(){return Ue(this.nDa)};W5.prototype.GetConstraintPriority=function(){return Ve(this.nDa)};W5.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);We(c,a)};W5.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Xe(c,a)};W5.prototype.GetNumVelocityStepsOverride=function(){return Ye(this.nDa)};
|
|
W5.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ze(c,a)};W5.prototype.GetNumPositionStepsOverride=function(){return $e(this.nDa)};W5.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);af(c,a)};W5.prototype.GetEnabled=function(){return!!bf(this.nDa)};W5.prototype.IsActive=function(){return!!cf(this.nDa)};W5.prototype.GetUserData=function(){return df(this.nDa)};
|
|
W5.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ef(c,a)};W5.prototype.ResetWarmStart=function(){ff(this.nDa)};W5.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gf(c,a)};W5.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hf(c,a)};W5.prototype.__destroy__=function(){jf(this.nDa)};function X5(){throw"cannot construct a PathConstraintPathEm, no constructor in IDL";}X5.prototype=Object.create(B5.prototype);
|
|
X5.prototype.constructor=X5;X5.prototype.oDa=X5;X5.pDa={};d.PathConstraintPathEm=X5;X5.prototype.IsLooping=function(){return!!kf(this.nDa)};X5.prototype.SetIsLooping=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lf(c,a)};X5.prototype.GetRefCount=function(){return mf(this.nDa)};X5.prototype.AddRef=function(){of(this.nDa)};X5.prototype.Release=function(){pf(this.nDa)};X5.prototype.__destroy__=function(){qf(this.nDa)};
|
|
function Y5(){throw"cannot construct a MotionProperties, no constructor in IDL";}Y5.prototype=Object.create(e.prototype);Y5.prototype.constructor=Y5;Y5.prototype.oDa=Y5;Y5.pDa={};d.MotionProperties=Y5;Y5.prototype.GetMotionQuality=function(){return rf(this.nDa)};Y5.prototype.GetAllowedDOFs=function(){return sf(this.nDa)};Y5.prototype.GetAllowSleeping=function(){return!!tf(this.nDa)};Y5.prototype.GetLinearVelocity=function(){return l(uf(this.nDa),p)};
|
|
Y5.prototype.SetLinearVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vf(c,a)};Y5.prototype.SetLinearVelocityClamped=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wf(c,a)};Y5.prototype.GetAngularVelocity=function(){return l(xf(this.nDa),p)};Y5.prototype.SetAngularVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yf(c,a)};Y5.prototype.SetAngularVelocityClamped=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zf(c,a)};
|
|
Y5.prototype.MoveKinematic=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);Af(f,a,c,b)};Y5.prototype.GetMaxLinearVelocity=function(){return Bf(this.nDa)};Y5.prototype.SetMaxLinearVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Cf(c,a)};Y5.prototype.GetMaxAngularVelocity=function(){return Df(this.nDa)};
|
|
Y5.prototype.SetMaxAngularVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ef(c,a)};Y5.prototype.ClampLinearVelocity=function(){Ff(this.nDa)};Y5.prototype.ClampAngularVelocity=function(){Gf(this.nDa)};Y5.prototype.GetLinearDamping=function(){return Hf(this.nDa)};Y5.prototype.SetLinearDamping=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);If(c,a)};Y5.prototype.GetAngularDamping=function(){return Jf(this.nDa)};
|
|
Y5.prototype.SetAngularDamping=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Kf(c,a)};Y5.prototype.GetGravityFactor=function(){return Lf(this.nDa)};Y5.prototype.SetGravityFactor=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Mf(c,a)};Y5.prototype.SetMassProperties=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Nf(b,a,c)};Y5.prototype.GetInverseMass=function(){return Of(this.nDa)};Y5.prototype.GetInverseMassUnchecked=function(){return Pf(this.nDa)};
|
|
Y5.prototype.SetInverseMass=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Qf(c,a)};Y5.prototype.GetInverseInertiaDiagonal=function(){return l(Rf(this.nDa),p)};Y5.prototype.GetInertiaRotation=function(){return l(Sf(this.nDa),t)};Y5.prototype.SetInverseInertia=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Tf(b,a,c)};Y5.prototype.ScaleToMass=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Uf(c,a)};
|
|
Y5.prototype.GetLocalSpaceInverseInertia=function(){return l(Vf(this.nDa),r)};Y5.prototype.GetInverseInertiaForRotation=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Wf(c,a),r)};Y5.prototype.MultiplyWorldSpaceInverseInertiaByVector=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Xf(b,a,c),p)};Y5.prototype.GetPointVelocityCOM=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Yf(c,a),p)};
|
|
Y5.prototype.GetAccumulatedForce=function(){return l(Zf(this.nDa),p)};Y5.prototype.GetAccumulatedTorque=function(){return l($f(this.nDa),p)};Y5.prototype.ResetForce=function(){ag(this.nDa)};Y5.prototype.ResetTorque=function(){bg(this.nDa)};Y5.prototype.ResetMotion=function(){cg(this.nDa)};Y5.prototype.LockTranslation=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(dg(c,a),p)};
|
|
Y5.prototype.LockAngular=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(eg(c,a),p)};Y5.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fg(c,a)};Y5.prototype.GetNumVelocityStepsOverride=function(){return gg(this.nDa)};Y5.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hg(c,a)};Y5.prototype.GetNumPositionStepsOverride=function(){return ig(this.nDa)};Y5.prototype.__destroy__=function(){jg(this.nDa)};
|
|
function Z5(){throw"cannot construct a GroupFilter, no constructor in IDL";}Z5.prototype=Object.create(e.prototype);Z5.prototype.constructor=Z5;Z5.prototype.oDa=Z5;Z5.pDa={};d.GroupFilter=Z5;Z5.prototype.GetRefCount=function(){return kg(this.nDa)};Z5.prototype.AddRef=function(){lg(this.nDa)};Z5.prototype.Release=function(){ng(this.nDa)};Z5.prototype.__destroy__=function(){og(this.nDa)};function $5(){throw"cannot construct a StateRecorderFilter, no constructor in IDL";}$5.prototype=Object.create(e.prototype);
|
|
$5.prototype.constructor=$5;$5.prototype.oDa=$5;$5.pDa={};d.StateRecorderFilter=$5;$5.prototype.__destroy__=function(){pg(this.nDa)};function a6(){throw"cannot construct a StateRecorderEm, no constructor in IDL";}a6.prototype=Object.create(C5.prototype);a6.prototype.constructor=a6;a6.prototype.oDa=a6;a6.pDa={};d.StateRecorderEm=a6;a6.prototype.SetValidating=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qg(c,a)};a6.prototype.IsValidating=function(){return!!rg(this.nDa)};
|
|
a6.prototype.SetIsLastPart=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sg(c,a)};a6.prototype.IsLastPart=function(){return!!tg(this.nDa)};a6.prototype.__destroy__=function(){ug(this.nDa)};function b6(){throw"cannot construct a BodyLockInterface, no constructor in IDL";}b6.prototype=Object.create(e.prototype);b6.prototype.constructor=b6;b6.prototype.oDa=b6;b6.pDa={};d.BodyLockInterface=b6;
|
|
b6.prototype.TryGetBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(vg(c,a),Body)};b6.prototype.__destroy__=function(){wg(this.nDa)};function v(){this.nDa=xg();h(v)[this.nDa]=this}v.prototype=Object.create(e.prototype);v.prototype.constructor=v;v.prototype.oDa=v;v.pDa={};d.CollideShapeResult=v;v.prototype.get_mContactPointOn1=v.prototype.xGa=function(){return l(yg(this.nDa),p)};
|
|
v.prototype.set_mContactPointOn1=v.prototype.UHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zg(c,a)};Object.defineProperty(v.prototype,"mContactPointOn1",{get:v.prototype.xGa,set:v.prototype.UHa});v.prototype.get_mContactPointOn2=v.prototype.yGa=function(){return l(Ag(this.nDa),p)};v.prototype.set_mContactPointOn2=v.prototype.VHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bg(c,a)};Object.defineProperty(v.prototype,"mContactPointOn2",{get:v.prototype.yGa,set:v.prototype.VHa});
|
|
v.prototype.get_mPenetrationAxis=v.prototype.gHa=function(){return l(Cg(this.nDa),p)};v.prototype.set_mPenetrationAxis=v.prototype.DIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dg(c,a)};Object.defineProperty(v.prototype,"mPenetrationAxis",{get:v.prototype.gHa,set:v.prototype.DIa});v.prototype.get_mPenetrationDepth=v.prototype.TEa=function(){return Eg(this.nDa)};v.prototype.set_mPenetrationDepth=v.prototype.IFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fg(c,a)};
|
|
Object.defineProperty(v.prototype,"mPenetrationDepth",{get:v.prototype.TEa,set:v.prototype.IFa});v.prototype.get_mSubShapeID1=v.prototype.YEa=function(){return l(Gg(this.nDa),c6)};v.prototype.set_mSubShapeID1=v.prototype.NFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Hg(c,a)};Object.defineProperty(v.prototype,"mSubShapeID1",{get:v.prototype.YEa,set:v.prototype.NFa});v.prototype.get_mSubShapeID2=v.prototype.cEa=function(){return l(Ig(this.nDa),c6)};
|
|
v.prototype.set_mSubShapeID2=v.prototype.dEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jg(c,a)};Object.defineProperty(v.prototype,"mSubShapeID2",{get:v.prototype.cEa,set:v.prototype.dEa});v.prototype.get_mBodyID2=v.prototype.nGa=function(){return l(Kg(this.nDa),N5)};v.prototype.set_mBodyID2=v.prototype.LHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lg(c,a)};Object.defineProperty(v.prototype,"mBodyID2",{get:v.prototype.nGa,set:v.prototype.LHa});
|
|
v.prototype.get_mShape1Face=v.prototype.lHa=function(){return l(Mg(this.nDa),d6)};v.prototype.set_mShape1Face=v.prototype.JIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ng(c,a)};Object.defineProperty(v.prototype,"mShape1Face",{get:v.prototype.lHa,set:v.prototype.JIa});v.prototype.get_mShape2Face=v.prototype.mHa=function(){return l(Og(this.nDa),d6)};v.prototype.set_mShape2Face=v.prototype.KIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Pg(c,a)};
|
|
Object.defineProperty(v.prototype,"mShape2Face",{get:v.prototype.mHa,set:v.prototype.KIa});v.prototype.__destroy__=function(){Qg(this.nDa)};function e6(){throw"cannot construct a ContactListenerEm, no constructor in IDL";}e6.prototype=Object.create(D5.prototype);e6.prototype.constructor=e6;e6.prototype.oDa=e6;e6.pDa={};d.ContactListenerEm=e6;e6.prototype.__destroy__=function(){Rg(this.nDa)};function f6(){throw"cannot construct a SoftBodyContactListenerEm, no constructor in IDL";}f6.prototype=Object.create(E5.prototype);
|
|
f6.prototype.constructor=f6;f6.prototype.oDa=f6;f6.pDa={};d.SoftBodyContactListenerEm=f6;f6.prototype.__destroy__=function(){Sg(this.nDa)};function g6(){throw"cannot construct a RayCastBodyCollector, no constructor in IDL";}g6.prototype=Object.create(e.prototype);g6.prototype.constructor=g6;g6.prototype.oDa=g6;g6.pDa={};d.RayCastBodyCollector=g6;g6.prototype.Reset=function(){Tg(this.nDa)};g6.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ug(c,a)};
|
|
g6.prototype.GetContext=function(){return l(Vg(this.nDa),q)};g6.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wg(c,a)};g6.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?Xg(c):Yg(c,a)};g6.prototype.ForceEarlyOut=function(){Zg(this.nDa)};g6.prototype.ShouldEarlyOut=function(){return!!$g(this.nDa)};g6.prototype.GetEarlyOutFraction=function(){return ah(this.nDa)};
|
|
g6.prototype.GetPositiveEarlyOutFraction=function(){return bh(this.nDa)};g6.prototype.__destroy__=function(){ch(this.nDa)};function h6(){throw"cannot construct a CollideShapeBodyCollector, no constructor in IDL";}h6.prototype=Object.create(e.prototype);h6.prototype.constructor=h6;h6.prototype.oDa=h6;h6.pDa={};d.CollideShapeBodyCollector=h6;h6.prototype.Reset=function(){dh(this.nDa)};h6.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eh(c,a)};
|
|
h6.prototype.GetContext=function(){return l(fh(this.nDa),q)};h6.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gh(c,a)};h6.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?hh(c):ih(c,a)};h6.prototype.ForceEarlyOut=function(){jh(this.nDa)};h6.prototype.ShouldEarlyOut=function(){return!!kh(this.nDa)};h6.prototype.GetEarlyOutFraction=function(){return lh(this.nDa)};
|
|
h6.prototype.GetPositiveEarlyOutFraction=function(){return mh(this.nDa)};h6.prototype.__destroy__=function(){nh(this.nDa)};function i6(){throw"cannot construct a CastShapeBodyCollector, no constructor in IDL";}i6.prototype=Object.create(e.prototype);i6.prototype.constructor=i6;i6.prototype.oDa=i6;i6.pDa={};d.CastShapeBodyCollector=i6;i6.prototype.Reset=function(){oh(this.nDa)};i6.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ph(c,a)};
|
|
i6.prototype.GetContext=function(){return l(qh(this.nDa),q)};i6.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rh(c,a)};i6.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?sh(c):th(c,a)};i6.prototype.ForceEarlyOut=function(){uh(this.nDa)};i6.prototype.ShouldEarlyOut=function(){return!!vh(this.nDa)};i6.prototype.GetEarlyOutFraction=function(){return wh(this.nDa)};
|
|
i6.prototype.GetPositiveEarlyOutFraction=function(){return xh(this.nDa)};i6.prototype.__destroy__=function(){yh(this.nDa)};function j6(){throw"cannot construct a CastRayCollector, no constructor in IDL";}j6.prototype=Object.create(e.prototype);j6.prototype.constructor=j6;j6.prototype.oDa=j6;j6.pDa={};d.CastRayCollector=j6;j6.prototype.Reset=function(){zh(this.nDa)};j6.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ah(c,a)};
|
|
j6.prototype.GetContext=function(){return l(Bh(this.nDa),q)};j6.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ch(c,a)};j6.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?Dh(c):Eh(c,a)};j6.prototype.ForceEarlyOut=function(){Fh(this.nDa)};j6.prototype.ShouldEarlyOut=function(){return!!Gh(this.nDa)};j6.prototype.GetEarlyOutFraction=function(){return Hh(this.nDa)};
|
|
j6.prototype.GetPositiveEarlyOutFraction=function(){return Ih(this.nDa)};j6.prototype.__destroy__=function(){Jh(this.nDa)};function k6(){throw"cannot construct a CollidePointCollector, no constructor in IDL";}k6.prototype=Object.create(e.prototype);k6.prototype.constructor=k6;k6.prototype.oDa=k6;k6.pDa={};d.CollidePointCollector=k6;k6.prototype.Reset=function(){Kh(this.nDa)};k6.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lh(c,a)};
|
|
k6.prototype.GetContext=function(){return l(Mh(this.nDa),q)};k6.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Nh(c,a)};k6.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?Oh(c):Ph(c,a)};k6.prototype.ForceEarlyOut=function(){Qh(this.nDa)};k6.prototype.ShouldEarlyOut=function(){return!!Rh(this.nDa)};k6.prototype.GetEarlyOutFraction=function(){return Sh(this.nDa)};
|
|
k6.prototype.GetPositiveEarlyOutFraction=function(){return Th(this.nDa)};k6.prototype.__destroy__=function(){Uh(this.nDa)};function l6(){throw"cannot construct a CollideSettingsBase, no constructor in IDL";}l6.prototype=Object.create(e.prototype);l6.prototype.constructor=l6;l6.prototype.oDa=l6;l6.pDa={};d.CollideSettingsBase=l6;l6.prototype.get_mActiveEdgeMode=l6.prototype.xEa=function(){return Vh(this.nDa)};
|
|
l6.prototype.set_mActiveEdgeMode=l6.prototype.lFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wh(c,a)};Object.defineProperty(l6.prototype,"mActiveEdgeMode",{get:l6.prototype.xEa,set:l6.prototype.lFa});l6.prototype.get_mCollectFacesMode=l6.prototype.AEa=function(){return Xh(this.nDa)};l6.prototype.set_mCollectFacesMode=l6.prototype.oFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Yh(c,a)};
|
|
Object.defineProperty(l6.prototype,"mCollectFacesMode",{get:l6.prototype.AEa,set:l6.prototype.oFa});l6.prototype.get_mCollisionTolerance=l6.prototype.gEa=function(){return Zh(this.nDa)};l6.prototype.set_mCollisionTolerance=l6.prototype.pEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$h(c,a)};Object.defineProperty(l6.prototype,"mCollisionTolerance",{get:l6.prototype.gEa,set:l6.prototype.pEa});l6.prototype.get_mPenetrationTolerance=l6.prototype.UEa=function(){return ai(this.nDa)};
|
|
l6.prototype.set_mPenetrationTolerance=l6.prototype.JFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bi(c,a)};Object.defineProperty(l6.prototype,"mPenetrationTolerance",{get:l6.prototype.UEa,set:l6.prototype.JFa});l6.prototype.get_mActiveEdgeMovementDirection=l6.prototype.yEa=function(){return l(ci(this.nDa),p)};l6.prototype.set_mActiveEdgeMovementDirection=l6.prototype.mFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);di(c,a)};
|
|
Object.defineProperty(l6.prototype,"mActiveEdgeMovementDirection",{get:l6.prototype.yEa,set:l6.prototype.mFa});l6.prototype.__destroy__=function(){ei(this.nDa)};function m6(){throw"cannot construct a CollideShapeCollector, no constructor in IDL";}m6.prototype=Object.create(e.prototype);m6.prototype.constructor=m6;m6.prototype.oDa=m6;m6.pDa={};d.CollideShapeCollector=m6;m6.prototype.Reset=function(){fi(this.nDa)};
|
|
m6.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gi(c,a)};m6.prototype.GetContext=function(){return l(hi(this.nDa),q)};m6.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ii(c,a)};m6.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?ji(c):ki(c,a)};m6.prototype.ForceEarlyOut=function(){li(this.nDa)};m6.prototype.ShouldEarlyOut=function(){return!!mi(this.nDa)};
|
|
m6.prototype.GetEarlyOutFraction=function(){return ni(this.nDa)};m6.prototype.GetPositiveEarlyOutFraction=function(){return oi(this.nDa)};m6.prototype.__destroy__=function(){pi(this.nDa)};function n6(){throw"cannot construct a CastShapeCollector, no constructor in IDL";}n6.prototype=Object.create(e.prototype);n6.prototype.constructor=n6;n6.prototype.oDa=n6;n6.pDa={};d.CastShapeCollector=n6;n6.prototype.Reset=function(){qi(this.nDa)};
|
|
n6.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ri(c,a)};n6.prototype.GetContext=function(){return l(si(this.nDa),q)};n6.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ti(c,a)};n6.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?ui(c):vi(c,a)};n6.prototype.ForceEarlyOut=function(){wi(this.nDa)};n6.prototype.ShouldEarlyOut=function(){return!!xi(this.nDa)};
|
|
n6.prototype.GetEarlyOutFraction=function(){return yi(this.nDa)};n6.prototype.GetPositiveEarlyOutFraction=function(){return zi(this.nDa)};n6.prototype.__destroy__=function(){Ai(this.nDa)};function o6(){throw"cannot construct a TransformedShapeCollector, no constructor in IDL";}o6.prototype=Object.create(e.prototype);o6.prototype.constructor=o6;o6.prototype.oDa=o6;o6.pDa={};d.TransformedShapeCollector=o6;o6.prototype.Reset=function(){Bi(this.nDa)};
|
|
o6.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ci(c,a)};o6.prototype.GetContext=function(){return l(Di(this.nDa),q)};o6.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ei(c,a)};o6.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?Fi(c):Gi(c,a)};o6.prototype.ForceEarlyOut=function(){Hi(this.nDa)};o6.prototype.ShouldEarlyOut=function(){return!!Ii(this.nDa)};
|
|
o6.prototype.GetEarlyOutFraction=function(){return Ji(this.nDa)};o6.prototype.GetPositiveEarlyOutFraction=function(){return Ki(this.nDa)};o6.prototype.__destroy__=function(){Li(this.nDa)};function p6(){throw"cannot construct a PhysicsStepListener, no constructor in IDL";}p6.prototype=Object.create(e.prototype);p6.prototype.constructor=p6;p6.prototype.oDa=p6;p6.pDa={};d.PhysicsStepListener=p6;p6.prototype.__destroy__=function(){Mi(this.nDa)};
|
|
function q6(){throw"cannot construct a BodyActivationListenerEm, no constructor in IDL";}q6.prototype=Object.create(F5.prototype);q6.prototype.constructor=q6;q6.prototype.oDa=q6;q6.pDa={};d.BodyActivationListenerEm=q6;q6.prototype.__destroy__=function(){Ni(this.nDa)};
|
|
function w(a,c,b,f,g){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);this.nDa=void 0===a?Oi():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):Pi(a,c,b,f,g);h(w)[this.nDa]=this}w.prototype=Object.create(e.prototype);w.prototype.constructor=w;w.prototype.oDa=w;w.pDa={};d.BodyCreationSettings=w;w.prototype.GetShapeSettings=function(){return l(Qi(this.nDa),v5)};w.prototype.SetShapeSettings=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ri(c,a)};w.prototype.ConvertShapeSettings=function(){return l(Si(this.nDa),w5)};w.prototype.GetShape=function(){return l(Ti(this.nDa),m)};
|
|
w.prototype.SetShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ui(c,a)};w.prototype.HasMassProperties=function(){return!!Vi(this.nDa)};w.prototype.GetMassProperties=function(){return l(Wi(this.nDa),x5)};w.prototype.get_mPosition=w.prototype.BDa=function(){return l(Xi(this.nDa),x)};w.prototype.set_mPosition=w.prototype.DDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Yi(c,a)};Object.defineProperty(w.prototype,"mPosition",{get:w.prototype.BDa,set:w.prototype.DDa});
|
|
w.prototype.get_mRotation=w.prototype.RDa=function(){return l(Zi(this.nDa),t)};w.prototype.set_mRotation=w.prototype.YDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$i(c,a)};Object.defineProperty(w.prototype,"mRotation",{get:w.prototype.RDa,set:w.prototype.YDa});w.prototype.get_mLinearVelocity=w.prototype.KEa=function(){return l(aj(this.nDa),p)};w.prototype.set_mLinearVelocity=w.prototype.zFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bj(c,a)};
|
|
Object.defineProperty(w.prototype,"mLinearVelocity",{get:w.prototype.KEa,set:w.prototype.zFa});w.prototype.get_mAngularVelocity=w.prototype.zEa=function(){return l(cj(this.nDa),p)};w.prototype.set_mAngularVelocity=w.prototype.nFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dj(c,a)};Object.defineProperty(w.prototype,"mAngularVelocity",{get:w.prototype.zEa,set:w.prototype.nFa});w.prototype.get_mUserData=w.prototype.qDa=function(){return ej(this.nDa)};
|
|
w.prototype.set_mUserData=w.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fj(c,a)};Object.defineProperty(w.prototype,"mUserData",{get:w.prototype.qDa,set:w.prototype.rDa});w.prototype.get_mObjectLayer=w.prototype.SEa=function(){return gj(this.nDa)};w.prototype.set_mObjectLayer=w.prototype.HFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hj(c,a)};Object.defineProperty(w.prototype,"mObjectLayer",{get:w.prototype.SEa,set:w.prototype.HFa});
|
|
w.prototype.get_mCollisionGroup=w.prototype.BEa=function(){return l(ij(this.nDa),r6)};w.prototype.set_mCollisionGroup=w.prototype.pFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jj(c,a)};Object.defineProperty(w.prototype,"mCollisionGroup",{get:w.prototype.BEa,set:w.prototype.pFa});w.prototype.get_mMotionType=w.prototype.$Ga=function(){return kj(this.nDa)};w.prototype.set_mMotionType=w.prototype.wIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lj(c,a)};
|
|
Object.defineProperty(w.prototype,"mMotionType",{get:w.prototype.$Ga,set:w.prototype.wIa});w.prototype.get_mAllowedDOFs=w.prototype.dGa=function(){return mj(this.nDa)};w.prototype.set_mAllowedDOFs=w.prototype.BHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nj(c,a)};Object.defineProperty(w.prototype,"mAllowedDOFs",{get:w.prototype.dGa,set:w.prototype.BHa});w.prototype.get_mAllowDynamicOrKinematic=w.prototype.cGa=function(){return!!oj(this.nDa)};
|
|
w.prototype.set_mAllowDynamicOrKinematic=w.prototype.AHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pj(c,a)};Object.defineProperty(w.prototype,"mAllowDynamicOrKinematic",{get:w.prototype.cGa,set:w.prototype.AHa});w.prototype.get_mIsSensor=w.prototype.kEa=function(){return!!qj(this.nDa)};w.prototype.set_mIsSensor=w.prototype.tEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rj(c,a)};Object.defineProperty(w.prototype,"mIsSensor",{get:w.prototype.kEa,set:w.prototype.tEa});
|
|
w.prototype.get_mUseManifoldReduction=w.prototype.gFa=function(){return!!sj(this.nDa)};w.prototype.set_mUseManifoldReduction=w.prototype.WFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tj(c,a)};Object.defineProperty(w.prototype,"mUseManifoldReduction",{get:w.prototype.gFa,set:w.prototype.WFa});w.prototype.get_mCollideKinematicVsNonDynamic=w.prototype.uGa=function(){return!!uj(this.nDa)};
|
|
w.prototype.set_mCollideKinematicVsNonDynamic=w.prototype.RHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vj(c,a)};Object.defineProperty(w.prototype,"mCollideKinematicVsNonDynamic",{get:w.prototype.uGa,set:w.prototype.RHa});w.prototype.get_mApplyGyroscopicForce=w.prototype.eGa=function(){return!!wj(this.nDa)};w.prototype.set_mApplyGyroscopicForce=w.prototype.CHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xj(c,a)};
|
|
Object.defineProperty(w.prototype,"mApplyGyroscopicForce",{get:w.prototype.eGa,set:w.prototype.CHa});w.prototype.get_mMotionQuality=w.prototype.ZGa=function(){return yj(this.nDa)};w.prototype.set_mMotionQuality=w.prototype.vIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zj(c,a)};Object.defineProperty(w.prototype,"mMotionQuality",{get:w.prototype.ZGa,set:w.prototype.vIa});w.prototype.get_mEnhancedInternalEdgeRemoval=w.prototype.hEa=function(){return!!Aj(this.nDa)};
|
|
w.prototype.set_mEnhancedInternalEdgeRemoval=w.prototype.qEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bj(c,a)};Object.defineProperty(w.prototype,"mEnhancedInternalEdgeRemoval",{get:w.prototype.hEa,set:w.prototype.qEa});w.prototype.get_mAllowSleeping=w.prototype.eEa=function(){return!!Cj(this.nDa)};w.prototype.set_mAllowSleeping=w.prototype.nEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dj(c,a)};
|
|
Object.defineProperty(w.prototype,"mAllowSleeping",{get:w.prototype.eEa,set:w.prototype.nEa});w.prototype.get_mFriction=w.prototype.GEa=function(){return Ej(this.nDa)};w.prototype.set_mFriction=w.prototype.vFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fj(c,a)};Object.defineProperty(w.prototype,"mFriction",{get:w.prototype.GEa,set:w.prototype.vFa});w.prototype.get_mRestitution=w.prototype.WEa=function(){return Gj(this.nDa)};
|
|
w.prototype.set_mRestitution=w.prototype.LFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Hj(c,a)};Object.defineProperty(w.prototype,"mRestitution",{get:w.prototype.WEa,set:w.prototype.LFa});w.prototype.get_mLinearDamping=w.prototype.JEa=function(){return Ij(this.nDa)};w.prototype.set_mLinearDamping=w.prototype.yFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jj(c,a)};Object.defineProperty(w.prototype,"mLinearDamping",{get:w.prototype.JEa,set:w.prototype.yFa});
|
|
w.prototype.get_mAngularDamping=w.prototype.IDa=function(){return Kj(this.nDa)};w.prototype.set_mAngularDamping=w.prototype.KDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lj(c,a)};Object.defineProperty(w.prototype,"mAngularDamping",{get:w.prototype.IDa,set:w.prototype.KDa});w.prototype.get_mMaxLinearVelocity=w.prototype.PEa=function(){return Mj(this.nDa)};w.prototype.set_mMaxLinearVelocity=w.prototype.EFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Nj(c,a)};
|
|
Object.defineProperty(w.prototype,"mMaxLinearVelocity",{get:w.prototype.PEa,set:w.prototype.EFa});w.prototype.get_mMaxAngularVelocity=w.prototype.SGa=function(){return Oj(this.nDa)};w.prototype.set_mMaxAngularVelocity=w.prototype.oIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Pj(c,a)};Object.defineProperty(w.prototype,"mMaxAngularVelocity",{get:w.prototype.SGa,set:w.prototype.oIa});w.prototype.get_mGravityFactor=w.prototype.HEa=function(){return Qj(this.nDa)};
|
|
w.prototype.set_mGravityFactor=w.prototype.wFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rj(c,a)};Object.defineProperty(w.prototype,"mGravityFactor",{get:w.prototype.HEa,set:w.prototype.wFa});w.prototype.get_mNumVelocityStepsOverride=w.prototype.tDa=function(){return Sj(this.nDa)};w.prototype.set_mNumVelocityStepsOverride=w.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Tj(c,a)};
|
|
Object.defineProperty(w.prototype,"mNumVelocityStepsOverride",{get:w.prototype.tDa,set:w.prototype.vDa});w.prototype.get_mNumPositionStepsOverride=w.prototype.sDa=function(){return Uj(this.nDa)};w.prototype.set_mNumPositionStepsOverride=w.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Vj(c,a)};Object.defineProperty(w.prototype,"mNumPositionStepsOverride",{get:w.prototype.sDa,set:w.prototype.uDa});w.prototype.get_mOverrideMassProperties=w.prototype.fHa=function(){return Wj(this.nDa)};
|
|
w.prototype.set_mOverrideMassProperties=w.prototype.CIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Xj(c,a)};Object.defineProperty(w.prototype,"mOverrideMassProperties",{get:w.prototype.fHa,set:w.prototype.CIa});w.prototype.get_mInertiaMultiplier=w.prototype.HGa=function(){return Yj(this.nDa)};w.prototype.set_mInertiaMultiplier=w.prototype.dIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Zj(c,a)};
|
|
Object.defineProperty(w.prototype,"mInertiaMultiplier",{get:w.prototype.HGa,set:w.prototype.dIa});w.prototype.get_mMassPropertiesOverride=w.prototype.RGa=function(){return l(ak(this.nDa),x5)};w.prototype.set_mMassPropertiesOverride=w.prototype.nIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bk(c,a)};Object.defineProperty(w.prototype,"mMassPropertiesOverride",{get:w.prototype.RGa,set:w.prototype.nIa});w.prototype.__destroy__=function(){ck(this.nDa)};
|
|
function s6(){throw"cannot construct a CharacterBaseSettings, no constructor in IDL";}s6.prototype=Object.create(e.prototype);s6.prototype.constructor=s6;s6.prototype.oDa=s6;s6.pDa={};d.CharacterBaseSettings=s6;s6.prototype.GetRefCount=function(){return dk(this.nDa)};s6.prototype.AddRef=function(){ek(this.nDa)};s6.prototype.Release=function(){fk(this.nDa)};s6.prototype.get_mUp=s6.prototype.fFa=function(){return l(gk(this.nDa),p)};
|
|
s6.prototype.set_mUp=s6.prototype.VFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hk(c,a)};Object.defineProperty(s6.prototype,"mUp",{get:s6.prototype.fFa,set:s6.prototype.VFa});s6.prototype.get_mSupportingVolume=s6.prototype.qHa=function(){return l(ik(this.nDa),t6)};s6.prototype.set_mSupportingVolume=s6.prototype.OIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jk(c,a)};Object.defineProperty(s6.prototype,"mSupportingVolume",{get:s6.prototype.qHa,set:s6.prototype.OIa});
|
|
s6.prototype.get_mMaxSlopeAngle=s6.prototype.WGa=function(){return kk(this.nDa)};s6.prototype.set_mMaxSlopeAngle=s6.prototype.sIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lk(c,a)};Object.defineProperty(s6.prototype,"mMaxSlopeAngle",{get:s6.prototype.WGa,set:s6.prototype.sIa});s6.prototype.get_mEnhancedInternalEdgeRemoval=s6.prototype.hEa=function(){return!!mk(this.nDa)};
|
|
s6.prototype.set_mEnhancedInternalEdgeRemoval=s6.prototype.qEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nk(c,a)};Object.defineProperty(s6.prototype,"mEnhancedInternalEdgeRemoval",{get:s6.prototype.hEa,set:s6.prototype.qEa});s6.prototype.get_mShape=s6.prototype.SDa=function(){return l(ok(this.nDa),m)};s6.prototype.set_mShape=s6.prototype.vEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pk(c,a)};Object.defineProperty(s6.prototype,"mShape",{get:s6.prototype.SDa,set:s6.prototype.vEa});
|
|
s6.prototype.__destroy__=function(){qk(this.nDa)};function u6(){throw"cannot construct a CharacterContactListenerEm, no constructor in IDL";}u6.prototype=Object.create(G5.prototype);u6.prototype.constructor=u6;u6.prototype.oDa=u6;u6.pDa={};d.CharacterContactListenerEm=u6;u6.prototype.__destroy__=function(){rk(this.nDa)};function v6(){throw"cannot construct a CharacterVsCharacterCollision, no constructor in IDL";}v6.prototype=Object.create(e.prototype);v6.prototype.constructor=v6;
|
|
v6.prototype.oDa=v6;v6.pDa={};d.CharacterVsCharacterCollision=v6;v6.prototype.__destroy__=function(){sk(this.nDa)};function w6(){throw"cannot construct a ObjectVsBroadPhaseLayerFilterEm, no constructor in IDL";}w6.prototype=Object.create(H5.prototype);w6.prototype.constructor=w6;w6.prototype.oDa=w6;w6.pDa={};d.ObjectVsBroadPhaseLayerFilterEm=w6;w6.prototype.__destroy__=function(){tk(this.nDa)};function x6(){this.nDa=uk();h(x6)[this.nDa]=this}x6.prototype=Object.create(e.prototype);
|
|
x6.prototype.constructor=x6;x6.prototype.oDa=x6;x6.pDa={};d.ObjectLayerFilter=x6;x6.prototype.__destroy__=function(){vk(this.nDa)};function y6(){this.nDa=wk();h(y6)[this.nDa]=this}y6.prototype=Object.create(e.prototype);y6.prototype.constructor=y6;y6.prototype.oDa=y6;y6.pDa={};d.ObjectLayerPairFilter=y6;y6.prototype.ShouldCollide=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return!!xk(b,a,c)};y6.prototype.__destroy__=function(){yk(this.nDa)};
|
|
function z6(){this.nDa=zk();h(z6)[this.nDa]=this}z6.prototype=Object.create(e.prototype);z6.prototype.constructor=z6;z6.prototype.oDa=z6;z6.pDa={};d.BodyFilter=z6;z6.prototype.__destroy__=function(){Ak(this.nDa)};function A6(){this.nDa=Bk();h(A6)[this.nDa]=this}A6.prototype=Object.create(e.prototype);A6.prototype.constructor=A6;A6.prototype.oDa=A6;A6.pDa={};d.ShapeFilter=A6;A6.prototype.__destroy__=function(){Ck(this.nDa)};function B6(){this.nDa=Dk();h(B6)[this.nDa]=this}B6.prototype=Object.create(e.prototype);
|
|
B6.prototype.constructor=B6;B6.prototype.oDa=B6;B6.pDa={};d.SimShapeFilter=B6;B6.prototype.__destroy__=function(){Ek(this.nDa)};function C6(){throw"cannot construct a CharacterBase, no constructor in IDL";}C6.prototype=Object.create(e.prototype);C6.prototype.constructor=C6;C6.prototype.oDa=C6;C6.pDa={};d.CharacterBase=C6;C6.prototype.GetRefCount=function(){return Fk(this.nDa)};C6.prototype.AddRef=function(){Gk(this.nDa)};C6.prototype.Release=function(){Hk(this.nDa)};
|
|
C6.prototype.SetMaxSlopeAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ik(c,a)};C6.prototype.GetCosMaxSlopeAngle=function(){return Jk(this.nDa)};C6.prototype.SetUp=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Kk(c,a)};C6.prototype.GetUp=function(){return l(Lk(this.nDa),p)};C6.prototype.GetShape=function(){return l(Mk(this.nDa),m)};C6.prototype.GetGroundState=function(){return Nk(this.nDa)};
|
|
C6.prototype.IsSlopeTooSteep=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!Ok(c,a)};C6.prototype.IsSupported=function(){return!!Pk(this.nDa)};C6.prototype.GetGroundPosition=function(){return l(Qk(this.nDa),x)};C6.prototype.GetGroundNormal=function(){return l(Rk(this.nDa),p)};C6.prototype.GetGroundVelocity=function(){return l(Sk(this.nDa),p)};C6.prototype.GetGroundMaterial=function(){return l(Tk(this.nDa),y5)};C6.prototype.GetGroundBodyID=function(){return l(Uk(this.nDa),N5)};
|
|
C6.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Vk(c,a)};C6.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wk(c,a)};C6.prototype.__destroy__=function(){Xk(this.nDa)};function D6(){throw"cannot construct a VehicleCollisionTester, no constructor in IDL";}D6.prototype=Object.create(e.prototype);D6.prototype.constructor=D6;D6.prototype.oDa=D6;D6.pDa={};d.VehicleCollisionTester=D6;D6.prototype.GetRefCount=function(){return Yk(this.nDa)};
|
|
D6.prototype.AddRef=function(){Zk(this.nDa)};D6.prototype.Release=function(){$k(this.nDa)};D6.prototype.__destroy__=function(){al(this.nDa)};function E6(){throw"cannot construct a VehicleConstraintCallbacksEm, no constructor in IDL";}E6.prototype=Object.create(e.prototype);E6.prototype.constructor=E6;E6.prototype.oDa=E6;E6.pDa={};d.VehicleConstraintCallbacksEm=E6;E6.prototype.SetVehicleConstraint=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bl(c,a)};E6.prototype.__destroy__=function(){cl(this.nDa)};
|
|
function F6(){throw"cannot construct a WheeledVehicleControllerCallbacksEm, no constructor in IDL";}F6.prototype=Object.create(e.prototype);F6.prototype.constructor=F6;F6.prototype.oDa=F6;F6.pDa={};d.WheeledVehicleControllerCallbacksEm=F6;F6.prototype.SetWheeledVehicleController=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dl(c,a)};F6.prototype.__destroy__=function(){el(this.nDa)};function y(){this.nDa=fl();h(y)[this.nDa]=this}y.prototype=Object.create(e.prototype);
|
|
y.prototype.constructor=y;y.prototype.oDa=y;y.pDa={};d.WheelSettings=y;y.prototype.GetRefCount=function(){return gl(this.nDa)};y.prototype.AddRef=function(){hl(this.nDa)};y.prototype.Release=function(){il(this.nDa)};y.prototype.get_mPosition=y.prototype.BDa=function(){return l(jl(this.nDa),p)};y.prototype.set_mPosition=y.prototype.DDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kl(c,a)};Object.defineProperty(y.prototype,"mPosition",{get:y.prototype.BDa,set:y.prototype.DDa});
|
|
y.prototype.get_mSuspensionForcePoint=y.prototype.$Ea=function(){return l(ll(this.nDa),p)};y.prototype.set_mSuspensionForcePoint=y.prototype.PFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ml(c,a)};Object.defineProperty(y.prototype,"mSuspensionForcePoint",{get:y.prototype.$Ea,set:y.prototype.PFa});y.prototype.get_mSuspensionDirection=y.prototype.ZEa=function(){return l(nl(this.nDa),p)};
|
|
y.prototype.set_mSuspensionDirection=y.prototype.OFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ol(c,a)};Object.defineProperty(y.prototype,"mSuspensionDirection",{get:y.prototype.ZEa,set:y.prototype.OFa});y.prototype.get_mSteeringAxis=y.prototype.XEa=function(){return l(pl(this.nDa),p)};y.prototype.set_mSteeringAxis=y.prototype.MFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ql(c,a)};Object.defineProperty(y.prototype,"mSteeringAxis",{get:y.prototype.XEa,set:y.prototype.MFa});
|
|
y.prototype.get_mWheelUp=y.prototype.iFa=function(){return l(rl(this.nDa),p)};y.prototype.set_mWheelUp=y.prototype.YFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sl(c,a)};Object.defineProperty(y.prototype,"mWheelUp",{get:y.prototype.iFa,set:y.prototype.YFa});y.prototype.get_mWheelForward=y.prototype.hFa=function(){return l(tl(this.nDa),p)};y.prototype.set_mWheelForward=y.prototype.XFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ul(c,a)};
|
|
Object.defineProperty(y.prototype,"mWheelForward",{get:y.prototype.hFa,set:y.prototype.XFa});y.prototype.get_mSuspensionSpring=y.prototype.dFa=function(){return l(vl(this.nDa),G6)};y.prototype.set_mSuspensionSpring=y.prototype.TFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wl(c,a)};Object.defineProperty(y.prototype,"mSuspensionSpring",{get:y.prototype.dFa,set:y.prototype.TFa});y.prototype.get_mSuspensionMinLength=y.prototype.bFa=function(){return xl(this.nDa)};
|
|
y.prototype.set_mSuspensionMinLength=y.prototype.RFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yl(c,a)};Object.defineProperty(y.prototype,"mSuspensionMinLength",{get:y.prototype.bFa,set:y.prototype.RFa});y.prototype.get_mSuspensionMaxLength=y.prototype.aFa=function(){return zl(this.nDa)};y.prototype.set_mSuspensionMaxLength=y.prototype.QFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Al(c,a)};
|
|
Object.defineProperty(y.prototype,"mSuspensionMaxLength",{get:y.prototype.aFa,set:y.prototype.QFa});y.prototype.get_mSuspensionPreloadLength=y.prototype.cFa=function(){return Bl(this.nDa)};y.prototype.set_mSuspensionPreloadLength=y.prototype.SFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Cl(c,a)};Object.defineProperty(y.prototype,"mSuspensionPreloadLength",{get:y.prototype.cFa,set:y.prototype.SFa});y.prototype.get_mRadius=y.prototype.QDa=function(){return Dl(this.nDa)};
|
|
y.prototype.set_mRadius=y.prototype.XDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);El(c,a)};Object.defineProperty(y.prototype,"mRadius",{get:y.prototype.QDa,set:y.prototype.XDa});y.prototype.get_mWidth=y.prototype.kFa=function(){return Fl(this.nDa)};y.prototype.set_mWidth=y.prototype.$Fa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Gl(c,a)};Object.defineProperty(y.prototype,"mWidth",{get:y.prototype.kFa,set:y.prototype.$Fa});
|
|
y.prototype.get_mEnableSuspensionForcePoint=y.prototype.EEa=function(){return!!Hl(this.nDa)};y.prototype.set_mEnableSuspensionForcePoint=y.prototype.tFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Il(c,a)};Object.defineProperty(y.prototype,"mEnableSuspensionForcePoint",{get:y.prototype.EEa,set:y.prototype.tFa});y.prototype.__destroy__=function(){Jl(this.nDa)};function H6(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=Kl(a);h(H6)[this.nDa]=this}H6.prototype=Object.create(e.prototype);
|
|
H6.prototype.constructor=H6;H6.prototype.oDa=H6;H6.pDa={};d.Wheel=H6;H6.prototype.GetSettings=function(){return l(Ll(this.nDa),y)};H6.prototype.GetAngularVelocity=function(){return Ml(this.nDa)};H6.prototype.SetAngularVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Nl(c,a)};H6.prototype.GetRotationAngle=function(){return Ol(this.nDa)};H6.prototype.SetRotationAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Pl(c,a)};H6.prototype.GetSteerAngle=function(){return Ql(this.nDa)};
|
|
H6.prototype.SetSteerAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rl(c,a)};H6.prototype.HasContact=function(){return!!Sl(this.nDa)};H6.prototype.GetContactBodyID=function(){return l(Tl(this.nDa),N5)};H6.prototype.GetContactPosition=function(){return l(Ul(this.nDa),x)};H6.prototype.GetContactPointVelocity=function(){return l(Vl(this.nDa),p)};H6.prototype.GetContactNormal=function(){return l(Wl(this.nDa),p)};
|
|
H6.prototype.GetContactLongitudinal=function(){return l(Xl(this.nDa),p)};H6.prototype.GetContactLateral=function(){return l(Yl(this.nDa),p)};H6.prototype.GetSuspensionLength=function(){return Zl(this.nDa)};H6.prototype.HasHitHardPoint=function(){return!!$l(this.nDa)};H6.prototype.GetSuspensionLambda=function(){return am(this.nDa)};H6.prototype.GetLongitudinalLambda=function(){return bm(this.nDa)};H6.prototype.GetLateralLambda=function(){return cm(this.nDa)};H6.prototype.__destroy__=function(){dm(this.nDa)};
|
|
function I6(){throw"cannot construct a VehicleTrackSettings, no constructor in IDL";}I6.prototype=Object.create(e.prototype);I6.prototype.constructor=I6;I6.prototype.oDa=I6;I6.pDa={};d.VehicleTrackSettings=I6;I6.prototype.get_mDrivenWheel=I6.prototype.BGa=function(){return em(this.nDa)};I6.prototype.set_mDrivenWheel=I6.prototype.YHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fm(c,a)};Object.defineProperty(I6.prototype,"mDrivenWheel",{get:I6.prototype.BGa,set:I6.prototype.YHa});
|
|
I6.prototype.get_mWheels=I6.prototype.jFa=function(){return l(gm(this.nDa),J6)};I6.prototype.set_mWheels=I6.prototype.ZFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hm(c,a)};Object.defineProperty(I6.prototype,"mWheels",{get:I6.prototype.jFa,set:I6.prototype.ZFa});I6.prototype.get_mInertia=I6.prototype.NDa=function(){return im(this.nDa)};I6.prototype.set_mInertia=I6.prototype.UDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jm(c,a)};
|
|
Object.defineProperty(I6.prototype,"mInertia",{get:I6.prototype.NDa,set:I6.prototype.UDa});I6.prototype.get_mAngularDamping=I6.prototype.IDa=function(){return km(this.nDa)};I6.prototype.set_mAngularDamping=I6.prototype.KDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lm(c,a)};Object.defineProperty(I6.prototype,"mAngularDamping",{get:I6.prototype.IDa,set:I6.prototype.KDa});I6.prototype.get_mMaxBrakeTorque=I6.prototype.NEa=function(){return mm(this.nDa)};
|
|
I6.prototype.set_mMaxBrakeTorque=I6.prototype.CFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nm(c,a)};Object.defineProperty(I6.prototype,"mMaxBrakeTorque",{get:I6.prototype.NEa,set:I6.prototype.CFa});I6.prototype.get_mDifferentialRatio=I6.prototype.DEa=function(){return om(this.nDa)};I6.prototype.set_mDifferentialRatio=I6.prototype.rFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pm(c,a)};
|
|
Object.defineProperty(I6.prototype,"mDifferentialRatio",{get:I6.prototype.DEa,set:I6.prototype.rFa});I6.prototype.__destroy__=function(){qm(this.nDa)};function K6(){this.nDa=rm();h(K6)[this.nDa]=this}K6.prototype=Object.create(I5.prototype);K6.prototype.constructor=K6;K6.prototype.oDa=K6;K6.pDa={};d.WheeledVehicleControllerSettings=K6;K6.prototype.get_mEngine=K6.prototype.FEa=function(){return l(sm(this.nDa),L6)};
|
|
K6.prototype.set_mEngine=K6.prototype.uFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tm(c,a)};Object.defineProperty(K6.prototype,"mEngine",{get:K6.prototype.FEa,set:K6.prototype.uFa});K6.prototype.get_mTransmission=K6.prototype.eFa=function(){return l(um(this.nDa),z)};K6.prototype.set_mTransmission=K6.prototype.UFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wm(c,a)};Object.defineProperty(K6.prototype,"mTransmission",{get:K6.prototype.eFa,set:K6.prototype.UFa});
|
|
K6.prototype.get_mDifferentials=K6.prototype.AGa=function(){return l(xm(this.nDa),M6)};K6.prototype.set_mDifferentials=K6.prototype.XHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ym(c,a)};Object.defineProperty(K6.prototype,"mDifferentials",{get:K6.prototype.AGa,set:K6.prototype.XHa});K6.prototype.get_mDifferentialLimitedSlipRatio=K6.prototype.zGa=function(){return zm(this.nDa)};
|
|
K6.prototype.set_mDifferentialLimitedSlipRatio=K6.prototype.WHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Am(c,a)};Object.defineProperty(K6.prototype,"mDifferentialLimitedSlipRatio",{get:K6.prototype.zGa,set:K6.prototype.WHa});K6.prototype.__destroy__=function(){Bm(this.nDa)};function L6(){throw"cannot construct a VehicleEngineSettings, no constructor in IDL";}L6.prototype=Object.create(e.prototype);L6.prototype.constructor=L6;L6.prototype.oDa=L6;L6.pDa={};
|
|
d.VehicleEngineSettings=L6;L6.prototype.get_mMaxTorque=L6.prototype.XGa=function(){return Cm(this.nDa)};L6.prototype.set_mMaxTorque=L6.prototype.tIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dm(c,a)};Object.defineProperty(L6.prototype,"mMaxTorque",{get:L6.prototype.XGa,set:L6.prototype.tIa});L6.prototype.get_mMinRPM=L6.prototype.YGa=function(){return Em(this.nDa)};L6.prototype.set_mMinRPM=L6.prototype.uIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fm(c,a)};
|
|
Object.defineProperty(L6.prototype,"mMinRPM",{get:L6.prototype.YGa,set:L6.prototype.uIa});L6.prototype.get_mMaxRPM=L6.prototype.VGa=function(){return Gm(this.nDa)};L6.prototype.set_mMaxRPM=L6.prototype.rIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Hm(c,a)};Object.defineProperty(L6.prototype,"mMaxRPM",{get:L6.prototype.VGa,set:L6.prototype.rIa});L6.prototype.get_mNormalizedTorque=L6.prototype.cHa=function(){return l(Im(this.nDa),N6)};
|
|
L6.prototype.set_mNormalizedTorque=L6.prototype.zIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jm(c,a)};Object.defineProperty(L6.prototype,"mNormalizedTorque",{get:L6.prototype.cHa,set:L6.prototype.zIa});L6.prototype.get_mInertia=L6.prototype.NDa=function(){return Km(this.nDa)};L6.prototype.set_mInertia=L6.prototype.UDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lm(c,a)};Object.defineProperty(L6.prototype,"mInertia",{get:L6.prototype.NDa,set:L6.prototype.UDa});
|
|
L6.prototype.get_mAngularDamping=L6.prototype.IDa=function(){return Mm(this.nDa)};L6.prototype.set_mAngularDamping=L6.prototype.KDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Nm(c,a)};Object.defineProperty(L6.prototype,"mAngularDamping",{get:L6.prototype.IDa,set:L6.prototype.KDa});L6.prototype.__destroy__=function(){Om(this.nDa)};function z(){throw"cannot construct a VehicleTransmissionSettings, no constructor in IDL";}z.prototype=Object.create(e.prototype);
|
|
z.prototype.constructor=z;z.prototype.oDa=z;z.pDa={};d.VehicleTransmissionSettings=z;z.prototype.get_mMode=z.prototype.QEa=function(){return Pm(this.nDa)};z.prototype.set_mMode=z.prototype.FFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Qm(c,a)};Object.defineProperty(z.prototype,"mMode",{get:z.prototype.QEa,set:z.prototype.FFa});z.prototype.get_mGearRatios=z.prototype.CGa=function(){return l(Rm(this.nDa),O6)};
|
|
z.prototype.set_mGearRatios=z.prototype.ZHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Sm(c,a)};Object.defineProperty(z.prototype,"mGearRatios",{get:z.prototype.CGa,set:z.prototype.ZHa});z.prototype.get_mReverseGearRatios=z.prototype.jHa=function(){return l(Tm(this.nDa),O6)};z.prototype.set_mReverseGearRatios=z.prototype.GIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Um(c,a)};Object.defineProperty(z.prototype,"mReverseGearRatios",{get:z.prototype.jHa,set:z.prototype.GIa});
|
|
z.prototype.get_mSwitchTime=z.prototype.tHa=function(){return Vm(this.nDa)};z.prototype.set_mSwitchTime=z.prototype.RIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wm(c,a)};Object.defineProperty(z.prototype,"mSwitchTime",{get:z.prototype.tHa,set:z.prototype.RIa});z.prototype.get_mClutchReleaseTime=z.prototype.sGa=function(){return Xm(this.nDa)};z.prototype.set_mClutchReleaseTime=z.prototype.PHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ym(c,a)};
|
|
Object.defineProperty(z.prototype,"mClutchReleaseTime",{get:z.prototype.sGa,set:z.prototype.PHa});z.prototype.get_mSwitchLatency=z.prototype.sHa=function(){return Zm(this.nDa)};z.prototype.set_mSwitchLatency=z.prototype.QIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$m(c,a)};Object.defineProperty(z.prototype,"mSwitchLatency",{get:z.prototype.sHa,set:z.prototype.QIa});z.prototype.get_mShiftUpRPM=z.prototype.oHa=function(){return an(this.nDa)};
|
|
z.prototype.set_mShiftUpRPM=z.prototype.MIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bn(c,a)};Object.defineProperty(z.prototype,"mShiftUpRPM",{get:z.prototype.oHa,set:z.prototype.MIa});z.prototype.get_mShiftDownRPM=z.prototype.nHa=function(){return cn(this.nDa)};z.prototype.set_mShiftDownRPM=z.prototype.LIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dn(c,a)};Object.defineProperty(z.prototype,"mShiftDownRPM",{get:z.prototype.nHa,set:z.prototype.LIa});
|
|
z.prototype.get_mClutchStrength=z.prototype.tGa=function(){return en(this.nDa)};z.prototype.set_mClutchStrength=z.prototype.QHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fn(c,a)};Object.defineProperty(z.prototype,"mClutchStrength",{get:z.prototype.tGa,set:z.prototype.QHa});z.prototype.__destroy__=function(){gn(this.nDa)};function P6(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=hn(a,c);h(P6)[this.nDa]=this}P6.prototype=Object.create(J5.prototype);
|
|
P6.prototype.constructor=P6;P6.prototype.oDa=P6;P6.pDa={};d.WheeledVehicleController=P6;P6.prototype.SetDriverInput=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);jn(g,a,c,b,f)};P6.prototype.SetForwardInput=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kn(c,a)};P6.prototype.GetForwardInput=function(){return ln(this.nDa)};
|
|
P6.prototype.SetRightInput=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mn(c,a)};P6.prototype.GetRightInput=function(){return nn(this.nDa)};P6.prototype.SetBrakeInput=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);on(c,a)};P6.prototype.GetBrakeInput=function(){return pn(this.nDa)};P6.prototype.SetHandBrakeInput=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qn(c,a)};P6.prototype.GetHandBrakeInput=function(){return rn(this.nDa)};
|
|
P6.prototype.GetEngine=function(){return l(sn(this.nDa),Q6)};P6.prototype.GetTransmission=function(){return l(tn(this.nDa),A)};P6.prototype.GetDifferentials=function(){return l(un(this.nDa),M6)};P6.prototype.GetDifferentialLimitedSlipRatio=function(){return vn(this.nDa)};P6.prototype.SetDifferentialLimitedSlipRatio=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wn(c,a)};P6.prototype.GetWheelSpeedAtClutch=function(){return xn(this.nDa)};
|
|
P6.prototype.GetConstraint=function(){return l(yn(this.nDa),K5)};P6.prototype.__destroy__=function(){zn(this.nDa)};function R6(){throw"cannot construct a SkeletalAnimationJointState, no constructor in IDL";}R6.prototype=Object.create(e.prototype);R6.prototype.constructor=R6;R6.prototype.oDa=R6;R6.pDa={};d.SkeletalAnimationJointState=R6;R6.prototype.FromMatrix=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);An(c,a)};R6.prototype.ToMatrix=function(){return l(Bn(this.nDa),r)};
|
|
R6.prototype.get_mTranslation=R6.prototype.vHa=function(){return l(Cn(this.nDa),p)};R6.prototype.set_mTranslation=R6.prototype.TIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dn(c,a)};Object.defineProperty(R6.prototype,"mTranslation",{get:R6.prototype.vHa,set:R6.prototype.TIa});R6.prototype.get_mRotation=R6.prototype.RDa=function(){return l(En(this.nDa),t)};R6.prototype.set_mRotation=R6.prototype.YDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fn(c,a)};
|
|
Object.defineProperty(R6.prototype,"mRotation",{get:R6.prototype.RDa,set:R6.prototype.YDa});R6.prototype.__destroy__=function(){Gn(this.nDa)};function S6(){throw"cannot construct a BroadPhaseLayerInterfaceEm, no constructor in IDL";}S6.prototype=Object.create(L5.prototype);S6.prototype.constructor=S6;S6.prototype.oDa=S6;S6.pDa={};d.BroadPhaseLayerInterfaceEm=S6;S6.prototype.GetNumBroadPhaseLayers=function(){return Hn(this.nDa)};S6.prototype.__destroy__=function(){In(this.nDa)};
|
|
function T6(){throw"cannot construct a VoidPtr, no constructor in IDL";}T6.prototype=Object.create(e.prototype);T6.prototype.constructor=T6;T6.prototype.oDa=T6;T6.pDa={};d.VoidPtr=T6;T6.prototype.__destroy__=function(){Jn(this.nDa)};
|
|
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))||wa());s5=0;if(a&&"object"===typeof a)a=a.nDa;else if(b=a,"string"===typeof b){a=Array(Ha(b)+1);Ba(b,a,0,a.length);b=qa;q5||wa();b=a.length*b.BYTES_PER_ELEMENT;b=8*Math.ceil(b/8);if(s5+b>=r5){0<b||wa();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++)qa[b+f]=a[f];a=b}else a=b;c&&"object"===typeof c&&
|
|
(c=c.nDa);this.nDa=Kn(a,c);h(U6)[this.nDa]=this}U6.prototype=Object.create(e.prototype);U6.prototype.constructor=U6;U6.prototype.oDa=U6;U6.pDa={};d.JPHString=U6;U6.prototype.c_str=function(){var a=Ln(this.nDa);return a?Ja(ra,a):""};U6.prototype.size=U6.prototype.size=function(){return Mn(this.nDa)};U6.prototype.__destroy__=function(){Nn(this.nDa)};function V6(){this.nDa=On();h(V6)[this.nDa]=this}V6.prototype=Object.create(e.prototype);V6.prototype.constructor=V6;V6.prototype.oDa=V6;V6.pDa={};
|
|
d.ArrayVec3=V6;V6.prototype.empty=V6.prototype.empty=function(){return!!Pn(this.nDa)};V6.prototype.size=V6.prototype.size=function(){return Qn(this.nDa)};V6.prototype.at=V6.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Rn(c,a),p)};V6.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Sn(c,a)};V6.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Tn(c,a)};
|
|
V6.prototype.resize=V6.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Un(c,a)};V6.prototype.clear=V6.prototype.clear=function(){Vn(this.nDa)};V6.prototype.data=V6.prototype.data=function(){return l(Wn(this.nDa),W6)};V6.prototype.__destroy__=function(){Xn(this.nDa)};function X6(){this.nDa=Yn();h(X6)[this.nDa]=this}X6.prototype=Object.create(e.prototype);X6.prototype.constructor=X6;X6.prototype.oDa=X6;X6.pDa={};d.ArrayQuat=X6;X6.prototype.empty=X6.prototype.empty=function(){return!!Zn(this.nDa)};
|
|
X6.prototype.size=X6.prototype.size=function(){return $n(this.nDa)};X6.prototype.at=X6.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ao(c,a),t)};X6.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bo(c,a)};X6.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);co(c,a)};X6.prototype.resize=X6.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eo(c,a)};
|
|
X6.prototype.clear=X6.prototype.clear=function(){fo(this.nDa)};X6.prototype.data=X6.prototype.data=function(){return l(go(this.nDa),Y6)};X6.prototype.__destroy__=function(){ho(this.nDa)};function Z6(){this.nDa=io();h(Z6)[this.nDa]=this}Z6.prototype=Object.create(e.prototype);Z6.prototype.constructor=Z6;Z6.prototype.oDa=Z6;Z6.pDa={};d.ArrayMat44=Z6;Z6.prototype.empty=Z6.prototype.empty=function(){return!!jo(this.nDa)};Z6.prototype.size=Z6.prototype.size=function(){return ko(this.nDa)};
|
|
Z6.prototype.at=Z6.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(lo(c,a),r)};Z6.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mo(c,a)};Z6.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);no(c,a)};Z6.prototype.resize=Z6.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oo(c,a)};Z6.prototype.clear=Z6.prototype.clear=function(){po(this.nDa)};
|
|
Z6.prototype.data=Z6.prototype.data=function(){return l(qo(this.nDa),$6)};Z6.prototype.__destroy__=function(){ro(this.nDa)};function a7(){this.nDa=so();h(a7)[this.nDa]=this}a7.prototype=Object.create(e.prototype);a7.prototype.constructor=a7;a7.prototype.oDa=a7;a7.pDa={};d.ArrayBodyID=a7;a7.prototype.empty=a7.prototype.empty=function(){return!!to(this.nDa)};a7.prototype.size=a7.prototype.size=function(){return uo(this.nDa)};
|
|
a7.prototype.at=a7.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(vo(c,a),N5)};a7.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wo(c,a)};a7.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xo(c,a)};a7.prototype.resize=a7.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yo(c,a)};a7.prototype.clear=a7.prototype.clear=function(){zo(this.nDa)};
|
|
a7.prototype.data=a7.prototype.data=function(){return l(Ao(this.nDa),b7)};a7.prototype.__destroy__=function(){Bo(this.nDa)};function c7(){this.nDa=Co();h(c7)[this.nDa]=this}c7.prototype=Object.create(e.prototype);c7.prototype.constructor=c7;c7.prototype.oDa=c7;c7.pDa={};d.ArrayBodyPtr=c7;c7.prototype.empty=c7.prototype.empty=function(){return!!Do(this.nDa)};c7.prototype.size=c7.prototype.size=function(){return Eo(this.nDa)};
|
|
c7.prototype.at=c7.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Fo(c,a),Body)};c7.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Go(c,a)};c7.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ho(c,a)};c7.prototype.resize=c7.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Io(c,a)};c7.prototype.clear=c7.prototype.clear=function(){Jo(this.nDa)};
|
|
c7.prototype.data=c7.prototype.data=function(){return l(Ko(this.nDa),d7)};c7.prototype.__destroy__=function(){Lo(this.nDa)};function W6(){throw"cannot construct a Vec3MemRef, no constructor in IDL";}W6.prototype=Object.create(e.prototype);W6.prototype.constructor=W6;W6.prototype.oDa=W6;W6.pDa={};d.Vec3MemRef=W6;W6.prototype.__destroy__=function(){Mo(this.nDa)};function Y6(){throw"cannot construct a QuatMemRef, no constructor in IDL";}Y6.prototype=Object.create(e.prototype);
|
|
Y6.prototype.constructor=Y6;Y6.prototype.oDa=Y6;Y6.pDa={};d.QuatMemRef=Y6;Y6.prototype.__destroy__=function(){No(this.nDa)};function $6(){throw"cannot construct a Mat44MemRef, no constructor in IDL";}$6.prototype=Object.create(e.prototype);$6.prototype.constructor=$6;$6.prototype.oDa=$6;$6.pDa={};d.Mat44MemRef=$6;$6.prototype.__destroy__=function(){Oo(this.nDa)};function b7(){throw"cannot construct a BodyIDMemRef, no constructor in IDL";}b7.prototype=Object.create(e.prototype);
|
|
b7.prototype.constructor=b7;b7.prototype.oDa=b7;b7.pDa={};d.BodyIDMemRef=b7;b7.prototype.__destroy__=function(){Po(this.nDa)};function d7(){throw"cannot construct a BodyPtrMemRef, no constructor in IDL";}d7.prototype=Object.create(e.prototype);d7.prototype.constructor=d7;d7.prototype.oDa=d7;d7.pDa={};d.BodyPtrMemRef=d7;d7.prototype.__destroy__=function(){Qo(this.nDa)};function e7(){throw"cannot construct a FloatMemRef, no constructor in IDL";}e7.prototype=Object.create(e.prototype);
|
|
e7.prototype.constructor=e7;e7.prototype.oDa=e7;e7.pDa={};d.FloatMemRef=e7;e7.prototype.__destroy__=function(){Ro(this.nDa)};function f7(){throw"cannot construct a Uint8MemRef, no constructor in IDL";}f7.prototype=Object.create(e.prototype);f7.prototype.constructor=f7;f7.prototype.oDa=f7;f7.pDa={};d.Uint8MemRef=f7;f7.prototype.__destroy__=function(){So(this.nDa)};function g7(){throw"cannot construct a UintMemRef, no constructor in IDL";}g7.prototype=Object.create(e.prototype);
|
|
g7.prototype.constructor=g7;g7.prototype.oDa=g7;g7.pDa={};d.UintMemRef=g7;g7.prototype.__destroy__=function(){To(this.nDa)};function p(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=void 0===a?Uo():void 0===c?Vo(a):void 0===b?_emscripten_bind_Vec3_Vec3_2(a,c):Wo(a,c,b);h(p)[this.nDa]=this}p.prototype=Object.create(e.prototype);p.prototype.constructor=p;p.prototype.oDa=p;p.pDa={};d.Vec3=p;
|
|
p.prototype.sZero=function(){return l(Xo(),p)};p.prototype.sOne=function(){return l(Yo(),p)};p.prototype.sAxisX=function(){return l(Zo(),p)};p.prototype.sAxisY=function(){return l($o(),p)};p.prototype.sAxisZ=function(){return l(ap(),p)};p.prototype.sReplicate=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(bp(a),p)};p.prototype.sMin=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(cp(a,c),p)};
|
|
p.prototype.sMax=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(dp(a,c),p)};p.prototype.sClamp=function(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return l(ep(a,c,b),p)};p.prototype.sFusedMultiplyAdd=function(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return l(fp(a,c,b),p)};
|
|
p.prototype.sOr=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(gp(a,c),p)};p.prototype.sXor=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(hp(a,c),p)};p.prototype.sAnd=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(ip(a,c),p)};p.prototype.sUnitSpherical=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(jp(a,c),p)};
|
|
p.prototype.GetComponent=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return kp(c,a)};p.prototype.Equals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!lp(c,a)};p.prototype.NotEquals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!mp(c,a)};p.prototype.LengthSq=function(){return np(this.nDa)};p.prototype.Length=function(){return op(this.nDa)};p.prototype.Normalized=function(){return l(pp(this.nDa),p)};
|
|
p.prototype.NormalizedOr=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(qp(c,a),p)};p.prototype.GetNormalizedPerpendicular=function(){return l(rp(this.nDa),p)};p.prototype.GetX=p.prototype.ZDa=function(){return sp(this.nDa)};p.prototype.GetY=p.prototype.$Da=function(){return tp(this.nDa)};p.prototype.GetZ=p.prototype.aEa=function(){return up(this.nDa)};p.prototype.SetX=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vp(c,a)};
|
|
p.prototype.SetY=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wp(c,a)};p.prototype.SetZ=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xp(c,a)};p.prototype.Set=p.prototype.Set=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);yp(f,a,c,b)};p.prototype.SetComponent=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);zp(b,a,c)};
|
|
p.prototype.IsNearZero=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return void 0===a?!!Ap(c):!!Bp(c,a)};p.prototype.IsClose=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return void 0===c?!!Cp(b,a):!!Dp(b,a,c)};p.prototype.IsNormalized=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return void 0===a?!!Ep(c):!!Fp(c,a)};p.prototype.GetLowestComponentIndex=function(){return Gp(this.nDa)};
|
|
p.prototype.GetHighestComponentIndex=function(){return Hp(this.nDa)};p.prototype.Abs=function(){return l(Ip(this.nDa),p)};p.prototype.Reciprocal=function(){return l(Jp(this.nDa),p)};p.prototype.Cross=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Kp(c,a),p)};p.prototype.Dot=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return Lp(c,a)};p.prototype.DotV=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Mp(c,a),p)};
|
|
p.prototype.DotV4=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Np(c,a),B)};p.prototype.Add=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Op(c,a),p)};p.prototype.Sub=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Pp(c,a),p)};p.prototype.Mul=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Qp(c,a),p)};p.prototype.Div=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Rp(c,a),p)};
|
|
p.prototype.MulVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Sp(c,a),p)};p.prototype.MulFloat=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Tp(c,a),p)};p.prototype.DivVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Up(c,a),p)};p.prototype.DivFloat=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Vp(c,a),p)};
|
|
p.prototype.AddVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Wp(c,a),p)};p.prototype.SubVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Xp(c,a),p)};p.prototype.SplatX=function(){return l(Yp(this.nDa),B)};p.prototype.SplatY=function(){return l(Zp(this.nDa),B)};p.prototype.SplatZ=function(){return l($p(this.nDa),B)};p.prototype.ReduceMin=function(){return aq(this.nDa)};p.prototype.ReduceMax=function(){return bq(this.nDa)};
|
|
p.prototype.Sqrt=function(){return l(cq(this.nDa),p)};p.prototype.GetSign=function(){return l(dq(this.nDa),p)};p.prototype.__destroy__=function(){eq(this.nDa)};function x(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=void 0===a?fq():void 0===c?_emscripten_bind_RVec3_RVec3_1(a):void 0===b?_emscripten_bind_RVec3_RVec3_2(a,c):gq(a,c,b);h(x)[this.nDa]=this}x.prototype=Object.create(e.prototype);x.prototype.constructor=x;
|
|
x.prototype.oDa=x;x.pDa={};d.RVec3=x;x.prototype.sZero=function(){return l(hq(),x)};x.prototype.sOne=function(){return l(iq(),x)};x.prototype.sAxisX=function(){return l(jq(),x)};x.prototype.sAxisY=function(){return l(kq(),x)};x.prototype.sAxisZ=function(){return l(lq(),x)};x.prototype.sReplicate=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(mq(a),x)};x.prototype.sMin=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(nq(a,c),x)};
|
|
x.prototype.sMax=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(oq(a,c),x)};x.prototype.sClamp=function(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return l(pq(a,c,b),x)};x.prototype.GetComponent=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return qq(c,a)};x.prototype.Equals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!rq(c,a)};
|
|
x.prototype.NotEquals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!sq(c,a)};x.prototype.LengthSq=function(){return tq(this.nDa)};x.prototype.Length=function(){return uq(this.nDa)};x.prototype.Normalized=function(){return l(vq(this.nDa),x)};x.prototype.GetX=x.prototype.ZDa=function(){return wq(this.nDa)};x.prototype.GetY=x.prototype.$Da=function(){return xq(this.nDa)};x.prototype.GetZ=x.prototype.aEa=function(){return yq(this.nDa)};
|
|
x.prototype.SetX=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zq(c,a)};x.prototype.SetY=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Aq(c,a)};x.prototype.SetZ=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bq(c,a)};x.prototype.Set=x.prototype.Set=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);Cq(f,a,c,b)};
|
|
x.prototype.SetComponent=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Dq(b,a,c)};x.prototype.IsNearZero=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return void 0===a?!!Eq(c):!!Fq(c,a)};x.prototype.IsClose=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return void 0===c?!!Gq(b,a):!!Hq(b,a,c)};
|
|
x.prototype.IsNormalized=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return void 0===a?!!Iq(c):!!Jq(c,a)};x.prototype.Abs=function(){return l(Kq(this.nDa),x)};x.prototype.Reciprocal=function(){return l(Lq(this.nDa),x)};x.prototype.Cross=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Mq(c,a),x)};x.prototype.Dot=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return Nq(c,a)};
|
|
x.prototype.Add=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Oq(c,a),x)};x.prototype.Sub=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Pq(c,a),x)};x.prototype.Mul=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Qq(c,a),x)};x.prototype.Div=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Rq(c,a),x)};x.prototype.MulRVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Sq(c,a),x)};
|
|
x.prototype.MulFloat=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Tq(c,a),x)};x.prototype.DivRVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Uq(c,a),x)};x.prototype.DivFloat=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Vq(c,a),x)};x.prototype.AddRVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Wq(c,a),x)};
|
|
x.prototype.SubRVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Xq(c,a),x)};x.prototype.Sqrt=function(){return l(Yq(this.nDa),x)};x.prototype.GetSign=function(){return l(Zq(this.nDa),x)};x.prototype.__destroy__=function(){$q(this.nDa)};
|
|
function B(a,c,b,f){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);this.nDa=void 0===a?ar():void 0===c?br(a):void 0===b?cr(a,c):void 0===f?_emscripten_bind_Vec4_Vec4_3(a,c,b):dr(a,c,b,f);h(B)[this.nDa]=this}B.prototype=Object.create(e.prototype);B.prototype.constructor=B;B.prototype.oDa=B;B.pDa={};d.Vec4=B;B.prototype.sZero=function(){return l(er(),B)};B.prototype.sOne=function(){return l(fr(),B)};
|
|
B.prototype.sReplicate=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(gr(a),B)};B.prototype.sMin=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(hr(a,c),B)};B.prototype.sMax=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(ir(a,c),B)};B.prototype.sClamp=function(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return l(jr(a,c,b),B)};
|
|
B.prototype.sFusedMultiplyAdd=function(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return l(kr(a,c,b),B)};B.prototype.sOr=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(lr(a,c),B)};B.prototype.sXor=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(mr(a,c),B)};
|
|
B.prototype.sAnd=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(nr(a,c),B)};B.prototype.GetX=B.prototype.ZDa=function(){return or(this.nDa)};B.prototype.GetY=B.prototype.$Da=function(){return pr(this.nDa)};B.prototype.GetZ=B.prototype.aEa=function(){return qr(this.nDa)};B.prototype.GetW=B.prototype.aGa=function(){return rr(this.nDa)};B.prototype.SetX=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sr(c,a)};
|
|
B.prototype.SetY=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tr(c,a)};B.prototype.SetZ=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ur(c,a)};B.prototype.SetW=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vr(c,a)};B.prototype.Set=B.prototype.Set=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);wr(g,a,c,b,f)};
|
|
B.prototype.GetComponent=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return xr(c,a)};B.prototype.IsClose=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return void 0===c?!!yr(b,a):!!zr(b,a,c)};B.prototype.IsNearZero=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return void 0===a?!!Ar(c):!!Br(c,a)};B.prototype.IsNormalized=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return void 0===a?!!Cr(c):!!Dr(c,a)};
|
|
B.prototype.GetLowestComponentIndex=function(){return Er(this.nDa)};B.prototype.GetHighestComponentIndex=function(){return Fr(this.nDa)};B.prototype.Add=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Gr(c,a),B)};B.prototype.Sub=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Hr(c,a),B)};B.prototype.Mul=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Ir(c,a),B)};
|
|
B.prototype.Div=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Jr(c,a),B)};B.prototype.MulVec4=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Kr(c,a),B)};B.prototype.MulFloat=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Lr(c,a),B)};B.prototype.DivVec4=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Mr(c,a),B)};
|
|
B.prototype.DivFloat=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Nr(c,a),B)};B.prototype.AddVec4=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Or(c,a),B)};B.prototype.SubVec4=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Pr(c,a),B)};B.prototype.__destroy__=function(){Qr(this.nDa)};function h7(){this.nDa=Rr();h(h7)[this.nDa]=this}h7.prototype=Object.create(e.prototype);h7.prototype.constructor=h7;h7.prototype.oDa=h7;h7.pDa={};
|
|
d.Vector2=h7;h7.prototype.SetZero=function(){Sr(this.nDa)};h7.prototype.IsZero=function(){Tr(this.nDa)};h7.prototype.IsClose=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);void 0===c?Ur(b,a):Vr(b,a,c)};h7.prototype.IsNormalized=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?Wr(c):Xr(c,a)};h7.prototype.Normalized=function(){return l(Yr(this.nDa),h7)};
|
|
h7.prototype.GetComponent=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return Zr(c,a)};h7.prototype.Add=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l($r(c,a),h7)};h7.prototype.Sub=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(as(c,a),h7)};h7.prototype.Mul=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(bs(c,a),h7)};h7.prototype.Div=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(cs(c,a),h7)};
|
|
h7.prototype.MulFloat=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ds(c,a),h7)};h7.prototype.DivFloat=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(es(c,a),h7)};h7.prototype.AddVector2=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(gs(c,a),h7)};h7.prototype.SubVector2=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(hs(c,a),h7)};
|
|
h7.prototype.Dot=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return is(c,a)};h7.prototype.__destroy__=function(){js(this.nDa)};function t(a,c,b,f){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);this.nDa=void 0===a?ks():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):ls(a,c,b,f);h(t)[this.nDa]=this}
|
|
t.prototype=Object.create(e.prototype);t.prototype.constructor=t;t.prototype.oDa=t;t.pDa={};d.Quat=t;t.prototype.sZero=function(){return l(ms(),t)};t.prototype.sIdentity=function(){return l(ns(),t)};t.prototype.sRotation=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(ps(a,c),t)};t.prototype.sFromTo=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(qs(a,c),t)};
|
|
t.prototype.Equals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!rs(c,a)};t.prototype.NotEquals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!ss(c,a)};t.prototype.MulQuat=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ts(c,a),t)};t.prototype.MulVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(us(c,a),p)};t.prototype.MulFloat=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(vs(c,a),t)};
|
|
t.prototype.IsClose=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return void 0===c?!!xs(b,a):!!ys(b,a,c)};t.prototype.IsNormalized=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return void 0===a?!!zs(c):!!As(c,a)};t.prototype.Length=function(){return Bs(this.nDa)};t.prototype.LengthSq=function(){return Cs(this.nDa)};t.prototype.Normalized=function(){return l(Ds(this.nDa),t)};
|
|
t.prototype.sEulerAngles=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(Es(a),t)};t.prototype.GetEulerAngles=function(){return l(Fs(this.nDa),p)};t.prototype.GetX=t.prototype.ZDa=function(){return Gs(this.nDa)};t.prototype.GetY=t.prototype.$Da=function(){return Hs(this.nDa)};t.prototype.GetZ=t.prototype.aEa=function(){return Is(this.nDa)};t.prototype.GetW=t.prototype.aGa=function(){return Js(this.nDa)};t.prototype.GetXYZ=function(){return l(Ks(this.nDa),p)};
|
|
t.prototype.SetX=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ls(c,a)};t.prototype.SetY=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ms(c,a)};t.prototype.SetZ=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ns(c,a)};t.prototype.SetW=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Os(c,a)};
|
|
t.prototype.Set=t.prototype.Set=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);Ps(g,a,c,b,f)};t.prototype.sMultiplyImaginary=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Qs(b,a,c),t)};t.prototype.InverseRotate=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Rs(c,a),p)};
|
|
t.prototype.RotateAxisX=function(){return l(Ss(this.nDa),p)};t.prototype.RotateAxisY=function(){return l(Ts(this.nDa),p)};t.prototype.RotateAxisZ=function(){return l(Us(this.nDa),p)};t.prototype.Dot=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return Vs(c,a)};t.prototype.Conjugated=function(){return l(Ws(this.nDa),t)};t.prototype.Inversed=function(){return l(Xs(this.nDa),t)};t.prototype.EnsureWPositive=function(){return l(Ys(this.nDa),t)};
|
|
t.prototype.GetPerpendicular=function(){return l(Zs(this.nDa),t)};t.prototype.GetRotationAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return $s(c,a)};t.prototype.GetTwist=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(at(c,a),t)};t.prototype.GetSwingTwist=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);bt(b,a,c)};
|
|
t.prototype.LERP=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(ct(b,a,c),t)};t.prototype.SLERP=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(dt(b,a,c),t)};t.prototype.__destroy__=function(){et(this.nDa)};function i7(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=ft(a,c,b);h(i7)[this.nDa]=this}i7.prototype=Object.create(e.prototype);
|
|
i7.prototype.constructor=i7;i7.prototype.oDa=i7;i7.pDa={};d.Float3=i7;i7.prototype.Equals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!gt(c,a)};i7.prototype.NotEquals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!ht(c,a)};i7.prototype.get_x=i7.prototype.cNa=function(){return it(this.nDa)};i7.prototype.set_x=i7.prototype.gRa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jt(c,a)};
|
|
Object.defineProperty(i7.prototype,"x",{get:i7.prototype.cNa,set:i7.prototype.gRa});i7.prototype.get_y=i7.prototype.dNa=function(){return kt(this.nDa)};i7.prototype.set_y=i7.prototype.hRa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lt(c,a)};Object.defineProperty(i7.prototype,"y",{get:i7.prototype.dNa,set:i7.prototype.hRa});i7.prototype.get_z=i7.prototype.eNa=function(){return mt(this.nDa)};
|
|
i7.prototype.set_z=i7.prototype.iRa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nt(c,a)};Object.defineProperty(i7.prototype,"z",{get:i7.prototype.eNa,set:i7.prototype.iRa});i7.prototype.__destroy__=function(){ot(this.nDa)};function r(){this.nDa=pt();h(r)[this.nDa]=this}r.prototype=Object.create(e.prototype);r.prototype.constructor=r;r.prototype.oDa=r;r.pDa={};d.Mat44=r;r.prototype.sZero=function(){return l(qt(),r)};r.prototype.sIdentity=function(){return l(rt(),r)};
|
|
r.prototype.sRotationX=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(st(a),r)};r.prototype.sRotationY=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(tt(a),r)};r.prototype.sRotationZ=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(ut(a),r)};r.prototype.sRotation=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(vt(a),r)};r.prototype.sRotationAxisAngle=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(wt(a,c),r)};
|
|
r.prototype.sTranslation=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(xt(a),r)};r.prototype.sRotationTranslation=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(yt(a,c),r)};r.prototype.sInverseRotationTranslation=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(zt(a,c),r)};r.prototype.sScale=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(At(a),r)};
|
|
r.prototype.sScaleVec3=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(Bt(a),r)};r.prototype.sOuterProduct=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Ct(a,c),r)};r.prototype.sCrossProduct=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(Dt(a),r)};r.prototype.sQuatLeftMultiply=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(Et(a),r)};r.prototype.sQuatRightMultiply=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(Ft(a),r)};
|
|
r.prototype.sLookAt=function(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return l(Gt(a,c,b),r)};r.prototype.sPerspective=function(a,c,b,f){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);return l(Ht(a,c,b,f),r)};r.prototype.GetAxisX=function(){return l(It(this.nDa),p)};r.prototype.GetAxisY=function(){return l(Jt(this.nDa),p)};
|
|
r.prototype.GetAxisZ=function(){return l(Kt(this.nDa),p)};r.prototype.GetDiagonal3=function(){return l(Lt(this.nDa),p)};r.prototype.GetDiagonal4=function(){return l(Mt(this.nDa),B)};r.prototype.GetRotation=function(){return l(Nt(this.nDa),r)};r.prototype.GetRotationSafe=function(){return l(Ot(this.nDa),r)};r.prototype.GetQuaternion=function(){return l(Pt(this.nDa),t)};r.prototype.GetTranslation=function(){return l(Qt(this.nDa),p)};
|
|
r.prototype.Equals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!Rt(c,a)};r.prototype.NotEquals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!St(c,a)};r.prototype.IsClose=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return void 0===c?!!Tt(b,a):!!Ut(b,a,c)};r.prototype.Add=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Vt(c,a),r)};
|
|
r.prototype.MulFloat=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Wt(c,a),r)};r.prototype.MulMat44=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Xt(c,a),r)};r.prototype.MulVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Yt(c,a),p)};r.prototype.MulVec4=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Zt(c,a),B)};
|
|
r.prototype.AddMat44=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l($t(c,a),r)};r.prototype.SubMat44=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(au(c,a),r)};r.prototype.Multiply3x3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(bu(c,a),p)};r.prototype.Multiply3x3Transposed=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(cu(c,a),p)};
|
|
r.prototype.Multiply3x3LeftTransposed=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(du(c,a),r)};r.prototype.Multiply3x3RightTransposed=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(eu(c,a),r)};r.prototype.Transposed=function(){return l(fu(this.nDa),r)};r.prototype.Transposed3x3=function(){return l(gu(this.nDa),r)};r.prototype.Inversed=function(){return l(hu(this.nDa),r)};r.prototype.InversedRotationTranslation=function(){return l(iu(this.nDa),r)};
|
|
r.prototype.Adjointed3x3=function(){return l(ju(this.nDa),r)};r.prototype.SetInversed3x3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!ku(c,a)};r.prototype.GetDeterminant3x3=function(){return lu(this.nDa)};r.prototype.Inversed3x3=function(){return l(mu(this.nDa),r)};r.prototype.GetDirectionPreservingMatrix=function(){return l(nu(this.nDa),r)};r.prototype.PreTranslated=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ou(c,a),r)};
|
|
r.prototype.PostTranslated=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(pu(c,a),r)};r.prototype.PreScaled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(qu(c,a),r)};r.prototype.PostScaled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ru(c,a),r)};r.prototype.Decompose=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(su(c,a),r)};
|
|
r.prototype.SetColumn3=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);tu(b,a,c)};r.prototype.SetColumn4=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);uu(b,a,c)};r.prototype.SetAxisX=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vu(c,a)};r.prototype.SetAxisY=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wu(c,a)};
|
|
r.prototype.SetAxisZ=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xu(c,a)};r.prototype.SetDiagonal3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yu(c,a)};r.prototype.SetDiagonal4=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zu(c,a)};r.prototype.SetTranslation=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Au(c,a)};r.prototype.GetColumn3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Bu(c,a),p)};
|
|
r.prototype.GetColumn4=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Cu(c,a),B)};r.prototype.__destroy__=function(){Du(this.nDa)};function C(){this.nDa=Eu();h(C)[this.nDa]=this}C.prototype=Object.create(e.prototype);C.prototype.constructor=C;C.prototype.oDa=C;C.pDa={};d.RMat44=C;C.prototype.sZero=function(){return l(Fu(),C)};C.prototype.sIdentity=function(){return l(Gu(),C)};C.prototype.sRotation=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(Hu(a),C)};
|
|
C.prototype.sTranslation=function(a){a&&"object"===typeof a&&(a=a.nDa);return l(Iu(a),C)};C.prototype.sRotationTranslation=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Ju(a,c),C)};C.prototype.sInverseRotationTranslation=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Ku(a,c),C)};C.prototype.ToMat44=function(){return l(Lu(this.nDa),r)};
|
|
C.prototype.Equals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!Mu(c,a)};C.prototype.NotEquals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!Nu(c,a)};C.prototype.MulVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Ou(c,a),x)};C.prototype.MulRVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Pu(c,a),x)};
|
|
C.prototype.MulMat44=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Qu(c,a),C)};C.prototype.MulRMat44=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Ru(c,a),C)};C.prototype.GetAxisX=function(){return l(Su(this.nDa),p)};C.prototype.GetAxisY=function(){return l(Tu(this.nDa),p)};C.prototype.GetAxisZ=function(){return l(Uu(this.nDa),p)};C.prototype.GetRotation=function(){return l(Vu(this.nDa),r)};
|
|
C.prototype.SetRotation=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wu(c,a)};C.prototype.GetQuaternion=function(){return l(Xu(this.nDa),t)};C.prototype.GetTranslation=function(){return l(Yu(this.nDa),x)};C.prototype.IsClose=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return void 0===c?!!Zu(b,a):!!$u(b,a,c)};C.prototype.Multiply3x3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(av(c,a),p)};
|
|
C.prototype.Multiply3x3Transposed=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(bv(c,a),p)};C.prototype.Transposed3x3=function(){return l(cv(this.nDa),r)};C.prototype.Inversed=function(){return l(dv(this.nDa),C)};C.prototype.InversedRotationTranslation=function(){return l(ev(this.nDa),C)};C.prototype.PreTranslated=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(fv(c,a),C)};
|
|
C.prototype.PostTranslated=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(gv(c,a),C)};C.prototype.PreScaled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(hv(c,a),C)};C.prototype.PostScaled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(iv(c,a),C)};C.prototype.GetDirectionPreservingMatrix=function(){return l(jv(this.nDa),r)};
|
|
C.prototype.SetColumn3=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);kv(b,a,c)};C.prototype.GetColumn3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(lv(c,a),p)};C.prototype.SetAxisX=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mv(c,a)};C.prototype.SetAxisY=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nv(c,a)};
|
|
C.prototype.SetAxisZ=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ov(c,a)};C.prototype.SetTranslation=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pv(c,a)};C.prototype.SetColumn4=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);qv(b,a,c)};C.prototype.GetColumn4=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(rv(c,a),B)};
|
|
C.prototype.Decompose=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(sv(c,a),C)};C.prototype.__destroy__=function(){tv(this.nDa)};function n(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=void 0===a?uv():void 0===c?_emscripten_bind_AABox_AABox_1(a):vv(a,c);h(n)[this.nDa]=this}n.prototype=Object.create(e.prototype);n.prototype.constructor=n;n.prototype.oDa=n;n.pDa={};d.AABox=n;n.prototype.sBiggest=function(){return l(wv(),n)};
|
|
n.prototype.sFromTwoPoints=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(xv(a,c),n)};n.prototype.sFromTriangle=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(yv(a,c),n)};n.prototype.Equals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!zv(c,a)};n.prototype.NotEquals=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!Av(c,a)};n.prototype.SetEmpty=function(){Bv(this.nDa)};
|
|
n.prototype.IsValid=function(){return!!Cv(this.nDa)};n.prototype.EncapsulateVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dv(c,a)};n.prototype.EncapsulateAABox=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ev(c,a)};n.prototype.EncapsulateTriangle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fv(c,a)};n.prototype.EncapsulateIndexedTriangle=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Gv(b,a,c)};
|
|
n.prototype.Intersect=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Hv(c,a),n)};n.prototype.EnsureMinimalEdgeLength=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Iv(c,a)};n.prototype.ExpandBy=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jv(c,a)};n.prototype.GetCenter=function(){return l(Kv(this.nDa),p)};n.prototype.GetExtent=function(){return l(Lv(this.nDa),p)};n.prototype.GetSize=function(){return l(Mv(this.nDa),p)};
|
|
n.prototype.GetSurfaceArea=function(){return Nv(this.nDa)};n.prototype.GetVolume=function(){return Ov(this.nDa)};n.prototype.ContainsVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!Pv(c,a)};n.prototype.ContainsRVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!Qv(c,a)};n.prototype.OverlapsAABox=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!Rv(c,a)};
|
|
n.prototype.OverlapsPlane=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!Sv(c,a)};n.prototype.TranslateVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Tv(c,a)};n.prototype.TranslateRVec3=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Uv(c,a)};n.prototype.TransformedMat44=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Vv(c,a),n)};
|
|
n.prototype.TransformedRMat44=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Wv(c,a),n)};n.prototype.Scaled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Xv(c,a),n)};n.prototype.GetClosestPoint=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Yv(c,a),p)};n.prototype.GetSqDistanceTo=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return Zv(c,a)};n.prototype.get_mMin=n.prototype.mLa=function(){return l($v(this.nDa),p)};
|
|
n.prototype.set_mMin=n.prototype.tPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aw(c,a)};Object.defineProperty(n.prototype,"mMin",{get:n.prototype.mLa,set:n.prototype.tPa});n.prototype.get_mMax=n.prototype.PKa=function(){return l(bw(this.nDa),p)};n.prototype.set_mMax=n.prototype.WOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cw(c,a)};Object.defineProperty(n.prototype,"mMax",{get:n.prototype.PKa,set:n.prototype.WOa});n.prototype.__destroy__=function(){dw(this.nDa)};
|
|
function j7(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=void 0===a?ew():void 0===c?_emscripten_bind_OrientedBox_OrientedBox_1(a):fw(a,c);h(j7)[this.nDa]=this}j7.prototype=Object.create(e.prototype);j7.prototype.constructor=j7;j7.prototype.oDa=j7;j7.pDa={};d.OrientedBox=j7;j7.prototype.get_mOrientation=j7.prototype.CLa=function(){return l(gw(this.nDa),r)};
|
|
j7.prototype.set_mOrientation=j7.prototype.JPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hw(c,a)};Object.defineProperty(j7.prototype,"mOrientation",{get:j7.prototype.CLa,set:j7.prototype.JPa});j7.prototype.get_mHalfExtents=j7.prototype.UJa=function(){return l(iw(this.nDa),p)};j7.prototype.set_mHalfExtents=j7.prototype.aOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jw(c,a)};Object.defineProperty(j7.prototype,"mHalfExtents",{get:j7.prototype.UJa,set:j7.prototype.aOa});
|
|
j7.prototype.__destroy__=function(){kw(this.nDa)};function k7(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=void 0===a?lw():void 0===c?_emscripten_bind_RayCast_RayCast_1(a):mw(a,c);h(k7)[this.nDa]=this}k7.prototype=Object.create(e.prototype);k7.prototype.constructor=k7;k7.prototype.oDa=k7;k7.pDa={};d.RayCast=k7;k7.prototype.Transformed=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(nw(c,a),k7)};
|
|
k7.prototype.Translated=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ow(c,a),k7)};k7.prototype.GetPointOnRay=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(pw(c,a),p)};k7.prototype.get_mOrigin=k7.prototype.eHa=function(){return l(qw(this.nDa),p)};k7.prototype.set_mOrigin=k7.prototype.BIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rw(c,a)};Object.defineProperty(k7.prototype,"mOrigin",{get:k7.prototype.eHa,set:k7.prototype.BIa});
|
|
k7.prototype.get_mDirection=k7.prototype.bEa=function(){return l(sw(this.nDa),p)};k7.prototype.set_mDirection=k7.prototype.sFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tw(c,a)};Object.defineProperty(k7.prototype,"mDirection",{get:k7.prototype.bEa,set:k7.prototype.sFa});k7.prototype.__destroy__=function(){uw(this.nDa)};
|
|
function l7(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=void 0===a?vw():void 0===c?_emscripten_bind_RRayCast_RRayCast_1(a):ww(a,c);h(l7)[this.nDa]=this}l7.prototype=Object.create(e.prototype);l7.prototype.constructor=l7;l7.prototype.oDa=l7;l7.pDa={};d.RRayCast=l7;l7.prototype.Transformed=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(xw(c,a),l7)};
|
|
l7.prototype.Translated=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(yw(c,a),l7)};l7.prototype.GetPointOnRay=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(zw(c,a),x)};l7.prototype.get_mOrigin=l7.prototype.eHa=function(){return l(Aw(this.nDa),x)};l7.prototype.set_mOrigin=l7.prototype.BIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bw(c,a)};Object.defineProperty(l7.prototype,"mOrigin",{get:l7.prototype.eHa,set:l7.prototype.BIa});
|
|
l7.prototype.get_mDirection=l7.prototype.bEa=function(){return l(Cw(this.nDa),p)};l7.prototype.set_mDirection=l7.prototype.sFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dw(c,a)};Object.defineProperty(l7.prototype,"mDirection",{get:l7.prototype.bEa,set:l7.prototype.sFa});l7.prototype.__destroy__=function(){Ew(this.nDa)};function m7(){this.nDa=Fw();h(m7)[this.nDa]=this}m7.prototype=Object.create(M5.prototype);m7.prototype.constructor=m7;m7.prototype.oDa=m7;m7.pDa={};
|
|
d.RayCastResult=m7;m7.prototype.Reset=function(){Gw(this.nDa)};m7.prototype.get_mSubShapeID2=m7.prototype.cEa=function(){return l(Hw(this.nDa),c6)};m7.prototype.set_mSubShapeID2=m7.prototype.dEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Iw(c,a)};Object.defineProperty(m7.prototype,"mSubShapeID2",{get:m7.prototype.cEa,set:m7.prototype.dEa});m7.prototype.get_mBodyID=m7.prototype.fEa=function(){return l(Jw(this.nDa),N5)};
|
|
m7.prototype.set_mBodyID=m7.prototype.oEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Kw(c,a)};Object.defineProperty(m7.prototype,"mBodyID",{get:m7.prototype.fEa,set:m7.prototype.oEa});m7.prototype.get_mFraction=m7.prototype.iEa=function(){return Lw(this.nDa)};m7.prototype.set_mFraction=m7.prototype.rEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Mw(c,a)};Object.defineProperty(m7.prototype,"mFraction",{get:m7.prototype.iEa,set:m7.prototype.rEa});
|
|
m7.prototype.__destroy__=function(){Nw(this.nDa)};function n7(){this.nDa=Ow();h(n7)[this.nDa]=this}n7.prototype=Object.create(e.prototype);n7.prototype.constructor=n7;n7.prototype.oDa=n7;n7.pDa={};d.AABoxCast=n7;n7.prototype.get_mBox=n7.prototype.oJa=function(){return l(Pw(this.nDa),n)};n7.prototype.set_mBox=n7.prototype.vNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Qw(c,a)};Object.defineProperty(n7.prototype,"mBox",{get:n7.prototype.oJa,set:n7.prototype.vNa});
|
|
n7.prototype.get_mDirection=n7.prototype.bEa=function(){return l(Rw(this.nDa),p)};n7.prototype.set_mDirection=n7.prototype.sFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Sw(c,a)};Object.defineProperty(n7.prototype,"mDirection",{get:n7.prototype.bEa,set:n7.prototype.sFa});n7.prototype.__destroy__=function(){Tw(this.nDa)};
|
|
function o7(a,c,b,f){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);this.nDa=Uw(a,c,b,f);h(o7)[this.nDa]=this}o7.prototype=Object.create(e.prototype);o7.prototype.constructor=o7;o7.prototype.oDa=o7;o7.pDa={};d.ShapeCast=o7;o7.prototype.GetPointOnRay=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Vw(c,a),p)};o7.prototype.get_mShape=o7.prototype.SDa=function(){return l(Ww(this.nDa),m)};
|
|
Object.defineProperty(o7.prototype,"mShape",{get:o7.prototype.SDa});o7.prototype.get_mScale=o7.prototype.mEa=function(){return l(Xw(this.nDa),p)};Object.defineProperty(o7.prototype,"mScale",{get:o7.prototype.mEa});o7.prototype.get_mCenterOfMassStart=o7.prototype.rGa=function(){return l(Yw(this.nDa),r)};Object.defineProperty(o7.prototype,"mCenterOfMassStart",{get:o7.prototype.rGa});o7.prototype.get_mDirection=o7.prototype.bEa=function(){return l(Zw(this.nDa),p)};
|
|
Object.defineProperty(o7.prototype,"mDirection",{get:o7.prototype.bEa});o7.prototype.__destroy__=function(){$w(this.nDa)};function p7(a,c,b,f){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);this.nDa=ax(a,c,b,f);h(p7)[this.nDa]=this}p7.prototype=Object.create(e.prototype);p7.prototype.constructor=p7;p7.prototype.oDa=p7;p7.pDa={};d.RShapeCast=p7;
|
|
p7.prototype.GetPointOnRay=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(bx(c,a),x)};p7.prototype.get_mShape=p7.prototype.SDa=function(){return l(cx(this.nDa),m)};Object.defineProperty(p7.prototype,"mShape",{get:p7.prototype.SDa});p7.prototype.get_mScale=p7.prototype.mEa=function(){return l(dx(this.nDa),p)};Object.defineProperty(p7.prototype,"mScale",{get:p7.prototype.mEa});p7.prototype.get_mCenterOfMassStart=p7.prototype.rGa=function(){return l(ex(this.nDa),C)};
|
|
Object.defineProperty(p7.prototype,"mCenterOfMassStart",{get:p7.prototype.rGa});p7.prototype.get_mDirection=p7.prototype.bEa=function(){return l(fx(this.nDa),p)};Object.defineProperty(p7.prototype,"mDirection",{get:p7.prototype.bEa});p7.prototype.__destroy__=function(){gx(this.nDa)};function t6(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=hx(a,c);h(t6)[this.nDa]=this}t6.prototype=Object.create(e.prototype);t6.prototype.constructor=t6;t6.prototype.oDa=t6;
|
|
t6.pDa={};d.Plane=t6;t6.prototype.GetNormal=function(){return l(ix(this.nDa),p)};t6.prototype.SetNormal=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jx(c,a)};t6.prototype.GetConstant=function(){return kx(this.nDa)};t6.prototype.SetConstant=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lx(c,a)};t6.prototype.sFromPointAndNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(mx(b,a,c),t6)};
|
|
t6.prototype.sFromPointsCCW=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return l(nx(f,a,c,b),t6)};t6.prototype.Offset=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ox(c,a),t6)};t6.prototype.Scaled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(px(c,a),t6)};t6.prototype.GetTransformed=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(qx(c,a),t6)};
|
|
t6.prototype.ProjectPointOnPlane=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(rx(c,a),p)};t6.prototype.SignedDistance=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return sx(c,a)};t6.prototype.__destroy__=function(){tx(this.nDa)};function q(){this.nDa=ux();h(q)[this.nDa]=this}q.prototype=Object.create(e.prototype);q.prototype.constructor=q;q.prototype.oDa=q;q.pDa={};d.TransformedShape=q;
|
|
q.prototype.CastRay=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);void 0===b?vx(g,a,c):void 0===f?_emscripten_bind_TransformedShape_CastRay_3(g,a,c,b):wx(g,a,c,b,f)};q.prototype.CollidePoint=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);xx(f,a,c,b)};
|
|
q.prototype.CollideShape=function(a,c,b,f,g,k,u){var L=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);yx(L,a,c,b,f,g,k,u)};
|
|
q.prototype.CastShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);zx(k,a,c,b,f,g)};q.prototype.CollectTransformedShapes=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);Ax(f,a,c,b)};q.prototype.GetShapeScale=function(){return l(Bx(this.nDa),p)};
|
|
q.prototype.SetShapeScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Cx(c,a)};q.prototype.GetCenterOfMassTransform=function(){return l(Dx(this.nDa),C)};q.prototype.GetInverseCenterOfMassTransform=function(){return l(Ex(this.nDa),C)};
|
|
q.prototype.SetWorldTransform=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);void 0===c?Fx(f,a):void 0===b?_emscripten_bind_TransformedShape_SetWorldTransform_2(f,a,c):Gx(f,a,c,b)};q.prototype.GetWorldTransform=function(){return l(Hx(this.nDa),C)};q.prototype.GetWorldSpaceBounds=function(){return l(Ix(this.nDa),n)};
|
|
q.prototype.GetWorldSpaceSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Jx(b,a,c),p)};q.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Kx(c,a),y5)};q.prototype.get_mShapePositionCOM=q.prototype.jMa=function(){return l(Lx(this.nDa),x)};q.prototype.set_mShapePositionCOM=q.prototype.oQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Mx(c,a)};
|
|
Object.defineProperty(q.prototype,"mShapePositionCOM",{get:q.prototype.jMa,set:q.prototype.oQa});q.prototype.get_mShapeRotation=q.prototype.kMa=function(){return l(Nx(this.nDa),t)};q.prototype.set_mShapeRotation=q.prototype.pQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ox(c,a)};Object.defineProperty(q.prototype,"mShapeRotation",{get:q.prototype.kMa,set:q.prototype.pQa});q.prototype.get_mShape=q.prototype.SDa=function(){return l(Px(this.nDa),m)};
|
|
q.prototype.set_mShape=q.prototype.vEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Qx(c,a)};Object.defineProperty(q.prototype,"mShape",{get:q.prototype.SDa,set:q.prototype.vEa});q.prototype.get_mShapeScale=q.prototype.lMa=function(){return l(Rx(this.nDa),i7)};q.prototype.set_mShapeScale=q.prototype.qQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Sx(c,a)};Object.defineProperty(q.prototype,"mShapeScale",{get:q.prototype.lMa,set:q.prototype.qQa});
|
|
q.prototype.get_mBodyID=q.prototype.fEa=function(){return l(Tx(this.nDa),N5)};q.prototype.set_mBodyID=q.prototype.oEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ux(c,a)};Object.defineProperty(q.prototype,"mBodyID",{get:q.prototype.fEa,set:q.prototype.oEa});q.prototype.__destroy__=function(){Vx(this.nDa)};function y5(){this.nDa=Wx();h(y5)[this.nDa]=this}y5.prototype=Object.create(e.prototype);y5.prototype.constructor=y5;y5.prototype.oDa=y5;y5.pDa={};d.PhysicsMaterial=y5;
|
|
y5.prototype.GetRefCount=function(){return Xx(this.nDa)};y5.prototype.AddRef=function(){Yx(this.nDa)};y5.prototype.Release=function(){Zx(this.nDa)};y5.prototype.__destroy__=function(){$x(this.nDa)};function q7(){this.nDa=ay();h(q7)[this.nDa]=this}q7.prototype=Object.create(e.prototype);q7.prototype.constructor=q7;q7.prototype.oDa=q7;q7.pDa={};d.PhysicsMaterialList=q7;q7.prototype.empty=q7.prototype.empty=function(){return!!by(this.nDa)};q7.prototype.size=q7.prototype.size=function(){return cy(this.nDa)};
|
|
q7.prototype.at=q7.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(dy(c,a),y5)};q7.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ey(c,a)};q7.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fy(c,a)};q7.prototype.resize=q7.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gy(c,a)};q7.prototype.clear=q7.prototype.clear=function(){hy(this.nDa)};q7.prototype.__destroy__=function(){iy(this.nDa)};
|
|
function r7(a,c,b,f,g){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);this.nDa=void 0===a?jy():void 0===c?_emscripten_bind_Triangle_Triangle_1(a):void 0===b?_emscripten_bind_Triangle_Triangle_2(a,c):void 0===f?ky(a,c,b):void 0===g?ly(a,c,b,f):my(a,c,b,f,g);h(r7)[this.nDa]=this}r7.prototype=Object.create(e.prototype);r7.prototype.constructor=r7;r7.prototype.oDa=r7;r7.pDa={};
|
|
d.Triangle=r7;r7.prototype.get_mV=r7.prototype.PMa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ny(c,a),i7)};r7.prototype.set_mV=r7.prototype.UQa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);oy(b,a,c)};Object.defineProperty(r7.prototype,"mV",{get:r7.prototype.PMa,set:r7.prototype.UQa});r7.prototype.get_mMaterialIndex=r7.prototype.LEa=function(){return py(this.nDa)};
|
|
r7.prototype.set_mMaterialIndex=r7.prototype.AFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qy(c,a)};Object.defineProperty(r7.prototype,"mMaterialIndex",{get:r7.prototype.LEa,set:r7.prototype.AFa});r7.prototype.get_mUserData=r7.prototype.qDa=function(){return ry(this.nDa)};r7.prototype.set_mUserData=r7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sy(c,a)};Object.defineProperty(r7.prototype,"mUserData",{get:r7.prototype.qDa,set:r7.prototype.rDa});
|
|
r7.prototype.__destroy__=function(){ty(this.nDa)};function s7(){this.nDa=uy();h(s7)[this.nDa]=this}s7.prototype=Object.create(e.prototype);s7.prototype.constructor=s7;s7.prototype.oDa=s7;s7.pDa={};d.TriangleList=s7;s7.prototype.empty=s7.prototype.empty=function(){return!!vy(this.nDa)};s7.prototype.size=s7.prototype.size=function(){return wy(this.nDa)};s7.prototype.at=s7.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(xy(c,a),r7)};
|
|
s7.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yy(c,a)};s7.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zy(c,a)};s7.prototype.resize=s7.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ay(c,a)};s7.prototype.clear=s7.prototype.clear=function(){By(this.nDa)};s7.prototype.__destroy__=function(){Cy(this.nDa)};function t7(){this.nDa=Dy();h(t7)[this.nDa]=this}t7.prototype=Object.create(e.prototype);
|
|
t7.prototype.constructor=t7;t7.prototype.oDa=t7;t7.pDa={};d.VertexList=t7;t7.prototype.empty=t7.prototype.empty=function(){return!!Ey(this.nDa)};t7.prototype.size=t7.prototype.size=function(){return Fy(this.nDa)};t7.prototype.at=t7.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Gy(c,a),i7)};t7.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Hy(c,a)};
|
|
t7.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Iy(c,a)};t7.prototype.resize=t7.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jy(c,a)};t7.prototype.clear=t7.prototype.clear=function(){Ky(this.nDa)};t7.prototype.__destroy__=function(){Ly(this.nDa)};
|
|
function u7(a,c,b,f,g){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);this.nDa=void 0===a?My():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?Ny(a,c,b,f):Oy(a,c,b,f,g);h(u7)[this.nDa]=this}u7.prototype=Object.create(e.prototype);
|
|
u7.prototype.constructor=u7;u7.prototype.oDa=u7;u7.pDa={};d.IndexedTriangle=u7;u7.prototype.get_mIdx=u7.prototype.bKa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return Py(c,a)};u7.prototype.set_mIdx=u7.prototype.iOa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Qy(b,a,c)};Object.defineProperty(u7.prototype,"mIdx",{get:u7.prototype.bKa,set:u7.prototype.iOa});u7.prototype.get_mMaterialIndex=u7.prototype.LEa=function(){return Ry(this.nDa)};
|
|
u7.prototype.set_mMaterialIndex=u7.prototype.AFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Sy(c,a)};Object.defineProperty(u7.prototype,"mMaterialIndex",{get:u7.prototype.LEa,set:u7.prototype.AFa});u7.prototype.get_mUserData=u7.prototype.qDa=function(){return Ty(this.nDa)};u7.prototype.set_mUserData=u7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Uy(c,a)};Object.defineProperty(u7.prototype,"mUserData",{get:u7.prototype.qDa,set:u7.prototype.rDa});
|
|
u7.prototype.__destroy__=function(){Vy(this.nDa)};function v7(){this.nDa=Wy();h(v7)[this.nDa]=this}v7.prototype=Object.create(e.prototype);v7.prototype.constructor=v7;v7.prototype.oDa=v7;v7.pDa={};d.IndexedTriangleList=v7;v7.prototype.empty=v7.prototype.empty=function(){return!!Xy(this.nDa)};v7.prototype.size=v7.prototype.size=function(){return Yy(this.nDa)};v7.prototype.at=v7.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Zy(c,a),u7)};
|
|
v7.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$y(c,a)};v7.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);az(c,a)};v7.prototype.resize=v7.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bz(c,a)};v7.prototype.clear=v7.prototype.clear=function(){cz(this.nDa)};v7.prototype.__destroy__=function(){dz(this.nDa)};function w5(){throw"cannot construct a ShapeResult, no constructor in IDL";}w5.prototype=Object.create(e.prototype);
|
|
w5.prototype.constructor=w5;w5.prototype.oDa=w5;w5.pDa={};d.ShapeResult=w5;w5.prototype.IsValid=function(){return!!ez(this.nDa)};w5.prototype.HasError=function(){return!!fz(this.nDa)};w5.prototype.GetError=function(){return l(gz(this.nDa),U6)};w5.prototype.Get=function(){return l(hz(this.nDa),m)};w5.prototype.Clear=function(){iz(this.nDa)};w5.prototype.__destroy__=function(){jz(this.nDa)};
|
|
function w7(a,c,b,f,g){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);this.nDa=kz(a,c,b,f,g);h(w7)[this.nDa]=this}w7.prototype=Object.create(e.prototype);w7.prototype.constructor=w7;w7.prototype.oDa=w7;w7.pDa={};d.ShapeGetTriangles=w7;w7.prototype.GetNumTriangles=function(){return lz(this.nDa)};w7.prototype.GetVerticesSize=function(){return mz(this.nDa)};
|
|
w7.prototype.GetVerticesData=function(){return nz(this.nDa)};w7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(oz(c,a),y5)};w7.prototype.__destroy__=function(){pz(this.nDa)};function x7(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=void 0===c?qz(a):rz(a,c);h(x7)[this.nDa]=this}x7.prototype=Object.create(O5.prototype);x7.prototype.constructor=x7;x7.prototype.oDa=x7;x7.pDa={};d.SphereShapeSettings=x7;
|
|
x7.prototype.GetRefCount=function(){return sz(this.nDa)};x7.prototype.AddRef=function(){tz(this.nDa)};x7.prototype.Release=function(){uz(this.nDa)};x7.prototype.Create=function(){return l(vz(this.nDa),w5)};x7.prototype.ClearCachedResult=function(){wz(this.nDa)};x7.prototype.get_mRadius=x7.prototype.QDa=function(){return xz(this.nDa)};x7.prototype.set_mRadius=x7.prototype.XDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yz(c,a)};
|
|
Object.defineProperty(x7.prototype,"mRadius",{get:x7.prototype.QDa,set:x7.prototype.XDa});x7.prototype.get_mMaterial=x7.prototype.ADa=function(){return l(zz(this.nDa),y5)};x7.prototype.set_mMaterial=x7.prototype.CDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Az(c,a)};Object.defineProperty(x7.prototype,"mMaterial",{get:x7.prototype.ADa,set:x7.prototype.CDa});x7.prototype.get_mDensity=x7.prototype.EDa=function(){return Bz(this.nDa)};
|
|
x7.prototype.set_mDensity=x7.prototype.GDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Cz(c,a)};Object.defineProperty(x7.prototype,"mDensity",{get:x7.prototype.EDa,set:x7.prototype.GDa});x7.prototype.get_mUserData=x7.prototype.qDa=function(){return Dz(this.nDa)};x7.prototype.set_mUserData=x7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ez(c,a)};Object.defineProperty(x7.prototype,"mUserData",{get:x7.prototype.qDa,set:x7.prototype.rDa});
|
|
x7.prototype.__destroy__=function(){Fz(this.nDa)};function y7(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=void 0===c?Gz(a):Hz(a,c);h(y7)[this.nDa]=this}y7.prototype=Object.create(P5.prototype);y7.prototype.constructor=y7;y7.prototype.oDa=y7;y7.pDa={};d.SphereShape=y7;y7.prototype.GetRadius=function(){return Iz(this.nDa)};y7.prototype.SetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jz(c,a)};y7.prototype.GetDensity=function(){return Kz(this.nDa)};
|
|
y7.prototype.SetDensity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lz(c,a)};y7.prototype.GetRefCount=function(){return Mz(this.nDa)};y7.prototype.AddRef=function(){Nz(this.nDa)};y7.prototype.Release=function(){Oz(this.nDa)};y7.prototype.GetType=function(){return Pz(this.nDa)};y7.prototype.GetSubType=function(){return Qz(this.nDa)};y7.prototype.MustBeStatic=function(){return!!Rz(this.nDa)};y7.prototype.GetLocalBounds=function(){return l(Sz(this.nDa),n)};
|
|
y7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Tz(b,a,c),n)};y7.prototype.GetCenterOfMass=function(){return l(Uz(this.nDa),p)};y7.prototype.GetUserData=function(){return Vz(this.nDa)};y7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wz(c,a)};y7.prototype.GetSubShapeIDBitsRecursive=function(){return Xz(this.nDa)};y7.prototype.GetInnerRadius=function(){return Yz(this.nDa)};
|
|
y7.prototype.GetMassProperties=function(){return l(Zz(this.nDa),x5)};y7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l($z(b,a,c),m)};y7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(aA(c,a),y5)};y7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(bA(b,a,c),p)};
|
|
y7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return cA(c,a)};y7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(dA(k,a,c,b,f,g),q)};y7.prototype.GetVolume=function(){return eA(this.nDa)};
|
|
y7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!fA(c,a)};y7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(gA(c,a),p)};y7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(hA(c,a),w5)};y7.prototype.__destroy__=function(){iA(this.nDa)};
|
|
function z7(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=void 0===c?jA(a):void 0===b?kA(a,c):lA(a,c,b);h(z7)[this.nDa]=this}z7.prototype=Object.create(O5.prototype);z7.prototype.constructor=z7;z7.prototype.oDa=z7;z7.pDa={};d.BoxShapeSettings=z7;z7.prototype.GetRefCount=function(){return mA(this.nDa)};z7.prototype.AddRef=function(){nA(this.nDa)};z7.prototype.Release=function(){oA(this.nDa)};
|
|
z7.prototype.Create=function(){return l(pA(this.nDa),w5)};z7.prototype.ClearCachedResult=function(){qA(this.nDa)};z7.prototype.get_mHalfExtent=z7.prototype.DGa=function(){return l(rA(this.nDa),p)};z7.prototype.set_mHalfExtent=z7.prototype.$Ha=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sA(c,a)};Object.defineProperty(z7.prototype,"mHalfExtent",{get:z7.prototype.DGa,set:z7.prototype.$Ha});z7.prototype.get_mConvexRadius=z7.prototype.CEa=function(){return tA(this.nDa)};
|
|
z7.prototype.set_mConvexRadius=z7.prototype.qFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uA(c,a)};Object.defineProperty(z7.prototype,"mConvexRadius",{get:z7.prototype.CEa,set:z7.prototype.qFa});z7.prototype.get_mMaterial=z7.prototype.ADa=function(){return l(vA(this.nDa),y5)};z7.prototype.set_mMaterial=z7.prototype.CDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wA(c,a)};Object.defineProperty(z7.prototype,"mMaterial",{get:z7.prototype.ADa,set:z7.prototype.CDa});
|
|
z7.prototype.get_mDensity=z7.prototype.EDa=function(){return xA(this.nDa)};z7.prototype.set_mDensity=z7.prototype.GDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yA(c,a)};Object.defineProperty(z7.prototype,"mDensity",{get:z7.prototype.EDa,set:z7.prototype.GDa});z7.prototype.get_mUserData=z7.prototype.qDa=function(){return zA(this.nDa)};z7.prototype.set_mUserData=z7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);AA(c,a)};
|
|
Object.defineProperty(z7.prototype,"mUserData",{get:z7.prototype.qDa,set:z7.prototype.rDa});z7.prototype.__destroy__=function(){BA(this.nDa)};function A7(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=void 0===c?CA(a):void 0===b?DA(a,c):EA(a,c,b);h(A7)[this.nDa]=this}A7.prototype=Object.create(P5.prototype);A7.prototype.constructor=A7;A7.prototype.oDa=A7;A7.pDa={};d.BoxShape=A7;
|
|
A7.prototype.GetHalfExtent=function(){return l(FA(this.nDa),p)};A7.prototype.SetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);GA(c,a)};A7.prototype.GetDensity=function(){return HA(this.nDa)};A7.prototype.SetDensity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);IA(c,a)};A7.prototype.GetRefCount=function(){return JA(this.nDa)};A7.prototype.AddRef=function(){KA(this.nDa)};A7.prototype.Release=function(){LA(this.nDa)};A7.prototype.GetType=function(){return MA(this.nDa)};
|
|
A7.prototype.GetSubType=function(){return NA(this.nDa)};A7.prototype.MustBeStatic=function(){return!!OA(this.nDa)};A7.prototype.GetLocalBounds=function(){return l(PA(this.nDa),n)};A7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(QA(b,a,c),n)};A7.prototype.GetCenterOfMass=function(){return l(RA(this.nDa),p)};A7.prototype.GetUserData=function(){return SA(this.nDa)};
|
|
A7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);TA(c,a)};A7.prototype.GetSubShapeIDBitsRecursive=function(){return UA(this.nDa)};A7.prototype.GetInnerRadius=function(){return VA(this.nDa)};A7.prototype.GetMassProperties=function(){return l(WA(this.nDa),x5)};A7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(XA(b,a,c),m)};
|
|
A7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(YA(c,a),y5)};A7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(ZA(b,a,c),p)};A7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return $A(c,a)};
|
|
A7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(aB(k,a,c,b,f,g),q)};A7.prototype.GetVolume=function(){return bB(this.nDa)};A7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!cB(c,a)};
|
|
A7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(dB(c,a),p)};A7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(eB(c,a),w5)};A7.prototype.__destroy__=function(){fB(this.nDa)};
|
|
function B7(a,c,b,f){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);this.nDa=void 0===b?gB(a,c):void 0===f?hB(a,c,b):iB(a,c,b,f);h(B7)[this.nDa]=this}B7.prototype=Object.create(O5.prototype);B7.prototype.constructor=B7;B7.prototype.oDa=B7;B7.pDa={};d.CylinderShapeSettings=B7;B7.prototype.GetRefCount=function(){return jB(this.nDa)};B7.prototype.AddRef=function(){kB(this.nDa)};B7.prototype.Release=function(){lB(this.nDa)};
|
|
B7.prototype.Create=function(){return l(mB(this.nDa),w5)};B7.prototype.ClearCachedResult=function(){nB(this.nDa)};B7.prototype.get_mHalfHeight=B7.prototype.EGa=function(){return oB(this.nDa)};B7.prototype.set_mHalfHeight=B7.prototype.aIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pB(c,a)};Object.defineProperty(B7.prototype,"mHalfHeight",{get:B7.prototype.EGa,set:B7.prototype.aIa});B7.prototype.get_mRadius=B7.prototype.QDa=function(){return qB(this.nDa)};
|
|
B7.prototype.set_mRadius=B7.prototype.XDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rB(c,a)};Object.defineProperty(B7.prototype,"mRadius",{get:B7.prototype.QDa,set:B7.prototype.XDa});B7.prototype.get_mConvexRadius=B7.prototype.CEa=function(){return sB(this.nDa)};B7.prototype.set_mConvexRadius=B7.prototype.qFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tB(c,a)};Object.defineProperty(B7.prototype,"mConvexRadius",{get:B7.prototype.CEa,set:B7.prototype.qFa});
|
|
B7.prototype.get_mMaterial=B7.prototype.ADa=function(){return l(uB(this.nDa),y5)};B7.prototype.set_mMaterial=B7.prototype.CDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vB(c,a)};Object.defineProperty(B7.prototype,"mMaterial",{get:B7.prototype.ADa,set:B7.prototype.CDa});B7.prototype.get_mDensity=B7.prototype.EDa=function(){return wB(this.nDa)};B7.prototype.set_mDensity=B7.prototype.GDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xB(c,a)};
|
|
Object.defineProperty(B7.prototype,"mDensity",{get:B7.prototype.EDa,set:B7.prototype.GDa});B7.prototype.get_mUserData=B7.prototype.qDa=function(){return yB(this.nDa)};B7.prototype.set_mUserData=B7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zB(c,a)};Object.defineProperty(B7.prototype,"mUserData",{get:B7.prototype.qDa,set:B7.prototype.rDa});B7.prototype.__destroy__=function(){AB(this.nDa)};
|
|
function C7(a,c,b,f){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);this.nDa=void 0===f?BB(a,c,b):CB(a,c,b,f);h(C7)[this.nDa]=this}C7.prototype=Object.create(P5.prototype);C7.prototype.constructor=C7;C7.prototype.oDa=C7;C7.pDa={};d.CylinderShape=C7;C7.prototype.GetRadius=function(){return DB(this.nDa)};C7.prototype.GetHalfHeight=function(){return EB(this.nDa)};
|
|
C7.prototype.SetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);FB(c,a)};C7.prototype.GetDensity=function(){return GB(this.nDa)};C7.prototype.SetDensity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);HB(c,a)};C7.prototype.GetRefCount=function(){return IB(this.nDa)};C7.prototype.AddRef=function(){JB(this.nDa)};C7.prototype.Release=function(){KB(this.nDa)};C7.prototype.GetType=function(){return LB(this.nDa)};C7.prototype.GetSubType=function(){return MB(this.nDa)};
|
|
C7.prototype.MustBeStatic=function(){return!!NB(this.nDa)};C7.prototype.GetLocalBounds=function(){return l(OB(this.nDa),n)};C7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(PB(b,a,c),n)};C7.prototype.GetCenterOfMass=function(){return l(QB(this.nDa),p)};C7.prototype.GetUserData=function(){return RB(this.nDa)};C7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);SB(c,a)};
|
|
C7.prototype.GetSubShapeIDBitsRecursive=function(){return TB(this.nDa)};C7.prototype.GetInnerRadius=function(){return UB(this.nDa)};C7.prototype.GetMassProperties=function(){return l(VB(this.nDa),x5)};C7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(WB(b,a,c),m)};C7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(XB(c,a),y5)};
|
|
C7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(YB(b,a,c),p)};C7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return ZB(c,a)};
|
|
C7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l($B(k,a,c,b,f,g),q)};C7.prototype.GetVolume=function(){return aC(this.nDa)};C7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!bC(c,a)};
|
|
C7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(cC(c,a),p)};C7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(dC(c,a),w5)};C7.prototype.__destroy__=function(){eC(this.nDa)};
|
|
function D7(a,c,b,f,g){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);this.nDa=void 0===f?fC(a,c,b):void 0===g?gC(a,c,b,f):hC(a,c,b,f,g);h(D7)[this.nDa]=this}D7.prototype=Object.create(O5.prototype);D7.prototype.constructor=D7;D7.prototype.oDa=D7;D7.pDa={};d.TaperedCylinderShapeSettings=D7;D7.prototype.GetRefCount=function(){return iC(this.nDa)};D7.prototype.AddRef=function(){jC(this.nDa)};
|
|
D7.prototype.Release=function(){kC(this.nDa)};D7.prototype.Create=function(){return l(lC(this.nDa),w5)};D7.prototype.ClearCachedResult=function(){mC(this.nDa)};D7.prototype.get_mHalfHeight=D7.prototype.EGa=function(){return nC(this.nDa)};D7.prototype.set_mHalfHeight=D7.prototype.aIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oC(c,a)};Object.defineProperty(D7.prototype,"mHalfHeight",{get:D7.prototype.EGa,set:D7.prototype.aIa});D7.prototype.get_mTopRadius=D7.prototype.uHa=function(){return pC(this.nDa)};
|
|
D7.prototype.set_mTopRadius=D7.prototype.SIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qC(c,a)};Object.defineProperty(D7.prototype,"mTopRadius",{get:D7.prototype.uHa,set:D7.prototype.SIa});D7.prototype.get_mBottomRadius=D7.prototype.oGa=function(){return rC(this.nDa)};D7.prototype.set_mBottomRadius=D7.prototype.MHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sC(c,a)};Object.defineProperty(D7.prototype,"mBottomRadius",{get:D7.prototype.oGa,set:D7.prototype.MHa});
|
|
D7.prototype.get_mConvexRadius=D7.prototype.CEa=function(){return tC(this.nDa)};D7.prototype.set_mConvexRadius=D7.prototype.qFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uC(c,a)};Object.defineProperty(D7.prototype,"mConvexRadius",{get:D7.prototype.CEa,set:D7.prototype.qFa});D7.prototype.get_mMaterial=D7.prototype.ADa=function(){return l(vC(this.nDa),y5)};D7.prototype.set_mMaterial=D7.prototype.CDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wC(c,a)};
|
|
Object.defineProperty(D7.prototype,"mMaterial",{get:D7.prototype.ADa,set:D7.prototype.CDa});D7.prototype.get_mDensity=D7.prototype.EDa=function(){return xC(this.nDa)};D7.prototype.set_mDensity=D7.prototype.GDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yC(c,a)};Object.defineProperty(D7.prototype,"mDensity",{get:D7.prototype.EDa,set:D7.prototype.GDa});D7.prototype.get_mUserData=D7.prototype.qDa=function(){return zC(this.nDa)};
|
|
D7.prototype.set_mUserData=D7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);AC(c,a)};Object.defineProperty(D7.prototype,"mUserData",{get:D7.prototype.qDa,set:D7.prototype.rDa});D7.prototype.__destroy__=function(){BC(this.nDa)};function E7(){throw"cannot construct a TaperedCylinderShape, no constructor in IDL";}E7.prototype=Object.create(P5.prototype);E7.prototype.constructor=E7;E7.prototype.oDa=E7;E7.pDa={};d.TaperedCylinderShape=E7;E7.prototype.GetHalfHeight=function(){return CC(this.nDa)};
|
|
E7.prototype.GetTopRadius=function(){return DC(this.nDa)};E7.prototype.GetBottomRadius=function(){return EC(this.nDa)};E7.prototype.GetConvexRadius=function(){return FC(this.nDa)};E7.prototype.SetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);GC(c,a)};E7.prototype.GetDensity=function(){return HC(this.nDa)};E7.prototype.SetDensity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);IC(c,a)};E7.prototype.GetRefCount=function(){return JC(this.nDa)};
|
|
E7.prototype.AddRef=function(){KC(this.nDa)};E7.prototype.Release=function(){LC(this.nDa)};E7.prototype.GetType=function(){return MC(this.nDa)};E7.prototype.GetSubType=function(){return NC(this.nDa)};E7.prototype.MustBeStatic=function(){return!!OC(this.nDa)};E7.prototype.GetLocalBounds=function(){return l(PC(this.nDa),n)};E7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(QC(b,a,c),n)};
|
|
E7.prototype.GetCenterOfMass=function(){return l(RC(this.nDa),p)};E7.prototype.GetUserData=function(){return SC(this.nDa)};E7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);TC(c,a)};E7.prototype.GetSubShapeIDBitsRecursive=function(){return UC(this.nDa)};E7.prototype.GetInnerRadius=function(){return VC(this.nDa)};E7.prototype.GetMassProperties=function(){return l(WC(this.nDa),x5)};
|
|
E7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(XC(b,a,c),m)};E7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(YC(c,a),y5)};E7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(ZC(b,a,c),p)};
|
|
E7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return $C(c,a)};E7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(aD(k,a,c,b,f,g),q)};E7.prototype.GetVolume=function(){return bD(this.nDa)};
|
|
E7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!cD(c,a)};E7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(dD(c,a),p)};E7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(eD(c,a),w5)};E7.prototype.__destroy__=function(){fD(this.nDa)};
|
|
function F7(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=void 0===b?gD(a,c):hD(a,c,b);h(F7)[this.nDa]=this}F7.prototype=Object.create(O5.prototype);F7.prototype.constructor=F7;F7.prototype.oDa=F7;F7.pDa={};d.CapsuleShapeSettings=F7;F7.prototype.GetRefCount=function(){return iD(this.nDa)};F7.prototype.AddRef=function(){jD(this.nDa)};F7.prototype.Release=function(){kD(this.nDa)};
|
|
F7.prototype.Create=function(){return l(lD(this.nDa),w5)};F7.prototype.ClearCachedResult=function(){mD(this.nDa)};F7.prototype.get_mRadius=F7.prototype.QDa=function(){return nD(this.nDa)};F7.prototype.set_mRadius=F7.prototype.XDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oD(c,a)};Object.defineProperty(F7.prototype,"mRadius",{get:F7.prototype.QDa,set:F7.prototype.XDa});F7.prototype.get_mHalfHeightOfCylinder=F7.prototype.VJa=function(){return pD(this.nDa)};
|
|
F7.prototype.set_mHalfHeightOfCylinder=F7.prototype.bOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qD(c,a)};Object.defineProperty(F7.prototype,"mHalfHeightOfCylinder",{get:F7.prototype.VJa,set:F7.prototype.bOa});F7.prototype.get_mMaterial=F7.prototype.ADa=function(){return l(rD(this.nDa),y5)};F7.prototype.set_mMaterial=F7.prototype.CDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sD(c,a)};Object.defineProperty(F7.prototype,"mMaterial",{get:F7.prototype.ADa,set:F7.prototype.CDa});
|
|
F7.prototype.get_mDensity=F7.prototype.EDa=function(){return tD(this.nDa)};F7.prototype.set_mDensity=F7.prototype.GDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uD(c,a)};Object.defineProperty(F7.prototype,"mDensity",{get:F7.prototype.EDa,set:F7.prototype.GDa});F7.prototype.get_mUserData=F7.prototype.qDa=function(){return vD(this.nDa)};F7.prototype.set_mUserData=F7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wD(c,a)};
|
|
Object.defineProperty(F7.prototype,"mUserData",{get:F7.prototype.qDa,set:F7.prototype.rDa});F7.prototype.__destroy__=function(){xD(this.nDa)};function G7(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=void 0===b?yD(a,c):zD(a,c,b);h(G7)[this.nDa]=this}G7.prototype=Object.create(P5.prototype);G7.prototype.constructor=G7;G7.prototype.oDa=G7;G7.pDa={};d.CapsuleShape=G7;G7.prototype.GetRadius=function(){return AD(this.nDa)};
|
|
G7.prototype.GetHalfHeightOfCylinder=function(){return BD(this.nDa)};G7.prototype.SetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);CD(c,a)};G7.prototype.GetDensity=function(){return DD(this.nDa)};G7.prototype.SetDensity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ED(c,a)};G7.prototype.GetRefCount=function(){return FD(this.nDa)};G7.prototype.AddRef=function(){GD(this.nDa)};G7.prototype.Release=function(){HD(this.nDa)};G7.prototype.GetType=function(){return ID(this.nDa)};
|
|
G7.prototype.GetSubType=function(){return JD(this.nDa)};G7.prototype.MustBeStatic=function(){return!!KD(this.nDa)};G7.prototype.GetLocalBounds=function(){return l(LD(this.nDa),n)};G7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(MD(b,a,c),n)};G7.prototype.GetCenterOfMass=function(){return l(ND(this.nDa),p)};G7.prototype.GetUserData=function(){return OD(this.nDa)};
|
|
G7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);PD(c,a)};G7.prototype.GetSubShapeIDBitsRecursive=function(){return QD(this.nDa)};G7.prototype.GetInnerRadius=function(){return RD(this.nDa)};G7.prototype.GetMassProperties=function(){return l(SD(this.nDa),x5)};G7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(TD(b,a,c),m)};
|
|
G7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(UD(c,a),y5)};G7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(VD(b,a,c),p)};G7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return WD(c,a)};
|
|
G7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(XD(k,a,c,b,f,g),q)};G7.prototype.GetVolume=function(){return YD(this.nDa)};G7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!ZD(c,a)};
|
|
G7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l($D(c,a),p)};G7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(aE(c,a),w5)};G7.prototype.__destroy__=function(){bE(this.nDa)};function H7(a,c,b,f){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);this.nDa=void 0===f?cE(a,c,b):dE(a,c,b,f);h(H7)[this.nDa]=this}H7.prototype=Object.create(O5.prototype);
|
|
H7.prototype.constructor=H7;H7.prototype.oDa=H7;H7.pDa={};d.TaperedCapsuleShapeSettings=H7;H7.prototype.GetRefCount=function(){return eE(this.nDa)};H7.prototype.AddRef=function(){fE(this.nDa)};H7.prototype.Release=function(){gE(this.nDa)};H7.prototype.Create=function(){return l(hE(this.nDa),w5)};H7.prototype.ClearCachedResult=function(){iE(this.nDa)};H7.prototype.get_mHalfHeightOfTaperedCylinder=H7.prototype.WJa=function(){return jE(this.nDa)};
|
|
H7.prototype.set_mHalfHeightOfTaperedCylinder=H7.prototype.cOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kE(c,a)};Object.defineProperty(H7.prototype,"mHalfHeightOfTaperedCylinder",{get:H7.prototype.WJa,set:H7.prototype.cOa});H7.prototype.get_mTopRadius=H7.prototype.uHa=function(){return lE(this.nDa)};H7.prototype.set_mTopRadius=H7.prototype.SIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mE(c,a)};
|
|
Object.defineProperty(H7.prototype,"mTopRadius",{get:H7.prototype.uHa,set:H7.prototype.SIa});H7.prototype.get_mBottomRadius=H7.prototype.oGa=function(){return nE(this.nDa)};H7.prototype.set_mBottomRadius=H7.prototype.MHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oE(c,a)};Object.defineProperty(H7.prototype,"mBottomRadius",{get:H7.prototype.oGa,set:H7.prototype.MHa});H7.prototype.get_mMaterial=H7.prototype.ADa=function(){return l(pE(this.nDa),y5)};
|
|
H7.prototype.set_mMaterial=H7.prototype.CDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qE(c,a)};Object.defineProperty(H7.prototype,"mMaterial",{get:H7.prototype.ADa,set:H7.prototype.CDa});H7.prototype.get_mDensity=H7.prototype.EDa=function(){return rE(this.nDa)};H7.prototype.set_mDensity=H7.prototype.GDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sE(c,a)};Object.defineProperty(H7.prototype,"mDensity",{get:H7.prototype.EDa,set:H7.prototype.GDa});
|
|
H7.prototype.get_mUserData=H7.prototype.qDa=function(){return tE(this.nDa)};H7.prototype.set_mUserData=H7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uE(c,a)};Object.defineProperty(H7.prototype,"mUserData",{get:H7.prototype.qDa,set:H7.prototype.rDa});H7.prototype.__destroy__=function(){vE(this.nDa)};function I7(){throw"cannot construct a TaperedCapsuleShape, no constructor in IDL";}I7.prototype=Object.create(P5.prototype);I7.prototype.constructor=I7;
|
|
I7.prototype.oDa=I7;I7.pDa={};d.TaperedCapsuleShape=I7;I7.prototype.GetHalfHeight=function(){return wE(this.nDa)};I7.prototype.GetTopRadius=function(){return xE(this.nDa)};I7.prototype.GetBottomRadius=function(){return yE(this.nDa)};I7.prototype.SetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zE(c,a)};I7.prototype.GetDensity=function(){return AE(this.nDa)};I7.prototype.SetDensity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);BE(c,a)};
|
|
I7.prototype.GetRefCount=function(){return CE(this.nDa)};I7.prototype.AddRef=function(){DE(this.nDa)};I7.prototype.Release=function(){EE(this.nDa)};I7.prototype.GetType=function(){return FE(this.nDa)};I7.prototype.GetSubType=function(){return GE(this.nDa)};I7.prototype.MustBeStatic=function(){return!!HE(this.nDa)};I7.prototype.GetLocalBounds=function(){return l(IE(this.nDa),n)};
|
|
I7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(JE(b,a,c),n)};I7.prototype.GetCenterOfMass=function(){return l(KE(this.nDa),p)};I7.prototype.GetUserData=function(){return LE(this.nDa)};I7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ME(c,a)};I7.prototype.GetSubShapeIDBitsRecursive=function(){return NE(this.nDa)};I7.prototype.GetInnerRadius=function(){return OE(this.nDa)};
|
|
I7.prototype.GetMassProperties=function(){return l(PE(this.nDa),x5)};I7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(QE(b,a,c),m)};I7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(RE(c,a),y5)};I7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(SE(b,a,c),p)};
|
|
I7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return TE(c,a)};I7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(UE(k,a,c,b,f,g),q)};I7.prototype.GetVolume=function(){return VE(this.nDa)};
|
|
I7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!WE(c,a)};I7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(XE(c,a),p)};I7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(YE(c,a),w5)};I7.prototype.__destroy__=function(){ZE(this.nDa)};function J7(){this.nDa=$E();h(J7)[this.nDa]=this}J7.prototype=Object.create(O5.prototype);J7.prototype.constructor=J7;
|
|
J7.prototype.oDa=J7;J7.pDa={};d.ConvexHullShapeSettings=J7;J7.prototype.GetRefCount=function(){return aF(this.nDa)};J7.prototype.AddRef=function(){bF(this.nDa)};J7.prototype.Release=function(){cF(this.nDa)};J7.prototype.Create=function(){return l(dF(this.nDa),w5)};J7.prototype.ClearCachedResult=function(){eF(this.nDa)};J7.prototype.get_mPoints=J7.prototype.RLa=function(){return l(fF(this.nDa),V6)};
|
|
J7.prototype.set_mPoints=J7.prototype.YPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gF(c,a)};Object.defineProperty(J7.prototype,"mPoints",{get:J7.prototype.RLa,set:J7.prototype.YPa});J7.prototype.get_mMaxConvexRadius=J7.prototype.VKa=function(){return hF(this.nDa)};J7.prototype.set_mMaxConvexRadius=J7.prototype.bPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);iF(c,a)};Object.defineProperty(J7.prototype,"mMaxConvexRadius",{get:J7.prototype.VKa,set:J7.prototype.bPa});
|
|
J7.prototype.get_mMaxErrorConvexRadius=J7.prototype.WKa=function(){return jF(this.nDa)};J7.prototype.set_mMaxErrorConvexRadius=J7.prototype.cPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kF(c,a)};Object.defineProperty(J7.prototype,"mMaxErrorConvexRadius",{get:J7.prototype.WKa,set:J7.prototype.cPa});J7.prototype.get_mHullTolerance=J7.prototype.$Ja=function(){return lF(this.nDa)};
|
|
J7.prototype.set_mHullTolerance=J7.prototype.gOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mF(c,a)};Object.defineProperty(J7.prototype,"mHullTolerance",{get:J7.prototype.$Ja,set:J7.prototype.gOa});J7.prototype.get_mMaterial=J7.prototype.ADa=function(){return l(nF(this.nDa),y5)};J7.prototype.set_mMaterial=J7.prototype.CDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oF(c,a)};Object.defineProperty(J7.prototype,"mMaterial",{get:J7.prototype.ADa,set:J7.prototype.CDa});
|
|
J7.prototype.get_mDensity=J7.prototype.EDa=function(){return pF(this.nDa)};J7.prototype.set_mDensity=J7.prototype.GDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qF(c,a)};Object.defineProperty(J7.prototype,"mDensity",{get:J7.prototype.EDa,set:J7.prototype.GDa});J7.prototype.get_mUserData=J7.prototype.qDa=function(){return rF(this.nDa)};J7.prototype.set_mUserData=J7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sF(c,a)};
|
|
Object.defineProperty(J7.prototype,"mUserData",{get:J7.prototype.qDa,set:J7.prototype.rDa});J7.prototype.__destroy__=function(){tF(this.nDa)};function K7(){throw"cannot construct a ConvexHullShape, no constructor in IDL";}K7.prototype=Object.create(P5.prototype);K7.prototype.constructor=K7;K7.prototype.oDa=K7;K7.pDa={};d.ConvexHullShape=K7;K7.prototype.SetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uF(c,a)};K7.prototype.GetDensity=function(){return vF(this.nDa)};
|
|
K7.prototype.SetDensity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wF(c,a)};K7.prototype.GetRefCount=function(){return xF(this.nDa)};K7.prototype.AddRef=function(){yF(this.nDa)};K7.prototype.Release=function(){zF(this.nDa)};K7.prototype.GetType=function(){return AF(this.nDa)};K7.prototype.GetSubType=function(){return BF(this.nDa)};K7.prototype.MustBeStatic=function(){return!!CF(this.nDa)};K7.prototype.GetLocalBounds=function(){return l(DF(this.nDa),n)};
|
|
K7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(EF(b,a,c),n)};K7.prototype.GetCenterOfMass=function(){return l(FF(this.nDa),p)};K7.prototype.GetUserData=function(){return GF(this.nDa)};K7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);HF(c,a)};K7.prototype.GetSubShapeIDBitsRecursive=function(){return IF(this.nDa)};K7.prototype.GetInnerRadius=function(){return JF(this.nDa)};
|
|
K7.prototype.GetMassProperties=function(){return l(KF(this.nDa),x5)};K7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(LF(b,a,c),m)};K7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(MF(c,a),y5)};K7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(NF(b,a,c),p)};
|
|
K7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return OF(c,a)};K7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(PF(k,a,c,b,f,g),q)};K7.prototype.GetVolume=function(){return QF(this.nDa)};
|
|
K7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!RF(c,a)};K7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(SF(c,a),p)};K7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(TF(c,a),w5)};K7.prototype.__destroy__=function(){UF(this.nDa)};function S5(){throw"cannot construct a CompoundShapeSubShape, no constructor in IDL";}S5.prototype=Object.create(e.prototype);
|
|
S5.prototype.constructor=S5;S5.prototype.oDa=S5;S5.pDa={};d.CompoundShapeSubShape=S5;S5.prototype.GetPositionCOM=function(){return l(VF(this.nDa),p)};S5.prototype.GetRotation=function(){return l(WF(this.nDa),t)};S5.prototype.get_mShape=S5.prototype.SDa=function(){return l(XF(this.nDa),m)};S5.prototype.set_mShape=S5.prototype.vEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);YF(c,a)};Object.defineProperty(S5.prototype,"mShape",{get:S5.prototype.SDa,set:S5.prototype.vEa});
|
|
S5.prototype.get_mUserData=S5.prototype.qDa=function(){return ZF(this.nDa)};S5.prototype.set_mUserData=S5.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$F(c,a)};Object.defineProperty(S5.prototype,"mUserData",{get:S5.prototype.qDa,set:S5.prototype.rDa});S5.prototype.__destroy__=function(){aG(this.nDa)};function L7(){this.nDa=bG();h(L7)[this.nDa]=this}L7.prototype=Object.create(Q5.prototype);L7.prototype.constructor=L7;L7.prototype.oDa=L7;L7.pDa={};
|
|
d.StaticCompoundShapeSettings=L7;L7.prototype.AddShape=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);cG(g,a,c,b,f)};L7.prototype.AddShapeShapeSettings=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);dG(g,a,c,b,f)};
|
|
L7.prototype.AddShapeShape=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);eG(g,a,c,b,f)};L7.prototype.GetRefCount=function(){return fG(this.nDa)};L7.prototype.AddRef=function(){gG(this.nDa)};L7.prototype.Release=function(){hG(this.nDa)};L7.prototype.Create=function(){return l(iG(this.nDa),w5)};L7.prototype.ClearCachedResult=function(){jG(this.nDa)};
|
|
L7.prototype.get_mUserData=L7.prototype.qDa=function(){return kG(this.nDa)};L7.prototype.set_mUserData=L7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lG(c,a)};Object.defineProperty(L7.prototype,"mUserData",{get:L7.prototype.qDa,set:L7.prototype.rDa});L7.prototype.__destroy__=function(){mG(this.nDa)};function M7(){throw"cannot construct a StaticCompoundShape, no constructor in IDL";}M7.prototype=Object.create(R5.prototype);M7.prototype.constructor=M7;
|
|
M7.prototype.oDa=M7;M7.pDa={};d.StaticCompoundShape=M7;M7.prototype.GetNumSubShapes=function(){return nG(this.nDa)};M7.prototype.GetSubShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(oG(c,a),S5)};M7.prototype.GetRefCount=function(){return pG(this.nDa)};M7.prototype.AddRef=function(){qG(this.nDa)};M7.prototype.Release=function(){rG(this.nDa)};M7.prototype.GetType=function(){return sG(this.nDa)};M7.prototype.GetSubType=function(){return tG(this.nDa)};
|
|
M7.prototype.MustBeStatic=function(){return!!uG(this.nDa)};M7.prototype.GetLocalBounds=function(){return l(vG(this.nDa),n)};M7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(wG(b,a,c),n)};M7.prototype.GetCenterOfMass=function(){return l(xG(this.nDa),p)};M7.prototype.GetUserData=function(){return yG(this.nDa)};M7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zG(c,a)};
|
|
M7.prototype.GetSubShapeIDBitsRecursive=function(){return AG(this.nDa)};M7.prototype.GetInnerRadius=function(){return BG(this.nDa)};M7.prototype.GetMassProperties=function(){return l(CG(this.nDa),x5)};M7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(DG(b,a,c),m)};M7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(EG(c,a),y5)};
|
|
M7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(FG(b,a,c),p)};M7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return GG(c,a)};
|
|
M7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(HG(k,a,c,b,f,g),q)};M7.prototype.GetVolume=function(){return IG(this.nDa)};M7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!JG(c,a)};
|
|
M7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(KG(c,a),p)};M7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(LG(c,a),w5)};M7.prototype.__destroy__=function(){MG(this.nDa)};function N7(){this.nDa=NG();h(N7)[this.nDa]=this}N7.prototype=Object.create(Q5.prototype);N7.prototype.constructor=N7;N7.prototype.oDa=N7;N7.pDa={};d.MutableCompoundShapeSettings=N7;
|
|
N7.prototype.AddShape=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);OG(g,a,c,b,f)};N7.prototype.AddShapeShapeSettings=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);PG(g,a,c,b,f)};
|
|
N7.prototype.AddShapeShape=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);QG(g,a,c,b,f)};N7.prototype.GetRefCount=function(){return RG(this.nDa)};N7.prototype.AddRef=function(){SG(this.nDa)};N7.prototype.Release=function(){TG(this.nDa)};N7.prototype.Create=function(){return l(UG(this.nDa),w5)};N7.prototype.ClearCachedResult=function(){VG(this.nDa)};
|
|
N7.prototype.get_mUserData=N7.prototype.qDa=function(){return WG(this.nDa)};N7.prototype.set_mUserData=N7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);XG(c,a)};Object.defineProperty(N7.prototype,"mUserData",{get:N7.prototype.qDa,set:N7.prototype.rDa});N7.prototype.__destroy__=function(){YG(this.nDa)};function O7(){throw"cannot construct a MutableCompoundShape, no constructor in IDL";}O7.prototype=Object.create(R5.prototype);O7.prototype.constructor=O7;
|
|
O7.prototype.oDa=O7;O7.pDa={};d.MutableCompoundShape=O7;O7.prototype.AddShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return void 0===g?ZG(k,a,c,b,f):$G(k,a,c,b,f,g)};O7.prototype.RemoveShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aH(c,a)};
|
|
O7.prototype.ModifyShape=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);void 0===f?bH(g,a,c,b):cH(g,a,c,b,f)};O7.prototype.ModifyShapes=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);dH(g,a,c,b,f)};O7.prototype.AdjustCenterOfMass=function(){eH(this.nDa)};
|
|
O7.prototype.GetNumSubShapes=function(){return fH(this.nDa)};O7.prototype.GetSubShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(gH(c,a),S5)};O7.prototype.GetRefCount=function(){return hH(this.nDa)};O7.prototype.AddRef=function(){iH(this.nDa)};O7.prototype.Release=function(){jH(this.nDa)};O7.prototype.GetType=function(){return kH(this.nDa)};O7.prototype.GetSubType=function(){return lH(this.nDa)};O7.prototype.MustBeStatic=function(){return!!mH(this.nDa)};
|
|
O7.prototype.GetLocalBounds=function(){return l(nH(this.nDa),n)};O7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(oH(b,a,c),n)};O7.prototype.GetCenterOfMass=function(){return l(pH(this.nDa),p)};O7.prototype.GetUserData=function(){return qH(this.nDa)};O7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rH(c,a)};O7.prototype.GetSubShapeIDBitsRecursive=function(){return sH(this.nDa)};
|
|
O7.prototype.GetInnerRadius=function(){return tH(this.nDa)};O7.prototype.GetMassProperties=function(){return l(uH(this.nDa),x5)};O7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(vH(b,a,c),m)};O7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(wH(c,a),y5)};
|
|
O7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(xH(b,a,c),p)};O7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return yH(c,a)};
|
|
O7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(zH(k,a,c,b,f,g),q)};O7.prototype.GetVolume=function(){return AH(this.nDa)};O7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!BH(c,a)};
|
|
O7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(CH(c,a),p)};O7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(DH(c,a),w5)};O7.prototype.__destroy__=function(){EH(this.nDa)};function P7(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=FH(a,c);h(P7)[this.nDa]=this}P7.prototype=Object.create(T5.prototype);P7.prototype.constructor=P7;P7.prototype.oDa=P7;P7.pDa={};
|
|
d.ScaledShapeSettings=P7;P7.prototype.GetRefCount=function(){return GH(this.nDa)};P7.prototype.AddRef=function(){HH(this.nDa)};P7.prototype.Release=function(){IH(this.nDa)};P7.prototype.Create=function(){return l(JH(this.nDa),w5)};P7.prototype.ClearCachedResult=function(){KH(this.nDa)};P7.prototype.get_mScale=P7.prototype.mEa=function(){return l(LH(this.nDa),p)};P7.prototype.set_mScale=P7.prototype.IIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);MH(c,a)};
|
|
Object.defineProperty(P7.prototype,"mScale",{get:P7.prototype.mEa,set:P7.prototype.IIa});P7.prototype.get_mUserData=P7.prototype.qDa=function(){return NH(this.nDa)};P7.prototype.set_mUserData=P7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);OH(c,a)};Object.defineProperty(P7.prototype,"mUserData",{get:P7.prototype.qDa,set:P7.prototype.rDa});P7.prototype.__destroy__=function(){PH(this.nDa)};
|
|
function Q7(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=QH(a,c);h(Q7)[this.nDa]=this}Q7.prototype=Object.create(U5.prototype);Q7.prototype.constructor=Q7;Q7.prototype.oDa=Q7;Q7.pDa={};d.ScaledShape=Q7;Q7.prototype.GetScale=function(){return l(RH(this.nDa),p)};Q7.prototype.GetInnerShape=function(){return l(SH(this.nDa),m)};Q7.prototype.GetRefCount=function(){return TH(this.nDa)};Q7.prototype.AddRef=function(){UH(this.nDa)};Q7.prototype.Release=function(){VH(this.nDa)};
|
|
Q7.prototype.GetType=function(){return WH(this.nDa)};Q7.prototype.GetSubType=function(){return XH(this.nDa)};Q7.prototype.MustBeStatic=function(){return!!YH(this.nDa)};Q7.prototype.GetLocalBounds=function(){return l(ZH(this.nDa),n)};Q7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l($H(b,a,c),n)};Q7.prototype.GetCenterOfMass=function(){return l(aI(this.nDa),p)};Q7.prototype.GetUserData=function(){return bI(this.nDa)};
|
|
Q7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cI(c,a)};Q7.prototype.GetSubShapeIDBitsRecursive=function(){return dI(this.nDa)};Q7.prototype.GetInnerRadius=function(){return eI(this.nDa)};Q7.prototype.GetMassProperties=function(){return l(fI(this.nDa),x5)};Q7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(gI(b,a,c),m)};
|
|
Q7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(hI(c,a),y5)};Q7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(iI(b,a,c),p)};Q7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return jI(c,a)};
|
|
Q7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(kI(k,a,c,b,f,g),q)};Q7.prototype.GetVolume=function(){return lI(this.nDa)};Q7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!mI(c,a)};
|
|
Q7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(nI(c,a),p)};Q7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(oI(c,a),w5)};Q7.prototype.__destroy__=function(){pI(this.nDa)};function R7(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=qI(a,c);h(R7)[this.nDa]=this}R7.prototype=Object.create(T5.prototype);R7.prototype.constructor=R7;R7.prototype.oDa=R7;R7.pDa={};
|
|
d.OffsetCenterOfMassShapeSettings=R7;R7.prototype.GetRefCount=function(){return rI(this.nDa)};R7.prototype.AddRef=function(){sI(this.nDa)};R7.prototype.Release=function(){tI(this.nDa)};R7.prototype.Create=function(){return l(uI(this.nDa),w5)};R7.prototype.ClearCachedResult=function(){vI(this.nDa)};R7.prototype.get_mOffset=R7.prototype.dHa=function(){return l(wI(this.nDa),p)};R7.prototype.set_mOffset=R7.prototype.AIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xI(c,a)};
|
|
Object.defineProperty(R7.prototype,"mOffset",{get:R7.prototype.dHa,set:R7.prototype.AIa});R7.prototype.get_mUserData=R7.prototype.qDa=function(){return yI(this.nDa)};R7.prototype.set_mUserData=R7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zI(c,a)};Object.defineProperty(R7.prototype,"mUserData",{get:R7.prototype.qDa,set:R7.prototype.rDa});R7.prototype.__destroy__=function(){AI(this.nDa)};
|
|
function S7(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=BI(a,c);h(S7)[this.nDa]=this}S7.prototype=Object.create(U5.prototype);S7.prototype.constructor=S7;S7.prototype.oDa=S7;S7.pDa={};d.OffsetCenterOfMassShape=S7;S7.prototype.GetInnerShape=function(){return l(CI(this.nDa),m)};S7.prototype.GetRefCount=function(){return DI(this.nDa)};S7.prototype.AddRef=function(){EI(this.nDa)};S7.prototype.Release=function(){FI(this.nDa)};S7.prototype.GetType=function(){return GI(this.nDa)};
|
|
S7.prototype.GetSubType=function(){return HI(this.nDa)};S7.prototype.MustBeStatic=function(){return!!II(this.nDa)};S7.prototype.GetLocalBounds=function(){return l(JI(this.nDa),n)};S7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(KI(b,a,c),n)};S7.prototype.GetCenterOfMass=function(){return l(LI(this.nDa),p)};S7.prototype.GetUserData=function(){return MI(this.nDa)};
|
|
S7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);NI(c,a)};S7.prototype.GetSubShapeIDBitsRecursive=function(){return OI(this.nDa)};S7.prototype.GetInnerRadius=function(){return PI(this.nDa)};S7.prototype.GetMassProperties=function(){return l(QI(this.nDa),x5)};S7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(RI(b,a,c),m)};
|
|
S7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(SI(c,a),y5)};S7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(TI(b,a,c),p)};S7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return UI(c,a)};
|
|
S7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(VI(k,a,c,b,f,g),q)};S7.prototype.GetVolume=function(){return WI(this.nDa)};S7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!XI(c,a)};
|
|
S7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(YI(c,a),p)};S7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ZI(c,a),w5)};S7.prototype.__destroy__=function(){$I(this.nDa)};function T7(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=aJ(a,c,b);h(T7)[this.nDa]=this}T7.prototype=Object.create(T5.prototype);T7.prototype.constructor=T7;
|
|
T7.prototype.oDa=T7;T7.pDa={};d.RotatedTranslatedShapeSettings=T7;T7.prototype.GetRefCount=function(){return bJ(this.nDa)};T7.prototype.AddRef=function(){cJ(this.nDa)};T7.prototype.Release=function(){dJ(this.nDa)};T7.prototype.Create=function(){return l(eJ(this.nDa),w5)};T7.prototype.ClearCachedResult=function(){fJ(this.nDa)};T7.prototype.get_mPosition=T7.prototype.BDa=function(){return l(gJ(this.nDa),p)};
|
|
T7.prototype.set_mPosition=T7.prototype.DDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hJ(c,a)};Object.defineProperty(T7.prototype,"mPosition",{get:T7.prototype.BDa,set:T7.prototype.DDa});T7.prototype.get_mRotation=T7.prototype.RDa=function(){return l(iJ(this.nDa),t)};T7.prototype.set_mRotation=T7.prototype.YDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jJ(c,a)};Object.defineProperty(T7.prototype,"mRotation",{get:T7.prototype.RDa,set:T7.prototype.YDa});
|
|
T7.prototype.get_mUserData=T7.prototype.qDa=function(){return kJ(this.nDa)};T7.prototype.set_mUserData=T7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lJ(c,a)};Object.defineProperty(T7.prototype,"mUserData",{get:T7.prototype.qDa,set:T7.prototype.rDa});T7.prototype.__destroy__=function(){mJ(this.nDa)};function U7(){throw"cannot construct a RotatedTranslatedShape, no constructor in IDL";}U7.prototype=Object.create(U5.prototype);U7.prototype.constructor=U7;
|
|
U7.prototype.oDa=U7;U7.pDa={};d.RotatedTranslatedShape=U7;U7.prototype.GetRotation=function(){return l(nJ(this.nDa),t)};U7.prototype.GetPosition=function(){return l(oJ(this.nDa),p)};U7.prototype.GetInnerShape=function(){return l(pJ(this.nDa),m)};U7.prototype.GetRefCount=function(){return qJ(this.nDa)};U7.prototype.AddRef=function(){rJ(this.nDa)};U7.prototype.Release=function(){sJ(this.nDa)};U7.prototype.GetType=function(){return tJ(this.nDa)};U7.prototype.GetSubType=function(){return uJ(this.nDa)};
|
|
U7.prototype.MustBeStatic=function(){return!!vJ(this.nDa)};U7.prototype.GetLocalBounds=function(){return l(wJ(this.nDa),n)};U7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(xJ(b,a,c),n)};U7.prototype.GetCenterOfMass=function(){return l(yJ(this.nDa),p)};U7.prototype.GetUserData=function(){return zJ(this.nDa)};U7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);AJ(c,a)};
|
|
U7.prototype.GetSubShapeIDBitsRecursive=function(){return BJ(this.nDa)};U7.prototype.GetInnerRadius=function(){return CJ(this.nDa)};U7.prototype.GetMassProperties=function(){return l(DJ(this.nDa),x5)};U7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(EJ(b,a,c),m)};U7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(FJ(c,a),y5)};
|
|
U7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(GJ(b,a,c),p)};U7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return HJ(c,a)};
|
|
U7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(IJ(k,a,c,b,f,g),q)};U7.prototype.GetVolume=function(){return JJ(this.nDa)};U7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!KJ(c,a)};
|
|
U7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(LJ(c,a),p)};U7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(MJ(c,a),w5)};U7.prototype.__destroy__=function(){NJ(this.nDa)};function V7(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=void 0===a?OJ():void 0===c?PJ(a):void 0===b?QJ(a,c):RJ(a,c,b);h(V7)[this.nDa]=this}V7.prototype=Object.create(v5.prototype);
|
|
V7.prototype.constructor=V7;V7.prototype.oDa=V7;V7.pDa={};d.MeshShapeSettings=V7;V7.prototype.Sanitize=function(){SJ(this.nDa)};V7.prototype.GetRefCount=function(){return TJ(this.nDa)};V7.prototype.AddRef=function(){UJ(this.nDa)};V7.prototype.Release=function(){VJ(this.nDa)};V7.prototype.Create=function(){return l(WJ(this.nDa),w5)};V7.prototype.ClearCachedResult=function(){XJ(this.nDa)};V7.prototype.get_mTriangleVertices=V7.prototype.HMa=function(){return l(YJ(this.nDa),t7)};
|
|
V7.prototype.set_mTriangleVertices=V7.prototype.MQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ZJ(c,a)};Object.defineProperty(V7.prototype,"mTriangleVertices",{get:V7.prototype.HMa,set:V7.prototype.MQa});V7.prototype.get_mIndexedTriangles=V7.prototype.cKa=function(){return l($J(this.nDa),v7)};V7.prototype.set_mIndexedTriangles=V7.prototype.jOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aK(c,a)};
|
|
Object.defineProperty(V7.prototype,"mIndexedTriangles",{get:V7.prototype.cKa,set:V7.prototype.jOa});V7.prototype.get_mMaterials=V7.prototype.MEa=function(){return l(bK(this.nDa),q7)};V7.prototype.set_mMaterials=V7.prototype.BFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cK(c,a)};Object.defineProperty(V7.prototype,"mMaterials",{get:V7.prototype.MEa,set:V7.prototype.BFa});V7.prototype.get_mMaxTrianglesPerLeaf=V7.prototype.kLa=function(){return dK(this.nDa)};
|
|
V7.prototype.set_mMaxTrianglesPerLeaf=V7.prototype.rPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eK(c,a)};Object.defineProperty(V7.prototype,"mMaxTrianglesPerLeaf",{get:V7.prototype.kLa,set:V7.prototype.rPa});V7.prototype.get_mActiveEdgeCosThresholdAngle=V7.prototype.bGa=function(){return fK(this.nDa)};V7.prototype.set_mActiveEdgeCosThresholdAngle=V7.prototype.zHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gK(c,a)};
|
|
Object.defineProperty(V7.prototype,"mActiveEdgeCosThresholdAngle",{get:V7.prototype.bGa,set:V7.prototype.zHa});V7.prototype.get_mPerTriangleUserData=V7.prototype.KLa=function(){return!!hK(this.nDa)};V7.prototype.set_mPerTriangleUserData=V7.prototype.RPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);iK(c,a)};Object.defineProperty(V7.prototype,"mPerTriangleUserData",{get:V7.prototype.KLa,set:V7.prototype.RPa});V7.prototype.get_mBuildQuality=V7.prototype.qJa=function(){return jK(this.nDa)};
|
|
V7.prototype.set_mBuildQuality=V7.prototype.xNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kK(c,a)};Object.defineProperty(V7.prototype,"mBuildQuality",{get:V7.prototype.qJa,set:V7.prototype.xNa});V7.prototype.get_mUserData=V7.prototype.qDa=function(){return lK(this.nDa)};V7.prototype.set_mUserData=V7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mK(c,a)};Object.defineProperty(V7.prototype,"mUserData",{get:V7.prototype.qDa,set:V7.prototype.rDa});
|
|
V7.prototype.__destroy__=function(){nK(this.nDa)};function W7(){throw"cannot construct a MeshShape, no constructor in IDL";}W7.prototype=Object.create(m.prototype);W7.prototype.constructor=W7;W7.prototype.oDa=W7;W7.pDa={};d.MeshShape=W7;W7.prototype.GetTriangleUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return oK(c,a)};W7.prototype.GetRefCount=function(){return pK(this.nDa)};W7.prototype.AddRef=function(){qK(this.nDa)};W7.prototype.Release=function(){rK(this.nDa)};
|
|
W7.prototype.GetType=function(){return sK(this.nDa)};W7.prototype.GetSubType=function(){return tK(this.nDa)};W7.prototype.MustBeStatic=function(){return!!uK(this.nDa)};W7.prototype.GetLocalBounds=function(){return l(vK(this.nDa),n)};W7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(wK(b,a,c),n)};W7.prototype.GetCenterOfMass=function(){return l(xK(this.nDa),p)};W7.prototype.GetUserData=function(){return yK(this.nDa)};
|
|
W7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zK(c,a)};W7.prototype.GetSubShapeIDBitsRecursive=function(){return AK(this.nDa)};W7.prototype.GetInnerRadius=function(){return BK(this.nDa)};W7.prototype.GetMassProperties=function(){return l(CK(this.nDa),x5)};W7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(DK(b,a,c),m)};
|
|
W7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(EK(c,a),y5)};W7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(FK(b,a,c),p)};W7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return GK(c,a)};
|
|
W7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(HK(k,a,c,b,f,g),q)};W7.prototype.GetVolume=function(){return IK(this.nDa)};W7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!JK(c,a)};
|
|
W7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(KK(c,a),p)};W7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(LK(c,a),w5)};W7.prototype.__destroy__=function(){MK(this.nDa)};function X7(){throw"cannot construct a HeightFieldShapeConstantValues, no constructor in IDL";}X7.prototype=Object.create(e.prototype);X7.prototype.constructor=X7;X7.prototype.oDa=X7;X7.pDa={};d.HeightFieldShapeConstantValues=X7;
|
|
X7.prototype.get_cNoCollisionValue=X7.prototype.YIa=function(){return NK(this.nDa)};Object.defineProperty(X7.prototype,"cNoCollisionValue",{get:X7.prototype.YIa});X7.prototype.__destroy__=function(){OK(this.nDa)};function D(){this.nDa=PK();h(D)[this.nDa]=this}D.prototype=Object.create(v5.prototype);D.prototype.constructor=D;D.prototype.oDa=D;D.pDa={};d.HeightFieldShapeSettings=D;D.prototype.GetRefCount=function(){return QK(this.nDa)};D.prototype.AddRef=function(){RK(this.nDa)};
|
|
D.prototype.Release=function(){SK(this.nDa)};D.prototype.Create=function(){return l(TK(this.nDa),w5)};D.prototype.ClearCachedResult=function(){UK(this.nDa)};D.prototype.get_mOffset=D.prototype.dHa=function(){return l(VK(this.nDa),p)};D.prototype.set_mOffset=D.prototype.AIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);WK(c,a)};Object.defineProperty(D.prototype,"mOffset",{get:D.prototype.dHa,set:D.prototype.AIa});
|
|
D.prototype.get_mScale=D.prototype.mEa=function(){return l(XK(this.nDa),p)};D.prototype.set_mScale=D.prototype.IIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);YK(c,a)};Object.defineProperty(D.prototype,"mScale",{get:D.prototype.mEa,set:D.prototype.IIa});D.prototype.get_mSampleCount=D.prototype.hMa=function(){return ZK(this.nDa)};D.prototype.set_mSampleCount=D.prototype.mQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$K(c,a)};
|
|
Object.defineProperty(D.prototype,"mSampleCount",{get:D.prototype.hMa,set:D.prototype.mQa});D.prototype.get_mMinHeightValue=D.prototype.pLa=function(){return aL(this.nDa)};D.prototype.set_mMinHeightValue=D.prototype.wPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bL(c,a)};Object.defineProperty(D.prototype,"mMinHeightValue",{get:D.prototype.pLa,set:D.prototype.wPa});D.prototype.get_mMaxHeightValue=D.prototype.$Ka=function(){return cL(this.nDa)};
|
|
D.prototype.set_mMaxHeightValue=D.prototype.gPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dL(c,a)};Object.defineProperty(D.prototype,"mMaxHeightValue",{get:D.prototype.$Ka,set:D.prototype.gPa});D.prototype.get_mMaterialsCapacity=D.prototype.OKa=function(){return eL(this.nDa)};D.prototype.set_mMaterialsCapacity=D.prototype.VOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fL(c,a)};Object.defineProperty(D.prototype,"mMaterialsCapacity",{get:D.prototype.OKa,set:D.prototype.VOa});
|
|
D.prototype.get_mBlockSize=D.prototype.hJa=function(){return gL(this.nDa)};D.prototype.set_mBlockSize=D.prototype.oNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hL(c,a)};Object.defineProperty(D.prototype,"mBlockSize",{get:D.prototype.hJa,set:D.prototype.oNa});D.prototype.get_mBitsPerSample=D.prototype.gJa=function(){return iL(this.nDa)};D.prototype.set_mBitsPerSample=D.prototype.nNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jL(c,a)};
|
|
Object.defineProperty(D.prototype,"mBitsPerSample",{get:D.prototype.gJa,set:D.prototype.nNa});D.prototype.get_mHeightSamples=D.prototype.XJa=function(){return l(kL(this.nDa),O6)};D.prototype.set_mHeightSamples=D.prototype.dOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lL(c,a)};Object.defineProperty(D.prototype,"mHeightSamples",{get:D.prototype.XJa,set:D.prototype.dOa});D.prototype.get_mMaterialIndices=D.prototype.NKa=function(){return l(mL(this.nDa),Y7)};
|
|
D.prototype.set_mMaterialIndices=D.prototype.UOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nL(c,a)};Object.defineProperty(D.prototype,"mMaterialIndices",{get:D.prototype.NKa,set:D.prototype.UOa});D.prototype.get_mMaterials=D.prototype.MEa=function(){return l(oL(this.nDa),q7)};D.prototype.set_mMaterials=D.prototype.BFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pL(c,a)};Object.defineProperty(D.prototype,"mMaterials",{get:D.prototype.MEa,set:D.prototype.BFa});
|
|
D.prototype.get_mActiveEdgeCosThresholdAngle=D.prototype.bGa=function(){return qL(this.nDa)};D.prototype.set_mActiveEdgeCosThresholdAngle=D.prototype.zHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rL(c,a)};Object.defineProperty(D.prototype,"mActiveEdgeCosThresholdAngle",{get:D.prototype.bGa,set:D.prototype.zHa});D.prototype.get_mUserData=D.prototype.qDa=function(){return sL(this.nDa)};
|
|
D.prototype.set_mUserData=D.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tL(c,a)};Object.defineProperty(D.prototype,"mUserData",{get:D.prototype.qDa,set:D.prototype.rDa});D.prototype.__destroy__=function(){uL(this.nDa)};function Z7(){throw"cannot construct a HeightFieldShape, no constructor in IDL";}Z7.prototype=Object.create(m.prototype);Z7.prototype.constructor=Z7;Z7.prototype.oDa=Z7;Z7.pDa={};d.HeightFieldShape=Z7;Z7.prototype.GetSampleCount=function(){return vL(this.nDa)};
|
|
Z7.prototype.GetBlockSize=function(){return wL(this.nDa)};Z7.prototype.GetPosition=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(xL(b,a,c),p)};Z7.prototype.IsNoCollision=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return!!yL(b,a,c)};Z7.prototype.GetMinHeightValue=function(){return zL(this.nDa)};Z7.prototype.GetMaxHeightValue=function(){return AL(this.nDa)};
|
|
Z7.prototype.GetHeights=function(a,c,b,f,g,k){var u=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);BL(u,a,c,b,f,g,k)};
|
|
Z7.prototype.SetHeights=function(a,c,b,f,g,k,u,L){var oa=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);L&&"object"===typeof L&&(L=L.nDa);void 0===L?CL(oa,a,c,b,f,g,k,u):DL(oa,a,c,b,f,g,k,u,L)};
|
|
Z7.prototype.GetMaterials=function(a,c,b,f,g,k){var u=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);EL(u,a,c,b,f,g,k)};
|
|
Z7.prototype.SetMaterials=function(a,c,b,f,g,k,u,L){var oa=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);L&&"object"===typeof L&&(L=L.nDa);return!!FL(oa,a,c,b,f,g,k,u,L)};Z7.prototype.GetRefCount=function(){return GL(this.nDa)};Z7.prototype.AddRef=function(){HL(this.nDa)};Z7.prototype.Release=function(){IL(this.nDa)};
|
|
Z7.prototype.GetType=function(){return JL(this.nDa)};Z7.prototype.GetSubType=function(){return KL(this.nDa)};Z7.prototype.MustBeStatic=function(){return!!LL(this.nDa)};Z7.prototype.GetLocalBounds=function(){return l(ML(this.nDa),n)};Z7.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(NL(b,a,c),n)};Z7.prototype.GetCenterOfMass=function(){return l(OL(this.nDa),p)};Z7.prototype.GetUserData=function(){return PL(this.nDa)};
|
|
Z7.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);QL(c,a)};Z7.prototype.GetSubShapeIDBitsRecursive=function(){return RL(this.nDa)};Z7.prototype.GetInnerRadius=function(){return SL(this.nDa)};Z7.prototype.GetMassProperties=function(){return l(TL(this.nDa),x5)};Z7.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(UL(b,a,c),m)};
|
|
Z7.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(VL(c,a),y5)};Z7.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(WL(b,a,c),p)};Z7.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return XL(c,a)};
|
|
Z7.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(YL(k,a,c,b,f,g),q)};Z7.prototype.GetVolume=function(){return ZL(this.nDa)};Z7.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!$L(c,a)};
|
|
Z7.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(aM(c,a),p)};Z7.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(bM(c,a),w5)};Z7.prototype.__destroy__=function(){cM(this.nDa)};function $7(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=void 0===c?dM(a):void 0===b?eM(a,c):fM(a,c,b);h($7)[this.nDa]=this}$7.prototype=Object.create(v5.prototype);
|
|
$7.prototype.constructor=$7;$7.prototype.oDa=$7;$7.pDa={};d.PlaneShapeSettings=$7;$7.prototype.GetRefCount=function(){return gM(this.nDa)};$7.prototype.AddRef=function(){hM(this.nDa)};$7.prototype.Release=function(){iM(this.nDa)};$7.prototype.Create=function(){return l(jM(this.nDa),w5)};$7.prototype.ClearCachedResult=function(){kM(this.nDa)};$7.prototype.get_mPlane=$7.prototype.MLa=function(){return l(lM(this.nDa),t6)};
|
|
$7.prototype.set_mPlane=$7.prototype.TPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mM(c,a)};Object.defineProperty($7.prototype,"mPlane",{get:$7.prototype.MLa,set:$7.prototype.TPa});$7.prototype.get_mMaterial=$7.prototype.ADa=function(){return l(nM(this.nDa),y5)};$7.prototype.set_mMaterial=$7.prototype.CDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oM(c,a)};Object.defineProperty($7.prototype,"mMaterial",{get:$7.prototype.ADa,set:$7.prototype.CDa});
|
|
$7.prototype.get_mHalfExtent=$7.prototype.DGa=function(){return pM(this.nDa)};$7.prototype.set_mHalfExtent=$7.prototype.$Ha=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qM(c,a)};Object.defineProperty($7.prototype,"mHalfExtent",{get:$7.prototype.DGa,set:$7.prototype.$Ha});$7.prototype.get_mUserData=$7.prototype.qDa=function(){return rM(this.nDa)};$7.prototype.set_mUserData=$7.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sM(c,a)};
|
|
Object.defineProperty($7.prototype,"mUserData",{get:$7.prototype.qDa,set:$7.prototype.rDa});$7.prototype.__destroy__=function(){tM(this.nDa)};function a8(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=void 0===c?uM(a):void 0===b?vM(a,c):wM(a,c,b);h(a8)[this.nDa]=this}a8.prototype=Object.create(m.prototype);a8.prototype.constructor=a8;a8.prototype.oDa=a8;a8.pDa={};d.PlaneShape=a8;
|
|
a8.prototype.SetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xM(c,a)};a8.prototype.GetPlane=function(){return l(yM(this.nDa),t6)};a8.prototype.GetHalfExtent=function(){return zM(this.nDa)};a8.prototype.GetRefCount=function(){return AM(this.nDa)};a8.prototype.AddRef=function(){BM(this.nDa)};a8.prototype.Release=function(){CM(this.nDa)};a8.prototype.GetType=function(){return DM(this.nDa)};a8.prototype.GetSubType=function(){return EM(this.nDa)};a8.prototype.MustBeStatic=function(){return!!FM(this.nDa)};
|
|
a8.prototype.GetLocalBounds=function(){return l(GM(this.nDa),n)};a8.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(HM(b,a,c),n)};a8.prototype.GetCenterOfMass=function(){return l(IM(this.nDa),p)};a8.prototype.GetUserData=function(){return JM(this.nDa)};a8.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);KM(c,a)};a8.prototype.GetSubShapeIDBitsRecursive=function(){return LM(this.nDa)};
|
|
a8.prototype.GetInnerRadius=function(){return MM(this.nDa)};a8.prototype.GetMassProperties=function(){return l(NM(this.nDa),x5)};a8.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(OM(b,a,c),m)};a8.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(PM(c,a),y5)};
|
|
a8.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(QM(b,a,c),p)};a8.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return RM(c,a)};
|
|
a8.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(SM(k,a,c,b,f,g),q)};a8.prototype.GetVolume=function(){return TM(this.nDa)};a8.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!UM(c,a)};
|
|
a8.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(VM(c,a),p)};a8.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(WM(c,a),w5)};a8.prototype.__destroy__=function(){XM(this.nDa)};function b8(){this.nDa=YM();h(b8)[this.nDa]=this}b8.prototype=Object.create(v5.prototype);b8.prototype.constructor=b8;b8.prototype.oDa=b8;b8.pDa={};d.EmptyShapeSettings=b8;b8.prototype.GetRefCount=function(){return ZM(this.nDa)};
|
|
b8.prototype.AddRef=function(){$M(this.nDa)};b8.prototype.Release=function(){aN(this.nDa)};b8.prototype.Create=function(){return l(bN(this.nDa),w5)};b8.prototype.ClearCachedResult=function(){cN(this.nDa)};b8.prototype.get_mCenterOfMass=b8.prototype.sJa=function(){return l(dN(this.nDa),p)};b8.prototype.set_mCenterOfMass=b8.prototype.zNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eN(c,a)};Object.defineProperty(b8.prototype,"mCenterOfMass",{get:b8.prototype.sJa,set:b8.prototype.zNa});
|
|
b8.prototype.get_mUserData=b8.prototype.qDa=function(){return fN(this.nDa)};b8.prototype.set_mUserData=b8.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gN(c,a)};Object.defineProperty(b8.prototype,"mUserData",{get:b8.prototype.qDa,set:b8.prototype.rDa});b8.prototype.__destroy__=function(){hN(this.nDa)};function c8(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=void 0===a?iN():jN(a);h(c8)[this.nDa]=this}c8.prototype=Object.create(m.prototype);c8.prototype.constructor=c8;
|
|
c8.prototype.oDa=c8;c8.pDa={};d.EmptyShape=c8;c8.prototype.GetRefCount=function(){return kN(this.nDa)};c8.prototype.AddRef=function(){lN(this.nDa)};c8.prototype.Release=function(){mN(this.nDa)};c8.prototype.GetType=function(){return nN(this.nDa)};c8.prototype.GetSubType=function(){return oN(this.nDa)};c8.prototype.MustBeStatic=function(){return!!pN(this.nDa)};c8.prototype.GetLocalBounds=function(){return l(qN(this.nDa),n)};
|
|
c8.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(rN(b,a,c),n)};c8.prototype.GetCenterOfMass=function(){return l(sN(this.nDa),p)};c8.prototype.GetUserData=function(){return tN(this.nDa)};c8.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uN(c,a)};c8.prototype.GetSubShapeIDBitsRecursive=function(){return vN(this.nDa)};c8.prototype.GetInnerRadius=function(){return wN(this.nDa)};
|
|
c8.prototype.GetMassProperties=function(){return l(xN(this.nDa),x5)};c8.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(yN(b,a,c),m)};c8.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(zN(c,a),y5)};c8.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(AN(b,a,c),p)};
|
|
c8.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return BN(c,a)};c8.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(CN(k,a,c,b,f,g),q)};c8.prototype.GetVolume=function(){return DN(this.nDa)};
|
|
c8.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!EN(c,a)};c8.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(FN(c,a),p)};c8.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(GN(c,a),w5)};c8.prototype.__destroy__=function(){HN(this.nDa)};function E(){this.nDa=IN();h(E)[this.nDa]=this}E.prototype=Object.create(V5.prototype);E.prototype.constructor=E;E.prototype.oDa=E;
|
|
E.pDa={};d.FixedConstraintSettings=E;E.prototype.GetRefCount=function(){return JN(this.nDa)};E.prototype.AddRef=function(){KN(this.nDa)};E.prototype.Release=function(){LN(this.nDa)};E.prototype.Create=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(MN(b,a,c),A5)};E.prototype.get_mSpace=E.prototype.yDa=function(){return NN(this.nDa)};E.prototype.set_mSpace=E.prototype.zDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ON(c,a)};
|
|
Object.defineProperty(E.prototype,"mSpace",{get:E.prototype.yDa,set:E.prototype.zDa});E.prototype.get_mAutoDetectPoint=E.prototype.fGa=function(){return!!PN(this.nDa)};E.prototype.set_mAutoDetectPoint=E.prototype.DHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);QN(c,a)};Object.defineProperty(E.prototype,"mAutoDetectPoint",{get:E.prototype.fGa,set:E.prototype.DHa});E.prototype.get_mPoint1=E.prototype.ODa=function(){return l(RN(this.nDa),x)};
|
|
E.prototype.set_mPoint1=E.prototype.VDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);SN(c,a)};Object.defineProperty(E.prototype,"mPoint1",{get:E.prototype.ODa,set:E.prototype.VDa});E.prototype.get_mAxisX1=E.prototype.gGa=function(){return l(TN(this.nDa),p)};E.prototype.set_mAxisX1=E.prototype.EHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);UN(c,a)};Object.defineProperty(E.prototype,"mAxisX1",{get:E.prototype.gGa,set:E.prototype.EHa});
|
|
E.prototype.get_mAxisY1=E.prototype.iGa=function(){return l(VN(this.nDa),p)};E.prototype.set_mAxisY1=E.prototype.GHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);WN(c,a)};Object.defineProperty(E.prototype,"mAxisY1",{get:E.prototype.iGa,set:E.prototype.GHa});E.prototype.get_mPoint2=E.prototype.PDa=function(){return l(XN(this.nDa),x)};E.prototype.set_mPoint2=E.prototype.WDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);YN(c,a)};
|
|
Object.defineProperty(E.prototype,"mPoint2",{get:E.prototype.PDa,set:E.prototype.WDa});E.prototype.get_mAxisX2=E.prototype.hGa=function(){return l(ZN(this.nDa),p)};E.prototype.set_mAxisX2=E.prototype.FHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$N(c,a)};Object.defineProperty(E.prototype,"mAxisX2",{get:E.prototype.hGa,set:E.prototype.FHa});E.prototype.get_mAxisY2=E.prototype.jGa=function(){return l(aO(this.nDa),p)};
|
|
E.prototype.set_mAxisY2=E.prototype.HHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bO(c,a)};Object.defineProperty(E.prototype,"mAxisY2",{get:E.prototype.jGa,set:E.prototype.HHa});E.prototype.get_mEnabled=E.prototype.wDa=function(){return!!cO(this.nDa)};E.prototype.set_mEnabled=E.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dO(c,a)};Object.defineProperty(E.prototype,"mEnabled",{get:E.prototype.wDa,set:E.prototype.xDa});
|
|
E.prototype.get_mNumVelocityStepsOverride=E.prototype.tDa=function(){return eO(this.nDa)};E.prototype.set_mNumVelocityStepsOverride=E.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fO(c,a)};Object.defineProperty(E.prototype,"mNumVelocityStepsOverride",{get:E.prototype.tDa,set:E.prototype.vDa});E.prototype.get_mNumPositionStepsOverride=E.prototype.sDa=function(){return gO(this.nDa)};
|
|
E.prototype.set_mNumPositionStepsOverride=E.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hO(c,a)};Object.defineProperty(E.prototype,"mNumPositionStepsOverride",{get:E.prototype.sDa,set:E.prototype.uDa});E.prototype.__destroy__=function(){iO(this.nDa)};function G6(){this.nDa=jO();h(G6)[this.nDa]=this}G6.prototype=Object.create(e.prototype);G6.prototype.constructor=G6;G6.prototype.oDa=G6;G6.pDa={};d.SpringSettings=G6;G6.prototype.HasStiffness=function(){return!!kO(this.nDa)};
|
|
G6.prototype.get_mMode=G6.prototype.QEa=function(){return lO(this.nDa)};G6.prototype.set_mMode=G6.prototype.FFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mO(c,a)};Object.defineProperty(G6.prototype,"mMode",{get:G6.prototype.QEa,set:G6.prototype.FFa});G6.prototype.get_mFrequency=G6.prototype.RJa=function(){return nO(this.nDa)};G6.prototype.set_mFrequency=G6.prototype.YNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oO(c,a)};
|
|
Object.defineProperty(G6.prototype,"mFrequency",{get:G6.prototype.RJa,set:G6.prototype.YNa});G6.prototype.get_mStiffness=G6.prototype.pHa=function(){return pO(this.nDa)};G6.prototype.set_mStiffness=G6.prototype.NIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qO(c,a)};Object.defineProperty(G6.prototype,"mStiffness",{get:G6.prototype.pHa,set:G6.prototype.NIa});G6.prototype.get_mDamping=G6.prototype.FJa=function(){return rO(this.nDa)};
|
|
G6.prototype.set_mDamping=G6.prototype.MNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sO(c,a)};Object.defineProperty(G6.prototype,"mDamping",{get:G6.prototype.FJa,set:G6.prototype.MNa});G6.prototype.__destroy__=function(){tO(this.nDa)};function d8(){this.nDa=uO();h(d8)[this.nDa]=this}d8.prototype=Object.create(e.prototype);d8.prototype.constructor=d8;d8.prototype.oDa=d8;d8.pDa={};d.MotorSettings=d8;
|
|
d8.prototype.get_mSpringSettings=d8.prototype.uMa=function(){return l(vO(this.nDa),G6)};d8.prototype.set_mSpringSettings=d8.prototype.zQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wO(c,a)};Object.defineProperty(d8.prototype,"mSpringSettings",{get:d8.prototype.uMa,set:d8.prototype.zQa});d8.prototype.get_mMinForceLimit=d8.prototype.oLa=function(){return xO(this.nDa)};
|
|
d8.prototype.set_mMinForceLimit=d8.prototype.vPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yO(c,a)};Object.defineProperty(d8.prototype,"mMinForceLimit",{get:d8.prototype.oLa,set:d8.prototype.vPa});d8.prototype.get_mMaxForceLimit=d8.prototype.XKa=function(){return zO(this.nDa)};d8.prototype.set_mMaxForceLimit=d8.prototype.dPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);AO(c,a)};Object.defineProperty(d8.prototype,"mMaxForceLimit",{get:d8.prototype.XKa,set:d8.prototype.dPa});
|
|
d8.prototype.get_mMinTorqueLimit=d8.prototype.sLa=function(){return BO(this.nDa)};d8.prototype.set_mMinTorqueLimit=d8.prototype.zPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);CO(c,a)};Object.defineProperty(d8.prototype,"mMinTorqueLimit",{get:d8.prototype.sLa,set:d8.prototype.zPa});d8.prototype.get_mMaxTorqueLimit=d8.prototype.jLa=function(){return DO(this.nDa)};d8.prototype.set_mMaxTorqueLimit=d8.prototype.qPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);EO(c,a)};
|
|
Object.defineProperty(d8.prototype,"mMaxTorqueLimit",{get:d8.prototype.jLa,set:d8.prototype.qPa});d8.prototype.__destroy__=function(){FO(this.nDa)};function F(){this.nDa=GO();h(F)[this.nDa]=this}F.prototype=Object.create(V5.prototype);F.prototype.constructor=F;F.prototype.oDa=F;F.pDa={};d.DistanceConstraintSettings=F;F.prototype.GetRefCount=function(){return HO(this.nDa)};F.prototype.AddRef=function(){IO(this.nDa)};F.prototype.Release=function(){JO(this.nDa)};
|
|
F.prototype.Create=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(KO(b,a,c),A5)};F.prototype.get_mSpace=F.prototype.yDa=function(){return LO(this.nDa)};F.prototype.set_mSpace=F.prototype.zDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);MO(c,a)};Object.defineProperty(F.prototype,"mSpace",{get:F.prototype.yDa,set:F.prototype.zDa});F.prototype.get_mPoint1=F.prototype.ODa=function(){return l(NO(this.nDa),x)};
|
|
F.prototype.set_mPoint1=F.prototype.VDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);OO(c,a)};Object.defineProperty(F.prototype,"mPoint1",{get:F.prototype.ODa,set:F.prototype.VDa});F.prototype.get_mPoint2=F.prototype.PDa=function(){return l(PO(this.nDa),x)};F.prototype.set_mPoint2=F.prototype.WDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);QO(c,a)};Object.defineProperty(F.prototype,"mPoint2",{get:F.prototype.PDa,set:F.prototype.WDa});
|
|
F.prototype.get_mMinDistance=F.prototype.nLa=function(){return RO(this.nDa)};F.prototype.set_mMinDistance=F.prototype.uPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);SO(c,a)};Object.defineProperty(F.prototype,"mMinDistance",{get:F.prototype.nLa,set:F.prototype.uPa});F.prototype.get_mMaxDistance=F.prototype.OEa=function(){return TO(this.nDa)};F.prototype.set_mMaxDistance=F.prototype.DFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);UO(c,a)};
|
|
Object.defineProperty(F.prototype,"mMaxDistance",{get:F.prototype.OEa,set:F.prototype.DFa});F.prototype.get_mLimitsSpringSettings=F.prototype.lEa=function(){return l(VO(this.nDa),G6)};F.prototype.set_mLimitsSpringSettings=F.prototype.uEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);WO(c,a)};Object.defineProperty(F.prototype,"mLimitsSpringSettings",{get:F.prototype.lEa,set:F.prototype.uEa});F.prototype.get_mEnabled=F.prototype.wDa=function(){return!!XO(this.nDa)};
|
|
F.prototype.set_mEnabled=F.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);YO(c,a)};Object.defineProperty(F.prototype,"mEnabled",{get:F.prototype.wDa,set:F.prototype.xDa});F.prototype.get_mNumVelocityStepsOverride=F.prototype.tDa=function(){return ZO(this.nDa)};F.prototype.set_mNumVelocityStepsOverride=F.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$O(c,a)};Object.defineProperty(F.prototype,"mNumVelocityStepsOverride",{get:F.prototype.tDa,set:F.prototype.vDa});
|
|
F.prototype.get_mNumPositionStepsOverride=F.prototype.sDa=function(){return aP(this.nDa)};F.prototype.set_mNumPositionStepsOverride=F.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bP(c,a)};Object.defineProperty(F.prototype,"mNumPositionStepsOverride",{get:F.prototype.sDa,set:F.prototype.uDa});F.prototype.__destroy__=function(){cP(this.nDa)};function e8(){throw"cannot construct a DistanceConstraint, no constructor in IDL";}e8.prototype=Object.create(W5.prototype);
|
|
e8.prototype.constructor=e8;e8.prototype.oDa=e8;e8.pDa={};d.DistanceConstraint=e8;e8.prototype.SetDistance=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);dP(b,a,c)};e8.prototype.GetMinDistance=function(){return eP(this.nDa)};e8.prototype.GetMaxDistance=function(){return fP(this.nDa)};e8.prototype.GetLimitsSpringSettings=function(){return l(gP(this.nDa),G6)};
|
|
e8.prototype.SetLimitsSpringSettings=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hP(c,a)};e8.prototype.GetTotalLambdaPosition=function(){return iP(this.nDa)};e8.prototype.GetRefCount=function(){return jP(this.nDa)};e8.prototype.AddRef=function(){kP(this.nDa)};e8.prototype.Release=function(){lP(this.nDa)};e8.prototype.GetType=function(){return mP(this.nDa)};e8.prototype.GetSubType=function(){return nP(this.nDa)};e8.prototype.GetConstraintPriority=function(){return oP(this.nDa)};
|
|
e8.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pP(c,a)};e8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qP(c,a)};e8.prototype.GetNumVelocityStepsOverride=function(){return rP(this.nDa)};e8.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sP(c,a)};e8.prototype.GetNumPositionStepsOverride=function(){return tP(this.nDa)};
|
|
e8.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uP(c,a)};e8.prototype.GetEnabled=function(){return!!vP(this.nDa)};e8.prototype.IsActive=function(){return!!wP(this.nDa)};e8.prototype.GetUserData=function(){return xP(this.nDa)};e8.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yP(c,a)};e8.prototype.ResetWarmStart=function(){zP(this.nDa)};e8.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);AP(c,a)};
|
|
e8.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);BP(c,a)};e8.prototype.GetBody1=function(){return l(CP(this.nDa),Body)};e8.prototype.GetBody2=function(){return l(DP(this.nDa),Body)};e8.prototype.GetConstraintToBody1Matrix=function(){return l(EP(this.nDa),r)};e8.prototype.GetConstraintToBody2Matrix=function(){return l(FP(this.nDa),r)};e8.prototype.__destroy__=function(){GP(this.nDa)};function f8(){this.nDa=HP();h(f8)[this.nDa]=this}f8.prototype=Object.create(V5.prototype);
|
|
f8.prototype.constructor=f8;f8.prototype.oDa=f8;f8.pDa={};d.PointConstraintSettings=f8;f8.prototype.GetRefCount=function(){return IP(this.nDa)};f8.prototype.AddRef=function(){JP(this.nDa)};f8.prototype.Release=function(){KP(this.nDa)};f8.prototype.Create=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(LP(b,a,c),A5)};f8.prototype.get_mSpace=f8.prototype.yDa=function(){return MP(this.nDa)};
|
|
f8.prototype.set_mSpace=f8.prototype.zDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);NP(c,a)};Object.defineProperty(f8.prototype,"mSpace",{get:f8.prototype.yDa,set:f8.prototype.zDa});f8.prototype.get_mPoint1=f8.prototype.ODa=function(){return l(OP(this.nDa),x)};f8.prototype.set_mPoint1=f8.prototype.VDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);PP(c,a)};Object.defineProperty(f8.prototype,"mPoint1",{get:f8.prototype.ODa,set:f8.prototype.VDa});
|
|
f8.prototype.get_mPoint2=f8.prototype.PDa=function(){return l(QP(this.nDa),x)};f8.prototype.set_mPoint2=f8.prototype.WDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);RP(c,a)};Object.defineProperty(f8.prototype,"mPoint2",{get:f8.prototype.PDa,set:f8.prototype.WDa});f8.prototype.get_mEnabled=f8.prototype.wDa=function(){return!!SP(this.nDa)};f8.prototype.set_mEnabled=f8.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);TP(c,a)};
|
|
Object.defineProperty(f8.prototype,"mEnabled",{get:f8.prototype.wDa,set:f8.prototype.xDa});f8.prototype.get_mNumVelocityStepsOverride=f8.prototype.tDa=function(){return UP(this.nDa)};f8.prototype.set_mNumVelocityStepsOverride=f8.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);VP(c,a)};Object.defineProperty(f8.prototype,"mNumVelocityStepsOverride",{get:f8.prototype.tDa,set:f8.prototype.vDa});f8.prototype.get_mNumPositionStepsOverride=f8.prototype.sDa=function(){return WP(this.nDa)};
|
|
f8.prototype.set_mNumPositionStepsOverride=f8.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);XP(c,a)};Object.defineProperty(f8.prototype,"mNumPositionStepsOverride",{get:f8.prototype.sDa,set:f8.prototype.uDa});f8.prototype.__destroy__=function(){YP(this.nDa)};function g8(){throw"cannot construct a PointConstraint, no constructor in IDL";}g8.prototype=Object.create(W5.prototype);g8.prototype.constructor=g8;g8.prototype.oDa=g8;g8.pDa={};d.PointConstraint=g8;
|
|
g8.prototype.GetLocalSpacePoint1=function(){return l(ZP(this.nDa),p)};g8.prototype.GetLocalSpacePoint2=function(){return l($P(this.nDa),p)};g8.prototype.GetTotalLambdaPosition=function(){return l(aQ(this.nDa),p)};g8.prototype.GetRefCount=function(){return bQ(this.nDa)};g8.prototype.AddRef=function(){cQ(this.nDa)};g8.prototype.Release=function(){dQ(this.nDa)};g8.prototype.GetType=function(){return eQ(this.nDa)};g8.prototype.GetSubType=function(){return fQ(this.nDa)};
|
|
g8.prototype.GetConstraintPriority=function(){return gQ(this.nDa)};g8.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hQ(c,a)};g8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);iQ(c,a)};g8.prototype.GetNumVelocityStepsOverride=function(){return jQ(this.nDa)};g8.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kQ(c,a)};
|
|
g8.prototype.GetNumPositionStepsOverride=function(){return lQ(this.nDa)};g8.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mQ(c,a)};g8.prototype.GetEnabled=function(){return!!nQ(this.nDa)};g8.prototype.IsActive=function(){return!!oQ(this.nDa)};g8.prototype.GetUserData=function(){return pQ(this.nDa)};g8.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qQ(c,a)};g8.prototype.ResetWarmStart=function(){rQ(this.nDa)};
|
|
g8.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sQ(c,a)};g8.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tQ(c,a)};g8.prototype.GetBody1=function(){return l(uQ(this.nDa),Body)};g8.prototype.GetBody2=function(){return l(vQ(this.nDa),Body)};g8.prototype.GetConstraintToBody1Matrix=function(){return l(wQ(this.nDa),r)};g8.prototype.GetConstraintToBody2Matrix=function(){return l(xQ(this.nDa),r)};g8.prototype.__destroy__=function(){yQ(this.nDa)};
|
|
function G(){this.nDa=zQ();h(G)[this.nDa]=this}G.prototype=Object.create(V5.prototype);G.prototype.constructor=G;G.prototype.oDa=G;G.pDa={};d.HingeConstraintSettings=G;G.prototype.GetRefCount=function(){return AQ(this.nDa)};G.prototype.AddRef=function(){BQ(this.nDa)};G.prototype.Release=function(){CQ(this.nDa)};G.prototype.Create=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(DQ(b,a,c),A5)};G.prototype.get_mSpace=G.prototype.yDa=function(){return EQ(this.nDa)};
|
|
G.prototype.set_mSpace=G.prototype.zDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);FQ(c,a)};Object.defineProperty(G.prototype,"mSpace",{get:G.prototype.yDa,set:G.prototype.zDa});G.prototype.get_mPoint1=G.prototype.ODa=function(){return l(GQ(this.nDa),x)};G.prototype.set_mPoint1=G.prototype.VDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);HQ(c,a)};Object.defineProperty(G.prototype,"mPoint1",{get:G.prototype.ODa,set:G.prototype.VDa});
|
|
G.prototype.get_mHingeAxis1=G.prototype.FGa=function(){return l(IQ(this.nDa),p)};G.prototype.set_mHingeAxis1=G.prototype.bIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);JQ(c,a)};Object.defineProperty(G.prototype,"mHingeAxis1",{get:G.prototype.FGa,set:G.prototype.bIa});G.prototype.get_mNormalAxis1=G.prototype.aHa=function(){return l(KQ(this.nDa),p)};G.prototype.set_mNormalAxis1=G.prototype.xIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);LQ(c,a)};
|
|
Object.defineProperty(G.prototype,"mNormalAxis1",{get:G.prototype.aHa,set:G.prototype.xIa});G.prototype.get_mPoint2=G.prototype.PDa=function(){return l(MQ(this.nDa),x)};G.prototype.set_mPoint2=G.prototype.WDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);NQ(c,a)};Object.defineProperty(G.prototype,"mPoint2",{get:G.prototype.PDa,set:G.prototype.WDa});G.prototype.get_mHingeAxis2=G.prototype.GGa=function(){return l(OQ(this.nDa),p)};
|
|
G.prototype.set_mHingeAxis2=G.prototype.cIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);PQ(c,a)};Object.defineProperty(G.prototype,"mHingeAxis2",{get:G.prototype.GGa,set:G.prototype.cIa});G.prototype.get_mNormalAxis2=G.prototype.bHa=function(){return l(QQ(this.nDa),p)};G.prototype.set_mNormalAxis2=G.prototype.yIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);RQ(c,a)};Object.defineProperty(G.prototype,"mNormalAxis2",{get:G.prototype.bHa,set:G.prototype.yIa});
|
|
G.prototype.get_mLimitsMin=G.prototype.OGa=function(){return SQ(this.nDa)};G.prototype.set_mLimitsMin=G.prototype.kIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);TQ(c,a)};Object.defineProperty(G.prototype,"mLimitsMin",{get:G.prototype.OGa,set:G.prototype.kIa});G.prototype.get_mLimitsMax=G.prototype.NGa=function(){return UQ(this.nDa)};G.prototype.set_mLimitsMax=G.prototype.jIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);VQ(c,a)};
|
|
Object.defineProperty(G.prototype,"mLimitsMax",{get:G.prototype.NGa,set:G.prototype.jIa});G.prototype.get_mLimitsSpringSettings=G.prototype.lEa=function(){return l(WQ(this.nDa),G6)};G.prototype.set_mLimitsSpringSettings=G.prototype.uEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);XQ(c,a)};Object.defineProperty(G.prototype,"mLimitsSpringSettings",{get:G.prototype.lEa,set:G.prototype.uEa});G.prototype.get_mMaxFrictionTorque=G.prototype.UGa=function(){return YQ(this.nDa)};
|
|
G.prototype.set_mMaxFrictionTorque=G.prototype.qIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ZQ(c,a)};Object.defineProperty(G.prototype,"mMaxFrictionTorque",{get:G.prototype.UGa,set:G.prototype.qIa});G.prototype.get_mMotorSettings=G.prototype.REa=function(){return l($Q(this.nDa),d8)};G.prototype.set_mMotorSettings=G.prototype.GFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aR(c,a)};Object.defineProperty(G.prototype,"mMotorSettings",{get:G.prototype.REa,set:G.prototype.GFa});
|
|
G.prototype.get_mEnabled=G.prototype.wDa=function(){return!!bR(this.nDa)};G.prototype.set_mEnabled=G.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cR(c,a)};Object.defineProperty(G.prototype,"mEnabled",{get:G.prototype.wDa,set:G.prototype.xDa});G.prototype.get_mNumVelocityStepsOverride=G.prototype.tDa=function(){return dR(this.nDa)};G.prototype.set_mNumVelocityStepsOverride=G.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eR(c,a)};
|
|
Object.defineProperty(G.prototype,"mNumVelocityStepsOverride",{get:G.prototype.tDa,set:G.prototype.vDa});G.prototype.get_mNumPositionStepsOverride=G.prototype.sDa=function(){return fR(this.nDa)};G.prototype.set_mNumPositionStepsOverride=G.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gR(c,a)};Object.defineProperty(G.prototype,"mNumPositionStepsOverride",{get:G.prototype.sDa,set:G.prototype.uDa});G.prototype.__destroy__=function(){hR(this.nDa)};
|
|
function h8(){throw"cannot construct a HingeConstraint, no constructor in IDL";}h8.prototype=Object.create(W5.prototype);h8.prototype.constructor=h8;h8.prototype.oDa=h8;h8.pDa={};d.HingeConstraint=h8;h8.prototype.GetLocalSpacePoint1=function(){return l(iR(this.nDa),p)};h8.prototype.GetLocalSpacePoint2=function(){return l(jR(this.nDa),p)};h8.prototype.GetLocalSpaceHingeAxis1=function(){return l(kR(this.nDa),p)};h8.prototype.GetLocalSpaceHingeAxis2=function(){return l(lR(this.nDa),p)};
|
|
h8.prototype.GetLocalSpaceNormalAxis1=function(){return l(mR(this.nDa),p)};h8.prototype.GetLocalSpaceNormalAxis2=function(){return l(nR(this.nDa),p)};h8.prototype.GetCurrentAngle=function(){return oR(this.nDa)};h8.prototype.SetMaxFrictionTorque=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pR(c,a)};h8.prototype.GetMaxFrictionTorque=function(){return qR(this.nDa)};h8.prototype.GetMotorSettings=function(){return l(rR(this.nDa),d8)};
|
|
h8.prototype.SetMotorState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sR(c,a)};h8.prototype.GetMotorState=function(){return tR(this.nDa)};h8.prototype.SetTargetAngularVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uR(c,a)};h8.prototype.GetTargetAngularVelocity=function(){return vR(this.nDa)};h8.prototype.SetTargetAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wR(c,a)};h8.prototype.GetTargetAngle=function(){return xR(this.nDa)};
|
|
h8.prototype.SetTargetOrientationBS=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yR(c,a)};h8.prototype.SetLimits=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);zR(b,a,c)};h8.prototype.GetLimitsMin=function(){return AR(this.nDa)};h8.prototype.GetLimitsMax=function(){return BR(this.nDa)};h8.prototype.HasLimits=function(){return!!CR(this.nDa)};h8.prototype.GetLimitsSpringSettings=function(){return l(DR(this.nDa),G6)};
|
|
h8.prototype.SetLimitsSpringSettings=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ER(c,a)};h8.prototype.GetTotalLambdaPosition=function(){return l(FR(this.nDa),p)};h8.prototype.GetTotalLambdaRotation=function(){return l(GR(this.nDa),h7)};h8.prototype.GetTotalLambdaRotationLimits=function(){return HR(this.nDa)};h8.prototype.GetTotalLambdaMotor=function(){return IR(this.nDa)};h8.prototype.GetRefCount=function(){return JR(this.nDa)};h8.prototype.AddRef=function(){KR(this.nDa)};
|
|
h8.prototype.Release=function(){LR(this.nDa)};h8.prototype.GetType=function(){return MR(this.nDa)};h8.prototype.GetSubType=function(){return NR(this.nDa)};h8.prototype.GetConstraintPriority=function(){return OR(this.nDa)};h8.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);PR(c,a)};h8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);QR(c,a)};h8.prototype.GetNumVelocityStepsOverride=function(){return RR(this.nDa)};
|
|
h8.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);SR(c,a)};h8.prototype.GetNumPositionStepsOverride=function(){return TR(this.nDa)};h8.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);UR(c,a)};h8.prototype.GetEnabled=function(){return!!VR(this.nDa)};h8.prototype.IsActive=function(){return!!WR(this.nDa)};h8.prototype.GetUserData=function(){return YR(this.nDa)};
|
|
h8.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ZR(c,a)};h8.prototype.ResetWarmStart=function(){$R(this.nDa)};h8.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aS(c,a)};h8.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bS(c,a)};h8.prototype.GetBody1=function(){return l(cS(this.nDa),Body)};h8.prototype.GetBody2=function(){return l(dS(this.nDa),Body)};
|
|
h8.prototype.GetConstraintToBody1Matrix=function(){return l(eS(this.nDa),r)};h8.prototype.GetConstraintToBody2Matrix=function(){return l(fS(this.nDa),r)};h8.prototype.__destroy__=function(){gS(this.nDa)};function H(){this.nDa=hS();h(H)[this.nDa]=this}H.prototype=Object.create(V5.prototype);H.prototype.constructor=H;H.prototype.oDa=H;H.pDa={};d.ConeConstraintSettings=H;H.prototype.GetRefCount=function(){return iS(this.nDa)};H.prototype.AddRef=function(){jS(this.nDa)};H.prototype.Release=function(){kS(this.nDa)};
|
|
H.prototype.Create=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(lS(b,a,c),A5)};H.prototype.get_mSpace=H.prototype.yDa=function(){return mS(this.nDa)};H.prototype.set_mSpace=H.prototype.zDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nS(c,a)};Object.defineProperty(H.prototype,"mSpace",{get:H.prototype.yDa,set:H.prototype.zDa});H.prototype.get_mPoint1=H.prototype.ODa=function(){return l(oS(this.nDa),x)};
|
|
H.prototype.set_mPoint1=H.prototype.VDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pS(c,a)};Object.defineProperty(H.prototype,"mPoint1",{get:H.prototype.ODa,set:H.prototype.VDa});H.prototype.get_mTwistAxis1=H.prototype.wHa=function(){return l(qS(this.nDa),p)};H.prototype.set_mTwistAxis1=H.prototype.UIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rS(c,a)};Object.defineProperty(H.prototype,"mTwistAxis1",{get:H.prototype.wHa,set:H.prototype.UIa});
|
|
H.prototype.get_mPoint2=H.prototype.PDa=function(){return l(sS(this.nDa),x)};H.prototype.set_mPoint2=H.prototype.WDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tS(c,a)};Object.defineProperty(H.prototype,"mPoint2",{get:H.prototype.PDa,set:H.prototype.WDa});H.prototype.get_mTwistAxis2=H.prototype.xHa=function(){return l(uS(this.nDa),p)};H.prototype.set_mTwistAxis2=H.prototype.VIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vS(c,a)};
|
|
Object.defineProperty(H.prototype,"mTwistAxis2",{get:H.prototype.xHa,set:H.prototype.VIa});H.prototype.get_mHalfConeAngle=H.prototype.TJa=function(){return wS(this.nDa)};H.prototype.set_mHalfConeAngle=H.prototype.$Na=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xS(c,a)};Object.defineProperty(H.prototype,"mHalfConeAngle",{get:H.prototype.TJa,set:H.prototype.$Na});H.prototype.get_mEnabled=H.prototype.wDa=function(){return!!yS(this.nDa)};
|
|
H.prototype.set_mEnabled=H.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zS(c,a)};Object.defineProperty(H.prototype,"mEnabled",{get:H.prototype.wDa,set:H.prototype.xDa});H.prototype.get_mNumVelocityStepsOverride=H.prototype.tDa=function(){return AS(this.nDa)};H.prototype.set_mNumVelocityStepsOverride=H.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);BS(c,a)};Object.defineProperty(H.prototype,"mNumVelocityStepsOverride",{get:H.prototype.tDa,set:H.prototype.vDa});
|
|
H.prototype.get_mNumPositionStepsOverride=H.prototype.sDa=function(){return CS(this.nDa)};H.prototype.set_mNumPositionStepsOverride=H.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);DS(c,a)};Object.defineProperty(H.prototype,"mNumPositionStepsOverride",{get:H.prototype.sDa,set:H.prototype.uDa});H.prototype.__destroy__=function(){ES(this.nDa)};function i8(){throw"cannot construct a ConeConstraint, no constructor in IDL";}i8.prototype=Object.create(W5.prototype);
|
|
i8.prototype.constructor=i8;i8.prototype.oDa=i8;i8.pDa={};d.ConeConstraint=i8;i8.prototype.SetHalfConeAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);FS(c,a)};i8.prototype.GetCosHalfConeAngle=function(){return GS(this.nDa)};i8.prototype.GetTotalLambdaPosition=function(){return l(HS(this.nDa),p)};i8.prototype.GetTotalLambdaRotation=function(){return IS(this.nDa)};i8.prototype.GetRefCount=function(){return JS(this.nDa)};i8.prototype.AddRef=function(){KS(this.nDa)};
|
|
i8.prototype.Release=function(){LS(this.nDa)};i8.prototype.GetType=function(){return MS(this.nDa)};i8.prototype.GetSubType=function(){return NS(this.nDa)};i8.prototype.GetConstraintPriority=function(){return OS(this.nDa)};i8.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);PS(c,a)};i8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);QS(c,a)};i8.prototype.GetNumVelocityStepsOverride=function(){return RS(this.nDa)};
|
|
i8.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);SS(c,a)};i8.prototype.GetNumPositionStepsOverride=function(){return TS(this.nDa)};i8.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);US(c,a)};i8.prototype.GetEnabled=function(){return!!VS(this.nDa)};i8.prototype.IsActive=function(){return!!WS(this.nDa)};i8.prototype.GetUserData=function(){return XS(this.nDa)};
|
|
i8.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);YS(c,a)};i8.prototype.ResetWarmStart=function(){ZS(this.nDa)};i8.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$S(c,a)};i8.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aT(c,a)};i8.prototype.GetBody1=function(){return l(bT(this.nDa),Body)};i8.prototype.GetBody2=function(){return l(cT(this.nDa),Body)};
|
|
i8.prototype.GetConstraintToBody1Matrix=function(){return l(dT(this.nDa),r)};i8.prototype.GetConstraintToBody2Matrix=function(){return l(eT(this.nDa),r)};i8.prototype.__destroy__=function(){fT(this.nDa)};function I(){this.nDa=gT();h(I)[this.nDa]=this}I.prototype=Object.create(V5.prototype);I.prototype.constructor=I;I.prototype.oDa=I;I.pDa={};d.SliderConstraintSettings=I;I.prototype.GetRefCount=function(){return hT(this.nDa)};I.prototype.AddRef=function(){iT(this.nDa)};I.prototype.Release=function(){jT(this.nDa)};
|
|
I.prototype.Create=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(kT(b,a,c),A5)};I.prototype.get_mSpace=I.prototype.yDa=function(){return lT(this.nDa)};I.prototype.set_mSpace=I.prototype.zDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mT(c,a)};Object.defineProperty(I.prototype,"mSpace",{get:I.prototype.yDa,set:I.prototype.zDa});I.prototype.get_mAutoDetectPoint=I.prototype.fGa=function(){return!!nT(this.nDa)};
|
|
I.prototype.set_mAutoDetectPoint=I.prototype.DHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oT(c,a)};Object.defineProperty(I.prototype,"mAutoDetectPoint",{get:I.prototype.fGa,set:I.prototype.DHa});I.prototype.get_mPoint1=I.prototype.ODa=function(){return l(pT(this.nDa),x)};I.prototype.set_mPoint1=I.prototype.VDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qT(c,a)};Object.defineProperty(I.prototype,"mPoint1",{get:I.prototype.ODa,set:I.prototype.VDa});
|
|
I.prototype.get_mSliderAxis1=I.prototype.rMa=function(){return l(rT(this.nDa),p)};I.prototype.set_mSliderAxis1=I.prototype.wQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sT(c,a)};Object.defineProperty(I.prototype,"mSliderAxis1",{get:I.prototype.rMa,set:I.prototype.wQa});I.prototype.get_mNormalAxis1=I.prototype.aHa=function(){return l(tT(this.nDa),p)};I.prototype.set_mNormalAxis1=I.prototype.xIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uT(c,a)};
|
|
Object.defineProperty(I.prototype,"mNormalAxis1",{get:I.prototype.aHa,set:I.prototype.xIa});I.prototype.get_mPoint2=I.prototype.PDa=function(){return l(vT(this.nDa),x)};I.prototype.set_mPoint2=I.prototype.WDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wT(c,a)};Object.defineProperty(I.prototype,"mPoint2",{get:I.prototype.PDa,set:I.prototype.WDa});I.prototype.get_mSliderAxis2=I.prototype.sMa=function(){return l(xT(this.nDa),p)};
|
|
I.prototype.set_mSliderAxis2=I.prototype.xQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yT(c,a)};Object.defineProperty(I.prototype,"mSliderAxis2",{get:I.prototype.sMa,set:I.prototype.xQa});I.prototype.get_mNormalAxis2=I.prototype.bHa=function(){return l(zT(this.nDa),p)};I.prototype.set_mNormalAxis2=I.prototype.yIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);AT(c,a)};Object.defineProperty(I.prototype,"mNormalAxis2",{get:I.prototype.bHa,set:I.prototype.yIa});
|
|
I.prototype.get_mLimitsMin=I.prototype.OGa=function(){return BT(this.nDa)};I.prototype.set_mLimitsMin=I.prototype.kIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);CT(c,a)};Object.defineProperty(I.prototype,"mLimitsMin",{get:I.prototype.OGa,set:I.prototype.kIa});I.prototype.get_mLimitsMax=I.prototype.NGa=function(){return DT(this.nDa)};I.prototype.set_mLimitsMax=I.prototype.jIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ET(c,a)};
|
|
Object.defineProperty(I.prototype,"mLimitsMax",{get:I.prototype.NGa,set:I.prototype.jIa});I.prototype.get_mLimitsSpringSettings=I.prototype.lEa=function(){return l(FT(this.nDa),G6)};I.prototype.set_mLimitsSpringSettings=I.prototype.uEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);GT(c,a)};Object.defineProperty(I.prototype,"mLimitsSpringSettings",{get:I.prototype.lEa,set:I.prototype.uEa});I.prototype.get_mMaxFrictionForce=I.prototype.TGa=function(){return HT(this.nDa)};
|
|
I.prototype.set_mMaxFrictionForce=I.prototype.pIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);IT(c,a)};Object.defineProperty(I.prototype,"mMaxFrictionForce",{get:I.prototype.TGa,set:I.prototype.pIa});I.prototype.get_mMotorSettings=I.prototype.REa=function(){return l(JT(this.nDa),d8)};I.prototype.set_mMotorSettings=I.prototype.GFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);KT(c,a)};Object.defineProperty(I.prototype,"mMotorSettings",{get:I.prototype.REa,set:I.prototype.GFa});
|
|
I.prototype.get_mEnabled=I.prototype.wDa=function(){return!!LT(this.nDa)};I.prototype.set_mEnabled=I.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);MT(c,a)};Object.defineProperty(I.prototype,"mEnabled",{get:I.prototype.wDa,set:I.prototype.xDa});I.prototype.get_mNumVelocityStepsOverride=I.prototype.tDa=function(){return NT(this.nDa)};I.prototype.set_mNumVelocityStepsOverride=I.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);OT(c,a)};
|
|
Object.defineProperty(I.prototype,"mNumVelocityStepsOverride",{get:I.prototype.tDa,set:I.prototype.vDa});I.prototype.get_mNumPositionStepsOverride=I.prototype.sDa=function(){return PT(this.nDa)};I.prototype.set_mNumPositionStepsOverride=I.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);QT(c,a)};Object.defineProperty(I.prototype,"mNumPositionStepsOverride",{get:I.prototype.sDa,set:I.prototype.uDa});I.prototype.__destroy__=function(){RT(this.nDa)};
|
|
function j8(){throw"cannot construct a SliderConstraint, no constructor in IDL";}j8.prototype=Object.create(W5.prototype);j8.prototype.constructor=j8;j8.prototype.oDa=j8;j8.pDa={};d.SliderConstraint=j8;j8.prototype.GetCurrentPosition=function(){return ST(this.nDa)};j8.prototype.SetMaxFrictionForce=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);TT(c,a)};j8.prototype.GetMaxFrictionForce=function(){return UT(this.nDa)};j8.prototype.GetMotorSettings=function(){return l(VT(this.nDa),d8)};
|
|
j8.prototype.SetMotorState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);WT(c,a)};j8.prototype.GetMotorState=function(){return XT(this.nDa)};j8.prototype.SetTargetVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);YT(c,a)};j8.prototype.GetTargetVelocity=function(){return ZT(this.nDa)};j8.prototype.SetTargetPosition=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$T(c,a)};j8.prototype.GetTargetPosition=function(){return aU(this.nDa)};
|
|
j8.prototype.SetLimits=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);bU(b,a,c)};j8.prototype.GetLimitsMin=function(){return cU(this.nDa)};j8.prototype.GetLimitsMax=function(){return dU(this.nDa)};j8.prototype.HasLimits=function(){return!!eU(this.nDa)};j8.prototype.GetLimitsSpringSettings=function(){return l(fU(this.nDa),G6)};j8.prototype.SetLimitsSpringSettings=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gU(c,a)};
|
|
j8.prototype.GetTotalLambdaPosition=function(){return l(hU(this.nDa),h7)};j8.prototype.GetTotalLambdaPositionLimits=function(){return iU(this.nDa)};j8.prototype.GetTotalLambdaRotation=function(){return l(jU(this.nDa),p)};j8.prototype.GetTotalLambdaMotor=function(){return kU(this.nDa)};j8.prototype.GetRefCount=function(){return lU(this.nDa)};j8.prototype.AddRef=function(){mU(this.nDa)};j8.prototype.Release=function(){nU(this.nDa)};j8.prototype.GetType=function(){return oU(this.nDa)};
|
|
j8.prototype.GetSubType=function(){return pU(this.nDa)};j8.prototype.GetConstraintPriority=function(){return qU(this.nDa)};j8.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rU(c,a)};j8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sU(c,a)};j8.prototype.GetNumVelocityStepsOverride=function(){return tU(this.nDa)};
|
|
j8.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uU(c,a)};j8.prototype.GetNumPositionStepsOverride=function(){return vU(this.nDa)};j8.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wU(c,a)};j8.prototype.GetEnabled=function(){return!!xU(this.nDa)};j8.prototype.IsActive=function(){return!!yU(this.nDa)};j8.prototype.GetUserData=function(){return zU(this.nDa)};
|
|
j8.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);AU(c,a)};j8.prototype.ResetWarmStart=function(){BU(this.nDa)};j8.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);CU(c,a)};j8.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);DU(c,a)};j8.prototype.GetBody1=function(){return l(EU(this.nDa),Body)};j8.prototype.GetBody2=function(){return l(FU(this.nDa),Body)};
|
|
j8.prototype.GetConstraintToBody1Matrix=function(){return l(GU(this.nDa),r)};j8.prototype.GetConstraintToBody2Matrix=function(){return l(HU(this.nDa),r)};j8.prototype.__destroy__=function(){IU(this.nDa)};function J(){this.nDa=JU();h(J)[this.nDa]=this}J.prototype=Object.create(V5.prototype);J.prototype.constructor=J;J.prototype.oDa=J;J.pDa={};d.SwingTwistConstraintSettings=J;J.prototype.GetRefCount=function(){return KU(this.nDa)};J.prototype.AddRef=function(){LU(this.nDa)};J.prototype.Release=function(){MU(this.nDa)};
|
|
J.prototype.Create=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(NU(b,a,c),A5)};J.prototype.get_mSpace=J.prototype.yDa=function(){return OU(this.nDa)};J.prototype.set_mSpace=J.prototype.zDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);PU(c,a)};Object.defineProperty(J.prototype,"mSpace",{get:J.prototype.yDa,set:J.prototype.zDa});J.prototype.get_mPosition1=J.prototype.hHa=function(){return l(QU(this.nDa),x)};
|
|
J.prototype.set_mPosition1=J.prototype.EIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);RU(c,a)};Object.defineProperty(J.prototype,"mPosition1",{get:J.prototype.hHa,set:J.prototype.EIa});J.prototype.get_mTwistAxis1=J.prototype.wHa=function(){return l(SU(this.nDa),p)};J.prototype.set_mTwistAxis1=J.prototype.UIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);TU(c,a)};Object.defineProperty(J.prototype,"mTwistAxis1",{get:J.prototype.wHa,set:J.prototype.UIa});
|
|
J.prototype.get_mPlaneAxis1=J.prototype.NLa=function(){return l(UU(this.nDa),p)};J.prototype.set_mPlaneAxis1=J.prototype.UPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);VU(c,a)};Object.defineProperty(J.prototype,"mPlaneAxis1",{get:J.prototype.NLa,set:J.prototype.UPa});J.prototype.get_mPosition2=J.prototype.iHa=function(){return l(WU(this.nDa),x)};J.prototype.set_mPosition2=J.prototype.FIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);XU(c,a)};
|
|
Object.defineProperty(J.prototype,"mPosition2",{get:J.prototype.iHa,set:J.prototype.FIa});J.prototype.get_mTwistAxis2=J.prototype.xHa=function(){return l(YU(this.nDa),p)};J.prototype.set_mTwistAxis2=J.prototype.VIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ZU(c,a)};Object.defineProperty(J.prototype,"mTwistAxis2",{get:J.prototype.xHa,set:J.prototype.VIa});J.prototype.get_mPlaneAxis2=J.prototype.OLa=function(){return l($U(this.nDa),p)};
|
|
J.prototype.set_mPlaneAxis2=J.prototype.VPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aV(c,a)};Object.defineProperty(J.prototype,"mPlaneAxis2",{get:J.prototype.OLa,set:J.prototype.VPa});J.prototype.get_mSwingType=J.prototype.rHa=function(){return bV(this.nDa)};J.prototype.set_mSwingType=J.prototype.PIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cV(c,a)};Object.defineProperty(J.prototype,"mSwingType",{get:J.prototype.rHa,set:J.prototype.PIa});
|
|
J.prototype.get_mNormalHalfConeAngle=J.prototype.vLa=function(){return dV(this.nDa)};J.prototype.set_mNormalHalfConeAngle=J.prototype.CPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eV(c,a)};Object.defineProperty(J.prototype,"mNormalHalfConeAngle",{get:J.prototype.vLa,set:J.prototype.CPa});J.prototype.get_mPlaneHalfConeAngle=J.prototype.PLa=function(){return fV(this.nDa)};
|
|
J.prototype.set_mPlaneHalfConeAngle=J.prototype.WPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gV(c,a)};Object.defineProperty(J.prototype,"mPlaneHalfConeAngle",{get:J.prototype.PLa,set:J.prototype.WPa});J.prototype.get_mTwistMinAngle=J.prototype.JMa=function(){return hV(this.nDa)};J.prototype.set_mTwistMinAngle=J.prototype.OQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);iV(c,a)};Object.defineProperty(J.prototype,"mTwistMinAngle",{get:J.prototype.JMa,set:J.prototype.OQa});
|
|
J.prototype.get_mTwistMaxAngle=J.prototype.IMa=function(){return jV(this.nDa)};J.prototype.set_mTwistMaxAngle=J.prototype.NQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kV(c,a)};Object.defineProperty(J.prototype,"mTwistMaxAngle",{get:J.prototype.IMa,set:J.prototype.NQa});J.prototype.get_mMaxFrictionTorque=J.prototype.UGa=function(){return lV(this.nDa)};J.prototype.set_mMaxFrictionTorque=J.prototype.qIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mV(c,a)};
|
|
Object.defineProperty(J.prototype,"mMaxFrictionTorque",{get:J.prototype.UGa,set:J.prototype.qIa});J.prototype.get_mSwingMotorSettings=J.prototype.AMa=function(){return l(nV(this.nDa),d8)};J.prototype.set_mSwingMotorSettings=J.prototype.FQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oV(c,a)};Object.defineProperty(J.prototype,"mSwingMotorSettings",{get:J.prototype.AMa,set:J.prototype.FQa});J.prototype.get_mTwistMotorSettings=J.prototype.KMa=function(){return l(pV(this.nDa),d8)};
|
|
J.prototype.set_mTwistMotorSettings=J.prototype.PQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qV(c,a)};Object.defineProperty(J.prototype,"mTwistMotorSettings",{get:J.prototype.KMa,set:J.prototype.PQa});J.prototype.get_mEnabled=J.prototype.wDa=function(){return!!rV(this.nDa)};J.prototype.set_mEnabled=J.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sV(c,a)};Object.defineProperty(J.prototype,"mEnabled",{get:J.prototype.wDa,set:J.prototype.xDa});
|
|
J.prototype.get_mNumVelocityStepsOverride=J.prototype.tDa=function(){return tV(this.nDa)};J.prototype.set_mNumVelocityStepsOverride=J.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uV(c,a)};Object.defineProperty(J.prototype,"mNumVelocityStepsOverride",{get:J.prototype.tDa,set:J.prototype.vDa});J.prototype.get_mNumPositionStepsOverride=J.prototype.sDa=function(){return vV(this.nDa)};
|
|
J.prototype.set_mNumPositionStepsOverride=J.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wV(c,a)};Object.defineProperty(J.prototype,"mNumPositionStepsOverride",{get:J.prototype.sDa,set:J.prototype.uDa});J.prototype.__destroy__=function(){xV(this.nDa)};function k8(){throw"cannot construct a SwingTwistConstraint, no constructor in IDL";}k8.prototype=Object.create(W5.prototype);k8.prototype.constructor=k8;k8.prototype.oDa=k8;k8.pDa={};d.SwingTwistConstraint=k8;
|
|
k8.prototype.GetLocalSpacePosition1=function(){return l(yV(this.nDa),p)};k8.prototype.GetLocalSpacePosition2=function(){return l(zV(this.nDa),p)};k8.prototype.GetConstraintToBody1=function(){return l(AV(this.nDa),t)};k8.prototype.GetConstraintToBody2=function(){return l(BV(this.nDa),t)};k8.prototype.GetNormalHalfConeAngle=function(){return CV(this.nDa)};k8.prototype.SetNormalHalfConeAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);DV(c,a)};k8.prototype.GetPlaneHalfConeAngle=function(){return EV(this.nDa)};
|
|
k8.prototype.SetPlaneHalfConeAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);FV(c,a)};k8.prototype.GetTwistMinAngle=function(){return GV(this.nDa)};k8.prototype.SetTwistMinAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);HV(c,a)};k8.prototype.GetTwistMaxAngle=function(){return IV(this.nDa)};k8.prototype.SetTwistMaxAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);JV(c,a)};k8.prototype.GetSwingMotorSettings=function(){return l(KV(this.nDa),d8)};
|
|
k8.prototype.GetTwistMotorSettings=function(){return l(LV(this.nDa),d8)};k8.prototype.SetMaxFrictionTorque=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);MV(c,a)};k8.prototype.GetMaxFrictionTorque=function(){return NV(this.nDa)};k8.prototype.SetSwingMotorState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);OV(c,a)};k8.prototype.GetSwingMotorState=function(){return PV(this.nDa)};
|
|
k8.prototype.SetTwistMotorState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);QV(c,a)};k8.prototype.GetTwistMotorState=function(){return RV(this.nDa)};k8.prototype.SetTargetAngularVelocityCS=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);SV(c,a)};k8.prototype.GetTargetAngularVelocityCS=function(){return l(TV(this.nDa),p)};k8.prototype.SetTargetOrientationCS=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);UV(c,a)};
|
|
k8.prototype.GetTargetOrientationCS=function(){return l(VV(this.nDa),t)};k8.prototype.SetTargetOrientationBS=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);WV(c,a)};k8.prototype.GetRotationInConstraintSpace=function(){return l(XV(this.nDa),t)};k8.prototype.GetTotalLambdaPosition=function(){return l(YV(this.nDa),p)};k8.prototype.GetTotalLambdaTwist=function(){return ZV(this.nDa)};k8.prototype.GetTotalLambdaSwingY=function(){return $V(this.nDa)};k8.prototype.GetTotalLambdaSwingZ=function(){return aW(this.nDa)};
|
|
k8.prototype.GetTotalLambdaMotor=function(){return l(bW(this.nDa),p)};k8.prototype.GetRefCount=function(){return cW(this.nDa)};k8.prototype.AddRef=function(){dW(this.nDa)};k8.prototype.Release=function(){eW(this.nDa)};k8.prototype.GetType=function(){return fW(this.nDa)};k8.prototype.GetSubType=function(){return gW(this.nDa)};k8.prototype.GetConstraintPriority=function(){return hW(this.nDa)};k8.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);iW(c,a)};
|
|
k8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jW(c,a)};k8.prototype.GetNumVelocityStepsOverride=function(){return kW(this.nDa)};k8.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lW(c,a)};k8.prototype.GetNumPositionStepsOverride=function(){return mW(this.nDa)};k8.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nW(c,a)};k8.prototype.GetEnabled=function(){return!!oW(this.nDa)};
|
|
k8.prototype.IsActive=function(){return!!pW(this.nDa)};k8.prototype.GetUserData=function(){return qW(this.nDa)};k8.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rW(c,a)};k8.prototype.ResetWarmStart=function(){sW(this.nDa)};k8.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tW(c,a)};k8.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uW(c,a)};
|
|
k8.prototype.GetBody1=function(){return l(vW(this.nDa),Body)};k8.prototype.GetBody2=function(){return l(wW(this.nDa),Body)};k8.prototype.GetConstraintToBody1Matrix=function(){return l(xW(this.nDa),r)};k8.prototype.GetConstraintToBody2Matrix=function(){return l(yW(this.nDa),r)};k8.prototype.__destroy__=function(){zW(this.nDa)};function K(){this.nDa=AW();h(K)[this.nDa]=this}K.prototype=Object.create(V5.prototype);K.prototype.constructor=K;K.prototype.oDa=K;K.pDa={};d.SixDOFConstraintSettings=K;
|
|
K.prototype.MakeFreeAxis=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);BW(c,a)};K.prototype.IsFreeAxis=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!CW(c,a)};K.prototype.MakeFixedAxis=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);DW(c,a)};K.prototype.IsFixedAxis=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!EW(c,a)};
|
|
K.prototype.SetLimitedAxis=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);FW(f,a,c,b)};K.prototype.GetRefCount=function(){return GW(this.nDa)};K.prototype.AddRef=function(){HW(this.nDa)};K.prototype.Release=function(){IW(this.nDa)};K.prototype.Create=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(JW(b,a,c),A5)};K.prototype.get_mSpace=K.prototype.yDa=function(){return KW(this.nDa)};
|
|
K.prototype.set_mSpace=K.prototype.zDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);LW(c,a)};Object.defineProperty(K.prototype,"mSpace",{get:K.prototype.yDa,set:K.prototype.zDa});K.prototype.get_mPosition1=K.prototype.hHa=function(){return l(MW(this.nDa),x)};K.prototype.set_mPosition1=K.prototype.EIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);NW(c,a)};Object.defineProperty(K.prototype,"mPosition1",{get:K.prototype.hHa,set:K.prototype.EIa});
|
|
K.prototype.get_mAxisX1=K.prototype.gGa=function(){return l(OW(this.nDa),p)};K.prototype.set_mAxisX1=K.prototype.EHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);PW(c,a)};Object.defineProperty(K.prototype,"mAxisX1",{get:K.prototype.gGa,set:K.prototype.EHa});K.prototype.get_mAxisY1=K.prototype.iGa=function(){return l(QW(this.nDa),p)};K.prototype.set_mAxisY1=K.prototype.GHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);RW(c,a)};
|
|
Object.defineProperty(K.prototype,"mAxisY1",{get:K.prototype.iGa,set:K.prototype.GHa});K.prototype.get_mPosition2=K.prototype.iHa=function(){return l(SW(this.nDa),x)};K.prototype.set_mPosition2=K.prototype.FIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);TW(c,a)};Object.defineProperty(K.prototype,"mPosition2",{get:K.prototype.iHa,set:K.prototype.FIa});K.prototype.get_mAxisX2=K.prototype.hGa=function(){return l(UW(this.nDa),p)};
|
|
K.prototype.set_mAxisX2=K.prototype.FHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);VW(c,a)};Object.defineProperty(K.prototype,"mAxisX2",{get:K.prototype.hGa,set:K.prototype.FHa});K.prototype.get_mAxisY2=K.prototype.jGa=function(){return l(WW(this.nDa),p)};K.prototype.set_mAxisY2=K.prototype.HHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);XW(c,a)};Object.defineProperty(K.prototype,"mAxisY2",{get:K.prototype.jGa,set:K.prototype.HHa});
|
|
K.prototype.get_mMaxFriction=K.prototype.YKa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return YW(c,a)};K.prototype.set_mMaxFriction=K.prototype.ePa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);ZW(b,a,c)};Object.defineProperty(K.prototype,"mMaxFriction",{get:K.prototype.YKa,set:K.prototype.ePa});K.prototype.get_mSwingType=K.prototype.rHa=function(){return $W(this.nDa)};
|
|
K.prototype.set_mSwingType=K.prototype.PIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aX(c,a)};Object.defineProperty(K.prototype,"mSwingType",{get:K.prototype.rHa,set:K.prototype.PIa});K.prototype.get_mLimitMin=K.prototype.FKa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return bX(c,a)};K.prototype.set_mLimitMin=K.prototype.MOa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);cX(b,a,c)};
|
|
Object.defineProperty(K.prototype,"mLimitMin",{get:K.prototype.FKa,set:K.prototype.MOa});K.prototype.get_mLimitMax=K.prototype.EKa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return dX(c,a)};K.prototype.set_mLimitMax=K.prototype.LOa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);eX(b,a,c)};Object.defineProperty(K.prototype,"mLimitMax",{get:K.prototype.EKa,set:K.prototype.LOa});
|
|
K.prototype.get_mLimitsSpringSettings=K.prototype.lEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(fX(c,a),G6)};K.prototype.set_mLimitsSpringSettings=K.prototype.uEa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);gX(b,a,c)};Object.defineProperty(K.prototype,"mLimitsSpringSettings",{get:K.prototype.lEa,set:K.prototype.uEa});
|
|
K.prototype.get_mMotorSettings=K.prototype.REa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(hX(c,a),d8)};K.prototype.set_mMotorSettings=K.prototype.GFa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);iX(b,a,c)};Object.defineProperty(K.prototype,"mMotorSettings",{get:K.prototype.REa,set:K.prototype.GFa});K.prototype.get_mEnabled=K.prototype.wDa=function(){return!!jX(this.nDa)};
|
|
K.prototype.set_mEnabled=K.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kX(c,a)};Object.defineProperty(K.prototype,"mEnabled",{get:K.prototype.wDa,set:K.prototype.xDa});K.prototype.get_mNumVelocityStepsOverride=K.prototype.tDa=function(){return lX(this.nDa)};K.prototype.set_mNumVelocityStepsOverride=K.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mX(c,a)};Object.defineProperty(K.prototype,"mNumVelocityStepsOverride",{get:K.prototype.tDa,set:K.prototype.vDa});
|
|
K.prototype.get_mNumPositionStepsOverride=K.prototype.sDa=function(){return nX(this.nDa)};K.prototype.set_mNumPositionStepsOverride=K.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oX(c,a)};Object.defineProperty(K.prototype,"mNumPositionStepsOverride",{get:K.prototype.sDa,set:K.prototype.uDa});K.prototype.__destroy__=function(){pX(this.nDa)};function l8(){throw"cannot construct a SixDOFConstraint, no constructor in IDL";}l8.prototype=Object.create(W5.prototype);
|
|
l8.prototype.constructor=l8;l8.prototype.oDa=l8;l8.pDa={};d.SixDOFConstraint=l8;l8.prototype.SetTranslationLimits=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);qX(b,a,c)};l8.prototype.SetRotationLimits=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);rX(b,a,c)};l8.prototype.GetLimitsMin=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return sX(c,a)};
|
|
l8.prototype.GetLimitsMax=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return tX(c,a)};l8.prototype.GetTranslationLimitsMin=function(){return l(uX(this.nDa),p)};l8.prototype.GetTranslationLimitsMax=function(){return l(vX(this.nDa),p)};l8.prototype.GetRotationLimitsMin=function(){return l(wX(this.nDa),p)};l8.prototype.GetRotationLimitsMax=function(){return l(xX(this.nDa),p)};l8.prototype.IsFixedAxis=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!yX(c,a)};
|
|
l8.prototype.IsFreeAxis=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!zX(c,a)};l8.prototype.GetLimitsSpringSettings=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(AX(c,a),G6)};l8.prototype.SetLimitsSpringSettings=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);BX(b,a,c)};l8.prototype.SetMaxFriction=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);CX(b,a,c)};
|
|
l8.prototype.GetMaxFriction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return DX(c,a)};l8.prototype.GetRotationInConstraintSpace=function(){return l(EX(this.nDa),t)};l8.prototype.GetMotorSettings=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(FX(c,a),d8)};l8.prototype.SetMotorState=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);GX(b,a,c)};
|
|
l8.prototype.GetMotorState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return HX(c,a)};l8.prototype.GetTargetVelocityCS=function(){return l(IX(this.nDa),p)};l8.prototype.SetTargetVelocityCS=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);JX(c,a)};l8.prototype.SetTargetAngularVelocityCS=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);KX(c,a)};l8.prototype.GetTargetAngularVelocityCS=function(){return l(LX(this.nDa),p)};
|
|
l8.prototype.GetTargetPositionCS=function(){return l(MX(this.nDa),p)};l8.prototype.SetTargetPositionCS=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);NX(c,a)};l8.prototype.SetTargetOrientationCS=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);OX(c,a)};l8.prototype.GetTargetOrientationCS=function(){return l(PX(this.nDa),t)};l8.prototype.SetTargetOrientationBS=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);QX(c,a)};
|
|
l8.prototype.GetTotalLambdaPosition=function(){return l(RX(this.nDa),p)};l8.prototype.GetTotalLambdaRotation=function(){return l(SX(this.nDa),p)};l8.prototype.GetTotalLambdaMotorTranslation=function(){return l(TX(this.nDa),p)};l8.prototype.GetTotalLambdaMotorRotation=function(){return l(UX(this.nDa),p)};l8.prototype.GetRefCount=function(){return VX(this.nDa)};l8.prototype.AddRef=function(){WX(this.nDa)};l8.prototype.Release=function(){XX(this.nDa)};l8.prototype.GetType=function(){return YX(this.nDa)};
|
|
l8.prototype.GetSubType=function(){return ZX(this.nDa)};l8.prototype.GetConstraintPriority=function(){return $X(this.nDa)};l8.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aY(c,a)};l8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bY(c,a)};l8.prototype.GetNumVelocityStepsOverride=function(){return cY(this.nDa)};
|
|
l8.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dY(c,a)};l8.prototype.GetNumPositionStepsOverride=function(){return eY(this.nDa)};l8.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fY(c,a)};l8.prototype.GetEnabled=function(){return!!gY(this.nDa)};l8.prototype.IsActive=function(){return!!hY(this.nDa)};l8.prototype.GetUserData=function(){return iY(this.nDa)};
|
|
l8.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jY(c,a)};l8.prototype.ResetWarmStart=function(){kY(this.nDa)};l8.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lY(c,a)};l8.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mY(c,a)};l8.prototype.GetBody1=function(){return l(nY(this.nDa),Body)};l8.prototype.GetBody2=function(){return l(oY(this.nDa),Body)};
|
|
l8.prototype.GetConstraintToBody1Matrix=function(){return l(pY(this.nDa),r)};l8.prototype.GetConstraintToBody2Matrix=function(){return l(qY(this.nDa),r)};l8.prototype.__destroy__=function(){rY(this.nDa)};function M(){this.nDa=sY();h(M)[this.nDa]=this}M.prototype=Object.create(V5.prototype);M.prototype.constructor=M;M.prototype.oDa=M;M.pDa={};d.PathConstraintSettings=M;M.prototype.GetRefCount=function(){return tY(this.nDa)};M.prototype.AddRef=function(){uY(this.nDa)};M.prototype.Release=function(){vY(this.nDa)};
|
|
M.prototype.Create=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(wY(b,a,c),A5)};M.prototype.get_mPath=M.prototype.ELa=function(){return l(xY(this.nDa),B5)};M.prototype.set_mPath=M.prototype.LPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yY(c,a)};Object.defineProperty(M.prototype,"mPath",{get:M.prototype.ELa,set:M.prototype.LPa});M.prototype.get_mPathPosition=M.prototype.GLa=function(){return l(zY(this.nDa),p)};
|
|
M.prototype.set_mPathPosition=M.prototype.NPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);AY(c,a)};Object.defineProperty(M.prototype,"mPathPosition",{get:M.prototype.GLa,set:M.prototype.NPa});M.prototype.get_mPathRotation=M.prototype.HLa=function(){return l(BY(this.nDa),t)};M.prototype.set_mPathRotation=M.prototype.OPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);CY(c,a)};Object.defineProperty(M.prototype,"mPathRotation",{get:M.prototype.HLa,set:M.prototype.OPa});
|
|
M.prototype.get_mPathFraction=M.prototype.FLa=function(){return DY(this.nDa)};M.prototype.set_mPathFraction=M.prototype.MPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);EY(c,a)};Object.defineProperty(M.prototype,"mPathFraction",{get:M.prototype.FLa,set:M.prototype.MPa});M.prototype.get_mMaxFrictionForce=M.prototype.TGa=function(){return FY(this.nDa)};M.prototype.set_mMaxFrictionForce=M.prototype.pIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);GY(c,a)};
|
|
Object.defineProperty(M.prototype,"mMaxFrictionForce",{get:M.prototype.TGa,set:M.prototype.pIa});M.prototype.get_mRotationConstraintType=M.prototype.gMa=function(){return HY(this.nDa)};M.prototype.set_mRotationConstraintType=M.prototype.lQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);IY(c,a)};Object.defineProperty(M.prototype,"mRotationConstraintType",{get:M.prototype.gMa,set:M.prototype.lQa});
|
|
M.prototype.get_mPositionMotorSettings=M.prototype.SLa=function(){return l(JY(this.nDa),d8)};M.prototype.set_mPositionMotorSettings=M.prototype.ZPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);KY(c,a)};Object.defineProperty(M.prototype,"mPositionMotorSettings",{get:M.prototype.SLa,set:M.prototype.ZPa});M.prototype.get_mEnabled=M.prototype.wDa=function(){return!!LY(this.nDa)};
|
|
M.prototype.set_mEnabled=M.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);MY(c,a)};Object.defineProperty(M.prototype,"mEnabled",{get:M.prototype.wDa,set:M.prototype.xDa});M.prototype.get_mNumVelocityStepsOverride=M.prototype.tDa=function(){return NY(this.nDa)};M.prototype.set_mNumVelocityStepsOverride=M.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);OY(c,a)};Object.defineProperty(M.prototype,"mNumVelocityStepsOverride",{get:M.prototype.tDa,set:M.prototype.vDa});
|
|
M.prototype.get_mNumPositionStepsOverride=M.prototype.sDa=function(){return PY(this.nDa)};M.prototype.set_mNumPositionStepsOverride=M.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);QY(c,a)};Object.defineProperty(M.prototype,"mNumPositionStepsOverride",{get:M.prototype.sDa,set:M.prototype.uDa});M.prototype.__destroy__=function(){RY(this.nDa)};function m8(){throw"cannot construct a PathConstraintPathHermite, no constructor in IDL";}m8.prototype=Object.create(B5.prototype);
|
|
m8.prototype.constructor=m8;m8.prototype.oDa=m8;m8.pDa={};d.PathConstraintPathHermite=m8;m8.prototype.AddPoint=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);SY(f,a,c,b)};m8.prototype.IsLooping=function(){return!!TY(this.nDa)};m8.prototype.SetIsLooping=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);UY(c,a)};m8.prototype.GetRefCount=function(){return VY(this.nDa)};m8.prototype.AddRef=function(){WY(this.nDa)};
|
|
m8.prototype.Release=function(){XY(this.nDa)};m8.prototype.__destroy__=function(){YY(this.nDa)};function n8(){this.nDa=ZY();h(n8)[this.nDa]=this}n8.prototype=Object.create(X5.prototype);n8.prototype.constructor=n8;n8.prototype.oDa=n8;n8.pDa={};d.PathConstraintPathJS=n8;n8.prototype.GetPathMaxFraction=function(){return $Y(this.nDa)};n8.prototype.GetClosestPoint=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return aZ(b,a,c)};
|
|
n8.prototype.GetPointOnPath=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);bZ(k,a,c,b,f,g)};n8.prototype.__destroy__=function(){cZ(this.nDa)};function o8(){throw"cannot construct a PathConstraint, no constructor in IDL";}o8.prototype=Object.create(W5.prototype);o8.prototype.constructor=o8;o8.prototype.oDa=o8;o8.pDa={};d.PathConstraint=o8;
|
|
o8.prototype.SetPath=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);dZ(b,a,c)};o8.prototype.GetPath=function(){return l(eZ(this.nDa),B5)};o8.prototype.GetPathFraction=function(){return fZ(this.nDa)};o8.prototype.SetMaxFrictionForce=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gZ(c,a)};o8.prototype.GetMaxFrictionForce=function(){return hZ(this.nDa)};o8.prototype.GetPositionMotorSettings=function(){return l(iZ(this.nDa),d8)};
|
|
o8.prototype.SetPositionMotorState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jZ(c,a)};o8.prototype.GetPositionMotorState=function(){return kZ(this.nDa)};o8.prototype.SetTargetVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lZ(c,a)};o8.prototype.GetTargetVelocity=function(){return mZ(this.nDa)};o8.prototype.SetTargetPathFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nZ(c,a)};o8.prototype.GetTargetPathFraction=function(){return oZ(this.nDa)};
|
|
o8.prototype.GetRefCount=function(){return pZ(this.nDa)};o8.prototype.AddRef=function(){qZ(this.nDa)};o8.prototype.Release=function(){rZ(this.nDa)};o8.prototype.GetType=function(){return sZ(this.nDa)};o8.prototype.GetSubType=function(){return tZ(this.nDa)};o8.prototype.GetConstraintPriority=function(){return uZ(this.nDa)};o8.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vZ(c,a)};
|
|
o8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wZ(c,a)};o8.prototype.GetNumVelocityStepsOverride=function(){return xZ(this.nDa)};o8.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yZ(c,a)};o8.prototype.GetNumPositionStepsOverride=function(){return zZ(this.nDa)};o8.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);AZ(c,a)};o8.prototype.GetEnabled=function(){return!!BZ(this.nDa)};
|
|
o8.prototype.IsActive=function(){return!!CZ(this.nDa)};o8.prototype.GetUserData=function(){return DZ(this.nDa)};o8.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);EZ(c,a)};o8.prototype.ResetWarmStart=function(){FZ(this.nDa)};o8.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);GZ(c,a)};o8.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);HZ(c,a)};
|
|
o8.prototype.GetBody1=function(){return l(IZ(this.nDa),Body)};o8.prototype.GetBody2=function(){return l(JZ(this.nDa),Body)};o8.prototype.GetConstraintToBody1Matrix=function(){return l(KZ(this.nDa),r)};o8.prototype.GetConstraintToBody2Matrix=function(){return l(LZ(this.nDa),r)};o8.prototype.__destroy__=function(){MZ(this.nDa)};function N(){this.nDa=NZ();h(N)[this.nDa]=this}N.prototype=Object.create(V5.prototype);N.prototype.constructor=N;N.prototype.oDa=N;N.pDa={};d.PulleyConstraintSettings=N;
|
|
N.prototype.GetRefCount=function(){return OZ(this.nDa)};N.prototype.AddRef=function(){PZ(this.nDa)};N.prototype.Release=function(){QZ(this.nDa)};N.prototype.Create=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(RZ(b,a,c),A5)};N.prototype.get_mSpace=N.prototype.yDa=function(){return SZ(this.nDa)};N.prototype.set_mSpace=N.prototype.zDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);TZ(c,a)};
|
|
Object.defineProperty(N.prototype,"mSpace",{get:N.prototype.yDa,set:N.prototype.zDa});N.prototype.get_mBodyPoint1=N.prototype.mJa=function(){return l(UZ(this.nDa),x)};N.prototype.set_mBodyPoint1=N.prototype.tNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);VZ(c,a)};Object.defineProperty(N.prototype,"mBodyPoint1",{get:N.prototype.mJa,set:N.prototype.tNa});N.prototype.get_mFixedPoint1=N.prototype.OJa=function(){return l(WZ(this.nDa),x)};
|
|
N.prototype.set_mFixedPoint1=N.prototype.VNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);XZ(c,a)};Object.defineProperty(N.prototype,"mFixedPoint1",{get:N.prototype.OJa,set:N.prototype.VNa});N.prototype.get_mBodyPoint2=N.prototype.nJa=function(){return l(YZ(this.nDa),x)};N.prototype.set_mBodyPoint2=N.prototype.uNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ZZ(c,a)};Object.defineProperty(N.prototype,"mBodyPoint2",{get:N.prototype.nJa,set:N.prototype.uNa});
|
|
N.prototype.get_mFixedPoint2=N.prototype.PJa=function(){return l($Z(this.nDa),x)};N.prototype.set_mFixedPoint2=N.prototype.WNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);a_(c,a)};Object.defineProperty(N.prototype,"mFixedPoint2",{get:N.prototype.PJa,set:N.prototype.WNa});N.prototype.get_mRatio=N.prototype.VEa=function(){return b_(this.nDa)};N.prototype.set_mRatio=N.prototype.KFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c_(c,a)};
|
|
Object.defineProperty(N.prototype,"mRatio",{get:N.prototype.VEa,set:N.prototype.KFa});N.prototype.get_mMinLength=N.prototype.qLa=function(){return d_(this.nDa)};N.prototype.set_mMinLength=N.prototype.xPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);e_(c,a)};Object.defineProperty(N.prototype,"mMinLength",{get:N.prototype.qLa,set:N.prototype.xPa});N.prototype.get_mMaxLength=N.prototype.cLa=function(){return f_(this.nDa)};
|
|
N.prototype.set_mMaxLength=N.prototype.jPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);g_(c,a)};Object.defineProperty(N.prototype,"mMaxLength",{get:N.prototype.cLa,set:N.prototype.jPa});N.prototype.get_mEnabled=N.prototype.wDa=function(){return!!h_(this.nDa)};N.prototype.set_mEnabled=N.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);i_(c,a)};Object.defineProperty(N.prototype,"mEnabled",{get:N.prototype.wDa,set:N.prototype.xDa});
|
|
N.prototype.get_mNumVelocityStepsOverride=N.prototype.tDa=function(){return j_(this.nDa)};N.prototype.set_mNumVelocityStepsOverride=N.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);k_(c,a)};Object.defineProperty(N.prototype,"mNumVelocityStepsOverride",{get:N.prototype.tDa,set:N.prototype.vDa});N.prototype.get_mNumPositionStepsOverride=N.prototype.sDa=function(){return l_(this.nDa)};
|
|
N.prototype.set_mNumPositionStepsOverride=N.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);m_(c,a)};Object.defineProperty(N.prototype,"mNumPositionStepsOverride",{get:N.prototype.sDa,set:N.prototype.uDa});N.prototype.__destroy__=function(){n_(this.nDa)};function p8(){throw"cannot construct a PulleyConstraint, no constructor in IDL";}p8.prototype=Object.create(W5.prototype);p8.prototype.constructor=p8;p8.prototype.oDa=p8;p8.pDa={};d.PulleyConstraint=p8;
|
|
p8.prototype.SetLength=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);o_(b,a,c)};p8.prototype.GetMinLength=function(){return p_(this.nDa)};p8.prototype.GetMaxLength=function(){return q_(this.nDa)};p8.prototype.GetCurrentLength=function(){return r_(this.nDa)};p8.prototype.GetRefCount=function(){return s_(this.nDa)};p8.prototype.AddRef=function(){t_(this.nDa)};p8.prototype.Release=function(){u_(this.nDa)};p8.prototype.GetType=function(){return v_(this.nDa)};
|
|
p8.prototype.GetSubType=function(){return w_(this.nDa)};p8.prototype.GetConstraintPriority=function(){return x_(this.nDa)};p8.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);y_(c,a)};p8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);z_(c,a)};p8.prototype.GetNumVelocityStepsOverride=function(){return A_(this.nDa)};
|
|
p8.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);B_(c,a)};p8.prototype.GetNumPositionStepsOverride=function(){return C_(this.nDa)};p8.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);D_(c,a)};p8.prototype.GetEnabled=function(){return!!E_(this.nDa)};p8.prototype.IsActive=function(){return!!F_(this.nDa)};p8.prototype.GetUserData=function(){return G_(this.nDa)};
|
|
p8.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);H_(c,a)};p8.prototype.ResetWarmStart=function(){I_(this.nDa)};p8.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);J_(c,a)};p8.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);K_(c,a)};p8.prototype.GetBody1=function(){return l(L_(this.nDa),Body)};p8.prototype.GetBody2=function(){return l(M_(this.nDa),Body)};
|
|
p8.prototype.GetConstraintToBody1Matrix=function(){return l(N_(this.nDa),r)};p8.prototype.GetConstraintToBody2Matrix=function(){return l(O_(this.nDa),r)};p8.prototype.__destroy__=function(){P_(this.nDa)};function q8(){this.nDa=Q_();h(q8)[this.nDa]=this}q8.prototype=Object.create(V5.prototype);q8.prototype.constructor=q8;q8.prototype.oDa=q8;q8.pDa={};d.GearConstraintSettings=q8;
|
|
q8.prototype.SetRatio=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);R_(b,a,c)};q8.prototype.GetRefCount=function(){return S_(this.nDa)};q8.prototype.AddRef=function(){T_(this.nDa)};q8.prototype.Release=function(){U_(this.nDa)};q8.prototype.Create=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(V_(b,a,c),A5)};q8.prototype.get_mSpace=q8.prototype.yDa=function(){return W_(this.nDa)};
|
|
q8.prototype.set_mSpace=q8.prototype.zDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);X_(c,a)};Object.defineProperty(q8.prototype,"mSpace",{get:q8.prototype.yDa,set:q8.prototype.zDa});q8.prototype.get_mHingeAxis1=q8.prototype.FGa=function(){return l(Y_(this.nDa),p)};q8.prototype.set_mHingeAxis1=q8.prototype.bIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Z_(c,a)};Object.defineProperty(q8.prototype,"mHingeAxis1",{get:q8.prototype.FGa,set:q8.prototype.bIa});
|
|
q8.prototype.get_mHingeAxis2=q8.prototype.GGa=function(){return l($_(this.nDa),p)};q8.prototype.set_mHingeAxis2=q8.prototype.cIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);a0(c,a)};Object.defineProperty(q8.prototype,"mHingeAxis2",{get:q8.prototype.GGa,set:q8.prototype.cIa});q8.prototype.get_mRatio=q8.prototype.VEa=function(){return b0(this.nDa)};q8.prototype.set_mRatio=q8.prototype.KFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c0(c,a)};
|
|
Object.defineProperty(q8.prototype,"mRatio",{get:q8.prototype.VEa,set:q8.prototype.KFa});q8.prototype.get_mEnabled=q8.prototype.wDa=function(){return!!d0(this.nDa)};q8.prototype.set_mEnabled=q8.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);e0(c,a)};Object.defineProperty(q8.prototype,"mEnabled",{get:q8.prototype.wDa,set:q8.prototype.xDa});q8.prototype.get_mNumVelocityStepsOverride=q8.prototype.tDa=function(){return f0(this.nDa)};
|
|
q8.prototype.set_mNumVelocityStepsOverride=q8.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);g0(c,a)};Object.defineProperty(q8.prototype,"mNumVelocityStepsOverride",{get:q8.prototype.tDa,set:q8.prototype.vDa});q8.prototype.get_mNumPositionStepsOverride=q8.prototype.sDa=function(){return h0(this.nDa)};q8.prototype.set_mNumPositionStepsOverride=q8.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);i0(c,a)};
|
|
Object.defineProperty(q8.prototype,"mNumPositionStepsOverride",{get:q8.prototype.sDa,set:q8.prototype.uDa});q8.prototype.__destroy__=function(){j0(this.nDa)};function r8(){throw"cannot construct a GearConstraint, no constructor in IDL";}r8.prototype=Object.create(W5.prototype);r8.prototype.constructor=r8;r8.prototype.oDa=r8;r8.pDa={};d.GearConstraint=r8;r8.prototype.SetConstraints=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);k0(b,a,c)};
|
|
r8.prototype.GetTotalLambda=function(){return l0(this.nDa)};r8.prototype.GetRefCount=function(){return m0(this.nDa)};r8.prototype.AddRef=function(){n0(this.nDa)};r8.prototype.Release=function(){o0(this.nDa)};r8.prototype.GetType=function(){return p0(this.nDa)};r8.prototype.GetSubType=function(){return q0(this.nDa)};r8.prototype.GetConstraintPriority=function(){return r0(this.nDa)};r8.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);s0(c,a)};
|
|
r8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);t0(c,a)};r8.prototype.GetNumVelocityStepsOverride=function(){return u0(this.nDa)};r8.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);v0(c,a)};r8.prototype.GetNumPositionStepsOverride=function(){return w0(this.nDa)};r8.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);x0(c,a)};r8.prototype.GetEnabled=function(){return!!y0(this.nDa)};
|
|
r8.prototype.IsActive=function(){return!!z0(this.nDa)};r8.prototype.GetUserData=function(){return A0(this.nDa)};r8.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);B0(c,a)};r8.prototype.ResetWarmStart=function(){C0(this.nDa)};r8.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);D0(c,a)};r8.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);E0(c,a)};
|
|
r8.prototype.GetBody1=function(){return l(F0(this.nDa),Body)};r8.prototype.GetBody2=function(){return l(G0(this.nDa),Body)};r8.prototype.GetConstraintToBody1Matrix=function(){return l(H0(this.nDa),r)};r8.prototype.GetConstraintToBody2Matrix=function(){return l(I0(this.nDa),r)};r8.prototype.__destroy__=function(){J0(this.nDa)};function s8(){this.nDa=K0();h(s8)[this.nDa]=this}s8.prototype=Object.create(V5.prototype);s8.prototype.constructor=s8;s8.prototype.oDa=s8;s8.pDa={};
|
|
d.RackAndPinionConstraintSettings=s8;s8.prototype.SetRatio=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);L0(f,a,c,b)};s8.prototype.GetRefCount=function(){return M0(this.nDa)};s8.prototype.AddRef=function(){N0(this.nDa)};s8.prototype.Release=function(){O0(this.nDa)};s8.prototype.Create=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(P0(b,a,c),A5)};
|
|
s8.prototype.get_mSpace=s8.prototype.yDa=function(){return Q0(this.nDa)};s8.prototype.set_mSpace=s8.prototype.zDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);R0(c,a)};Object.defineProperty(s8.prototype,"mSpace",{get:s8.prototype.yDa,set:s8.prototype.zDa});s8.prototype.get_mHingeAxis=s8.prototype.YJa=function(){return l(S0(this.nDa),p)};s8.prototype.set_mHingeAxis=s8.prototype.eOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);T0(c,a)};
|
|
Object.defineProperty(s8.prototype,"mHingeAxis",{get:s8.prototype.YJa,set:s8.prototype.eOa});s8.prototype.get_mSliderAxis=s8.prototype.qMa=function(){return l(U0(this.nDa),p)};s8.prototype.set_mSliderAxis=s8.prototype.vQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);V0(c,a)};Object.defineProperty(s8.prototype,"mSliderAxis",{get:s8.prototype.qMa,set:s8.prototype.vQa});s8.prototype.get_mRatio=s8.prototype.VEa=function(){return W0(this.nDa)};
|
|
s8.prototype.set_mRatio=s8.prototype.KFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);X0(c,a)};Object.defineProperty(s8.prototype,"mRatio",{get:s8.prototype.VEa,set:s8.prototype.KFa});s8.prototype.get_mEnabled=s8.prototype.wDa=function(){return!!Y0(this.nDa)};s8.prototype.set_mEnabled=s8.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Z0(c,a)};Object.defineProperty(s8.prototype,"mEnabled",{get:s8.prototype.wDa,set:s8.prototype.xDa});
|
|
s8.prototype.get_mNumVelocityStepsOverride=s8.prototype.tDa=function(){return $0(this.nDa)};s8.prototype.set_mNumVelocityStepsOverride=s8.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);a1(c,a)};Object.defineProperty(s8.prototype,"mNumVelocityStepsOverride",{get:s8.prototype.tDa,set:s8.prototype.vDa});s8.prototype.get_mNumPositionStepsOverride=s8.prototype.sDa=function(){return b1(this.nDa)};
|
|
s8.prototype.set_mNumPositionStepsOverride=s8.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c1(c,a)};Object.defineProperty(s8.prototype,"mNumPositionStepsOverride",{get:s8.prototype.sDa,set:s8.prototype.uDa});s8.prototype.__destroy__=function(){d1(this.nDa)};function t8(){throw"cannot construct a RackAndPinionConstraint, no constructor in IDL";}t8.prototype=Object.create(W5.prototype);t8.prototype.constructor=t8;t8.prototype.oDa=t8;t8.pDa={};
|
|
d.RackAndPinionConstraint=t8;t8.prototype.SetConstraints=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);e1(b,a,c)};t8.prototype.GetTotalLambda=function(){return f1(this.nDa)};t8.prototype.GetRefCount=function(){return g1(this.nDa)};t8.prototype.AddRef=function(){h1(this.nDa)};t8.prototype.Release=function(){i1(this.nDa)};t8.prototype.GetType=function(){return j1(this.nDa)};t8.prototype.GetSubType=function(){return k1(this.nDa)};
|
|
t8.prototype.GetConstraintPriority=function(){return l1(this.nDa)};t8.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);m1(c,a)};t8.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);n1(c,a)};t8.prototype.GetNumVelocityStepsOverride=function(){return o1(this.nDa)};t8.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);p1(c,a)};
|
|
t8.prototype.GetNumPositionStepsOverride=function(){return q1(this.nDa)};t8.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);r1(c,a)};t8.prototype.GetEnabled=function(){return!!s1(this.nDa)};t8.prototype.IsActive=function(){return!!t1(this.nDa)};t8.prototype.GetUserData=function(){return u1(this.nDa)};t8.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);v1(c,a)};t8.prototype.ResetWarmStart=function(){w1(this.nDa)};
|
|
t8.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);x1(c,a)};t8.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);y1(c,a)};t8.prototype.GetBody1=function(){return l(z1(this.nDa),Body)};t8.prototype.GetBody2=function(){return l(A1(this.nDa),Body)};t8.prototype.GetConstraintToBody1Matrix=function(){return l(B1(this.nDa),r)};t8.prototype.GetConstraintToBody2Matrix=function(){return l(C1(this.nDa),r)};t8.prototype.__destroy__=function(){D1(this.nDa)};
|
|
function N5(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=void 0===a?E1():F1(a);h(N5)[this.nDa]=this}N5.prototype=Object.create(e.prototype);N5.prototype.constructor=N5;N5.prototype.oDa=N5;N5.pDa={};d.BodyID=N5;N5.prototype.GetIndex=function(){return G1(this.nDa)};N5.prototype.GetIndexAndSequenceNumber=N5.prototype.XIa=function(){return H1(this.nDa)};N5.prototype.__destroy__=function(){I1(this.nDa)};function c6(){this.nDa=J1();h(c6)[this.nDa]=this}c6.prototype=Object.create(e.prototype);
|
|
c6.prototype.constructor=c6;c6.prototype.oDa=c6;c6.pDa={};d.SubShapeID=c6;c6.prototype.GetValue=function(){return K1(this.nDa)};c6.prototype.SetValue=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);L1(c,a)};c6.prototype.__destroy__=function(){M1(this.nDa)};function u8(){this.nDa=N1();h(u8)[this.nDa]=this}u8.prototype=Object.create(Z5.prototype);u8.prototype.constructor=u8;u8.prototype.oDa=u8;u8.pDa={};d.GroupFilterJS=u8;
|
|
u8.prototype.CanCollide=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return!!O1(b,a,c)};u8.prototype.__destroy__=function(){P1(this.nDa)};function v8(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=Q1(a);h(v8)[this.nDa]=this}v8.prototype=Object.create(Z5.prototype);v8.prototype.constructor=v8;v8.prototype.oDa=v8;v8.pDa={};d.GroupFilterTable=v8;
|
|
v8.prototype.DisableCollision=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);R1(b,a,c)};v8.prototype.EnableCollision=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);S1(b,a,c)};v8.prototype.IsCollisionEnabled=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return!!T1(b,a,c)};v8.prototype.GetRefCount=function(){return U1(this.nDa)};v8.prototype.AddRef=function(){V1(this.nDa)};
|
|
v8.prototype.Release=function(){W1(this.nDa)};v8.prototype.__destroy__=function(){X1(this.nDa)};function r6(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=void 0===a?Y1():void 0===c?_emscripten_bind_CollisionGroup_CollisionGroup_1(a):void 0===b?_emscripten_bind_CollisionGroup_CollisionGroup_2(a,c):Z1(a,c,b);h(r6)[this.nDa]=this}r6.prototype=Object.create(e.prototype);r6.prototype.constructor=r6;r6.prototype.oDa=r6;r6.pDa={};
|
|
d.CollisionGroup=r6;r6.prototype.SetGroupFilter=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$1(c,a)};r6.prototype.GetGroupFilter=function(){return l(a2(this.nDa),Z5)};r6.prototype.SetGroupID=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);b2(c,a)};r6.prototype.GetGroupID=function(){return c2(this.nDa)};r6.prototype.SetSubGroupID=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);d2(c,a)};r6.prototype.GetSubGroupID=function(){return e2(this.nDa)};
|
|
r6.prototype.__destroy__=function(){f2(this.nDa)};function Body(){throw"cannot construct a Body, no constructor in IDL";}Body.prototype=Object.create(e.prototype);Body.prototype.constructor=Body;Body.prototype.oDa=Body;Body.pDa={};d.Body=Body;Body.prototype.GetID=function(){return l(g2(this.nDa),N5)};Body.prototype.IsActive=function(){return!!h2(this.nDa)};Body.prototype.IsRigidBody=function(){return!!i2(this.nDa)};Body.prototype.IsSoftBody=function(){return!!j2(this.nDa)};
|
|
Body.prototype.IsStatic=function(){return!!k2(this.nDa)};Body.prototype.IsKinematic=function(){return!!l2(this.nDa)};Body.prototype.IsDynamic=function(){return!!m2(this.nDa)};Body.prototype.CanBeKinematicOrDynamic=function(){return!!n2(this.nDa)};Body.prototype.GetBodyType=function(){return o2(this.nDa)};Body.prototype.GetMotionType=function(){return p2(this.nDa)};Body.prototype.SetIsSensor=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);q2(c,a)};Body.prototype.IsSensor=function(){return!!r2(this.nDa)};
|
|
Body.prototype.SetCollideKinematicVsNonDynamic=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);s2(c,a)};Body.prototype.GetCollideKinematicVsNonDynamic=function(){return!!t2(this.nDa)};Body.prototype.SetUseManifoldReduction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);u2(c,a)};Body.prototype.GetUseManifoldReduction=function(){return!!v2(this.nDa)};Body.prototype.SetApplyGyroscopicForce=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);w2(c,a)};
|
|
Body.prototype.GetApplyGyroscopicForce=function(){return!!x2(this.nDa)};Body.prototype.SetEnhancedInternalEdgeRemoval=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);y2(c,a)};Body.prototype.GetEnhancedInternalEdgeRemoval=function(){return!!z2(this.nDa)};Body.prototype.GetObjectLayer=function(){return A2(this.nDa)};Body.prototype.GetCollisionGroup=function(){return l(B2(this.nDa),r6)};Body.prototype.GetAllowSleeping=function(){return!!C2(this.nDa)};
|
|
Body.prototype.SetAllowSleeping=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);D2(c,a)};Body.prototype.ResetSleepTimer=function(){E2(this.nDa)};Body.prototype.GetFriction=function(){return F2(this.nDa)};Body.prototype.SetFriction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);G2(c,a)};Body.prototype.GetRestitution=function(){return H2(this.nDa)};Body.prototype.SetRestitution=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);I2(c,a)};
|
|
Body.prototype.GetLinearVelocity=function(){return l(J2(this.nDa),p)};Body.prototype.SetLinearVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);K2(c,a)};Body.prototype.SetLinearVelocityClamped=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);L2(c,a)};Body.prototype.GetAngularVelocity=function(){return l(M2(this.nDa),p)};Body.prototype.SetAngularVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);N2(c,a)};
|
|
Body.prototype.SetAngularVelocityClamped=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);O2(c,a)};Body.prototype.AddForce=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);void 0===c?P2(b,a):Q2(b,a,c)};Body.prototype.AddTorque=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);R2(c,a)};Body.prototype.GetAccumulatedForce=function(){return l(S2(this.nDa),p)};Body.prototype.GetAccumulatedTorque=function(){return l(T2(this.nDa),p)};
|
|
Body.prototype.ResetForce=function(){U2(this.nDa)};Body.prototype.ResetTorque=function(){V2(this.nDa)};Body.prototype.ResetMotion=function(){W2(this.nDa)};Body.prototype.AddImpulse=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);void 0===c?X2(b,a):Y2(b,a,c)};Body.prototype.AddAngularImpulse=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Z2(c,a)};
|
|
Body.prototype.MoveKinematic=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);$2(f,a,c,b)};
|
|
Body.prototype.ApplyBuoyancyImpulse=function(a,c,b,f,g,k,u,L){var oa=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);L&&"object"===typeof L&&(L=L.nDa);return!!a3(oa,a,c,b,f,g,k,u,L)};Body.prototype.IsInBroadPhase=function(){return!!b3(this.nDa)};
|
|
Body.prototype.GetInverseInertia=function(){return l(c3(this.nDa),r)};Body.prototype.GetShape=function(){return l(d3(this.nDa),m)};Body.prototype.GetPosition=function(){return l(e3(this.nDa),x)};Body.prototype.GetRotation=function(){return l(f3(this.nDa),t)};Body.prototype.GetWorldTransform=function(){return l(g3(this.nDa),C)};Body.prototype.GetCenterOfMassPosition=function(){return l(h3(this.nDa),x)};Body.prototype.GetCenterOfMassTransform=function(){return l(i3(this.nDa),C)};
|
|
Body.prototype.GetInverseCenterOfMassTransform=function(){return l(j3(this.nDa),C)};Body.prototype.GetWorldSpaceBounds=function(){return l(k3(this.nDa),n)};Body.prototype.GetTransformedShape=function(){return l(l3(this.nDa),q)};Body.prototype.GetBodyCreationSettings=function(){return l(m3(this.nDa),w)};Body.prototype.GetSoftBodyCreationSettings=function(){return l(n3(this.nDa),O)};Body.prototype.GetMotionProperties=function(){return l(o3(this.nDa),Y5)};
|
|
Body.prototype.GetWorldSpaceSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(p3(b,a,c),p)};Body.prototype.GetUserData=function(){return q3(this.nDa)};Body.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);r3(c,a)};Body.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);s3(c,a)};
|
|
Body.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);t3(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.oDa=w8;w8.pDa={};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.oDa=P;P.pDa={};d.BodyInterface=P;
|
|
P.prototype.CreateBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(u3(c,a),Body)};P.prototype.CreateSoftBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(v3(c,a),Body)};P.prototype.CreateBodyWithID=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(w3(b,a,c),Body)};
|
|
P.prototype.CreateSoftBodyWithID=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(x3(b,a,c),Body)};P.prototype.CreateBodyWithoutID=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(y3(c,a),Body)};P.prototype.CreateSoftBodyWithoutID=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(z3(c,a),Body)};P.prototype.DestroyBodyWithoutID=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);A3(c,a)};
|
|
P.prototype.AssignBodyID=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return void 0===c?!!B3(b,a):!!C3(b,a,c)};P.prototype.UnassignBodyID=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(D3(c,a),Body)};P.prototype.UnassignBodyIDs=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);E3(f,a,c,b)};
|
|
P.prototype.DestroyBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);F3(c,a)};P.prototype.DestroyBodies=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);G3(b,a,c)};P.prototype.AddBody=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);H3(b,a,c)};P.prototype.RemoveBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);I3(c,a)};
|
|
P.prototype.IsAdded=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!J3(c,a)};P.prototype.CreateAndAddBody=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(K3(b,a,c),N5)};P.prototype.CreateAndAddSoftBody=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(L3(b,a,c),N5)};
|
|
P.prototype.AddBodiesPrepare=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(M3(b,a,c),w8)};P.prototype.AddBodiesFinalize=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);N3(g,a,c,b,f)};
|
|
P.prototype.AddBodiesAbort=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);O3(f,a,c,b)};P.prototype.RemoveBodies=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);P3(b,a,c)};P.prototype.CreateConstraint=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return l(Q3(f,a,c,b),W5)};
|
|
P.prototype.ActivateConstraint=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);R3(c,a)};P.prototype.GetShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(S3(c,a),m)};P.prototype.SetShape=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);T3(g,a,c,b,f)};
|
|
P.prototype.NotifyShapeChanged=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);U3(g,a,c,b,f)};P.prototype.SetObjectLayer=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);V3(b,a,c)};P.prototype.GetObjectLayer=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return W3(c,a)};
|
|
P.prototype.SetPositionAndRotation=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);X3(g,a,c,b,f)};P.prototype.SetPositionAndRotationWhenChanged=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);Y3(g,a,c,b,f)};
|
|
P.prototype.GetPositionAndRotation=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);Z3(f,a,c,b)};P.prototype.SetPosition=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);$3(f,a,c,b)};P.prototype.GetPosition=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(a4(c,a),x)};
|
|
P.prototype.SetRotation=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);b4(f,a,c,b)};P.prototype.GetRotation=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(c4(c,a),t)};P.prototype.GetWorldTransform=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(d4(c,a),C)};
|
|
P.prototype.GetCenterOfMassTransform=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(e4(c,a),C)};P.prototype.SetLinearAndAngularVelocity=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f4(f,a,c,b)};P.prototype.GetLinearAndAngularVelocity=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);g4(f,a,c,b)};
|
|
P.prototype.SetLinearVelocity=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);h4(b,a,c)};P.prototype.GetLinearVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(i4(c,a),p)};P.prototype.AddLinearVelocity=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);j4(b,a,c)};
|
|
P.prototype.AddLinearAndAngularVelocity=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);k4(f,a,c,b)};P.prototype.SetAngularVelocity=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);l4(b,a,c)};P.prototype.GetAngularVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(m4(c,a),p)};
|
|
P.prototype.GetPointVelocity=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(n4(b,a,c),p)};P.prototype.SetPositionRotationAndVelocity=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);o4(k,a,c,b,f,g)};
|
|
P.prototype.MoveKinematic=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);p4(g,a,c,b,f)};P.prototype.ActivateBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);q4(c,a)};P.prototype.ActivateBodies=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);r4(b,a,c)};
|
|
P.prototype.ActivateBodiesInAABox=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);s4(f,a,c,b)};P.prototype.DeactivateBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);t4(c,a)};P.prototype.DeactivateBodies=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);u4(b,a,c)};
|
|
P.prototype.IsActive=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!v4(c,a)};P.prototype.ResetSleepTimer=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);w4(c,a)};P.prototype.GetBodyType=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return x4(c,a)};P.prototype.SetMotionType=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);y4(f,a,c,b)};
|
|
P.prototype.GetMotionType=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return z4(c,a)};P.prototype.SetMotionQuality=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);A4(b,a,c)};P.prototype.GetMotionQuality=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return B4(c,a)};P.prototype.GetInverseInertia=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(C4(c,a),r)};
|
|
P.prototype.SetRestitution=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);D4(b,a,c)};P.prototype.GetRestitution=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return E4(c,a)};P.prototype.SetFriction=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);F4(b,a,c)};P.prototype.GetFriction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return G4(c,a)};
|
|
P.prototype.SetGravityFactor=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);H4(b,a,c)};P.prototype.GetGravityFactor=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return I4(c,a)};P.prototype.SetMaxLinearVelocity=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);J4(b,a,c)};P.prototype.GetMaxLinearVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return K4(c,a)};
|
|
P.prototype.SetMaxAngularVelocity=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);L4(b,a,c)};P.prototype.GetMaxAngularVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return M4(c,a)};P.prototype.SetUseManifoldReduction=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);N4(b,a,c)};
|
|
P.prototype.GetUseManifoldReduction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!O4(c,a)};P.prototype.SetIsSensor=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);P4(b,a,c)};P.prototype.IsSensor=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!Q4(c,a)};P.prototype.SetCollisionGroup=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);R4(b,a,c)};
|
|
P.prototype.GetCollisionGroup=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(S4(c,a),r6)};P.prototype.AddForce=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);void 0===f?T4(g,a,c,b):U4(g,a,c,b,f)};
|
|
P.prototype.AddTorque=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);V4(f,a,c,b)};P.prototype.AddForceAndTorque=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);W4(g,a,c,b,f)};
|
|
P.prototype.ApplyBuoyancyImpulse=function(a,c,b,f,g,k,u,L,oa){var Vb=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);L&&"object"===typeof L&&(L=L.nDa);oa&&"object"===typeof oa&&(oa=oa.nDa);return!!X4(Vb,a,c,b,f,g,k,u,L,oa)};
|
|
P.prototype.AddImpulse=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);void 0===b?Y4(f,a,c):Z4(f,a,c,b)};P.prototype.AddAngularImpulse=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);$4(b,a,c)};P.prototype.GetTransformedShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(a5(c,a),q)};
|
|
P.prototype.GetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return b5(c,a)};P.prototype.SetUserData=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);c5(b,a,c)};P.prototype.GetMaterial=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(d5(b,a,c),y5)};P.prototype.InvalidateContactCache=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);e5(c,a)};
|
|
P.prototype.__destroy__=function(){f5(this.nDa)};function x8(){this.nDa=g5();h(x8)[this.nDa]=this}x8.prototype=Object.create($5.prototype);x8.prototype.constructor=x8;x8.prototype.oDa=x8;x8.pDa={};d.StateRecorderFilterJS=x8;x8.prototype.ShouldSaveBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!h5(c,a)};x8.prototype.ShouldSaveConstraint=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!i5(c,a)};
|
|
x8.prototype.ShouldSaveContact=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return!!j5(b,a,c)};x8.prototype.ShouldRestoreContact=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return!!k5(b,a,c)};x8.prototype.__destroy__=function(){l5(this.nDa)};function y8(){this.nDa=m5();h(y8)[this.nDa]=this}y8.prototype=Object.create(a6.prototype);y8.prototype.constructor=y8;y8.prototype.oDa=y8;y8.pDa={};
|
|
d.StateRecorderJS=y8;y8.prototype.ReadBytes=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);n5(b,a,c)};y8.prototype.WriteBytes=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);o5(b,a,c)};y8.prototype.IsEOF=function(){return!!haa(this.nDa)};y8.prototype.IsFailed=function(){return!!iaa(this.nDa)};y8.prototype.__destroy__=function(){jaa(this.nDa)};function z8(){this.nDa=kaa();h(z8)[this.nDa]=this}
|
|
z8.prototype=Object.create(C5.prototype);z8.prototype.constructor=z8;z8.prototype.oDa=z8;z8.pDa={};d.StateRecorderImpl=z8;z8.prototype.Clear=function(){laa(this.nDa)};z8.prototype.Rewind=z8.prototype.Rewind=function(){maa(this.nDa)};z8.prototype.IsEqual=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!naa(c,a)};z8.prototype.SetValidating=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oaa(c,a)};z8.prototype.IsValidating=function(){return!!paa(this.nDa)};
|
|
z8.prototype.SetIsLastPart=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qaa(c,a)};z8.prototype.IsLastPart=function(){return!!raa(this.nDa)};z8.prototype.__destroy__=function(){saa(this.nDa)};function A8(){throw"cannot construct a BodyLockInterfaceNoLock, no constructor in IDL";}A8.prototype=Object.create(b6.prototype);A8.prototype.constructor=A8;A8.prototype.oDa=A8;A8.pDa={};d.BodyLockInterfaceNoLock=A8;
|
|
A8.prototype.TryGetBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(taa(c,a),Body)};A8.prototype.__destroy__=function(){uaa(this.nDa)};function B8(){throw"cannot construct a BodyLockInterfaceLocking, no constructor in IDL";}B8.prototype=Object.create(b6.prototype);B8.prototype.constructor=B8;B8.prototype.oDa=B8;B8.pDa={};d.BodyLockInterfaceLocking=B8;B8.prototype.TryGetBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(vaa(c,a),Body)};
|
|
B8.prototype.__destroy__=function(){waa(this.nDa)};function Q(){this.nDa=xaa();h(Q)[this.nDa]=this}Q.prototype=Object.create(e.prototype);Q.prototype.constructor=Q;Q.prototype.oDa=Q;Q.pDa={};d.PhysicsSettings=Q;Q.prototype.get_mMaxInFlightBodyPairs=Q.prototype.aLa=function(){return yaa(this.nDa)};Q.prototype.set_mMaxInFlightBodyPairs=Q.prototype.hPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zaa(c,a)};
|
|
Object.defineProperty(Q.prototype,"mMaxInFlightBodyPairs",{get:Q.prototype.aLa,set:Q.prototype.hPa});Q.prototype.get_mStepListenersBatchSize=Q.prototype.wMa=function(){return Aaa(this.nDa)};Q.prototype.set_mStepListenersBatchSize=Q.prototype.BQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Baa(c,a)};Object.defineProperty(Q.prototype,"mStepListenersBatchSize",{get:Q.prototype.wMa,set:Q.prototype.BQa});Q.prototype.get_mStepListenerBatchesPerJob=Q.prototype.vMa=function(){return Caa(this.nDa)};
|
|
Q.prototype.set_mStepListenerBatchesPerJob=Q.prototype.AQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Daa(c,a)};Object.defineProperty(Q.prototype,"mStepListenerBatchesPerJob",{get:Q.prototype.vMa,set:Q.prototype.AQa});Q.prototype.get_mBaumgarte=Q.prototype.dJa=function(){return Eaa(this.nDa)};Q.prototype.set_mBaumgarte=Q.prototype.kNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Faa(c,a)};Object.defineProperty(Q.prototype,"mBaumgarte",{get:Q.prototype.dJa,set:Q.prototype.kNa});
|
|
Q.prototype.get_mSpeculativeContactDistance=Q.prototype.tMa=function(){return Gaa(this.nDa)};Q.prototype.set_mSpeculativeContactDistance=Q.prototype.yQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Haa(c,a)};Object.defineProperty(Q.prototype,"mSpeculativeContactDistance",{get:Q.prototype.tMa,set:Q.prototype.yQa});Q.prototype.get_mPenetrationSlop=Q.prototype.JLa=function(){return Iaa(this.nDa)};
|
|
Q.prototype.set_mPenetrationSlop=Q.prototype.QPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jaa(c,a)};Object.defineProperty(Q.prototype,"mPenetrationSlop",{get:Q.prototype.JLa,set:Q.prototype.QPa});Q.prototype.get_mLinearCastThreshold=Q.prototype.IKa=function(){return Kaa(this.nDa)};Q.prototype.set_mLinearCastThreshold=Q.prototype.POa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Laa(c,a)};
|
|
Object.defineProperty(Q.prototype,"mLinearCastThreshold",{get:Q.prototype.IKa,set:Q.prototype.POa});Q.prototype.get_mLinearCastMaxPenetration=Q.prototype.HKa=function(){return Maa(this.nDa)};Q.prototype.set_mLinearCastMaxPenetration=Q.prototype.OOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Naa(c,a)};Object.defineProperty(Q.prototype,"mLinearCastMaxPenetration",{get:Q.prototype.HKa,set:Q.prototype.OOa});Q.prototype.get_mManifoldTolerance=Q.prototype.MKa=function(){return Oaa(this.nDa)};
|
|
Q.prototype.set_mManifoldTolerance=Q.prototype.TOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Paa(c,a)};Object.defineProperty(Q.prototype,"mManifoldTolerance",{get:Q.prototype.MKa,set:Q.prototype.TOa});Q.prototype.get_mMaxPenetrationDistance=Q.prototype.eLa=function(){return Qaa(this.nDa)};Q.prototype.set_mMaxPenetrationDistance=Q.prototype.lPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Raa(c,a)};
|
|
Object.defineProperty(Q.prototype,"mMaxPenetrationDistance",{get:Q.prototype.eLa,set:Q.prototype.lPa});Q.prototype.get_mBodyPairCacheMaxDeltaPositionSq=Q.prototype.lJa=function(){return Saa(this.nDa)};Q.prototype.set_mBodyPairCacheMaxDeltaPositionSq=Q.prototype.sNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Taa(c,a)};Object.defineProperty(Q.prototype,"mBodyPairCacheMaxDeltaPositionSq",{get:Q.prototype.lJa,set:Q.prototype.sNa});
|
|
Q.prototype.get_mBodyPairCacheCosMaxDeltaRotationDiv2=Q.prototype.kJa=function(){return Uaa(this.nDa)};Q.prototype.set_mBodyPairCacheCosMaxDeltaRotationDiv2=Q.prototype.rNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Vaa(c,a)};Object.defineProperty(Q.prototype,"mBodyPairCacheCosMaxDeltaRotationDiv2",{get:Q.prototype.kJa,set:Q.prototype.rNa});Q.prototype.get_mContactNormalCosMaxDeltaRotation=Q.prototype.CJa=function(){return Waa(this.nDa)};
|
|
Q.prototype.set_mContactNormalCosMaxDeltaRotation=Q.prototype.JNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Xaa(c,a)};Object.defineProperty(Q.prototype,"mContactNormalCosMaxDeltaRotation",{get:Q.prototype.CJa,set:Q.prototype.JNa});Q.prototype.get_mContactPointPreserveLambdaMaxDistSq=Q.prototype.DJa=function(){return Yaa(this.nDa)};Q.prototype.set_mContactPointPreserveLambdaMaxDistSq=Q.prototype.KNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Zaa(c,a)};
|
|
Object.defineProperty(Q.prototype,"mContactPointPreserveLambdaMaxDistSq",{get:Q.prototype.DJa,set:Q.prototype.KNa});Q.prototype.get_mNumVelocitySteps=Q.prototype.yLa=function(){return $aa(this.nDa)};Q.prototype.set_mNumVelocitySteps=Q.prototype.FPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aba(c,a)};Object.defineProperty(Q.prototype,"mNumVelocitySteps",{get:Q.prototype.yLa,set:Q.prototype.FPa});Q.prototype.get_mNumPositionSteps=Q.prototype.xLa=function(){return bba(this.nDa)};
|
|
Q.prototype.set_mNumPositionSteps=Q.prototype.EPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cba(c,a)};Object.defineProperty(Q.prototype,"mNumPositionSteps",{get:Q.prototype.xLa,set:Q.prototype.EPa});Q.prototype.get_mMinVelocityForRestitution=Q.prototype.tLa=function(){return dba(this.nDa)};Q.prototype.set_mMinVelocityForRestitution=Q.prototype.APa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eba(c,a)};
|
|
Object.defineProperty(Q.prototype,"mMinVelocityForRestitution",{get:Q.prototype.tLa,set:Q.prototype.APa});Q.prototype.get_mTimeBeforeSleep=Q.prototype.CMa=function(){return fba(this.nDa)};Q.prototype.set_mTimeBeforeSleep=Q.prototype.HQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gba(c,a)};Object.defineProperty(Q.prototype,"mTimeBeforeSleep",{get:Q.prototype.CMa,set:Q.prototype.HQa});Q.prototype.get_mPointVelocitySleepThreshold=Q.prototype.QLa=function(){return hba(this.nDa)};
|
|
Q.prototype.set_mPointVelocitySleepThreshold=Q.prototype.XPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);iba(c,a)};Object.defineProperty(Q.prototype,"mPointVelocitySleepThreshold",{get:Q.prototype.QLa,set:Q.prototype.XPa});Q.prototype.get_mDeterministicSimulation=Q.prototype.HJa=function(){return!!jba(this.nDa)};Q.prototype.set_mDeterministicSimulation=Q.prototype.ONa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kba(c,a)};
|
|
Object.defineProperty(Q.prototype,"mDeterministicSimulation",{get:Q.prototype.HJa,set:Q.prototype.ONa});Q.prototype.get_mConstraintWarmStart=Q.prototype.AJa=function(){return!!lba(this.nDa)};Q.prototype.set_mConstraintWarmStart=Q.prototype.HNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mba(c,a)};Object.defineProperty(Q.prototype,"mConstraintWarmStart",{get:Q.prototype.AJa,set:Q.prototype.HNa});Q.prototype.get_mUseBodyPairContactCache=Q.prototype.MMa=function(){return!!nba(this.nDa)};
|
|
Q.prototype.set_mUseBodyPairContactCache=Q.prototype.RQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oba(c,a)};Object.defineProperty(Q.prototype,"mUseBodyPairContactCache",{get:Q.prototype.MMa,set:Q.prototype.RQa});Q.prototype.get_mUseManifoldReduction=Q.prototype.gFa=function(){return!!pba(this.nDa)};Q.prototype.set_mUseManifoldReduction=Q.prototype.WFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qba(c,a)};
|
|
Object.defineProperty(Q.prototype,"mUseManifoldReduction",{get:Q.prototype.gFa,set:Q.prototype.WFa});Q.prototype.get_mUseLargeIslandSplitter=Q.prototype.NMa=function(){return!!rba(this.nDa)};Q.prototype.set_mUseLargeIslandSplitter=Q.prototype.SQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sba(c,a)};Object.defineProperty(Q.prototype,"mUseLargeIslandSplitter",{get:Q.prototype.NMa,set:Q.prototype.SQa});Q.prototype.get_mAllowSleeping=Q.prototype.eEa=function(){return!!tba(this.nDa)};
|
|
Q.prototype.set_mAllowSleeping=Q.prototype.nEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uba(c,a)};Object.defineProperty(Q.prototype,"mAllowSleeping",{get:Q.prototype.eEa,set:Q.prototype.nEa});Q.prototype.get_mCheckActiveEdges=Q.prototype.wJa=function(){return!!vba(this.nDa)};Q.prototype.set_mCheckActiveEdges=Q.prototype.DNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wba(c,a)};Object.defineProperty(Q.prototype,"mCheckActiveEdges",{get:Q.prototype.wJa,set:Q.prototype.DNa});
|
|
Q.prototype.__destroy__=function(){xba(this.nDa)};function d6(){throw"cannot construct a CollideShapeResultFace, no constructor in IDL";}d6.prototype=Object.create(e.prototype);d6.prototype.constructor=d6;d6.prototype.oDa=d6;d6.pDa={};d.CollideShapeResultFace=d6;d6.prototype.empty=d6.prototype.empty=function(){return!!yba(this.nDa)};d6.prototype.size=d6.prototype.size=function(){return zba(this.nDa)};
|
|
d6.prototype.at=d6.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Aba(c,a),p)};d6.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bba(c,a)};d6.prototype.resize=d6.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Cba(c,a)};d6.prototype.clear=d6.prototype.clear=function(){Dba(this.nDa)};d6.prototype.__destroy__=function(){Eba(this.nDa)};
|
|
function C8(){throw"cannot construct a ContactPoints, no constructor in IDL";}C8.prototype=Object.create(e.prototype);C8.prototype.constructor=C8;C8.prototype.oDa=C8;C8.pDa={};d.ContactPoints=C8;C8.prototype.empty=C8.prototype.empty=function(){return!!Fba(this.nDa)};C8.prototype.size=C8.prototype.size=function(){return Gba(this.nDa)};C8.prototype.at=C8.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Hba(c,a),p)};
|
|
C8.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Iba(c,a)};C8.prototype.resize=C8.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jba(c,a)};C8.prototype.clear=C8.prototype.clear=function(){Kba(this.nDa)};C8.prototype.__destroy__=function(){Lba(this.nDa)};function D8(){this.nDa=Mba();h(D8)[this.nDa]=this}D8.prototype=Object.create(e.prototype);D8.prototype.constructor=D8;D8.prototype.oDa=D8;D8.pDa={};d.ContactManifold=D8;
|
|
D8.prototype.SwapShapes=function(){return l(Nba(this.nDa),D8)};D8.prototype.GetWorldSpaceContactPointOn1=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Oba(c,a),x)};D8.prototype.GetWorldSpaceContactPointOn2=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Pba(c,a),x)};D8.prototype.get_mBaseOffset=D8.prototype.cJa=function(){return l(Qba(this.nDa),x)};
|
|
D8.prototype.set_mBaseOffset=D8.prototype.jNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rba(c,a)};Object.defineProperty(D8.prototype,"mBaseOffset",{get:D8.prototype.cJa,set:D8.prototype.jNa});D8.prototype.get_mWorldSpaceNormal=D8.prototype.bNa=function(){return l(Sba(this.nDa),p)};D8.prototype.set_mWorldSpaceNormal=D8.prototype.fRa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Tba(c,a)};
|
|
Object.defineProperty(D8.prototype,"mWorldSpaceNormal",{get:D8.prototype.bNa,set:D8.prototype.fRa});D8.prototype.get_mPenetrationDepth=D8.prototype.TEa=function(){return Uba(this.nDa)};D8.prototype.set_mPenetrationDepth=D8.prototype.IFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Vba(c,a)};Object.defineProperty(D8.prototype,"mPenetrationDepth",{get:D8.prototype.TEa,set:D8.prototype.IFa});D8.prototype.get_mSubShapeID1=D8.prototype.YEa=function(){return l(Wba(this.nDa),c6)};
|
|
D8.prototype.set_mSubShapeID1=D8.prototype.NFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Xba(c,a)};Object.defineProperty(D8.prototype,"mSubShapeID1",{get:D8.prototype.YEa,set:D8.prototype.NFa});D8.prototype.get_mSubShapeID2=D8.prototype.cEa=function(){return l(Yba(this.nDa),c6)};D8.prototype.set_mSubShapeID2=D8.prototype.dEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Zba(c,a)};Object.defineProperty(D8.prototype,"mSubShapeID2",{get:D8.prototype.cEa,set:D8.prototype.dEa});
|
|
D8.prototype.get_mRelativeContactPointsOn1=D8.prototype.ZLa=function(){return l($ba(this.nDa),C8)};D8.prototype.set_mRelativeContactPointsOn1=D8.prototype.dQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aca(c,a)};Object.defineProperty(D8.prototype,"mRelativeContactPointsOn1",{get:D8.prototype.ZLa,set:D8.prototype.dQa});D8.prototype.get_mRelativeContactPointsOn2=D8.prototype.$La=function(){return l(bca(this.nDa),C8)};
|
|
D8.prototype.set_mRelativeContactPointsOn2=D8.prototype.eQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cca(c,a)};Object.defineProperty(D8.prototype,"mRelativeContactPointsOn2",{get:D8.prototype.$La,set:D8.prototype.eQa});D8.prototype.__destroy__=function(){dca(this.nDa)};function E8(){this.nDa=eca();h(E8)[this.nDa]=this}E8.prototype=Object.create(e.prototype);E8.prototype.constructor=E8;E8.prototype.oDa=E8;E8.pDa={};d.ContactSettings=E8;
|
|
E8.prototype.get_mCombinedFriction=E8.prototype.xJa=function(){return fca(this.nDa)};E8.prototype.set_mCombinedFriction=E8.prototype.ENa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gca(c,a)};Object.defineProperty(E8.prototype,"mCombinedFriction",{get:E8.prototype.xJa,set:E8.prototype.ENa});E8.prototype.get_mCombinedRestitution=E8.prototype.yJa=function(){return hca(this.nDa)};
|
|
E8.prototype.set_mCombinedRestitution=E8.prototype.FNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ica(c,a)};Object.defineProperty(E8.prototype,"mCombinedRestitution",{get:E8.prototype.yJa,set:E8.prototype.FNa});E8.prototype.get_mInvMassScale1=E8.prototype.JGa=function(){return jca(this.nDa)};E8.prototype.set_mInvMassScale1=E8.prototype.fIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kca(c,a)};
|
|
Object.defineProperty(E8.prototype,"mInvMassScale1",{get:E8.prototype.JGa,set:E8.prototype.fIa});E8.prototype.get_mInvInertiaScale1=E8.prototype.kKa=function(){return lca(this.nDa)};E8.prototype.set_mInvInertiaScale1=E8.prototype.rOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mca(c,a)};Object.defineProperty(E8.prototype,"mInvInertiaScale1",{get:E8.prototype.kKa,set:E8.prototype.rOa});E8.prototype.get_mInvMassScale2=E8.prototype.KGa=function(){return nca(this.nDa)};
|
|
E8.prototype.set_mInvMassScale2=E8.prototype.gIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oca(c,a)};Object.defineProperty(E8.prototype,"mInvMassScale2",{get:E8.prototype.KGa,set:E8.prototype.gIa});E8.prototype.get_mInvInertiaScale2=E8.prototype.IGa=function(){return pca(this.nDa)};E8.prototype.set_mInvInertiaScale2=E8.prototype.eIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qca(c,a)};
|
|
Object.defineProperty(E8.prototype,"mInvInertiaScale2",{get:E8.prototype.IGa,set:E8.prototype.eIa});E8.prototype.get_mIsSensor=E8.prototype.kEa=function(){return!!rca(this.nDa)};E8.prototype.set_mIsSensor=E8.prototype.tEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sca(c,a)};Object.defineProperty(E8.prototype,"mIsSensor",{get:E8.prototype.kEa,set:E8.prototype.tEa});E8.prototype.get_mRelativeLinearSurfaceVelocity=E8.prototype.aMa=function(){return l(tca(this.nDa),p)};
|
|
E8.prototype.set_mRelativeLinearSurfaceVelocity=E8.prototype.fQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uca(c,a)};Object.defineProperty(E8.prototype,"mRelativeLinearSurfaceVelocity",{get:E8.prototype.aMa,set:E8.prototype.fQa});E8.prototype.get_mRelativeAngularSurfaceVelocity=E8.prototype.YLa=function(){return l(vca(this.nDa),p)};E8.prototype.set_mRelativeAngularSurfaceVelocity=E8.prototype.cQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wca(c,a)};
|
|
Object.defineProperty(E8.prototype,"mRelativeAngularSurfaceVelocity",{get:E8.prototype.YLa,set:E8.prototype.cQa});E8.prototype.__destroy__=function(){xca(this.nDa)};function F8(){this.nDa=yca();h(F8)[this.nDa]=this}F8.prototype=Object.create(e.prototype);F8.prototype.constructor=F8;F8.prototype.oDa=F8;F8.pDa={};d.SubShapeIDPair=F8;F8.prototype.GetBody1ID=function(){return l(zca(this.nDa),N5)};F8.prototype.GetSubShapeID1=function(){return l(Aca(this.nDa),c6)};
|
|
F8.prototype.GetBody2ID=function(){return l(Bca(this.nDa),N5)};F8.prototype.GetSubShapeID2=function(){return l(Cca(this.nDa),c6)};F8.prototype.__destroy__=function(){Dca(this.nDa)};function G8(){this.nDa=Eca();h(G8)[this.nDa]=this}G8.prototype=Object.create(e6.prototype);G8.prototype.constructor=G8;G8.prototype.oDa=G8;G8.pDa={};d.ContactListenerJS=G8;
|
|
G8.prototype.OnContactValidate=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);return Fca(g,a,c,b,f)};G8.prototype.OnContactAdded=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);Gca(g,a,c,b,f)};
|
|
G8.prototype.OnContactPersisted=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);Hca(g,a,c,b,f)};G8.prototype.OnContactRemoved=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ica(c,a)};G8.prototype.__destroy__=function(){Jca(this.nDa)};function H8(){throw"cannot construct a SoftBodyManifold, no constructor in IDL";}H8.prototype=Object.create(e.prototype);
|
|
H8.prototype.constructor=H8;H8.prototype.oDa=H8;H8.pDa={};d.SoftBodyManifold=H8;H8.prototype.GetVertices=function(){return l(Kca(this.nDa),I8)};H8.prototype.HasContact=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!Lca(c,a)};H8.prototype.GetLocalContactPoint=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Mca(c,a),p)};H8.prototype.GetContactNormal=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Nca(c,a),p)};
|
|
H8.prototype.GetContactBodyID=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Oca(c,a),N5)};H8.prototype.GetNumSensorContacts=function(){return Pca(this.nDa)};H8.prototype.GetSensorContactBodyID=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Qca(c,a),N5)};H8.prototype.__destroy__=function(){Rca(this.nDa)};function J8(){throw"cannot construct a SoftBodyContactSettings, no constructor in IDL";}J8.prototype=Object.create(e.prototype);
|
|
J8.prototype.constructor=J8;J8.prototype.oDa=J8;J8.pDa={};d.SoftBodyContactSettings=J8;J8.prototype.get_mInvMassScale1=J8.prototype.JGa=function(){return Sca(this.nDa)};J8.prototype.set_mInvMassScale1=J8.prototype.fIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Tca(c,a)};Object.defineProperty(J8.prototype,"mInvMassScale1",{get:J8.prototype.JGa,set:J8.prototype.fIa});J8.prototype.get_mInvMassScale2=J8.prototype.KGa=function(){return Uca(this.nDa)};
|
|
J8.prototype.set_mInvMassScale2=J8.prototype.gIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Vca(c,a)};Object.defineProperty(J8.prototype,"mInvMassScale2",{get:J8.prototype.KGa,set:J8.prototype.gIa});J8.prototype.get_mInvInertiaScale2=J8.prototype.IGa=function(){return Wca(this.nDa)};J8.prototype.set_mInvInertiaScale2=J8.prototype.eIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Xca(c,a)};
|
|
Object.defineProperty(J8.prototype,"mInvInertiaScale2",{get:J8.prototype.IGa,set:J8.prototype.eIa});J8.prototype.get_mIsSensor=J8.prototype.kEa=function(){return!!Yca(this.nDa)};J8.prototype.set_mIsSensor=J8.prototype.tEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Zca(c,a)};Object.defineProperty(J8.prototype,"mIsSensor",{get:J8.prototype.kEa,set:J8.prototype.tEa});J8.prototype.__destroy__=function(){$ca(this.nDa)};function K8(){this.nDa=ada();h(K8)[this.nDa]=this}K8.prototype=Object.create(f6.prototype);
|
|
K8.prototype.constructor=K8;K8.prototype.oDa=K8;K8.pDa={};d.SoftBodyContactListenerJS=K8;K8.prototype.OnSoftBodyContactValidate=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return bda(f,a,c,b)};K8.prototype.OnSoftBodyContactAdded=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);cda(b,a,c)};K8.prototype.__destroy__=function(){dda(this.nDa)};
|
|
function L8(){this.nDa=eda();h(L8)[this.nDa]=this}L8.prototype=Object.create(g6.prototype);L8.prototype.constructor=L8;L8.prototype.oDa=L8;L8.pDa={};d.RayCastBodyCollectorJS=L8;L8.prototype.Reset=function(){fda(this.nDa)};L8.prototype.AddHit=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gda(c,a)};L8.prototype.__destroy__=function(){hda(this.nDa)};function M8(){this.nDa=ida();h(M8)[this.nDa]=this}M8.prototype=Object.create(h6.prototype);M8.prototype.constructor=M8;M8.prototype.oDa=M8;
|
|
M8.pDa={};d.CollideShapeBodyCollectorJS=M8;M8.prototype.Reset=function(){jda(this.nDa)};M8.prototype.AddHit=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kda(c,a)};M8.prototype.__destroy__=function(){lda(this.nDa)};function N8(){this.nDa=mda();h(N8)[this.nDa]=this}N8.prototype=Object.create(i6.prototype);N8.prototype.constructor=N8;N8.prototype.oDa=N8;N8.pDa={};d.CastShapeBodyCollectorJS=N8;N8.prototype.Reset=function(){nda(this.nDa)};
|
|
N8.prototype.AddHit=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oda(c,a)};N8.prototype.__destroy__=function(){pda(this.nDa)};function O8(){throw"cannot construct a BroadPhaseQuery, no constructor in IDL";}O8.prototype=Object.create(e.prototype);O8.prototype.constructor=O8;O8.prototype.oDa=O8;O8.pDa={};d.BroadPhaseQuery=O8;
|
|
O8.prototype.CastRay=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);qda(g,a,c,b,f)};O8.prototype.CollideAABox=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);rda(g,a,c,b,f)};
|
|
O8.prototype.CollideSphere=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);sda(k,a,c,b,f,g)};O8.prototype.CollidePoint=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);tda(g,a,c,b,f)};
|
|
O8.prototype.CollideOrientedBox=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);uda(g,a,c,b,f)};O8.prototype.CastAABox=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);vda(g,a,c,b,f)};O8.prototype.GetBounds=function(){return l(wda(this.nDa),n)};
|
|
O8.prototype.__destroy__=function(){xda(this.nDa)};function P8(){this.nDa=yda();h(P8)[this.nDa]=this}P8.prototype=Object.create(e.prototype);P8.prototype.constructor=P8;P8.prototype.oDa=P8;P8.pDa={};d.RayCastSettings=P8;P8.prototype.SetBackFaceMode=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zda(c,a)};P8.prototype.get_mBackFaceModeTriangles=P8.prototype.mGa=function(){return Ada(this.nDa)};
|
|
P8.prototype.set_mBackFaceModeTriangles=P8.prototype.KHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bda(c,a)};Object.defineProperty(P8.prototype,"mBackFaceModeTriangles",{get:P8.prototype.mGa,set:P8.prototype.KHa});P8.prototype.get_mBackFaceModeConvex=P8.prototype.lGa=function(){return Cda(this.nDa)};P8.prototype.set_mBackFaceModeConvex=P8.prototype.JHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dda(c,a)};
|
|
Object.defineProperty(P8.prototype,"mBackFaceModeConvex",{get:P8.prototype.lGa,set:P8.prototype.JHa});P8.prototype.get_mTreatConvexAsSolid=P8.prototype.GMa=function(){return!!Eda(this.nDa)};P8.prototype.set_mTreatConvexAsSolid=P8.prototype.LQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fda(c,a)};Object.defineProperty(P8.prototype,"mTreatConvexAsSolid",{get:P8.prototype.GMa,set:P8.prototype.LQa});P8.prototype.__destroy__=function(){Gda(this.nDa)};
|
|
function Q8(){this.nDa=Hda();h(Q8)[this.nDa]=this}Q8.prototype=Object.create(j6.prototype);Q8.prototype.constructor=Q8;Q8.prototype.oDa=Q8;Q8.pDa={};d.CastRayCollectorJS=Q8;Q8.prototype.Reset=function(){Ida(this.nDa)};Q8.prototype.OnBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jda(c,a)};Q8.prototype.AddHit=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Kda(c,a)};Q8.prototype.__destroy__=function(){Lda(this.nDa)};
|
|
function R8(){this.nDa=Mda();h(R8)[this.nDa]=this}R8.prototype=Object.create(e.prototype);R8.prototype.constructor=R8;R8.prototype.oDa=R8;R8.pDa={};d.ArrayRayCastResult=R8;R8.prototype.empty=R8.prototype.empty=function(){return!!Nda(this.nDa)};R8.prototype.size=R8.prototype.size=function(){return Oda(this.nDa)};R8.prototype.at=R8.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Pda(c,a),m7)};
|
|
R8.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Qda(c,a)};R8.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rda(c,a)};R8.prototype.resize=R8.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Sda(c,a)};R8.prototype.clear=R8.prototype.clear=function(){Tda(this.nDa)};R8.prototype.__destroy__=function(){Uda(this.nDa)};function S8(){this.nDa=Vda();h(S8)[this.nDa]=this}S8.prototype=Object.create(j6.prototype);
|
|
S8.prototype.constructor=S8;S8.prototype.oDa=S8;S8.pDa={};d.CastRayAllHitCollisionCollector=S8;S8.prototype.Sort=function(){Wda(this.nDa)};S8.prototype.HadHit=function(){return!!Xda(this.nDa)};S8.prototype.Reset=function(){Yda(this.nDa)};S8.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Zda(c,a)};S8.prototype.GetContext=function(){return l($da(this.nDa),q)};S8.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aea(c,a)};
|
|
S8.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?bea(c):cea(c,a)};S8.prototype.ForceEarlyOut=function(){dea(this.nDa)};S8.prototype.ShouldEarlyOut=function(){return!!eea(this.nDa)};S8.prototype.GetEarlyOutFraction=function(){return fea(this.nDa)};S8.prototype.GetPositiveEarlyOutFraction=function(){return gea(this.nDa)};S8.prototype.get_mHits=S8.prototype.jEa=function(){return l(hea(this.nDa),R8)};
|
|
S8.prototype.set_mHits=S8.prototype.sEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);iea(c,a)};Object.defineProperty(S8.prototype,"mHits",{get:S8.prototype.jEa,set:S8.prototype.sEa});S8.prototype.__destroy__=function(){jea(this.nDa)};function T8(){this.nDa=kea();h(T8)[this.nDa]=this}T8.prototype=Object.create(j6.prototype);T8.prototype.constructor=T8;T8.prototype.oDa=T8;T8.pDa={};d.CastRayClosestHitCollisionCollector=T8;T8.prototype.HadHit=function(){return!!lea(this.nDa)};
|
|
T8.prototype.Reset=function(){mea(this.nDa)};T8.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nea(c,a)};T8.prototype.GetContext=function(){return l(oea(this.nDa),q)};T8.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pea(c,a)};T8.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?qea(c):rea(c,a)};T8.prototype.ForceEarlyOut=function(){sea(this.nDa)};
|
|
T8.prototype.ShouldEarlyOut=function(){return!!tea(this.nDa)};T8.prototype.GetEarlyOutFraction=function(){return uea(this.nDa)};T8.prototype.GetPositiveEarlyOutFraction=function(){return vea(this.nDa)};T8.prototype.get_mHit=T8.prototype.FDa=function(){return l(wea(this.nDa),m7)};T8.prototype.set_mHit=T8.prototype.HDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xea(c,a)};Object.defineProperty(T8.prototype,"mHit",{get:T8.prototype.FDa,set:T8.prototype.HDa});
|
|
T8.prototype.__destroy__=function(){yea(this.nDa)};function U8(){this.nDa=zea();h(U8)[this.nDa]=this}U8.prototype=Object.create(j6.prototype);U8.prototype.constructor=U8;U8.prototype.oDa=U8;U8.pDa={};d.CastRayAnyHitCollisionCollector=U8;U8.prototype.HadHit=function(){return!!Aea(this.nDa)};U8.prototype.Reset=function(){Bea(this.nDa)};U8.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Cea(c,a)};U8.prototype.GetContext=function(){return l(Dea(this.nDa),q)};
|
|
U8.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Eea(c,a)};U8.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?Fea(c):Gea(c,a)};U8.prototype.ForceEarlyOut=function(){Hea(this.nDa)};U8.prototype.ShouldEarlyOut=function(){return!!Iea(this.nDa)};U8.prototype.GetEarlyOutFraction=function(){return Jea(this.nDa)};U8.prototype.GetPositiveEarlyOutFraction=function(){return Kea(this.nDa)};
|
|
U8.prototype.get_mHit=U8.prototype.FDa=function(){return l(Lea(this.nDa),m7)};U8.prototype.set_mHit=U8.prototype.HDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Mea(c,a)};Object.defineProperty(U8.prototype,"mHit",{get:U8.prototype.FDa,set:U8.prototype.HDa});U8.prototype.__destroy__=function(){Nea(this.nDa)};function V8(){this.nDa=Oea();h(V8)[this.nDa]=this}V8.prototype=Object.create(e.prototype);V8.prototype.constructor=V8;V8.prototype.oDa=V8;V8.pDa={};d.CollidePointResult=V8;
|
|
V8.prototype.get_mBodyID=V8.prototype.fEa=function(){return l(Pea(this.nDa),N5)};V8.prototype.set_mBodyID=V8.prototype.oEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Qea(c,a)};Object.defineProperty(V8.prototype,"mBodyID",{get:V8.prototype.fEa,set:V8.prototype.oEa});V8.prototype.get_mSubShapeID2=V8.prototype.cEa=function(){return l(Rea(this.nDa),c6)};V8.prototype.set_mSubShapeID2=V8.prototype.dEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Sea(c,a)};
|
|
Object.defineProperty(V8.prototype,"mSubShapeID2",{get:V8.prototype.cEa,set:V8.prototype.dEa});V8.prototype.__destroy__=function(){Tea(this.nDa)};function W8(){this.nDa=Uea();h(W8)[this.nDa]=this}W8.prototype=Object.create(k6.prototype);W8.prototype.constructor=W8;W8.prototype.oDa=W8;W8.pDa={};d.CollidePointCollectorJS=W8;W8.prototype.Reset=function(){Vea(this.nDa)};W8.prototype.OnBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wea(c,a)};
|
|
W8.prototype.AddHit=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Xea(c,a)};W8.prototype.__destroy__=function(){Yea(this.nDa)};function X8(){this.nDa=Zea();h(X8)[this.nDa]=this}X8.prototype=Object.create(e.prototype);X8.prototype.constructor=X8;X8.prototype.oDa=X8;X8.pDa={};d.ArrayCollidePointResult=X8;X8.prototype.empty=X8.prototype.empty=function(){return!!$ea(this.nDa)};X8.prototype.size=X8.prototype.size=function(){return afa(this.nDa)};
|
|
X8.prototype.at=X8.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(bfa(c,a),V8)};X8.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cfa(c,a)};X8.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dfa(c,a)};X8.prototype.resize=X8.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);efa(c,a)};X8.prototype.clear=X8.prototype.clear=function(){ffa(this.nDa)};
|
|
X8.prototype.__destroy__=function(){gfa(this.nDa)};function Y8(){this.nDa=hfa();h(Y8)[this.nDa]=this}Y8.prototype=Object.create(k6.prototype);Y8.prototype.constructor=Y8;Y8.prototype.oDa=Y8;Y8.pDa={};d.CollidePointAllHitCollisionCollector=Y8;Y8.prototype.Sort=function(){ifa(this.nDa)};Y8.prototype.HadHit=function(){return!!jfa(this.nDa)};Y8.prototype.Reset=function(){kfa(this.nDa)};Y8.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lfa(c,a)};
|
|
Y8.prototype.GetContext=function(){return l(mfa(this.nDa),q)};Y8.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nfa(c,a)};Y8.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?ofa(c):pfa(c,a)};Y8.prototype.ForceEarlyOut=function(){qfa(this.nDa)};Y8.prototype.ShouldEarlyOut=function(){return!!rfa(this.nDa)};Y8.prototype.GetEarlyOutFraction=function(){return sfa(this.nDa)};
|
|
Y8.prototype.GetPositiveEarlyOutFraction=function(){return tfa(this.nDa)};Y8.prototype.get_mHits=Y8.prototype.jEa=function(){return l(ufa(this.nDa),X8)};Y8.prototype.set_mHits=Y8.prototype.sEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vfa(c,a)};Object.defineProperty(Y8.prototype,"mHits",{get:Y8.prototype.jEa,set:Y8.prototype.sEa});Y8.prototype.__destroy__=function(){wfa(this.nDa)};function Z8(){this.nDa=xfa();h(Z8)[this.nDa]=this}Z8.prototype=Object.create(k6.prototype);
|
|
Z8.prototype.constructor=Z8;Z8.prototype.oDa=Z8;Z8.pDa={};d.CollidePointClosestHitCollisionCollector=Z8;Z8.prototype.HadHit=function(){return!!yfa(this.nDa)};Z8.prototype.Reset=function(){zfa(this.nDa)};Z8.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Afa(c,a)};Z8.prototype.GetContext=function(){return l(Bfa(this.nDa),q)};Z8.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Cfa(c,a)};
|
|
Z8.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?Dfa(c):Efa(c,a)};Z8.prototype.ForceEarlyOut=function(){Ffa(this.nDa)};Z8.prototype.ShouldEarlyOut=function(){return!!Gfa(this.nDa)};Z8.prototype.GetEarlyOutFraction=function(){return Hfa(this.nDa)};Z8.prototype.GetPositiveEarlyOutFraction=function(){return Ifa(this.nDa)};Z8.prototype.get_mHit=Z8.prototype.FDa=function(){return l(Jfa(this.nDa),V8)};
|
|
Z8.prototype.set_mHit=Z8.prototype.HDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Kfa(c,a)};Object.defineProperty(Z8.prototype,"mHit",{get:Z8.prototype.FDa,set:Z8.prototype.HDa});Z8.prototype.__destroy__=function(){Lfa(this.nDa)};function $8(){this.nDa=Mfa();h($8)[this.nDa]=this}$8.prototype=Object.create(k6.prototype);$8.prototype.constructor=$8;$8.prototype.oDa=$8;$8.pDa={};d.CollidePointAnyHitCollisionCollector=$8;$8.prototype.HadHit=function(){return!!Nfa(this.nDa)};
|
|
$8.prototype.Reset=function(){Ofa(this.nDa)};$8.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Pfa(c,a)};$8.prototype.GetContext=function(){return l(Qfa(this.nDa),q)};$8.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rfa(c,a)};$8.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?Sfa(c):Tfa(c,a)};$8.prototype.ForceEarlyOut=function(){Ufa(this.nDa)};
|
|
$8.prototype.ShouldEarlyOut=function(){return!!Vfa(this.nDa)};$8.prototype.GetEarlyOutFraction=function(){return Wfa(this.nDa)};$8.prototype.GetPositiveEarlyOutFraction=function(){return Xfa(this.nDa)};$8.prototype.get_mHit=$8.prototype.FDa=function(){return l(Yfa(this.nDa),V8)};$8.prototype.set_mHit=$8.prototype.HDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Zfa(c,a)};Object.defineProperty($8.prototype,"mHit",{get:$8.prototype.FDa,set:$8.prototype.HDa});
|
|
$8.prototype.__destroy__=function(){$fa(this.nDa)};function a9(){this.nDa=aga();h(a9)[this.nDa]=this}a9.prototype=Object.create(l6.prototype);a9.prototype.constructor=a9;a9.prototype.oDa=a9;a9.pDa={};d.CollideShapeSettings=a9;a9.prototype.get_mMaxSeparationDistance=a9.prototype.gLa=function(){return bga(this.nDa)};a9.prototype.set_mMaxSeparationDistance=a9.prototype.nPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cga(c,a)};
|
|
Object.defineProperty(a9.prototype,"mMaxSeparationDistance",{get:a9.prototype.gLa,set:a9.prototype.nPa});a9.prototype.get_mBackFaceMode=a9.prototype.kGa=function(){return dga(this.nDa)};a9.prototype.set_mBackFaceMode=a9.prototype.IHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ega(c,a)};Object.defineProperty(a9.prototype,"mBackFaceMode",{get:a9.prototype.kGa,set:a9.prototype.IHa});a9.prototype.get_mActiveEdgeMode=a9.prototype.xEa=function(){return fga(this.nDa)};
|
|
a9.prototype.set_mActiveEdgeMode=a9.prototype.lFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gga(c,a)};Object.defineProperty(a9.prototype,"mActiveEdgeMode",{get:a9.prototype.xEa,set:a9.prototype.lFa});a9.prototype.get_mCollectFacesMode=a9.prototype.AEa=function(){return hga(this.nDa)};a9.prototype.set_mCollectFacesMode=a9.prototype.oFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);iga(c,a)};
|
|
Object.defineProperty(a9.prototype,"mCollectFacesMode",{get:a9.prototype.AEa,set:a9.prototype.oFa});a9.prototype.get_mCollisionTolerance=a9.prototype.gEa=function(){return jga(this.nDa)};a9.prototype.set_mCollisionTolerance=a9.prototype.pEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kga(c,a)};Object.defineProperty(a9.prototype,"mCollisionTolerance",{get:a9.prototype.gEa,set:a9.prototype.pEa});a9.prototype.get_mPenetrationTolerance=a9.prototype.UEa=function(){return lga(this.nDa)};
|
|
a9.prototype.set_mPenetrationTolerance=a9.prototype.JFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mga(c,a)};Object.defineProperty(a9.prototype,"mPenetrationTolerance",{get:a9.prototype.UEa,set:a9.prototype.JFa});a9.prototype.get_mActiveEdgeMovementDirection=a9.prototype.yEa=function(){return l(nga(this.nDa),p)};a9.prototype.set_mActiveEdgeMovementDirection=a9.prototype.mFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oga(c,a)};
|
|
Object.defineProperty(a9.prototype,"mActiveEdgeMovementDirection",{get:a9.prototype.yEa,set:a9.prototype.mFa});a9.prototype.__destroy__=function(){pga(this.nDa)};function b9(){this.nDa=qga();h(b9)[this.nDa]=this}b9.prototype=Object.create(m6.prototype);b9.prototype.constructor=b9;b9.prototype.oDa=b9;b9.pDa={};d.CollideShapeCollectorJS=b9;b9.prototype.Reset=function(){rga(this.nDa)};b9.prototype.OnBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sga(c,a)};
|
|
b9.prototype.AddHit=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tga(c,a)};b9.prototype.__destroy__=function(){uga(this.nDa)};function c9(){this.nDa=vga();h(c9)[this.nDa]=this}c9.prototype=Object.create(e.prototype);c9.prototype.constructor=c9;c9.prototype.oDa=c9;c9.pDa={};d.ArrayCollideShapeResult=c9;c9.prototype.empty=c9.prototype.empty=function(){return!!wga(this.nDa)};c9.prototype.size=c9.prototype.size=function(){return xga(this.nDa)};
|
|
c9.prototype.at=c9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(yga(c,a),v)};c9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zga(c,a)};c9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Aga(c,a)};c9.prototype.resize=c9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bga(c,a)};c9.prototype.clear=c9.prototype.clear=function(){Cga(this.nDa)};
|
|
c9.prototype.__destroy__=function(){Dga(this.nDa)};function d9(){this.nDa=Ega();h(d9)[this.nDa]=this}d9.prototype=Object.create(m6.prototype);d9.prototype.constructor=d9;d9.prototype.oDa=d9;d9.pDa={};d.CollideShapeAllHitCollisionCollector=d9;d9.prototype.Sort=function(){Fga(this.nDa)};d9.prototype.HadHit=function(){return!!Gga(this.nDa)};d9.prototype.Reset=function(){Hga(this.nDa)};d9.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Iga(c,a)};
|
|
d9.prototype.GetContext=function(){return l(Jga(this.nDa),q)};d9.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Kga(c,a)};d9.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?Lga(c):Mga(c,a)};d9.prototype.ForceEarlyOut=function(){Nga(this.nDa)};d9.prototype.ShouldEarlyOut=function(){return!!Oga(this.nDa)};d9.prototype.GetEarlyOutFraction=function(){return Pga(this.nDa)};
|
|
d9.prototype.GetPositiveEarlyOutFraction=function(){return Qga(this.nDa)};d9.prototype.get_mHits=d9.prototype.jEa=function(){return l(Rga(this.nDa),c9)};d9.prototype.set_mHits=d9.prototype.sEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Sga(c,a)};Object.defineProperty(d9.prototype,"mHits",{get:d9.prototype.jEa,set:d9.prototype.sEa});d9.prototype.__destroy__=function(){Tga(this.nDa)};function e9(){this.nDa=Uga();h(e9)[this.nDa]=this}e9.prototype=Object.create(m6.prototype);
|
|
e9.prototype.constructor=e9;e9.prototype.oDa=e9;e9.pDa={};d.CollideShapeClosestHitCollisionCollector=e9;e9.prototype.HadHit=function(){return!!Vga(this.nDa)};e9.prototype.Reset=function(){Wga(this.nDa)};e9.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Xga(c,a)};e9.prototype.GetContext=function(){return l(Yga(this.nDa),q)};e9.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Zga(c,a)};
|
|
e9.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?$ga(c):aha(c,a)};e9.prototype.ForceEarlyOut=function(){bha(this.nDa)};e9.prototype.ShouldEarlyOut=function(){return!!cha(this.nDa)};e9.prototype.GetEarlyOutFraction=function(){return dha(this.nDa)};e9.prototype.GetPositiveEarlyOutFraction=function(){return eha(this.nDa)};e9.prototype.get_mHit=e9.prototype.FDa=function(){return l(fha(this.nDa),v)};
|
|
e9.prototype.set_mHit=e9.prototype.HDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gha(c,a)};Object.defineProperty(e9.prototype,"mHit",{get:e9.prototype.FDa,set:e9.prototype.HDa});e9.prototype.__destroy__=function(){hha(this.nDa)};function f9(){this.nDa=iha();h(f9)[this.nDa]=this}f9.prototype=Object.create(m6.prototype);f9.prototype.constructor=f9;f9.prototype.oDa=f9;f9.pDa={};d.CollideShapeAnyHitCollisionCollector=f9;f9.prototype.HadHit=function(){return!!jha(this.nDa)};
|
|
f9.prototype.Reset=function(){kha(this.nDa)};f9.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lha(c,a)};f9.prototype.GetContext=function(){return l(mha(this.nDa),q)};f9.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nha(c,a)};f9.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?oha(c):pha(c,a)};f9.prototype.ForceEarlyOut=function(){qha(this.nDa)};
|
|
f9.prototype.ShouldEarlyOut=function(){return!!rha(this.nDa)};f9.prototype.GetEarlyOutFraction=function(){return sha(this.nDa)};f9.prototype.GetPositiveEarlyOutFraction=function(){return tha(this.nDa)};f9.prototype.get_mHit=f9.prototype.FDa=function(){return l(uha(this.nDa),v)};f9.prototype.set_mHit=f9.prototype.HDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vha(c,a)};Object.defineProperty(f9.prototype,"mHit",{get:f9.prototype.FDa,set:f9.prototype.HDa});
|
|
f9.prototype.__destroy__=function(){wha(this.nDa)};function g9(){this.nDa=xha();h(g9)[this.nDa]=this}g9.prototype=Object.create(l6.prototype);g9.prototype.constructor=g9;g9.prototype.oDa=g9;g9.pDa={};d.ShapeCastSettings=g9;g9.prototype.get_mBackFaceModeTriangles=g9.prototype.mGa=function(){return yha(this.nDa)};g9.prototype.set_mBackFaceModeTriangles=g9.prototype.KHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zha(c,a)};
|
|
Object.defineProperty(g9.prototype,"mBackFaceModeTriangles",{get:g9.prototype.mGa,set:g9.prototype.KHa});g9.prototype.get_mBackFaceModeConvex=g9.prototype.lGa=function(){return Aha(this.nDa)};g9.prototype.set_mBackFaceModeConvex=g9.prototype.JHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bha(c,a)};Object.defineProperty(g9.prototype,"mBackFaceModeConvex",{get:g9.prototype.lGa,set:g9.prototype.JHa});g9.prototype.get_mUseShrunkenShapeAndConvexRadius=g9.prototype.OMa=function(){return!!Cha(this.nDa)};
|
|
g9.prototype.set_mUseShrunkenShapeAndConvexRadius=g9.prototype.TQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dha(c,a)};Object.defineProperty(g9.prototype,"mUseShrunkenShapeAndConvexRadius",{get:g9.prototype.OMa,set:g9.prototype.TQa});g9.prototype.get_mReturnDeepestPoint=g9.prototype.cMa=function(){return!!Eha(this.nDa)};g9.prototype.set_mReturnDeepestPoint=g9.prototype.hQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fha(c,a)};
|
|
Object.defineProperty(g9.prototype,"mReturnDeepestPoint",{get:g9.prototype.cMa,set:g9.prototype.hQa});g9.prototype.get_mActiveEdgeMode=g9.prototype.xEa=function(){return Gha(this.nDa)};g9.prototype.set_mActiveEdgeMode=g9.prototype.lFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Hha(c,a)};Object.defineProperty(g9.prototype,"mActiveEdgeMode",{get:g9.prototype.xEa,set:g9.prototype.lFa});g9.prototype.get_mCollectFacesMode=g9.prototype.AEa=function(){return Iha(this.nDa)};
|
|
g9.prototype.set_mCollectFacesMode=g9.prototype.oFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jha(c,a)};Object.defineProperty(g9.prototype,"mCollectFacesMode",{get:g9.prototype.AEa,set:g9.prototype.oFa});g9.prototype.get_mCollisionTolerance=g9.prototype.gEa=function(){return Kha(this.nDa)};g9.prototype.set_mCollisionTolerance=g9.prototype.pEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lha(c,a)};
|
|
Object.defineProperty(g9.prototype,"mCollisionTolerance",{get:g9.prototype.gEa,set:g9.prototype.pEa});g9.prototype.get_mPenetrationTolerance=g9.prototype.UEa=function(){return Mha(this.nDa)};g9.prototype.set_mPenetrationTolerance=g9.prototype.JFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Nha(c,a)};Object.defineProperty(g9.prototype,"mPenetrationTolerance",{get:g9.prototype.UEa,set:g9.prototype.JFa});
|
|
g9.prototype.get_mActiveEdgeMovementDirection=g9.prototype.yEa=function(){return l(Oha(this.nDa),p)};g9.prototype.set_mActiveEdgeMovementDirection=g9.prototype.mFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Pha(c,a)};Object.defineProperty(g9.prototype,"mActiveEdgeMovementDirection",{get:g9.prototype.yEa,set:g9.prototype.mFa});g9.prototype.__destroy__=function(){Qha(this.nDa)};function R(){this.nDa=Rha();h(R)[this.nDa]=this}R.prototype=Object.create(v.prototype);
|
|
R.prototype.constructor=R;R.prototype.oDa=R;R.pDa={};d.ShapeCastResult=R;R.prototype.get_mFraction=R.prototype.iEa=function(){return Sha(this.nDa)};R.prototype.set_mFraction=R.prototype.rEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Tha(c,a)};Object.defineProperty(R.prototype,"mFraction",{get:R.prototype.iEa,set:R.prototype.rEa});R.prototype.get_mIsBackFaceHit=R.prototype.lKa=function(){return!!Uha(this.nDa)};
|
|
R.prototype.set_mIsBackFaceHit=R.prototype.sOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Vha(c,a)};Object.defineProperty(R.prototype,"mIsBackFaceHit",{get:R.prototype.lKa,set:R.prototype.sOa});R.prototype.get_mContactPointOn1=R.prototype.xGa=function(){return l(Wha(this.nDa),p)};R.prototype.set_mContactPointOn1=R.prototype.UHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Xha(c,a)};Object.defineProperty(R.prototype,"mContactPointOn1",{get:R.prototype.xGa,set:R.prototype.UHa});
|
|
R.prototype.get_mContactPointOn2=R.prototype.yGa=function(){return l(Yha(this.nDa),p)};R.prototype.set_mContactPointOn2=R.prototype.VHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Zha(c,a)};Object.defineProperty(R.prototype,"mContactPointOn2",{get:R.prototype.yGa,set:R.prototype.VHa});R.prototype.get_mPenetrationAxis=R.prototype.gHa=function(){return l($ha(this.nDa),p)};
|
|
R.prototype.set_mPenetrationAxis=R.prototype.DIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aia(c,a)};Object.defineProperty(R.prototype,"mPenetrationAxis",{get:R.prototype.gHa,set:R.prototype.DIa});R.prototype.get_mPenetrationDepth=R.prototype.TEa=function(){return bia(this.nDa)};R.prototype.set_mPenetrationDepth=R.prototype.IFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cia(c,a)};Object.defineProperty(R.prototype,"mPenetrationDepth",{get:R.prototype.TEa,set:R.prototype.IFa});
|
|
R.prototype.get_mSubShapeID1=R.prototype.YEa=function(){return l(dia(this.nDa),c6)};R.prototype.set_mSubShapeID1=R.prototype.NFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eia(c,a)};Object.defineProperty(R.prototype,"mSubShapeID1",{get:R.prototype.YEa,set:R.prototype.NFa});R.prototype.get_mSubShapeID2=R.prototype.cEa=function(){return l(fia(this.nDa),c6)};R.prototype.set_mSubShapeID2=R.prototype.dEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gia(c,a)};
|
|
Object.defineProperty(R.prototype,"mSubShapeID2",{get:R.prototype.cEa,set:R.prototype.dEa});R.prototype.get_mBodyID2=R.prototype.nGa=function(){return l(hia(this.nDa),N5)};R.prototype.set_mBodyID2=R.prototype.LHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);iia(c,a)};Object.defineProperty(R.prototype,"mBodyID2",{get:R.prototype.nGa,set:R.prototype.LHa});R.prototype.get_mShape1Face=R.prototype.lHa=function(){return l(jia(this.nDa),d6)};
|
|
R.prototype.set_mShape1Face=R.prototype.JIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kia(c,a)};Object.defineProperty(R.prototype,"mShape1Face",{get:R.prototype.lHa,set:R.prototype.JIa});R.prototype.get_mShape2Face=R.prototype.mHa=function(){return l(lia(this.nDa),d6)};R.prototype.set_mShape2Face=R.prototype.KIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mia(c,a)};Object.defineProperty(R.prototype,"mShape2Face",{get:R.prototype.mHa,set:R.prototype.KIa});
|
|
R.prototype.__destroy__=function(){nia(this.nDa)};function h9(){this.nDa=oia();h(h9)[this.nDa]=this}h9.prototype=Object.create(n6.prototype);h9.prototype.constructor=h9;h9.prototype.oDa=h9;h9.pDa={};d.CastShapeCollectorJS=h9;h9.prototype.Reset=function(){pia(this.nDa)};h9.prototype.OnBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qia(c,a)};h9.prototype.AddHit=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ria(c,a)};h9.prototype.__destroy__=function(){sia(this.nDa)};
|
|
function i9(){this.nDa=tia();h(i9)[this.nDa]=this}i9.prototype=Object.create(e.prototype);i9.prototype.constructor=i9;i9.prototype.oDa=i9;i9.pDa={};d.ArrayShapeCastResult=i9;i9.prototype.empty=i9.prototype.empty=function(){return!!uia(this.nDa)};i9.prototype.size=i9.prototype.size=function(){return via(this.nDa)};i9.prototype.at=i9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(wia(c,a),R)};
|
|
i9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xia(c,a)};i9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yia(c,a)};i9.prototype.resize=i9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zia(c,a)};i9.prototype.clear=i9.prototype.clear=function(){Aia(this.nDa)};i9.prototype.__destroy__=function(){Bia(this.nDa)};function j9(){this.nDa=Cia();h(j9)[this.nDa]=this}j9.prototype=Object.create(n6.prototype);
|
|
j9.prototype.constructor=j9;j9.prototype.oDa=j9;j9.pDa={};d.CastShapeAllHitCollisionCollector=j9;j9.prototype.Sort=function(){Dia(this.nDa)};j9.prototype.HadHit=function(){return!!Eia(this.nDa)};j9.prototype.Reset=function(){Fia(this.nDa)};j9.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Gia(c,a)};j9.prototype.GetContext=function(){return l(Hia(this.nDa),q)};j9.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Iia(c,a)};
|
|
j9.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?Jia(c):Kia(c,a)};j9.prototype.ForceEarlyOut=function(){Lia(this.nDa)};j9.prototype.ShouldEarlyOut=function(){return!!Mia(this.nDa)};j9.prototype.GetEarlyOutFraction=function(){return Nia(this.nDa)};j9.prototype.GetPositiveEarlyOutFraction=function(){return Oia(this.nDa)};j9.prototype.get_mHits=j9.prototype.jEa=function(){return l(Pia(this.nDa),i9)};
|
|
j9.prototype.set_mHits=j9.prototype.sEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Qia(c,a)};Object.defineProperty(j9.prototype,"mHits",{get:j9.prototype.jEa,set:j9.prototype.sEa});j9.prototype.__destroy__=function(){Ria(this.nDa)};function k9(){this.nDa=Sia();h(k9)[this.nDa]=this}k9.prototype=Object.create(n6.prototype);k9.prototype.constructor=k9;k9.prototype.oDa=k9;k9.pDa={};d.CastShapeClosestHitCollisionCollector=k9;k9.prototype.HadHit=function(){return!!Tia(this.nDa)};
|
|
k9.prototype.Reset=function(){Uia(this.nDa)};k9.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Via(c,a)};k9.prototype.GetContext=function(){return l(Wia(this.nDa),q)};k9.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Xia(c,a)};k9.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?Yia(c):Zia(c,a)};k9.prototype.ForceEarlyOut=function(){$ia(this.nDa)};
|
|
k9.prototype.ShouldEarlyOut=function(){return!!aja(this.nDa)};k9.prototype.GetEarlyOutFraction=function(){return bja(this.nDa)};k9.prototype.GetPositiveEarlyOutFraction=function(){return cja(this.nDa)};k9.prototype.get_mHit=k9.prototype.FDa=function(){return l(dja(this.nDa),R)};k9.prototype.set_mHit=k9.prototype.HDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eja(c,a)};Object.defineProperty(k9.prototype,"mHit",{get:k9.prototype.FDa,set:k9.prototype.HDa});
|
|
k9.prototype.__destroy__=function(){fja(this.nDa)};function l9(){this.nDa=gja();h(l9)[this.nDa]=this}l9.prototype=Object.create(n6.prototype);l9.prototype.constructor=l9;l9.prototype.oDa=l9;l9.pDa={};d.CastShapeAnyHitCollisionCollector=l9;l9.prototype.HadHit=function(){return!!hja(this.nDa)};l9.prototype.Reset=function(){ija(this.nDa)};l9.prototype.SetContext=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jja(c,a)};l9.prototype.GetContext=function(){return l(kja(this.nDa),q)};
|
|
l9.prototype.UpdateEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lja(c,a)};l9.prototype.ResetEarlyOutFraction=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?mja(c):nja(c,a)};l9.prototype.ForceEarlyOut=function(){oja(this.nDa)};l9.prototype.ShouldEarlyOut=function(){return!!pja(this.nDa)};l9.prototype.GetEarlyOutFraction=function(){return qja(this.nDa)};l9.prototype.GetPositiveEarlyOutFraction=function(){return rja(this.nDa)};
|
|
l9.prototype.get_mHit=l9.prototype.FDa=function(){return l(sja(this.nDa),R)};l9.prototype.set_mHit=l9.prototype.HDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tja(c,a)};Object.defineProperty(l9.prototype,"mHit",{get:l9.prototype.FDa,set:l9.prototype.HDa});l9.prototype.__destroy__=function(){uja(this.nDa)};function m9(){this.nDa=vja();h(m9)[this.nDa]=this}m9.prototype=Object.create(o6.prototype);m9.prototype.constructor=m9;m9.prototype.oDa=m9;m9.pDa={};
|
|
d.TransformedShapeCollectorJS=m9;m9.prototype.Reset=function(){wja(this.nDa)};m9.prototype.OnBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xja(c,a)};m9.prototype.AddHit=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yja(c,a)};m9.prototype.__destroy__=function(){zja(this.nDa)};function n9(){throw"cannot construct a NarrowPhaseQuery, no constructor in IDL";}n9.prototype=Object.create(e.prototype);n9.prototype.constructor=n9;n9.prototype.oDa=n9;n9.pDa={};
|
|
d.NarrowPhaseQuery=n9;n9.prototype.CastRay=function(a,c,b,f,g,k,u){var L=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);Aja(L,a,c,b,f,g,k,u)};
|
|
n9.prototype.CollidePoint=function(a,c,b,f,g,k){var u=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);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.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);L&&"object"===typeof L&&(L=L.nDa);oa&&"object"===typeof oa&&(oa=oa.nDa);Vb&&"object"===typeof Vb&&(Vb=Vb.nDa);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.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);L&&"object"===typeof L&&(L=L.nDa);oa&&"object"===typeof oa&&(oa=oa.nDa);Vb&&"object"===typeof Vb&&(Vb=Vb.nDa);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.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);L&&"object"===typeof L&&(L=L.nDa);Eja(oa,a,c,b,f,g,k,u,L)};
|
|
n9.prototype.CollectTransformedShapes=function(a,c,b,f,g,k){var u=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);Fja(u,a,c,b,f,g,k)};n9.prototype.__destroy__=function(){Gja(this.nDa)};function o9(){throw"cannot construct a PhysicsStepListenerContext, no constructor in IDL";}o9.prototype=Object.create(e.prototype);
|
|
o9.prototype.constructor=o9;o9.prototype.oDa=o9;o9.pDa={};d.PhysicsStepListenerContext=o9;o9.prototype.get_mDeltaTime=o9.prototype.GJa=function(){return Hja(this.nDa)};o9.prototype.set_mDeltaTime=o9.prototype.NNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ija(c,a)};Object.defineProperty(o9.prototype,"mDeltaTime",{get:o9.prototype.GJa,set:o9.prototype.NNa});o9.prototype.get_mIsFirstStep=o9.prototype.mKa=function(){return!!Jja(this.nDa)};
|
|
o9.prototype.set_mIsFirstStep=o9.prototype.tOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Kja(c,a)};Object.defineProperty(o9.prototype,"mIsFirstStep",{get:o9.prototype.mKa,set:o9.prototype.tOa});o9.prototype.get_mIsLastStep=o9.prototype.nKa=function(){return!!Lja(this.nDa)};o9.prototype.set_mIsLastStep=o9.prototype.uOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Mja(c,a)};Object.defineProperty(o9.prototype,"mIsLastStep",{get:o9.prototype.nKa,set:o9.prototype.uOa});
|
|
o9.prototype.get_mPhysicsSystem=o9.prototype.LLa=function(){return l(Nja(this.nDa),p9)};o9.prototype.set_mPhysicsSystem=o9.prototype.SPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Oja(c,a)};Object.defineProperty(o9.prototype,"mPhysicsSystem",{get:o9.prototype.LLa,set:o9.prototype.SPa});o9.prototype.__destroy__=function(){Pja(this.nDa)};function q9(){this.nDa=Qja();h(q9)[this.nDa]=this}q9.prototype=Object.create(p6.prototype);q9.prototype.constructor=q9;q9.prototype.oDa=q9;
|
|
q9.pDa={};d.PhysicsStepListenerJS=q9;q9.prototype.OnStep=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rja(c,a)};q9.prototype.__destroy__=function(){Sja(this.nDa)};function r9(){this.nDa=Tja();h(r9)[this.nDa]=this}r9.prototype=Object.create(q6.prototype);r9.prototype.constructor=r9;r9.prototype.oDa=r9;r9.pDa={};d.BodyActivationListenerJS=r9;r9.prototype.OnBodyActivated=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Uja(b,a,c)};
|
|
r9.prototype.OnBodyDeactivated=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Vja(b,a,c)};r9.prototype.__destroy__=function(){Wja(this.nDa)};function s9(){this.nDa=Xja();h(s9)[this.nDa]=this}s9.prototype=Object.create(e.prototype);s9.prototype.constructor=s9;s9.prototype.oDa=s9;s9.pDa={};d.BodyIDVector=s9;s9.prototype.empty=s9.prototype.empty=function(){return!!Yja(this.nDa)};s9.prototype.size=s9.prototype.size=function(){return Zja(this.nDa)};
|
|
s9.prototype.at=s9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l($ja(c,a),N5)};s9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aka(c,a)};s9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bka(c,a)};s9.prototype.resize=s9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cka(c,a)};s9.prototype.clear=s9.prototype.clear=function(){dka(this.nDa)};
|
|
s9.prototype.__destroy__=function(){eka(this.nDa)};function p9(){throw"cannot construct a PhysicsSystem, no constructor in IDL";}p9.prototype=Object.create(e.prototype);p9.prototype.constructor=p9;p9.prototype.oDa=p9;p9.pDa={};d.PhysicsSystem=p9;p9.prototype.SetGravity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fka(c,a)};p9.prototype.GetGravity=function(){return l(gka(this.nDa),p)};p9.prototype.GetPhysicsSettings=function(){return l(hka(this.nDa),Q)};
|
|
p9.prototype.SetPhysicsSettings=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ika(c,a)};p9.prototype.GetNumBodies=function(){return jka(this.nDa)};p9.prototype.GetNumActiveBodies=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return kka(c,a)};p9.prototype.GetMaxBodies=function(){return lka(this.nDa)};p9.prototype.GetBodies=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mka(c,a)};
|
|
p9.prototype.GetActiveBodies=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);nka(b,a,c)};p9.prototype.GetBounds=function(){return l(oka(this.nDa),n)};p9.prototype.AddConstraint=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pka(c,a)};p9.prototype.RemoveConstraint=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qka(c,a)};p9.prototype.SetContactListener=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rka(c,a)};
|
|
p9.prototype.GetContactListener=function(){return l(ska(this.nDa),D5)};p9.prototype.SetSoftBodyContactListener=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tka(c,a)};p9.prototype.GetSoftBodyContactListener=function(){return l(uka(this.nDa),E5)};p9.prototype.OptimizeBroadPhase=function(){vka(this.nDa)};p9.prototype.GetBodyInterface=function(){return l(wka(this.nDa),P)};p9.prototype.GetBodyInterfaceNoLock=function(){return l(xka(this.nDa),P)};
|
|
p9.prototype.GetBodyLockInterfaceNoLock=function(){return l(yka(this.nDa),A8)};p9.prototype.GetBodyLockInterface=function(){return l(zka(this.nDa),B8)};p9.prototype.GetBroadPhaseQuery=function(){return l(Aka(this.nDa),O8)};p9.prototype.GetNarrowPhaseQuery=function(){return l(Bka(this.nDa),n9)};p9.prototype.GetNarrowPhaseQueryNoLock=function(){return l(Cka(this.nDa),n9)};
|
|
p9.prototype.SaveState=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);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.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return void 0===c?!!Gka(b,a):!!Hka(b,a,c)};p9.prototype.AddStepListener=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ika(c,a)};
|
|
p9.prototype.RemoveStepListener=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jka(c,a)};p9.prototype.SetBodyActivationListener=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Kka(c,a)};p9.prototype.GetBodyActivationListener=function(){return l(Lka(this.nDa),F5)};p9.prototype.WereBodiesInContact=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return!!Mka(b,a,c)};
|
|
p9.prototype.SetSimShapeFilter=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Nka(c,a)};p9.prototype.GetSimShapeFilter=function(){return l(Oka(this.nDa),B6)};p9.prototype.__destroy__=function(){Pka(this.nDa)};function x5(){this.nDa=Qka();h(x5)[this.nDa]=this}x5.prototype=Object.create(e.prototype);x5.prototype.constructor=x5;x5.prototype.oDa=x5;x5.pDa={};d.MassProperties=x5;
|
|
x5.prototype.SetMassAndInertiaOfSolidBox=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Rka(b,a,c)};x5.prototype.ScaleToMass=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ska(c,a)};x5.prototype.sGetEquivalentSolidBoxSize=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Tka(a,c),p)};x5.prototype.Rotate=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Uka(c,a)};
|
|
x5.prototype.Translate=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Vka(c,a)};x5.prototype.Scale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wka(c,a)};x5.prototype.get_mMass=x5.prototype.QGa=function(){return Xka(this.nDa)};x5.prototype.set_mMass=x5.prototype.mIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Yka(c,a)};Object.defineProperty(x5.prototype,"mMass",{get:x5.prototype.QGa,set:x5.prototype.mIa});
|
|
x5.prototype.get_mInertia=x5.prototype.NDa=function(){return l(Zka(this.nDa),r)};x5.prototype.set_mInertia=x5.prototype.UDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$ka(c,a)};Object.defineProperty(x5.prototype,"mInertia",{get:x5.prototype.NDa,set:x5.prototype.UDa});x5.prototype.__destroy__=function(){ala(this.nDa)};function t9(){this.nDa=bla();h(t9)[this.nDa]=this}t9.prototype=Object.create(e.prototype);t9.prototype.constructor=t9;t9.prototype.oDa=t9;t9.pDa={};
|
|
d.SoftBodySharedSettingsVertex=t9;t9.prototype.get_mPosition=t9.prototype.BDa=function(){return l(cla(this.nDa),i7)};t9.prototype.set_mPosition=t9.prototype.DDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dla(c,a)};Object.defineProperty(t9.prototype,"mPosition",{get:t9.prototype.BDa,set:t9.prototype.DDa});t9.prototype.get_mVelocity=t9.prototype.yHa=function(){return l(ela(this.nDa),i7)};
|
|
t9.prototype.set_mVelocity=t9.prototype.WIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fla(c,a)};Object.defineProperty(t9.prototype,"mVelocity",{get:t9.prototype.yHa,set:t9.prototype.WIa});t9.prototype.get_mInvMass=t9.prototype.IEa=function(){return gla(this.nDa)};t9.prototype.set_mInvMass=t9.prototype.xFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hla(c,a)};Object.defineProperty(t9.prototype,"mInvMass",{get:t9.prototype.IEa,set:t9.prototype.xFa});
|
|
t9.prototype.__destroy__=function(){ila(this.nDa)};function u9(a,c,b,f){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);this.nDa=jla(a,c,b,f);h(u9)[this.nDa]=this}u9.prototype=Object.create(e.prototype);u9.prototype.constructor=u9;u9.prototype.oDa=u9;u9.pDa={};d.SoftBodySharedSettingsFace=u9;u9.prototype.get_mVertex=u9.prototype.JDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return kla(c,a)};
|
|
u9.prototype.set_mVertex=u9.prototype.LDa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);lla(b,a,c)};Object.defineProperty(u9.prototype,"mVertex",{get:u9.prototype.JDa,set:u9.prototype.LDa});u9.prototype.get_mMaterialIndex=u9.prototype.LEa=function(){return mla(this.nDa)};u9.prototype.set_mMaterialIndex=u9.prototype.AFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nla(c,a)};
|
|
Object.defineProperty(u9.prototype,"mMaterialIndex",{get:u9.prototype.LEa,set:u9.prototype.AFa});u9.prototype.__destroy__=function(){ola(this.nDa)};function v9(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=pla(a,c,b);h(v9)[this.nDa]=this}v9.prototype=Object.create(e.prototype);v9.prototype.constructor=v9;v9.prototype.oDa=v9;v9.pDa={};d.SoftBodySharedSettingsEdge=v9;
|
|
v9.prototype.get_mVertex=v9.prototype.JDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return qla(c,a)};v9.prototype.set_mVertex=v9.prototype.LDa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);rla(b,a,c)};Object.defineProperty(v9.prototype,"mVertex",{get:v9.prototype.JDa,set:v9.prototype.LDa});v9.prototype.get_mRestLength=v9.prototype.bMa=function(){return sla(this.nDa)};
|
|
v9.prototype.set_mRestLength=v9.prototype.gQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tla(c,a)};Object.defineProperty(v9.prototype,"mRestLength",{get:v9.prototype.bMa,set:v9.prototype.gQa});v9.prototype.get_mCompliance=v9.prototype.MDa=function(){return ula(this.nDa)};v9.prototype.set_mCompliance=v9.prototype.TDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vla(c,a)};Object.defineProperty(v9.prototype,"mCompliance",{get:v9.prototype.MDa,set:v9.prototype.TDa});
|
|
v9.prototype.__destroy__=function(){wla(this.nDa)};function w9(a,c,b,f,g){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);this.nDa=xla(a,c,b,f,g);h(w9)[this.nDa]=this}w9.prototype=Object.create(e.prototype);w9.prototype.constructor=w9;w9.prototype.oDa=w9;w9.pDa={};d.SoftBodySharedSettingsDihedralBend=w9;
|
|
w9.prototype.get_mVertex=w9.prototype.JDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return yla(c,a)};w9.prototype.set_mVertex=w9.prototype.LDa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);zla(b,a,c)};Object.defineProperty(w9.prototype,"mVertex",{get:w9.prototype.JDa,set:w9.prototype.LDa});w9.prototype.get_mCompliance=w9.prototype.MDa=function(){return Ala(this.nDa)};
|
|
w9.prototype.set_mCompliance=w9.prototype.TDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bla(c,a)};Object.defineProperty(w9.prototype,"mCompliance",{get:w9.prototype.MDa,set:w9.prototype.TDa});w9.prototype.get_mInitialAngle=w9.prototype.dKa=function(){return Cla(this.nDa)};w9.prototype.set_mInitialAngle=w9.prototype.kOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dla(c,a)};Object.defineProperty(w9.prototype,"mInitialAngle",{get:w9.prototype.dKa,set:w9.prototype.kOa});
|
|
w9.prototype.__destroy__=function(){Ela(this.nDa)};function x9(a,c,b,f,g){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);this.nDa=Fla(a,c,b,f,g);h(x9)[this.nDa]=this}x9.prototype=Object.create(e.prototype);x9.prototype.constructor=x9;x9.prototype.oDa=x9;x9.pDa={};d.SoftBodySharedSettingsVolume=x9;
|
|
x9.prototype.get_mVertex=x9.prototype.JDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return Gla(c,a)};x9.prototype.set_mVertex=x9.prototype.LDa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Hla(b,a,c)};Object.defineProperty(x9.prototype,"mVertex",{get:x9.prototype.JDa,set:x9.prototype.LDa});x9.prototype.get_mSixRestVolume=x9.prototype.nMa=function(){return Ila(this.nDa)};
|
|
x9.prototype.set_mSixRestVolume=x9.prototype.sQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jla(c,a)};Object.defineProperty(x9.prototype,"mSixRestVolume",{get:x9.prototype.nMa,set:x9.prototype.sQa});x9.prototype.get_mCompliance=x9.prototype.MDa=function(){return Kla(this.nDa)};x9.prototype.set_mCompliance=x9.prototype.TDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lla(c,a)};Object.defineProperty(x9.prototype,"mCompliance",{get:x9.prototype.MDa,set:x9.prototype.TDa});
|
|
x9.prototype.__destroy__=function(){Mla(this.nDa)};function y9(){throw"cannot construct a SoftBodySharedSettingsInvBind, no constructor in IDL";}y9.prototype=Object.create(e.prototype);y9.prototype.constructor=y9;y9.prototype.oDa=y9;y9.pDa={};d.SoftBodySharedSettingsInvBind=y9;y9.prototype.get_mJointIndex=y9.prototype.pKa=function(){return Nla(this.nDa)};y9.prototype.set_mJointIndex=y9.prototype.wOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ola(c,a)};
|
|
Object.defineProperty(y9.prototype,"mJointIndex",{get:y9.prototype.pKa,set:y9.prototype.wOa});y9.prototype.get_mInvBind=y9.prototype.hKa=function(){return l(Pla(this.nDa),r)};y9.prototype.set_mInvBind=y9.prototype.oOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Qla(c,a)};Object.defineProperty(y9.prototype,"mInvBind",{get:y9.prototype.hKa,set:y9.prototype.oOa});y9.prototype.__destroy__=function(){Rla(this.nDa)};
|
|
function z9(){throw"cannot construct a SoftBodySharedSettingsSkinWeight, no constructor in IDL";}z9.prototype=Object.create(e.prototype);z9.prototype.constructor=z9;z9.prototype.oDa=z9;z9.pDa={};d.SoftBodySharedSettingsSkinWeight=z9;z9.prototype.get_mInvBindIndex=z9.prototype.iKa=function(){return Sla(this.nDa)};z9.prototype.set_mInvBindIndex=z9.prototype.pOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Tla(c,a)};
|
|
Object.defineProperty(z9.prototype,"mInvBindIndex",{get:z9.prototype.iKa,set:z9.prototype.pOa});z9.prototype.get_mWeight=z9.prototype.$Ma=function(){return Ula(this.nDa)};z9.prototype.set_mWeight=z9.prototype.dRa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Vla(c,a)};Object.defineProperty(z9.prototype,"mWeight",{get:z9.prototype.$Ma,set:z9.prototype.dRa});z9.prototype.__destroy__=function(){Wla(this.nDa)};
|
|
function A9(){throw"cannot construct a SoftBodySharedSettingsSkinned, no constructor in IDL";}A9.prototype=Object.create(e.prototype);A9.prototype.constructor=A9;A9.prototype.oDa=A9;A9.pDa={};d.SoftBodySharedSettingsSkinned=A9;A9.prototype.get_mVertex=A9.prototype.JDa=function(){return Xla(this.nDa)};A9.prototype.set_mVertex=A9.prototype.LDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Yla(c,a)};Object.defineProperty(A9.prototype,"mVertex",{get:A9.prototype.JDa,set:A9.prototype.LDa});
|
|
A9.prototype.get_mWeights=A9.prototype.aNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Zla(c,a),z9)};A9.prototype.set_mWeights=A9.prototype.eRa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);$la(b,a,c)};Object.defineProperty(A9.prototype,"mWeights",{get:A9.prototype.aNa,set:A9.prototype.eRa});A9.prototype.get_mMaxDistance=A9.prototype.OEa=function(){return ama(this.nDa)};
|
|
A9.prototype.set_mMaxDistance=A9.prototype.DFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bma(c,a)};Object.defineProperty(A9.prototype,"mMaxDistance",{get:A9.prototype.OEa,set:A9.prototype.DFa});A9.prototype.get_mBackStopDistance=A9.prototype.aJa=function(){return cma(this.nDa)};A9.prototype.set_mBackStopDistance=A9.prototype.hNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dma(c,a)};Object.defineProperty(A9.prototype,"mBackStopDistance",{get:A9.prototype.aJa,set:A9.prototype.hNa});
|
|
A9.prototype.get_mBackStopRadius=A9.prototype.bJa=function(){return ema(this.nDa)};A9.prototype.set_mBackStopRadius=A9.prototype.iNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fma(c,a)};Object.defineProperty(A9.prototype,"mBackStopRadius",{get:A9.prototype.bJa,set:A9.prototype.iNa});A9.prototype.__destroy__=function(){gma(this.nDa)};
|
|
function B9(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=hma(a,c,b);h(B9)[this.nDa]=this}B9.prototype=Object.create(e.prototype);B9.prototype.constructor=B9;B9.prototype.oDa=B9;B9.pDa={};d.SoftBodySharedSettingsLRA=B9;B9.prototype.get_mVertex=B9.prototype.JDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return ima(c,a)};
|
|
B9.prototype.set_mVertex=B9.prototype.LDa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);jma(b,a,c)};Object.defineProperty(B9.prototype,"mVertex",{get:B9.prototype.JDa,set:B9.prototype.LDa});B9.prototype.get_mMaxDistance=B9.prototype.OEa=function(){return kma(this.nDa)};B9.prototype.set_mMaxDistance=B9.prototype.DFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lma(c,a)};
|
|
Object.defineProperty(B9.prototype,"mMaxDistance",{get:B9.prototype.OEa,set:B9.prototype.DFa});B9.prototype.__destroy__=function(){mma(this.nDa)};function C9(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=nma(a,c,b);h(C9)[this.nDa]=this}C9.prototype=Object.create(e.prototype);C9.prototype.constructor=C9;C9.prototype.oDa=C9;C9.pDa={};d.SoftBodySharedSettingsRodStretchShear=C9;
|
|
C9.prototype.get_mVertex=C9.prototype.JDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return oma(c,a)};C9.prototype.set_mVertex=C9.prototype.LDa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);pma(b,a,c)};Object.defineProperty(C9.prototype,"mVertex",{get:C9.prototype.JDa,set:C9.prototype.LDa});C9.prototype.get_mLength=C9.prototype.DKa=function(){return qma(this.nDa)};
|
|
C9.prototype.set_mLength=C9.prototype.KOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rma(c,a)};Object.defineProperty(C9.prototype,"mLength",{get:C9.prototype.DKa,set:C9.prototype.KOa});C9.prototype.get_mInvMass=C9.prototype.IEa=function(){return sma(this.nDa)};C9.prototype.set_mInvMass=C9.prototype.xFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tma(c,a)};Object.defineProperty(C9.prototype,"mInvMass",{get:C9.prototype.IEa,set:C9.prototype.xFa});
|
|
C9.prototype.get_mCompliance=C9.prototype.MDa=function(){return uma(this.nDa)};C9.prototype.set_mCompliance=C9.prototype.TDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vma(c,a)};Object.defineProperty(C9.prototype,"mCompliance",{get:C9.prototype.MDa,set:C9.prototype.TDa});C9.prototype.get_mBishop=C9.prototype.fJa=function(){return l(wma(this.nDa),t)};C9.prototype.set_mBishop=C9.prototype.mNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xma(c,a)};
|
|
Object.defineProperty(C9.prototype,"mBishop",{get:C9.prototype.fJa,set:C9.prototype.mNa});C9.prototype.__destroy__=function(){yma(this.nDa)};function D9(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=zma(a,c,b);h(D9)[this.nDa]=this}D9.prototype=Object.create(e.prototype);D9.prototype.constructor=D9;D9.prototype.oDa=D9;D9.pDa={};d.SoftBodySharedSettingsRodBendTwist=D9;
|
|
D9.prototype.get_mRod=D9.prototype.dMa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return Ama(c,a)};D9.prototype.set_mRod=D9.prototype.iQa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Bma(b,a,c)};Object.defineProperty(D9.prototype,"mRod",{get:D9.prototype.dMa,set:D9.prototype.iQa});D9.prototype.get_mCompliance=D9.prototype.MDa=function(){return Cma(this.nDa)};
|
|
D9.prototype.set_mCompliance=D9.prototype.TDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dma(c,a)};Object.defineProperty(D9.prototype,"mCompliance",{get:D9.prototype.MDa,set:D9.prototype.TDa});D9.prototype.get_mOmega0=D9.prototype.BLa=function(){return l(Ema(this.nDa),t)};D9.prototype.set_mOmega0=D9.prototype.IPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fma(c,a)};Object.defineProperty(D9.prototype,"mOmega0",{get:D9.prototype.BLa,set:D9.prototype.IPa});
|
|
D9.prototype.__destroy__=function(){Gma(this.nDa)};function E9(){this.nDa=Hma();h(E9)[this.nDa]=this}E9.prototype=Object.create(e.prototype);E9.prototype.constructor=E9;E9.prototype.oDa=E9;E9.pDa={};d.ArraySoftBodySharedSettingsVertex=E9;E9.prototype.empty=E9.prototype.empty=function(){return!!Ima(this.nDa)};E9.prototype.size=E9.prototype.size=function(){return Jma(this.nDa)};E9.prototype.at=E9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Kma(c,a),t9)};
|
|
E9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lma(c,a)};E9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Mma(c,a)};E9.prototype.resize=E9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Nma(c,a)};E9.prototype.clear=E9.prototype.clear=function(){Oma(this.nDa)};E9.prototype.__destroy__=function(){Pma(this.nDa)};function F9(){this.nDa=Qma();h(F9)[this.nDa]=this}F9.prototype=Object.create(e.prototype);
|
|
F9.prototype.constructor=F9;F9.prototype.oDa=F9;F9.pDa={};d.ArraySoftBodySharedSettingsFace=F9;F9.prototype.empty=F9.prototype.empty=function(){return!!Rma(this.nDa)};F9.prototype.size=F9.prototype.size=function(){return Sma(this.nDa)};F9.prototype.at=F9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Tma(c,a),u9)};F9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Uma(c,a)};
|
|
F9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Vma(c,a)};F9.prototype.resize=F9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wma(c,a)};F9.prototype.clear=F9.prototype.clear=function(){Xma(this.nDa)};F9.prototype.__destroy__=function(){Yma(this.nDa)};function G9(){this.nDa=Zma();h(G9)[this.nDa]=this}G9.prototype=Object.create(e.prototype);G9.prototype.constructor=G9;G9.prototype.oDa=G9;G9.pDa={};d.ArraySoftBodySharedSettingsEdge=G9;
|
|
G9.prototype.empty=G9.prototype.empty=function(){return!!$ma(this.nDa)};G9.prototype.size=G9.prototype.size=function(){return ana(this.nDa)};G9.prototype.at=G9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(bna(c,a),v9)};G9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cna(c,a)};G9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dna(c,a)};
|
|
G9.prototype.resize=G9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ena(c,a)};G9.prototype.clear=G9.prototype.clear=function(){fna(this.nDa)};G9.prototype.__destroy__=function(){gna(this.nDa)};function H9(){this.nDa=hna();h(H9)[this.nDa]=this}H9.prototype=Object.create(e.prototype);H9.prototype.constructor=H9;H9.prototype.oDa=H9;H9.pDa={};d.ArraySoftBodySharedSettingsDihedralBend=H9;H9.prototype.empty=H9.prototype.empty=function(){return!!ina(this.nDa)};
|
|
H9.prototype.size=H9.prototype.size=function(){return jna(this.nDa)};H9.prototype.at=H9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(kna(c,a),w9)};H9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lna(c,a)};H9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mna(c,a)};H9.prototype.resize=H9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nna(c,a)};
|
|
H9.prototype.clear=H9.prototype.clear=function(){ona(this.nDa)};H9.prototype.__destroy__=function(){pna(this.nDa)};function I9(){this.nDa=qna();h(I9)[this.nDa]=this}I9.prototype=Object.create(e.prototype);I9.prototype.constructor=I9;I9.prototype.oDa=I9;I9.pDa={};d.ArraySoftBodySharedSettingsVolume=I9;I9.prototype.empty=I9.prototype.empty=function(){return!!rna(this.nDa)};I9.prototype.size=I9.prototype.size=function(){return sna(this.nDa)};
|
|
I9.prototype.at=I9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(tna(c,a),x9)};I9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);una(c,a)};I9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vna(c,a)};I9.prototype.resize=I9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wna(c,a)};I9.prototype.clear=I9.prototype.clear=function(){xna(this.nDa)};
|
|
I9.prototype.__destroy__=function(){yna(this.nDa)};function J9(){this.nDa=zna();h(J9)[this.nDa]=this}J9.prototype=Object.create(e.prototype);J9.prototype.constructor=J9;J9.prototype.oDa=J9;J9.pDa={};d.ArraySoftBodySharedSettingsInvBind=J9;J9.prototype.empty=J9.prototype.empty=function(){return!!Ana(this.nDa)};J9.prototype.size=J9.prototype.size=function(){return Bna(this.nDa)};J9.prototype.at=J9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Cna(c,a),y9)};
|
|
J9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dna(c,a)};J9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ena(c,a)};J9.prototype.resize=J9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fna(c,a)};J9.prototype.clear=J9.prototype.clear=function(){Gna(this.nDa)};J9.prototype.__destroy__=function(){Hna(this.nDa)};function K9(){this.nDa=Ina();h(K9)[this.nDa]=this}K9.prototype=Object.create(e.prototype);
|
|
K9.prototype.constructor=K9;K9.prototype.oDa=K9;K9.pDa={};d.ArraySoftBodySharedSettingsSkinned=K9;K9.prototype.empty=K9.prototype.empty=function(){return!!Jna(this.nDa)};K9.prototype.size=K9.prototype.size=function(){return Kna(this.nDa)};K9.prototype.at=K9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Lna(c,a),A9)};K9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Mna(c,a)};
|
|
K9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Nna(c,a)};K9.prototype.resize=K9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ona(c,a)};K9.prototype.clear=K9.prototype.clear=function(){Pna(this.nDa)};K9.prototype.__destroy__=function(){Qna(this.nDa)};function L9(){this.nDa=Rna();h(L9)[this.nDa]=this}L9.prototype=Object.create(e.prototype);L9.prototype.constructor=L9;L9.prototype.oDa=L9;L9.pDa={};d.ArraySoftBodySharedSettingsLRA=L9;
|
|
L9.prototype.empty=L9.prototype.empty=function(){return!!Sna(this.nDa)};L9.prototype.size=L9.prototype.size=function(){return Tna(this.nDa)};L9.prototype.at=L9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Una(c,a),B9)};L9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Vna(c,a)};L9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wna(c,a)};
|
|
L9.prototype.resize=L9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Xna(c,a)};L9.prototype.clear=L9.prototype.clear=function(){Yna(this.nDa)};L9.prototype.__destroy__=function(){Zna(this.nDa)};function M9(){this.nDa=$na();h(M9)[this.nDa]=this}M9.prototype=Object.create(e.prototype);M9.prototype.constructor=M9;M9.prototype.oDa=M9;M9.pDa={};d.ArraySoftBodySharedSettingsRodStretchShear=M9;M9.prototype.empty=M9.prototype.empty=function(){return!!aoa(this.nDa)};
|
|
M9.prototype.size=M9.prototype.size=function(){return boa(this.nDa)};M9.prototype.at=M9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(coa(c,a),C9)};M9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);doa(c,a)};M9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eoa(c,a)};M9.prototype.resize=M9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);foa(c,a)};
|
|
M9.prototype.clear=M9.prototype.clear=function(){goa(this.nDa)};M9.prototype.__destroy__=function(){hoa(this.nDa)};function N9(){this.nDa=ioa();h(N9)[this.nDa]=this}N9.prototype=Object.create(e.prototype);N9.prototype.constructor=N9;N9.prototype.oDa=N9;N9.pDa={};d.ArraySoftBodySharedSettingsRodBendTwist=N9;N9.prototype.empty=N9.prototype.empty=function(){return!!joa(this.nDa)};N9.prototype.size=N9.prototype.size=function(){return koa(this.nDa)};
|
|
N9.prototype.at=N9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(loa(c,a),D9)};N9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);moa(c,a)};N9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);noa(c,a)};N9.prototype.resize=N9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ooa(c,a)};N9.prototype.clear=N9.prototype.clear=function(){poa(this.nDa)};
|
|
N9.prototype.__destroy__=function(){qoa(this.nDa)};function O9(){this.nDa=roa();h(O9)[this.nDa]=this}O9.prototype=Object.create(e.prototype);O9.prototype.constructor=O9;O9.prototype.oDa=O9;O9.pDa={};d.SoftBodySharedSettingsVertexAttributes=O9;O9.prototype.get_mCompliance=O9.prototype.MDa=function(){return soa(this.nDa)};O9.prototype.set_mCompliance=O9.prototype.TDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);toa(c,a)};
|
|
Object.defineProperty(O9.prototype,"mCompliance",{get:O9.prototype.MDa,set:O9.prototype.TDa});O9.prototype.get_mShearCompliance=O9.prototype.mMa=function(){return uoa(this.nDa)};O9.prototype.set_mShearCompliance=O9.prototype.rQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);voa(c,a)};Object.defineProperty(O9.prototype,"mShearCompliance",{get:O9.prototype.mMa,set:O9.prototype.rQa});O9.prototype.get_mBendCompliance=O9.prototype.eJa=function(){return woa(this.nDa)};
|
|
O9.prototype.set_mBendCompliance=O9.prototype.lNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xoa(c,a)};Object.defineProperty(O9.prototype,"mBendCompliance",{get:O9.prototype.eJa,set:O9.prototype.lNa});O9.prototype.get_mLRAType=O9.prototype.uKa=function(){return yoa(this.nDa)};O9.prototype.set_mLRAType=O9.prototype.BOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zoa(c,a)};Object.defineProperty(O9.prototype,"mLRAType",{get:O9.prototype.uKa,set:O9.prototype.BOa});
|
|
O9.prototype.get_mLRAMaxDistanceMultiplier=O9.prototype.tKa=function(){return Aoa(this.nDa)};O9.prototype.set_mLRAMaxDistanceMultiplier=O9.prototype.AOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Boa(c,a)};Object.defineProperty(O9.prototype,"mLRAMaxDistanceMultiplier",{get:O9.prototype.tKa,set:O9.prototype.AOa});O9.prototype.__destroy__=function(){Coa(this.nDa)};function P9(){this.nDa=Doa();h(P9)[this.nDa]=this}P9.prototype=Object.create(e.prototype);P9.prototype.constructor=P9;
|
|
P9.prototype.oDa=P9;P9.pDa={};d.ArraySoftBodySharedSettingsVertexAttributes=P9;P9.prototype.empty=P9.prototype.empty=function(){return!!Eoa(this.nDa)};P9.prototype.size=P9.prototype.size=function(){return Foa(this.nDa)};P9.prototype.at=P9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Goa(c,a),O9)};P9.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Hoa(c,a)};
|
|
P9.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ioa(c,a)};P9.prototype.resize=P9.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Joa(c,a)};P9.prototype.clear=P9.prototype.clear=function(){Koa(this.nDa)};P9.prototype.data=P9.prototype.data=function(){return l(Loa(this.nDa),O9)};P9.prototype.__destroy__=function(){Moa(this.nDa)};function S(){this.nDa=Noa();h(S)[this.nDa]=this}S.prototype=Object.create(e.prototype);
|
|
S.prototype.constructor=S;S.prototype.oDa=S;S.pDa={};d.SoftBodySharedSettings=S;S.prototype.GetRefCount=function(){return Ooa(this.nDa)};S.prototype.AddRef=function(){Poa(this.nDa)};S.prototype.Release=function(){Qoa(this.nDa)};S.prototype.CreateConstraints=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);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.nDa;a&&"object"===typeof a&&(a=a.nDa);Uoa(c,a)};S.prototype.CalculateEdgeLengths=function(){Voa(this.nDa)};S.prototype.CalculateRodProperties=function(){Woa(this.nDa)};S.prototype.CalculateLRALengths=function(){Xoa(this.nDa)};S.prototype.CalculateBendConstraintConstants=function(){Yoa(this.nDa)};S.prototype.CalculateVolumeConstraintVolumes=function(){Zoa(this.nDa)};S.prototype.CalculateSkinnedConstraintNormals=function(){$oa(this.nDa)};
|
|
S.prototype.Optimize=function(){apa(this.nDa)};S.prototype.Clone=function(){return l(bpa(this.nDa),S)};S.prototype.get_mVertices=S.prototype.SMa=function(){return l(cpa(this.nDa),E9)};S.prototype.set_mVertices=S.prototype.WQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dpa(c,a)};Object.defineProperty(S.prototype,"mVertices",{get:S.prototype.SMa,set:S.prototype.WQa});S.prototype.get_mFaces=S.prototype.MJa=function(){return l(epa(this.nDa),F9)};
|
|
S.prototype.set_mFaces=S.prototype.TNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fpa(c,a)};Object.defineProperty(S.prototype,"mFaces",{get:S.prototype.MJa,set:S.prototype.TNa});S.prototype.get_mEdgeConstraints=S.prototype.KJa=function(){return l(gpa(this.nDa),G9)};S.prototype.set_mEdgeConstraints=S.prototype.RNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hpa(c,a)};Object.defineProperty(S.prototype,"mEdgeConstraints",{get:S.prototype.KJa,set:S.prototype.RNa});
|
|
S.prototype.get_mDihedralBendConstraints=S.prototype.IJa=function(){return l(ipa(this.nDa),H9)};S.prototype.set_mDihedralBendConstraints=S.prototype.PNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jpa(c,a)};Object.defineProperty(S.prototype,"mDihedralBendConstraints",{get:S.prototype.IJa,set:S.prototype.PNa});S.prototype.get_mVolumeConstraints=S.prototype.TMa=function(){return l(kpa(this.nDa),I9)};
|
|
S.prototype.set_mVolumeConstraints=S.prototype.XQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lpa(c,a)};Object.defineProperty(S.prototype,"mVolumeConstraints",{get:S.prototype.TMa,set:S.prototype.XQa});S.prototype.get_mSkinnedConstraints=S.prototype.pMa=function(){return l(mpa(this.nDa),K9)};S.prototype.set_mSkinnedConstraints=S.prototype.uQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);npa(c,a)};
|
|
Object.defineProperty(S.prototype,"mSkinnedConstraints",{get:S.prototype.pMa,set:S.prototype.uQa});S.prototype.get_mInvBindMatrices=S.prototype.jKa=function(){return l(opa(this.nDa),J9)};S.prototype.set_mInvBindMatrices=S.prototype.qOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ppa(c,a)};Object.defineProperty(S.prototype,"mInvBindMatrices",{get:S.prototype.jKa,set:S.prototype.qOa});S.prototype.get_mLRAConstraints=S.prototype.sKa=function(){return l(qpa(this.nDa),L9)};
|
|
S.prototype.set_mLRAConstraints=S.prototype.zOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rpa(c,a)};Object.defineProperty(S.prototype,"mLRAConstraints",{get:S.prototype.sKa,set:S.prototype.zOa});S.prototype.get_mRodStretchShearConstraints=S.prototype.fMa=function(){return l(spa(this.nDa),M9)};S.prototype.set_mRodStretchShearConstraints=S.prototype.kQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tpa(c,a)};
|
|
Object.defineProperty(S.prototype,"mRodStretchShearConstraints",{get:S.prototype.fMa,set:S.prototype.kQa});S.prototype.get_mRodBendTwistConstraints=S.prototype.eMa=function(){return l(upa(this.nDa),N9)};S.prototype.set_mRodBendTwistConstraints=S.prototype.jQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vpa(c,a)};Object.defineProperty(S.prototype,"mRodBendTwistConstraints",{get:S.prototype.eMa,set:S.prototype.jQa});
|
|
S.prototype.get_mMaterials=S.prototype.MEa=function(){return l(wpa(this.nDa),q7)};S.prototype.set_mMaterials=S.prototype.BFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xpa(c,a)};Object.defineProperty(S.prototype,"mMaterials",{get:S.prototype.MEa,set:S.prototype.BFa});S.prototype.__destroy__=function(){ypa(this.nDa)};
|
|
function O(a,c,b,f){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);this.nDa=zpa(a,c,b,f);h(O)[this.nDa]=this}O.prototype=Object.create(e.prototype);O.prototype.constructor=O;O.prototype.oDa=O;O.pDa={};d.SoftBodyCreationSettings=O;O.prototype.get_mPosition=O.prototype.BDa=function(){return l(Apa(this.nDa),x)};
|
|
O.prototype.set_mPosition=O.prototype.DDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bpa(c,a)};Object.defineProperty(O.prototype,"mPosition",{get:O.prototype.BDa,set:O.prototype.DDa});O.prototype.get_mRotation=O.prototype.RDa=function(){return l(Cpa(this.nDa),t)};O.prototype.set_mRotation=O.prototype.YDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dpa(c,a)};Object.defineProperty(O.prototype,"mRotation",{get:O.prototype.RDa,set:O.prototype.YDa});
|
|
O.prototype.get_mUserData=O.prototype.qDa=function(){return Epa(this.nDa)};O.prototype.set_mUserData=O.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fpa(c,a)};Object.defineProperty(O.prototype,"mUserData",{get:O.prototype.qDa,set:O.prototype.rDa});O.prototype.get_mObjectLayer=O.prototype.SEa=function(){return Gpa(this.nDa)};O.prototype.set_mObjectLayer=O.prototype.HFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Hpa(c,a)};
|
|
Object.defineProperty(O.prototype,"mObjectLayer",{get:O.prototype.SEa,set:O.prototype.HFa});O.prototype.get_mCollisionGroup=O.prototype.BEa=function(){return l(Ipa(this.nDa),r6)};O.prototype.set_mCollisionGroup=O.prototype.pFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jpa(c,a)};Object.defineProperty(O.prototype,"mCollisionGroup",{get:O.prototype.BEa,set:O.prototype.pFa});O.prototype.get_mNumIterations=O.prototype.wLa=function(){return Kpa(this.nDa)};
|
|
O.prototype.set_mNumIterations=O.prototype.DPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lpa(c,a)};Object.defineProperty(O.prototype,"mNumIterations",{get:O.prototype.wLa,set:O.prototype.DPa});O.prototype.get_mLinearDamping=O.prototype.JEa=function(){return Mpa(this.nDa)};O.prototype.set_mLinearDamping=O.prototype.yFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Npa(c,a)};Object.defineProperty(O.prototype,"mLinearDamping",{get:O.prototype.JEa,set:O.prototype.yFa});
|
|
O.prototype.get_mMaxLinearVelocity=O.prototype.PEa=function(){return Opa(this.nDa)};O.prototype.set_mMaxLinearVelocity=O.prototype.EFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ppa(c,a)};Object.defineProperty(O.prototype,"mMaxLinearVelocity",{get:O.prototype.PEa,set:O.prototype.EFa});O.prototype.get_mRestitution=O.prototype.WEa=function(){return Qpa(this.nDa)};O.prototype.set_mRestitution=O.prototype.LFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rpa(c,a)};
|
|
Object.defineProperty(O.prototype,"mRestitution",{get:O.prototype.WEa,set:O.prototype.LFa});O.prototype.get_mFriction=O.prototype.GEa=function(){return Spa(this.nDa)};O.prototype.set_mFriction=O.prototype.vFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Tpa(c,a)};Object.defineProperty(O.prototype,"mFriction",{get:O.prototype.GEa,set:O.prototype.vFa});O.prototype.get_mPressure=O.prototype.VLa=function(){return Upa(this.nDa)};
|
|
O.prototype.set_mPressure=O.prototype.aQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Vpa(c,a)};Object.defineProperty(O.prototype,"mPressure",{get:O.prototype.VLa,set:O.prototype.aQa});O.prototype.get_mGravityFactor=O.prototype.HEa=function(){return Wpa(this.nDa)};O.prototype.set_mGravityFactor=O.prototype.wFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Xpa(c,a)};Object.defineProperty(O.prototype,"mGravityFactor",{get:O.prototype.HEa,set:O.prototype.wFa});
|
|
O.prototype.get_mVertexRadius=O.prototype.RMa=function(){return Ypa(this.nDa)};O.prototype.set_mVertexRadius=O.prototype.VQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Zpa(c,a)};Object.defineProperty(O.prototype,"mVertexRadius",{get:O.prototype.RMa,set:O.prototype.VQa});O.prototype.get_mUpdatePosition=O.prototype.LMa=function(){return!!$pa(this.nDa)};O.prototype.set_mUpdatePosition=O.prototype.QQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aqa(c,a)};
|
|
Object.defineProperty(O.prototype,"mUpdatePosition",{get:O.prototype.LMa,set:O.prototype.QQa});O.prototype.get_mMakeRotationIdentity=O.prototype.LKa=function(){return!!bqa(this.nDa)};O.prototype.set_mMakeRotationIdentity=O.prototype.SOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cqa(c,a)};Object.defineProperty(O.prototype,"mMakeRotationIdentity",{get:O.prototype.LKa,set:O.prototype.SOa});O.prototype.get_mAllowSleeping=O.prototype.eEa=function(){return!!dqa(this.nDa)};
|
|
O.prototype.set_mAllowSleeping=O.prototype.nEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eqa(c,a)};Object.defineProperty(O.prototype,"mAllowSleeping",{get:O.prototype.eEa,set:O.prototype.nEa});O.prototype.get_mFacesDoubleSided=O.prototype.NJa=function(){return!!fqa(this.nDa)};O.prototype.set_mFacesDoubleSided=O.prototype.UNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gqa(c,a)};Object.defineProperty(O.prototype,"mFacesDoubleSided",{get:O.prototype.NJa,set:O.prototype.UNa});
|
|
O.prototype.__destroy__=function(){hqa(this.nDa)};function Q9(){throw"cannot construct a SoftBodyVertex, no constructor in IDL";}Q9.prototype=Object.create(e.prototype);Q9.prototype.constructor=Q9;Q9.prototype.oDa=Q9;Q9.pDa={};d.SoftBodyVertex=Q9;Q9.prototype.get_mPreviousPosition=Q9.prototype.WLa=function(){return l(iqa(this.nDa),p)};Q9.prototype.set_mPreviousPosition=Q9.prototype.bQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jqa(c,a)};
|
|
Object.defineProperty(Q9.prototype,"mPreviousPosition",{get:Q9.prototype.WLa,set:Q9.prototype.bQa});Q9.prototype.get_mPosition=Q9.prototype.BDa=function(){return l(kqa(this.nDa),p)};Q9.prototype.set_mPosition=Q9.prototype.DDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lqa(c,a)};Object.defineProperty(Q9.prototype,"mPosition",{get:Q9.prototype.BDa,set:Q9.prototype.DDa});Q9.prototype.get_mVelocity=Q9.prototype.yHa=function(){return l(mqa(this.nDa),p)};
|
|
Q9.prototype.set_mVelocity=Q9.prototype.WIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nqa(c,a)};Object.defineProperty(Q9.prototype,"mVelocity",{get:Q9.prototype.yHa,set:Q9.prototype.WIa});Q9.prototype.get_mInvMass=Q9.prototype.IEa=function(){return oqa(this.nDa)};Q9.prototype.set_mInvMass=Q9.prototype.xFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pqa(c,a)};Object.defineProperty(Q9.prototype,"mInvMass",{get:Q9.prototype.IEa,set:Q9.prototype.xFa});
|
|
Q9.prototype.__destroy__=function(){qqa(this.nDa)};function R9(){throw"cannot construct a SoftBodyVertexTraits, no constructor in IDL";}R9.prototype=Object.create(e.prototype);R9.prototype.constructor=R9;R9.prototype.oDa=R9;R9.pDa={};d.SoftBodyVertexTraits=R9;R9.prototype.get_mPreviousPositionOffset=R9.prototype.XLa=function(){return rqa(this.nDa)};Object.defineProperty(R9.prototype,"mPreviousPositionOffset",{get:R9.prototype.XLa});R9.prototype.get_mPositionOffset=R9.prototype.TLa=function(){return sqa(this.nDa)};
|
|
Object.defineProperty(R9.prototype,"mPositionOffset",{get:R9.prototype.TLa});R9.prototype.get_mVelocityOffset=R9.prototype.QMa=function(){return tqa(this.nDa)};Object.defineProperty(R9.prototype,"mVelocityOffset",{get:R9.prototype.QMa});R9.prototype.__destroy__=function(){uqa(this.nDa)};function I8(){this.nDa=vqa();h(I8)[this.nDa]=this}I8.prototype=Object.create(e.prototype);I8.prototype.constructor=I8;I8.prototype.oDa=I8;I8.pDa={};d.ArraySoftBodyVertex=I8;I8.prototype.empty=I8.prototype.empty=function(){return!!wqa(this.nDa)};
|
|
I8.prototype.size=I8.prototype.size=function(){return xqa(this.nDa)};I8.prototype.at=I8.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(yqa(c,a),Q9)};I8.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zqa(c,a)};I8.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Aqa(c,a)};I8.prototype.resize=I8.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bqa(c,a)};
|
|
I8.prototype.clear=I8.prototype.clear=function(){Cqa(this.nDa)};I8.prototype.__destroy__=function(){Dqa(this.nDa)};function T(){throw"cannot construct a SoftBodyMotionProperties, no constructor in IDL";}T.prototype=Object.create(Y5.prototype);T.prototype.constructor=T;T.prototype.oDa=T;T.pDa={};d.SoftBodyMotionProperties=T;T.prototype.GetSettings=function(){return l(Eqa(this.nDa),S)};T.prototype.GetVertices=function(){return l(Fqa(this.nDa),I8)};
|
|
T.prototype.GetVertex=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Gqa(c,a),Q9)};T.prototype.GetRodRotation=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Hqa(c,a),t)};T.prototype.GetRodAngularVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Iqa(c,a),p)};T.prototype.GetMaterials=function(){return l(Jqa(this.nDa),q7)};T.prototype.GetFaces=function(){return l(Kqa(this.nDa),F9)};
|
|
T.prototype.GetFace=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Lqa(c,a),u9)};T.prototype.GetNumIterations=function(){return Mqa(this.nDa)};T.prototype.SetNumIterations=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Nqa(c,a)};T.prototype.GetPressure=function(){return Oqa(this.nDa)};T.prototype.SetPressure=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Pqa(c,a)};T.prototype.GetUpdatePosition=function(){return!!Qqa(this.nDa)};
|
|
T.prototype.SetUpdatePosition=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rqa(c,a)};T.prototype.GetEnableSkinConstraints=function(){return!!Sqa(this.nDa)};T.prototype.SetEnableSkinConstraints=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Tqa(c,a)};T.prototype.GetSkinnedMaxDistanceMultiplier=function(){return Uqa(this.nDa)};T.prototype.SetSkinnedMaxDistanceMultiplier=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Vqa(c,a)};T.prototype.GetVertexRadius=function(){return Wqa(this.nDa)};
|
|
T.prototype.SetVertexRadius=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Xqa(c,a)};T.prototype.GetLocalBounds=function(){return l(Yqa(this.nDa),n)};T.prototype.CustomUpdate=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);Zqa(f,a,c,b)};
|
|
T.prototype.SkinVertices=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);$qa(k,a,c,b,f,g)};T.prototype.GetMotionQuality=function(){return ara(this.nDa)};T.prototype.GetAllowedDOFs=function(){return bra(this.nDa)};T.prototype.GetAllowSleeping=function(){return!!cra(this.nDa)};T.prototype.GetLinearVelocity=function(){return l(dra(this.nDa),p)};
|
|
T.prototype.SetLinearVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);era(c,a)};T.prototype.SetLinearVelocityClamped=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fra(c,a)};T.prototype.GetAngularVelocity=function(){return l(gra(this.nDa),p)};T.prototype.SetAngularVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hra(c,a)};T.prototype.SetAngularVelocityClamped=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ira(c,a)};
|
|
T.prototype.MoveKinematic=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);jra(f,a,c,b)};T.prototype.GetMaxLinearVelocity=function(){return kra(this.nDa)};T.prototype.SetMaxLinearVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lra(c,a)};T.prototype.GetMaxAngularVelocity=function(){return mra(this.nDa)};
|
|
T.prototype.SetMaxAngularVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nra(c,a)};T.prototype.ClampLinearVelocity=function(){ora(this.nDa)};T.prototype.ClampAngularVelocity=function(){pra(this.nDa)};T.prototype.GetLinearDamping=function(){return qra(this.nDa)};T.prototype.SetLinearDamping=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rra(c,a)};T.prototype.GetAngularDamping=function(){return sra(this.nDa)};
|
|
T.prototype.SetAngularDamping=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tra(c,a)};T.prototype.GetGravityFactor=function(){return ura(this.nDa)};T.prototype.SetGravityFactor=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vra(c,a)};T.prototype.SetMassProperties=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);wra(b,a,c)};T.prototype.GetInverseMass=function(){return xra(this.nDa)};T.prototype.GetInverseMassUnchecked=function(){return yra(this.nDa)};
|
|
T.prototype.SetInverseMass=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zra(c,a)};T.prototype.GetInverseInertiaDiagonal=function(){return l(Ara(this.nDa),p)};T.prototype.GetInertiaRotation=function(){return l(Bra(this.nDa),t)};T.prototype.SetInverseInertia=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Cra(b,a,c)};T.prototype.ScaleToMass=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dra(c,a)};
|
|
T.prototype.GetLocalSpaceInverseInertia=function(){return l(Era(this.nDa),r)};T.prototype.GetInverseInertiaForRotation=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Fra(c,a),r)};T.prototype.MultiplyWorldSpaceInverseInertiaByVector=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(Gra(b,a,c),p)};T.prototype.GetPointVelocityCOM=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Hra(c,a),p)};
|
|
T.prototype.GetAccumulatedForce=function(){return l(Ira(this.nDa),p)};T.prototype.GetAccumulatedTorque=function(){return l(Jra(this.nDa),p)};T.prototype.ResetForce=function(){Kra(this.nDa)};T.prototype.ResetTorque=function(){Lra(this.nDa)};T.prototype.ResetMotion=function(){Mra(this.nDa)};T.prototype.LockTranslation=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Nra(c,a),p)};
|
|
T.prototype.LockAngular=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Ora(c,a),p)};T.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Pra(c,a)};T.prototype.GetNumVelocityStepsOverride=function(){return Qra(this.nDa)};T.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rra(c,a)};T.prototype.GetNumPositionStepsOverride=function(){return Sra(this.nDa)};T.prototype.__destroy__=function(){Tra(this.nDa)};
|
|
function S9(){throw"cannot construct a SoftBodyShape, no constructor in IDL";}S9.prototype=Object.create(m.prototype);S9.prototype.constructor=S9;S9.prototype.oDa=S9;S9.pDa={};d.SoftBodyShape=S9;S9.prototype.GetSubShapeIDBits=function(){return Ura(this.nDa)};S9.prototype.GetFaceIndex=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return Vra(c,a)};S9.prototype.GetRefCount=function(){return Wra(this.nDa)};S9.prototype.AddRef=function(){Xra(this.nDa)};S9.prototype.Release=function(){Yra(this.nDa)};
|
|
S9.prototype.GetType=function(){return Zra(this.nDa)};S9.prototype.GetSubType=function(){return $ra(this.nDa)};S9.prototype.MustBeStatic=function(){return!!asa(this.nDa)};S9.prototype.GetLocalBounds=function(){return l(bsa(this.nDa),n)};S9.prototype.GetWorldSpaceBounds=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(csa(b,a,c),n)};S9.prototype.GetCenterOfMass=function(){return l(dsa(this.nDa),p)};S9.prototype.GetUserData=function(){return esa(this.nDa)};
|
|
S9.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fsa(c,a)};S9.prototype.GetSubShapeIDBitsRecursive=function(){return gsa(this.nDa)};S9.prototype.GetInnerRadius=function(){return hsa(this.nDa)};S9.prototype.GetMassProperties=function(){return l(isa(this.nDa),x5)};S9.prototype.GetLeafShape=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(jsa(b,a,c),m)};
|
|
S9.prototype.GetMaterial=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ksa(c,a),y5)};S9.prototype.GetSurfaceNormal=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return l(lsa(b,a,c),p)};S9.prototype.GetSubShapeUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return msa(c,a)};
|
|
S9.prototype.GetSubShapeTransformedShape=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return l(nsa(k,a,c,b,f,g),q)};S9.prototype.GetVolume=function(){return osa(this.nDa)};S9.prototype.IsValidScale=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!psa(c,a)};
|
|
S9.prototype.MakeScaleValid=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(qsa(c,a),p)};S9.prototype.ScaleShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(rsa(c,a),w5)};S9.prototype.__destroy__=function(){ssa(this.nDa)};function T9(){this.nDa=tsa();h(T9)[this.nDa]=this}T9.prototype=Object.create(e.prototype);T9.prototype.constructor=T9;T9.prototype.oDa=T9;T9.pDa={};d.CharacterID=T9;T9.prototype.GetValue=function(){return usa(this.nDa)};
|
|
T9.prototype.IsInvalid=function(){return!!vsa(this.nDa)};T9.prototype.sNextCharacterID=function(){return l(wsa(),T9)};T9.prototype.sSetNextCharacterID=function(a){a&&"object"===typeof a&&(a=a.nDa);xsa(a)};T9.prototype.__destroy__=function(){ysa(this.nDa)};function U(){this.nDa=zsa();h(U)[this.nDa]=this}U.prototype=Object.create(s6.prototype);U.prototype.constructor=U;U.prototype.oDa=U;U.pDa={};d.CharacterVirtualSettings=U;U.prototype.GetRefCount=function(){return Asa(this.nDa)};
|
|
U.prototype.AddRef=function(){Bsa(this.nDa)};U.prototype.Release=function(){Csa(this.nDa)};U.prototype.get_mID=U.prototype.aKa=function(){return l(Dsa(this.nDa),T9)};U.prototype.set_mID=U.prototype.hOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Esa(c,a)};Object.defineProperty(U.prototype,"mID",{get:U.prototype.aKa,set:U.prototype.hOa});U.prototype.get_mMass=U.prototype.QGa=function(){return Fsa(this.nDa)};
|
|
U.prototype.set_mMass=U.prototype.mIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Gsa(c,a)};Object.defineProperty(U.prototype,"mMass",{get:U.prototype.QGa,set:U.prototype.mIa});U.prototype.get_mMaxStrength=U.prototype.iLa=function(){return Hsa(this.nDa)};U.prototype.set_mMaxStrength=U.prototype.pPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Isa(c,a)};Object.defineProperty(U.prototype,"mMaxStrength",{get:U.prototype.iLa,set:U.prototype.pPa});
|
|
U.prototype.get_mShapeOffset=U.prototype.iMa=function(){return l(Jsa(this.nDa),p)};U.prototype.set_mShapeOffset=U.prototype.nQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ksa(c,a)};Object.defineProperty(U.prototype,"mShapeOffset",{get:U.prototype.iMa,set:U.prototype.nQa});U.prototype.get_mBackFaceMode=U.prototype.kGa=function(){return Lsa(this.nDa)};U.prototype.set_mBackFaceMode=U.prototype.IHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Msa(c,a)};
|
|
Object.defineProperty(U.prototype,"mBackFaceMode",{get:U.prototype.kGa,set:U.prototype.IHa});U.prototype.get_mPredictiveContactDistance=U.prototype.ULa=function(){return Nsa(this.nDa)};U.prototype.set_mPredictiveContactDistance=U.prototype.$Pa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Osa(c,a)};Object.defineProperty(U.prototype,"mPredictiveContactDistance",{get:U.prototype.ULa,set:U.prototype.$Pa});U.prototype.get_mMaxCollisionIterations=U.prototype.SKa=function(){return Psa(this.nDa)};
|
|
U.prototype.set_mMaxCollisionIterations=U.prototype.ZOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Qsa(c,a)};Object.defineProperty(U.prototype,"mMaxCollisionIterations",{get:U.prototype.SKa,set:U.prototype.ZOa});U.prototype.get_mMaxConstraintIterations=U.prototype.TKa=function(){return Rsa(this.nDa)};U.prototype.set_mMaxConstraintIterations=U.prototype.$Oa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ssa(c,a)};
|
|
Object.defineProperty(U.prototype,"mMaxConstraintIterations",{get:U.prototype.TKa,set:U.prototype.$Oa});U.prototype.get_mMinTimeRemaining=U.prototype.rLa=function(){return Tsa(this.nDa)};U.prototype.set_mMinTimeRemaining=U.prototype.yPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Usa(c,a)};Object.defineProperty(U.prototype,"mMinTimeRemaining",{get:U.prototype.rLa,set:U.prototype.yPa});U.prototype.get_mCollisionTolerance=U.prototype.gEa=function(){return Vsa(this.nDa)};
|
|
U.prototype.set_mCollisionTolerance=U.prototype.pEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wsa(c,a)};Object.defineProperty(U.prototype,"mCollisionTolerance",{get:U.prototype.gEa,set:U.prototype.pEa});U.prototype.get_mCharacterPadding=U.prototype.vJa=function(){return Xsa(this.nDa)};U.prototype.set_mCharacterPadding=U.prototype.CNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Ysa(c,a)};
|
|
Object.defineProperty(U.prototype,"mCharacterPadding",{get:U.prototype.vJa,set:U.prototype.CNa});U.prototype.get_mMaxNumHits=U.prototype.dLa=function(){return Zsa(this.nDa)};U.prototype.set_mMaxNumHits=U.prototype.kPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$sa(c,a)};Object.defineProperty(U.prototype,"mMaxNumHits",{get:U.prototype.dLa,set:U.prototype.kPa});U.prototype.get_mHitReductionCosMaxAngle=U.prototype.ZJa=function(){return ata(this.nDa)};
|
|
U.prototype.set_mHitReductionCosMaxAngle=U.prototype.fOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bta(c,a)};Object.defineProperty(U.prototype,"mHitReductionCosMaxAngle",{get:U.prototype.ZJa,set:U.prototype.fOa});U.prototype.get_mPenetrationRecoverySpeed=U.prototype.ILa=function(){return cta(this.nDa)};U.prototype.set_mPenetrationRecoverySpeed=U.prototype.PPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dta(c,a)};
|
|
Object.defineProperty(U.prototype,"mPenetrationRecoverySpeed",{get:U.prototype.ILa,set:U.prototype.PPa});U.prototype.get_mInnerBodyShape=U.prototype.gKa=function(){return l(eta(this.nDa),m)};U.prototype.set_mInnerBodyShape=U.prototype.nOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fta(c,a)};Object.defineProperty(U.prototype,"mInnerBodyShape",{get:U.prototype.gKa,set:U.prototype.nOa});U.prototype.get_mInnerBodyIDOverride=U.prototype.eKa=function(){return l(gta(this.nDa),N5)};
|
|
U.prototype.set_mInnerBodyIDOverride=U.prototype.lOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hta(c,a)};Object.defineProperty(U.prototype,"mInnerBodyIDOverride",{get:U.prototype.eKa,set:U.prototype.lOa});U.prototype.get_mInnerBodyLayer=U.prototype.fKa=function(){return ita(this.nDa)};U.prototype.set_mInnerBodyLayer=U.prototype.mOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jta(c,a)};Object.defineProperty(U.prototype,"mInnerBodyLayer",{get:U.prototype.fKa,set:U.prototype.mOa});
|
|
U.prototype.get_mUp=U.prototype.fFa=function(){return l(kta(this.nDa),p)};U.prototype.set_mUp=U.prototype.VFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lta(c,a)};Object.defineProperty(U.prototype,"mUp",{get:U.prototype.fFa,set:U.prototype.VFa});U.prototype.get_mSupportingVolume=U.prototype.qHa=function(){return l(mta(this.nDa),t6)};U.prototype.set_mSupportingVolume=U.prototype.OIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nta(c,a)};
|
|
Object.defineProperty(U.prototype,"mSupportingVolume",{get:U.prototype.qHa,set:U.prototype.OIa});U.prototype.get_mMaxSlopeAngle=U.prototype.WGa=function(){return ota(this.nDa)};U.prototype.set_mMaxSlopeAngle=U.prototype.sIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pta(c,a)};Object.defineProperty(U.prototype,"mMaxSlopeAngle",{get:U.prototype.WGa,set:U.prototype.sIa});U.prototype.get_mEnhancedInternalEdgeRemoval=U.prototype.hEa=function(){return!!qta(this.nDa)};
|
|
U.prototype.set_mEnhancedInternalEdgeRemoval=U.prototype.qEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rta(c,a)};Object.defineProperty(U.prototype,"mEnhancedInternalEdgeRemoval",{get:U.prototype.hEa,set:U.prototype.qEa});U.prototype.get_mShape=U.prototype.SDa=function(){return l(sta(this.nDa),m)};U.prototype.set_mShape=U.prototype.vEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tta(c,a)};Object.defineProperty(U.prototype,"mShape",{get:U.prototype.SDa,set:U.prototype.vEa});
|
|
U.prototype.__destroy__=function(){uta(this.nDa)};function U9(){this.nDa=vta();h(U9)[this.nDa]=this}U9.prototype=Object.create(e.prototype);U9.prototype.constructor=U9;U9.prototype.oDa=U9;U9.pDa={};d.CharacterContactSettings=U9;U9.prototype.get_mCanPushCharacter=U9.prototype.qGa=function(){return!!wta(this.nDa)};U9.prototype.set_mCanPushCharacter=U9.prototype.OHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xta(c,a)};
|
|
Object.defineProperty(U9.prototype,"mCanPushCharacter",{get:U9.prototype.qGa,set:U9.prototype.OHa});U9.prototype.get_mCanReceiveImpulses=U9.prototype.rJa=function(){return!!yta(this.nDa)};U9.prototype.set_mCanReceiveImpulses=U9.prototype.yNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zta(c,a)};Object.defineProperty(U9.prototype,"mCanReceiveImpulses",{get:U9.prototype.rJa,set:U9.prototype.yNa});U9.prototype.__destroy__=function(){Ata(this.nDa)};
|
|
function V9(){this.nDa=Bta();h(V9)[this.nDa]=this}V9.prototype=Object.create(u6.prototype);V9.prototype.constructor=V9;V9.prototype.oDa=V9;V9.pDa={};d.CharacterContactListenerJS=V9;V9.prototype.OnAdjustBodyVelocity=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);Cta(g,a,c,b,f)};
|
|
V9.prototype.OnContactValidate=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return!!Dta(f,a,c,b)};V9.prototype.OnCharacterContactValidate=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return!!Eta(f,a,c,b)};
|
|
V9.prototype.OnContactAdded=function(a,c,b,f,g,k){var u=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);Fta(u,a,c,b,f,g,k)};
|
|
V9.prototype.OnContactPersisted=function(a,c,b,f,g,k){var u=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);Gta(u,a,c,b,f,g,k)};V9.prototype.OnContactRemoved=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);Hta(f,a,c,b)};
|
|
V9.prototype.OnCharacterContactAdded=function(a,c,b,f,g,k){var u=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);Ita(u,a,c,b,f,g,k)};
|
|
V9.prototype.OnCharacterContactPersisted=function(a,c,b,f,g,k){var u=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);Jta(u,a,c,b,f,g,k)};V9.prototype.OnCharacterContactRemoved=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);Kta(f,a,c,b)};
|
|
V9.prototype.OnContactSolve=function(a,c,b,f,g,k,u,L,oa){var Vb=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);L&&"object"===typeof L&&(L=L.nDa);oa&&"object"===typeof oa&&(oa=oa.nDa);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.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);L&&"object"===typeof L&&(L=L.nDa);oa&&"object"===typeof oa&&(oa=oa.nDa);Mta(Vb,a,c,b,f,g,k,u,L,oa)};V9.prototype.__destroy__=function(){Nta(this.nDa)};
|
|
function W9(){this.nDa=Ota();h(W9)[this.nDa]=this}W9.prototype=Object.create(v6.prototype);W9.prototype.constructor=W9;W9.prototype.oDa=W9;W9.pDa={};d.CharacterVsCharacterCollisionSimple=W9;W9.prototype.Add=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Pta(c,a)};W9.prototype.Remove=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Qta(c,a)};W9.prototype.__destroy__=function(){Rta(this.nDa)};function X9(){this.nDa=Sta();h(X9)[this.nDa]=this}X9.prototype=Object.create(e.prototype);
|
|
X9.prototype.constructor=X9;X9.prototype.oDa=X9;X9.pDa={};d.ExtendedUpdateSettings=X9;X9.prototype.get_mStickToFloorStepDown=X9.prototype.xMa=function(){return l(Tta(this.nDa),p)};X9.prototype.set_mStickToFloorStepDown=X9.prototype.CQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Uta(c,a)};Object.defineProperty(X9.prototype,"mStickToFloorStepDown",{get:X9.prototype.xMa,set:X9.prototype.CQa});X9.prototype.get_mWalkStairsStepUp=X9.prototype.YMa=function(){return l(Vta(this.nDa),p)};
|
|
X9.prototype.set_mWalkStairsStepUp=X9.prototype.bRa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wta(c,a)};Object.defineProperty(X9.prototype,"mWalkStairsStepUp",{get:X9.prototype.YMa,set:X9.prototype.bRa});X9.prototype.get_mWalkStairsMinStepForward=X9.prototype.VMa=function(){return Xta(this.nDa)};X9.prototype.set_mWalkStairsMinStepForward=X9.prototype.ZQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Yta(c,a)};
|
|
Object.defineProperty(X9.prototype,"mWalkStairsMinStepForward",{get:X9.prototype.VMa,set:X9.prototype.ZQa});X9.prototype.get_mWalkStairsStepForwardTest=X9.prototype.XMa=function(){return Zta(this.nDa)};X9.prototype.set_mWalkStairsStepForwardTest=X9.prototype.aRa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$ta(c,a)};Object.defineProperty(X9.prototype,"mWalkStairsStepForwardTest",{get:X9.prototype.XMa,set:X9.prototype.aRa});
|
|
X9.prototype.get_mWalkStairsCosAngleForwardContact=X9.prototype.UMa=function(){return aua(this.nDa)};X9.prototype.set_mWalkStairsCosAngleForwardContact=X9.prototype.YQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bua(c,a)};Object.defineProperty(X9.prototype,"mWalkStairsCosAngleForwardContact",{get:X9.prototype.UMa,set:X9.prototype.YQa});X9.prototype.get_mWalkStairsStepDownExtra=X9.prototype.WMa=function(){return l(cua(this.nDa),p)};
|
|
X9.prototype.set_mWalkStairsStepDownExtra=X9.prototype.$Qa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dua(c,a)};Object.defineProperty(X9.prototype,"mWalkStairsStepDownExtra",{get:X9.prototype.WMa,set:X9.prototype.$Qa});X9.prototype.__destroy__=function(){eua(this.nDa)};function V(){throw"cannot construct a CharacterVirtualContact, no constructor in IDL";}V.prototype=Object.create(e.prototype);V.prototype.constructor=V;V.prototype.oDa=V;V.pDa={};d.CharacterVirtualContact=V;
|
|
V.prototype.IsSameBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!fua(c,a)};V.prototype.get_mPosition=V.prototype.BDa=function(){return l(gua(this.nDa),x)};V.prototype.set_mPosition=V.prototype.DDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hua(c,a)};Object.defineProperty(V.prototype,"mPosition",{get:V.prototype.BDa,set:V.prototype.DDa});V.prototype.get_mLinearVelocity=V.prototype.KEa=function(){return l(iua(this.nDa),p)};
|
|
V.prototype.set_mLinearVelocity=V.prototype.zFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jua(c,a)};Object.defineProperty(V.prototype,"mLinearVelocity",{get:V.prototype.KEa,set:V.prototype.zFa});V.prototype.get_mContactNormal=V.prototype.BJa=function(){return l(kua(this.nDa),p)};V.prototype.set_mContactNormal=V.prototype.INa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lua(c,a)};Object.defineProperty(V.prototype,"mContactNormal",{get:V.prototype.BJa,set:V.prototype.INa});
|
|
V.prototype.get_mSurfaceNormal=V.prototype.zMa=function(){return l(mua(this.nDa),p)};V.prototype.set_mSurfaceNormal=V.prototype.EQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nua(c,a)};Object.defineProperty(V.prototype,"mSurfaceNormal",{get:V.prototype.zMa,set:V.prototype.EQa});V.prototype.get_mDistance=V.prototype.JJa=function(){return oua(this.nDa)};V.prototype.set_mDistance=V.prototype.QNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pua(c,a)};
|
|
Object.defineProperty(V.prototype,"mDistance",{get:V.prototype.JJa,set:V.prototype.QNa});V.prototype.get_mFraction=V.prototype.iEa=function(){return qua(this.nDa)};V.prototype.set_mFraction=V.prototype.rEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rua(c,a)};Object.defineProperty(V.prototype,"mFraction",{get:V.prototype.iEa,set:V.prototype.rEa});V.prototype.get_mBodyB=V.prototype.iJa=function(){return l(sua(this.nDa),N5)};
|
|
V.prototype.set_mBodyB=V.prototype.pNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tua(c,a)};Object.defineProperty(V.prototype,"mBodyB",{get:V.prototype.iJa,set:V.prototype.pNa});V.prototype.get_mCharacterIDB=V.prototype.uJa=function(){return l(uua(this.nDa),T9)};V.prototype.set_mCharacterIDB=V.prototype.BNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vua(c,a)};Object.defineProperty(V.prototype,"mCharacterIDB",{get:V.prototype.uJa,set:V.prototype.BNa});
|
|
V.prototype.get_mSubShapeIDB=V.prototype.yMa=function(){return l(wua(this.nDa),c6)};V.prototype.set_mSubShapeIDB=V.prototype.DQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xua(c,a)};Object.defineProperty(V.prototype,"mSubShapeIDB",{get:V.prototype.yMa,set:V.prototype.DQa});V.prototype.get_mMotionTypeB=V.prototype.uLa=function(){return yua(this.nDa)};V.prototype.set_mMotionTypeB=V.prototype.BPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zua(c,a)};
|
|
Object.defineProperty(V.prototype,"mMotionTypeB",{get:V.prototype.uLa,set:V.prototype.BPa});V.prototype.get_mIsSensorB=V.prototype.oKa=function(){return!!Aua(this.nDa)};V.prototype.set_mIsSensorB=V.prototype.vOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bua(c,a)};Object.defineProperty(V.prototype,"mIsSensorB",{get:V.prototype.oKa,set:V.prototype.vOa});V.prototype.get_mCharacterB=V.prototype.tJa=function(){return l(Cua(this.nDa),Y9)};
|
|
V.prototype.set_mCharacterB=V.prototype.ANa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dua(c,a)};Object.defineProperty(V.prototype,"mCharacterB",{get:V.prototype.tJa,set:V.prototype.ANa});V.prototype.get_mUserData=V.prototype.qDa=function(){return Eua(this.nDa)};V.prototype.set_mUserData=V.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fua(c,a)};Object.defineProperty(V.prototype,"mUserData",{get:V.prototype.qDa,set:V.prototype.rDa});
|
|
V.prototype.get_mMaterial=V.prototype.ADa=function(){return l(Gua(this.nDa),y5)};V.prototype.set_mMaterial=V.prototype.CDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Hua(c,a)};Object.defineProperty(V.prototype,"mMaterial",{get:V.prototype.ADa,set:V.prototype.CDa});V.prototype.get_mHadCollision=V.prototype.SJa=function(){return!!Iua(this.nDa)};V.prototype.set_mHadCollision=V.prototype.ZNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jua(c,a)};
|
|
Object.defineProperty(V.prototype,"mHadCollision",{get:V.prototype.SJa,set:V.prototype.ZNa});V.prototype.get_mWasDiscarded=V.prototype.ZMa=function(){return!!Kua(this.nDa)};V.prototype.set_mWasDiscarded=V.prototype.cRa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lua(c,a)};Object.defineProperty(V.prototype,"mWasDiscarded",{get:V.prototype.ZMa,set:V.prototype.cRa});V.prototype.get_mCanPushCharacter=V.prototype.qGa=function(){return!!Mua(this.nDa)};
|
|
V.prototype.set_mCanPushCharacter=V.prototype.OHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Nua(c,a)};Object.defineProperty(V.prototype,"mCanPushCharacter",{get:V.prototype.qGa,set:V.prototype.OHa});V.prototype.__destroy__=function(){Oua(this.nDa)};function Z9(){this.nDa=Pua();h(Z9)[this.nDa]=this}Z9.prototype=Object.create(e.prototype);Z9.prototype.constructor=Z9;Z9.prototype.oDa=Z9;Z9.pDa={};d.ArrayCharacterVirtualContact=Z9;Z9.prototype.empty=Z9.prototype.empty=function(){return!!Qua(this.nDa)};
|
|
Z9.prototype.size=Z9.prototype.size=function(){return Rua(this.nDa)};Z9.prototype.at=Z9.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Sua(c,a),V)};Z9.prototype.__destroy__=function(){Tua(this.nDa)};function $9(){throw"cannot construct a TempAllocator, no constructor in IDL";}$9.prototype=Object.create(e.prototype);$9.prototype.constructor=$9;$9.prototype.oDa=$9;$9.pDa={};d.TempAllocator=$9;$9.prototype.__destroy__=function(){Uua(this.nDa)};
|
|
function a$(){this.nDa=Vua();h(a$)[this.nDa]=this}a$.prototype=Object.create(e.prototype);a$.prototype.constructor=a$;a$.prototype.oDa=a$;a$.pDa={};d.BroadPhaseLayerFilter=a$;a$.prototype.__destroy__=function(){Wua(this.nDa)};function b$(){this.nDa=Xua();h(b$)[this.nDa]=this}b$.prototype=Object.create(w6.prototype);b$.prototype.constructor=b$;b$.prototype.oDa=b$;b$.pDa={};d.ObjectVsBroadPhaseLayerFilterJS=b$;
|
|
b$.prototype.ShouldCollide=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return!!Yua(b,a,c)};b$.prototype.__destroy__=function(){Zua(this.nDa)};function c$(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=$ua(a,c);h(c$)[this.nDa]=this}c$.prototype=Object.create(x6.prototype);c$.prototype.constructor=c$;c$.prototype.oDa=c$;c$.pDa={};d.DefaultBroadPhaseLayerFilter=c$;c$.prototype.__destroy__=function(){ava(this.nDa)};
|
|
function d$(){this.nDa=bva();h(d$)[this.nDa]=this}d$.prototype=Object.create(x6.prototype);d$.prototype.constructor=d$;d$.prototype.oDa=d$;d$.pDa={};d.ObjectLayerFilterJS=d$;d$.prototype.ShouldCollide=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!cva(c,a)};d$.prototype.__destroy__=function(){dva(this.nDa)};function e$(){this.nDa=eva();h(e$)[this.nDa]=this}e$.prototype=Object.create(y6.prototype);e$.prototype.constructor=e$;e$.prototype.oDa=e$;e$.pDa={};
|
|
d.ObjectLayerPairFilterJS=e$;e$.prototype.ShouldCollide=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return!!fva(b,a,c)};e$.prototype.__destroy__=function(){gva(this.nDa)};function f$(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=hva(a,c);h(f$)[this.nDa]=this}f$.prototype=Object.create(x6.prototype);f$.prototype.constructor=f$;f$.prototype.oDa=f$;f$.pDa={};d.DefaultObjectLayerFilter=f$;
|
|
f$.prototype.__destroy__=function(){iva(this.nDa)};function g$(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=jva(a);h(g$)[this.nDa]=this}g$.prototype=Object.create(x6.prototype);g$.prototype.constructor=g$;g$.prototype.oDa=g$;g$.pDa={};d.SpecifiedObjectLayerFilter=g$;g$.prototype.__destroy__=function(){kva(this.nDa)};function h$(){this.nDa=lva();h(h$)[this.nDa]=this}h$.prototype=Object.create(z6.prototype);h$.prototype.constructor=h$;h$.prototype.oDa=h$;h$.pDa={};d.BodyFilterJS=h$;
|
|
h$.prototype.ShouldCollide=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!mva(c,a)};h$.prototype.ShouldCollideLocked=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!nva(c,a)};h$.prototype.__destroy__=function(){ova(this.nDa)};function i$(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=pva(a);h(i$)[this.nDa]=this}i$.prototype=Object.create(z6.prototype);i$.prototype.constructor=i$;i$.prototype.oDa=i$;i$.pDa={};d.IgnoreSingleBodyFilter=i$;
|
|
i$.prototype.__destroy__=function(){qva(this.nDa)};function j$(){this.nDa=rva();h(j$)[this.nDa]=this}j$.prototype=Object.create(z6.prototype);j$.prototype.constructor=j$;j$.prototype.oDa=j$;j$.pDa={};d.IgnoreMultipleBodiesFilter=j$;j$.prototype.Clear=function(){sva(this.nDa)};j$.prototype.Reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tva(c,a)};j$.prototype.IgnoreBody=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uva(c,a)};j$.prototype.__destroy__=function(){vva(this.nDa)};
|
|
function k$(){this.nDa=wva();h(k$)[this.nDa]=this}k$.prototype=Object.create(A6.prototype);k$.prototype.constructor=k$;k$.prototype.oDa=k$;k$.pDa={};d.ShapeFilterJS=k$;k$.prototype.ShouldCollide=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return!!xva(b,a,c)};k$.prototype.__destroy__=function(){yva(this.nDa)};function l$(){this.nDa=zva();h(l$)[this.nDa]=this}l$.prototype=Object.create(A6.prototype);l$.prototype.constructor=l$;l$.prototype.oDa=l$;
|
|
l$.pDa={};d.ShapeFilterJS2=l$;l$.prototype.ShouldCollide=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);return!!Ava(g,a,c,b,f)};l$.prototype.__destroy__=function(){Bva(this.nDa)};function m$(){this.nDa=Cva();h(m$)[this.nDa]=this}m$.prototype=Object.create(B6.prototype);m$.prototype.constructor=m$;m$.prototype.oDa=m$;m$.pDa={};d.SimShapeFilterJS=m$;
|
|
m$.prototype.ShouldCollide=function(a,c,b,f,g,k){var u=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);return!!Dva(u,a,c,b,f,g,k)};m$.prototype.__destroy__=function(){Eva(this.nDa)};
|
|
function Y9(a,c,b,f){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);this.nDa=Fva(a,c,b,f);h(Y9)[this.nDa]=this}Y9.prototype=Object.create(C6.prototype);Y9.prototype.constructor=Y9;Y9.prototype.oDa=Y9;Y9.pDa={};d.CharacterVirtual=Y9;Y9.prototype.GetID=function(){return l(Gva(this.nDa),T9)};Y9.prototype.SetListener=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Hva(c,a)};
|
|
Y9.prototype.SetCharacterVsCharacterCollision=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Iva(c,a)};Y9.prototype.GetListener=function(){return l(Jva(this.nDa),G5)};Y9.prototype.GetLinearVelocity=function(){return l(Kva(this.nDa),p)};Y9.prototype.SetLinearVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lva(c,a)};Y9.prototype.GetPosition=function(){return l(Mva(this.nDa),x)};
|
|
Y9.prototype.SetPosition=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Nva(c,a)};Y9.prototype.GetRotation=function(){return l(Ova(this.nDa),t)};Y9.prototype.SetRotation=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Pva(c,a)};Y9.prototype.GetCenterOfMassPosition=function(){return l(Qva(this.nDa),x)};Y9.prototype.GetWorldTransform=function(){return l(Rva(this.nDa),C)};Y9.prototype.GetCenterOfMassTransform=function(){return l(Sva(this.nDa),C)};Y9.prototype.GetMass=function(){return Tva(this.nDa)};
|
|
Y9.prototype.SetMass=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Uva(c,a)};Y9.prototype.GetMaxStrength=function(){return Vva(this.nDa)};Y9.prototype.SetMaxStrength=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wva(c,a)};Y9.prototype.GetPenetrationRecoverySpeed=function(){return Xva(this.nDa)};Y9.prototype.SetPenetrationRecoverySpeed=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Yva(c,a)};Y9.prototype.GetCharacterPadding=function(){return Zva(this.nDa)};
|
|
Y9.prototype.GetMaxNumHits=function(){return $va(this.nDa)};Y9.prototype.SetMaxNumHits=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);awa(c,a)};Y9.prototype.GetHitReductionCosMaxAngle=function(){return bwa(this.nDa)};Y9.prototype.SetHitReductionCosMaxAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cwa(c,a)};Y9.prototype.GetMaxHitsExceeded=function(){return!!dwa(this.nDa)};Y9.prototype.GetShapeOffset=function(){return l(ewa(this.nDa),p)};
|
|
Y9.prototype.SetShapeOffset=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fwa(c,a)};Y9.prototype.GetUserData=function(){return gwa(this.nDa)};Y9.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hwa(c,a)};Y9.prototype.GetInnerBodyID=function(){return l(iwa(this.nDa),N5)};Y9.prototype.StartTrackingContactChanges=function(){jwa(this.nDa)};Y9.prototype.FinishTrackingContactChanges=function(){kwa(this.nDa)};
|
|
Y9.prototype.CancelVelocityTowardsSteepSlopes=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(lwa(c,a),p)};Y9.prototype.Update=function(a,c,b,f,g,k,u){var L=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);mwa(L,a,c,b,f,g,k,u)};
|
|
Y9.prototype.CanWalkStairs=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!nwa(c,a)};
|
|
Y9.prototype.WalkStairs=function(a,c,b,f,g,k,u,L,oa,Vb){var nf=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);L&&"object"===typeof L&&(L=L.nDa);oa&&"object"===typeof oa&&(oa=oa.nDa);Vb&&"object"===typeof Vb&&(Vb=Vb.nDa);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.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);return!!pwa(u,a,c,b,f,g,k)};
|
|
Y9.prototype.ExtendedUpdate=function(a,c,b,f,g,k,u,L){var oa=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);L&&"object"===typeof L&&(L=L.nDa);qwa(oa,a,c,b,f,g,k,u,L)};
|
|
Y9.prototype.RefreshContacts=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);rwa(k,a,c,b,f,g)};Y9.prototype.UpdateGroundVelocity=function(){swa(this.nDa)};
|
|
Y9.prototype.SetShape=function(a,c,b,f,g,k,u){var L=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);return!!twa(L,a,c,b,f,g,k,u)};Y9.prototype.SetInnerBodyShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uwa(c,a)};Y9.prototype.GetTransformedShape=function(){return l(vwa(this.nDa),q)};
|
|
Y9.prototype.HasCollidedWith=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!wwa(c,a)};Y9.prototype.HasCollidedWithCharacterID=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!xwa(c,a)};Y9.prototype.HasCollidedWithCharacter=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!ywa(c,a)};Y9.prototype.GetActiveContacts=function(){return l(zwa(this.nDa),Z9)};Y9.prototype.GetRefCount=function(){return Awa(this.nDa)};Y9.prototype.AddRef=function(){Bwa(this.nDa)};
|
|
Y9.prototype.Release=function(){Cwa(this.nDa)};Y9.prototype.SetMaxSlopeAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dwa(c,a)};Y9.prototype.GetCosMaxSlopeAngle=function(){return Ewa(this.nDa)};Y9.prototype.SetUp=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fwa(c,a)};Y9.prototype.GetUp=function(){return l(Gwa(this.nDa),p)};Y9.prototype.GetShape=function(){return l(Hwa(this.nDa),m)};Y9.prototype.GetGroundState=function(){return Iwa(this.nDa)};
|
|
Y9.prototype.IsSlopeTooSteep=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return!!Jwa(c,a)};Y9.prototype.IsSupported=function(){return!!Kwa(this.nDa)};Y9.prototype.GetGroundPosition=function(){return l(Lwa(this.nDa),x)};Y9.prototype.GetGroundNormal=function(){return l(Mwa(this.nDa),p)};Y9.prototype.GetGroundVelocity=function(){return l(Nwa(this.nDa),p)};Y9.prototype.GetGroundMaterial=function(){return l(Owa(this.nDa),y5)};
|
|
Y9.prototype.GetGroundBodyID=function(){return l(Pwa(this.nDa),N5)};Y9.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Qwa(c,a)};Y9.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rwa(c,a)};Y9.prototype.__destroy__=function(){Swa(this.nDa)};function N6(){this.nDa=Twa();h(N6)[this.nDa]=this}N6.prototype=Object.create(e.prototype);N6.prototype.constructor=N6;N6.prototype.oDa=N6;N6.pDa={};d.LinearCurve=N6;N6.prototype.Clear=function(){Uwa(this.nDa)};
|
|
N6.prototype.Reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Vwa(c,a)};N6.prototype.AddPoint=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Wwa(b,a,c)};N6.prototype.Sort=function(){Xwa(this.nDa)};N6.prototype.GetMinX=function(){return Ywa(this.nDa)};N6.prototype.GetMaxX=function(){return Zwa(this.nDa)};N6.prototype.GetValue=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return $wa(c,a)};N6.prototype.__destroy__=function(){axa(this.nDa)};
|
|
function O6(){this.nDa=bxa();h(O6)[this.nDa]=this}O6.prototype=Object.create(e.prototype);O6.prototype.constructor=O6;O6.prototype.oDa=O6;O6.pDa={};d.ArrayFloat=O6;O6.prototype.empty=O6.prototype.empty=function(){return!!cxa(this.nDa)};O6.prototype.size=O6.prototype.size=function(){return dxa(this.nDa)};O6.prototype.at=O6.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return exa(c,a)};
|
|
O6.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fxa(c,a)};O6.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gxa(c,a)};O6.prototype.resize=O6.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hxa(c,a)};O6.prototype.clear=O6.prototype.clear=function(){ixa(this.nDa)};O6.prototype.data=O6.prototype.data=function(){return l(jxa(this.nDa),e7)};O6.prototype.__destroy__=function(){kxa(this.nDa)};
|
|
function J6(){this.nDa=lxa();h(J6)[this.nDa]=this}J6.prototype=Object.create(e.prototype);J6.prototype.constructor=J6;J6.prototype.oDa=J6;J6.pDa={};d.ArrayUint=J6;J6.prototype.empty=J6.prototype.empty=function(){return!!mxa(this.nDa)};J6.prototype.size=J6.prototype.size=function(){return nxa(this.nDa)};J6.prototype.at=J6.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return oxa(c,a)};
|
|
J6.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pxa(c,a)};J6.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qxa(c,a)};J6.prototype.resize=J6.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rxa(c,a)};J6.prototype.clear=J6.prototype.clear=function(){sxa(this.nDa)};J6.prototype.data=J6.prototype.data=function(){return l(txa(this.nDa),g7)};J6.prototype.__destroy__=function(){uxa(this.nDa)};
|
|
function Y7(){this.nDa=vxa();h(Y7)[this.nDa]=this}Y7.prototype=Object.create(e.prototype);Y7.prototype.constructor=Y7;Y7.prototype.oDa=Y7;Y7.pDa={};d.ArrayUint8=Y7;Y7.prototype.empty=Y7.prototype.empty=function(){return!!wxa(this.nDa)};Y7.prototype.size=Y7.prototype.size=function(){return xxa(this.nDa)};Y7.prototype.at=Y7.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return yxa(c,a)};
|
|
Y7.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zxa(c,a)};Y7.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Axa(c,a)};Y7.prototype.resize=Y7.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bxa(c,a)};Y7.prototype.clear=Y7.prototype.clear=function(){Cxa(this.nDa)};Y7.prototype.data=Y7.prototype.data=function(){return l(Dxa(this.nDa),f7)};Y7.prototype.__destroy__=function(){Exa(this.nDa)};
|
|
function n$(){this.nDa=Fxa();h(n$)[this.nDa]=this}n$.prototype=Object.create(e.prototype);n$.prototype.constructor=n$;n$.prototype.oDa=n$;n$.pDa={};d.ArrayVehicleAntiRollBar=n$;n$.prototype.empty=n$.prototype.empty=function(){return!!Gxa(this.nDa)};n$.prototype.size=n$.prototype.size=function(){return Hxa(this.nDa)};n$.prototype.at=n$.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Ixa(c,a),o$)};
|
|
n$.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jxa(c,a)};n$.prototype.resize=n$.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Kxa(c,a)};n$.prototype.clear=n$.prototype.clear=function(){Lxa(this.nDa)};n$.prototype.__destroy__=function(){Mxa(this.nDa)};function p$(){this.nDa=Nxa();h(p$)[this.nDa]=this}p$.prototype=Object.create(e.prototype);p$.prototype.constructor=p$;p$.prototype.oDa=p$;p$.pDa={};d.ArrayWheelSettings=p$;
|
|
p$.prototype.empty=p$.prototype.empty=function(){return!!Oxa(this.nDa)};p$.prototype.size=p$.prototype.size=function(){return Pxa(this.nDa)};p$.prototype.at=p$.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Qxa(c,a),y)};p$.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rxa(c,a)};p$.prototype.resize=p$.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Sxa(c,a)};p$.prototype.clear=p$.prototype.clear=function(){Txa(this.nDa)};
|
|
p$.prototype.__destroy__=function(){Uxa(this.nDa)};function M6(){this.nDa=Vxa();h(M6)[this.nDa]=this}M6.prototype=Object.create(e.prototype);M6.prototype.constructor=M6;M6.prototype.oDa=M6;M6.pDa={};d.ArrayVehicleDifferentialSettings=M6;M6.prototype.empty=M6.prototype.empty=function(){return!!Wxa(this.nDa)};M6.prototype.size=M6.prototype.size=function(){return Xxa(this.nDa)};M6.prototype.at=M6.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(Yxa(c,a),q$)};
|
|
M6.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Zxa(c,a)};M6.prototype.resize=M6.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$xa(c,a)};M6.prototype.clear=M6.prototype.clear=function(){aya(this.nDa)};M6.prototype.__destroy__=function(){bya(this.nDa)};
|
|
function r$(a,c,b){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);this.nDa=void 0===c?cya(a):void 0===b?dya(a,c):eya(a,c,b);h(r$)[this.nDa]=this}r$.prototype=Object.create(D6.prototype);r$.prototype.constructor=r$;r$.prototype.oDa=r$;r$.pDa={};d.VehicleCollisionTesterRay=r$;r$.prototype.GetRefCount=function(){return fya(this.nDa)};r$.prototype.AddRef=function(){gya(this.nDa)};r$.prototype.Release=function(){hya(this.nDa)};
|
|
r$.prototype.__destroy__=function(){iya(this.nDa)};function s$(a,c,b,f){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);this.nDa=void 0===b?jya(a,c):void 0===f?kya(a,c,b):lya(a,c,b,f);h(s$)[this.nDa]=this}s$.prototype=Object.create(D6.prototype);s$.prototype.constructor=s$;s$.prototype.oDa=s$;s$.pDa={};d.VehicleCollisionTesterCastSphere=s$;s$.prototype.GetRefCount=function(){return mya(this.nDa)};
|
|
s$.prototype.AddRef=function(){nya(this.nDa)};s$.prototype.Release=function(){oya(this.nDa)};s$.prototype.__destroy__=function(){pya(this.nDa)};function t$(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=void 0===c?qya(a):rya(a,c);h(t$)[this.nDa]=this}t$.prototype=Object.create(D6.prototype);t$.prototype.constructor=t$;t$.prototype.oDa=t$;t$.pDa={};d.VehicleCollisionTesterCastCylinder=t$;t$.prototype.GetRefCount=function(){return sya(this.nDa)};
|
|
t$.prototype.AddRef=function(){tya(this.nDa)};t$.prototype.Release=function(){uya(this.nDa)};t$.prototype.__destroy__=function(){vya(this.nDa)};function u$(){this.nDa=wya();h(u$)[this.nDa]=this}u$.prototype=Object.create(z5.prototype);u$.prototype.constructor=u$;u$.prototype.oDa=u$;u$.pDa={};d.VehicleConstraintSettings=u$;u$.prototype.GetRefCount=function(){return xya(this.nDa)};u$.prototype.AddRef=function(){yya(this.nDa)};u$.prototype.Release=function(){zya(this.nDa)};
|
|
u$.prototype.get_mUp=u$.prototype.fFa=function(){return l(Aya(this.nDa),p)};u$.prototype.set_mUp=u$.prototype.VFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Bya(c,a)};Object.defineProperty(u$.prototype,"mUp",{get:u$.prototype.fFa,set:u$.prototype.VFa});u$.prototype.get_mForward=u$.prototype.QJa=function(){return l(Cya(this.nDa),p)};u$.prototype.set_mForward=u$.prototype.XNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dya(c,a)};
|
|
Object.defineProperty(u$.prototype,"mForward",{get:u$.prototype.QJa,set:u$.prototype.XNa});u$.prototype.get_mMaxPitchRollAngle=u$.prototype.fLa=function(){return Eya(this.nDa)};u$.prototype.set_mMaxPitchRollAngle=u$.prototype.mPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fya(c,a)};Object.defineProperty(u$.prototype,"mMaxPitchRollAngle",{get:u$.prototype.fLa,set:u$.prototype.mPa});u$.prototype.get_mWheels=u$.prototype.jFa=function(){return l(Gya(this.nDa),p$)};
|
|
u$.prototype.set_mWheels=u$.prototype.ZFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Hya(c,a)};Object.defineProperty(u$.prototype,"mWheels",{get:u$.prototype.jFa,set:u$.prototype.ZFa});u$.prototype.get_mAntiRollBars=u$.prototype.$Ia=function(){return l(Iya(this.nDa),n$)};u$.prototype.set_mAntiRollBars=u$.prototype.gNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Jya(c,a)};Object.defineProperty(u$.prototype,"mAntiRollBars",{get:u$.prototype.$Ia,set:u$.prototype.gNa});
|
|
u$.prototype.get_mController=u$.prototype.EJa=function(){return l(Kya(this.nDa),I5)};u$.prototype.set_mController=u$.prototype.LNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Lya(c,a)};Object.defineProperty(u$.prototype,"mController",{get:u$.prototype.EJa,set:u$.prototype.LNa});u$.prototype.get_mEnabled=u$.prototype.wDa=function(){return!!Mya(this.nDa)};u$.prototype.set_mEnabled=u$.prototype.xDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Nya(c,a)};
|
|
Object.defineProperty(u$.prototype,"mEnabled",{get:u$.prototype.wDa,set:u$.prototype.xDa});u$.prototype.get_mNumVelocityStepsOverride=u$.prototype.tDa=function(){return Oya(this.nDa)};u$.prototype.set_mNumVelocityStepsOverride=u$.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Pya(c,a)};Object.defineProperty(u$.prototype,"mNumVelocityStepsOverride",{get:u$.prototype.tDa,set:u$.prototype.vDa});u$.prototype.get_mNumPositionStepsOverride=u$.prototype.sDa=function(){return Qya(this.nDa)};
|
|
u$.prototype.set_mNumPositionStepsOverride=u$.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rya(c,a)};Object.defineProperty(u$.prototype,"mNumPositionStepsOverride",{get:u$.prototype.sDa,set:u$.prototype.uDa});u$.prototype.__destroy__=function(){Sya(this.nDa)};function K5(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=Tya(a,c);h(K5)[this.nDa]=this}K5.prototype=Object.create(A5.prototype);K5.prototype.constructor=K5;K5.prototype.oDa=K5;
|
|
K5.pDa={};d.VehicleConstraint=K5;K5.prototype.SetMaxPitchRollAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Uya(c,a)};K5.prototype.GetMaxPitchRollAngle=function(){return Vya(this.nDa)};K5.prototype.SetVehicleCollisionTester=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Wya(c,a)};K5.prototype.GetVehicleCollisionTester=function(){return l(Xya(this.nDa),D6)};K5.prototype.OverrideGravity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Yya(c,a)};
|
|
K5.prototype.IsGravityOverridden=function(){return!!Zya(this.nDa)};K5.prototype.GetGravityOverride=function(){return l($ya(this.nDa),p)};K5.prototype.ResetGravityOverride=function(){aza(this.nDa)};K5.prototype.GetLocalUp=function(){return l(bza(this.nDa),p)};K5.prototype.GetLocalForward=function(){return l(cza(this.nDa),p)};K5.prototype.GetWorldUp=function(){return l(dza(this.nDa),p)};K5.prototype.GetVehicleBody=function(){return l(eza(this.nDa),Body)};
|
|
K5.prototype.GetController=function(){return l(fza(this.nDa),J5)};K5.prototype.GetWheel=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(gza(c,a),H6)};K5.prototype.GetWheelLocalTransform=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return l(hza(f,a,c,b),r)};
|
|
K5.prototype.GetWheelWorldTransform=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return l(iza(f,a,c,b),C)};K5.prototype.GetAntiRollBars=function(){return l(jza(this.nDa),n$)};K5.prototype.SetNumStepsBetweenCollisionTestActive=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kza(c,a)};K5.prototype.GetNumStepsBetweenCollisionTestActive=function(){return lza(this.nDa)};
|
|
K5.prototype.SetNumStepsBetweenCollisionTestInactive=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mza(c,a)};K5.prototype.GetNumStepsBetweenCollisionTestInactive=function(){return nza(this.nDa)};K5.prototype.GetRefCount=function(){return oza(this.nDa)};K5.prototype.AddRef=function(){pza(this.nDa)};K5.prototype.Release=function(){qza(this.nDa)};K5.prototype.GetType=function(){return rza(this.nDa)};K5.prototype.GetSubType=function(){return sza(this.nDa)};
|
|
K5.prototype.GetConstraintPriority=function(){return tza(this.nDa)};K5.prototype.SetConstraintPriority=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uza(c,a)};K5.prototype.SetNumVelocityStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vza(c,a)};K5.prototype.GetNumVelocityStepsOverride=function(){return wza(this.nDa)};K5.prototype.SetNumPositionStepsOverride=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xza(c,a)};
|
|
K5.prototype.GetNumPositionStepsOverride=function(){return yza(this.nDa)};K5.prototype.SetEnabled=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zza(c,a)};K5.prototype.GetEnabled=function(){return!!Aza(this.nDa)};K5.prototype.IsActive=function(){return!!Bza(this.nDa)};K5.prototype.GetUserData=function(){return Cza(this.nDa)};K5.prototype.SetUserData=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Dza(c,a)};K5.prototype.ResetWarmStart=function(){Eza(this.nDa)};
|
|
K5.prototype.SaveState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Fza(c,a)};K5.prototype.RestoreState=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Gza(c,a)};K5.prototype.__destroy__=function(){Hza(this.nDa)};function v$(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=Iza(a);h(v$)[this.nDa]=this}v$.prototype=Object.create(p6.prototype);v$.prototype.constructor=v$;v$.prototype.oDa=v$;v$.pDa={};d.VehicleConstraintStepListener=v$;v$.prototype.__destroy__=function(){Jza(this.nDa)};
|
|
function w$(){this.nDa=Kza();h(w$)[this.nDa]=this}w$.prototype=Object.create(E6.prototype);w$.prototype.constructor=w$;w$.prototype.oDa=w$;w$.pDa={};d.VehicleConstraintCallbacksJS=w$;w$.prototype.GetCombinedFriction=function(a,c,b,f,g){var k=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);return Lza(k,a,c,b,f,g)};
|
|
w$.prototype.OnPreStepCallback=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Mza(b,a,c)};w$.prototype.OnPostCollideCallback=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Nza(b,a,c)};w$.prototype.OnPostStepCallback=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);Oza(b,a,c)};w$.prototype.__destroy__=function(){Pza(this.nDa)};
|
|
function x$(){throw"cannot construct a TireMaxImpulseCallbackResult, no constructor in IDL";}x$.prototype=Object.create(e.prototype);x$.prototype.constructor=x$;x$.prototype.oDa=x$;x$.pDa={};d.TireMaxImpulseCallbackResult=x$;x$.prototype.get_mLongitudinalImpulse=x$.prototype.JKa=function(){return Qza(this.nDa)};x$.prototype.set_mLongitudinalImpulse=x$.prototype.QOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Rza(c,a)};
|
|
Object.defineProperty(x$.prototype,"mLongitudinalImpulse",{get:x$.prototype.JKa,set:x$.prototype.QOa});x$.prototype.get_mLateralImpulse=x$.prototype.vKa=function(){return Sza(this.nDa)};x$.prototype.set_mLateralImpulse=x$.prototype.COa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);Tza(c,a)};Object.defineProperty(x$.prototype,"mLateralImpulse",{get:x$.prototype.vKa,set:x$.prototype.COa});x$.prototype.__destroy__=function(){Uza(this.nDa)};
|
|
function y$(){this.nDa=Vza();h(y$)[this.nDa]=this}y$.prototype=Object.create(F6.prototype);y$.prototype.constructor=y$;y$.prototype.oDa=y$;y$.pDa={};d.WheeledVehicleControllerCallbacksJS=y$;
|
|
y$.prototype.OnTireMaxImpulseCallback=function(a,c,b,f,g,k,u,L){var oa=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);g&&"object"===typeof g&&(g=g.nDa);k&&"object"===typeof k&&(k=k.nDa);u&&"object"===typeof u&&(u=u.nDa);L&&"object"===typeof L&&(L=L.nDa);Wza(oa,a,c,b,f,g,k,u,L)};y$.prototype.__destroy__=function(){Xza(this.nDa)};function o$(){this.nDa=Yza();h(o$)[this.nDa]=this}o$.prototype=Object.create(e.prototype);
|
|
o$.prototype.constructor=o$;o$.prototype.oDa=o$;o$.pDa={};d.VehicleAntiRollBar=o$;o$.prototype.get_mLeftWheel=o$.prototype.MGa=function(){return Zza(this.nDa)};o$.prototype.set_mLeftWheel=o$.prototype.iIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$za(c,a)};Object.defineProperty(o$.prototype,"mLeftWheel",{get:o$.prototype.MGa,set:o$.prototype.iIa});o$.prototype.get_mRightWheel=o$.prototype.kHa=function(){return aAa(this.nDa)};
|
|
o$.prototype.set_mRightWheel=o$.prototype.HIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bAa(c,a)};Object.defineProperty(o$.prototype,"mRightWheel",{get:o$.prototype.kHa,set:o$.prototype.HIa});o$.prototype.get_mStiffness=o$.prototype.pHa=function(){return cAa(this.nDa)};o$.prototype.set_mStiffness=o$.prototype.NIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dAa(c,a)};Object.defineProperty(o$.prototype,"mStiffness",{get:o$.prototype.pHa,set:o$.prototype.NIa});
|
|
o$.prototype.__destroy__=function(){eAa(this.nDa)};function W(){this.nDa=fAa();h(W)[this.nDa]=this}W.prototype=Object.create(y.prototype);W.prototype.constructor=W;W.prototype.oDa=W;W.pDa={};d.WheelSettingsWV=W;W.prototype.GetRefCount=function(){return gAa(this.nDa)};W.prototype.AddRef=function(){hAa(this.nDa)};W.prototype.Release=function(){iAa(this.nDa)};W.prototype.get_mInertia=W.prototype.NDa=function(){return jAa(this.nDa)};
|
|
W.prototype.set_mInertia=W.prototype.UDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);kAa(c,a)};Object.defineProperty(W.prototype,"mInertia",{get:W.prototype.NDa,set:W.prototype.UDa});W.prototype.get_mAngularDamping=W.prototype.IDa=function(){return lAa(this.nDa)};W.prototype.set_mAngularDamping=W.prototype.KDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);mAa(c,a)};Object.defineProperty(W.prototype,"mAngularDamping",{get:W.prototype.IDa,set:W.prototype.KDa});
|
|
W.prototype.get_mMaxSteerAngle=W.prototype.hLa=function(){return nAa(this.nDa)};W.prototype.set_mMaxSteerAngle=W.prototype.oPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oAa(c,a)};Object.defineProperty(W.prototype,"mMaxSteerAngle",{get:W.prototype.hLa,set:W.prototype.oPa});W.prototype.get_mLongitudinalFriction=W.prototype.PGa=function(){return l(pAa(this.nDa),N6)};
|
|
W.prototype.set_mLongitudinalFriction=W.prototype.lIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);qAa(c,a)};Object.defineProperty(W.prototype,"mLongitudinalFriction",{get:W.prototype.PGa,set:W.prototype.lIa});W.prototype.get_mLateralFriction=W.prototype.LGa=function(){return l(rAa(this.nDa),N6)};W.prototype.set_mLateralFriction=W.prototype.hIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sAa(c,a)};
|
|
Object.defineProperty(W.prototype,"mLateralFriction",{get:W.prototype.LGa,set:W.prototype.hIa});W.prototype.get_mMaxBrakeTorque=W.prototype.NEa=function(){return tAa(this.nDa)};W.prototype.set_mMaxBrakeTorque=W.prototype.CFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uAa(c,a)};Object.defineProperty(W.prototype,"mMaxBrakeTorque",{get:W.prototype.NEa,set:W.prototype.CFa});W.prototype.get_mMaxHandBrakeTorque=W.prototype.ZKa=function(){return vAa(this.nDa)};
|
|
W.prototype.set_mMaxHandBrakeTorque=W.prototype.fPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wAa(c,a)};Object.defineProperty(W.prototype,"mMaxHandBrakeTorque",{get:W.prototype.ZKa,set:W.prototype.fPa});W.prototype.get_mPosition=W.prototype.BDa=function(){return l(xAa(this.nDa),p)};W.prototype.set_mPosition=W.prototype.DDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yAa(c,a)};Object.defineProperty(W.prototype,"mPosition",{get:W.prototype.BDa,set:W.prototype.DDa});
|
|
W.prototype.get_mSuspensionForcePoint=W.prototype.$Ea=function(){return l(zAa(this.nDa),p)};W.prototype.set_mSuspensionForcePoint=W.prototype.PFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);AAa(c,a)};Object.defineProperty(W.prototype,"mSuspensionForcePoint",{get:W.prototype.$Ea,set:W.prototype.PFa});W.prototype.get_mSuspensionDirection=W.prototype.ZEa=function(){return l(BAa(this.nDa),p)};
|
|
W.prototype.set_mSuspensionDirection=W.prototype.OFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);CAa(c,a)};Object.defineProperty(W.prototype,"mSuspensionDirection",{get:W.prototype.ZEa,set:W.prototype.OFa});W.prototype.get_mSteeringAxis=W.prototype.XEa=function(){return l(DAa(this.nDa),p)};W.prototype.set_mSteeringAxis=W.prototype.MFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);EAa(c,a)};Object.defineProperty(W.prototype,"mSteeringAxis",{get:W.prototype.XEa,set:W.prototype.MFa});
|
|
W.prototype.get_mWheelUp=W.prototype.iFa=function(){return l(FAa(this.nDa),p)};W.prototype.set_mWheelUp=W.prototype.YFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);GAa(c,a)};Object.defineProperty(W.prototype,"mWheelUp",{get:W.prototype.iFa,set:W.prototype.YFa});W.prototype.get_mWheelForward=W.prototype.hFa=function(){return l(HAa(this.nDa),p)};W.prototype.set_mWheelForward=W.prototype.XFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);IAa(c,a)};
|
|
Object.defineProperty(W.prototype,"mWheelForward",{get:W.prototype.hFa,set:W.prototype.XFa});W.prototype.get_mSuspensionSpring=W.prototype.dFa=function(){return l(JAa(this.nDa),G6)};W.prototype.set_mSuspensionSpring=W.prototype.TFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);KAa(c,a)};Object.defineProperty(W.prototype,"mSuspensionSpring",{get:W.prototype.dFa,set:W.prototype.TFa});W.prototype.get_mSuspensionMinLength=W.prototype.bFa=function(){return LAa(this.nDa)};
|
|
W.prototype.set_mSuspensionMinLength=W.prototype.RFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);MAa(c,a)};Object.defineProperty(W.prototype,"mSuspensionMinLength",{get:W.prototype.bFa,set:W.prototype.RFa});W.prototype.get_mSuspensionMaxLength=W.prototype.aFa=function(){return NAa(this.nDa)};W.prototype.set_mSuspensionMaxLength=W.prototype.QFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);OAa(c,a)};
|
|
Object.defineProperty(W.prototype,"mSuspensionMaxLength",{get:W.prototype.aFa,set:W.prototype.QFa});W.prototype.get_mSuspensionPreloadLength=W.prototype.cFa=function(){return PAa(this.nDa)};W.prototype.set_mSuspensionPreloadLength=W.prototype.SFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);QAa(c,a)};Object.defineProperty(W.prototype,"mSuspensionPreloadLength",{get:W.prototype.cFa,set:W.prototype.SFa});W.prototype.get_mRadius=W.prototype.QDa=function(){return RAa(this.nDa)};
|
|
W.prototype.set_mRadius=W.prototype.XDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);SAa(c,a)};Object.defineProperty(W.prototype,"mRadius",{get:W.prototype.QDa,set:W.prototype.XDa});W.prototype.get_mWidth=W.prototype.kFa=function(){return TAa(this.nDa)};W.prototype.set_mWidth=W.prototype.$Fa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);UAa(c,a)};Object.defineProperty(W.prototype,"mWidth",{get:W.prototype.kFa,set:W.prototype.$Fa});
|
|
W.prototype.get_mEnableSuspensionForcePoint=W.prototype.EEa=function(){return!!VAa(this.nDa)};W.prototype.set_mEnableSuspensionForcePoint=W.prototype.tFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);WAa(c,a)};Object.defineProperty(W.prototype,"mEnableSuspensionForcePoint",{get:W.prototype.EEa,set:W.prototype.tFa});W.prototype.__destroy__=function(){XAa(this.nDa)};function z$(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=YAa(a);h(z$)[this.nDa]=this}z$.prototype=Object.create(H6.prototype);
|
|
z$.prototype.constructor=z$;z$.prototype.oDa=z$;z$.pDa={};d.WheelWV=z$;z$.prototype.GetSettings=function(){return l(ZAa(this.nDa),W)};z$.prototype.GetAngularVelocity=function(){return $Aa(this.nDa)};z$.prototype.SetAngularVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aBa(c,a)};z$.prototype.GetRotationAngle=function(){return bBa(this.nDa)};z$.prototype.SetRotationAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cBa(c,a)};z$.prototype.GetSteerAngle=function(){return dBa(this.nDa)};
|
|
z$.prototype.SetSteerAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eBa(c,a)};z$.prototype.HasContact=function(){return!!fBa(this.nDa)};z$.prototype.GetContactBodyID=function(){return l(gBa(this.nDa),N5)};z$.prototype.GetContactPosition=function(){return l(hBa(this.nDa),x)};z$.prototype.GetContactPointVelocity=function(){return l(iBa(this.nDa),p)};z$.prototype.GetContactNormal=function(){return l(jBa(this.nDa),p)};
|
|
z$.prototype.GetContactLongitudinal=function(){return l(kBa(this.nDa),p)};z$.prototype.GetContactLateral=function(){return l(lBa(this.nDa),p)};z$.prototype.GetSuspensionLength=function(){return mBa(this.nDa)};z$.prototype.HasHitHardPoint=function(){return!!nBa(this.nDa)};z$.prototype.GetSuspensionLambda=function(){return oBa(this.nDa)};z$.prototype.GetLongitudinalLambda=function(){return pBa(this.nDa)};z$.prototype.GetLateralLambda=function(){return qBa(this.nDa)};
|
|
z$.prototype.get_mLongitudinalSlip=z$.prototype.KKa=function(){return rBa(this.nDa)};z$.prototype.set_mLongitudinalSlip=z$.prototype.ROa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);sBa(c,a)};Object.defineProperty(z$.prototype,"mLongitudinalSlip",{get:z$.prototype.KKa,set:z$.prototype.ROa});z$.prototype.get_mLateralSlip=z$.prototype.wKa=function(){return tBa(this.nDa)};
|
|
z$.prototype.set_mLateralSlip=z$.prototype.DOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);uBa(c,a)};Object.defineProperty(z$.prototype,"mLateralSlip",{get:z$.prototype.wKa,set:z$.prototype.DOa});z$.prototype.get_mCombinedLongitudinalFriction=z$.prototype.wGa=function(){return vBa(this.nDa)};z$.prototype.set_mCombinedLongitudinalFriction=z$.prototype.THa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);wBa(c,a)};
|
|
Object.defineProperty(z$.prototype,"mCombinedLongitudinalFriction",{get:z$.prototype.wGa,set:z$.prototype.THa});z$.prototype.get_mCombinedLateralFriction=z$.prototype.vGa=function(){return xBa(this.nDa)};z$.prototype.set_mCombinedLateralFriction=z$.prototype.SHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yBa(c,a)};Object.defineProperty(z$.prototype,"mCombinedLateralFriction",{get:z$.prototype.vGa,set:z$.prototype.SHa});z$.prototype.get_mBrakeImpulse=z$.prototype.pGa=function(){return zBa(this.nDa)};
|
|
z$.prototype.set_mBrakeImpulse=z$.prototype.NHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ABa(c,a)};Object.defineProperty(z$.prototype,"mBrakeImpulse",{get:z$.prototype.pGa,set:z$.prototype.NHa});z$.prototype.__destroy__=function(){BBa(this.nDa)};function X(){this.nDa=CBa();h(X)[this.nDa]=this}X.prototype=Object.create(y.prototype);X.prototype.constructor=X;X.prototype.oDa=X;X.pDa={};d.WheelSettingsTV=X;X.prototype.GetRefCount=function(){return DBa(this.nDa)};
|
|
X.prototype.AddRef=function(){EBa(this.nDa)};X.prototype.Release=function(){FBa(this.nDa)};X.prototype.get_mLongitudinalFriction=X.prototype.PGa=function(){return GBa(this.nDa)};X.prototype.set_mLongitudinalFriction=X.prototype.lIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);HBa(c,a)};Object.defineProperty(X.prototype,"mLongitudinalFriction",{get:X.prototype.PGa,set:X.prototype.lIa});X.prototype.get_mLateralFriction=X.prototype.LGa=function(){return IBa(this.nDa)};
|
|
X.prototype.set_mLateralFriction=X.prototype.hIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);JBa(c,a)};Object.defineProperty(X.prototype,"mLateralFriction",{get:X.prototype.LGa,set:X.prototype.hIa});X.prototype.get_mPosition=X.prototype.BDa=function(){return l(KBa(this.nDa),p)};X.prototype.set_mPosition=X.prototype.DDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);LBa(c,a)};Object.defineProperty(X.prototype,"mPosition",{get:X.prototype.BDa,set:X.prototype.DDa});
|
|
X.prototype.get_mSuspensionForcePoint=X.prototype.$Ea=function(){return l(MBa(this.nDa),p)};X.prototype.set_mSuspensionForcePoint=X.prototype.PFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);NBa(c,a)};Object.defineProperty(X.prototype,"mSuspensionForcePoint",{get:X.prototype.$Ea,set:X.prototype.PFa});X.prototype.get_mSuspensionDirection=X.prototype.ZEa=function(){return l(OBa(this.nDa),p)};
|
|
X.prototype.set_mSuspensionDirection=X.prototype.OFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);PBa(c,a)};Object.defineProperty(X.prototype,"mSuspensionDirection",{get:X.prototype.ZEa,set:X.prototype.OFa});X.prototype.get_mSteeringAxis=X.prototype.XEa=function(){return l(QBa(this.nDa),p)};X.prototype.set_mSteeringAxis=X.prototype.MFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);RBa(c,a)};Object.defineProperty(X.prototype,"mSteeringAxis",{get:X.prototype.XEa,set:X.prototype.MFa});
|
|
X.prototype.get_mWheelUp=X.prototype.iFa=function(){return l(SBa(this.nDa),p)};X.prototype.set_mWheelUp=X.prototype.YFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);TBa(c,a)};Object.defineProperty(X.prototype,"mWheelUp",{get:X.prototype.iFa,set:X.prototype.YFa});X.prototype.get_mWheelForward=X.prototype.hFa=function(){return l(UBa(this.nDa),p)};X.prototype.set_mWheelForward=X.prototype.XFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);VBa(c,a)};
|
|
Object.defineProperty(X.prototype,"mWheelForward",{get:X.prototype.hFa,set:X.prototype.XFa});X.prototype.get_mSuspensionSpring=X.prototype.dFa=function(){return l(WBa(this.nDa),G6)};X.prototype.set_mSuspensionSpring=X.prototype.TFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);XBa(c,a)};Object.defineProperty(X.prototype,"mSuspensionSpring",{get:X.prototype.dFa,set:X.prototype.TFa});X.prototype.get_mSuspensionMinLength=X.prototype.bFa=function(){return YBa(this.nDa)};
|
|
X.prototype.set_mSuspensionMinLength=X.prototype.RFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ZBa(c,a)};Object.defineProperty(X.prototype,"mSuspensionMinLength",{get:X.prototype.bFa,set:X.prototype.RFa});X.prototype.get_mSuspensionMaxLength=X.prototype.aFa=function(){return $Ba(this.nDa)};X.prototype.set_mSuspensionMaxLength=X.prototype.QFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aCa(c,a)};
|
|
Object.defineProperty(X.prototype,"mSuspensionMaxLength",{get:X.prototype.aFa,set:X.prototype.QFa});X.prototype.get_mSuspensionPreloadLength=X.prototype.cFa=function(){return bCa(this.nDa)};X.prototype.set_mSuspensionPreloadLength=X.prototype.SFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cCa(c,a)};Object.defineProperty(X.prototype,"mSuspensionPreloadLength",{get:X.prototype.cFa,set:X.prototype.SFa});X.prototype.get_mRadius=X.prototype.QDa=function(){return dCa(this.nDa)};
|
|
X.prototype.set_mRadius=X.prototype.XDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eCa(c,a)};Object.defineProperty(X.prototype,"mRadius",{get:X.prototype.QDa,set:X.prototype.XDa});X.prototype.get_mWidth=X.prototype.kFa=function(){return fCa(this.nDa)};X.prototype.set_mWidth=X.prototype.$Fa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gCa(c,a)};Object.defineProperty(X.prototype,"mWidth",{get:X.prototype.kFa,set:X.prototype.$Fa});
|
|
X.prototype.get_mEnableSuspensionForcePoint=X.prototype.EEa=function(){return!!hCa(this.nDa)};X.prototype.set_mEnableSuspensionForcePoint=X.prototype.tFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);iCa(c,a)};Object.defineProperty(X.prototype,"mEnableSuspensionForcePoint",{get:X.prototype.EEa,set:X.prototype.tFa});X.prototype.__destroy__=function(){jCa(this.nDa)};function A$(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=kCa(a);h(A$)[this.nDa]=this}A$.prototype=Object.create(H6.prototype);
|
|
A$.prototype.constructor=A$;A$.prototype.oDa=A$;A$.pDa={};d.WheelTV=A$;A$.prototype.GetSettings=function(){return l(lCa(this.nDa),X)};A$.prototype.GetAngularVelocity=function(){return mCa(this.nDa)};A$.prototype.SetAngularVelocity=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nCa(c,a)};A$.prototype.GetRotationAngle=function(){return oCa(this.nDa)};A$.prototype.SetRotationAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pCa(c,a)};A$.prototype.GetSteerAngle=function(){return qCa(this.nDa)};
|
|
A$.prototype.SetSteerAngle=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rCa(c,a)};A$.prototype.HasContact=function(){return!!sCa(this.nDa)};A$.prototype.GetContactBodyID=function(){return l(tCa(this.nDa),N5)};A$.prototype.GetContactPosition=function(){return l(uCa(this.nDa),x)};A$.prototype.GetContactPointVelocity=function(){return l(vCa(this.nDa),p)};A$.prototype.GetContactNormal=function(){return l(wCa(this.nDa),p)};
|
|
A$.prototype.GetContactLongitudinal=function(){return l(xCa(this.nDa),p)};A$.prototype.GetContactLateral=function(){return l(yCa(this.nDa),p)};A$.prototype.GetSuspensionLength=function(){return zCa(this.nDa)};A$.prototype.HasHitHardPoint=function(){return!!ACa(this.nDa)};A$.prototype.GetSuspensionLambda=function(){return BCa(this.nDa)};A$.prototype.GetLongitudinalLambda=function(){return CCa(this.nDa)};A$.prototype.GetLateralLambda=function(){return DCa(this.nDa)};
|
|
A$.prototype.get_mTrackIndex=A$.prototype.EMa=function(){return ECa(this.nDa)};A$.prototype.set_mTrackIndex=A$.prototype.JQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);FCa(c,a)};Object.defineProperty(A$.prototype,"mTrackIndex",{get:A$.prototype.EMa,set:A$.prototype.JQa});A$.prototype.get_mCombinedLongitudinalFriction=A$.prototype.wGa=function(){return GCa(this.nDa)};
|
|
A$.prototype.set_mCombinedLongitudinalFriction=A$.prototype.THa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);HCa(c,a)};Object.defineProperty(A$.prototype,"mCombinedLongitudinalFriction",{get:A$.prototype.wGa,set:A$.prototype.THa});A$.prototype.get_mCombinedLateralFriction=A$.prototype.vGa=function(){return ICa(this.nDa)};A$.prototype.set_mCombinedLateralFriction=A$.prototype.SHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);JCa(c,a)};
|
|
Object.defineProperty(A$.prototype,"mCombinedLateralFriction",{get:A$.prototype.vGa,set:A$.prototype.SHa});A$.prototype.get_mBrakeImpulse=A$.prototype.pGa=function(){return KCa(this.nDa)};A$.prototype.set_mBrakeImpulse=A$.prototype.NHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);LCa(c,a)};Object.defineProperty(A$.prototype,"mBrakeImpulse",{get:A$.prototype.pGa,set:A$.prototype.NHa});A$.prototype.__destroy__=function(){MCa(this.nDa)};
|
|
function B$(){throw"cannot construct a VehicleTrack, no constructor in IDL";}B$.prototype=Object.create(I6.prototype);B$.prototype.constructor=B$;B$.prototype.oDa=B$;B$.pDa={};d.VehicleTrack=B$;B$.prototype.get_mAngularVelocity=B$.prototype.zEa=function(){return NCa(this.nDa)};B$.prototype.set_mAngularVelocity=B$.prototype.nFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);OCa(c,a)};Object.defineProperty(B$.prototype,"mAngularVelocity",{get:B$.prototype.zEa,set:B$.prototype.nFa});
|
|
B$.prototype.get_mDrivenWheel=B$.prototype.BGa=function(){return PCa(this.nDa)};B$.prototype.set_mDrivenWheel=B$.prototype.YHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);QCa(c,a)};Object.defineProperty(B$.prototype,"mDrivenWheel",{get:B$.prototype.BGa,set:B$.prototype.YHa});B$.prototype.get_mWheels=B$.prototype.jFa=function(){return l(RCa(this.nDa),J6)};B$.prototype.set_mWheels=B$.prototype.ZFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);SCa(c,a)};
|
|
Object.defineProperty(B$.prototype,"mWheels",{get:B$.prototype.jFa,set:B$.prototype.ZFa});B$.prototype.get_mInertia=B$.prototype.NDa=function(){return TCa(this.nDa)};B$.prototype.set_mInertia=B$.prototype.UDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);UCa(c,a)};Object.defineProperty(B$.prototype,"mInertia",{get:B$.prototype.NDa,set:B$.prototype.UDa});B$.prototype.get_mAngularDamping=B$.prototype.IDa=function(){return VCa(this.nDa)};
|
|
B$.prototype.set_mAngularDamping=B$.prototype.KDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);WCa(c,a)};Object.defineProperty(B$.prototype,"mAngularDamping",{get:B$.prototype.IDa,set:B$.prototype.KDa});B$.prototype.get_mMaxBrakeTorque=B$.prototype.NEa=function(){return XCa(this.nDa)};B$.prototype.set_mMaxBrakeTorque=B$.prototype.CFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);YCa(c,a)};Object.defineProperty(B$.prototype,"mMaxBrakeTorque",{get:B$.prototype.NEa,set:B$.prototype.CFa});
|
|
B$.prototype.get_mDifferentialRatio=B$.prototype.DEa=function(){return ZCa(this.nDa)};B$.prototype.set_mDifferentialRatio=B$.prototype.rFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$Ca(c,a)};Object.defineProperty(B$.prototype,"mDifferentialRatio",{get:B$.prototype.DEa,set:B$.prototype.rFa});B$.prototype.__destroy__=function(){aDa(this.nDa)};function C$(){this.nDa=bDa();h(C$)[this.nDa]=this}C$.prototype=Object.create(I5.prototype);C$.prototype.constructor=C$;C$.prototype.oDa=C$;
|
|
C$.pDa={};d.TrackedVehicleControllerSettings=C$;C$.prototype.get_mEngine=C$.prototype.FEa=function(){return l(cDa(this.nDa),L6)};C$.prototype.set_mEngine=C$.prototype.uFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dDa(c,a)};Object.defineProperty(C$.prototype,"mEngine",{get:C$.prototype.FEa,set:C$.prototype.uFa});C$.prototype.get_mTransmission=C$.prototype.eFa=function(){return l(eDa(this.nDa),z)};
|
|
C$.prototype.set_mTransmission=C$.prototype.UFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fDa(c,a)};Object.defineProperty(C$.prototype,"mTransmission",{get:C$.prototype.eFa,set:C$.prototype.UFa});C$.prototype.get_mTracks=C$.prototype.FMa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(gDa(c,a),I6)};C$.prototype.set_mTracks=C$.prototype.KQa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);hDa(b,a,c)};
|
|
Object.defineProperty(C$.prototype,"mTracks",{get:C$.prototype.FMa,set:C$.prototype.KQa});C$.prototype.__destroy__=function(){iDa(this.nDa)};function D$(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=jDa(a,c);h(D$)[this.nDa]=this}D$.prototype=Object.create(J5.prototype);D$.prototype.constructor=D$;D$.prototype.oDa=D$;D$.pDa={};d.TrackedVehicleController=D$;
|
|
D$.prototype.SetDriverInput=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);kDa(g,a,c,b,f)};D$.prototype.SetForwardInput=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lDa(c,a)};D$.prototype.GetForwardInput=function(){return mDa(this.nDa)};D$.prototype.SetLeftRatio=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nDa(c,a)};D$.prototype.GetLeftRatio=function(){return oDa(this.nDa)};
|
|
D$.prototype.SetRightRatio=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pDa(c,a)};D$.prototype.GetRightRatio=function(){return qDa(this.nDa)};D$.prototype.SetBrakeInput=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rDa(c,a)};D$.prototype.GetBrakeInput=function(){return sDa(this.nDa)};D$.prototype.GetEngine=function(){return l(tDa(this.nDa),Q6)};D$.prototype.GetTransmission=function(){return l(uDa(this.nDa),A)};
|
|
D$.prototype.GetTracks=function(){return l(vDa(this.nDa),B$)};D$.prototype.GetConstraint=function(){return l(wDa(this.nDa),K5)};D$.prototype.__destroy__=function(){xDa(this.nDa)};function Q6(){throw"cannot construct a VehicleEngine, no constructor in IDL";}Q6.prototype=Object.create(L6.prototype);Q6.prototype.constructor=Q6;Q6.prototype.oDa=Q6;Q6.pDa={};d.VehicleEngine=Q6;Q6.prototype.ClampRPM=function(){yDa(this.nDa)};Q6.prototype.GetCurrentRPM=function(){return zDa(this.nDa)};
|
|
Q6.prototype.SetCurrentRPM=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ADa(c,a)};Q6.prototype.GetAngularVelocity=function(){return BDa(this.nDa)};Q6.prototype.GetTorque=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return CDa(c,a)};Q6.prototype.get_mMaxTorque=Q6.prototype.XGa=function(){return DDa(this.nDa)};Q6.prototype.set_mMaxTorque=Q6.prototype.tIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);EDa(c,a)};
|
|
Object.defineProperty(Q6.prototype,"mMaxTorque",{get:Q6.prototype.XGa,set:Q6.prototype.tIa});Q6.prototype.get_mMinRPM=Q6.prototype.YGa=function(){return FDa(this.nDa)};Q6.prototype.set_mMinRPM=Q6.prototype.uIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);GDa(c,a)};Object.defineProperty(Q6.prototype,"mMinRPM",{get:Q6.prototype.YGa,set:Q6.prototype.uIa});Q6.prototype.get_mMaxRPM=Q6.prototype.VGa=function(){return HDa(this.nDa)};
|
|
Q6.prototype.set_mMaxRPM=Q6.prototype.rIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);IDa(c,a)};Object.defineProperty(Q6.prototype,"mMaxRPM",{get:Q6.prototype.VGa,set:Q6.prototype.rIa});Q6.prototype.get_mNormalizedTorque=Q6.prototype.cHa=function(){return l(JDa(this.nDa),N6)};Q6.prototype.set_mNormalizedTorque=Q6.prototype.zIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);KDa(c,a)};Object.defineProperty(Q6.prototype,"mNormalizedTorque",{get:Q6.prototype.cHa,set:Q6.prototype.zIa});
|
|
Q6.prototype.get_mInertia=Q6.prototype.NDa=function(){return LDa(this.nDa)};Q6.prototype.set_mInertia=Q6.prototype.UDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);MDa(c,a)};Object.defineProperty(Q6.prototype,"mInertia",{get:Q6.prototype.NDa,set:Q6.prototype.UDa});Q6.prototype.get_mAngularDamping=Q6.prototype.IDa=function(){return NDa(this.nDa)};Q6.prototype.set_mAngularDamping=Q6.prototype.KDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ODa(c,a)};
|
|
Object.defineProperty(Q6.prototype,"mAngularDamping",{get:Q6.prototype.IDa,set:Q6.prototype.KDa});Q6.prototype.__destroy__=function(){PDa(this.nDa)};function A(){throw"cannot construct a VehicleTransmission, no constructor in IDL";}A.prototype=Object.create(z.prototype);A.prototype.constructor=A;A.prototype.oDa=A;A.pDa={};d.VehicleTransmission=A;A.prototype.Set=A.prototype.Set=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);QDa(b,a,c)};
|
|
A.prototype.GetCurrentGear=function(){return RDa(this.nDa)};A.prototype.GetClutchFriction=function(){return SDa(this.nDa)};A.prototype.IsSwitchingGear=function(){return!!TDa(this.nDa)};A.prototype.GetCurrentRatio=function(){return UDa(this.nDa)};A.prototype.get_mMode=A.prototype.QEa=function(){return VDa(this.nDa)};A.prototype.set_mMode=A.prototype.FFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);WDa(c,a)};Object.defineProperty(A.prototype,"mMode",{get:A.prototype.QEa,set:A.prototype.FFa});
|
|
A.prototype.get_mGearRatios=A.prototype.CGa=function(){return l(XDa(this.nDa),O6)};A.prototype.set_mGearRatios=A.prototype.ZHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);YDa(c,a)};Object.defineProperty(A.prototype,"mGearRatios",{get:A.prototype.CGa,set:A.prototype.ZHa});A.prototype.get_mReverseGearRatios=A.prototype.jHa=function(){return l(ZDa(this.nDa),O6)};A.prototype.set_mReverseGearRatios=A.prototype.GIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$Da(c,a)};
|
|
Object.defineProperty(A.prototype,"mReverseGearRatios",{get:A.prototype.jHa,set:A.prototype.GIa});A.prototype.get_mSwitchTime=A.prototype.tHa=function(){return aEa(this.nDa)};A.prototype.set_mSwitchTime=A.prototype.RIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bEa(c,a)};Object.defineProperty(A.prototype,"mSwitchTime",{get:A.prototype.tHa,set:A.prototype.RIa});A.prototype.get_mClutchReleaseTime=A.prototype.sGa=function(){return cEa(this.nDa)};
|
|
A.prototype.set_mClutchReleaseTime=A.prototype.PHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dEa(c,a)};Object.defineProperty(A.prototype,"mClutchReleaseTime",{get:A.prototype.sGa,set:A.prototype.PHa});A.prototype.get_mSwitchLatency=A.prototype.sHa=function(){return eEa(this.nDa)};A.prototype.set_mSwitchLatency=A.prototype.QIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fEa(c,a)};Object.defineProperty(A.prototype,"mSwitchLatency",{get:A.prototype.sHa,set:A.prototype.QIa});
|
|
A.prototype.get_mShiftUpRPM=A.prototype.oHa=function(){return gEa(this.nDa)};A.prototype.set_mShiftUpRPM=A.prototype.MIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hEa(c,a)};Object.defineProperty(A.prototype,"mShiftUpRPM",{get:A.prototype.oHa,set:A.prototype.MIa});A.prototype.get_mShiftDownRPM=A.prototype.nHa=function(){return iEa(this.nDa)};A.prototype.set_mShiftDownRPM=A.prototype.LIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jEa(c,a)};
|
|
Object.defineProperty(A.prototype,"mShiftDownRPM",{get:A.prototype.nHa,set:A.prototype.LIa});A.prototype.get_mClutchStrength=A.prototype.tGa=function(){return kEa(this.nDa)};A.prototype.set_mClutchStrength=A.prototype.QHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lEa(c,a)};Object.defineProperty(A.prototype,"mClutchStrength",{get:A.prototype.tGa,set:A.prototype.QHa});A.prototype.__destroy__=function(){mEa(this.nDa)};function q$(){this.nDa=nEa();h(q$)[this.nDa]=this}
|
|
q$.prototype=Object.create(e.prototype);q$.prototype.constructor=q$;q$.prototype.oDa=q$;q$.pDa={};d.VehicleDifferentialSettings=q$;q$.prototype.get_mLeftWheel=q$.prototype.MGa=function(){return oEa(this.nDa)};q$.prototype.set_mLeftWheel=q$.prototype.iIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pEa(c,a)};Object.defineProperty(q$.prototype,"mLeftWheel",{get:q$.prototype.MGa,set:q$.prototype.iIa});q$.prototype.get_mRightWheel=q$.prototype.kHa=function(){return qEa(this.nDa)};
|
|
q$.prototype.set_mRightWheel=q$.prototype.HIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rEa(c,a)};Object.defineProperty(q$.prototype,"mRightWheel",{get:q$.prototype.kHa,set:q$.prototype.HIa});q$.prototype.get_mDifferentialRatio=q$.prototype.DEa=function(){return sEa(this.nDa)};q$.prototype.set_mDifferentialRatio=q$.prototype.rFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tEa(c,a)};Object.defineProperty(q$.prototype,"mDifferentialRatio",{get:q$.prototype.DEa,set:q$.prototype.rFa});
|
|
q$.prototype.get_mLeftRightSplit=q$.prototype.CKa=function(){return uEa(this.nDa)};q$.prototype.set_mLeftRightSplit=q$.prototype.JOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vEa(c,a)};Object.defineProperty(q$.prototype,"mLeftRightSplit",{get:q$.prototype.CKa,set:q$.prototype.JOa});q$.prototype.get_mLimitedSlipRatio=q$.prototype.GKa=function(){return wEa(this.nDa)};
|
|
q$.prototype.set_mLimitedSlipRatio=q$.prototype.NOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xEa(c,a)};Object.defineProperty(q$.prototype,"mLimitedSlipRatio",{get:q$.prototype.GKa,set:q$.prototype.NOa});q$.prototype.get_mEngineTorqueRatio=q$.prototype.LJa=function(){return yEa(this.nDa)};q$.prototype.set_mEngineTorqueRatio=q$.prototype.SNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zEa(c,a)};
|
|
Object.defineProperty(q$.prototype,"mEngineTorqueRatio",{get:q$.prototype.LJa,set:q$.prototype.SNa});q$.prototype.__destroy__=function(){AEa(this.nDa)};function Y(){this.nDa=BEa();h(Y)[this.nDa]=this}Y.prototype=Object.create(K6.prototype);Y.prototype.constructor=Y;Y.prototype.oDa=Y;Y.pDa={};d.MotorcycleControllerSettings=Y;Y.prototype.get_mMaxLeanAngle=Y.prototype.bLa=function(){return CEa(this.nDa)};
|
|
Y.prototype.set_mMaxLeanAngle=Y.prototype.iPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);DEa(c,a)};Object.defineProperty(Y.prototype,"mMaxLeanAngle",{get:Y.prototype.bLa,set:Y.prototype.iPa});Y.prototype.get_mLeanSpringConstant=Y.prototype.yKa=function(){return EEa(this.nDa)};Y.prototype.set_mLeanSpringConstant=Y.prototype.FOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);FEa(c,a)};Object.defineProperty(Y.prototype,"mLeanSpringConstant",{get:Y.prototype.yKa,set:Y.prototype.FOa});
|
|
Y.prototype.get_mLeanSpringDamping=Y.prototype.zKa=function(){return GEa(this.nDa)};Y.prototype.set_mLeanSpringDamping=Y.prototype.GOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);HEa(c,a)};Object.defineProperty(Y.prototype,"mLeanSpringDamping",{get:Y.prototype.zKa,set:Y.prototype.GOa});Y.prototype.get_mLeanSpringIntegrationCoefficient=Y.prototype.AKa=function(){return IEa(this.nDa)};
|
|
Y.prototype.set_mLeanSpringIntegrationCoefficient=Y.prototype.HOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);JEa(c,a)};Object.defineProperty(Y.prototype,"mLeanSpringIntegrationCoefficient",{get:Y.prototype.AKa,set:Y.prototype.HOa});Y.prototype.get_mLeanSpringIntegrationCoefficientDecay=Y.prototype.BKa=function(){return KEa(this.nDa)};Y.prototype.set_mLeanSpringIntegrationCoefficientDecay=Y.prototype.IOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);LEa(c,a)};
|
|
Object.defineProperty(Y.prototype,"mLeanSpringIntegrationCoefficientDecay",{get:Y.prototype.BKa,set:Y.prototype.IOa});Y.prototype.get_mLeanSmoothingFactor=Y.prototype.xKa=function(){return MEa(this.nDa)};Y.prototype.set_mLeanSmoothingFactor=Y.prototype.EOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);NEa(c,a)};Object.defineProperty(Y.prototype,"mLeanSmoothingFactor",{get:Y.prototype.xKa,set:Y.prototype.EOa});
|
|
Y.prototype.get_mEngine=Y.prototype.FEa=function(){return l(OEa(this.nDa),L6)};Y.prototype.set_mEngine=Y.prototype.uFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);PEa(c,a)};Object.defineProperty(Y.prototype,"mEngine",{get:Y.prototype.FEa,set:Y.prototype.uFa});Y.prototype.get_mTransmission=Y.prototype.eFa=function(){return l(QEa(this.nDa),z)};Y.prototype.set_mTransmission=Y.prototype.UFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);REa(c,a)};
|
|
Object.defineProperty(Y.prototype,"mTransmission",{get:Y.prototype.eFa,set:Y.prototype.UFa});Y.prototype.get_mDifferentials=Y.prototype.AGa=function(){return l(SEa(this.nDa),M6)};Y.prototype.set_mDifferentials=Y.prototype.XHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);TEa(c,a)};Object.defineProperty(Y.prototype,"mDifferentials",{get:Y.prototype.AGa,set:Y.prototype.XHa});Y.prototype.get_mDifferentialLimitedSlipRatio=Y.prototype.zGa=function(){return UEa(this.nDa)};
|
|
Y.prototype.set_mDifferentialLimitedSlipRatio=Y.prototype.WHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);VEa(c,a)};Object.defineProperty(Y.prototype,"mDifferentialLimitedSlipRatio",{get:Y.prototype.zGa,set:Y.prototype.WHa});Y.prototype.__destroy__=function(){WEa(this.nDa)};function E$(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=XEa(a,c);h(E$)[this.nDa]=this}E$.prototype=Object.create(P6.prototype);E$.prototype.constructor=E$;
|
|
E$.prototype.oDa=E$;E$.pDa={};d.MotorcycleController=E$;E$.prototype.GetWheelBase=function(){return YEa(this.nDa)};E$.prototype.EnableLeanController=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ZEa(c,a)};E$.prototype.IsLeanControllerEnabled=function(){return!!$Ea(this.nDa)};E$.prototype.GetConstraint=function(){return l(aFa(this.nDa),K5)};
|
|
E$.prototype.SetDriverInput=function(a,c,b,f){var g=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);bFa(g,a,c,b,f)};E$.prototype.SetForwardInput=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cFa(c,a)};E$.prototype.GetForwardInput=function(){return dFa(this.nDa)};E$.prototype.SetRightInput=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eFa(c,a)};E$.prototype.GetRightInput=function(){return fFa(this.nDa)};
|
|
E$.prototype.SetBrakeInput=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gFa(c,a)};E$.prototype.GetBrakeInput=function(){return hFa(this.nDa)};E$.prototype.SetHandBrakeInput=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);iFa(c,a)};E$.prototype.GetHandBrakeInput=function(){return jFa(this.nDa)};E$.prototype.GetEngine=function(){return l(kFa(this.nDa),Q6)};E$.prototype.GetTransmission=function(){return l(lFa(this.nDa),A)};
|
|
E$.prototype.GetDifferentials=function(){return l(mFa(this.nDa),M6)};E$.prototype.GetDifferentialLimitedSlipRatio=function(){return nFa(this.nDa)};E$.prototype.SetDifferentialLimitedSlipRatio=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);oFa(c,a)};E$.prototype.GetWheelSpeedAtClutch=function(){return pFa(this.nDa)};E$.prototype.__destroy__=function(){qFa(this.nDa)};function F$(){this.nDa=rFa();h(F$)[this.nDa]=this}F$.prototype=Object.create(e.prototype);F$.prototype.constructor=F$;
|
|
F$.prototype.oDa=F$;F$.pDa={};d.Skeleton=F$;F$.prototype.AddJoint=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return sFa(b,a,c)};F$.prototype.GetJointCount=function(){return tFa(this.nDa)};F$.prototype.AreJointsCorrectlyOrdered=function(){return!!uFa(this.nDa)};F$.prototype.CalculateParentJointIndices=function(){vFa(this.nDa)};F$.prototype.__destroy__=function(){wFa(this.nDa)};function G$(){this.nDa=xFa();h(G$)[this.nDa]=this}G$.prototype=Object.create(R6.prototype);
|
|
G$.prototype.constructor=G$;G$.prototype.oDa=G$;G$.pDa={};d.SkeletalAnimationKeyframe=G$;G$.prototype.FromMatrix=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);yFa(c,a)};G$.prototype.ToMatrix=function(){return l(zFa(this.nDa),r)};G$.prototype.get_mTime=G$.prototype.BMa=function(){return AFa(this.nDa)};G$.prototype.set_mTime=G$.prototype.GQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);BFa(c,a)};Object.defineProperty(G$.prototype,"mTime",{get:G$.prototype.BMa,set:G$.prototype.GQa});
|
|
G$.prototype.get_mTranslation=G$.prototype.vHa=function(){return l(CFa(this.nDa),p)};G$.prototype.set_mTranslation=G$.prototype.TIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);DFa(c,a)};Object.defineProperty(G$.prototype,"mTranslation",{get:G$.prototype.vHa,set:G$.prototype.TIa});G$.prototype.get_mRotation=G$.prototype.RDa=function(){return l(EFa(this.nDa),t)};G$.prototype.set_mRotation=G$.prototype.YDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);FFa(c,a)};
|
|
Object.defineProperty(G$.prototype,"mRotation",{get:G$.prototype.RDa,set:G$.prototype.YDa});G$.prototype.__destroy__=function(){GFa(this.nDa)};function H$(){this.nDa=HFa();h(H$)[this.nDa]=this}H$.prototype=Object.create(e.prototype);H$.prototype.constructor=H$;H$.prototype.oDa=H$;H$.pDa={};d.ArraySkeletonKeyframe=H$;H$.prototype.empty=H$.prototype.empty=function(){return!!IFa(this.nDa)};H$.prototype.size=H$.prototype.size=function(){return JFa(this.nDa)};
|
|
H$.prototype.at=H$.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(KFa(c,a),G$)};H$.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);LFa(c,a)};H$.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);MFa(c,a)};H$.prototype.resize=H$.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);NFa(c,a)};H$.prototype.clear=H$.prototype.clear=function(){OFa(this.nDa)};
|
|
H$.prototype.__destroy__=function(){PFa(this.nDa)};function I$(){this.nDa=QFa();h(I$)[this.nDa]=this}I$.prototype=Object.create(e.prototype);I$.prototype.constructor=I$;I$.prototype.oDa=I$;I$.pDa={};d.SkeletalAnimationAnimatedJoint=I$;I$.prototype.get_mJointName=I$.prototype.qKa=function(){return l(RFa(this.nDa),U6)};I$.prototype.set_mJointName=I$.prototype.xOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);SFa(c,a)};
|
|
Object.defineProperty(I$.prototype,"mJointName",{get:I$.prototype.qKa,set:I$.prototype.xOa});I$.prototype.get_mKeyframes=I$.prototype.rKa=function(){return l(TFa(this.nDa),H$)};I$.prototype.set_mKeyframes=I$.prototype.yOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);UFa(c,a)};Object.defineProperty(I$.prototype,"mKeyframes",{get:I$.prototype.rKa,set:I$.prototype.yOa});I$.prototype.__destroy__=function(){VFa(this.nDa)};function J$(){this.nDa=WFa();h(J$)[this.nDa]=this}J$.prototype=Object.create(e.prototype);
|
|
J$.prototype.constructor=J$;J$.prototype.oDa=J$;J$.pDa={};d.ArraySkeletonAnimatedJoint=J$;J$.prototype.empty=J$.prototype.empty=function(){return!!XFa(this.nDa)};J$.prototype.size=J$.prototype.size=function(){return YFa(this.nDa)};J$.prototype.at=J$.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(ZFa(c,a),I$)};J$.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$Fa(c,a)};
|
|
J$.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aGa(c,a)};J$.prototype.resize=J$.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bGa(c,a)};J$.prototype.clear=J$.prototype.clear=function(){cGa(this.nDa)};J$.prototype.__destroy__=function(){dGa(this.nDa)};function K$(){this.nDa=eGa();h(K$)[this.nDa]=this}K$.prototype=Object.create(e.prototype);K$.prototype.constructor=K$;K$.prototype.oDa=K$;K$.pDa={};d.SkeletalAnimation=K$;
|
|
K$.prototype.SetIsLooping=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fGa(c,a)};K$.prototype.IsLooping=function(){return!!gGa(this.nDa)};K$.prototype.GetDuration=function(){return hGa(this.nDa)};K$.prototype.ScaleJoints=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);iGa(c,a)};K$.prototype.Sample=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);jGa(b,a,c)};
|
|
K$.prototype.GetAnimatedJoints=function(){return l(kGa(this.nDa),J$)};K$.prototype.__destroy__=function(){lGa(this.nDa)};function L$(){this.nDa=mGa();h(L$)[this.nDa]=this}L$.prototype=Object.create(e.prototype);L$.prototype.constructor=L$;L$.prototype.oDa=L$;L$.pDa={};d.SkeletonPose=L$;L$.prototype.SetSkeleton=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nGa(c,a)};L$.prototype.GetSkeleton=function(){return l(oGa(this.nDa),F$)};
|
|
L$.prototype.SetRootOffset=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pGa(c,a)};L$.prototype.GetRootOffset=function(){return l(qGa(this.nDa),x)};L$.prototype.GetJointCount=function(){return rGa(this.nDa)};L$.prototype.GetJoint=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(sGa(c,a),R6)};L$.prototype.GetJointMatrices=function(){return l(tGa(this.nDa),Z6)};
|
|
L$.prototype.GetJointMatrix=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(uGa(c,a),r)};L$.prototype.CalculateJointMatrices=function(){vGa(this.nDa)};L$.prototype.CalculateJointStates=function(){wGa(this.nDa)};L$.prototype.__destroy__=function(){xGa(this.nDa)};function Z(){throw"cannot construct a RagdollPart, no constructor in IDL";}Z.prototype=Object.create(w.prototype);Z.prototype.constructor=Z;Z.prototype.oDa=Z;Z.pDa={};d.RagdollPart=Z;
|
|
Z.prototype.GetShapeSettings=function(){return l(yGa(this.nDa),v5)};Z.prototype.SetShapeSettings=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zGa(c,a)};Z.prototype.ConvertShapeSettings=function(){return l(AGa(this.nDa),w5)};Z.prototype.GetShape=function(){return l(BGa(this.nDa),m)};Z.prototype.SetShape=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);CGa(c,a)};Z.prototype.HasMassProperties=function(){return!!DGa(this.nDa)};
|
|
Z.prototype.GetMassProperties=function(){return l(EGa(this.nDa),x5)};Z.prototype.get_mToParent=Z.prototype.DMa=function(){return l(FGa(this.nDa),V5)};Z.prototype.set_mToParent=Z.prototype.IQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);GGa(c,a)};Object.defineProperty(Z.prototype,"mToParent",{get:Z.prototype.DMa,set:Z.prototype.IQa});Z.prototype.get_mPosition=Z.prototype.BDa=function(){return l(HGa(this.nDa),x)};
|
|
Z.prototype.set_mPosition=Z.prototype.DDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);IGa(c,a)};Object.defineProperty(Z.prototype,"mPosition",{get:Z.prototype.BDa,set:Z.prototype.DDa});Z.prototype.get_mRotation=Z.prototype.RDa=function(){return l(JGa(this.nDa),t)};Z.prototype.set_mRotation=Z.prototype.YDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);KGa(c,a)};Object.defineProperty(Z.prototype,"mRotation",{get:Z.prototype.RDa,set:Z.prototype.YDa});
|
|
Z.prototype.get_mLinearVelocity=Z.prototype.KEa=function(){return l(LGa(this.nDa),p)};Z.prototype.set_mLinearVelocity=Z.prototype.zFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);MGa(c,a)};Object.defineProperty(Z.prototype,"mLinearVelocity",{get:Z.prototype.KEa,set:Z.prototype.zFa});Z.prototype.get_mAngularVelocity=Z.prototype.zEa=function(){return l(NGa(this.nDa),p)};
|
|
Z.prototype.set_mAngularVelocity=Z.prototype.nFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);OGa(c,a)};Object.defineProperty(Z.prototype,"mAngularVelocity",{get:Z.prototype.zEa,set:Z.prototype.nFa});Z.prototype.get_mUserData=Z.prototype.qDa=function(){return PGa(this.nDa)};Z.prototype.set_mUserData=Z.prototype.rDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);QGa(c,a)};Object.defineProperty(Z.prototype,"mUserData",{get:Z.prototype.qDa,set:Z.prototype.rDa});
|
|
Z.prototype.get_mObjectLayer=Z.prototype.SEa=function(){return RGa(this.nDa)};Z.prototype.set_mObjectLayer=Z.prototype.HFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);SGa(c,a)};Object.defineProperty(Z.prototype,"mObjectLayer",{get:Z.prototype.SEa,set:Z.prototype.HFa});Z.prototype.get_mCollisionGroup=Z.prototype.BEa=function(){return l(TGa(this.nDa),r6)};Z.prototype.set_mCollisionGroup=Z.prototype.pFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);UGa(c,a)};
|
|
Object.defineProperty(Z.prototype,"mCollisionGroup",{get:Z.prototype.BEa,set:Z.prototype.pFa});Z.prototype.get_mMotionType=Z.prototype.$Ga=function(){return VGa(this.nDa)};Z.prototype.set_mMotionType=Z.prototype.wIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);WGa(c,a)};Object.defineProperty(Z.prototype,"mMotionType",{get:Z.prototype.$Ga,set:Z.prototype.wIa});Z.prototype.get_mAllowedDOFs=Z.prototype.dGa=function(){return XGa(this.nDa)};
|
|
Z.prototype.set_mAllowedDOFs=Z.prototype.BHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);YGa(c,a)};Object.defineProperty(Z.prototype,"mAllowedDOFs",{get:Z.prototype.dGa,set:Z.prototype.BHa});Z.prototype.get_mAllowDynamicOrKinematic=Z.prototype.cGa=function(){return!!ZGa(this.nDa)};Z.prototype.set_mAllowDynamicOrKinematic=Z.prototype.AHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);$Ga(c,a)};
|
|
Object.defineProperty(Z.prototype,"mAllowDynamicOrKinematic",{get:Z.prototype.cGa,set:Z.prototype.AHa});Z.prototype.get_mIsSensor=Z.prototype.kEa=function(){return!!aHa(this.nDa)};Z.prototype.set_mIsSensor=Z.prototype.tEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);bHa(c,a)};Object.defineProperty(Z.prototype,"mIsSensor",{get:Z.prototype.kEa,set:Z.prototype.tEa});Z.prototype.get_mUseManifoldReduction=Z.prototype.gFa=function(){return!!cHa(this.nDa)};
|
|
Z.prototype.set_mUseManifoldReduction=Z.prototype.WFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);dHa(c,a)};Object.defineProperty(Z.prototype,"mUseManifoldReduction",{get:Z.prototype.gFa,set:Z.prototype.WFa});Z.prototype.get_mCollideKinematicVsNonDynamic=Z.prototype.uGa=function(){return!!eHa(this.nDa)};Z.prototype.set_mCollideKinematicVsNonDynamic=Z.prototype.RHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fHa(c,a)};
|
|
Object.defineProperty(Z.prototype,"mCollideKinematicVsNonDynamic",{get:Z.prototype.uGa,set:Z.prototype.RHa});Z.prototype.get_mApplyGyroscopicForce=Z.prototype.eGa=function(){return!!gHa(this.nDa)};Z.prototype.set_mApplyGyroscopicForce=Z.prototype.CHa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);hHa(c,a)};Object.defineProperty(Z.prototype,"mApplyGyroscopicForce",{get:Z.prototype.eGa,set:Z.prototype.CHa});Z.prototype.get_mMotionQuality=Z.prototype.ZGa=function(){return iHa(this.nDa)};
|
|
Z.prototype.set_mMotionQuality=Z.prototype.vIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);jHa(c,a)};Object.defineProperty(Z.prototype,"mMotionQuality",{get:Z.prototype.ZGa,set:Z.prototype.vIa});Z.prototype.get_mEnhancedInternalEdgeRemoval=Z.prototype.hEa=function(){return!!kHa(this.nDa)};Z.prototype.set_mEnhancedInternalEdgeRemoval=Z.prototype.qEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);lHa(c,a)};
|
|
Object.defineProperty(Z.prototype,"mEnhancedInternalEdgeRemoval",{get:Z.prototype.hEa,set:Z.prototype.qEa});Z.prototype.get_mAllowSleeping=Z.prototype.eEa=function(){return!!mHa(this.nDa)};Z.prototype.set_mAllowSleeping=Z.prototype.nEa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);nHa(c,a)};Object.defineProperty(Z.prototype,"mAllowSleeping",{get:Z.prototype.eEa,set:Z.prototype.nEa});Z.prototype.get_mFriction=Z.prototype.GEa=function(){return oHa(this.nDa)};
|
|
Z.prototype.set_mFriction=Z.prototype.vFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);pHa(c,a)};Object.defineProperty(Z.prototype,"mFriction",{get:Z.prototype.GEa,set:Z.prototype.vFa});Z.prototype.get_mRestitution=Z.prototype.WEa=function(){return qHa(this.nDa)};Z.prototype.set_mRestitution=Z.prototype.LFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);rHa(c,a)};Object.defineProperty(Z.prototype,"mRestitution",{get:Z.prototype.WEa,set:Z.prototype.LFa});
|
|
Z.prototype.get_mLinearDamping=Z.prototype.JEa=function(){return sHa(this.nDa)};Z.prototype.set_mLinearDamping=Z.prototype.yFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);tHa(c,a)};Object.defineProperty(Z.prototype,"mLinearDamping",{get:Z.prototype.JEa,set:Z.prototype.yFa});Z.prototype.get_mAngularDamping=Z.prototype.IDa=function(){return uHa(this.nDa)};Z.prototype.set_mAngularDamping=Z.prototype.KDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vHa(c,a)};
|
|
Object.defineProperty(Z.prototype,"mAngularDamping",{get:Z.prototype.IDa,set:Z.prototype.KDa});Z.prototype.get_mMaxLinearVelocity=Z.prototype.PEa=function(){return wHa(this.nDa)};Z.prototype.set_mMaxLinearVelocity=Z.prototype.EFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xHa(c,a)};Object.defineProperty(Z.prototype,"mMaxLinearVelocity",{get:Z.prototype.PEa,set:Z.prototype.EFa});Z.prototype.get_mMaxAngularVelocity=Z.prototype.SGa=function(){return yHa(this.nDa)};
|
|
Z.prototype.set_mMaxAngularVelocity=Z.prototype.oIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zHa(c,a)};Object.defineProperty(Z.prototype,"mMaxAngularVelocity",{get:Z.prototype.SGa,set:Z.prototype.oIa});Z.prototype.get_mGravityFactor=Z.prototype.HEa=function(){return AHa(this.nDa)};Z.prototype.set_mGravityFactor=Z.prototype.wFa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);BHa(c,a)};Object.defineProperty(Z.prototype,"mGravityFactor",{get:Z.prototype.HEa,set:Z.prototype.wFa});
|
|
Z.prototype.get_mNumVelocityStepsOverride=Z.prototype.tDa=function(){return CHa(this.nDa)};Z.prototype.set_mNumVelocityStepsOverride=Z.prototype.vDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);DHa(c,a)};Object.defineProperty(Z.prototype,"mNumVelocityStepsOverride",{get:Z.prototype.tDa,set:Z.prototype.vDa});Z.prototype.get_mNumPositionStepsOverride=Z.prototype.sDa=function(){return EHa(this.nDa)};
|
|
Z.prototype.set_mNumPositionStepsOverride=Z.prototype.uDa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);FHa(c,a)};Object.defineProperty(Z.prototype,"mNumPositionStepsOverride",{get:Z.prototype.sDa,set:Z.prototype.uDa});Z.prototype.get_mOverrideMassProperties=Z.prototype.fHa=function(){return GHa(this.nDa)};Z.prototype.set_mOverrideMassProperties=Z.prototype.CIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);HHa(c,a)};
|
|
Object.defineProperty(Z.prototype,"mOverrideMassProperties",{get:Z.prototype.fHa,set:Z.prototype.CIa});Z.prototype.get_mInertiaMultiplier=Z.prototype.HGa=function(){return IHa(this.nDa)};Z.prototype.set_mInertiaMultiplier=Z.prototype.dIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);JHa(c,a)};Object.defineProperty(Z.prototype,"mInertiaMultiplier",{get:Z.prototype.HGa,set:Z.prototype.dIa});Z.prototype.get_mMassPropertiesOverride=Z.prototype.RGa=function(){return l(KHa(this.nDa),x5)};
|
|
Z.prototype.set_mMassPropertiesOverride=Z.prototype.nIa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);LHa(c,a)};Object.defineProperty(Z.prototype,"mMassPropertiesOverride",{get:Z.prototype.RGa,set:Z.prototype.nIa});Z.prototype.__destroy__=function(){MHa(this.nDa)};function M$(){this.nDa=NHa();h(M$)[this.nDa]=this}M$.prototype=Object.create(e.prototype);M$.prototype.constructor=M$;M$.prototype.oDa=M$;M$.pDa={};d.ArrayRagdollPart=M$;M$.prototype.empty=M$.prototype.empty=function(){return!!OHa(this.nDa)};
|
|
M$.prototype.size=M$.prototype.size=function(){return PHa(this.nDa)};M$.prototype.at=M$.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(QHa(c,a),Z)};M$.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);RHa(c,a)};M$.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);SHa(c,a)};M$.prototype.resize=M$.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);THa(c,a)};
|
|
M$.prototype.clear=M$.prototype.clear=function(){UHa(this.nDa)};M$.prototype.__destroy__=function(){VHa(this.nDa)};function N$(){throw"cannot construct a RagdollAdditionalConstraint, no constructor in IDL";}N$.prototype=Object.create(e.prototype);N$.prototype.constructor=N$;N$.prototype.oDa=N$;N$.pDa={};d.RagdollAdditionalConstraint=N$;N$.prototype.get_mBodyIdx=N$.prototype.jJa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return WHa(c,a)};
|
|
N$.prototype.set_mBodyIdx=N$.prototype.qNa=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);XHa(b,a,c)};Object.defineProperty(N$.prototype,"mBodyIdx",{get:N$.prototype.jJa,set:N$.prototype.qNa});N$.prototype.get_mConstraint=N$.prototype.zJa=function(){return l(YHa(this.nDa),V5)};N$.prototype.set_mConstraint=N$.prototype.GNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ZHa(c,a)};
|
|
Object.defineProperty(N$.prototype,"mConstraint",{get:N$.prototype.zJa,set:N$.prototype.GNa});N$.prototype.__destroy__=function(){$Ha(this.nDa)};function O$(){this.nDa=aIa();h(O$)[this.nDa]=this}O$.prototype=Object.create(e.prototype);O$.prototype.constructor=O$;O$.prototype.oDa=O$;O$.pDa={};d.ArrayRagdollAdditionalConstraint=O$;O$.prototype.empty=O$.prototype.empty=function(){return!!bIa(this.nDa)};O$.prototype.size=O$.prototype.size=function(){return cIa(this.nDa)};
|
|
O$.prototype.at=O$.prototype.at=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(dIa(c,a),N$)};O$.prototype.push_back=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eIa(c,a)};O$.prototype.reserve=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);fIa(c,a)};O$.prototype.resize=O$.prototype.resize=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);gIa(c,a)};O$.prototype.clear=O$.prototype.clear=function(){hIa(this.nDa)};
|
|
O$.prototype.__destroy__=function(){iIa(this.nDa)};function P$(){this.nDa=jIa();h(P$)[this.nDa]=this}P$.prototype=Object.create(e.prototype);P$.prototype.constructor=P$;P$.prototype.oDa=P$;P$.pDa={};d.RagdollSettings=P$;P$.prototype.Stabilize=function(){return!!kIa(this.nDa)};P$.prototype.CreateRagdoll=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);return l(lIa(f,a,c,b),Q$)};
|
|
P$.prototype.GetSkeleton=function(){return l(mIa(this.nDa),F$)};P$.prototype.DisableParentChildCollisions=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);void 0===a?nIa(b):void 0===c?oIa(b,a):pIa(b,a,c)};P$.prototype.CalculateConstraintPriorities=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?qIa(c):rIa(c,a)};P$.prototype.CalculateBodyIndexToConstraintIndex=function(){sIa(this.nDa)};
|
|
P$.prototype.CalculateConstraintIndexToBodyIdxPair=function(){tIa(this.nDa)};P$.prototype.get_mSkeleton=P$.prototype.oMa=function(){return l(uIa(this.nDa),F$)};P$.prototype.set_mSkeleton=P$.prototype.tQa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);vIa(c,a)};Object.defineProperty(P$.prototype,"mSkeleton",{get:P$.prototype.oMa,set:P$.prototype.tQa});P$.prototype.get_mParts=P$.prototype.DLa=function(){return l(wIa(this.nDa),M$)};
|
|
P$.prototype.set_mParts=P$.prototype.KPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);xIa(c,a)};Object.defineProperty(P$.prototype,"mParts",{get:P$.prototype.DLa,set:P$.prototype.KPa});P$.prototype.get_mAdditionalConstraints=P$.prototype.ZIa=function(){return l(yIa(this.nDa),O$)};P$.prototype.set_mAdditionalConstraints=P$.prototype.fNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);zIa(c,a)};
|
|
Object.defineProperty(P$.prototype,"mAdditionalConstraints",{get:P$.prototype.ZIa,set:P$.prototype.fNa});P$.prototype.__destroy__=function(){AIa(this.nDa)};function Q$(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=BIa(a);h(Q$)[this.nDa]=this}Q$.prototype=Object.create(e.prototype);Q$.prototype.constructor=Q$;Q$.prototype.oDa=Q$;Q$.pDa={};d.Ragdoll=Q$;
|
|
Q$.prototype.AddToPhysicsSystem=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);void 0===c?CIa(b,a):DIa(b,a,c)};Q$.prototype.RemoveFromPhysicsSystem=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?EIa(c):FIa(c,a)};Q$.prototype.Activate=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);void 0===a?GIa(c):HIa(c,a)};
|
|
Q$.prototype.IsActive=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return void 0===a?!!IIa(c):!!JIa(c,a)};Q$.prototype.SetGroupID=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);void 0===c?KIa(b,a):LIa(b,a,c)};Q$.prototype.SetPose=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);void 0===c?MIa(b,a):NIa(b,a,c)};
|
|
Q$.prototype.GetPose=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);void 0===c?OIa(b,a):PIa(b,a,c)};Q$.prototype.ResetWarmStart=function(){QIa(this.nDa)};Q$.prototype.DriveToPoseUsingKinematics=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);void 0===b?RIa(f,a,c):SIa(f,a,c,b)};
|
|
Q$.prototype.DriveToPoseUsingMotors=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);TIa(c,a)};Q$.prototype.SetLinearAndAngularVelocity=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);void 0===b?UIa(f,a,c):VIa(f,a,c,b)};Q$.prototype.SetLinearVelocity=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);void 0===c?WIa(b,a):XIa(b,a,c)};
|
|
Q$.prototype.AddLinearVelocity=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);void 0===c?YIa(b,a):ZIa(b,a,c)};Q$.prototype.AddImpulse=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);void 0===c?$Ia(b,a):aJa(b,a,c)};
|
|
Q$.prototype.GetRootTransform=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);void 0===b?bJa(f,a,c):cJa(f,a,c,b)};Q$.prototype.GetBodyCount=function(){return dJa(this.nDa)};Q$.prototype.GetBodyID=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(eJa(c,a),N5)};Q$.prototype.GetBodyIDs=function(){return l(fJa(this.nDa),s9)};Q$.prototype.GetConstraintCount=function(){return gJa(this.nDa)};
|
|
Q$.prototype.GetWorldSpaceBounds=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return void 0===a?l(hJa(c),n):l(iJa(c,a),n)};Q$.prototype.GetConstraint=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return l(jJa(c,a),W5)};Q$.prototype.GetRagdollSettings=function(){return l(kJa(this.nDa),P$)};Q$.prototype.__destroy__=function(){lJa(this.nDa)};function R$(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=mJa(a);h(R$)[this.nDa]=this}R$.prototype=Object.create(e.prototype);
|
|
R$.prototype.constructor=R$;R$.prototype.oDa=R$;R$.pDa={};d.BroadPhaseLayer=R$;R$.prototype.GetValue=function(){return nJa(this.nDa)};R$.prototype.__destroy__=function(){oJa(this.nDa)};function S$(){this.nDa=pJa();h(S$)[this.nDa]=this}S$.prototype=Object.create(S6.prototype);S$.prototype.constructor=S$;S$.prototype.oDa=S$;S$.pDa={};d.BroadPhaseLayerInterfaceJS=S$;S$.prototype.GetNumBroadPhaseLayers=function(){return qJa(this.nDa)};
|
|
S$.prototype.GetBPLayer=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);return rJa(c,a)};S$.prototype.__destroy__=function(){sJa(this.nDa)};function T$(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);this.nDa=tJa(a,c);h(T$)[this.nDa]=this}T$.prototype=Object.create(L5.prototype);T$.prototype.constructor=T$;T$.prototype.oDa=T$;T$.pDa={};d.BroadPhaseLayerInterfaceTable=T$;
|
|
T$.prototype.MapObjectToBroadPhaseLayer=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);uJa(b,a,c)};T$.prototype.GetNumBroadPhaseLayers=function(){return vJa(this.nDa)};T$.prototype.__destroy__=function(){wJa(this.nDa)};function U$(a,c,b,f){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);f&&"object"===typeof f&&(f=f.nDa);this.nDa=xJa(a,c,b,f);h(U$)[this.nDa]=this}U$.prototype=Object.create(H5.prototype);
|
|
U$.prototype.constructor=U$;U$.prototype.oDa=U$;U$.pDa={};d.ObjectVsBroadPhaseLayerFilterTable=U$;U$.prototype.__destroy__=function(){yJa(this.nDa)};function V$(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=zJa(a);h(V$)[this.nDa]=this}V$.prototype=Object.create(y6.prototype);V$.prototype.constructor=V$;V$.prototype.oDa=V$;V$.pDa={};d.ObjectLayerPairFilterTable=V$;V$.prototype.GetNumObjectLayers=function(){return AJa(this.nDa)};
|
|
V$.prototype.DisableCollision=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);BJa(b,a,c)};V$.prototype.EnableCollision=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);CJa(b,a,c)};V$.prototype.ShouldCollide=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return!!DJa(b,a,c)};V$.prototype.__destroy__=function(){EJa(this.nDa)};
|
|
function W$(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=FJa(a);h(W$)[this.nDa]=this}W$.prototype=Object.create(L5.prototype);W$.prototype.constructor=W$;W$.prototype.oDa=W$;W$.pDa={};d.BroadPhaseLayerInterfaceMask=W$;W$.prototype.ConfigureLayer=function(a,c,b){var f=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);b&&"object"===typeof b&&(b=b.nDa);GJa(f,a,c,b)};W$.prototype.GetNumBroadPhaseLayers=function(){return HJa(this.nDa)};W$.prototype.__destroy__=function(){IJa(this.nDa)};
|
|
function X$(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=JJa(a);h(X$)[this.nDa]=this}X$.prototype=Object.create(H5.prototype);X$.prototype.constructor=X$;X$.prototype.oDa=X$;X$.pDa={};d.ObjectVsBroadPhaseLayerFilterMask=X$;X$.prototype.__destroy__=function(){KJa(this.nDa)};function Y$(){this.nDa=LJa();h(Y$)[this.nDa]=this}Y$.prototype=Object.create(y6.prototype);Y$.prototype.constructor=Y$;Y$.prototype.oDa=Y$;Y$.pDa={};d.ObjectLayerPairFilterMask=Y$;
|
|
Y$.prototype.sGetObjectLayer=function(a,c){a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return MJa(a,c)};Y$.prototype.sGetGroup=function(a){a&&"object"===typeof a&&(a=a.nDa);return NJa(a)};Y$.prototype.sGetMask=function(a){a&&"object"===typeof a&&(a=a.nDa);return OJa(a)};Y$.prototype.ShouldCollide=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);return!!PJa(b,a,c)};Y$.prototype.__destroy__=function(){QJa(this.nDa)};
|
|
function Z$(){this.nDa=RJa();h(Z$)[this.nDa]=this}Z$.prototype=Object.create(e.prototype);Z$.prototype.constructor=Z$;Z$.prototype.oDa=Z$;Z$.pDa={};d.JoltSettings=Z$;Z$.prototype.get_mMaxBodies=Z$.prototype.QKa=function(){return SJa(this.nDa)};Z$.prototype.set_mMaxBodies=Z$.prototype.XOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);TJa(c,a)};Object.defineProperty(Z$.prototype,"mMaxBodies",{get:Z$.prototype.QKa,set:Z$.prototype.XOa});
|
|
Z$.prototype.get_mMaxBodyPairs=Z$.prototype.RKa=function(){return UJa(this.nDa)};Z$.prototype.set_mMaxBodyPairs=Z$.prototype.YOa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);VJa(c,a)};Object.defineProperty(Z$.prototype,"mMaxBodyPairs",{get:Z$.prototype.RKa,set:Z$.prototype.YOa});Z$.prototype.get_mMaxContactConstraints=Z$.prototype.UKa=function(){return WJa(this.nDa)};
|
|
Z$.prototype.set_mMaxContactConstraints=Z$.prototype.aPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);XJa(c,a)};Object.defineProperty(Z$.prototype,"mMaxContactConstraints",{get:Z$.prototype.UKa,set:Z$.prototype.aPa});Z$.prototype.get_mMaxWorkerThreads=Z$.prototype.lLa=function(){return YJa(this.nDa)};Z$.prototype.set_mMaxWorkerThreads=Z$.prototype.sPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);ZJa(c,a)};
|
|
Object.defineProperty(Z$.prototype,"mMaxWorkerThreads",{get:Z$.prototype.lLa,set:Z$.prototype.sPa});Z$.prototype.get_mBroadPhaseLayerInterface=Z$.prototype.pJa=function(){return l($Ja(this.nDa),L5)};Z$.prototype.set_mBroadPhaseLayerInterface=Z$.prototype.wNa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);aKa(c,a)};Object.defineProperty(Z$.prototype,"mBroadPhaseLayerInterface",{get:Z$.prototype.pJa,set:Z$.prototype.wNa});
|
|
Z$.prototype.get_mObjectVsBroadPhaseLayerFilter=Z$.prototype.ALa=function(){return l(bKa(this.nDa),H5)};Z$.prototype.set_mObjectVsBroadPhaseLayerFilter=Z$.prototype.HPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);cKa(c,a)};Object.defineProperty(Z$.prototype,"mObjectVsBroadPhaseLayerFilter",{get:Z$.prototype.ALa,set:Z$.prototype.HPa});Z$.prototype.get_mObjectLayerPairFilter=Z$.prototype.zLa=function(){return l(dKa(this.nDa),y6)};
|
|
Z$.prototype.set_mObjectLayerPairFilter=Z$.prototype.GPa=function(a){var c=this.nDa;a&&"object"===typeof a&&(a=a.nDa);eKa(c,a)};Object.defineProperty(Z$.prototype,"mObjectLayerPairFilter",{get:Z$.prototype.zLa,set:Z$.prototype.GPa});Z$.prototype.__destroy__=function(){fKa(this.nDa)};function $$(a){a&&"object"===typeof a&&(a=a.nDa);this.nDa=gKa(a);h($$)[this.nDa]=this}$$.prototype=Object.create(e.prototype);$$.prototype.constructor=$$;$$.prototype.oDa=$$;$$.pDa={};d.JoltInterface=$$;
|
|
$$.prototype.Step=function(a,c){var b=this.nDa;a&&"object"===typeof a&&(a=a.nDa);c&&"object"===typeof c&&(c=c.nDa);hKa(b,a,c)};$$.prototype.GetPhysicsSystem=function(){return l(iKa(this.nDa),p9)};$$.prototype.GetTempAllocator=function(){return l(jKa(this.nDa),$9)};$$.prototype.GetObjectLayerPairFilter=function(){return l(kKa(this.nDa),y6)};$$.prototype.GetObjectVsBroadPhaseLayerFilter=function(){return l(lKa(this.nDa),H5)};$$.prototype.sGetTotalMemory=function(){return mKa()};
|
|
$$.prototype.sGetFreeMemory=function(){return nKa()};$$.prototype.__destroy__=function(){oKa(this.nDa)};
|
|
(function(){function a(){d.EBodyType_RigidBody=pKa();d.EBodyType_SoftBody=qKa();d.EMotionType_Static=rKa();d.EMotionType_Kinematic=sKa();d.EMotionType_Dynamic=tKa();d.EMotionQuality_Discrete=uKa();d.EMotionQuality_LinearCast=vKa();d.EActivation_Activate=wKa();d.EActivation_DontActivate=xKa();d.EShapeType_Convex=yKa();d.EShapeType_Compound=zKa();d.EShapeType_Decorated=AKa();d.EShapeType_Mesh=BKa();d.EShapeType_HeightField=CKa();d.EShapeType_Plane=DKa();d.EShapeType_Empty=EKa();d.EShapeSubType_Sphere=
|
|
FKa();d.EShapeSubType_Box=GKa();d.EShapeSubType_Capsule=HKa();d.EShapeSubType_TaperedCapsule=IKa();d.EShapeSubType_Cylinder=JKa();d.EShapeSubType_TaperedCylinder=KKa();d.EShapeSubType_ConvexHull=LKa();d.EShapeSubType_StaticCompound=MKa();d.EShapeSubType_MutableCompound=NKa();d.EShapeSubType_RotatedTranslated=OKa();d.EShapeSubType_Scaled=PKa();d.EShapeSubType_OffsetCenterOfMass=QKa();d.EShapeSubType_Mesh=RKa();d.EShapeSubType_HeightField=SKa();d.EShapeSubType_Plane=TKa();d.EShapeSubType_Empty=UKa();
|
|
d.EConstraintSpace_LocalToBodyCOM=VKa();d.EConstraintSpace_WorldSpace=WKa();d.ESpringMode_FrequencyAndDamping=XKa();d.ESpringMode_StiffnessAndDamping=YKa();d.EOverrideMassProperties_CalculateMassAndInertia=ZKa();d.EOverrideMassProperties_CalculateInertia=$Ka();d.EOverrideMassProperties_MassAndInertiaProvided=aLa();d.EAllowedDOFs_TranslationX=bLa();d.EAllowedDOFs_TranslationY=cLa();d.EAllowedDOFs_TranslationZ=dLa();d.EAllowedDOFs_RotationX=eLa();d.EAllowedDOFs_RotationY=fLa();d.EAllowedDOFs_RotationZ=
|
|
gLa();d.EAllowedDOFs_Plane2D=hLa();d.EAllowedDOFs_All=iLa();d.EStateRecorderState_None=jLa();d.EStateRecorderState_Global=kLa();d.EStateRecorderState_Bodies=lLa();d.EStateRecorderState_Contacts=mLa();d.EStateRecorderState_Constraints=nLa();d.EStateRecorderState_All=oLa();d.EBackFaceMode_IgnoreBackFaces=pLa();d.EBackFaceMode_CollideWithBackFaces=qLa();d.EGroundState_OnGround=rLa();d.EGroundState_OnSteepGround=sLa();d.EGroundState_NotSupported=tLa();d.EGroundState_InAir=uLa();d.ValidateResult_AcceptAllContactsForThisBodyPair=
|
|
vLa();d.ValidateResult_AcceptContact=wLa();d.ValidateResult_RejectContact=xLa();d.ValidateResult_RejectAllContactsForThisBodyPair=yLa();d.SoftBodyValidateResult_AcceptContact=zLa();d.SoftBodyValidateResult_RejectContact=ALa();d.EActiveEdgeMode_CollideOnlyWithActive=BLa();d.EActiveEdgeMode_CollideWithAll=CLa();d.ECollectFacesMode_CollectFaces=DLa();d.ECollectFacesMode_NoFaces=ELa();d.SixDOFConstraintSettings_EAxis_TranslationX=FLa();d.SixDOFConstraintSettings_EAxis_TranslationY=GLa();d.SixDOFConstraintSettings_EAxis_TranslationZ=
|
|
HLa();d.SixDOFConstraintSettings_EAxis_RotationX=ILa();d.SixDOFConstraintSettings_EAxis_RotationY=JLa();d.SixDOFConstraintSettings_EAxis_RotationZ=KLa();d.EConstraintType_Constraint=LLa();d.EConstraintType_TwoBodyConstraint=MLa();d.EConstraintSubType_Fixed=NLa();d.EConstraintSubType_Point=OLa();d.EConstraintSubType_Hinge=PLa();d.EConstraintSubType_Slider=QLa();d.EConstraintSubType_Distance=RLa();d.EConstraintSubType_Cone=SLa();d.EConstraintSubType_SwingTwist=TLa();d.EConstraintSubType_SixDOF=ULa();
|
|
d.EConstraintSubType_Path=VLa();d.EConstraintSubType_Vehicle=WLa();d.EConstraintSubType_RackAndPinion=XLa();d.EConstraintSubType_Gear=YLa();d.EConstraintSubType_Pulley=ZLa();d.EMotorState_Off=$La();d.EMotorState_Velocity=aMa();d.EMotorState_Position=bMa();d.ETransmissionMode_Auto=cMa();d.ETransmissionMode_Manual=dMa();d.ETireFrictionDirection_Longitudinal=eMa();d.ETireFrictionDirection_Lateral=fMa();d.ESwingType_Cone=gMa();d.ESwingType_Pyramid=hMa();d.EPathRotationConstraintType_Free=iMa();d.EPathRotationConstraintType_ConstrainAroundTangent=
|
|
jMa();d.EPathRotationConstraintType_ConstrainAroundNormal=kMa();d.EPathRotationConstraintType_ConstrainAroundBinormal=lMa();d.EPathRotationConstraintType_ConstrainToPath=mMa();d.EPathRotationConstraintType_FullyConstrained=nMa();d.SoftBodySharedSettings_EBendType_None=oMa();d.SoftBodySharedSettings_EBendType_Distance=pMa();d.SoftBodySharedSettings_EBendType_Dihedral=qMa();d.SoftBodySharedSettings_ELRAType_None=rMa();d.SoftBodySharedSettings_ELRAType_EuclideanDistance=sMa();d.SoftBodySharedSettings_ELRAType_GeodesicDistance=
|
|
tMa();d.MeshShapeSettings_EBuildQuality_FavorRuntimePerformance=uMa();d.MeshShapeSettings_EBuildQuality_FavorBuildSpeed=vMa()}va?a():Ka.push(a)})();p.prototype.ToString=p.prototype.wEa=function(){return`(${this.ZDa()}, ${this.$Da()}, ${this.aEa()})`};p.prototype.Clone=function(){return new p(this.ZDa(),this.$Da(),this.aEa())};x.prototype.ToString=x.prototype.wEa=function(){return`(${this.ZDa()}, ${this.$Da()}, ${this.aEa()})`};x.prototype.Clone=function(){return new x(this.ZDa(),this.$Da(),this.aEa())};
|
|
t.prototype.ToString=t.prototype.wEa=function(){return`(${this.ZDa()}, ${this.$Da()}, ${this.aEa()}, ${this.aGa()})`};t.prototype.Clone=function(){return new t(this.ZDa(),this.$Da(),this.aEa(),this.aGa())};n.prototype.ToString=n.prototype.wEa=function(){return`[${this.jRa.wEa()}, ${this.kRa.wEa()}]`};N5.prototype.Clone=function(){return new N5(this.XIa())};N5.prototype.ToString=N5.prototype.wEa=function(){return`${this.XIa()}`};va?moduleRtn=d:moduleRtn=new Promise((a,c)=>{na=a;pa=c});
|
|
;return moduleRtn} |