gdcore-tools 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/GDevelop/ExtLibs/7za.exe +0 -0
- package/GDevelop/ExtLibs/curl.exe +0 -0
- package/GDevelop/scripts/libgettextlib-0-17.dll +0 -0
- package/GDevelop/scripts/libgettextsrc-0-17.dll +0 -0
- package/LICENSE +1 -1
- package/dist/Runtime/AsyncTasksManager.js +5 -0
- package/dist/Runtime/AsyncTasksManager.js.map +7 -0
- package/dist/Runtime/Cordova/config.xml +44 -0
- package/dist/Runtime/Cordova/package.json +22 -0
- package/dist/Runtime/Cordova/www/index.html +45 -0
- package/dist/Runtime/CustomRuntimeObject.js +2 -0
- package/dist/Runtime/CustomRuntimeObject.js.map +7 -0
- package/dist/Runtime/CustomRuntimeObjectInstanceContainer.js +2 -0
- package/dist/Runtime/CustomRuntimeObjectInstanceContainer.js.map +7 -0
- package/dist/Runtime/Electron/main.js +65 -0
- package/dist/Runtime/Electron/package.json +26 -0
- package/dist/Runtime/Extensions/3D/A_RuntimeObject3D.js +2 -0
- package/dist/Runtime/Extensions/3D/A_RuntimeObject3D.js.map +7 -0
- package/dist/Runtime/Extensions/3D/A_RuntimeObject3DRenderer.js +2 -0
- package/dist/Runtime/Extensions/3D/A_RuntimeObject3DRenderer.js.map +7 -0
- package/dist/Runtime/Extensions/3D/AmbientLight.js +2 -0
- package/dist/Runtime/Extensions/3D/AmbientLight.js.map +7 -0
- package/dist/Runtime/Extensions/3D/Cube3DRuntimeObject.js +2 -0
- package/dist/Runtime/Extensions/3D/Cube3DRuntimeObject.js.map +7 -0
- package/dist/Runtime/Extensions/3D/Cube3DRuntimeObjectPixiRenderer.js +2 -0
- package/dist/Runtime/Extensions/3D/Cube3DRuntimeObjectPixiRenderer.js.map +7 -0
- package/dist/Runtime/Extensions/3D/DirectionalLight.js +2 -0
- package/dist/Runtime/Extensions/3D/DirectionalLight.js.map +7 -0
- package/dist/Runtime/Extensions/3D/ExponentialFog.js +2 -0
- package/dist/Runtime/Extensions/3D/ExponentialFog.js.map +7 -0
- package/dist/Runtime/Extensions/3D/HemisphereLight.js +2 -0
- package/dist/Runtime/Extensions/3D/HemisphereLight.js.map +7 -0
- package/dist/Runtime/Extensions/3D/JsExtension.js +2809 -0
- package/dist/Runtime/Extensions/3D/LinearFog.js +2 -0
- package/dist/Runtime/Extensions/3D/LinearFog.js.map +7 -0
- package/dist/Runtime/Extensions/3D/Model3DRuntimeObject.js +2 -0
- package/dist/Runtime/Extensions/3D/Model3DRuntimeObject.js.map +7 -0
- package/dist/Runtime/Extensions/3D/Model3DRuntimeObject3DRenderer.js +2 -0
- package/dist/Runtime/Extensions/3D/Model3DRuntimeObject3DRenderer.js.map +7 -0
- package/dist/Runtime/Extensions/3D/Scene3DTools.js +2 -0
- package/dist/Runtime/Extensions/3D/Scene3DTools.js.map +7 -0
- package/dist/Runtime/Extensions/AdMob/JsExtension.js +798 -0
- package/dist/Runtime/Extensions/AdMob/admobtools.js +2 -0
- package/dist/Runtime/Extensions/AdMob/admobtools.js.map +7 -0
- package/dist/Runtime/Extensions/AdvancedWindow/JsExtension.js +719 -0
- package/dist/Runtime/Extensions/AdvancedWindow/electron-advancedwindowtools.js +2 -0
- package/dist/Runtime/Extensions/AdvancedWindow/electron-advancedwindowtools.js.map +7 -0
- package/dist/Runtime/Extensions/AnchorBehavior/anchorruntimebehavior.js +2 -0
- package/dist/Runtime/Extensions/AnchorBehavior/anchorruntimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/BBText/JsExtension.js +639 -0
- package/dist/Runtime/Extensions/BBText/bbtextruntimeobject-pixi-renderer.js +2 -0
- package/dist/Runtime/Extensions/BBText/bbtextruntimeobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/Extensions/BBText/bbtextruntimeobject.js +2 -0
- package/dist/Runtime/Extensions/BBText/bbtextruntimeobject.js.map +7 -0
- package/dist/Runtime/Extensions/BBText/pixi-multistyle-text/dist/pixi-multistyle-text.umd.js +1 -0
- package/dist/Runtime/Extensions/BitmapText/JsExtension.js +756 -0
- package/dist/Runtime/Extensions/BitmapText/bitmaptextruntimeobject-pixi-renderer.js +2 -0
- package/dist/Runtime/Extensions/BitmapText/bitmaptextruntimeobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/Extensions/BitmapText/bitmaptextruntimeobject.js +2 -0
- package/dist/Runtime/Extensions/BitmapText/bitmaptextruntimeobject.js.map +7 -0
- package/dist/Runtime/Extensions/DebuggerTools/JsExtension.js +123 -0
- package/dist/Runtime/Extensions/DebuggerTools/debuggertools.js +2 -0
- package/dist/Runtime/Extensions/DebuggerTools/debuggertools.js.map +7 -0
- package/dist/Runtime/Extensions/DestroyOutsideBehavior/destroyoutsideruntimebehavior.js +2 -0
- package/dist/Runtime/Extensions/DestroyOutsideBehavior/destroyoutsideruntimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/DeviceSensors/JsExtension.js +461 -0
- package/dist/Runtime/Extensions/DeviceSensors/devicesensortools.js +2 -0
- package/dist/Runtime/Extensions/DeviceSensors/devicesensortools.js.map +7 -0
- package/dist/Runtime/Extensions/DeviceVibration/JsExtension.js +108 -0
- package/dist/Runtime/Extensions/DeviceVibration/devicevibrationtools.js +2 -0
- package/dist/Runtime/Extensions/DeviceVibration/devicevibrationtools.js.map +7 -0
- package/dist/Runtime/Extensions/DialogueTree/JsExtension.js +730 -0
- package/dist/Runtime/Extensions/DialogueTree/bondage.js/dist/bondage.min.js +11 -0
- package/dist/Runtime/Extensions/DialogueTree/dialoguetools.js +3 -0
- package/dist/Runtime/Extensions/DialogueTree/dialoguetools.js.map +7 -0
- package/dist/Runtime/Extensions/DraggableBehavior/draggableruntimebehavior.js +2 -0
- package/dist/Runtime/Extensions/DraggableBehavior/draggableruntimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/JsExtension.js +1197 -0
- package/dist/Runtime/Extensions/Effects/adjustment-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/adjustment-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/advanced-bloom-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/advanced-bloom-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/ascii-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/ascii-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/bevel-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/bevel-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/black-and-white-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/black-and-white-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/blending-mode-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/blending-mode-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/blur-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/blur-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/brightness-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/brightness-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/bulge-pinch-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/bulge-pinch-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/color-map-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/color-map-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/color-replace-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/color-replace-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/crt-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/crt-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/displacement-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/displacement-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/dot-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/dot-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/drop-shadow-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/drop-shadow-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/glitch-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/glitch-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/glow-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/glow-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/godray-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/godray-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/kawase-blur-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/kawase-blur-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/light-night-pixi-filter.js +3 -0
- package/dist/Runtime/Extensions/Effects/light-night-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/night-pixi-filter.js +3 -0
- package/dist/Runtime/Extensions/Effects/night-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/noise-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/noise-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/old-film-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/old-film-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/outline-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/outline-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/pixelate-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/pixelate-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-adjustment.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-advanced-bloom.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-ascii.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-bevel.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-bulge-pinch.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-color-map.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-color-replace.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-crt.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-dot.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-drop-shadow.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-glitch.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-glow.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-godray.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-kawase-blur.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-old-film.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-outline.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-pixelate.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-radial-blur.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-reflection.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-rgb-split.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-tilt-shift.js +171 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-twist.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/filter-zoom-blur.js +8 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/adjustment/types.d.ts +29 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/advanced-bloom/types.d.ts +30 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/ascii/types.d.ts +11 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/bevel/types.d.ts +25 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/bloom/types.d.ts +18 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/bulge-pinch/types.d.ts +24 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/color-map/types.d.ts +22 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/color-overlay/types.d.ts +11 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/color-replace/types.d.ts +17 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/convolution/types.d.ts +13 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/cross-hatch/types.d.ts +10 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/crt/types.d.ts +35 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/dot/types.d.ts +12 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/drop-shadow/types.d.ts +33 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/emboss/types.d.ts +11 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/glitch/types.d.ts +38 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/glow/types.d.ts +23 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/godray/types.d.ts +27 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/kawase-blur/types.d.ts +15 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/motion-blur/types.d.ts +17 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/multi-color-replace/types.d.ts +18 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/old-film/types.d.ts +33 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/outline/types.d.ts +13 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/pixelate/types.d.ts +11 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/radial-blur/types.d.ts +19 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/reflection/types.d.ts +25 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/rgb-split/types.d.ts +13 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/shockwave/types.d.ts +25 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/simple-lightmap/types.d.ts +13 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/tilt-shift/types.d.ts +19 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/twist/types.d.ts +13 -0
- package/dist/Runtime/Extensions/Effects/pixi-filters/types/zoom-blur/types.d.ts +28 -0
- package/dist/Runtime/Extensions/Effects/radial-blur-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/radial-blur-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/reflection-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/reflection-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/rgb-split-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/rgb-split-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/sepia-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/sepia-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/tilt-shift-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/tilt-shift-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/twist-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/twist-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/Effects/zoom-blur-pixi-filter.js +2 -0
- package/dist/Runtime/Extensions/Effects/zoom-blur-pixi-filter.js.map +7 -0
- package/dist/Runtime/Extensions/ExampleJsExtension/JsExtension.js +589 -0
- package/dist/Runtime/Extensions/ExampleJsExtension/dummyeffect.js +3 -0
- package/dist/Runtime/Extensions/ExampleJsExtension/dummyeffect.js.map +7 -0
- package/dist/Runtime/Extensions/ExampleJsExtension/dummyruntimebehavior.js +2 -0
- package/dist/Runtime/Extensions/ExampleJsExtension/dummyruntimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/ExampleJsExtension/dummyruntimeobject-pixi-renderer.js +2 -0
- package/dist/Runtime/Extensions/ExampleJsExtension/dummyruntimeobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/Extensions/ExampleJsExtension/dummyruntimeobject.js +2 -0
- package/dist/Runtime/Extensions/ExampleJsExtension/dummyruntimeobject.js.map +7 -0
- package/dist/Runtime/Extensions/ExampleJsExtension/dummywithshareddataruntimebehavior.js +2 -0
- package/dist/Runtime/Extensions/ExampleJsExtension/dummywithshareddataruntimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/ExampleJsExtension/examplejsextensiontools.js +2 -0
- package/dist/Runtime/Extensions/ExampleJsExtension/examplejsextensiontools.js.map +7 -0
- package/dist/Runtime/Extensions/FacebookInstantGames/FBInstant.d.ts +2 -0
- package/dist/Runtime/Extensions/FacebookInstantGames/JsExtension.js +379 -0
- package/dist/Runtime/Extensions/FacebookInstantGames/facebookinstantgamestools.js +2 -0
- package/dist/Runtime/Extensions/FacebookInstantGames/facebookinstantgamestools.js.map +7 -0
- package/dist/Runtime/Extensions/FileSystem/JsExtension.js +559 -0
- package/dist/Runtime/Extensions/FileSystem/filesystemtools.js +2 -0
- package/dist/Runtime/Extensions/FileSystem/filesystemtools.js.map +7 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/A_firebase-base.js +2 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/A_firebase-base.js.map +1 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-analytics.js +2 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-analytics.js.map +1 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-auth.js +2 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-auth.js.map +1 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-database.js +2 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-database.js.map +1 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-firestore.js +2 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-firestore.js.map +1 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-functions.js +2 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-functions.js.map +1 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-messaging.js +2 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-messaging.js.map +1 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-performance.js +2 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-performance.js.map +1 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-remote-config.js +2 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-remote-config.js.map +1 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-storage.js +2 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/B_firebase-storage.js.map +1 -0
- package/dist/Runtime/Extensions/Firebase/A_firebasejs/firebase.d.ts +10191 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/C_firebasetools.js +2 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/C_firebasetools.js.map +7 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_analyticstools.js +2 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_analyticstools.js.map +7 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_authtools.js +2 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_authtools.js.map +7 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_cloudfirestoretools.js +2 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_cloudfirestoretools.js.map +7 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_databasetools.js +2 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_databasetools.js.map +7 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_functionstools.js +2 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_functionstools.js.map +7 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_performancetools.js +2 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_performancetools.js.map +7 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_remoteconfigtools.js +2 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_remoteconfigtools.js.map +7 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_storagetools.js +2 -0
- package/dist/Runtime/Extensions/Firebase/B_firebasetools/D_storagetools.js.map +7 -0
- package/dist/Runtime/Extensions/Firebase/JsExtension.js +2323 -0
- package/dist/Runtime/Extensions/Inventory/inventory.js +2 -0
- package/dist/Runtime/Extensions/Inventory/inventory.js.map +7 -0
- package/dist/Runtime/Extensions/Inventory/inventorytools.js +2 -0
- package/dist/Runtime/Extensions/Inventory/inventorytools.js.map +7 -0
- package/dist/Runtime/Extensions/JsExtensionTypes.flow.js +34 -0
- package/dist/Runtime/Extensions/Leaderboards/JsExtension.js +299 -0
- package/dist/Runtime/Extensions/Leaderboards/leaderboardstools.js +2 -0
- package/dist/Runtime/Extensions/Leaderboards/leaderboardstools.js.map +7 -0
- package/dist/Runtime/Extensions/Leaderboards/sha256.d.ts +234 -0
- package/dist/Runtime/Extensions/Leaderboards/sha256.js +21 -0
- package/dist/Runtime/Extensions/Lighting/JsExtension.js +371 -0
- package/dist/Runtime/Extensions/Lighting/lightobstacleruntimebehavior.js +2 -0
- package/dist/Runtime/Extensions/Lighting/lightobstacleruntimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/Lighting/lightruntimeobject-pixi-renderer.js +40 -0
- package/dist/Runtime/Extensions/Lighting/lightruntimeobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/Extensions/Lighting/lightruntimeobject.js +2 -0
- package/dist/Runtime/Extensions/Lighting/lightruntimeobject.js.map +7 -0
- package/dist/Runtime/Extensions/LinkedObjects/linkedobjects.js +2 -0
- package/dist/Runtime/Extensions/LinkedObjects/linkedobjects.js.map +7 -0
- package/dist/Runtime/Extensions/P2P/A_peer.js +4 -0
- package/dist/Runtime/Extensions/P2P/A_peer.js.map +1 -0
- package/dist/Runtime/Extensions/P2P/B_p2ptools.js +2 -0
- package/dist/Runtime/Extensions/P2P/B_p2ptools.js.map +7 -0
- package/dist/Runtime/Extensions/P2P/JsExtension.js +483 -0
- package/dist/Runtime/Extensions/P2P/peerjs.d.ts +509 -0
- package/dist/Runtime/Extensions/PanelSpriteObject/panelspriteruntimeobject-pixi-renderer.js +2 -0
- package/dist/Runtime/Extensions/PanelSpriteObject/panelspriteruntimeobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/Extensions/PanelSpriteObject/panelspriteruntimeobject.js +2 -0
- package/dist/Runtime/Extensions/PanelSpriteObject/panelspriteruntimeobject.js.map +7 -0
- package/dist/Runtime/Extensions/ParticleSystem/particleemitterobject-pixi-renderer.js +2 -0
- package/dist/Runtime/Extensions/ParticleSystem/particleemitterobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/Extensions/ParticleSystem/particleemitterobject.js +2 -0
- package/dist/Runtime/Extensions/ParticleSystem/particleemitterobject.js.map +7 -0
- package/dist/Runtime/Extensions/ParticleSystem/pixi-particles-pixi-renderer.min.js +3 -0
- package/dist/Runtime/Extensions/PathfindingBehavior/PathTools.js +2 -0
- package/dist/Runtime/Extensions/PathfindingBehavior/PathTools.js.map +7 -0
- package/dist/Runtime/Extensions/PathfindingBehavior/pathfindingobstacleruntimebehavior.js +2 -0
- package/dist/Runtime/Extensions/PathfindingBehavior/pathfindingobstacleruntimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/PathfindingBehavior/pathfindingruntimebehavior.js +2 -0
- package/dist/Runtime/Extensions/PathfindingBehavior/pathfindingruntimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/Physics2Behavior/Box2D_v2.3.1_min.wasm.js +2 -0
- package/dist/Runtime/Extensions/Physics2Behavior/Box2D_v2.3.1_min.wasm.js.map +7 -0
- package/dist/Runtime/Extensions/Physics2Behavior/Box2D_v2.3.1_min.wasm.wasm +0 -0
- package/dist/Runtime/Extensions/Physics2Behavior/JsExtension.js +4072 -0
- package/dist/Runtime/Extensions/Physics2Behavior/box2d.d.ts +1804 -0
- package/dist/Runtime/Extensions/Physics2Behavior/physics2runtimebehavior.js +2 -0
- package/dist/Runtime/Extensions/Physics2Behavior/physics2runtimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/Physics2Behavior/physics2tools.js +2 -0
- package/dist/Runtime/Extensions/Physics2Behavior/physics2tools.js.map +7 -0
- package/dist/Runtime/Extensions/PhysicsBehavior/box2djs/box2d.js +804 -0
- package/dist/Runtime/Extensions/PhysicsBehavior/physicsruntimebehavior.js +2 -0
- package/dist/Runtime/Extensions/PhysicsBehavior/physicsruntimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/PlatformBehavior/benchmarks/platformerobjectruntimebehavior.benchmark.js +2 -0
- package/dist/Runtime/Extensions/PlatformBehavior/benchmarks/platformerobjectruntimebehavior.benchmark.js.map +7 -0
- package/dist/Runtime/Extensions/PlatformBehavior/platformerobjectruntimebehavior.js +2 -0
- package/dist/Runtime/Extensions/PlatformBehavior/platformerobjectruntimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/PlatformBehavior/platformruntimebehavior.js +2 -0
- package/dist/Runtime/Extensions/PlatformBehavior/platformruntimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/PlatformBehavior/platformtools.js +2 -0
- package/dist/Runtime/Extensions/PlatformBehavior/platformtools.js.map +7 -0
- package/dist/Runtime/Extensions/PlayerAuthentication/JsExtension.js +218 -0
- package/dist/Runtime/Extensions/PlayerAuthentication/playerauthenticationcomponents.js +5 -0
- package/dist/Runtime/Extensions/PlayerAuthentication/playerauthenticationcomponents.js.map +7 -0
- package/dist/Runtime/Extensions/PlayerAuthentication/playerauthenticationtools.js +2 -0
- package/dist/Runtime/Extensions/PlayerAuthentication/playerauthenticationtools.js.map +7 -0
- package/dist/Runtime/Extensions/PrimitiveDrawing/pixi-graphics-extras/graphics-extras.min.js +10 -0
- package/dist/Runtime/Extensions/PrimitiveDrawing/pixi-graphics-extras/graphics-extras.min.js.map +1 -0
- package/dist/Runtime/Extensions/PrimitiveDrawing/shapepainterruntimeobject-pixi-renderer.js +2 -0
- package/dist/Runtime/Extensions/PrimitiveDrawing/shapepainterruntimeobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/Extensions/PrimitiveDrawing/shapepainterruntimeobject.js +2 -0
- package/dist/Runtime/Extensions/PrimitiveDrawing/shapepainterruntimeobject.js.map +7 -0
- package/dist/Runtime/Extensions/Screenshot/JsExtension.js +68 -0
- package/dist/Runtime/Extensions/Screenshot/screenshottools.js +2 -0
- package/dist/Runtime/Extensions/Screenshot/screenshottools.js.map +7 -0
- package/dist/Runtime/Extensions/Shopify/shopify-buy.umd.polyfilled.min.js +2 -0
- package/dist/Runtime/Extensions/Shopify/shopifytools.js +2 -0
- package/dist/Runtime/Extensions/Shopify/shopifytools.js.map +7 -0
- package/dist/Runtime/Extensions/SpatialSound/JsExtension.js +92 -0
- package/dist/Runtime/Extensions/SpatialSound/howler.spatial.min.js +2 -0
- package/dist/Runtime/Extensions/SpatialSound/spatialsoundtools.js +2 -0
- package/dist/Runtime/Extensions/SpatialSound/spatialsoundtools.js.map +7 -0
- package/dist/Runtime/Extensions/SystemInfo/systeminfotools.js +2 -0
- package/dist/Runtime/Extensions/SystemInfo/systeminfotools.js.map +7 -0
- package/dist/Runtime/Extensions/TextEntryObject/textentryruntimeobject-pixi-renderer.js +2 -0
- package/dist/Runtime/Extensions/TextEntryObject/textentryruntimeobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/Extensions/TextEntryObject/textentryruntimeobject.js +2 -0
- package/dist/Runtime/Extensions/TextEntryObject/textentryruntimeobject.js.map +7 -0
- package/dist/Runtime/Extensions/TextInput/JsExtension.js +790 -0
- package/dist/Runtime/Extensions/TextInput/textinputruntimeobject-pixi-renderer.js +2 -0
- package/dist/Runtime/Extensions/TextInput/textinputruntimeobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/Extensions/TextInput/textinputruntimeobject.js +2 -0
- package/dist/Runtime/Extensions/TextInput/textinputruntimeobject.js.map +7 -0
- package/dist/Runtime/Extensions/TextObject/textruntimeobject-pixi-renderer.js +2 -0
- package/dist/Runtime/Extensions/TextObject/textruntimeobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/Extensions/TextObject/textruntimeobject.js +2 -0
- package/dist/Runtime/Extensions/TextObject/textruntimeobject.js.map +7 -0
- package/dist/Runtime/Extensions/TileMap/JsExtension.js +1653 -0
- package/dist/Runtime/Extensions/TileMap/TileMapRuntimeManager.js +2 -0
- package/dist/Runtime/Extensions/TileMap/TileMapRuntimeManager.js.map +7 -0
- package/dist/Runtime/Extensions/TileMap/collision/TileMapCollisionMaskRenderer.js +2 -0
- package/dist/Runtime/Extensions/TileMap/collision/TileMapCollisionMaskRenderer.js.map +7 -0
- package/dist/Runtime/Extensions/TileMap/collision/TransformedTileMap.js +2 -0
- package/dist/Runtime/Extensions/TileMap/collision/TransformedTileMap.js.map +7 -0
- package/dist/Runtime/Extensions/TileMap/example/anotherIsland.json +5769 -0
- package/dist/Runtime/Extensions/TileMap/example/island.json +5823 -0
- package/dist/Runtime/Extensions/TileMap/helper/TileMapHelper.d.ts +25 -0
- package/dist/Runtime/Extensions/TileMap/helper/TileMapHelper.js +2 -0
- package/dist/Runtime/Extensions/TileMap/helper/TileMapHelper.js.map +7 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/index.d.ts +16 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/index.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/TileMapFileContent.d.ts +12 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/TileMapFileContent.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/TileMapLoader.d.ts +18 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/TileMapLoader.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/ldtk/LDtkFormat.d.ts +589 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/ldtk/LDtkFormat.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/ldtk/LDtkTileMapLoader.d.ts +16 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/ldtk/LDtkTileMapLoader.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/ldtk/LDtkTileMapLoaderHelper.d.ts +5 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/ldtk/LDtkTileMapLoaderHelper.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/tiled/TiledFormat.d.ts +343 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/tiled/TiledFormat.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/tiled/TiledTileMapLoader.d.ts +16 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/tiled/TiledTileMapLoader.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/tiled/TiledTileMapLoader.spec.d.ts +2 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/tiled/TiledTileMapLoader.spec.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/tiled/TiledTileMapLoaderHelper.d.ts +37 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/load/tiled/TiledTileMapLoaderHelper.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/model/CommonTypes.d.ts +5 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/model/CommonTypes.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/model/GID.d.ts +45 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/model/GID.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/model/TileMapModel.d.ts +361 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/model/TileMapModel.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/render/ResourceCache.d.ts +27 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/render/ResourceCache.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/render/TileMapManager.d.ts +70 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/render/TileMapManager.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/render/TileMapPixiHelper.d.ts +56 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/render/TileMapPixiHelper.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/render/TileTextureCache.d.ts +24 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/render/TileTextureCache.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/render/ldtk/LDtkPixiHelper.d.ts +26 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/render/ldtk/LDtkPixiHelper.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/render/tiled/TiledPixiHelper.d.ts +21 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/render/tiled/TiledPixiHelper.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/types/index.d.ts +12 -0
- package/dist/Runtime/Extensions/TileMap/helper/dts/types/index.d.ts.map +1 -0
- package/dist/Runtime/Extensions/TileMap/pako/dist/pako.d.ts +166 -0
- package/dist/Runtime/Extensions/TileMap/pako/dist/pako.min.js +2 -0
- package/dist/Runtime/Extensions/TileMap/pixi-tilemap/dist/global-pixi-tilemap.d.ts +23 -0
- package/dist/Runtime/Extensions/TileMap/pixi-tilemap/dist/pixi-tilemap.d.ts +270 -0
- package/dist/Runtime/Extensions/TileMap/pixi-tilemap/dist/pixi-tilemap.umd.js +74 -0
- package/dist/Runtime/Extensions/TileMap/pixi-tilemap/dist/pixi-tilemap.umd.js.map +7 -0
- package/dist/Runtime/Extensions/TileMap/tilemapcollisionmaskruntimeobject.js +2 -0
- package/dist/Runtime/Extensions/TileMap/tilemapcollisionmaskruntimeobject.js.map +7 -0
- package/dist/Runtime/Extensions/TileMap/tilemapruntimeobject-pixi-renderer.js +2 -0
- package/dist/Runtime/Extensions/TileMap/tilemapruntimeobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/Extensions/TileMap/tilemapruntimeobject.js +2 -0
- package/dist/Runtime/Extensions/TileMap/tilemapruntimeobject.js.map +7 -0
- package/dist/Runtime/Extensions/TiledSpriteObject/tiledspriteruntimeobject-pixi-renderer.js +2 -0
- package/dist/Runtime/Extensions/TiledSpriteObject/tiledspriteruntimeobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/Extensions/TiledSpriteObject/tiledspriteruntimeobject.js +2 -0
- package/dist/Runtime/Extensions/TiledSpriteObject/tiledspriteruntimeobject.js.map +7 -0
- package/dist/Runtime/Extensions/TopDownMovementBehavior/topdownmovementruntimebehavior.js +2 -0
- package/dist/Runtime/Extensions/TopDownMovementBehavior/topdownmovementruntimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/TweenBehavior/JsExtension.js +1087 -0
- package/dist/Runtime/Extensions/TweenBehavior/shifty.d.ts +839 -0
- package/dist/Runtime/Extensions/TweenBehavior/shifty.js +5 -0
- package/dist/Runtime/Extensions/TweenBehavior/shifty.js.map +1 -0
- package/dist/Runtime/Extensions/TweenBehavior/shifty_setup.js +2 -0
- package/dist/Runtime/Extensions/TweenBehavior/shifty_setup.js.map +7 -0
- package/dist/Runtime/Extensions/TweenBehavior/tweenruntimebehavior.js +2 -0
- package/dist/Runtime/Extensions/TweenBehavior/tweenruntimebehavior.js.map +7 -0
- package/dist/Runtime/Extensions/TweenBehavior/tweentools.js +2 -0
- package/dist/Runtime/Extensions/TweenBehavior/tweentools.js.map +7 -0
- package/dist/Runtime/Extensions/Video/JsExtension.js +694 -0
- package/dist/Runtime/Extensions/Video/videoruntimeobject-pixi-renderer.js +2 -0
- package/dist/Runtime/Extensions/Video/videoruntimeobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/Extensions/Video/videoruntimeobject.js +2 -0
- package/dist/Runtime/Extensions/Video/videoruntimeobject.js.map +7 -0
- package/dist/Runtime/FacebookInstantGames/fbapp-config.json +17 -0
- package/dist/Runtime/FacebookInstantGames/index.html +68 -0
- package/dist/Runtime/Model3DManager.js +2 -0
- package/dist/Runtime/Model3DManager.js.map +7 -0
- package/dist/Runtime/RuntimeCustomObjectLayer.js +2 -0
- package/dist/Runtime/RuntimeCustomObjectLayer.js.map +7 -0
- package/dist/Runtime/RuntimeInstanceContainer.js +2 -0
- package/dist/Runtime/RuntimeInstanceContainer.js.map +7 -0
- package/dist/Runtime/RuntimeLayer.js +2 -0
- package/dist/Runtime/RuntimeLayer.js.map +7 -0
- package/dist/Runtime/affinetransformation.js +2 -0
- package/dist/Runtime/affinetransformation.js.map +7 -0
- package/dist/Runtime/debugger-client/abstract-debugger-client.js +2 -0
- package/dist/Runtime/debugger-client/abstract-debugger-client.js.map +7 -0
- package/dist/Runtime/debugger-client/hot-reloader.js +2 -0
- package/dist/Runtime/debugger-client/hot-reloader.js.map +7 -0
- package/dist/Runtime/debugger-client/websocket-debugger-client.js +2 -0
- package/dist/Runtime/debugger-client/websocket-debugger-client.js.map +7 -0
- package/dist/Runtime/debugger-client/window-message-debugger-client.js +2 -0
- package/dist/Runtime/debugger-client/window-message-debugger-client.js.map +7 -0
- package/dist/Runtime/events-tools/cameratools.js +2 -0
- package/dist/Runtime/events-tools/cameratools.js.map +7 -0
- package/dist/Runtime/events-tools/commontools.js +2 -0
- package/dist/Runtime/events-tools/commontools.js.map +7 -0
- package/dist/Runtime/events-tools/inputtools.js +2 -0
- package/dist/Runtime/events-tools/inputtools.js.map +7 -0
- package/dist/Runtime/events-tools/networktools.js +2 -0
- package/dist/Runtime/events-tools/networktools.js.map +7 -0
- package/dist/Runtime/events-tools/objecttools.js +2 -0
- package/dist/Runtime/events-tools/objecttools.js.map +7 -0
- package/dist/Runtime/events-tools/runtimescenetools.js +2 -0
- package/dist/Runtime/events-tools/runtimescenetools.js.map +7 -0
- package/dist/Runtime/events-tools/soundtools.js +2 -0
- package/dist/Runtime/events-tools/soundtools.js.map +7 -0
- package/dist/Runtime/events-tools/storagetools.js +2 -0
- package/dist/Runtime/events-tools/storagetools.js.map +7 -0
- package/dist/Runtime/events-tools/stringtools.js +3 -0
- package/dist/Runtime/events-tools/stringtools.js.map +7 -0
- package/dist/Runtime/events-tools/variabletools.js +2 -0
- package/dist/Runtime/events-tools/variabletools.js.map +7 -0
- package/dist/Runtime/events-tools/windowtools.js +2 -0
- package/dist/Runtime/events-tools/windowtools.js.map +7 -0
- package/dist/Runtime/fontfaceobserver-font-manager/fontfaceobserver-font-manager.js +2 -0
- package/dist/Runtime/fontfaceobserver-font-manager/fontfaceobserver-font-manager.js.map +7 -0
- package/dist/Runtime/fontfaceobserver-font-manager/fontfaceobserver.js +16 -0
- package/dist/Runtime/force.js +2 -0
- package/dist/Runtime/force.js.map +7 -0
- package/dist/Runtime/gd.js +2 -0
- package/dist/Runtime/gd.js.map +7 -0
- package/dist/Runtime/howler-sound-manager/howler-sound-manager.js +2 -0
- package/dist/Runtime/howler-sound-manager/howler-sound-manager.js.map +7 -0
- package/dist/Runtime/howler-sound-manager/howler.min.js +3 -0
- package/dist/Runtime/index.html +55 -0
- package/dist/Runtime/inputmanager.js +2 -0
- package/dist/Runtime/inputmanager.js.map +7 -0
- package/dist/Runtime/jsonmanager.js +2 -0
- package/dist/Runtime/jsonmanager.js.map +7 -0
- package/dist/Runtime/layer.js +2 -0
- package/dist/Runtime/layer.js.map +7 -0
- package/dist/Runtime/libs/CocoonJS/cocoon.min.js +4 -0
- package/dist/Runtime/libs/jshashtable.js +2 -0
- package/dist/Runtime/libs/jshashtable.js.map +7 -0
- package/dist/Runtime/libs/rbush.js +624 -0
- package/dist/Runtime/logger.js +2 -0
- package/dist/Runtime/logger.js.map +7 -0
- package/dist/Runtime/oncetriggers.js +2 -0
- package/dist/Runtime/oncetriggers.js.map +7 -0
- package/dist/Runtime/pixi-renderers/CustomObjectPixiRenderer.js +2 -0
- package/dist/Runtime/pixi-renderers/CustomObjectPixiRenderer.js.map +7 -0
- package/dist/Runtime/pixi-renderers/DebuggerPixiRenderer.js +2 -0
- package/dist/Runtime/pixi-renderers/DebuggerPixiRenderer.js.map +7 -0
- package/dist/Runtime/pixi-renderers/RuntimeInstanceContainerPixiRenderer.js +1 -0
- package/dist/Runtime/pixi-renderers/RuntimeInstanceContainerPixiRenderer.js.map +7 -0
- package/dist/Runtime/pixi-renderers/ThreeAddons.js +2 -0
- package/dist/Runtime/pixi-renderers/draco/gltf/draco_decoder.wasm +0 -0
- package/dist/Runtime/pixi-renderers/draco/gltf/draco_wasm_wrapper.js +116 -0
- package/dist/Runtime/pixi-renderers/layer-pixi-renderer.js +15 -0
- package/dist/Runtime/pixi-renderers/layer-pixi-renderer.js.map +7 -0
- package/dist/Runtime/pixi-renderers/loadingscreen-pixi-renderer.js +2 -0
- package/dist/Runtime/pixi-renderers/loadingscreen-pixi-renderer.js.map +7 -0
- package/dist/Runtime/pixi-renderers/pixi-bitmapfont-manager.js +2 -0
- package/dist/Runtime/pixi-renderers/pixi-bitmapfont-manager.js.map +7 -0
- package/dist/Runtime/pixi-renderers/pixi-effects-manager.js +2 -0
- package/dist/Runtime/pixi-renderers/pixi-effects-manager.js.map +7 -0
- package/dist/Runtime/pixi-renderers/pixi-filters-tools.js +2 -0
- package/dist/Runtime/pixi-renderers/pixi-filters-tools.js.map +7 -0
- package/dist/Runtime/pixi-renderers/pixi-image-manager.js +2 -0
- package/dist/Runtime/pixi-renderers/pixi-image-manager.js.map +7 -0
- package/dist/Runtime/pixi-renderers/pixi.js +11 -0
- package/dist/Runtime/pixi-renderers/runtimegame-pixi-renderer.js +2 -0
- package/dist/Runtime/pixi-renderers/runtimegame-pixi-renderer.js.map +7 -0
- package/dist/Runtime/pixi-renderers/runtimescene-pixi-renderer.js +3 -0
- package/dist/Runtime/pixi-renderers/runtimescene-pixi-renderer.js.map +7 -0
- package/dist/Runtime/pixi-renderers/spriteruntimeobject-pixi-renderer.js +2 -0
- package/dist/Runtime/pixi-renderers/spriteruntimeobject-pixi-renderer.js.map +7 -0
- package/dist/Runtime/pixi-renderers/three.js +7 -0
- package/dist/Runtime/polygon.js +2 -0
- package/dist/Runtime/polygon.js.map +7 -0
- package/dist/Runtime/profiler.js +2 -0
- package/dist/Runtime/profiler.js.map +7 -0
- package/dist/Runtime/runtimebehavior.js +2 -0
- package/dist/Runtime/runtimebehavior.js.map +7 -0
- package/dist/Runtime/runtimegame.js +2 -0
- package/dist/Runtime/runtimegame.js.map +7 -0
- package/dist/Runtime/runtimeobject.js +2 -0
- package/dist/Runtime/runtimeobject.js.map +7 -0
- package/dist/Runtime/runtimescene.js +2 -0
- package/dist/Runtime/runtimescene.js.map +7 -0
- package/dist/Runtime/runtimewatermark.js +100 -0
- package/dist/Runtime/runtimewatermark.js.map +7 -0
- package/dist/Runtime/scenestack.js +2 -0
- package/dist/Runtime/scenestack.js.map +7 -0
- package/dist/Runtime/splash/gd-logo-dark-colored.js +2 -0
- package/dist/Runtime/splash/gd-logo-dark-colored.js.map +7 -0
- package/dist/Runtime/splash/gd-logo-dark.js +2 -0
- package/dist/Runtime/splash/gd-logo-dark.js.map +7 -0
- package/dist/Runtime/splash/gd-logo-light-colored.js +2 -0
- package/dist/Runtime/splash/gd-logo-light-colored.js.map +7 -0
- package/dist/Runtime/splash/gd-logo-light.js +2 -0
- package/dist/Runtime/splash/gd-logo-light.js.map +7 -0
- package/dist/Runtime/spriteruntimeobject.js +2 -0
- package/dist/Runtime/spriteruntimeobject.js.map +7 -0
- package/dist/Runtime/timemanager.js +2 -0
- package/dist/Runtime/timemanager.js.map +7 -0
- package/dist/Runtime/timer.js +2 -0
- package/dist/Runtime/timer.js.map +7 -0
- package/dist/Runtime/types/global-pixi.d.ts +22 -0
- package/dist/Runtime/types/global-three-addons.d.ts +9 -0
- package/dist/Runtime/types/global-three.d.ts +3 -0
- package/dist/Runtime/types/global-types.d.ts +61 -0
- package/dist/Runtime/types/howler.d.ts +313 -0
- package/dist/Runtime/types/project-data.d.ts +276 -0
- package/dist/Runtime/variable.js +2 -0
- package/dist/Runtime/variable.js.map +7 -0
- package/dist/Runtime/variablescontainer.js +2 -0
- package/dist/Runtime/variablescontainer.js.map +7 -0
- package/dist/lib/libGD.cjs +22 -0
- package/dist/lib/libGD.wasm +0 -0
- package/dist/loaders.js +1 -0
- package/package.json +24 -10
- package/src/downloadGD.js +0 -70
- package/src/index.js +21 -14
- package/examples/create-objects-from-json/assets/Blank button.png +0 -0
- package/examples/create-objects-from-json/game.json +0 -258
- package/examples/create-objects-from-json/index.js +0 -50
- package/examples/create-objects-from-json/mylist.json +0 -7
- package/examples/export-game/game.json +0 -205
- package/examples/export-game/index.js +0 -13
- package/src/CaseSensitiveSlug.js +0 -34
- package/src/EventsFunctionsExtensionsLoader/LocalEventsFunctionCodeWriter.js +0 -56
- package/src/EventsFunctionsExtensionsLoader/MetadataDeclarationHelpers.js +0 -489
- package/src/EventsFunctionsExtensionsLoader/index.js +0 -451
- package/src/JsExtensionsLoader/LocalJsExtensionsFinder.js +0 -42
- package/src/JsExtensionsLoader/LocalJsExtensionsLoader.js +0 -57
- package/src/JsExtensionsLoader/index.js +0 -101
- package/src/LocalFileSystem.js +0 -158
- package/src/LocalProjectOpener.js +0 -46
- package/src/LocalProjectWriter.js +0 -96
- package/src/MapFor.js +0 -46
- package/src/ObjectSplitter.js +0 -187
- package/src/Serializer.js +0 -35
- package/src/build.js +0 -51
- package/src/runtime-files-list.js +0 -143
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(function(){var yJ=function(){var Jt=typeof document<"u"&&document.currentScript?document.currentScript.src:void 0;return typeof __filename<"u"&&(Jt=Jt||__filename),function(St){St=St||{};var t;t||(t=typeof St<"u"?St:{});var ae;t.ready=new Promise(function(e){ae=e});var Tt={},Ct;for(Ct in t)t.hasOwnProperty(Ct)&&(Tt[Ct]=t[Ct]);var zt=!1,xt=!1,Yt=!1,le=!1;zt=typeof window=="object",xt=typeof importScripts=="function",Yt=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string",le=!zt&&!Yt&&!xt;var ft="",Nt,Lt,$t,Qt;Yt?(ft=xt?require("path").dirname(ft)+"/":__dirname+"/",Nt=function(e,n){return $t||($t=require("fs")),Qt||(Qt=require("path")),e=Qt.normalize(e),$t.readFileSync(e,n?null:"utf8")},Lt=function(e){return e=Nt(e,!0),e.buffer||(e=new Uint8Array(e)),Kt(e.buffer),e},1<process.argv.length&&process.argv[1].replace(/\\/g,"/"),process.argv.slice(2),process.on("uncaughtException",function(e){throw e}),process.on("unhandledRejection",Ot),t.inspect=function(){return"[Emscripten Module object]"}):le?(typeof read<"u"&&(Nt=function(e){return read(e)}),Lt=function(e){return typeof readbuffer=="function"?new Uint8Array(readbuffer(e)):(e=read(e,"binary"),Kt(typeof e=="object"),e)},typeof print<"u"&&(typeof console>"u"&&(console={}),console.log=print,console.warn=console.error=typeof printErr<"u"?printErr:print)):(zt||xt)&&(xt?ft=self.location.href:document.currentScript&&(ft=document.currentScript.src),Jt&&(ft=Jt),ft=ft.indexOf("blob:")!==0?ft.substr(0,ft.lastIndexOf("/")+1):"",Nt=function(e){var n=new XMLHttpRequest;return n.open("GET",e,!1),n.send(null),n.responseText},xt&&(Lt=function(e){var n=new XMLHttpRequest;return n.open("GET",e,!1),n.responseType="arraybuffer",n.send(null),new Uint8Array(n.response)}));var ye=t.print||console.log.bind(console),Mt=t.printErr||console.warn.bind(console);for(Ct in Tt)Tt.hasOwnProperty(Ct)&&(t[Ct]=Tt[Ct]);Tt=null;var It;t.wasmBinary&&(It=t.wasmBinary);var me;t.noExitRuntime&&(me=t.noExitRuntime),typeof WebAssembly!="object"&&Mt("no native wasm support detected");var qt,mJ=new WebAssembly.Table({initial:210,maximum:230,element:"anyfunc"}),fe=!1;function Kt(e,n){e||Ot("Assertion failed: "+n)}var de=typeof TextDecoder<"u"?new TextDecoder("utf8"):void 0;function be(e,n,o){var _=n+o;for(o=n;e[o]&&!(o>=_);)++o;if(16<o-n&&e.subarray&&de)return de.decode(e.subarray(n,o));for(_="";n<o;){var U=e[n++];if(U&128){var st=e[n++]&63;if((U&224)==192)_+=String.fromCharCode((U&31)<<6|st);else{var Ut=e[n++]&63;U=(U&240)==224?(U&15)<<12|st<<6|Ut:(U&7)<<18|st<<12|Ut<<6|e[n++]&63,65536>U?_+=String.fromCharCode(U):(U-=65536,_+=String.fromCharCode(55296|U>>10,56320|U&1023))}}else _+=String.fromCharCode(U)}return _}function te(e){return e?be(wt,e,void 0):""}var Vt,wt,Wt,ge;function he(e){Vt=e,t.HEAP8=new Int8Array(e),t.HEAP16=new Int16Array(e),t.HEAP32=Wt=new Int32Array(e),t.HEAPU8=wt=new Uint8Array(e),t.HEAPU16=new Uint16Array(e),t.HEAPU32=new Uint32Array(e),t.HEAPF32=new Float32Array(e),t.HEAPF64=ge=new Float64Array(e)}var Ue=t.INITIAL_MEMORY||16777216;(qt=t.wasmMemory?t.wasmMemory:new WebAssembly.Memory({initial:Ue/65536,maximum:32768}))&&(Vt=qt.buffer),Ue=Vt.byteLength,he(Vt),Wt[6512]=5269088;function Ht(e){for(;0<e.length;){var n=e.shift();if(typeof n=="function")n(t);else{var o=n.ev;typeof o=="number"?n.Au===void 0?t.dynCall_v(o):t.dynCall_vi(o,n.Au):o(n.Au===void 0?null:n.Au)}}}var Je=[],De=[],ve=[],je=[],Ge=!1;function fJ(){var e=t.preRun.shift();Je.unshift(e)}var Rt=0,ee=null,kt=null;t.preloadedImages={},t.preloadedAudios={};function Ot(e){throw t.onAbort&&t.onAbort(e),e+="",ye(e),Mt(e),fe=!0,new WebAssembly.RuntimeError("abort("+e+"). Build with -s ASSERTIONS=1 for more info.")}function ne(e){var n=Ft;return String.prototype.startsWith?n.startsWith(e):n.indexOf(e)===0}function Ae(){return ne("data:application/octet-stream;base64,")}var Ft="Box2D_v2.3.1_min.wasm.wasm";if(!Ae()){var Se=Ft;Ft=t.locateFile?t.locateFile(Se,ft):ft+Se}function Ce(){try{if(It)return new Uint8Array(It);if(Lt)return Lt(Ft);throw"both async and sync fetching of the wasm failed"}catch(e){Ot(e)}}function dJ(){return It||!zt&&!xt||typeof fetch!="function"||ne("file://")?new Promise(function(e){e(Ce())}):fetch(Ft,{credentials:"same-origin"}).then(function(e){if(!e.ok)throw"failed to load wasm binary file at '"+Ft+"'";return e.arrayBuffer()}).catch(function(){return Ce()})}var Be={1156:function(e,n){if(e=t.getCache(t.JSDestructionListener)[e],!e.hasOwnProperty("SayGoodbyeJoint"))throw"a JSImplementation must implement all functions, you forgot JSDestructionListener::SayGoodbyeJoint.";e.SayGoodbyeJoint(n)},1414:function(e,n){if(e=t.getCache(t.JSDestructionListener)[e],!e.hasOwnProperty("SayGoodbyeFixture"))throw"a JSImplementation must implement all functions, you forgot JSDestructionListener::SayGoodbyeFixture.";e.SayGoodbyeFixture(n)},1840:function(e,n){if(e=t.getCache(t.JSQueryCallback)[e],!e.hasOwnProperty("ReportFixture"))throw"a JSImplementation must implement all functions, you forgot JSQueryCallback::ReportFixture.";return e.ReportFixture(n)},2104:function(e,n,o,_,U){if(e=t.getCache(t.JSRayCastCallback)[e],!e.hasOwnProperty("ReportFixture"))throw"a JSImplementation must implement all functions, you forgot JSRayCastCallback::ReportFixture.";return e.ReportFixture(n,o,_,U)},2400:function(e,n){if(e=t.getCache(t.JSContactListener)[e],!e.hasOwnProperty("BeginContact"))throw"a JSImplementation must implement all functions, you forgot JSContactListener::BeginContact.";e.BeginContact(n)},2638:function(e,n){if(e=t.getCache(t.JSContactListener)[e],!e.hasOwnProperty("EndContact"))throw"a JSImplementation must implement all functions, you forgot JSContactListener::EndContact.";e.EndContact(n)},2870:function(e,n,o){if(e=t.getCache(t.JSContactListener)[e],!e.hasOwnProperty("PreSolve"))throw"a JSImplementation must implement all functions, you forgot JSContactListener::PreSolve.";e.PreSolve(n,o)},3103:function(e,n,o){if(e=t.getCache(t.JSContactListener)[e],!e.hasOwnProperty("PostSolve"))throw"a JSImplementation must implement all functions, you forgot JSContactListener::PostSolve.";e.PostSolve(n,o)},3452:function(e,n,o){if(e=t.getCache(t.JSContactFilter)[e],!e.hasOwnProperty("ShouldCollide"))throw"a JSImplementation must implement all functions, you forgot JSContactFilter::ShouldCollide.";return e.ShouldCollide(n,o)},3744:function(e,n,o,_){if(e=t.getCache(t.JSDraw)[e],!e.hasOwnProperty("DrawPolygon"))throw"a JSImplementation must implement all functions, you forgot JSDraw::DrawPolygon.";e.DrawPolygon(n,o,_)},3968:function(e,n,o,_){if(e=t.getCache(t.JSDraw)[e],!e.hasOwnProperty("DrawSolidPolygon"))throw"a JSImplementation must implement all functions, you forgot JSDraw::DrawSolidPolygon.";e.DrawSolidPolygon(n,o,_)},4202:function(e,n,o,_){if(e=t.getCache(t.JSDraw)[e],!e.hasOwnProperty("DrawCircle"))throw"a JSImplementation must implement all functions, you forgot JSDraw::DrawCircle.";e.DrawCircle(n,o,_)},4423:function(e,n,o,_,U){if(e=t.getCache(t.JSDraw)[e],!e.hasOwnProperty("DrawSolidCircle"))throw"a JSImplementation must implement all functions, you forgot JSDraw::DrawSolidCircle.";e.DrawSolidCircle(n,o,_,U)},4663:function(e,n,o,_){if(e=t.getCache(t.JSDraw)[e],!e.hasOwnProperty("DrawSegment"))throw"a JSImplementation must implement all functions, you forgot JSDraw::DrawSegment.";e.DrawSegment(n,o,_)},4887:function(e,n){if(e=t.getCache(t.JSDraw)[e],!e.hasOwnProperty("DrawTransform"))throw"a JSImplementation must implement all functions, you forgot JSDraw::DrawTransform.";e.DrawTransform(n)}};De.push({ev:function(){Me()}});var bJ=[null,[],[]];function Pe(e,n){oe||(oe=[]);var o=oe;o.length=0;for(var _;_=wt[e++];)_===100||_===102?(n=n+7&-8,o.push(ge[n>>3]),n+=8):(n=n+3&-4,o.push(Wt[n>>2]),n+=4);return o}var oe,gJ={a:function(e,n,o,_){Ot("Assertion failed: "+te(e)+", at: "+[n?te(n):"unknown filename",o,_?te(_):"unknown function"])},g:function(){Ot()},d:function(e,n,o){return n=Pe(n,o),Be[e].apply(null,n)},b:function(e,n,o){return n=Pe(n,o),Be[e].apply(null,n)},e:function(e,n,o){wt.copyWithin(e,n,n+o)},f:function(e){e>>>=0;var n=wt.length;if(2147483648<e)return!1;for(var o=1;4>=o;o*=2){var _=n*(1+.2/o);_=Math.min(_,e+100663296),_=Math.max(16777216,e,_),0<_%65536&&(_+=65536-_%65536);t:{try{qt.grow(Math.min(2147483648,_)-Vt.byteLength+65535>>>16),he(qt.buffer);var U=1;break t}catch{}U=void 0}if(U)return!0}return!1},c:function(e,n,o,_){for(var U=0,st=0;st<o;st++){for(var Ut=Wt[n+8*st>>2],Xt=Wt[n+(8*st+4)>>2],se=0;se<Xt;se++){var ue=wt[Ut+se],ce=bJ[e];ue===0||ue===10?((e===1?ye:Mt)(be(ce,0)),ce.length=0):ce.push(ue)}U+=Xt}return Wt[_>>2]=U,0},memory:qt,table:mJ},xe=function(){function e(U){t.asm=U.exports,Rt--,t.monitorRunDependencies&&t.monitorRunDependencies(Rt),Rt==0&&(ee!==null&&(clearInterval(ee),ee=null),kt&&(U=kt,kt=null,U()))}function n(U){e(U.instance)}function o(U){return dJ().then(function(st){return WebAssembly.instantiate(st,_)}).then(U,function(st){Mt("failed to asynchronously prepare wasm: "+st),Ot(st)})}var _={a:gJ};if(Rt++,t.monitorRunDependencies&&t.monitorRunDependencies(Rt),t.instantiateWasm)try{return t.instantiateWasm(_,e)}catch(U){return Mt("Module.instantiateWasm callback failed with error: "+U),!1}return function(){if(It||typeof WebAssembly.instantiateStreaming!="function"||Ae()||ne("file://")||typeof fetch!="function")return o(n);fetch(Ft,{credentials:"same-origin"}).then(function(U){return WebAssembly.instantiateStreaming(U,_).then(n,function(st){Mt("wasm streaming compile failed: "+st),Mt("falling back to ArrayBuffer instantiation"),o(n)})})}(),{}}();t.asm=xe;var Me=t.___wasm_call_ctors=function(){return(Me=t.___wasm_call_ctors=t.asm.h).apply(null,arguments)};t.___em_js__array_bounds_check_error=function(){return(t.___em_js__array_bounds_check_error=t.asm.i).apply(null,arguments)};var Re=t._emscripten_bind_b2DestructionListenerWrapper___destroy___0=function(){return(Re=t._emscripten_bind_b2DestructionListenerWrapper___destroy___0=t.asm.j).apply(null,arguments)},Fe=t._emscripten_bind_b2Draw_SetFlags_1=function(){return(Fe=t._emscripten_bind_b2Draw_SetFlags_1=t.asm.k).apply(null,arguments)},we=t._emscripten_bind_b2Draw_GetFlags_0=function(){return(we=t._emscripten_bind_b2Draw_GetFlags_0=t.asm.l).apply(null,arguments)},We=t._emscripten_bind_b2Draw_AppendFlags_1=function(){return(We=t._emscripten_bind_b2Draw_AppendFlags_1=t.asm.m).apply(null,arguments)},Oe=t._emscripten_bind_b2Draw_ClearFlags_1=function(){return(Oe=t._emscripten_bind_b2Draw_ClearFlags_1=t.asm.n).apply(null,arguments)},Te=t._emscripten_bind_b2Draw___destroy___0=function(){return(Te=t._emscripten_bind_b2Draw___destroy___0=t.asm.o).apply(null,arguments)},Le=t._emscripten_bind_b2Joint_GetType_0=function(){return(Le=t._emscripten_bind_b2Joint_GetType_0=t.asm.p).apply(null,arguments)},Ie=t._emscripten_bind_b2Joint_GetBodyA_0=function(){return(Ie=t._emscripten_bind_b2Joint_GetBodyA_0=t.asm.q).apply(null,arguments)},qe=t._emscripten_bind_b2Joint_GetBodyB_0=function(){return(qe=t._emscripten_bind_b2Joint_GetBodyB_0=t.asm.r).apply(null,arguments)},Ve=t._emscripten_bind_b2Joint_GetAnchorA_0=function(){return(Ve=t._emscripten_bind_b2Joint_GetAnchorA_0=t.asm.s).apply(null,arguments)},ke=t._emscripten_bind_b2Joint_GetAnchorB_0=function(){return(ke=t._emscripten_bind_b2Joint_GetAnchorB_0=t.asm.t).apply(null,arguments)},Ee=t._emscripten_bind_b2Joint_GetReactionForce_1=function(){return(Ee=t._emscripten_bind_b2Joint_GetReactionForce_1=t.asm.u).apply(null,arguments)},ze=t._emscripten_bind_b2Joint_GetReactionTorque_1=function(){return(ze=t._emscripten_bind_b2Joint_GetReactionTorque_1=t.asm.v).apply(null,arguments)},Ne=t._emscripten_bind_b2Joint_GetNext_0=function(){return(Ne=t._emscripten_bind_b2Joint_GetNext_0=t.asm.w).apply(null,arguments)},He=t._emscripten_bind_b2Joint_GetUserData_0=function(){return(He=t._emscripten_bind_b2Joint_GetUserData_0=t.asm.x).apply(null,arguments)},Ze=t._emscripten_bind_b2Joint_SetUserData_1=function(){return(Ze=t._emscripten_bind_b2Joint_SetUserData_1=t.asm.y).apply(null,arguments)},Xe=t._emscripten_bind_b2Joint_IsActive_0=function(){return(Xe=t._emscripten_bind_b2Joint_IsActive_0=t.asm.z).apply(null,arguments)},Ye=t._emscripten_bind_b2Joint_GetCollideConnected_0=function(){return(Ye=t._emscripten_bind_b2Joint_GetCollideConnected_0=t.asm.A).apply(null,arguments)},$e=t._emscripten_bind_b2Joint_Dump_0=function(){return($e=t._emscripten_bind_b2Joint_Dump_0=t.asm.B).apply(null,arguments)},Qe=t._emscripten_bind_b2RayCastCallback___destroy___0=function(){return(Qe=t._emscripten_bind_b2RayCastCallback___destroy___0=t.asm.C).apply(null,arguments)},Ke=t._emscripten_bind_b2ContactListener___destroy___0=function(){return(Ke=t._emscripten_bind_b2ContactListener___destroy___0=t.asm.D).apply(null,arguments)},tn=t._emscripten_bind_b2QueryCallback___destroy___0=function(){return(tn=t._emscripten_bind_b2QueryCallback___destroy___0=t.asm.E).apply(null,arguments)},en=t._emscripten_bind_b2JointDef_b2JointDef_0=function(){return(en=t._emscripten_bind_b2JointDef_b2JointDef_0=t.asm.F).apply(null,arguments)},nn=t._emscripten_bind_b2JointDef_get_type_0=function(){return(nn=t._emscripten_bind_b2JointDef_get_type_0=t.asm.G).apply(null,arguments)},on=t._emscripten_bind_b2JointDef_set_type_1=function(){return(on=t._emscripten_bind_b2JointDef_set_type_1=t.asm.H).apply(null,arguments)},rn=t._emscripten_bind_b2JointDef_get_userData_0=function(){return(rn=t._emscripten_bind_b2JointDef_get_userData_0=t.asm.I).apply(null,arguments)},_n=t._emscripten_bind_b2JointDef_set_userData_1=function(){return(_n=t._emscripten_bind_b2JointDef_set_userData_1=t.asm.J).apply(null,arguments)},pn=t._emscripten_bind_b2JointDef_get_bodyA_0=function(){return(pn=t._emscripten_bind_b2JointDef_get_bodyA_0=t.asm.K).apply(null,arguments)},sn=t._emscripten_bind_b2JointDef_set_bodyA_1=function(){return(sn=t._emscripten_bind_b2JointDef_set_bodyA_1=t.asm.L).apply(null,arguments)},un=t._emscripten_bind_b2JointDef_get_bodyB_0=function(){return(un=t._emscripten_bind_b2JointDef_get_bodyB_0=t.asm.M).apply(null,arguments)},cn=t._emscripten_bind_b2JointDef_set_bodyB_1=function(){return(cn=t._emscripten_bind_b2JointDef_set_bodyB_1=t.asm.N).apply(null,arguments)},an=t._emscripten_bind_b2JointDef_get_collideConnected_0=function(){return(an=t._emscripten_bind_b2JointDef_get_collideConnected_0=t.asm.O).apply(null,arguments)},ln=t._emscripten_bind_b2JointDef_set_collideConnected_1=function(){return(ln=t._emscripten_bind_b2JointDef_set_collideConnected_1=t.asm.P).apply(null,arguments)},yn=t._emscripten_bind_b2JointDef___destroy___0=function(){return(yn=t._emscripten_bind_b2JointDef___destroy___0=t.asm.Q).apply(null,arguments)},mn=t._emscripten_bind_b2Shape_GetType_0=function(){return(mn=t._emscripten_bind_b2Shape_GetType_0=t.asm.R).apply(null,arguments)},fn=t._emscripten_bind_b2Shape_GetChildCount_0=function(){return(fn=t._emscripten_bind_b2Shape_GetChildCount_0=t.asm.S).apply(null,arguments)},dn=t._emscripten_bind_b2Shape_TestPoint_2=function(){return(dn=t._emscripten_bind_b2Shape_TestPoint_2=t.asm.T).apply(null,arguments)},bn=t._emscripten_bind_b2Shape_RayCast_4=function(){return(bn=t._emscripten_bind_b2Shape_RayCast_4=t.asm.U).apply(null,arguments)},gn=t._emscripten_bind_b2Shape_ComputeAABB_3=function(){return(gn=t._emscripten_bind_b2Shape_ComputeAABB_3=t.asm.V).apply(null,arguments)},hn=t._emscripten_bind_b2Shape_ComputeMass_2=function(){return(hn=t._emscripten_bind_b2Shape_ComputeMass_2=t.asm.W).apply(null,arguments)},Un=t._emscripten_bind_b2Shape_get_m_type_0=function(){return(Un=t._emscripten_bind_b2Shape_get_m_type_0=t.asm.X).apply(null,arguments)},Jn=t._emscripten_bind_b2Shape_set_m_type_1=function(){return(Jn=t._emscripten_bind_b2Shape_set_m_type_1=t.asm.Y).apply(null,arguments)},Dn=t._emscripten_bind_b2Shape_get_m_radius_0=function(){return(Dn=t._emscripten_bind_b2Shape_get_m_radius_0=t.asm.Z).apply(null,arguments)},vn=t._emscripten_bind_b2Shape_set_m_radius_1=function(){return(vn=t._emscripten_bind_b2Shape_set_m_radius_1=t.asm._).apply(null,arguments)},jn=t._emscripten_bind_b2Shape___destroy___0=function(){return(jn=t._emscripten_bind_b2Shape___destroy___0=t.asm.$).apply(null,arguments)},Gn=t._emscripten_bind_b2ContactFilter___destroy___0=function(){return(Gn=t._emscripten_bind_b2ContactFilter___destroy___0=t.asm.aa).apply(null,arguments)},An=t._emscripten_bind_JSDestructionListener_JSDestructionListener_0=function(){return(An=t._emscripten_bind_JSDestructionListener_JSDestructionListener_0=t.asm.ba).apply(null,arguments)},Sn=t._emscripten_bind_JSDestructionListener_SayGoodbyeJoint_1=function(){return(Sn=t._emscripten_bind_JSDestructionListener_SayGoodbyeJoint_1=t.asm.ca).apply(null,arguments)},Cn=t._emscripten_bind_JSDestructionListener_SayGoodbyeFixture_1=function(){return(Cn=t._emscripten_bind_JSDestructionListener_SayGoodbyeFixture_1=t.asm.da).apply(null,arguments)},Bn=t._emscripten_bind_JSDestructionListener___destroy___0=function(){return(Bn=t._emscripten_bind_JSDestructionListener___destroy___0=t.asm.ea).apply(null,arguments)},Pn=t._emscripten_bind_b2ContactImpulse_get_count_0=function(){return(Pn=t._emscripten_bind_b2ContactImpulse_get_count_0=t.asm.fa).apply(null,arguments)},xn=t._emscripten_bind_b2ContactImpulse_set_count_1=function(){return(xn=t._emscripten_bind_b2ContactImpulse_set_count_1=t.asm.ga).apply(null,arguments)},Mn=t._emscripten_bind_b2ContactImpulse___destroy___0=function(){return(Mn=t._emscripten_bind_b2ContactImpulse___destroy___0=t.asm.ha).apply(null,arguments)},Rn=t._emscripten_bind_b2DistanceJoint_GetLocalAnchorA_0=function(){return(Rn=t._emscripten_bind_b2DistanceJoint_GetLocalAnchorA_0=t.asm.ia).apply(null,arguments)},Fn=t._emscripten_bind_b2DistanceJoint_GetLocalAnchorB_0=function(){return(Fn=t._emscripten_bind_b2DistanceJoint_GetLocalAnchorB_0=t.asm.ja).apply(null,arguments)},wn=t._emscripten_bind_b2DistanceJoint_SetLength_1=function(){return(wn=t._emscripten_bind_b2DistanceJoint_SetLength_1=t.asm.ka).apply(null,arguments)},Wn=t._emscripten_bind_b2DistanceJoint_GetLength_0=function(){return(Wn=t._emscripten_bind_b2DistanceJoint_GetLength_0=t.asm.la).apply(null,arguments)},On=t._emscripten_bind_b2DistanceJoint_SetFrequency_1=function(){return(On=t._emscripten_bind_b2DistanceJoint_SetFrequency_1=t.asm.ma).apply(null,arguments)},Tn=t._emscripten_bind_b2DistanceJoint_GetFrequency_0=function(){return(Tn=t._emscripten_bind_b2DistanceJoint_GetFrequency_0=t.asm.na).apply(null,arguments)},Ln=t._emscripten_bind_b2DistanceJoint_SetDampingRatio_1=function(){return(Ln=t._emscripten_bind_b2DistanceJoint_SetDampingRatio_1=t.asm.oa).apply(null,arguments)},In=t._emscripten_bind_b2DistanceJoint_GetDampingRatio_0=function(){return(In=t._emscripten_bind_b2DistanceJoint_GetDampingRatio_0=t.asm.pa).apply(null,arguments)},qn=t._emscripten_bind_b2DistanceJoint_GetType_0=function(){return(qn=t._emscripten_bind_b2DistanceJoint_GetType_0=t.asm.qa).apply(null,arguments)},Vn=t._emscripten_bind_b2DistanceJoint_GetBodyA_0=function(){return(Vn=t._emscripten_bind_b2DistanceJoint_GetBodyA_0=t.asm.ra).apply(null,arguments)},kn=t._emscripten_bind_b2DistanceJoint_GetBodyB_0=function(){return(kn=t._emscripten_bind_b2DistanceJoint_GetBodyB_0=t.asm.sa).apply(null,arguments)},En=t._emscripten_bind_b2DistanceJoint_GetAnchorA_0=function(){return(En=t._emscripten_bind_b2DistanceJoint_GetAnchorA_0=t.asm.ta).apply(null,arguments)},zn=t._emscripten_bind_b2DistanceJoint_GetAnchorB_0=function(){return(zn=t._emscripten_bind_b2DistanceJoint_GetAnchorB_0=t.asm.ua).apply(null,arguments)},Nn=t._emscripten_bind_b2DistanceJoint_GetReactionForce_1=function(){return(Nn=t._emscripten_bind_b2DistanceJoint_GetReactionForce_1=t.asm.va).apply(null,arguments)},Hn=t._emscripten_bind_b2DistanceJoint_GetReactionTorque_1=function(){return(Hn=t._emscripten_bind_b2DistanceJoint_GetReactionTorque_1=t.asm.wa).apply(null,arguments)},Zn=t._emscripten_bind_b2DistanceJoint_GetNext_0=function(){return(Zn=t._emscripten_bind_b2DistanceJoint_GetNext_0=t.asm.xa).apply(null,arguments)},Xn=t._emscripten_bind_b2DistanceJoint_GetUserData_0=function(){return(Xn=t._emscripten_bind_b2DistanceJoint_GetUserData_0=t.asm.ya).apply(null,arguments)},Yn=t._emscripten_bind_b2DistanceJoint_SetUserData_1=function(){return(Yn=t._emscripten_bind_b2DistanceJoint_SetUserData_1=t.asm.za).apply(null,arguments)},$n=t._emscripten_bind_b2DistanceJoint_IsActive_0=function(){return($n=t._emscripten_bind_b2DistanceJoint_IsActive_0=t.asm.Aa).apply(null,arguments)},Qn=t._emscripten_bind_b2DistanceJoint_GetCollideConnected_0=function(){return(Qn=t._emscripten_bind_b2DistanceJoint_GetCollideConnected_0=t.asm.Ba).apply(null,arguments)},Kn=t._emscripten_bind_b2DistanceJoint___destroy___0=function(){return(Kn=t._emscripten_bind_b2DistanceJoint___destroy___0=t.asm.Ca).apply(null,arguments)},to=t._emscripten_bind_b2Mat33_b2Mat33_0=function(){return(to=t._emscripten_bind_b2Mat33_b2Mat33_0=t.asm.Da).apply(null,arguments)},eo=t._emscripten_bind_b2Mat33_b2Mat33_3=function(){return(eo=t._emscripten_bind_b2Mat33_b2Mat33_3=t.asm.Ea).apply(null,arguments)},no=t._emscripten_bind_b2Mat33_SetZero_0=function(){return(no=t._emscripten_bind_b2Mat33_SetZero_0=t.asm.Fa).apply(null,arguments)},oo=t._emscripten_bind_b2Mat33_Solve33_1=function(){return(oo=t._emscripten_bind_b2Mat33_Solve33_1=t.asm.Ga).apply(null,arguments)},ro=t._emscripten_bind_b2Mat33_Solve22_1=function(){return(ro=t._emscripten_bind_b2Mat33_Solve22_1=t.asm.Ha).apply(null,arguments)},_o=t._emscripten_bind_b2Mat33_GetInverse22_1=function(){return(_o=t._emscripten_bind_b2Mat33_GetInverse22_1=t.asm.Ia).apply(null,arguments)},io=t._emscripten_bind_b2Mat33_GetSymInverse33_1=function(){return(io=t._emscripten_bind_b2Mat33_GetSymInverse33_1=t.asm.Ja).apply(null,arguments)},po=t._emscripten_bind_b2Mat33_get_ex_0=function(){return(po=t._emscripten_bind_b2Mat33_get_ex_0=t.asm.Ka).apply(null,arguments)},so=t._emscripten_bind_b2Mat33_set_ex_1=function(){return(so=t._emscripten_bind_b2Mat33_set_ex_1=t.asm.La).apply(null,arguments)},uo=t._emscripten_bind_b2Mat33_get_ey_0=function(){return(uo=t._emscripten_bind_b2Mat33_get_ey_0=t.asm.Ma).apply(null,arguments)},co=t._emscripten_bind_b2Mat33_set_ey_1=function(){return(co=t._emscripten_bind_b2Mat33_set_ey_1=t.asm.Na).apply(null,arguments)},ao=t._emscripten_bind_b2Mat33_get_ez_0=function(){return(ao=t._emscripten_bind_b2Mat33_get_ez_0=t.asm.Oa).apply(null,arguments)},lo=t._emscripten_bind_b2Mat33_set_ez_1=function(){return(lo=t._emscripten_bind_b2Mat33_set_ez_1=t.asm.Pa).apply(null,arguments)},yo=t._emscripten_bind_b2Mat33___destroy___0=function(){return(yo=t._emscripten_bind_b2Mat33___destroy___0=t.asm.Qa).apply(null,arguments)},mo=t._emscripten_bind_b2Fixture_GetType_0=function(){return(mo=t._emscripten_bind_b2Fixture_GetType_0=t.asm.Ra).apply(null,arguments)},fo=t._emscripten_bind_b2Fixture_GetShape_0=function(){return(fo=t._emscripten_bind_b2Fixture_GetShape_0=t.asm.Sa).apply(null,arguments)},bo=t._emscripten_bind_b2Fixture_SetSensor_1=function(){return(bo=t._emscripten_bind_b2Fixture_SetSensor_1=t.asm.Ta).apply(null,arguments)},go=t._emscripten_bind_b2Fixture_IsSensor_0=function(){return(go=t._emscripten_bind_b2Fixture_IsSensor_0=t.asm.Ua).apply(null,arguments)},ho=t._emscripten_bind_b2Fixture_SetFilterData_1=function(){return(ho=t._emscripten_bind_b2Fixture_SetFilterData_1=t.asm.Va).apply(null,arguments)},Uo=t._emscripten_bind_b2Fixture_GetFilterData_0=function(){return(Uo=t._emscripten_bind_b2Fixture_GetFilterData_0=t.asm.Wa).apply(null,arguments)},Jo=t._emscripten_bind_b2Fixture_Refilter_0=function(){return(Jo=t._emscripten_bind_b2Fixture_Refilter_0=t.asm.Xa).apply(null,arguments)},Do=t._emscripten_bind_b2Fixture_GetBody_0=function(){return(Do=t._emscripten_bind_b2Fixture_GetBody_0=t.asm.Ya).apply(null,arguments)},vo=t._emscripten_bind_b2Fixture_GetNext_0=function(){return(vo=t._emscripten_bind_b2Fixture_GetNext_0=t.asm.Za).apply(null,arguments)},jo=t._emscripten_bind_b2Fixture_GetUserData_0=function(){return(jo=t._emscripten_bind_b2Fixture_GetUserData_0=t.asm._a).apply(null,arguments)},Go=t._emscripten_bind_b2Fixture_SetUserData_1=function(){return(Go=t._emscripten_bind_b2Fixture_SetUserData_1=t.asm.$a).apply(null,arguments)},Ao=t._emscripten_bind_b2Fixture_TestPoint_1=function(){return(Ao=t._emscripten_bind_b2Fixture_TestPoint_1=t.asm.ab).apply(null,arguments)},So=t._emscripten_bind_b2Fixture_RayCast_3=function(){return(So=t._emscripten_bind_b2Fixture_RayCast_3=t.asm.bb).apply(null,arguments)},Co=t._emscripten_bind_b2Fixture_GetMassData_1=function(){return(Co=t._emscripten_bind_b2Fixture_GetMassData_1=t.asm.cb).apply(null,arguments)},Bo=t._emscripten_bind_b2Fixture_SetDensity_1=function(){return(Bo=t._emscripten_bind_b2Fixture_SetDensity_1=t.asm.db).apply(null,arguments)},Po=t._emscripten_bind_b2Fixture_GetDensity_0=function(){return(Po=t._emscripten_bind_b2Fixture_GetDensity_0=t.asm.eb).apply(null,arguments)},xo=t._emscripten_bind_b2Fixture_GetFriction_0=function(){return(xo=t._emscripten_bind_b2Fixture_GetFriction_0=t.asm.fb).apply(null,arguments)},Mo=t._emscripten_bind_b2Fixture_SetFriction_1=function(){return(Mo=t._emscripten_bind_b2Fixture_SetFriction_1=t.asm.gb).apply(null,arguments)},Ro=t._emscripten_bind_b2Fixture_GetRestitution_0=function(){return(Ro=t._emscripten_bind_b2Fixture_GetRestitution_0=t.asm.hb).apply(null,arguments)},Fo=t._emscripten_bind_b2Fixture_SetRestitution_1=function(){return(Fo=t._emscripten_bind_b2Fixture_SetRestitution_1=t.asm.ib).apply(null,arguments)},wo=t._emscripten_bind_b2Fixture_GetAABB_1=function(){return(wo=t._emscripten_bind_b2Fixture_GetAABB_1=t.asm.jb).apply(null,arguments)},Wo=t._emscripten_bind_b2Fixture_Dump_1=function(){return(Wo=t._emscripten_bind_b2Fixture_Dump_1=t.asm.kb).apply(null,arguments)},Oo=t._emscripten_bind_b2Fixture___destroy___0=function(){return(Oo=t._emscripten_bind_b2Fixture___destroy___0=t.asm.lb).apply(null,arguments)},To=t._emscripten_bind_b2Filter_b2Filter_0=function(){return(To=t._emscripten_bind_b2Filter_b2Filter_0=t.asm.mb).apply(null,arguments)},Lo=t._emscripten_bind_b2Filter_get_categoryBits_0=function(){return(Lo=t._emscripten_bind_b2Filter_get_categoryBits_0=t.asm.nb).apply(null,arguments)},Io=t._emscripten_bind_b2Filter_set_categoryBits_1=function(){return(Io=t._emscripten_bind_b2Filter_set_categoryBits_1=t.asm.ob).apply(null,arguments)},qo=t._emscripten_bind_b2Filter_get_maskBits_0=function(){return(qo=t._emscripten_bind_b2Filter_get_maskBits_0=t.asm.pb).apply(null,arguments)},Vo=t._emscripten_bind_b2Filter_set_maskBits_1=function(){return(Vo=t._emscripten_bind_b2Filter_set_maskBits_1=t.asm.qb).apply(null,arguments)},ko=t._emscripten_bind_b2Filter_get_groupIndex_0=function(){return(ko=t._emscripten_bind_b2Filter_get_groupIndex_0=t.asm.rb).apply(null,arguments)},Eo=t._emscripten_bind_b2Filter_set_groupIndex_1=function(){return(Eo=t._emscripten_bind_b2Filter_set_groupIndex_1=t.asm.sb).apply(null,arguments)},zo=t._emscripten_bind_b2Filter___destroy___0=function(){return(zo=t._emscripten_bind_b2Filter___destroy___0=t.asm.tb).apply(null,arguments)},No=t._emscripten_bind_JSQueryCallback_JSQueryCallback_0=function(){return(No=t._emscripten_bind_JSQueryCallback_JSQueryCallback_0=t.asm.ub).apply(null,arguments)},Ho=t._emscripten_bind_JSQueryCallback_ReportFixture_1=function(){return(Ho=t._emscripten_bind_JSQueryCallback_ReportFixture_1=t.asm.vb).apply(null,arguments)},Zo=t._emscripten_bind_JSQueryCallback___destroy___0=function(){return(Zo=t._emscripten_bind_JSQueryCallback___destroy___0=t.asm.wb).apply(null,arguments)},Xo=t._emscripten_bind_b2MouseJoint_SetTarget_1=function(){return(Xo=t._emscripten_bind_b2MouseJoint_SetTarget_1=t.asm.xb).apply(null,arguments)},Yo=t._emscripten_bind_b2MouseJoint_GetTarget_0=function(){return(Yo=t._emscripten_bind_b2MouseJoint_GetTarget_0=t.asm.yb).apply(null,arguments)},$o=t._emscripten_bind_b2MouseJoint_SetMaxForce_1=function(){return($o=t._emscripten_bind_b2MouseJoint_SetMaxForce_1=t.asm.zb).apply(null,arguments)},Qo=t._emscripten_bind_b2MouseJoint_GetMaxForce_0=function(){return(Qo=t._emscripten_bind_b2MouseJoint_GetMaxForce_0=t.asm.Ab).apply(null,arguments)},Ko=t._emscripten_bind_b2MouseJoint_SetFrequency_1=function(){return(Ko=t._emscripten_bind_b2MouseJoint_SetFrequency_1=t.asm.Bb).apply(null,arguments)},tr=t._emscripten_bind_b2MouseJoint_GetFrequency_0=function(){return(tr=t._emscripten_bind_b2MouseJoint_GetFrequency_0=t.asm.Cb).apply(null,arguments)},er=t._emscripten_bind_b2MouseJoint_SetDampingRatio_1=function(){return(er=t._emscripten_bind_b2MouseJoint_SetDampingRatio_1=t.asm.Db).apply(null,arguments)},nr=t._emscripten_bind_b2MouseJoint_GetDampingRatio_0=function(){return(nr=t._emscripten_bind_b2MouseJoint_GetDampingRatio_0=t.asm.Eb).apply(null,arguments)},or=t._emscripten_bind_b2MouseJoint_GetType_0=function(){return(or=t._emscripten_bind_b2MouseJoint_GetType_0=t.asm.Fb).apply(null,arguments)},rr=t._emscripten_bind_b2MouseJoint_GetBodyA_0=function(){return(rr=t._emscripten_bind_b2MouseJoint_GetBodyA_0=t.asm.Gb).apply(null,arguments)},_r=t._emscripten_bind_b2MouseJoint_GetBodyB_0=function(){return(_r=t._emscripten_bind_b2MouseJoint_GetBodyB_0=t.asm.Hb).apply(null,arguments)},ir=t._emscripten_bind_b2MouseJoint_GetAnchorA_0=function(){return(ir=t._emscripten_bind_b2MouseJoint_GetAnchorA_0=t.asm.Ib).apply(null,arguments)},pr=t._emscripten_bind_b2MouseJoint_GetAnchorB_0=function(){return(pr=t._emscripten_bind_b2MouseJoint_GetAnchorB_0=t.asm.Jb).apply(null,arguments)},sr=t._emscripten_bind_b2MouseJoint_GetReactionForce_1=function(){return(sr=t._emscripten_bind_b2MouseJoint_GetReactionForce_1=t.asm.Kb).apply(null,arguments)},ur=t._emscripten_bind_b2MouseJoint_GetReactionTorque_1=function(){return(ur=t._emscripten_bind_b2MouseJoint_GetReactionTorque_1=t.asm.Lb).apply(null,arguments)},cr=t._emscripten_bind_b2MouseJoint_GetNext_0=function(){return(cr=t._emscripten_bind_b2MouseJoint_GetNext_0=t.asm.Mb).apply(null,arguments)},ar=t._emscripten_bind_b2MouseJoint_GetUserData_0=function(){return(ar=t._emscripten_bind_b2MouseJoint_GetUserData_0=t.asm.Nb).apply(null,arguments)},lr=t._emscripten_bind_b2MouseJoint_SetUserData_1=function(){return(lr=t._emscripten_bind_b2MouseJoint_SetUserData_1=t.asm.Ob).apply(null,arguments)},yr=t._emscripten_bind_b2MouseJoint_IsActive_0=function(){return(yr=t._emscripten_bind_b2MouseJoint_IsActive_0=t.asm.Pb).apply(null,arguments)},mr=t._emscripten_bind_b2MouseJoint_GetCollideConnected_0=function(){return(mr=t._emscripten_bind_b2MouseJoint_GetCollideConnected_0=t.asm.Qb).apply(null,arguments)},fr=t._emscripten_bind_b2MouseJoint___destroy___0=function(){return(fr=t._emscripten_bind_b2MouseJoint___destroy___0=t.asm.Rb).apply(null,arguments)},dr=t._emscripten_bind_b2Rot_b2Rot_0=function(){return(dr=t._emscripten_bind_b2Rot_b2Rot_0=t.asm.Sb).apply(null,arguments)},br=t._emscripten_bind_b2Rot_b2Rot_1=function(){return(br=t._emscripten_bind_b2Rot_b2Rot_1=t.asm.Tb).apply(null,arguments)},gr=t._emscripten_bind_b2Rot_Set_1=function(){return(gr=t._emscripten_bind_b2Rot_Set_1=t.asm.Ub).apply(null,arguments)},hr=t._emscripten_bind_b2Rot_SetIdentity_0=function(){return(hr=t._emscripten_bind_b2Rot_SetIdentity_0=t.asm.Vb).apply(null,arguments)},Ur=t._emscripten_bind_b2Rot_GetAngle_0=function(){return(Ur=t._emscripten_bind_b2Rot_GetAngle_0=t.asm.Wb).apply(null,arguments)},Jr=t._emscripten_bind_b2Rot_GetXAxis_0=function(){return(Jr=t._emscripten_bind_b2Rot_GetXAxis_0=t.asm.Xb).apply(null,arguments)},Dr=t._emscripten_bind_b2Rot_GetYAxis_0=function(){return(Dr=t._emscripten_bind_b2Rot_GetYAxis_0=t.asm.Yb).apply(null,arguments)},vr=t._emscripten_bind_b2Rot_get_s_0=function(){return(vr=t._emscripten_bind_b2Rot_get_s_0=t.asm.Zb).apply(null,arguments)},jr=t._emscripten_bind_b2Rot_set_s_1=function(){return(jr=t._emscripten_bind_b2Rot_set_s_1=t.asm._b).apply(null,arguments)},Gr=t._emscripten_bind_b2Rot_get_c_0=function(){return(Gr=t._emscripten_bind_b2Rot_get_c_0=t.asm.$b).apply(null,arguments)},Ar=t._emscripten_bind_b2Rot_set_c_1=function(){return(Ar=t._emscripten_bind_b2Rot_set_c_1=t.asm.ac).apply(null,arguments)},Sr=t._emscripten_bind_b2Rot___destroy___0=function(){return(Sr=t._emscripten_bind_b2Rot___destroy___0=t.asm.bc).apply(null,arguments)},Cr=t._emscripten_bind_b2MotorJoint_SetLinearOffset_1=function(){return(Cr=t._emscripten_bind_b2MotorJoint_SetLinearOffset_1=t.asm.cc).apply(null,arguments)},Br=t._emscripten_bind_b2MotorJoint_GetLinearOffset_0=function(){return(Br=t._emscripten_bind_b2MotorJoint_GetLinearOffset_0=t.asm.dc).apply(null,arguments)},Pr=t._emscripten_bind_b2MotorJoint_SetAngularOffset_1=function(){return(Pr=t._emscripten_bind_b2MotorJoint_SetAngularOffset_1=t.asm.ec).apply(null,arguments)},xr=t._emscripten_bind_b2MotorJoint_GetAngularOffset_0=function(){return(xr=t._emscripten_bind_b2MotorJoint_GetAngularOffset_0=t.asm.fc).apply(null,arguments)},Mr=t._emscripten_bind_b2MotorJoint_SetMaxForce_1=function(){return(Mr=t._emscripten_bind_b2MotorJoint_SetMaxForce_1=t.asm.gc).apply(null,arguments)},Rr=t._emscripten_bind_b2MotorJoint_GetMaxForce_0=function(){return(Rr=t._emscripten_bind_b2MotorJoint_GetMaxForce_0=t.asm.hc).apply(null,arguments)},Fr=t._emscripten_bind_b2MotorJoint_SetMaxTorque_1=function(){return(Fr=t._emscripten_bind_b2MotorJoint_SetMaxTorque_1=t.asm.ic).apply(null,arguments)},wr=t._emscripten_bind_b2MotorJoint_GetMaxTorque_0=function(){return(wr=t._emscripten_bind_b2MotorJoint_GetMaxTorque_0=t.asm.jc).apply(null,arguments)},Wr=t._emscripten_bind_b2MotorJoint_SetCorrectionFactor_1=function(){return(Wr=t._emscripten_bind_b2MotorJoint_SetCorrectionFactor_1=t.asm.kc).apply(null,arguments)},Or=t._emscripten_bind_b2MotorJoint_GetCorrectionFactor_0=function(){return(Or=t._emscripten_bind_b2MotorJoint_GetCorrectionFactor_0=t.asm.lc).apply(null,arguments)},Tr=t._emscripten_bind_b2MotorJoint_GetType_0=function(){return(Tr=t._emscripten_bind_b2MotorJoint_GetType_0=t.asm.mc).apply(null,arguments)},Lr=t._emscripten_bind_b2MotorJoint_GetBodyA_0=function(){return(Lr=t._emscripten_bind_b2MotorJoint_GetBodyA_0=t.asm.nc).apply(null,arguments)},Ir=t._emscripten_bind_b2MotorJoint_GetBodyB_0=function(){return(Ir=t._emscripten_bind_b2MotorJoint_GetBodyB_0=t.asm.oc).apply(null,arguments)},qr=t._emscripten_bind_b2MotorJoint_GetAnchorA_0=function(){return(qr=t._emscripten_bind_b2MotorJoint_GetAnchorA_0=t.asm.pc).apply(null,arguments)},Vr=t._emscripten_bind_b2MotorJoint_GetAnchorB_0=function(){return(Vr=t._emscripten_bind_b2MotorJoint_GetAnchorB_0=t.asm.qc).apply(null,arguments)},kr=t._emscripten_bind_b2MotorJoint_GetReactionForce_1=function(){return(kr=t._emscripten_bind_b2MotorJoint_GetReactionForce_1=t.asm.rc).apply(null,arguments)},Er=t._emscripten_bind_b2MotorJoint_GetReactionTorque_1=function(){return(Er=t._emscripten_bind_b2MotorJoint_GetReactionTorque_1=t.asm.sc).apply(null,arguments)},zr=t._emscripten_bind_b2MotorJoint_GetNext_0=function(){return(zr=t._emscripten_bind_b2MotorJoint_GetNext_0=t.asm.tc).apply(null,arguments)},Nr=t._emscripten_bind_b2MotorJoint_GetUserData_0=function(){return(Nr=t._emscripten_bind_b2MotorJoint_GetUserData_0=t.asm.uc).apply(null,arguments)},Hr=t._emscripten_bind_b2MotorJoint_SetUserData_1=function(){return(Hr=t._emscripten_bind_b2MotorJoint_SetUserData_1=t.asm.vc).apply(null,arguments)},Zr=t._emscripten_bind_b2MotorJoint_IsActive_0=function(){return(Zr=t._emscripten_bind_b2MotorJoint_IsActive_0=t.asm.wc).apply(null,arguments)},Xr=t._emscripten_bind_b2MotorJoint_GetCollideConnected_0=function(){return(Xr=t._emscripten_bind_b2MotorJoint_GetCollideConnected_0=t.asm.xc).apply(null,arguments)},Yr=t._emscripten_bind_b2MotorJoint___destroy___0=function(){return(Yr=t._emscripten_bind_b2MotorJoint___destroy___0=t.asm.yc).apply(null,arguments)},$r=t._emscripten_bind_b2Profile_get_step_0=function(){return($r=t._emscripten_bind_b2Profile_get_step_0=t.asm.zc).apply(null,arguments)},Qr=t._emscripten_bind_b2Profile_set_step_1=function(){return(Qr=t._emscripten_bind_b2Profile_set_step_1=t.asm.Ac).apply(null,arguments)},Kr=t._emscripten_bind_b2Profile_get_collide_0=function(){return(Kr=t._emscripten_bind_b2Profile_get_collide_0=t.asm.Bc).apply(null,arguments)},t_=t._emscripten_bind_b2Profile_set_collide_1=function(){return(t_=t._emscripten_bind_b2Profile_set_collide_1=t.asm.Cc).apply(null,arguments)},e_=t._emscripten_bind_b2Profile_get_solve_0=function(){return(e_=t._emscripten_bind_b2Profile_get_solve_0=t.asm.Dc).apply(null,arguments)},n_=t._emscripten_bind_b2Profile_set_solve_1=function(){return(n_=t._emscripten_bind_b2Profile_set_solve_1=t.asm.Ec).apply(null,arguments)},o_=t._emscripten_bind_b2Profile_get_solveInit_0=function(){return(o_=t._emscripten_bind_b2Profile_get_solveInit_0=t.asm.Fc).apply(null,arguments)},r_=t._emscripten_bind_b2Profile_set_solveInit_1=function(){return(r_=t._emscripten_bind_b2Profile_set_solveInit_1=t.asm.Gc).apply(null,arguments)},__=t._emscripten_bind_b2Profile_get_solveVelocity_0=function(){return(__=t._emscripten_bind_b2Profile_get_solveVelocity_0=t.asm.Hc).apply(null,arguments)},i_=t._emscripten_bind_b2Profile_set_solveVelocity_1=function(){return(i_=t._emscripten_bind_b2Profile_set_solveVelocity_1=t.asm.Ic).apply(null,arguments)},p_=t._emscripten_bind_b2Profile_get_solvePosition_0=function(){return(p_=t._emscripten_bind_b2Profile_get_solvePosition_0=t.asm.Jc).apply(null,arguments)},s_=t._emscripten_bind_b2Profile_set_solvePosition_1=function(){return(s_=t._emscripten_bind_b2Profile_set_solvePosition_1=t.asm.Kc).apply(null,arguments)},u_=t._emscripten_bind_b2Profile_get_broadphase_0=function(){return(u_=t._emscripten_bind_b2Profile_get_broadphase_0=t.asm.Lc).apply(null,arguments)},c_=t._emscripten_bind_b2Profile_set_broadphase_1=function(){return(c_=t._emscripten_bind_b2Profile_set_broadphase_1=t.asm.Mc).apply(null,arguments)},a_=t._emscripten_bind_b2Profile_get_solveTOI_0=function(){return(a_=t._emscripten_bind_b2Profile_get_solveTOI_0=t.asm.Nc).apply(null,arguments)},l_=t._emscripten_bind_b2Profile_set_solveTOI_1=function(){return(l_=t._emscripten_bind_b2Profile_set_solveTOI_1=t.asm.Oc).apply(null,arguments)},y_=t._emscripten_bind_b2Profile___destroy___0=function(){return(y_=t._emscripten_bind_b2Profile___destroy___0=t.asm.Pc).apply(null,arguments)},m_=t._emscripten_bind_VoidPtr___destroy___0=function(){return(m_=t._emscripten_bind_VoidPtr___destroy___0=t.asm.Qc).apply(null,arguments)},f_=t._emscripten_bind_b2BodyDef_b2BodyDef_0=function(){return(f_=t._emscripten_bind_b2BodyDef_b2BodyDef_0=t.asm.Rc).apply(null,arguments)},d_=t._emscripten_bind_b2BodyDef_get_type_0=function(){return(d_=t._emscripten_bind_b2BodyDef_get_type_0=t.asm.Sc).apply(null,arguments)},b_=t._emscripten_bind_b2BodyDef_set_type_1=function(){return(b_=t._emscripten_bind_b2BodyDef_set_type_1=t.asm.Tc).apply(null,arguments)},g_=t._emscripten_bind_b2BodyDef_get_position_0=function(){return(g_=t._emscripten_bind_b2BodyDef_get_position_0=t.asm.Uc).apply(null,arguments)},h_=t._emscripten_bind_b2BodyDef_set_position_1=function(){return(h_=t._emscripten_bind_b2BodyDef_set_position_1=t.asm.Vc).apply(null,arguments)},U_=t._emscripten_bind_b2BodyDef_get_angle_0=function(){return(U_=t._emscripten_bind_b2BodyDef_get_angle_0=t.asm.Wc).apply(null,arguments)},J_=t._emscripten_bind_b2BodyDef_set_angle_1=function(){return(J_=t._emscripten_bind_b2BodyDef_set_angle_1=t.asm.Xc).apply(null,arguments)},D_=t._emscripten_bind_b2BodyDef_get_linearVelocity_0=function(){return(D_=t._emscripten_bind_b2BodyDef_get_linearVelocity_0=t.asm.Yc).apply(null,arguments)},v_=t._emscripten_bind_b2BodyDef_set_linearVelocity_1=function(){return(v_=t._emscripten_bind_b2BodyDef_set_linearVelocity_1=t.asm.Zc).apply(null,arguments)},j_=t._emscripten_bind_b2BodyDef_get_angularVelocity_0=function(){return(j_=t._emscripten_bind_b2BodyDef_get_angularVelocity_0=t.asm._c).apply(null,arguments)},G_=t._emscripten_bind_b2BodyDef_set_angularVelocity_1=function(){return(G_=t._emscripten_bind_b2BodyDef_set_angularVelocity_1=t.asm.$c).apply(null,arguments)},A_=t._emscripten_bind_b2BodyDef_get_linearDamping_0=function(){return(A_=t._emscripten_bind_b2BodyDef_get_linearDamping_0=t.asm.ad).apply(null,arguments)},S_=t._emscripten_bind_b2BodyDef_set_linearDamping_1=function(){return(S_=t._emscripten_bind_b2BodyDef_set_linearDamping_1=t.asm.bd).apply(null,arguments)},C_=t._emscripten_bind_b2BodyDef_get_angularDamping_0=function(){return(C_=t._emscripten_bind_b2BodyDef_get_angularDamping_0=t.asm.cd).apply(null,arguments)},B_=t._emscripten_bind_b2BodyDef_set_angularDamping_1=function(){return(B_=t._emscripten_bind_b2BodyDef_set_angularDamping_1=t.asm.dd).apply(null,arguments)},P_=t._emscripten_bind_b2BodyDef_get_allowSleep_0=function(){return(P_=t._emscripten_bind_b2BodyDef_get_allowSleep_0=t.asm.ed).apply(null,arguments)},x_=t._emscripten_bind_b2BodyDef_set_allowSleep_1=function(){return(x_=t._emscripten_bind_b2BodyDef_set_allowSleep_1=t.asm.fd).apply(null,arguments)},M_=t._emscripten_bind_b2BodyDef_get_awake_0=function(){return(M_=t._emscripten_bind_b2BodyDef_get_awake_0=t.asm.gd).apply(null,arguments)},R_=t._emscripten_bind_b2BodyDef_set_awake_1=function(){return(R_=t._emscripten_bind_b2BodyDef_set_awake_1=t.asm.hd).apply(null,arguments)},F_=t._emscripten_bind_b2BodyDef_get_fixedRotation_0=function(){return(F_=t._emscripten_bind_b2BodyDef_get_fixedRotation_0=t.asm.id).apply(null,arguments)},w_=t._emscripten_bind_b2BodyDef_set_fixedRotation_1=function(){return(w_=t._emscripten_bind_b2BodyDef_set_fixedRotation_1=t.asm.jd).apply(null,arguments)},W_=t._emscripten_bind_b2BodyDef_get_bullet_0=function(){return(W_=t._emscripten_bind_b2BodyDef_get_bullet_0=t.asm.kd).apply(null,arguments)},O_=t._emscripten_bind_b2BodyDef_set_bullet_1=function(){return(O_=t._emscripten_bind_b2BodyDef_set_bullet_1=t.asm.ld).apply(null,arguments)},T_=t._emscripten_bind_b2BodyDef_get_active_0=function(){return(T_=t._emscripten_bind_b2BodyDef_get_active_0=t.asm.md).apply(null,arguments)},L_=t._emscripten_bind_b2BodyDef_set_active_1=function(){return(L_=t._emscripten_bind_b2BodyDef_set_active_1=t.asm.nd).apply(null,arguments)},I_=t._emscripten_bind_b2BodyDef_get_userData_0=function(){return(I_=t._emscripten_bind_b2BodyDef_get_userData_0=t.asm.od).apply(null,arguments)},q_=t._emscripten_bind_b2BodyDef_set_userData_1=function(){return(q_=t._emscripten_bind_b2BodyDef_set_userData_1=t.asm.pd).apply(null,arguments)},V_=t._emscripten_bind_b2BodyDef_get_gravityScale_0=function(){return(V_=t._emscripten_bind_b2BodyDef_get_gravityScale_0=t.asm.qd).apply(null,arguments)},k_=t._emscripten_bind_b2BodyDef_set_gravityScale_1=function(){return(k_=t._emscripten_bind_b2BodyDef_set_gravityScale_1=t.asm.rd).apply(null,arguments)},E_=t._emscripten_bind_b2BodyDef___destroy___0=function(){return(E_=t._emscripten_bind_b2BodyDef___destroy___0=t.asm.sd).apply(null,arguments)},z_=t._emscripten_bind_JSRayCastCallback_JSRayCastCallback_0=function(){return(z_=t._emscripten_bind_JSRayCastCallback_JSRayCastCallback_0=t.asm.td).apply(null,arguments)},N_=t._emscripten_bind_JSRayCastCallback_ReportFixture_4=function(){return(N_=t._emscripten_bind_JSRayCastCallback_ReportFixture_4=t.asm.ud).apply(null,arguments)},H_=t._emscripten_bind_JSRayCastCallback___destroy___0=function(){return(H_=t._emscripten_bind_JSRayCastCallback___destroy___0=t.asm.vd).apply(null,arguments)},Z_=t._emscripten_bind_b2ContactFeature_get_indexA_0=function(){return(Z_=t._emscripten_bind_b2ContactFeature_get_indexA_0=t.asm.wd).apply(null,arguments)},X_=t._emscripten_bind_b2ContactFeature_set_indexA_1=function(){return(X_=t._emscripten_bind_b2ContactFeature_set_indexA_1=t.asm.xd).apply(null,arguments)},Y_=t._emscripten_bind_b2ContactFeature_get_indexB_0=function(){return(Y_=t._emscripten_bind_b2ContactFeature_get_indexB_0=t.asm.yd).apply(null,arguments)},$_=t._emscripten_bind_b2ContactFeature_set_indexB_1=function(){return($_=t._emscripten_bind_b2ContactFeature_set_indexB_1=t.asm.zd).apply(null,arguments)},Q_=t._emscripten_bind_b2ContactFeature_get_typeA_0=function(){return(Q_=t._emscripten_bind_b2ContactFeature_get_typeA_0=t.asm.Ad).apply(null,arguments)},K_=t._emscripten_bind_b2ContactFeature_set_typeA_1=function(){return(K_=t._emscripten_bind_b2ContactFeature_set_typeA_1=t.asm.Bd).apply(null,arguments)},ti=t._emscripten_bind_b2ContactFeature_get_typeB_0=function(){return(ti=t._emscripten_bind_b2ContactFeature_get_typeB_0=t.asm.Cd).apply(null,arguments)},ei=t._emscripten_bind_b2ContactFeature_set_typeB_1=function(){return(ei=t._emscripten_bind_b2ContactFeature_set_typeB_1=t.asm.Dd).apply(null,arguments)},ni=t._emscripten_bind_b2ContactFeature___destroy___0=function(){return(ni=t._emscripten_bind_b2ContactFeature___destroy___0=t.asm.Ed).apply(null,arguments)},oi=t._emscripten_bind_b2Vec2_b2Vec2_0=function(){return(oi=t._emscripten_bind_b2Vec2_b2Vec2_0=t.asm.Fd).apply(null,arguments)},ri=t._emscripten_bind_b2Vec2_b2Vec2_2=function(){return(ri=t._emscripten_bind_b2Vec2_b2Vec2_2=t.asm.Gd).apply(null,arguments)},_i=t._emscripten_bind_b2Vec2_SetZero_0=function(){return(_i=t._emscripten_bind_b2Vec2_SetZero_0=t.asm.Hd).apply(null,arguments)},ii=t._emscripten_bind_b2Vec2_Set_2=function(){return(ii=t._emscripten_bind_b2Vec2_Set_2=t.asm.Id).apply(null,arguments)},pi=t._emscripten_bind_b2Vec2_op_add_1=function(){return(pi=t._emscripten_bind_b2Vec2_op_add_1=t.asm.Jd).apply(null,arguments)},si=t._emscripten_bind_b2Vec2_op_sub_1=function(){return(si=t._emscripten_bind_b2Vec2_op_sub_1=t.asm.Kd).apply(null,arguments)},ui=t._emscripten_bind_b2Vec2_op_mul_1=function(){return(ui=t._emscripten_bind_b2Vec2_op_mul_1=t.asm.Ld).apply(null,arguments)},ci=t._emscripten_bind_b2Vec2_Length_0=function(){return(ci=t._emscripten_bind_b2Vec2_Length_0=t.asm.Md).apply(null,arguments)},ai=t._emscripten_bind_b2Vec2_LengthSquared_0=function(){return(ai=t._emscripten_bind_b2Vec2_LengthSquared_0=t.asm.Nd).apply(null,arguments)},li=t._emscripten_bind_b2Vec2_Normalize_0=function(){return(li=t._emscripten_bind_b2Vec2_Normalize_0=t.asm.Od).apply(null,arguments)},yi=t._emscripten_bind_b2Vec2_IsValid_0=function(){return(yi=t._emscripten_bind_b2Vec2_IsValid_0=t.asm.Pd).apply(null,arguments)},mi=t._emscripten_bind_b2Vec2_Skew_0=function(){return(mi=t._emscripten_bind_b2Vec2_Skew_0=t.asm.Qd).apply(null,arguments)},fi=t._emscripten_bind_b2Vec2_get_x_0=function(){return(fi=t._emscripten_bind_b2Vec2_get_x_0=t.asm.Rd).apply(null,arguments)},di=t._emscripten_bind_b2Vec2_set_x_1=function(){return(di=t._emscripten_bind_b2Vec2_set_x_1=t.asm.Sd).apply(null,arguments)},bi=t._emscripten_bind_b2Vec2_get_y_0=function(){return(bi=t._emscripten_bind_b2Vec2_get_y_0=t.asm.Td).apply(null,arguments)},gi=t._emscripten_bind_b2Vec2_set_y_1=function(){return(gi=t._emscripten_bind_b2Vec2_set_y_1=t.asm.Ud).apply(null,arguments)},hi=t._emscripten_bind_b2Vec2___destroy___0=function(){return(hi=t._emscripten_bind_b2Vec2___destroy___0=t.asm.Vd).apply(null,arguments)},Ui=t._emscripten_bind_b2Vec3_b2Vec3_0=function(){return(Ui=t._emscripten_bind_b2Vec3_b2Vec3_0=t.asm.Wd).apply(null,arguments)},Ji=t._emscripten_bind_b2Vec3_b2Vec3_3=function(){return(Ji=t._emscripten_bind_b2Vec3_b2Vec3_3=t.asm.Xd).apply(null,arguments)},Di=t._emscripten_bind_b2Vec3_SetZero_0=function(){return(Di=t._emscripten_bind_b2Vec3_SetZero_0=t.asm.Yd).apply(null,arguments)},vi=t._emscripten_bind_b2Vec3_Set_3=function(){return(vi=t._emscripten_bind_b2Vec3_Set_3=t.asm.Zd).apply(null,arguments)},ji=t._emscripten_bind_b2Vec3_op_add_1=function(){return(ji=t._emscripten_bind_b2Vec3_op_add_1=t.asm._d).apply(null,arguments)},Gi=t._emscripten_bind_b2Vec3_op_sub_1=function(){return(Gi=t._emscripten_bind_b2Vec3_op_sub_1=t.asm.$d).apply(null,arguments)},Ai=t._emscripten_bind_b2Vec3_op_mul_1=function(){return(Ai=t._emscripten_bind_b2Vec3_op_mul_1=t.asm.ae).apply(null,arguments)},Si=t._emscripten_bind_b2Vec3_get_x_0=function(){return(Si=t._emscripten_bind_b2Vec3_get_x_0=t.asm.be).apply(null,arguments)},Ci=t._emscripten_bind_b2Vec3_set_x_1=function(){return(Ci=t._emscripten_bind_b2Vec3_set_x_1=t.asm.ce).apply(null,arguments)},Bi=t._emscripten_bind_b2Vec3_get_y_0=function(){return(Bi=t._emscripten_bind_b2Vec3_get_y_0=t.asm.de).apply(null,arguments)},Pi=t._emscripten_bind_b2Vec3_set_y_1=function(){return(Pi=t._emscripten_bind_b2Vec3_set_y_1=t.asm.ee).apply(null,arguments)},xi=t._emscripten_bind_b2Vec3_get_z_0=function(){return(xi=t._emscripten_bind_b2Vec3_get_z_0=t.asm.fe).apply(null,arguments)},Mi=t._emscripten_bind_b2Vec3_set_z_1=function(){return(Mi=t._emscripten_bind_b2Vec3_set_z_1=t.asm.ge).apply(null,arguments)},Ri=t._emscripten_bind_b2Vec3___destroy___0=function(){return(Ri=t._emscripten_bind_b2Vec3___destroy___0=t.asm.he).apply(null,arguments)},Fi=t._emscripten_bind_b2AABB_b2AABB_0=function(){return(Fi=t._emscripten_bind_b2AABB_b2AABB_0=t.asm.ie).apply(null,arguments)},wi=t._emscripten_bind_b2AABB_IsValid_0=function(){return(wi=t._emscripten_bind_b2AABB_IsValid_0=t.asm.je).apply(null,arguments)},Wi=t._emscripten_bind_b2AABB_GetCenter_0=function(){return(Wi=t._emscripten_bind_b2AABB_GetCenter_0=t.asm.ke).apply(null,arguments)},Oi=t._emscripten_bind_b2AABB_GetExtents_0=function(){return(Oi=t._emscripten_bind_b2AABB_GetExtents_0=t.asm.le).apply(null,arguments)},Ti=t._emscripten_bind_b2AABB_GetPerimeter_0=function(){return(Ti=t._emscripten_bind_b2AABB_GetPerimeter_0=t.asm.me).apply(null,arguments)},Li=t._emscripten_bind_b2AABB_Combine_1=function(){return(Li=t._emscripten_bind_b2AABB_Combine_1=t.asm.ne).apply(null,arguments)},Ii=t._emscripten_bind_b2AABB_Combine_2=function(){return(Ii=t._emscripten_bind_b2AABB_Combine_2=t.asm.oe).apply(null,arguments)},qi=t._emscripten_bind_b2AABB_Contains_1=function(){return(qi=t._emscripten_bind_b2AABB_Contains_1=t.asm.pe).apply(null,arguments)},Vi=t._emscripten_bind_b2AABB_RayCast_2=function(){return(Vi=t._emscripten_bind_b2AABB_RayCast_2=t.asm.qe).apply(null,arguments)},ki=t._emscripten_bind_b2AABB_get_lowerBound_0=function(){return(ki=t._emscripten_bind_b2AABB_get_lowerBound_0=t.asm.re).apply(null,arguments)},Ei=t._emscripten_bind_b2AABB_set_lowerBound_1=function(){return(Ei=t._emscripten_bind_b2AABB_set_lowerBound_1=t.asm.se).apply(null,arguments)},zi=t._emscripten_bind_b2AABB_get_upperBound_0=function(){return(zi=t._emscripten_bind_b2AABB_get_upperBound_0=t.asm.te).apply(null,arguments)},Ni=t._emscripten_bind_b2AABB_set_upperBound_1=function(){return(Ni=t._emscripten_bind_b2AABB_set_upperBound_1=t.asm.ue).apply(null,arguments)},Hi=t._emscripten_bind_b2AABB___destroy___0=function(){return(Hi=t._emscripten_bind_b2AABB___destroy___0=t.asm.ve).apply(null,arguments)},Zi=t._emscripten_bind_b2FixtureDef_b2FixtureDef_0=function(){return(Zi=t._emscripten_bind_b2FixtureDef_b2FixtureDef_0=t.asm.we).apply(null,arguments)},Xi=t._emscripten_bind_b2FixtureDef_get_shape_0=function(){return(Xi=t._emscripten_bind_b2FixtureDef_get_shape_0=t.asm.xe).apply(null,arguments)},Yi=t._emscripten_bind_b2FixtureDef_set_shape_1=function(){return(Yi=t._emscripten_bind_b2FixtureDef_set_shape_1=t.asm.ye).apply(null,arguments)},$i=t._emscripten_bind_b2FixtureDef_get_userData_0=function(){return($i=t._emscripten_bind_b2FixtureDef_get_userData_0=t.asm.ze).apply(null,arguments)},Qi=t._emscripten_bind_b2FixtureDef_set_userData_1=function(){return(Qi=t._emscripten_bind_b2FixtureDef_set_userData_1=t.asm.Ae).apply(null,arguments)},Ki=t._emscripten_bind_b2FixtureDef_get_friction_0=function(){return(Ki=t._emscripten_bind_b2FixtureDef_get_friction_0=t.asm.Be).apply(null,arguments)},tp=t._emscripten_bind_b2FixtureDef_set_friction_1=function(){return(tp=t._emscripten_bind_b2FixtureDef_set_friction_1=t.asm.Ce).apply(null,arguments)},ep=t._emscripten_bind_b2FixtureDef_get_restitution_0=function(){return(ep=t._emscripten_bind_b2FixtureDef_get_restitution_0=t.asm.De).apply(null,arguments)},np=t._emscripten_bind_b2FixtureDef_set_restitution_1=function(){return(np=t._emscripten_bind_b2FixtureDef_set_restitution_1=t.asm.Ee).apply(null,arguments)},op=t._emscripten_bind_b2FixtureDef_get_density_0=function(){return(op=t._emscripten_bind_b2FixtureDef_get_density_0=t.asm.Fe).apply(null,arguments)},rp=t._emscripten_bind_b2FixtureDef_set_density_1=function(){return(rp=t._emscripten_bind_b2FixtureDef_set_density_1=t.asm.Ge).apply(null,arguments)},_p=t._emscripten_bind_b2FixtureDef_get_isSensor_0=function(){return(_p=t._emscripten_bind_b2FixtureDef_get_isSensor_0=t.asm.He).apply(null,arguments)},ip=t._emscripten_bind_b2FixtureDef_set_isSensor_1=function(){return(ip=t._emscripten_bind_b2FixtureDef_set_isSensor_1=t.asm.Ie).apply(null,arguments)},pp=t._emscripten_bind_b2FixtureDef_get_filter_0=function(){return(pp=t._emscripten_bind_b2FixtureDef_get_filter_0=t.asm.Je).apply(null,arguments)},sp=t._emscripten_bind_b2FixtureDef_set_filter_1=function(){return(sp=t._emscripten_bind_b2FixtureDef_set_filter_1=t.asm.Ke).apply(null,arguments)},up=t._emscripten_bind_b2FixtureDef___destroy___0=function(){return(up=t._emscripten_bind_b2FixtureDef___destroy___0=t.asm.Le).apply(null,arguments)},cp=t._emscripten_bind_b2FrictionJointDef_b2FrictionJointDef_0=function(){return(cp=t._emscripten_bind_b2FrictionJointDef_b2FrictionJointDef_0=t.asm.Me).apply(null,arguments)},ap=t._emscripten_bind_b2FrictionJointDef_Initialize_3=function(){return(ap=t._emscripten_bind_b2FrictionJointDef_Initialize_3=t.asm.Ne).apply(null,arguments)},lp=t._emscripten_bind_b2FrictionJointDef_get_localAnchorA_0=function(){return(lp=t._emscripten_bind_b2FrictionJointDef_get_localAnchorA_0=t.asm.Oe).apply(null,arguments)},yp=t._emscripten_bind_b2FrictionJointDef_set_localAnchorA_1=function(){return(yp=t._emscripten_bind_b2FrictionJointDef_set_localAnchorA_1=t.asm.Pe).apply(null,arguments)},mp=t._emscripten_bind_b2FrictionJointDef_get_localAnchorB_0=function(){return(mp=t._emscripten_bind_b2FrictionJointDef_get_localAnchorB_0=t.asm.Qe).apply(null,arguments)},fp=t._emscripten_bind_b2FrictionJointDef_set_localAnchorB_1=function(){return(fp=t._emscripten_bind_b2FrictionJointDef_set_localAnchorB_1=t.asm.Re).apply(null,arguments)},dp=t._emscripten_bind_b2FrictionJointDef_get_maxForce_0=function(){return(dp=t._emscripten_bind_b2FrictionJointDef_get_maxForce_0=t.asm.Se).apply(null,arguments)},bp=t._emscripten_bind_b2FrictionJointDef_set_maxForce_1=function(){return(bp=t._emscripten_bind_b2FrictionJointDef_set_maxForce_1=t.asm.Te).apply(null,arguments)},gp=t._emscripten_bind_b2FrictionJointDef_get_maxTorque_0=function(){return(gp=t._emscripten_bind_b2FrictionJointDef_get_maxTorque_0=t.asm.Ue).apply(null,arguments)},hp=t._emscripten_bind_b2FrictionJointDef_set_maxTorque_1=function(){return(hp=t._emscripten_bind_b2FrictionJointDef_set_maxTorque_1=t.asm.Ve).apply(null,arguments)},Up=t._emscripten_bind_b2FrictionJointDef_get_type_0=function(){return(Up=t._emscripten_bind_b2FrictionJointDef_get_type_0=t.asm.We).apply(null,arguments)},Jp=t._emscripten_bind_b2FrictionJointDef_set_type_1=function(){return(Jp=t._emscripten_bind_b2FrictionJointDef_set_type_1=t.asm.Xe).apply(null,arguments)},Dp=t._emscripten_bind_b2FrictionJointDef_get_userData_0=function(){return(Dp=t._emscripten_bind_b2FrictionJointDef_get_userData_0=t.asm.Ye).apply(null,arguments)},vp=t._emscripten_bind_b2FrictionJointDef_set_userData_1=function(){return(vp=t._emscripten_bind_b2FrictionJointDef_set_userData_1=t.asm.Ze).apply(null,arguments)},jp=t._emscripten_bind_b2FrictionJointDef_get_bodyA_0=function(){return(jp=t._emscripten_bind_b2FrictionJointDef_get_bodyA_0=t.asm._e).apply(null,arguments)},Gp=t._emscripten_bind_b2FrictionJointDef_set_bodyA_1=function(){return(Gp=t._emscripten_bind_b2FrictionJointDef_set_bodyA_1=t.asm.$e).apply(null,arguments)},Ap=t._emscripten_bind_b2FrictionJointDef_get_bodyB_0=function(){return(Ap=t._emscripten_bind_b2FrictionJointDef_get_bodyB_0=t.asm.af).apply(null,arguments)},Sp=t._emscripten_bind_b2FrictionJointDef_set_bodyB_1=function(){return(Sp=t._emscripten_bind_b2FrictionJointDef_set_bodyB_1=t.asm.bf).apply(null,arguments)},Cp=t._emscripten_bind_b2FrictionJointDef_get_collideConnected_0=function(){return(Cp=t._emscripten_bind_b2FrictionJointDef_get_collideConnected_0=t.asm.cf).apply(null,arguments)},Bp=t._emscripten_bind_b2FrictionJointDef_set_collideConnected_1=function(){return(Bp=t._emscripten_bind_b2FrictionJointDef_set_collideConnected_1=t.asm.df).apply(null,arguments)},Pp=t._emscripten_bind_b2FrictionJointDef___destroy___0=function(){return(Pp=t._emscripten_bind_b2FrictionJointDef___destroy___0=t.asm.ef).apply(null,arguments)},xp=t._emscripten_bind_b2Manifold_b2Manifold_0=function(){return(xp=t._emscripten_bind_b2Manifold_b2Manifold_0=t.asm.ff).apply(null,arguments)},Mp=t._emscripten_bind_b2Manifold_get_localNormal_0=function(){return(Mp=t._emscripten_bind_b2Manifold_get_localNormal_0=t.asm.gf).apply(null,arguments)},Rp=t._emscripten_bind_b2Manifold_set_localNormal_1=function(){return(Rp=t._emscripten_bind_b2Manifold_set_localNormal_1=t.asm.hf).apply(null,arguments)},Fp=t._emscripten_bind_b2Manifold_get_localPoint_0=function(){return(Fp=t._emscripten_bind_b2Manifold_get_localPoint_0=t.asm.jf).apply(null,arguments)},wp=t._emscripten_bind_b2Manifold_set_localPoint_1=function(){return(wp=t._emscripten_bind_b2Manifold_set_localPoint_1=t.asm.kf).apply(null,arguments)},Wp=t._emscripten_bind_b2Manifold_get_type_0=function(){return(Wp=t._emscripten_bind_b2Manifold_get_type_0=t.asm.lf).apply(null,arguments)},Op=t._emscripten_bind_b2Manifold_set_type_1=function(){return(Op=t._emscripten_bind_b2Manifold_set_type_1=t.asm.mf).apply(null,arguments)},Tp=t._emscripten_bind_b2Manifold_get_pointCount_0=function(){return(Tp=t._emscripten_bind_b2Manifold_get_pointCount_0=t.asm.nf).apply(null,arguments)},Lp=t._emscripten_bind_b2Manifold_set_pointCount_1=function(){return(Lp=t._emscripten_bind_b2Manifold_set_pointCount_1=t.asm.of).apply(null,arguments)},Ip=t._emscripten_bind_b2Manifold___destroy___0=function(){return(Ip=t._emscripten_bind_b2Manifold___destroy___0=t.asm.pf).apply(null,arguments)},qp=t._emscripten_bind_b2WorldManifold_b2WorldManifold_0=function(){return(qp=t._emscripten_bind_b2WorldManifold_b2WorldManifold_0=t.asm.qf).apply(null,arguments)},Vp=t._emscripten_bind_b2WorldManifold_Initialize_5=function(){return(Vp=t._emscripten_bind_b2WorldManifold_Initialize_5=t.asm.rf).apply(null,arguments)},kp=t._emscripten_bind_b2WorldManifold_get_normal_0=function(){return(kp=t._emscripten_bind_b2WorldManifold_get_normal_0=t.asm.sf).apply(null,arguments)},Ep=t._emscripten_bind_b2WorldManifold_set_normal_1=function(){return(Ep=t._emscripten_bind_b2WorldManifold_set_normal_1=t.asm.tf).apply(null,arguments)},zp=t._emscripten_bind_b2WorldManifold_get_points_1=function(){return(zp=t._emscripten_bind_b2WorldManifold_get_points_1=t.asm.uf).apply(null,arguments)},Np=t._emscripten_bind_b2WorldManifold_set_points_2=function(){return(Np=t._emscripten_bind_b2WorldManifold_set_points_2=t.asm.vf).apply(null,arguments)},Hp=t._emscripten_bind_b2WorldManifold_get_separations_1=function(){return(Hp=t._emscripten_bind_b2WorldManifold_get_separations_1=t.asm.wf).apply(null,arguments)},Zp=t._emscripten_bind_b2WorldManifold_set_separations_2=function(){return(Zp=t._emscripten_bind_b2WorldManifold_set_separations_2=t.asm.xf).apply(null,arguments)},Xp=t._emscripten_bind_b2WorldManifold___destroy___0=function(){return(Xp=t._emscripten_bind_b2WorldManifold___destroy___0=t.asm.yf).apply(null,arguments)},Yp=t._emscripten_bind_b2PrismaticJointDef_b2PrismaticJointDef_0=function(){return(Yp=t._emscripten_bind_b2PrismaticJointDef_b2PrismaticJointDef_0=t.asm.zf).apply(null,arguments)},$p=t._emscripten_bind_b2PrismaticJointDef_Initialize_4=function(){return($p=t._emscripten_bind_b2PrismaticJointDef_Initialize_4=t.asm.Af).apply(null,arguments)},Qp=t._emscripten_bind_b2PrismaticJointDef_get_localAnchorA_0=function(){return(Qp=t._emscripten_bind_b2PrismaticJointDef_get_localAnchorA_0=t.asm.Bf).apply(null,arguments)},Kp=t._emscripten_bind_b2PrismaticJointDef_set_localAnchorA_1=function(){return(Kp=t._emscripten_bind_b2PrismaticJointDef_set_localAnchorA_1=t.asm.Cf).apply(null,arguments)},ts=t._emscripten_bind_b2PrismaticJointDef_get_localAnchorB_0=function(){return(ts=t._emscripten_bind_b2PrismaticJointDef_get_localAnchorB_0=t.asm.Df).apply(null,arguments)},es=t._emscripten_bind_b2PrismaticJointDef_set_localAnchorB_1=function(){return(es=t._emscripten_bind_b2PrismaticJointDef_set_localAnchorB_1=t.asm.Ef).apply(null,arguments)},ns=t._emscripten_bind_b2PrismaticJointDef_get_localAxisA_0=function(){return(ns=t._emscripten_bind_b2PrismaticJointDef_get_localAxisA_0=t.asm.Ff).apply(null,arguments)},os=t._emscripten_bind_b2PrismaticJointDef_set_localAxisA_1=function(){return(os=t._emscripten_bind_b2PrismaticJointDef_set_localAxisA_1=t.asm.Gf).apply(null,arguments)},rs=t._emscripten_bind_b2PrismaticJointDef_get_referenceAngle_0=function(){return(rs=t._emscripten_bind_b2PrismaticJointDef_get_referenceAngle_0=t.asm.Hf).apply(null,arguments)},_s=t._emscripten_bind_b2PrismaticJointDef_set_referenceAngle_1=function(){return(_s=t._emscripten_bind_b2PrismaticJointDef_set_referenceAngle_1=t.asm.If).apply(null,arguments)},is=t._emscripten_bind_b2PrismaticJointDef_get_enableLimit_0=function(){return(is=t._emscripten_bind_b2PrismaticJointDef_get_enableLimit_0=t.asm.Jf).apply(null,arguments)},ps=t._emscripten_bind_b2PrismaticJointDef_set_enableLimit_1=function(){return(ps=t._emscripten_bind_b2PrismaticJointDef_set_enableLimit_1=t.asm.Kf).apply(null,arguments)},ss=t._emscripten_bind_b2PrismaticJointDef_get_lowerTranslation_0=function(){return(ss=t._emscripten_bind_b2PrismaticJointDef_get_lowerTranslation_0=t.asm.Lf).apply(null,arguments)},us=t._emscripten_bind_b2PrismaticJointDef_set_lowerTranslation_1=function(){return(us=t._emscripten_bind_b2PrismaticJointDef_set_lowerTranslation_1=t.asm.Mf).apply(null,arguments)},cs=t._emscripten_bind_b2PrismaticJointDef_get_upperTranslation_0=function(){return(cs=t._emscripten_bind_b2PrismaticJointDef_get_upperTranslation_0=t.asm.Nf).apply(null,arguments)},as=t._emscripten_bind_b2PrismaticJointDef_set_upperTranslation_1=function(){return(as=t._emscripten_bind_b2PrismaticJointDef_set_upperTranslation_1=t.asm.Of).apply(null,arguments)},ls=t._emscripten_bind_b2PrismaticJointDef_get_enableMotor_0=function(){return(ls=t._emscripten_bind_b2PrismaticJointDef_get_enableMotor_0=t.asm.Pf).apply(null,arguments)},ys=t._emscripten_bind_b2PrismaticJointDef_set_enableMotor_1=function(){return(ys=t._emscripten_bind_b2PrismaticJointDef_set_enableMotor_1=t.asm.Qf).apply(null,arguments)},ms=t._emscripten_bind_b2PrismaticJointDef_get_maxMotorForce_0=function(){return(ms=t._emscripten_bind_b2PrismaticJointDef_get_maxMotorForce_0=t.asm.Rf).apply(null,arguments)},fs=t._emscripten_bind_b2PrismaticJointDef_set_maxMotorForce_1=function(){return(fs=t._emscripten_bind_b2PrismaticJointDef_set_maxMotorForce_1=t.asm.Sf).apply(null,arguments)},ds=t._emscripten_bind_b2PrismaticJointDef_get_motorSpeed_0=function(){return(ds=t._emscripten_bind_b2PrismaticJointDef_get_motorSpeed_0=t.asm.Tf).apply(null,arguments)},bs=t._emscripten_bind_b2PrismaticJointDef_set_motorSpeed_1=function(){return(bs=t._emscripten_bind_b2PrismaticJointDef_set_motorSpeed_1=t.asm.Uf).apply(null,arguments)},gs=t._emscripten_bind_b2PrismaticJointDef_get_type_0=function(){return(gs=t._emscripten_bind_b2PrismaticJointDef_get_type_0=t.asm.Vf).apply(null,arguments)},hs=t._emscripten_bind_b2PrismaticJointDef_set_type_1=function(){return(hs=t._emscripten_bind_b2PrismaticJointDef_set_type_1=t.asm.Wf).apply(null,arguments)},Us=t._emscripten_bind_b2PrismaticJointDef_get_userData_0=function(){return(Us=t._emscripten_bind_b2PrismaticJointDef_get_userData_0=t.asm.Xf).apply(null,arguments)},Js=t._emscripten_bind_b2PrismaticJointDef_set_userData_1=function(){return(Js=t._emscripten_bind_b2PrismaticJointDef_set_userData_1=t.asm.Yf).apply(null,arguments)},Ds=t._emscripten_bind_b2PrismaticJointDef_get_bodyA_0=function(){return(Ds=t._emscripten_bind_b2PrismaticJointDef_get_bodyA_0=t.asm.Zf).apply(null,arguments)},vs=t._emscripten_bind_b2PrismaticJointDef_set_bodyA_1=function(){return(vs=t._emscripten_bind_b2PrismaticJointDef_set_bodyA_1=t.asm._f).apply(null,arguments)},js=t._emscripten_bind_b2PrismaticJointDef_get_bodyB_0=function(){return(js=t._emscripten_bind_b2PrismaticJointDef_get_bodyB_0=t.asm.$f).apply(null,arguments)},Gs=t._emscripten_bind_b2PrismaticJointDef_set_bodyB_1=function(){return(Gs=t._emscripten_bind_b2PrismaticJointDef_set_bodyB_1=t.asm.ag).apply(null,arguments)},As=t._emscripten_bind_b2PrismaticJointDef_get_collideConnected_0=function(){return(As=t._emscripten_bind_b2PrismaticJointDef_get_collideConnected_0=t.asm.bg).apply(null,arguments)},Ss=t._emscripten_bind_b2PrismaticJointDef_set_collideConnected_1=function(){return(Ss=t._emscripten_bind_b2PrismaticJointDef_set_collideConnected_1=t.asm.cg).apply(null,arguments)},Cs=t._emscripten_bind_b2PrismaticJointDef___destroy___0=function(){return(Cs=t._emscripten_bind_b2PrismaticJointDef___destroy___0=t.asm.dg).apply(null,arguments)},Bs=t._emscripten_bind_b2World_b2World_1=function(){return(Bs=t._emscripten_bind_b2World_b2World_1=t.asm.eg).apply(null,arguments)},Ps=t._emscripten_bind_b2World_SetDestructionListener_1=function(){return(Ps=t._emscripten_bind_b2World_SetDestructionListener_1=t.asm.fg).apply(null,arguments)},xs=t._emscripten_bind_b2World_SetContactFilter_1=function(){return(xs=t._emscripten_bind_b2World_SetContactFilter_1=t.asm.gg).apply(null,arguments)},Ms=t._emscripten_bind_b2World_SetContactListener_1=function(){return(Ms=t._emscripten_bind_b2World_SetContactListener_1=t.asm.hg).apply(null,arguments)},Rs=t._emscripten_bind_b2World_SetDebugDraw_1=function(){return(Rs=t._emscripten_bind_b2World_SetDebugDraw_1=t.asm.ig).apply(null,arguments)},Fs=t._emscripten_bind_b2World_CreateBody_1=function(){return(Fs=t._emscripten_bind_b2World_CreateBody_1=t.asm.jg).apply(null,arguments)},ws=t._emscripten_bind_b2World_DestroyBody_1=function(){return(ws=t._emscripten_bind_b2World_DestroyBody_1=t.asm.kg).apply(null,arguments)},Ws=t._emscripten_bind_b2World_CreateJoint_1=function(){return(Ws=t._emscripten_bind_b2World_CreateJoint_1=t.asm.lg).apply(null,arguments)},Os=t._emscripten_bind_b2World_DestroyJoint_1=function(){return(Os=t._emscripten_bind_b2World_DestroyJoint_1=t.asm.mg).apply(null,arguments)},Ts=t._emscripten_bind_b2World_Step_3=function(){return(Ts=t._emscripten_bind_b2World_Step_3=t.asm.ng).apply(null,arguments)},Ls=t._emscripten_bind_b2World_ClearForces_0=function(){return(Ls=t._emscripten_bind_b2World_ClearForces_0=t.asm.og).apply(null,arguments)},Is=t._emscripten_bind_b2World_DrawDebugData_0=function(){return(Is=t._emscripten_bind_b2World_DrawDebugData_0=t.asm.pg).apply(null,arguments)},qs=t._emscripten_bind_b2World_QueryAABB_2=function(){return(qs=t._emscripten_bind_b2World_QueryAABB_2=t.asm.qg).apply(null,arguments)},Vs=t._emscripten_bind_b2World_RayCast_3=function(){return(Vs=t._emscripten_bind_b2World_RayCast_3=t.asm.rg).apply(null,arguments)},ks=t._emscripten_bind_b2World_GetBodyList_0=function(){return(ks=t._emscripten_bind_b2World_GetBodyList_0=t.asm.sg).apply(null,arguments)},Es=t._emscripten_bind_b2World_GetJointList_0=function(){return(Es=t._emscripten_bind_b2World_GetJointList_0=t.asm.tg).apply(null,arguments)},zs=t._emscripten_bind_b2World_GetContactList_0=function(){return(zs=t._emscripten_bind_b2World_GetContactList_0=t.asm.ug).apply(null,arguments)},Ns=t._emscripten_bind_b2World_SetAllowSleeping_1=function(){return(Ns=t._emscripten_bind_b2World_SetAllowSleeping_1=t.asm.vg).apply(null,arguments)},Hs=t._emscripten_bind_b2World_GetAllowSleeping_0=function(){return(Hs=t._emscripten_bind_b2World_GetAllowSleeping_0=t.asm.wg).apply(null,arguments)},Zs=t._emscripten_bind_b2World_SetWarmStarting_1=function(){return(Zs=t._emscripten_bind_b2World_SetWarmStarting_1=t.asm.xg).apply(null,arguments)},Xs=t._emscripten_bind_b2World_GetWarmStarting_0=function(){return(Xs=t._emscripten_bind_b2World_GetWarmStarting_0=t.asm.yg).apply(null,arguments)},Ys=t._emscripten_bind_b2World_SetContinuousPhysics_1=function(){return(Ys=t._emscripten_bind_b2World_SetContinuousPhysics_1=t.asm.zg).apply(null,arguments)},$s=t._emscripten_bind_b2World_GetContinuousPhysics_0=function(){return($s=t._emscripten_bind_b2World_GetContinuousPhysics_0=t.asm.Ag).apply(null,arguments)},Qs=t._emscripten_bind_b2World_SetSubStepping_1=function(){return(Qs=t._emscripten_bind_b2World_SetSubStepping_1=t.asm.Bg).apply(null,arguments)},Ks=t._emscripten_bind_b2World_GetSubStepping_0=function(){return(Ks=t._emscripten_bind_b2World_GetSubStepping_0=t.asm.Cg).apply(null,arguments)},tu=t._emscripten_bind_b2World_GetProxyCount_0=function(){return(tu=t._emscripten_bind_b2World_GetProxyCount_0=t.asm.Dg).apply(null,arguments)},eu=t._emscripten_bind_b2World_GetBodyCount_0=function(){return(eu=t._emscripten_bind_b2World_GetBodyCount_0=t.asm.Eg).apply(null,arguments)},nu=t._emscripten_bind_b2World_GetJointCount_0=function(){return(nu=t._emscripten_bind_b2World_GetJointCount_0=t.asm.Fg).apply(null,arguments)},ou=t._emscripten_bind_b2World_GetContactCount_0=function(){return(ou=t._emscripten_bind_b2World_GetContactCount_0=t.asm.Gg).apply(null,arguments)},ru=t._emscripten_bind_b2World_GetTreeHeight_0=function(){return(ru=t._emscripten_bind_b2World_GetTreeHeight_0=t.asm.Hg).apply(null,arguments)},_u=t._emscripten_bind_b2World_GetTreeBalance_0=function(){return(_u=t._emscripten_bind_b2World_GetTreeBalance_0=t.asm.Ig).apply(null,arguments)},iu=t._emscripten_bind_b2World_GetTreeQuality_0=function(){return(iu=t._emscripten_bind_b2World_GetTreeQuality_0=t.asm.Jg).apply(null,arguments)},pu=t._emscripten_bind_b2World_SetGravity_1=function(){return(pu=t._emscripten_bind_b2World_SetGravity_1=t.asm.Kg).apply(null,arguments)},su=t._emscripten_bind_b2World_GetGravity_0=function(){return(su=t._emscripten_bind_b2World_GetGravity_0=t.asm.Lg).apply(null,arguments)},uu=t._emscripten_bind_b2World_IsLocked_0=function(){return(uu=t._emscripten_bind_b2World_IsLocked_0=t.asm.Mg).apply(null,arguments)},cu=t._emscripten_bind_b2World_SetAutoClearForces_1=function(){return(cu=t._emscripten_bind_b2World_SetAutoClearForces_1=t.asm.Ng).apply(null,arguments)},au=t._emscripten_bind_b2World_GetAutoClearForces_0=function(){return(au=t._emscripten_bind_b2World_GetAutoClearForces_0=t.asm.Og).apply(null,arguments)},lu=t._emscripten_bind_b2World_GetProfile_0=function(){return(lu=t._emscripten_bind_b2World_GetProfile_0=t.asm.Pg).apply(null,arguments)},yu=t._emscripten_bind_b2World_Dump_0=function(){return(yu=t._emscripten_bind_b2World_Dump_0=t.asm.Qg).apply(null,arguments)},mu=t._emscripten_bind_b2World___destroy___0=function(){return(mu=t._emscripten_bind_b2World___destroy___0=t.asm.Rg).apply(null,arguments)},fu=t._emscripten_bind_b2PrismaticJoint_GetLocalAnchorA_0=function(){return(fu=t._emscripten_bind_b2PrismaticJoint_GetLocalAnchorA_0=t.asm.Sg).apply(null,arguments)},du=t._emscripten_bind_b2PrismaticJoint_GetLocalAnchorB_0=function(){return(du=t._emscripten_bind_b2PrismaticJoint_GetLocalAnchorB_0=t.asm.Tg).apply(null,arguments)},bu=t._emscripten_bind_b2PrismaticJoint_GetLocalAxisA_0=function(){return(bu=t._emscripten_bind_b2PrismaticJoint_GetLocalAxisA_0=t.asm.Ug).apply(null,arguments)},gu=t._emscripten_bind_b2PrismaticJoint_GetReferenceAngle_0=function(){return(gu=t._emscripten_bind_b2PrismaticJoint_GetReferenceAngle_0=t.asm.Vg).apply(null,arguments)},hu=t._emscripten_bind_b2PrismaticJoint_GetJointTranslation_0=function(){return(hu=t._emscripten_bind_b2PrismaticJoint_GetJointTranslation_0=t.asm.Wg).apply(null,arguments)},Uu=t._emscripten_bind_b2PrismaticJoint_GetJointSpeed_0=function(){return(Uu=t._emscripten_bind_b2PrismaticJoint_GetJointSpeed_0=t.asm.Xg).apply(null,arguments)},Ju=t._emscripten_bind_b2PrismaticJoint_IsLimitEnabled_0=function(){return(Ju=t._emscripten_bind_b2PrismaticJoint_IsLimitEnabled_0=t.asm.Yg).apply(null,arguments)},Du=t._emscripten_bind_b2PrismaticJoint_EnableLimit_1=function(){return(Du=t._emscripten_bind_b2PrismaticJoint_EnableLimit_1=t.asm.Zg).apply(null,arguments)},vu=t._emscripten_bind_b2PrismaticJoint_GetLowerLimit_0=function(){return(vu=t._emscripten_bind_b2PrismaticJoint_GetLowerLimit_0=t.asm._g).apply(null,arguments)},ju=t._emscripten_bind_b2PrismaticJoint_GetUpperLimit_0=function(){return(ju=t._emscripten_bind_b2PrismaticJoint_GetUpperLimit_0=t.asm.$g).apply(null,arguments)},Gu=t._emscripten_bind_b2PrismaticJoint_SetLimits_2=function(){return(Gu=t._emscripten_bind_b2PrismaticJoint_SetLimits_2=t.asm.ah).apply(null,arguments)},Au=t._emscripten_bind_b2PrismaticJoint_IsMotorEnabled_0=function(){return(Au=t._emscripten_bind_b2PrismaticJoint_IsMotorEnabled_0=t.asm.bh).apply(null,arguments)},Su=t._emscripten_bind_b2PrismaticJoint_EnableMotor_1=function(){return(Su=t._emscripten_bind_b2PrismaticJoint_EnableMotor_1=t.asm.ch).apply(null,arguments)},Cu=t._emscripten_bind_b2PrismaticJoint_SetMotorSpeed_1=function(){return(Cu=t._emscripten_bind_b2PrismaticJoint_SetMotorSpeed_1=t.asm.dh).apply(null,arguments)},Bu=t._emscripten_bind_b2PrismaticJoint_GetMotorSpeed_0=function(){return(Bu=t._emscripten_bind_b2PrismaticJoint_GetMotorSpeed_0=t.asm.eh).apply(null,arguments)},Pu=t._emscripten_bind_b2PrismaticJoint_SetMaxMotorForce_1=function(){return(Pu=t._emscripten_bind_b2PrismaticJoint_SetMaxMotorForce_1=t.asm.fh).apply(null,arguments)},xu=t._emscripten_bind_b2PrismaticJoint_GetMaxMotorForce_0=function(){return(xu=t._emscripten_bind_b2PrismaticJoint_GetMaxMotorForce_0=t.asm.gh).apply(null,arguments)},Mu=t._emscripten_bind_b2PrismaticJoint_GetMotorForce_1=function(){return(Mu=t._emscripten_bind_b2PrismaticJoint_GetMotorForce_1=t.asm.hh).apply(null,arguments)},Ru=t._emscripten_bind_b2PrismaticJoint_GetType_0=function(){return(Ru=t._emscripten_bind_b2PrismaticJoint_GetType_0=t.asm.ih).apply(null,arguments)},Fu=t._emscripten_bind_b2PrismaticJoint_GetBodyA_0=function(){return(Fu=t._emscripten_bind_b2PrismaticJoint_GetBodyA_0=t.asm.jh).apply(null,arguments)},wu=t._emscripten_bind_b2PrismaticJoint_GetBodyB_0=function(){return(wu=t._emscripten_bind_b2PrismaticJoint_GetBodyB_0=t.asm.kh).apply(null,arguments)},Wu=t._emscripten_bind_b2PrismaticJoint_GetAnchorA_0=function(){return(Wu=t._emscripten_bind_b2PrismaticJoint_GetAnchorA_0=t.asm.lh).apply(null,arguments)},Ou=t._emscripten_bind_b2PrismaticJoint_GetAnchorB_0=function(){return(Ou=t._emscripten_bind_b2PrismaticJoint_GetAnchorB_0=t.asm.mh).apply(null,arguments)},Tu=t._emscripten_bind_b2PrismaticJoint_GetReactionForce_1=function(){return(Tu=t._emscripten_bind_b2PrismaticJoint_GetReactionForce_1=t.asm.nh).apply(null,arguments)},Lu=t._emscripten_bind_b2PrismaticJoint_GetReactionTorque_1=function(){return(Lu=t._emscripten_bind_b2PrismaticJoint_GetReactionTorque_1=t.asm.oh).apply(null,arguments)},Iu=t._emscripten_bind_b2PrismaticJoint_GetNext_0=function(){return(Iu=t._emscripten_bind_b2PrismaticJoint_GetNext_0=t.asm.ph).apply(null,arguments)},qu=t._emscripten_bind_b2PrismaticJoint_GetUserData_0=function(){return(qu=t._emscripten_bind_b2PrismaticJoint_GetUserData_0=t.asm.qh).apply(null,arguments)},Vu=t._emscripten_bind_b2PrismaticJoint_SetUserData_1=function(){return(Vu=t._emscripten_bind_b2PrismaticJoint_SetUserData_1=t.asm.rh).apply(null,arguments)},ku=t._emscripten_bind_b2PrismaticJoint_IsActive_0=function(){return(ku=t._emscripten_bind_b2PrismaticJoint_IsActive_0=t.asm.sh).apply(null,arguments)},Eu=t._emscripten_bind_b2PrismaticJoint_GetCollideConnected_0=function(){return(Eu=t._emscripten_bind_b2PrismaticJoint_GetCollideConnected_0=t.asm.th).apply(null,arguments)},zu=t._emscripten_bind_b2PrismaticJoint___destroy___0=function(){return(zu=t._emscripten_bind_b2PrismaticJoint___destroy___0=t.asm.uh).apply(null,arguments)},Nu=t._emscripten_bind_b2RayCastOutput_get_normal_0=function(){return(Nu=t._emscripten_bind_b2RayCastOutput_get_normal_0=t.asm.vh).apply(null,arguments)},Hu=t._emscripten_bind_b2RayCastOutput_set_normal_1=function(){return(Hu=t._emscripten_bind_b2RayCastOutput_set_normal_1=t.asm.wh).apply(null,arguments)},Zu=t._emscripten_bind_b2RayCastOutput_get_fraction_0=function(){return(Zu=t._emscripten_bind_b2RayCastOutput_get_fraction_0=t.asm.xh).apply(null,arguments)},Xu=t._emscripten_bind_b2RayCastOutput_set_fraction_1=function(){return(Xu=t._emscripten_bind_b2RayCastOutput_set_fraction_1=t.asm.yh).apply(null,arguments)},Yu=t._emscripten_bind_b2RayCastOutput___destroy___0=function(){return(Yu=t._emscripten_bind_b2RayCastOutput___destroy___0=t.asm.zh).apply(null,arguments)},$u=t._emscripten_bind_b2ContactID_get_cf_0=function(){return($u=t._emscripten_bind_b2ContactID_get_cf_0=t.asm.Ah).apply(null,arguments)},Qu=t._emscripten_bind_b2ContactID_set_cf_1=function(){return(Qu=t._emscripten_bind_b2ContactID_set_cf_1=t.asm.Bh).apply(null,arguments)},Ku=t._emscripten_bind_b2ContactID_get_key_0=function(){return(Ku=t._emscripten_bind_b2ContactID_get_key_0=t.asm.Ch).apply(null,arguments)},tc=t._emscripten_bind_b2ContactID_set_key_1=function(){return(tc=t._emscripten_bind_b2ContactID_set_key_1=t.asm.Dh).apply(null,arguments)},ec=t._emscripten_bind_b2ContactID___destroy___0=function(){return(ec=t._emscripten_bind_b2ContactID___destroy___0=t.asm.Eh).apply(null,arguments)},nc=t._emscripten_bind_JSContactListener_JSContactListener_0=function(){return(nc=t._emscripten_bind_JSContactListener_JSContactListener_0=t.asm.Fh).apply(null,arguments)},oc=t._emscripten_bind_JSContactListener_BeginContact_1=function(){return(oc=t._emscripten_bind_JSContactListener_BeginContact_1=t.asm.Gh).apply(null,arguments)},rc=t._emscripten_bind_JSContactListener_EndContact_1=function(){return(rc=t._emscripten_bind_JSContactListener_EndContact_1=t.asm.Hh).apply(null,arguments)},_c=t._emscripten_bind_JSContactListener_PreSolve_2=function(){return(_c=t._emscripten_bind_JSContactListener_PreSolve_2=t.asm.Ih).apply(null,arguments)},ic=t._emscripten_bind_JSContactListener_PostSolve_2=function(){return(ic=t._emscripten_bind_JSContactListener_PostSolve_2=t.asm.Jh).apply(null,arguments)},pc=t._emscripten_bind_JSContactListener___destroy___0=function(){return(pc=t._emscripten_bind_JSContactListener___destroy___0=t.asm.Kh).apply(null,arguments)},sc=t._emscripten_bind_b2Mat22_b2Mat22_0=function(){return(sc=t._emscripten_bind_b2Mat22_b2Mat22_0=t.asm.Lh).apply(null,arguments)},uc=t._emscripten_bind_b2Mat22_b2Mat22_2=function(){return(uc=t._emscripten_bind_b2Mat22_b2Mat22_2=t.asm.Mh).apply(null,arguments)},cc=t._emscripten_bind_b2Mat22_b2Mat22_4=function(){return(cc=t._emscripten_bind_b2Mat22_b2Mat22_4=t.asm.Nh).apply(null,arguments)},ac=t._emscripten_bind_b2Mat22_Set_2=function(){return(ac=t._emscripten_bind_b2Mat22_Set_2=t.asm.Oh).apply(null,arguments)},lc=t._emscripten_bind_b2Mat22_SetIdentity_0=function(){return(lc=t._emscripten_bind_b2Mat22_SetIdentity_0=t.asm.Ph).apply(null,arguments)},yc=t._emscripten_bind_b2Mat22_SetZero_0=function(){return(yc=t._emscripten_bind_b2Mat22_SetZero_0=t.asm.Qh).apply(null,arguments)},mc=t._emscripten_bind_b2Mat22_GetInverse_0=function(){return(mc=t._emscripten_bind_b2Mat22_GetInverse_0=t.asm.Rh).apply(null,arguments)},fc=t._emscripten_bind_b2Mat22_Solve_1=function(){return(fc=t._emscripten_bind_b2Mat22_Solve_1=t.asm.Sh).apply(null,arguments)},dc=t._emscripten_bind_b2Mat22_get_ex_0=function(){return(dc=t._emscripten_bind_b2Mat22_get_ex_0=t.asm.Th).apply(null,arguments)},bc=t._emscripten_bind_b2Mat22_set_ex_1=function(){return(bc=t._emscripten_bind_b2Mat22_set_ex_1=t.asm.Uh).apply(null,arguments)},gc=t._emscripten_bind_b2Mat22_get_ey_0=function(){return(gc=t._emscripten_bind_b2Mat22_get_ey_0=t.asm.Vh).apply(null,arguments)},hc=t._emscripten_bind_b2Mat22_set_ey_1=function(){return(hc=t._emscripten_bind_b2Mat22_set_ey_1=t.asm.Wh).apply(null,arguments)},Uc=t._emscripten_bind_b2Mat22___destroy___0=function(){return(Uc=t._emscripten_bind_b2Mat22___destroy___0=t.asm.Xh).apply(null,arguments)},Jc=t._emscripten_bind_b2WheelJointDef_b2WheelJointDef_0=function(){return(Jc=t._emscripten_bind_b2WheelJointDef_b2WheelJointDef_0=t.asm.Yh).apply(null,arguments)},Dc=t._emscripten_bind_b2WheelJointDef_Initialize_4=function(){return(Dc=t._emscripten_bind_b2WheelJointDef_Initialize_4=t.asm.Zh).apply(null,arguments)},vc=t._emscripten_bind_b2WheelJointDef_get_localAnchorA_0=function(){return(vc=t._emscripten_bind_b2WheelJointDef_get_localAnchorA_0=t.asm._h).apply(null,arguments)},jc=t._emscripten_bind_b2WheelJointDef_set_localAnchorA_1=function(){return(jc=t._emscripten_bind_b2WheelJointDef_set_localAnchorA_1=t.asm.$h).apply(null,arguments)},Gc=t._emscripten_bind_b2WheelJointDef_get_localAnchorB_0=function(){return(Gc=t._emscripten_bind_b2WheelJointDef_get_localAnchorB_0=t.asm.ai).apply(null,arguments)},Ac=t._emscripten_bind_b2WheelJointDef_set_localAnchorB_1=function(){return(Ac=t._emscripten_bind_b2WheelJointDef_set_localAnchorB_1=t.asm.bi).apply(null,arguments)},Sc=t._emscripten_bind_b2WheelJointDef_get_localAxisA_0=function(){return(Sc=t._emscripten_bind_b2WheelJointDef_get_localAxisA_0=t.asm.ci).apply(null,arguments)},Cc=t._emscripten_bind_b2WheelJointDef_set_localAxisA_1=function(){return(Cc=t._emscripten_bind_b2WheelJointDef_set_localAxisA_1=t.asm.di).apply(null,arguments)},Bc=t._emscripten_bind_b2WheelJointDef_get_enableMotor_0=function(){return(Bc=t._emscripten_bind_b2WheelJointDef_get_enableMotor_0=t.asm.ei).apply(null,arguments)},Pc=t._emscripten_bind_b2WheelJointDef_set_enableMotor_1=function(){return(Pc=t._emscripten_bind_b2WheelJointDef_set_enableMotor_1=t.asm.fi).apply(null,arguments)},xc=t._emscripten_bind_b2WheelJointDef_get_maxMotorTorque_0=function(){return(xc=t._emscripten_bind_b2WheelJointDef_get_maxMotorTorque_0=t.asm.gi).apply(null,arguments)},Mc=t._emscripten_bind_b2WheelJointDef_set_maxMotorTorque_1=function(){return(Mc=t._emscripten_bind_b2WheelJointDef_set_maxMotorTorque_1=t.asm.hi).apply(null,arguments)},Rc=t._emscripten_bind_b2WheelJointDef_get_motorSpeed_0=function(){return(Rc=t._emscripten_bind_b2WheelJointDef_get_motorSpeed_0=t.asm.ii).apply(null,arguments)},Fc=t._emscripten_bind_b2WheelJointDef_set_motorSpeed_1=function(){return(Fc=t._emscripten_bind_b2WheelJointDef_set_motorSpeed_1=t.asm.ji).apply(null,arguments)},wc=t._emscripten_bind_b2WheelJointDef_get_frequencyHz_0=function(){return(wc=t._emscripten_bind_b2WheelJointDef_get_frequencyHz_0=t.asm.ki).apply(null,arguments)},Wc=t._emscripten_bind_b2WheelJointDef_set_frequencyHz_1=function(){return(Wc=t._emscripten_bind_b2WheelJointDef_set_frequencyHz_1=t.asm.li).apply(null,arguments)},Oc=t._emscripten_bind_b2WheelJointDef_get_dampingRatio_0=function(){return(Oc=t._emscripten_bind_b2WheelJointDef_get_dampingRatio_0=t.asm.mi).apply(null,arguments)},Tc=t._emscripten_bind_b2WheelJointDef_set_dampingRatio_1=function(){return(Tc=t._emscripten_bind_b2WheelJointDef_set_dampingRatio_1=t.asm.ni).apply(null,arguments)},Lc=t._emscripten_bind_b2WheelJointDef_get_type_0=function(){return(Lc=t._emscripten_bind_b2WheelJointDef_get_type_0=t.asm.oi).apply(null,arguments)},Ic=t._emscripten_bind_b2WheelJointDef_set_type_1=function(){return(Ic=t._emscripten_bind_b2WheelJointDef_set_type_1=t.asm.pi).apply(null,arguments)},qc=t._emscripten_bind_b2WheelJointDef_get_userData_0=function(){return(qc=t._emscripten_bind_b2WheelJointDef_get_userData_0=t.asm.qi).apply(null,arguments)},Vc=t._emscripten_bind_b2WheelJointDef_set_userData_1=function(){return(Vc=t._emscripten_bind_b2WheelJointDef_set_userData_1=t.asm.ri).apply(null,arguments)},kc=t._emscripten_bind_b2WheelJointDef_get_bodyA_0=function(){return(kc=t._emscripten_bind_b2WheelJointDef_get_bodyA_0=t.asm.si).apply(null,arguments)},Ec=t._emscripten_bind_b2WheelJointDef_set_bodyA_1=function(){return(Ec=t._emscripten_bind_b2WheelJointDef_set_bodyA_1=t.asm.ti).apply(null,arguments)},zc=t._emscripten_bind_b2WheelJointDef_get_bodyB_0=function(){return(zc=t._emscripten_bind_b2WheelJointDef_get_bodyB_0=t.asm.ui).apply(null,arguments)},Nc=t._emscripten_bind_b2WheelJointDef_set_bodyB_1=function(){return(Nc=t._emscripten_bind_b2WheelJointDef_set_bodyB_1=t.asm.vi).apply(null,arguments)},Hc=t._emscripten_bind_b2WheelJointDef_get_collideConnected_0=function(){return(Hc=t._emscripten_bind_b2WheelJointDef_get_collideConnected_0=t.asm.wi).apply(null,arguments)},Zc=t._emscripten_bind_b2WheelJointDef_set_collideConnected_1=function(){return(Zc=t._emscripten_bind_b2WheelJointDef_set_collideConnected_1=t.asm.xi).apply(null,arguments)},Xc=t._emscripten_bind_b2WheelJointDef___destroy___0=function(){return(Xc=t._emscripten_bind_b2WheelJointDef___destroy___0=t.asm.yi).apply(null,arguments)},Yc=t._emscripten_bind_b2CircleShape_b2CircleShape_0=function(){return(Yc=t._emscripten_bind_b2CircleShape_b2CircleShape_0=t.asm.zi).apply(null,arguments)},$c=t._emscripten_bind_b2CircleShape_GetType_0=function(){return($c=t._emscripten_bind_b2CircleShape_GetType_0=t.asm.Ai).apply(null,arguments)},Qc=t._emscripten_bind_b2CircleShape_GetChildCount_0=function(){return(Qc=t._emscripten_bind_b2CircleShape_GetChildCount_0=t.asm.Bi).apply(null,arguments)},Kc=t._emscripten_bind_b2CircleShape_TestPoint_2=function(){return(Kc=t._emscripten_bind_b2CircleShape_TestPoint_2=t.asm.Ci).apply(null,arguments)},ta=t._emscripten_bind_b2CircleShape_RayCast_4=function(){return(ta=t._emscripten_bind_b2CircleShape_RayCast_4=t.asm.Di).apply(null,arguments)},ea=t._emscripten_bind_b2CircleShape_ComputeAABB_3=function(){return(ea=t._emscripten_bind_b2CircleShape_ComputeAABB_3=t.asm.Ei).apply(null,arguments)},na=t._emscripten_bind_b2CircleShape_ComputeMass_2=function(){return(na=t._emscripten_bind_b2CircleShape_ComputeMass_2=t.asm.Fi).apply(null,arguments)},oa=t._emscripten_bind_b2CircleShape_get_m_p_0=function(){return(oa=t._emscripten_bind_b2CircleShape_get_m_p_0=t.asm.Gi).apply(null,arguments)},ra=t._emscripten_bind_b2CircleShape_set_m_p_1=function(){return(ra=t._emscripten_bind_b2CircleShape_set_m_p_1=t.asm.Hi).apply(null,arguments)},_a=t._emscripten_bind_b2CircleShape_get_m_type_0=function(){return(_a=t._emscripten_bind_b2CircleShape_get_m_type_0=t.asm.Ii).apply(null,arguments)},ia=t._emscripten_bind_b2CircleShape_set_m_type_1=function(){return(ia=t._emscripten_bind_b2CircleShape_set_m_type_1=t.asm.Ji).apply(null,arguments)},pa=t._emscripten_bind_b2CircleShape_get_m_radius_0=function(){return(pa=t._emscripten_bind_b2CircleShape_get_m_radius_0=t.asm.Ki).apply(null,arguments)},sa=t._emscripten_bind_b2CircleShape_set_m_radius_1=function(){return(sa=t._emscripten_bind_b2CircleShape_set_m_radius_1=t.asm.Li).apply(null,arguments)},ua=t._emscripten_bind_b2CircleShape___destroy___0=function(){return(ua=t._emscripten_bind_b2CircleShape___destroy___0=t.asm.Mi).apply(null,arguments)},ca=t._emscripten_bind_b2WeldJointDef_b2WeldJointDef_0=function(){return(ca=t._emscripten_bind_b2WeldJointDef_b2WeldJointDef_0=t.asm.Ni).apply(null,arguments)},aa=t._emscripten_bind_b2WeldJointDef_Initialize_3=function(){return(aa=t._emscripten_bind_b2WeldJointDef_Initialize_3=t.asm.Oi).apply(null,arguments)},la=t._emscripten_bind_b2WeldJointDef_get_localAnchorA_0=function(){return(la=t._emscripten_bind_b2WeldJointDef_get_localAnchorA_0=t.asm.Pi).apply(null,arguments)},ya=t._emscripten_bind_b2WeldJointDef_set_localAnchorA_1=function(){return(ya=t._emscripten_bind_b2WeldJointDef_set_localAnchorA_1=t.asm.Qi).apply(null,arguments)},ma=t._emscripten_bind_b2WeldJointDef_get_localAnchorB_0=function(){return(ma=t._emscripten_bind_b2WeldJointDef_get_localAnchorB_0=t.asm.Ri).apply(null,arguments)},fa=t._emscripten_bind_b2WeldJointDef_set_localAnchorB_1=function(){return(fa=t._emscripten_bind_b2WeldJointDef_set_localAnchorB_1=t.asm.Si).apply(null,arguments)},da=t._emscripten_bind_b2WeldJointDef_get_referenceAngle_0=function(){return(da=t._emscripten_bind_b2WeldJointDef_get_referenceAngle_0=t.asm.Ti).apply(null,arguments)},ba=t._emscripten_bind_b2WeldJointDef_set_referenceAngle_1=function(){return(ba=t._emscripten_bind_b2WeldJointDef_set_referenceAngle_1=t.asm.Ui).apply(null,arguments)},ga=t._emscripten_bind_b2WeldJointDef_get_frequencyHz_0=function(){return(ga=t._emscripten_bind_b2WeldJointDef_get_frequencyHz_0=t.asm.Vi).apply(null,arguments)},ha=t._emscripten_bind_b2WeldJointDef_set_frequencyHz_1=function(){return(ha=t._emscripten_bind_b2WeldJointDef_set_frequencyHz_1=t.asm.Wi).apply(null,arguments)},Ua=t._emscripten_bind_b2WeldJointDef_get_dampingRatio_0=function(){return(Ua=t._emscripten_bind_b2WeldJointDef_get_dampingRatio_0=t.asm.Xi).apply(null,arguments)},Ja=t._emscripten_bind_b2WeldJointDef_set_dampingRatio_1=function(){return(Ja=t._emscripten_bind_b2WeldJointDef_set_dampingRatio_1=t.asm.Yi).apply(null,arguments)},Da=t._emscripten_bind_b2WeldJointDef_get_type_0=function(){return(Da=t._emscripten_bind_b2WeldJointDef_get_type_0=t.asm.Zi).apply(null,arguments)},va=t._emscripten_bind_b2WeldJointDef_set_type_1=function(){return(va=t._emscripten_bind_b2WeldJointDef_set_type_1=t.asm._i).apply(null,arguments)},ja=t._emscripten_bind_b2WeldJointDef_get_userData_0=function(){return(ja=t._emscripten_bind_b2WeldJointDef_get_userData_0=t.asm.$i).apply(null,arguments)},Ga=t._emscripten_bind_b2WeldJointDef_set_userData_1=function(){return(Ga=t._emscripten_bind_b2WeldJointDef_set_userData_1=t.asm.aj).apply(null,arguments)},Aa=t._emscripten_bind_b2WeldJointDef_get_bodyA_0=function(){return(Aa=t._emscripten_bind_b2WeldJointDef_get_bodyA_0=t.asm.bj).apply(null,arguments)},Sa=t._emscripten_bind_b2WeldJointDef_set_bodyA_1=function(){return(Sa=t._emscripten_bind_b2WeldJointDef_set_bodyA_1=t.asm.cj).apply(null,arguments)},Ca=t._emscripten_bind_b2WeldJointDef_get_bodyB_0=function(){return(Ca=t._emscripten_bind_b2WeldJointDef_get_bodyB_0=t.asm.dj).apply(null,arguments)},Ba=t._emscripten_bind_b2WeldJointDef_set_bodyB_1=function(){return(Ba=t._emscripten_bind_b2WeldJointDef_set_bodyB_1=t.asm.ej).apply(null,arguments)},Pa=t._emscripten_bind_b2WeldJointDef_get_collideConnected_0=function(){return(Pa=t._emscripten_bind_b2WeldJointDef_get_collideConnected_0=t.asm.fj).apply(null,arguments)},xa=t._emscripten_bind_b2WeldJointDef_set_collideConnected_1=function(){return(xa=t._emscripten_bind_b2WeldJointDef_set_collideConnected_1=t.asm.gj).apply(null,arguments)},Ma=t._emscripten_bind_b2WeldJointDef___destroy___0=function(){return(Ma=t._emscripten_bind_b2WeldJointDef___destroy___0=t.asm.hj).apply(null,arguments)},Ra=t._emscripten_bind_b2MassData_b2MassData_0=function(){return(Ra=t._emscripten_bind_b2MassData_b2MassData_0=t.asm.ij).apply(null,arguments)},Fa=t._emscripten_bind_b2MassData_get_mass_0=function(){return(Fa=t._emscripten_bind_b2MassData_get_mass_0=t.asm.jj).apply(null,arguments)},wa=t._emscripten_bind_b2MassData_set_mass_1=function(){return(wa=t._emscripten_bind_b2MassData_set_mass_1=t.asm.kj).apply(null,arguments)},Wa=t._emscripten_bind_b2MassData_get_center_0=function(){return(Wa=t._emscripten_bind_b2MassData_get_center_0=t.asm.lj).apply(null,arguments)},Oa=t._emscripten_bind_b2MassData_set_center_1=function(){return(Oa=t._emscripten_bind_b2MassData_set_center_1=t.asm.mj).apply(null,arguments)},Ta=t._emscripten_bind_b2MassData_get_I_0=function(){return(Ta=t._emscripten_bind_b2MassData_get_I_0=t.asm.nj).apply(null,arguments)},La=t._emscripten_bind_b2MassData_set_I_1=function(){return(La=t._emscripten_bind_b2MassData_set_I_1=t.asm.oj).apply(null,arguments)},Ia=t._emscripten_bind_b2MassData___destroy___0=function(){return(Ia=t._emscripten_bind_b2MassData___destroy___0=t.asm.pj).apply(null,arguments)},qa=t._emscripten_bind_b2GearJoint_GetJoint1_0=function(){return(qa=t._emscripten_bind_b2GearJoint_GetJoint1_0=t.asm.qj).apply(null,arguments)},Va=t._emscripten_bind_b2GearJoint_GetJoint2_0=function(){return(Va=t._emscripten_bind_b2GearJoint_GetJoint2_0=t.asm.rj).apply(null,arguments)},ka=t._emscripten_bind_b2GearJoint_SetRatio_1=function(){return(ka=t._emscripten_bind_b2GearJoint_SetRatio_1=t.asm.sj).apply(null,arguments)},Ea=t._emscripten_bind_b2GearJoint_GetRatio_0=function(){return(Ea=t._emscripten_bind_b2GearJoint_GetRatio_0=t.asm.tj).apply(null,arguments)},za=t._emscripten_bind_b2GearJoint_GetType_0=function(){return(za=t._emscripten_bind_b2GearJoint_GetType_0=t.asm.uj).apply(null,arguments)},Na=t._emscripten_bind_b2GearJoint_GetBodyA_0=function(){return(Na=t._emscripten_bind_b2GearJoint_GetBodyA_0=t.asm.vj).apply(null,arguments)},Ha=t._emscripten_bind_b2GearJoint_GetBodyB_0=function(){return(Ha=t._emscripten_bind_b2GearJoint_GetBodyB_0=t.asm.wj).apply(null,arguments)},Za=t._emscripten_bind_b2GearJoint_GetAnchorA_0=function(){return(Za=t._emscripten_bind_b2GearJoint_GetAnchorA_0=t.asm.xj).apply(null,arguments)},Xa=t._emscripten_bind_b2GearJoint_GetAnchorB_0=function(){return(Xa=t._emscripten_bind_b2GearJoint_GetAnchorB_0=t.asm.yj).apply(null,arguments)},Ya=t._emscripten_bind_b2GearJoint_GetReactionForce_1=function(){return(Ya=t._emscripten_bind_b2GearJoint_GetReactionForce_1=t.asm.zj).apply(null,arguments)},$a=t._emscripten_bind_b2GearJoint_GetReactionTorque_1=function(){return($a=t._emscripten_bind_b2GearJoint_GetReactionTorque_1=t.asm.Aj).apply(null,arguments)},Qa=t._emscripten_bind_b2GearJoint_GetNext_0=function(){return(Qa=t._emscripten_bind_b2GearJoint_GetNext_0=t.asm.Bj).apply(null,arguments)},Ka=t._emscripten_bind_b2GearJoint_GetUserData_0=function(){return(Ka=t._emscripten_bind_b2GearJoint_GetUserData_0=t.asm.Cj).apply(null,arguments)},tl=t._emscripten_bind_b2GearJoint_SetUserData_1=function(){return(tl=t._emscripten_bind_b2GearJoint_SetUserData_1=t.asm.Dj).apply(null,arguments)},el=t._emscripten_bind_b2GearJoint_IsActive_0=function(){return(el=t._emscripten_bind_b2GearJoint_IsActive_0=t.asm.Ej).apply(null,arguments)},nl=t._emscripten_bind_b2GearJoint_GetCollideConnected_0=function(){return(nl=t._emscripten_bind_b2GearJoint_GetCollideConnected_0=t.asm.Fj).apply(null,arguments)},ol=t._emscripten_bind_b2GearJoint___destroy___0=function(){return(ol=t._emscripten_bind_b2GearJoint___destroy___0=t.asm.Gj).apply(null,arguments)},rl=t._emscripten_bind_b2WeldJoint_GetLocalAnchorA_0=function(){return(rl=t._emscripten_bind_b2WeldJoint_GetLocalAnchorA_0=t.asm.Hj).apply(null,arguments)},_l=t._emscripten_bind_b2WeldJoint_GetLocalAnchorB_0=function(){return(_l=t._emscripten_bind_b2WeldJoint_GetLocalAnchorB_0=t.asm.Ij).apply(null,arguments)},il=t._emscripten_bind_b2WeldJoint_SetFrequency_1=function(){return(il=t._emscripten_bind_b2WeldJoint_SetFrequency_1=t.asm.Jj).apply(null,arguments)},pl=t._emscripten_bind_b2WeldJoint_GetFrequency_0=function(){return(pl=t._emscripten_bind_b2WeldJoint_GetFrequency_0=t.asm.Kj).apply(null,arguments)},sl=t._emscripten_bind_b2WeldJoint_SetDampingRatio_1=function(){return(sl=t._emscripten_bind_b2WeldJoint_SetDampingRatio_1=t.asm.Lj).apply(null,arguments)},ul=t._emscripten_bind_b2WeldJoint_GetDampingRatio_0=function(){return(ul=t._emscripten_bind_b2WeldJoint_GetDampingRatio_0=t.asm.Mj).apply(null,arguments)},cl=t._emscripten_bind_b2WeldJoint_Dump_0=function(){return(cl=t._emscripten_bind_b2WeldJoint_Dump_0=t.asm.Nj).apply(null,arguments)},al=t._emscripten_bind_b2WeldJoint_GetType_0=function(){return(al=t._emscripten_bind_b2WeldJoint_GetType_0=t.asm.Oj).apply(null,arguments)},ll=t._emscripten_bind_b2WeldJoint_GetBodyA_0=function(){return(ll=t._emscripten_bind_b2WeldJoint_GetBodyA_0=t.asm.Pj).apply(null,arguments)},yl=t._emscripten_bind_b2WeldJoint_GetBodyB_0=function(){return(yl=t._emscripten_bind_b2WeldJoint_GetBodyB_0=t.asm.Qj).apply(null,arguments)},ml=t._emscripten_bind_b2WeldJoint_GetAnchorA_0=function(){return(ml=t._emscripten_bind_b2WeldJoint_GetAnchorA_0=t.asm.Rj).apply(null,arguments)},fl=t._emscripten_bind_b2WeldJoint_GetAnchorB_0=function(){return(fl=t._emscripten_bind_b2WeldJoint_GetAnchorB_0=t.asm.Sj).apply(null,arguments)},dl=t._emscripten_bind_b2WeldJoint_GetReactionForce_1=function(){return(dl=t._emscripten_bind_b2WeldJoint_GetReactionForce_1=t.asm.Tj).apply(null,arguments)},bl=t._emscripten_bind_b2WeldJoint_GetReactionTorque_1=function(){return(bl=t._emscripten_bind_b2WeldJoint_GetReactionTorque_1=t.asm.Uj).apply(null,arguments)},gl=t._emscripten_bind_b2WeldJoint_GetNext_0=function(){return(gl=t._emscripten_bind_b2WeldJoint_GetNext_0=t.asm.Vj).apply(null,arguments)},hl=t._emscripten_bind_b2WeldJoint_GetUserData_0=function(){return(hl=t._emscripten_bind_b2WeldJoint_GetUserData_0=t.asm.Wj).apply(null,arguments)},Ul=t._emscripten_bind_b2WeldJoint_SetUserData_1=function(){return(Ul=t._emscripten_bind_b2WeldJoint_SetUserData_1=t.asm.Xj).apply(null,arguments)},Jl=t._emscripten_bind_b2WeldJoint_IsActive_0=function(){return(Jl=t._emscripten_bind_b2WeldJoint_IsActive_0=t.asm.Yj).apply(null,arguments)},Dl=t._emscripten_bind_b2WeldJoint_GetCollideConnected_0=function(){return(Dl=t._emscripten_bind_b2WeldJoint_GetCollideConnected_0=t.asm.Zj).apply(null,arguments)},vl=t._emscripten_bind_b2WeldJoint___destroy___0=function(){return(vl=t._emscripten_bind_b2WeldJoint___destroy___0=t.asm._j).apply(null,arguments)},jl=t._emscripten_bind_b2JointEdge_b2JointEdge_0=function(){return(jl=t._emscripten_bind_b2JointEdge_b2JointEdge_0=t.asm.$j).apply(null,arguments)},Gl=t._emscripten_bind_b2JointEdge_get_other_0=function(){return(Gl=t._emscripten_bind_b2JointEdge_get_other_0=t.asm.ak).apply(null,arguments)},Al=t._emscripten_bind_b2JointEdge_set_other_1=function(){return(Al=t._emscripten_bind_b2JointEdge_set_other_1=t.asm.bk).apply(null,arguments)},Sl=t._emscripten_bind_b2JointEdge_get_joint_0=function(){return(Sl=t._emscripten_bind_b2JointEdge_get_joint_0=t.asm.ck).apply(null,arguments)},Cl=t._emscripten_bind_b2JointEdge_set_joint_1=function(){return(Cl=t._emscripten_bind_b2JointEdge_set_joint_1=t.asm.dk).apply(null,arguments)},Bl=t._emscripten_bind_b2JointEdge_get_prev_0=function(){return(Bl=t._emscripten_bind_b2JointEdge_get_prev_0=t.asm.ek).apply(null,arguments)},Pl=t._emscripten_bind_b2JointEdge_set_prev_1=function(){return(Pl=t._emscripten_bind_b2JointEdge_set_prev_1=t.asm.fk).apply(null,arguments)},xl=t._emscripten_bind_b2JointEdge_get_next_0=function(){return(xl=t._emscripten_bind_b2JointEdge_get_next_0=t.asm.gk).apply(null,arguments)},Ml=t._emscripten_bind_b2JointEdge_set_next_1=function(){return(Ml=t._emscripten_bind_b2JointEdge_set_next_1=t.asm.hk).apply(null,arguments)},Rl=t._emscripten_bind_b2JointEdge___destroy___0=function(){return(Rl=t._emscripten_bind_b2JointEdge___destroy___0=t.asm.ik).apply(null,arguments)},Fl=t._emscripten_bind_b2PulleyJointDef_b2PulleyJointDef_0=function(){return(Fl=t._emscripten_bind_b2PulleyJointDef_b2PulleyJointDef_0=t.asm.jk).apply(null,arguments)},wl=t._emscripten_bind_b2PulleyJointDef_Initialize_7=function(){return(wl=t._emscripten_bind_b2PulleyJointDef_Initialize_7=t.asm.kk).apply(null,arguments)},Wl=t._emscripten_bind_b2PulleyJointDef_get_groundAnchorA_0=function(){return(Wl=t._emscripten_bind_b2PulleyJointDef_get_groundAnchorA_0=t.asm.lk).apply(null,arguments)},Ol=t._emscripten_bind_b2PulleyJointDef_set_groundAnchorA_1=function(){return(Ol=t._emscripten_bind_b2PulleyJointDef_set_groundAnchorA_1=t.asm.mk).apply(null,arguments)},Tl=t._emscripten_bind_b2PulleyJointDef_get_groundAnchorB_0=function(){return(Tl=t._emscripten_bind_b2PulleyJointDef_get_groundAnchorB_0=t.asm.nk).apply(null,arguments)},Ll=t._emscripten_bind_b2PulleyJointDef_set_groundAnchorB_1=function(){return(Ll=t._emscripten_bind_b2PulleyJointDef_set_groundAnchorB_1=t.asm.ok).apply(null,arguments)},Il=t._emscripten_bind_b2PulleyJointDef_get_localAnchorA_0=function(){return(Il=t._emscripten_bind_b2PulleyJointDef_get_localAnchorA_0=t.asm.pk).apply(null,arguments)},ql=t._emscripten_bind_b2PulleyJointDef_set_localAnchorA_1=function(){return(ql=t._emscripten_bind_b2PulleyJointDef_set_localAnchorA_1=t.asm.qk).apply(null,arguments)},Vl=t._emscripten_bind_b2PulleyJointDef_get_localAnchorB_0=function(){return(Vl=t._emscripten_bind_b2PulleyJointDef_get_localAnchorB_0=t.asm.rk).apply(null,arguments)},kl=t._emscripten_bind_b2PulleyJointDef_set_localAnchorB_1=function(){return(kl=t._emscripten_bind_b2PulleyJointDef_set_localAnchorB_1=t.asm.sk).apply(null,arguments)},El=t._emscripten_bind_b2PulleyJointDef_get_lengthA_0=function(){return(El=t._emscripten_bind_b2PulleyJointDef_get_lengthA_0=t.asm.tk).apply(null,arguments)},zl=t._emscripten_bind_b2PulleyJointDef_set_lengthA_1=function(){return(zl=t._emscripten_bind_b2PulleyJointDef_set_lengthA_1=t.asm.uk).apply(null,arguments)},Nl=t._emscripten_bind_b2PulleyJointDef_get_lengthB_0=function(){return(Nl=t._emscripten_bind_b2PulleyJointDef_get_lengthB_0=t.asm.vk).apply(null,arguments)},Hl=t._emscripten_bind_b2PulleyJointDef_set_lengthB_1=function(){return(Hl=t._emscripten_bind_b2PulleyJointDef_set_lengthB_1=t.asm.wk).apply(null,arguments)},Zl=t._emscripten_bind_b2PulleyJointDef_get_ratio_0=function(){return(Zl=t._emscripten_bind_b2PulleyJointDef_get_ratio_0=t.asm.xk).apply(null,arguments)},Xl=t._emscripten_bind_b2PulleyJointDef_set_ratio_1=function(){return(Xl=t._emscripten_bind_b2PulleyJointDef_set_ratio_1=t.asm.yk).apply(null,arguments)},Yl=t._emscripten_bind_b2PulleyJointDef_get_type_0=function(){return(Yl=t._emscripten_bind_b2PulleyJointDef_get_type_0=t.asm.zk).apply(null,arguments)},$l=t._emscripten_bind_b2PulleyJointDef_set_type_1=function(){return($l=t._emscripten_bind_b2PulleyJointDef_set_type_1=t.asm.Ak).apply(null,arguments)},Ql=t._emscripten_bind_b2PulleyJointDef_get_userData_0=function(){return(Ql=t._emscripten_bind_b2PulleyJointDef_get_userData_0=t.asm.Bk).apply(null,arguments)},Kl=t._emscripten_bind_b2PulleyJointDef_set_userData_1=function(){return(Kl=t._emscripten_bind_b2PulleyJointDef_set_userData_1=t.asm.Ck).apply(null,arguments)},ty=t._emscripten_bind_b2PulleyJointDef_get_bodyA_0=function(){return(ty=t._emscripten_bind_b2PulleyJointDef_get_bodyA_0=t.asm.Dk).apply(null,arguments)},ey=t._emscripten_bind_b2PulleyJointDef_set_bodyA_1=function(){return(ey=t._emscripten_bind_b2PulleyJointDef_set_bodyA_1=t.asm.Ek).apply(null,arguments)},ny=t._emscripten_bind_b2PulleyJointDef_get_bodyB_0=function(){return(ny=t._emscripten_bind_b2PulleyJointDef_get_bodyB_0=t.asm.Fk).apply(null,arguments)},oy=t._emscripten_bind_b2PulleyJointDef_set_bodyB_1=function(){return(oy=t._emscripten_bind_b2PulleyJointDef_set_bodyB_1=t.asm.Gk).apply(null,arguments)},ry=t._emscripten_bind_b2PulleyJointDef_get_collideConnected_0=function(){return(ry=t._emscripten_bind_b2PulleyJointDef_get_collideConnected_0=t.asm.Hk).apply(null,arguments)},_y=t._emscripten_bind_b2PulleyJointDef_set_collideConnected_1=function(){return(_y=t._emscripten_bind_b2PulleyJointDef_set_collideConnected_1=t.asm.Ik).apply(null,arguments)},iy=t._emscripten_bind_b2PulleyJointDef___destroy___0=function(){return(iy=t._emscripten_bind_b2PulleyJointDef___destroy___0=t.asm.Jk).apply(null,arguments)},py=t._emscripten_bind_b2ManifoldPoint_b2ManifoldPoint_0=function(){return(py=t._emscripten_bind_b2ManifoldPoint_b2ManifoldPoint_0=t.asm.Kk).apply(null,arguments)},sy=t._emscripten_bind_b2ManifoldPoint_get_localPoint_0=function(){return(sy=t._emscripten_bind_b2ManifoldPoint_get_localPoint_0=t.asm.Lk).apply(null,arguments)},uy=t._emscripten_bind_b2ManifoldPoint_set_localPoint_1=function(){return(uy=t._emscripten_bind_b2ManifoldPoint_set_localPoint_1=t.asm.Mk).apply(null,arguments)},cy=t._emscripten_bind_b2ManifoldPoint_get_normalImpulse_0=function(){return(cy=t._emscripten_bind_b2ManifoldPoint_get_normalImpulse_0=t.asm.Nk).apply(null,arguments)},ay=t._emscripten_bind_b2ManifoldPoint_set_normalImpulse_1=function(){return(ay=t._emscripten_bind_b2ManifoldPoint_set_normalImpulse_1=t.asm.Ok).apply(null,arguments)},ly=t._emscripten_bind_b2ManifoldPoint_get_tangentImpulse_0=function(){return(ly=t._emscripten_bind_b2ManifoldPoint_get_tangentImpulse_0=t.asm.Pk).apply(null,arguments)},yy=t._emscripten_bind_b2ManifoldPoint_set_tangentImpulse_1=function(){return(yy=t._emscripten_bind_b2ManifoldPoint_set_tangentImpulse_1=t.asm.Qk).apply(null,arguments)},my=t._emscripten_bind_b2ManifoldPoint_get_id_0=function(){return(my=t._emscripten_bind_b2ManifoldPoint_get_id_0=t.asm.Rk).apply(null,arguments)},fy=t._emscripten_bind_b2ManifoldPoint_set_id_1=function(){return(fy=t._emscripten_bind_b2ManifoldPoint_set_id_1=t.asm.Sk).apply(null,arguments)},dy=t._emscripten_bind_b2ManifoldPoint___destroy___0=function(){return(dy=t._emscripten_bind_b2ManifoldPoint___destroy___0=t.asm.Tk).apply(null,arguments)},by=t._emscripten_bind_b2Transform_b2Transform_0=function(){return(by=t._emscripten_bind_b2Transform_b2Transform_0=t.asm.Uk).apply(null,arguments)},gy=t._emscripten_bind_b2Transform_b2Transform_2=function(){return(gy=t._emscripten_bind_b2Transform_b2Transform_2=t.asm.Vk).apply(null,arguments)},hy=t._emscripten_bind_b2Transform_SetIdentity_0=function(){return(hy=t._emscripten_bind_b2Transform_SetIdentity_0=t.asm.Wk).apply(null,arguments)},Uy=t._emscripten_bind_b2Transform_Set_2=function(){return(Uy=t._emscripten_bind_b2Transform_Set_2=t.asm.Xk).apply(null,arguments)},Jy=t._emscripten_bind_b2Transform_get_p_0=function(){return(Jy=t._emscripten_bind_b2Transform_get_p_0=t.asm.Yk).apply(null,arguments)},Dy=t._emscripten_bind_b2Transform_set_p_1=function(){return(Dy=t._emscripten_bind_b2Transform_set_p_1=t.asm.Zk).apply(null,arguments)},vy=t._emscripten_bind_b2Transform_get_q_0=function(){return(vy=t._emscripten_bind_b2Transform_get_q_0=t.asm._k).apply(null,arguments)},jy=t._emscripten_bind_b2Transform_set_q_1=function(){return(jy=t._emscripten_bind_b2Transform_set_q_1=t.asm.$k).apply(null,arguments)},Gy=t._emscripten_bind_b2Transform___destroy___0=function(){return(Gy=t._emscripten_bind_b2Transform___destroy___0=t.asm.al).apply(null,arguments)},Ay=t._emscripten_bind_b2ChainShape_b2ChainShape_0=function(){return(Ay=t._emscripten_bind_b2ChainShape_b2ChainShape_0=t.asm.bl).apply(null,arguments)},Sy=t._emscripten_bind_b2ChainShape_Clear_0=function(){return(Sy=t._emscripten_bind_b2ChainShape_Clear_0=t.asm.cl).apply(null,arguments)},Cy=t._emscripten_bind_b2ChainShape_CreateLoop_2=function(){return(Cy=t._emscripten_bind_b2ChainShape_CreateLoop_2=t.asm.dl).apply(null,arguments)},By=t._emscripten_bind_b2ChainShape_CreateChain_2=function(){return(By=t._emscripten_bind_b2ChainShape_CreateChain_2=t.asm.el).apply(null,arguments)},Py=t._emscripten_bind_b2ChainShape_SetPrevVertex_1=function(){return(Py=t._emscripten_bind_b2ChainShape_SetPrevVertex_1=t.asm.fl).apply(null,arguments)},xy=t._emscripten_bind_b2ChainShape_SetNextVertex_1=function(){return(xy=t._emscripten_bind_b2ChainShape_SetNextVertex_1=t.asm.gl).apply(null,arguments)},My=t._emscripten_bind_b2ChainShape_GetChildEdge_2=function(){return(My=t._emscripten_bind_b2ChainShape_GetChildEdge_2=t.asm.hl).apply(null,arguments)},Ry=t._emscripten_bind_b2ChainShape_GetType_0=function(){return(Ry=t._emscripten_bind_b2ChainShape_GetType_0=t.asm.il).apply(null,arguments)},Fy=t._emscripten_bind_b2ChainShape_GetChildCount_0=function(){return(Fy=t._emscripten_bind_b2ChainShape_GetChildCount_0=t.asm.jl).apply(null,arguments)},wy=t._emscripten_bind_b2ChainShape_TestPoint_2=function(){return(wy=t._emscripten_bind_b2ChainShape_TestPoint_2=t.asm.kl).apply(null,arguments)},Wy=t._emscripten_bind_b2ChainShape_RayCast_4=function(){return(Wy=t._emscripten_bind_b2ChainShape_RayCast_4=t.asm.ll).apply(null,arguments)},Oy=t._emscripten_bind_b2ChainShape_ComputeAABB_3=function(){return(Oy=t._emscripten_bind_b2ChainShape_ComputeAABB_3=t.asm.ml).apply(null,arguments)},Ty=t._emscripten_bind_b2ChainShape_ComputeMass_2=function(){return(Ty=t._emscripten_bind_b2ChainShape_ComputeMass_2=t.asm.nl).apply(null,arguments)},Ly=t._emscripten_bind_b2ChainShape_get_m_vertices_0=function(){return(Ly=t._emscripten_bind_b2ChainShape_get_m_vertices_0=t.asm.ol).apply(null,arguments)},Iy=t._emscripten_bind_b2ChainShape_set_m_vertices_1=function(){return(Iy=t._emscripten_bind_b2ChainShape_set_m_vertices_1=t.asm.pl).apply(null,arguments)},qy=t._emscripten_bind_b2ChainShape_get_m_count_0=function(){return(qy=t._emscripten_bind_b2ChainShape_get_m_count_0=t.asm.ql).apply(null,arguments)},Vy=t._emscripten_bind_b2ChainShape_set_m_count_1=function(){return(Vy=t._emscripten_bind_b2ChainShape_set_m_count_1=t.asm.rl).apply(null,arguments)},ky=t._emscripten_bind_b2ChainShape_get_m_prevVertex_0=function(){return(ky=t._emscripten_bind_b2ChainShape_get_m_prevVertex_0=t.asm.sl).apply(null,arguments)},Ey=t._emscripten_bind_b2ChainShape_set_m_prevVertex_1=function(){return(Ey=t._emscripten_bind_b2ChainShape_set_m_prevVertex_1=t.asm.tl).apply(null,arguments)},zy=t._emscripten_bind_b2ChainShape_get_m_nextVertex_0=function(){return(zy=t._emscripten_bind_b2ChainShape_get_m_nextVertex_0=t.asm.ul).apply(null,arguments)},Ny=t._emscripten_bind_b2ChainShape_set_m_nextVertex_1=function(){return(Ny=t._emscripten_bind_b2ChainShape_set_m_nextVertex_1=t.asm.vl).apply(null,arguments)},Hy=t._emscripten_bind_b2ChainShape_get_m_hasPrevVertex_0=function(){return(Hy=t._emscripten_bind_b2ChainShape_get_m_hasPrevVertex_0=t.asm.wl).apply(null,arguments)},Zy=t._emscripten_bind_b2ChainShape_set_m_hasPrevVertex_1=function(){return(Zy=t._emscripten_bind_b2ChainShape_set_m_hasPrevVertex_1=t.asm.xl).apply(null,arguments)},Xy=t._emscripten_bind_b2ChainShape_get_m_hasNextVertex_0=function(){return(Xy=t._emscripten_bind_b2ChainShape_get_m_hasNextVertex_0=t.asm.yl).apply(null,arguments)},Yy=t._emscripten_bind_b2ChainShape_set_m_hasNextVertex_1=function(){return(Yy=t._emscripten_bind_b2ChainShape_set_m_hasNextVertex_1=t.asm.zl).apply(null,arguments)},$y=t._emscripten_bind_b2ChainShape_get_m_type_0=function(){return($y=t._emscripten_bind_b2ChainShape_get_m_type_0=t.asm.Al).apply(null,arguments)},Qy=t._emscripten_bind_b2ChainShape_set_m_type_1=function(){return(Qy=t._emscripten_bind_b2ChainShape_set_m_type_1=t.asm.Bl).apply(null,arguments)},Ky=t._emscripten_bind_b2ChainShape_get_m_radius_0=function(){return(Ky=t._emscripten_bind_b2ChainShape_get_m_radius_0=t.asm.Cl).apply(null,arguments)},tm=t._emscripten_bind_b2ChainShape_set_m_radius_1=function(){return(tm=t._emscripten_bind_b2ChainShape_set_m_radius_1=t.asm.Dl).apply(null,arguments)},em=t._emscripten_bind_b2ChainShape___destroy___0=function(){return(em=t._emscripten_bind_b2ChainShape___destroy___0=t.asm.El).apply(null,arguments)},nm=t._emscripten_bind_b2Color_b2Color_0=function(){return(nm=t._emscripten_bind_b2Color_b2Color_0=t.asm.Fl).apply(null,arguments)},om=t._emscripten_bind_b2Color_b2Color_3=function(){return(om=t._emscripten_bind_b2Color_b2Color_3=t.asm.Gl).apply(null,arguments)},rm=t._emscripten_bind_b2Color_Set_3=function(){return(rm=t._emscripten_bind_b2Color_Set_3=t.asm.Hl).apply(null,arguments)},_m=t._emscripten_bind_b2Color_get_r_0=function(){return(_m=t._emscripten_bind_b2Color_get_r_0=t.asm.Il).apply(null,arguments)},im=t._emscripten_bind_b2Color_set_r_1=function(){return(im=t._emscripten_bind_b2Color_set_r_1=t.asm.Jl).apply(null,arguments)},pm=t._emscripten_bind_b2Color_get_g_0=function(){return(pm=t._emscripten_bind_b2Color_get_g_0=t.asm.Kl).apply(null,arguments)},sm=t._emscripten_bind_b2Color_set_g_1=function(){return(sm=t._emscripten_bind_b2Color_set_g_1=t.asm.Ll).apply(null,arguments)},um=t._emscripten_bind_b2Color_get_b_0=function(){return(um=t._emscripten_bind_b2Color_get_b_0=t.asm.Ml).apply(null,arguments)},cm=t._emscripten_bind_b2Color_set_b_1=function(){return(cm=t._emscripten_bind_b2Color_set_b_1=t.asm.Nl).apply(null,arguments)},am=t._emscripten_bind_b2Color___destroy___0=function(){return(am=t._emscripten_bind_b2Color___destroy___0=t.asm.Ol).apply(null,arguments)},lm=t._emscripten_bind_b2RopeJoint_GetLocalAnchorA_0=function(){return(lm=t._emscripten_bind_b2RopeJoint_GetLocalAnchorA_0=t.asm.Pl).apply(null,arguments)},ym=t._emscripten_bind_b2RopeJoint_GetLocalAnchorB_0=function(){return(ym=t._emscripten_bind_b2RopeJoint_GetLocalAnchorB_0=t.asm.Ql).apply(null,arguments)},mm=t._emscripten_bind_b2RopeJoint_SetMaxLength_1=function(){return(mm=t._emscripten_bind_b2RopeJoint_SetMaxLength_1=t.asm.Rl).apply(null,arguments)},fm=t._emscripten_bind_b2RopeJoint_GetMaxLength_0=function(){return(fm=t._emscripten_bind_b2RopeJoint_GetMaxLength_0=t.asm.Sl).apply(null,arguments)},dm=t._emscripten_bind_b2RopeJoint_GetLimitState_0=function(){return(dm=t._emscripten_bind_b2RopeJoint_GetLimitState_0=t.asm.Tl).apply(null,arguments)},bm=t._emscripten_bind_b2RopeJoint_GetType_0=function(){return(bm=t._emscripten_bind_b2RopeJoint_GetType_0=t.asm.Ul).apply(null,arguments)},gm=t._emscripten_bind_b2RopeJoint_GetBodyA_0=function(){return(gm=t._emscripten_bind_b2RopeJoint_GetBodyA_0=t.asm.Vl).apply(null,arguments)},hm=t._emscripten_bind_b2RopeJoint_GetBodyB_0=function(){return(hm=t._emscripten_bind_b2RopeJoint_GetBodyB_0=t.asm.Wl).apply(null,arguments)},Um=t._emscripten_bind_b2RopeJoint_GetAnchorA_0=function(){return(Um=t._emscripten_bind_b2RopeJoint_GetAnchorA_0=t.asm.Xl).apply(null,arguments)},Jm=t._emscripten_bind_b2RopeJoint_GetAnchorB_0=function(){return(Jm=t._emscripten_bind_b2RopeJoint_GetAnchorB_0=t.asm.Yl).apply(null,arguments)},Dm=t._emscripten_bind_b2RopeJoint_GetReactionForce_1=function(){return(Dm=t._emscripten_bind_b2RopeJoint_GetReactionForce_1=t.asm.Zl).apply(null,arguments)},vm=t._emscripten_bind_b2RopeJoint_GetReactionTorque_1=function(){return(vm=t._emscripten_bind_b2RopeJoint_GetReactionTorque_1=t.asm._l).apply(null,arguments)},jm=t._emscripten_bind_b2RopeJoint_GetNext_0=function(){return(jm=t._emscripten_bind_b2RopeJoint_GetNext_0=t.asm.$l).apply(null,arguments)},Gm=t._emscripten_bind_b2RopeJoint_GetUserData_0=function(){return(Gm=t._emscripten_bind_b2RopeJoint_GetUserData_0=t.asm.am).apply(null,arguments)},Am=t._emscripten_bind_b2RopeJoint_SetUserData_1=function(){return(Am=t._emscripten_bind_b2RopeJoint_SetUserData_1=t.asm.bm).apply(null,arguments)},Sm=t._emscripten_bind_b2RopeJoint_IsActive_0=function(){return(Sm=t._emscripten_bind_b2RopeJoint_IsActive_0=t.asm.cm).apply(null,arguments)},Cm=t._emscripten_bind_b2RopeJoint_GetCollideConnected_0=function(){return(Cm=t._emscripten_bind_b2RopeJoint_GetCollideConnected_0=t.asm.dm).apply(null,arguments)},Bm=t._emscripten_bind_b2RopeJoint___destroy___0=function(){return(Bm=t._emscripten_bind_b2RopeJoint___destroy___0=t.asm.em).apply(null,arguments)},Pm=t._emscripten_bind_b2RayCastInput_get_p1_0=function(){return(Pm=t._emscripten_bind_b2RayCastInput_get_p1_0=t.asm.fm).apply(null,arguments)},xm=t._emscripten_bind_b2RayCastInput_set_p1_1=function(){return(xm=t._emscripten_bind_b2RayCastInput_set_p1_1=t.asm.gm).apply(null,arguments)},Mm=t._emscripten_bind_b2RayCastInput_get_p2_0=function(){return(Mm=t._emscripten_bind_b2RayCastInput_get_p2_0=t.asm.hm).apply(null,arguments)},Rm=t._emscripten_bind_b2RayCastInput_set_p2_1=function(){return(Rm=t._emscripten_bind_b2RayCastInput_set_p2_1=t.asm.im).apply(null,arguments)},Fm=t._emscripten_bind_b2RayCastInput_get_maxFraction_0=function(){return(Fm=t._emscripten_bind_b2RayCastInput_get_maxFraction_0=t.asm.jm).apply(null,arguments)},wm=t._emscripten_bind_b2RayCastInput_set_maxFraction_1=function(){return(wm=t._emscripten_bind_b2RayCastInput_set_maxFraction_1=t.asm.km).apply(null,arguments)},Wm=t._emscripten_bind_b2RayCastInput___destroy___0=function(){return(Wm=t._emscripten_bind_b2RayCastInput___destroy___0=t.asm.lm).apply(null,arguments)},Om=t._emscripten_bind_b2PolygonShape_b2PolygonShape_0=function(){return(Om=t._emscripten_bind_b2PolygonShape_b2PolygonShape_0=t.asm.mm).apply(null,arguments)},Tm=t._emscripten_bind_b2PolygonShape_Set_2=function(){return(Tm=t._emscripten_bind_b2PolygonShape_Set_2=t.asm.nm).apply(null,arguments)},Lm=t._emscripten_bind_b2PolygonShape_SetAsBox_2=function(){return(Lm=t._emscripten_bind_b2PolygonShape_SetAsBox_2=t.asm.om).apply(null,arguments)},Im=t._emscripten_bind_b2PolygonShape_SetAsBox_4=function(){return(Im=t._emscripten_bind_b2PolygonShape_SetAsBox_4=t.asm.pm).apply(null,arguments)},qm=t._emscripten_bind_b2PolygonShape_GetVertexCount_0=function(){return(qm=t._emscripten_bind_b2PolygonShape_GetVertexCount_0=t.asm.qm).apply(null,arguments)},Vm=t._emscripten_bind_b2PolygonShape_GetVertex_1=function(){return(Vm=t._emscripten_bind_b2PolygonShape_GetVertex_1=t.asm.rm).apply(null,arguments)},km=t._emscripten_bind_b2PolygonShape_GetType_0=function(){return(km=t._emscripten_bind_b2PolygonShape_GetType_0=t.asm.sm).apply(null,arguments)},Em=t._emscripten_bind_b2PolygonShape_GetChildCount_0=function(){return(Em=t._emscripten_bind_b2PolygonShape_GetChildCount_0=t.asm.tm).apply(null,arguments)},zm=t._emscripten_bind_b2PolygonShape_TestPoint_2=function(){return(zm=t._emscripten_bind_b2PolygonShape_TestPoint_2=t.asm.um).apply(null,arguments)},Nm=t._emscripten_bind_b2PolygonShape_RayCast_4=function(){return(Nm=t._emscripten_bind_b2PolygonShape_RayCast_4=t.asm.vm).apply(null,arguments)},Hm=t._emscripten_bind_b2PolygonShape_ComputeAABB_3=function(){return(Hm=t._emscripten_bind_b2PolygonShape_ComputeAABB_3=t.asm.wm).apply(null,arguments)},Zm=t._emscripten_bind_b2PolygonShape_ComputeMass_2=function(){return(Zm=t._emscripten_bind_b2PolygonShape_ComputeMass_2=t.asm.xm).apply(null,arguments)},Xm=t._emscripten_bind_b2PolygonShape_get_m_centroid_0=function(){return(Xm=t._emscripten_bind_b2PolygonShape_get_m_centroid_0=t.asm.ym).apply(null,arguments)},Ym=t._emscripten_bind_b2PolygonShape_set_m_centroid_1=function(){return(Ym=t._emscripten_bind_b2PolygonShape_set_m_centroid_1=t.asm.zm).apply(null,arguments)},$m=t._emscripten_bind_b2PolygonShape_get_m_count_0=function(){return($m=t._emscripten_bind_b2PolygonShape_get_m_count_0=t.asm.Am).apply(null,arguments)},Qm=t._emscripten_bind_b2PolygonShape_set_m_count_1=function(){return(Qm=t._emscripten_bind_b2PolygonShape_set_m_count_1=t.asm.Bm).apply(null,arguments)},Km=t._emscripten_bind_b2PolygonShape_get_m_type_0=function(){return(Km=t._emscripten_bind_b2PolygonShape_get_m_type_0=t.asm.Cm).apply(null,arguments)},tf=t._emscripten_bind_b2PolygonShape_set_m_type_1=function(){return(tf=t._emscripten_bind_b2PolygonShape_set_m_type_1=t.asm.Dm).apply(null,arguments)},ef=t._emscripten_bind_b2PolygonShape_get_m_radius_0=function(){return(ef=t._emscripten_bind_b2PolygonShape_get_m_radius_0=t.asm.Em).apply(null,arguments)},nf=t._emscripten_bind_b2PolygonShape_set_m_radius_1=function(){return(nf=t._emscripten_bind_b2PolygonShape_set_m_radius_1=t.asm.Fm).apply(null,arguments)},of=t._emscripten_bind_b2PolygonShape___destroy___0=function(){return(of=t._emscripten_bind_b2PolygonShape___destroy___0=t.asm.Gm).apply(null,arguments)},rf=t._emscripten_bind_b2EdgeShape_b2EdgeShape_0=function(){return(rf=t._emscripten_bind_b2EdgeShape_b2EdgeShape_0=t.asm.Hm).apply(null,arguments)},_f=t._emscripten_bind_b2EdgeShape_Set_2=function(){return(_f=t._emscripten_bind_b2EdgeShape_Set_2=t.asm.Im).apply(null,arguments)},pf=t._emscripten_bind_b2EdgeShape_GetType_0=function(){return(pf=t._emscripten_bind_b2EdgeShape_GetType_0=t.asm.Jm).apply(null,arguments)},sf=t._emscripten_bind_b2EdgeShape_GetChildCount_0=function(){return(sf=t._emscripten_bind_b2EdgeShape_GetChildCount_0=t.asm.Km).apply(null,arguments)},uf=t._emscripten_bind_b2EdgeShape_TestPoint_2=function(){return(uf=t._emscripten_bind_b2EdgeShape_TestPoint_2=t.asm.Lm).apply(null,arguments)},cf=t._emscripten_bind_b2EdgeShape_RayCast_4=function(){return(cf=t._emscripten_bind_b2EdgeShape_RayCast_4=t.asm.Mm).apply(null,arguments)},af=t._emscripten_bind_b2EdgeShape_ComputeAABB_3=function(){return(af=t._emscripten_bind_b2EdgeShape_ComputeAABB_3=t.asm.Nm).apply(null,arguments)},lf=t._emscripten_bind_b2EdgeShape_ComputeMass_2=function(){return(lf=t._emscripten_bind_b2EdgeShape_ComputeMass_2=t.asm.Om).apply(null,arguments)},yf=t._emscripten_bind_b2EdgeShape_get_m_vertex1_0=function(){return(yf=t._emscripten_bind_b2EdgeShape_get_m_vertex1_0=t.asm.Pm).apply(null,arguments)},mf=t._emscripten_bind_b2EdgeShape_set_m_vertex1_1=function(){return(mf=t._emscripten_bind_b2EdgeShape_set_m_vertex1_1=t.asm.Qm).apply(null,arguments)},ff=t._emscripten_bind_b2EdgeShape_get_m_vertex2_0=function(){return(ff=t._emscripten_bind_b2EdgeShape_get_m_vertex2_0=t.asm.Rm).apply(null,arguments)},df=t._emscripten_bind_b2EdgeShape_set_m_vertex2_1=function(){return(df=t._emscripten_bind_b2EdgeShape_set_m_vertex2_1=t.asm.Sm).apply(null,arguments)},bf=t._emscripten_bind_b2EdgeShape_get_m_vertex0_0=function(){return(bf=t._emscripten_bind_b2EdgeShape_get_m_vertex0_0=t.asm.Tm).apply(null,arguments)},gf=t._emscripten_bind_b2EdgeShape_set_m_vertex0_1=function(){return(gf=t._emscripten_bind_b2EdgeShape_set_m_vertex0_1=t.asm.Um).apply(null,arguments)},hf=t._emscripten_bind_b2EdgeShape_get_m_vertex3_0=function(){return(hf=t._emscripten_bind_b2EdgeShape_get_m_vertex3_0=t.asm.Vm).apply(null,arguments)},Uf=t._emscripten_bind_b2EdgeShape_set_m_vertex3_1=function(){return(Uf=t._emscripten_bind_b2EdgeShape_set_m_vertex3_1=t.asm.Wm).apply(null,arguments)},Jf=t._emscripten_bind_b2EdgeShape_get_m_hasVertex0_0=function(){return(Jf=t._emscripten_bind_b2EdgeShape_get_m_hasVertex0_0=t.asm.Xm).apply(null,arguments)},Df=t._emscripten_bind_b2EdgeShape_set_m_hasVertex0_1=function(){return(Df=t._emscripten_bind_b2EdgeShape_set_m_hasVertex0_1=t.asm.Ym).apply(null,arguments)},vf=t._emscripten_bind_b2EdgeShape_get_m_hasVertex3_0=function(){return(vf=t._emscripten_bind_b2EdgeShape_get_m_hasVertex3_0=t.asm.Zm).apply(null,arguments)},jf=t._emscripten_bind_b2EdgeShape_set_m_hasVertex3_1=function(){return(jf=t._emscripten_bind_b2EdgeShape_set_m_hasVertex3_1=t.asm._m).apply(null,arguments)},Gf=t._emscripten_bind_b2EdgeShape_get_m_type_0=function(){return(Gf=t._emscripten_bind_b2EdgeShape_get_m_type_0=t.asm.$m).apply(null,arguments)},Af=t._emscripten_bind_b2EdgeShape_set_m_type_1=function(){return(Af=t._emscripten_bind_b2EdgeShape_set_m_type_1=t.asm.an).apply(null,arguments)},Sf=t._emscripten_bind_b2EdgeShape_get_m_radius_0=function(){return(Sf=t._emscripten_bind_b2EdgeShape_get_m_radius_0=t.asm.bn).apply(null,arguments)},Cf=t._emscripten_bind_b2EdgeShape_set_m_radius_1=function(){return(Cf=t._emscripten_bind_b2EdgeShape_set_m_radius_1=t.asm.cn).apply(null,arguments)},Bf=t._emscripten_bind_b2EdgeShape___destroy___0=function(){return(Bf=t._emscripten_bind_b2EdgeShape___destroy___0=t.asm.dn).apply(null,arguments)},Pf=t._emscripten_bind_JSContactFilter_JSContactFilter_0=function(){return(Pf=t._emscripten_bind_JSContactFilter_JSContactFilter_0=t.asm.en).apply(null,arguments)},xf=t._emscripten_bind_JSContactFilter_ShouldCollide_2=function(){return(xf=t._emscripten_bind_JSContactFilter_ShouldCollide_2=t.asm.fn).apply(null,arguments)},Mf=t._emscripten_bind_JSContactFilter___destroy___0=function(){return(Mf=t._emscripten_bind_JSContactFilter___destroy___0=t.asm.gn).apply(null,arguments)},Rf=t._emscripten_bind_b2RevoluteJointDef_b2RevoluteJointDef_0=function(){return(Rf=t._emscripten_bind_b2RevoluteJointDef_b2RevoluteJointDef_0=t.asm.hn).apply(null,arguments)},Ff=t._emscripten_bind_b2RevoluteJointDef_Initialize_3=function(){return(Ff=t._emscripten_bind_b2RevoluteJointDef_Initialize_3=t.asm.jn).apply(null,arguments)},wf=t._emscripten_bind_b2RevoluteJointDef_get_localAnchorA_0=function(){return(wf=t._emscripten_bind_b2RevoluteJointDef_get_localAnchorA_0=t.asm.kn).apply(null,arguments)},Wf=t._emscripten_bind_b2RevoluteJointDef_set_localAnchorA_1=function(){return(Wf=t._emscripten_bind_b2RevoluteJointDef_set_localAnchorA_1=t.asm.ln).apply(null,arguments)},Of=t._emscripten_bind_b2RevoluteJointDef_get_localAnchorB_0=function(){return(Of=t._emscripten_bind_b2RevoluteJointDef_get_localAnchorB_0=t.asm.mn).apply(null,arguments)},Tf=t._emscripten_bind_b2RevoluteJointDef_set_localAnchorB_1=function(){return(Tf=t._emscripten_bind_b2RevoluteJointDef_set_localAnchorB_1=t.asm.nn).apply(null,arguments)},Lf=t._emscripten_bind_b2RevoluteJointDef_get_referenceAngle_0=function(){return(Lf=t._emscripten_bind_b2RevoluteJointDef_get_referenceAngle_0=t.asm.on).apply(null,arguments)},If=t._emscripten_bind_b2RevoluteJointDef_set_referenceAngle_1=function(){return(If=t._emscripten_bind_b2RevoluteJointDef_set_referenceAngle_1=t.asm.pn).apply(null,arguments)},qf=t._emscripten_bind_b2RevoluteJointDef_get_enableLimit_0=function(){return(qf=t._emscripten_bind_b2RevoluteJointDef_get_enableLimit_0=t.asm.qn).apply(null,arguments)},Vf=t._emscripten_bind_b2RevoluteJointDef_set_enableLimit_1=function(){return(Vf=t._emscripten_bind_b2RevoluteJointDef_set_enableLimit_1=t.asm.rn).apply(null,arguments)},kf=t._emscripten_bind_b2RevoluteJointDef_get_lowerAngle_0=function(){return(kf=t._emscripten_bind_b2RevoluteJointDef_get_lowerAngle_0=t.asm.sn).apply(null,arguments)},Ef=t._emscripten_bind_b2RevoluteJointDef_set_lowerAngle_1=function(){return(Ef=t._emscripten_bind_b2RevoluteJointDef_set_lowerAngle_1=t.asm.tn).apply(null,arguments)},zf=t._emscripten_bind_b2RevoluteJointDef_get_upperAngle_0=function(){return(zf=t._emscripten_bind_b2RevoluteJointDef_get_upperAngle_0=t.asm.un).apply(null,arguments)},Nf=t._emscripten_bind_b2RevoluteJointDef_set_upperAngle_1=function(){return(Nf=t._emscripten_bind_b2RevoluteJointDef_set_upperAngle_1=t.asm.vn).apply(null,arguments)},Hf=t._emscripten_bind_b2RevoluteJointDef_get_enableMotor_0=function(){return(Hf=t._emscripten_bind_b2RevoluteJointDef_get_enableMotor_0=t.asm.wn).apply(null,arguments)},Zf=t._emscripten_bind_b2RevoluteJointDef_set_enableMotor_1=function(){return(Zf=t._emscripten_bind_b2RevoluteJointDef_set_enableMotor_1=t.asm.xn).apply(null,arguments)},Xf=t._emscripten_bind_b2RevoluteJointDef_get_motorSpeed_0=function(){return(Xf=t._emscripten_bind_b2RevoluteJointDef_get_motorSpeed_0=t.asm.yn).apply(null,arguments)},Yf=t._emscripten_bind_b2RevoluteJointDef_set_motorSpeed_1=function(){return(Yf=t._emscripten_bind_b2RevoluteJointDef_set_motorSpeed_1=t.asm.zn).apply(null,arguments)},$f=t._emscripten_bind_b2RevoluteJointDef_get_maxMotorTorque_0=function(){return($f=t._emscripten_bind_b2RevoluteJointDef_get_maxMotorTorque_0=t.asm.An).apply(null,arguments)},Qf=t._emscripten_bind_b2RevoluteJointDef_set_maxMotorTorque_1=function(){return(Qf=t._emscripten_bind_b2RevoluteJointDef_set_maxMotorTorque_1=t.asm.Bn).apply(null,arguments)},Kf=t._emscripten_bind_b2RevoluteJointDef_get_type_0=function(){return(Kf=t._emscripten_bind_b2RevoluteJointDef_get_type_0=t.asm.Cn).apply(null,arguments)},td=t._emscripten_bind_b2RevoluteJointDef_set_type_1=function(){return(td=t._emscripten_bind_b2RevoluteJointDef_set_type_1=t.asm.Dn).apply(null,arguments)},ed=t._emscripten_bind_b2RevoluteJointDef_get_userData_0=function(){return(ed=t._emscripten_bind_b2RevoluteJointDef_get_userData_0=t.asm.En).apply(null,arguments)},nd=t._emscripten_bind_b2RevoluteJointDef_set_userData_1=function(){return(nd=t._emscripten_bind_b2RevoluteJointDef_set_userData_1=t.asm.Fn).apply(null,arguments)},od=t._emscripten_bind_b2RevoluteJointDef_get_bodyA_0=function(){return(od=t._emscripten_bind_b2RevoluteJointDef_get_bodyA_0=t.asm.Gn).apply(null,arguments)},rd=t._emscripten_bind_b2RevoluteJointDef_set_bodyA_1=function(){return(rd=t._emscripten_bind_b2RevoluteJointDef_set_bodyA_1=t.asm.Hn).apply(null,arguments)},_d=t._emscripten_bind_b2RevoluteJointDef_get_bodyB_0=function(){return(_d=t._emscripten_bind_b2RevoluteJointDef_get_bodyB_0=t.asm.In).apply(null,arguments)},id=t._emscripten_bind_b2RevoluteJointDef_set_bodyB_1=function(){return(id=t._emscripten_bind_b2RevoluteJointDef_set_bodyB_1=t.asm.Jn).apply(null,arguments)},pd=t._emscripten_bind_b2RevoluteJointDef_get_collideConnected_0=function(){return(pd=t._emscripten_bind_b2RevoluteJointDef_get_collideConnected_0=t.asm.Kn).apply(null,arguments)},sd=t._emscripten_bind_b2RevoluteJointDef_set_collideConnected_1=function(){return(sd=t._emscripten_bind_b2RevoluteJointDef_set_collideConnected_1=t.asm.Ln).apply(null,arguments)},ud=t._emscripten_bind_b2RevoluteJointDef___destroy___0=function(){return(ud=t._emscripten_bind_b2RevoluteJointDef___destroy___0=t.asm.Mn).apply(null,arguments)},cd=t._emscripten_bind_JSDraw_JSDraw_0=function(){return(cd=t._emscripten_bind_JSDraw_JSDraw_0=t.asm.Nn).apply(null,arguments)},ad=t._emscripten_bind_JSDraw_DrawPolygon_3=function(){return(ad=t._emscripten_bind_JSDraw_DrawPolygon_3=t.asm.On).apply(null,arguments)},ld=t._emscripten_bind_JSDraw_DrawSolidPolygon_3=function(){return(ld=t._emscripten_bind_JSDraw_DrawSolidPolygon_3=t.asm.Pn).apply(null,arguments)},yd=t._emscripten_bind_JSDraw_DrawCircle_3=function(){return(yd=t._emscripten_bind_JSDraw_DrawCircle_3=t.asm.Qn).apply(null,arguments)},md=t._emscripten_bind_JSDraw_DrawSolidCircle_4=function(){return(md=t._emscripten_bind_JSDraw_DrawSolidCircle_4=t.asm.Rn).apply(null,arguments)},fd=t._emscripten_bind_JSDraw_DrawSegment_3=function(){return(fd=t._emscripten_bind_JSDraw_DrawSegment_3=t.asm.Sn).apply(null,arguments)},dd=t._emscripten_bind_JSDraw_DrawTransform_1=function(){return(dd=t._emscripten_bind_JSDraw_DrawTransform_1=t.asm.Tn).apply(null,arguments)},bd=t._emscripten_bind_JSDraw___destroy___0=function(){return(bd=t._emscripten_bind_JSDraw___destroy___0=t.asm.Un).apply(null,arguments)},gd=t._emscripten_bind_b2WheelJoint_GetLocalAnchorA_0=function(){return(gd=t._emscripten_bind_b2WheelJoint_GetLocalAnchorA_0=t.asm.Vn).apply(null,arguments)},hd=t._emscripten_bind_b2WheelJoint_GetLocalAnchorB_0=function(){return(hd=t._emscripten_bind_b2WheelJoint_GetLocalAnchorB_0=t.asm.Wn).apply(null,arguments)},Ud=t._emscripten_bind_b2WheelJoint_GetLocalAxisA_0=function(){return(Ud=t._emscripten_bind_b2WheelJoint_GetLocalAxisA_0=t.asm.Xn).apply(null,arguments)},Jd=t._emscripten_bind_b2WheelJoint_GetJointTranslation_0=function(){return(Jd=t._emscripten_bind_b2WheelJoint_GetJointTranslation_0=t.asm.Yn).apply(null,arguments)},Dd=t._emscripten_bind_b2WheelJoint_GetJointSpeed_0=function(){return(Dd=t._emscripten_bind_b2WheelJoint_GetJointSpeed_0=t.asm.Zn).apply(null,arguments)},vd=t._emscripten_bind_b2WheelJoint_IsMotorEnabled_0=function(){return(vd=t._emscripten_bind_b2WheelJoint_IsMotorEnabled_0=t.asm._n).apply(null,arguments)},jd=t._emscripten_bind_b2WheelJoint_EnableMotor_1=function(){return(jd=t._emscripten_bind_b2WheelJoint_EnableMotor_1=t.asm.$n).apply(null,arguments)},Gd=t._emscripten_bind_b2WheelJoint_SetMotorSpeed_1=function(){return(Gd=t._emscripten_bind_b2WheelJoint_SetMotorSpeed_1=t.asm.ao).apply(null,arguments)},Ad=t._emscripten_bind_b2WheelJoint_GetMotorSpeed_0=function(){return(Ad=t._emscripten_bind_b2WheelJoint_GetMotorSpeed_0=t.asm.bo).apply(null,arguments)},Sd=t._emscripten_bind_b2WheelJoint_SetMaxMotorTorque_1=function(){return(Sd=t._emscripten_bind_b2WheelJoint_SetMaxMotorTorque_1=t.asm.co).apply(null,arguments)},Cd=t._emscripten_bind_b2WheelJoint_GetMaxMotorTorque_0=function(){return(Cd=t._emscripten_bind_b2WheelJoint_GetMaxMotorTorque_0=t.asm.eo).apply(null,arguments)},Bd=t._emscripten_bind_b2WheelJoint_GetMotorTorque_1=function(){return(Bd=t._emscripten_bind_b2WheelJoint_GetMotorTorque_1=t.asm.fo).apply(null,arguments)},Pd=t._emscripten_bind_b2WheelJoint_SetSpringFrequencyHz_1=function(){return(Pd=t._emscripten_bind_b2WheelJoint_SetSpringFrequencyHz_1=t.asm.go).apply(null,arguments)},xd=t._emscripten_bind_b2WheelJoint_GetSpringFrequencyHz_0=function(){return(xd=t._emscripten_bind_b2WheelJoint_GetSpringFrequencyHz_0=t.asm.ho).apply(null,arguments)},Md=t._emscripten_bind_b2WheelJoint_SetSpringDampingRatio_1=function(){return(Md=t._emscripten_bind_b2WheelJoint_SetSpringDampingRatio_1=t.asm.io).apply(null,arguments)},Rd=t._emscripten_bind_b2WheelJoint_GetSpringDampingRatio_0=function(){return(Rd=t._emscripten_bind_b2WheelJoint_GetSpringDampingRatio_0=t.asm.jo).apply(null,arguments)},Fd=t._emscripten_bind_b2WheelJoint_GetType_0=function(){return(Fd=t._emscripten_bind_b2WheelJoint_GetType_0=t.asm.ko).apply(null,arguments)},wd=t._emscripten_bind_b2WheelJoint_GetBodyA_0=function(){return(wd=t._emscripten_bind_b2WheelJoint_GetBodyA_0=t.asm.lo).apply(null,arguments)},Wd=t._emscripten_bind_b2WheelJoint_GetBodyB_0=function(){return(Wd=t._emscripten_bind_b2WheelJoint_GetBodyB_0=t.asm.mo).apply(null,arguments)},Od=t._emscripten_bind_b2WheelJoint_GetAnchorA_0=function(){return(Od=t._emscripten_bind_b2WheelJoint_GetAnchorA_0=t.asm.no).apply(null,arguments)},Td=t._emscripten_bind_b2WheelJoint_GetAnchorB_0=function(){return(Td=t._emscripten_bind_b2WheelJoint_GetAnchorB_0=t.asm.oo).apply(null,arguments)},Ld=t._emscripten_bind_b2WheelJoint_GetReactionForce_1=function(){return(Ld=t._emscripten_bind_b2WheelJoint_GetReactionForce_1=t.asm.po).apply(null,arguments)},Id=t._emscripten_bind_b2WheelJoint_GetReactionTorque_1=function(){return(Id=t._emscripten_bind_b2WheelJoint_GetReactionTorque_1=t.asm.qo).apply(null,arguments)},qd=t._emscripten_bind_b2WheelJoint_GetNext_0=function(){return(qd=t._emscripten_bind_b2WheelJoint_GetNext_0=t.asm.ro).apply(null,arguments)},Vd=t._emscripten_bind_b2WheelJoint_GetUserData_0=function(){return(Vd=t._emscripten_bind_b2WheelJoint_GetUserData_0=t.asm.so).apply(null,arguments)},kd=t._emscripten_bind_b2WheelJoint_SetUserData_1=function(){return(kd=t._emscripten_bind_b2WheelJoint_SetUserData_1=t.asm.to).apply(null,arguments)},Ed=t._emscripten_bind_b2WheelJoint_IsActive_0=function(){return(Ed=t._emscripten_bind_b2WheelJoint_IsActive_0=t.asm.uo).apply(null,arguments)},zd=t._emscripten_bind_b2WheelJoint_GetCollideConnected_0=function(){return(zd=t._emscripten_bind_b2WheelJoint_GetCollideConnected_0=t.asm.vo).apply(null,arguments)},Nd=t._emscripten_bind_b2WheelJoint___destroy___0=function(){return(Nd=t._emscripten_bind_b2WheelJoint___destroy___0=t.asm.wo).apply(null,arguments)},Hd=t._emscripten_bind_b2PulleyJoint_GetGroundAnchorA_0=function(){return(Hd=t._emscripten_bind_b2PulleyJoint_GetGroundAnchorA_0=t.asm.xo).apply(null,arguments)},Zd=t._emscripten_bind_b2PulleyJoint_GetGroundAnchorB_0=function(){return(Zd=t._emscripten_bind_b2PulleyJoint_GetGroundAnchorB_0=t.asm.yo).apply(null,arguments)},Xd=t._emscripten_bind_b2PulleyJoint_GetLengthA_0=function(){return(Xd=t._emscripten_bind_b2PulleyJoint_GetLengthA_0=t.asm.zo).apply(null,arguments)},Yd=t._emscripten_bind_b2PulleyJoint_GetLengthB_0=function(){return(Yd=t._emscripten_bind_b2PulleyJoint_GetLengthB_0=t.asm.Ao).apply(null,arguments)},$d=t._emscripten_bind_b2PulleyJoint_GetRatio_0=function(){return($d=t._emscripten_bind_b2PulleyJoint_GetRatio_0=t.asm.Bo).apply(null,arguments)},Qd=t._emscripten_bind_b2PulleyJoint_GetCurrentLengthA_0=function(){return(Qd=t._emscripten_bind_b2PulleyJoint_GetCurrentLengthA_0=t.asm.Co).apply(null,arguments)},Kd=t._emscripten_bind_b2PulleyJoint_GetCurrentLengthB_0=function(){return(Kd=t._emscripten_bind_b2PulleyJoint_GetCurrentLengthB_0=t.asm.Do).apply(null,arguments)},tb=t._emscripten_bind_b2PulleyJoint_GetType_0=function(){return(tb=t._emscripten_bind_b2PulleyJoint_GetType_0=t.asm.Eo).apply(null,arguments)},eb=t._emscripten_bind_b2PulleyJoint_GetBodyA_0=function(){return(eb=t._emscripten_bind_b2PulleyJoint_GetBodyA_0=t.asm.Fo).apply(null,arguments)},nb=t._emscripten_bind_b2PulleyJoint_GetBodyB_0=function(){return(nb=t._emscripten_bind_b2PulleyJoint_GetBodyB_0=t.asm.Go).apply(null,arguments)},ob=t._emscripten_bind_b2PulleyJoint_GetAnchorA_0=function(){return(ob=t._emscripten_bind_b2PulleyJoint_GetAnchorA_0=t.asm.Ho).apply(null,arguments)},rb=t._emscripten_bind_b2PulleyJoint_GetAnchorB_0=function(){return(rb=t._emscripten_bind_b2PulleyJoint_GetAnchorB_0=t.asm.Io).apply(null,arguments)},_b=t._emscripten_bind_b2PulleyJoint_GetReactionForce_1=function(){return(_b=t._emscripten_bind_b2PulleyJoint_GetReactionForce_1=t.asm.Jo).apply(null,arguments)},ib=t._emscripten_bind_b2PulleyJoint_GetReactionTorque_1=function(){return(ib=t._emscripten_bind_b2PulleyJoint_GetReactionTorque_1=t.asm.Ko).apply(null,arguments)},pb=t._emscripten_bind_b2PulleyJoint_GetNext_0=function(){return(pb=t._emscripten_bind_b2PulleyJoint_GetNext_0=t.asm.Lo).apply(null,arguments)},sb=t._emscripten_bind_b2PulleyJoint_GetUserData_0=function(){return(sb=t._emscripten_bind_b2PulleyJoint_GetUserData_0=t.asm.Mo).apply(null,arguments)},ub=t._emscripten_bind_b2PulleyJoint_SetUserData_1=function(){return(ub=t._emscripten_bind_b2PulleyJoint_SetUserData_1=t.asm.No).apply(null,arguments)},cb=t._emscripten_bind_b2PulleyJoint_IsActive_0=function(){return(cb=t._emscripten_bind_b2PulleyJoint_IsActive_0=t.asm.Oo).apply(null,arguments)},ab=t._emscripten_bind_b2PulleyJoint_GetCollideConnected_0=function(){return(ab=t._emscripten_bind_b2PulleyJoint_GetCollideConnected_0=t.asm.Po).apply(null,arguments)},lb=t._emscripten_bind_b2PulleyJoint___destroy___0=function(){return(lb=t._emscripten_bind_b2PulleyJoint___destroy___0=t.asm.Qo).apply(null,arguments)},yb=t._emscripten_bind_b2MouseJointDef_b2MouseJointDef_0=function(){return(yb=t._emscripten_bind_b2MouseJointDef_b2MouseJointDef_0=t.asm.Ro).apply(null,arguments)},mb=t._emscripten_bind_b2MouseJointDef_get_target_0=function(){return(mb=t._emscripten_bind_b2MouseJointDef_get_target_0=t.asm.So).apply(null,arguments)},fb=t._emscripten_bind_b2MouseJointDef_set_target_1=function(){return(fb=t._emscripten_bind_b2MouseJointDef_set_target_1=t.asm.To).apply(null,arguments)},db=t._emscripten_bind_b2MouseJointDef_get_maxForce_0=function(){return(db=t._emscripten_bind_b2MouseJointDef_get_maxForce_0=t.asm.Uo).apply(null,arguments)},bb=t._emscripten_bind_b2MouseJointDef_set_maxForce_1=function(){return(bb=t._emscripten_bind_b2MouseJointDef_set_maxForce_1=t.asm.Vo).apply(null,arguments)},gb=t._emscripten_bind_b2MouseJointDef_get_frequencyHz_0=function(){return(gb=t._emscripten_bind_b2MouseJointDef_get_frequencyHz_0=t.asm.Wo).apply(null,arguments)},hb=t._emscripten_bind_b2MouseJointDef_set_frequencyHz_1=function(){return(hb=t._emscripten_bind_b2MouseJointDef_set_frequencyHz_1=t.asm.Xo).apply(null,arguments)},Ub=t._emscripten_bind_b2MouseJointDef_get_dampingRatio_0=function(){return(Ub=t._emscripten_bind_b2MouseJointDef_get_dampingRatio_0=t.asm.Yo).apply(null,arguments)},Jb=t._emscripten_bind_b2MouseJointDef_set_dampingRatio_1=function(){return(Jb=t._emscripten_bind_b2MouseJointDef_set_dampingRatio_1=t.asm.Zo).apply(null,arguments)},Db=t._emscripten_bind_b2MouseJointDef_get_type_0=function(){return(Db=t._emscripten_bind_b2MouseJointDef_get_type_0=t.asm._o).apply(null,arguments)},vb=t._emscripten_bind_b2MouseJointDef_set_type_1=function(){return(vb=t._emscripten_bind_b2MouseJointDef_set_type_1=t.asm.$o).apply(null,arguments)},jb=t._emscripten_bind_b2MouseJointDef_get_userData_0=function(){return(jb=t._emscripten_bind_b2MouseJointDef_get_userData_0=t.asm.ap).apply(null,arguments)},Gb=t._emscripten_bind_b2MouseJointDef_set_userData_1=function(){return(Gb=t._emscripten_bind_b2MouseJointDef_set_userData_1=t.asm.bp).apply(null,arguments)},Ab=t._emscripten_bind_b2MouseJointDef_get_bodyA_0=function(){return(Ab=t._emscripten_bind_b2MouseJointDef_get_bodyA_0=t.asm.cp).apply(null,arguments)},Sb=t._emscripten_bind_b2MouseJointDef_set_bodyA_1=function(){return(Sb=t._emscripten_bind_b2MouseJointDef_set_bodyA_1=t.asm.dp).apply(null,arguments)},Cb=t._emscripten_bind_b2MouseJointDef_get_bodyB_0=function(){return(Cb=t._emscripten_bind_b2MouseJointDef_get_bodyB_0=t.asm.ep).apply(null,arguments)},Bb=t._emscripten_bind_b2MouseJointDef_set_bodyB_1=function(){return(Bb=t._emscripten_bind_b2MouseJointDef_set_bodyB_1=t.asm.fp).apply(null,arguments)},Pb=t._emscripten_bind_b2MouseJointDef_get_collideConnected_0=function(){return(Pb=t._emscripten_bind_b2MouseJointDef_get_collideConnected_0=t.asm.gp).apply(null,arguments)},xb=t._emscripten_bind_b2MouseJointDef_set_collideConnected_1=function(){return(xb=t._emscripten_bind_b2MouseJointDef_set_collideConnected_1=t.asm.hp).apply(null,arguments)},Mb=t._emscripten_bind_b2MouseJointDef___destroy___0=function(){return(Mb=t._emscripten_bind_b2MouseJointDef___destroy___0=t.asm.ip).apply(null,arguments)},Rb=t._emscripten_bind_b2Contact_GetManifold_0=function(){return(Rb=t._emscripten_bind_b2Contact_GetManifold_0=t.asm.jp).apply(null,arguments)},Fb=t._emscripten_bind_b2Contact_GetWorldManifold_1=function(){return(Fb=t._emscripten_bind_b2Contact_GetWorldManifold_1=t.asm.kp).apply(null,arguments)},wb=t._emscripten_bind_b2Contact_IsTouching_0=function(){return(wb=t._emscripten_bind_b2Contact_IsTouching_0=t.asm.lp).apply(null,arguments)},Wb=t._emscripten_bind_b2Contact_SetEnabled_1=function(){return(Wb=t._emscripten_bind_b2Contact_SetEnabled_1=t.asm.mp).apply(null,arguments)},Ob=t._emscripten_bind_b2Contact_IsEnabled_0=function(){return(Ob=t._emscripten_bind_b2Contact_IsEnabled_0=t.asm.np).apply(null,arguments)},Tb=t._emscripten_bind_b2Contact_GetNext_0=function(){return(Tb=t._emscripten_bind_b2Contact_GetNext_0=t.asm.op).apply(null,arguments)},Lb=t._emscripten_bind_b2Contact_GetFixtureA_0=function(){return(Lb=t._emscripten_bind_b2Contact_GetFixtureA_0=t.asm.pp).apply(null,arguments)},Ib=t._emscripten_bind_b2Contact_GetChildIndexA_0=function(){return(Ib=t._emscripten_bind_b2Contact_GetChildIndexA_0=t.asm.qp).apply(null,arguments)},qb=t._emscripten_bind_b2Contact_GetFixtureB_0=function(){return(qb=t._emscripten_bind_b2Contact_GetFixtureB_0=t.asm.rp).apply(null,arguments)},Vb=t._emscripten_bind_b2Contact_GetChildIndexB_0=function(){return(Vb=t._emscripten_bind_b2Contact_GetChildIndexB_0=t.asm.sp).apply(null,arguments)},kb=t._emscripten_bind_b2Contact_SetFriction_1=function(){return(kb=t._emscripten_bind_b2Contact_SetFriction_1=t.asm.tp).apply(null,arguments)},Eb=t._emscripten_bind_b2Contact_GetFriction_0=function(){return(Eb=t._emscripten_bind_b2Contact_GetFriction_0=t.asm.up).apply(null,arguments)},zb=t._emscripten_bind_b2Contact_ResetFriction_0=function(){return(zb=t._emscripten_bind_b2Contact_ResetFriction_0=t.asm.vp).apply(null,arguments)},Nb=t._emscripten_bind_b2Contact_SetRestitution_1=function(){return(Nb=t._emscripten_bind_b2Contact_SetRestitution_1=t.asm.wp).apply(null,arguments)},Hb=t._emscripten_bind_b2Contact_GetRestitution_0=function(){return(Hb=t._emscripten_bind_b2Contact_GetRestitution_0=t.asm.xp).apply(null,arguments)},Zb=t._emscripten_bind_b2Contact_ResetRestitution_0=function(){return(Zb=t._emscripten_bind_b2Contact_ResetRestitution_0=t.asm.yp).apply(null,arguments)},Xb=t._emscripten_bind_b2Contact_SetTangentSpeed_1=function(){return(Xb=t._emscripten_bind_b2Contact_SetTangentSpeed_1=t.asm.zp).apply(null,arguments)},Yb=t._emscripten_bind_b2Contact_GetTangentSpeed_0=function(){return(Yb=t._emscripten_bind_b2Contact_GetTangentSpeed_0=t.asm.Ap).apply(null,arguments)},$b=t._emscripten_bind_b2DistanceJointDef_b2DistanceJointDef_0=function(){return($b=t._emscripten_bind_b2DistanceJointDef_b2DistanceJointDef_0=t.asm.Bp).apply(null,arguments)},Qb=t._emscripten_bind_b2DistanceJointDef_Initialize_4=function(){return(Qb=t._emscripten_bind_b2DistanceJointDef_Initialize_4=t.asm.Cp).apply(null,arguments)},Kb=t._emscripten_bind_b2DistanceJointDef_get_localAnchorA_0=function(){return(Kb=t._emscripten_bind_b2DistanceJointDef_get_localAnchorA_0=t.asm.Dp).apply(null,arguments)},tg=t._emscripten_bind_b2DistanceJointDef_set_localAnchorA_1=function(){return(tg=t._emscripten_bind_b2DistanceJointDef_set_localAnchorA_1=t.asm.Ep).apply(null,arguments)},eg=t._emscripten_bind_b2DistanceJointDef_get_localAnchorB_0=function(){return(eg=t._emscripten_bind_b2DistanceJointDef_get_localAnchorB_0=t.asm.Fp).apply(null,arguments)},ng=t._emscripten_bind_b2DistanceJointDef_set_localAnchorB_1=function(){return(ng=t._emscripten_bind_b2DistanceJointDef_set_localAnchorB_1=t.asm.Gp).apply(null,arguments)},og=t._emscripten_bind_b2DistanceJointDef_get_length_0=function(){return(og=t._emscripten_bind_b2DistanceJointDef_get_length_0=t.asm.Hp).apply(null,arguments)},rg=t._emscripten_bind_b2DistanceJointDef_set_length_1=function(){return(rg=t._emscripten_bind_b2DistanceJointDef_set_length_1=t.asm.Ip).apply(null,arguments)},_g=t._emscripten_bind_b2DistanceJointDef_get_frequencyHz_0=function(){return(_g=t._emscripten_bind_b2DistanceJointDef_get_frequencyHz_0=t.asm.Jp).apply(null,arguments)},ig=t._emscripten_bind_b2DistanceJointDef_set_frequencyHz_1=function(){return(ig=t._emscripten_bind_b2DistanceJointDef_set_frequencyHz_1=t.asm.Kp).apply(null,arguments)},pg=t._emscripten_bind_b2DistanceJointDef_get_dampingRatio_0=function(){return(pg=t._emscripten_bind_b2DistanceJointDef_get_dampingRatio_0=t.asm.Lp).apply(null,arguments)},sg=t._emscripten_bind_b2DistanceJointDef_set_dampingRatio_1=function(){return(sg=t._emscripten_bind_b2DistanceJointDef_set_dampingRatio_1=t.asm.Mp).apply(null,arguments)},ug=t._emscripten_bind_b2DistanceJointDef_get_type_0=function(){return(ug=t._emscripten_bind_b2DistanceJointDef_get_type_0=t.asm.Np).apply(null,arguments)},cg=t._emscripten_bind_b2DistanceJointDef_set_type_1=function(){return(cg=t._emscripten_bind_b2DistanceJointDef_set_type_1=t.asm.Op).apply(null,arguments)},ag=t._emscripten_bind_b2DistanceJointDef_get_userData_0=function(){return(ag=t._emscripten_bind_b2DistanceJointDef_get_userData_0=t.asm.Pp).apply(null,arguments)},lg=t._emscripten_bind_b2DistanceJointDef_set_userData_1=function(){return(lg=t._emscripten_bind_b2DistanceJointDef_set_userData_1=t.asm.Qp).apply(null,arguments)},yg=t._emscripten_bind_b2DistanceJointDef_get_bodyA_0=function(){return(yg=t._emscripten_bind_b2DistanceJointDef_get_bodyA_0=t.asm.Rp).apply(null,arguments)},mg=t._emscripten_bind_b2DistanceJointDef_set_bodyA_1=function(){return(mg=t._emscripten_bind_b2DistanceJointDef_set_bodyA_1=t.asm.Sp).apply(null,arguments)},fg=t._emscripten_bind_b2DistanceJointDef_get_bodyB_0=function(){return(fg=t._emscripten_bind_b2DistanceJointDef_get_bodyB_0=t.asm.Tp).apply(null,arguments)},dg=t._emscripten_bind_b2DistanceJointDef_set_bodyB_1=function(){return(dg=t._emscripten_bind_b2DistanceJointDef_set_bodyB_1=t.asm.Up).apply(null,arguments)},bg=t._emscripten_bind_b2DistanceJointDef_get_collideConnected_0=function(){return(bg=t._emscripten_bind_b2DistanceJointDef_get_collideConnected_0=t.asm.Vp).apply(null,arguments)},gg=t._emscripten_bind_b2DistanceJointDef_set_collideConnected_1=function(){return(gg=t._emscripten_bind_b2DistanceJointDef_set_collideConnected_1=t.asm.Wp).apply(null,arguments)},hg=t._emscripten_bind_b2DistanceJointDef___destroy___0=function(){return(hg=t._emscripten_bind_b2DistanceJointDef___destroy___0=t.asm.Xp).apply(null,arguments)},Ug=t._emscripten_bind_b2Body_CreateFixture_1=function(){return(Ug=t._emscripten_bind_b2Body_CreateFixture_1=t.asm.Yp).apply(null,arguments)},Jg=t._emscripten_bind_b2Body_CreateFixture_2=function(){return(Jg=t._emscripten_bind_b2Body_CreateFixture_2=t.asm.Zp).apply(null,arguments)},Dg=t._emscripten_bind_b2Body_DestroyFixture_1=function(){return(Dg=t._emscripten_bind_b2Body_DestroyFixture_1=t.asm._p).apply(null,arguments)},vg=t._emscripten_bind_b2Body_SetTransform_2=function(){return(vg=t._emscripten_bind_b2Body_SetTransform_2=t.asm.$p).apply(null,arguments)},jg=t._emscripten_bind_b2Body_GetTransform_0=function(){return(jg=t._emscripten_bind_b2Body_GetTransform_0=t.asm.aq).apply(null,arguments)},Gg=t._emscripten_bind_b2Body_GetPosition_0=function(){return(Gg=t._emscripten_bind_b2Body_GetPosition_0=t.asm.bq).apply(null,arguments)},Ag=t._emscripten_bind_b2Body_GetAngle_0=function(){return(Ag=t._emscripten_bind_b2Body_GetAngle_0=t.asm.cq).apply(null,arguments)},Sg=t._emscripten_bind_b2Body_GetWorldCenter_0=function(){return(Sg=t._emscripten_bind_b2Body_GetWorldCenter_0=t.asm.dq).apply(null,arguments)},Cg=t._emscripten_bind_b2Body_GetLocalCenter_0=function(){return(Cg=t._emscripten_bind_b2Body_GetLocalCenter_0=t.asm.eq).apply(null,arguments)},Bg=t._emscripten_bind_b2Body_SetLinearVelocity_1=function(){return(Bg=t._emscripten_bind_b2Body_SetLinearVelocity_1=t.asm.fq).apply(null,arguments)},Pg=t._emscripten_bind_b2Body_GetLinearVelocity_0=function(){return(Pg=t._emscripten_bind_b2Body_GetLinearVelocity_0=t.asm.gq).apply(null,arguments)},xg=t._emscripten_bind_b2Body_SetAngularVelocity_1=function(){return(xg=t._emscripten_bind_b2Body_SetAngularVelocity_1=t.asm.hq).apply(null,arguments)},Mg=t._emscripten_bind_b2Body_GetAngularVelocity_0=function(){return(Mg=t._emscripten_bind_b2Body_GetAngularVelocity_0=t.asm.iq).apply(null,arguments)},Rg=t._emscripten_bind_b2Body_ApplyForce_3=function(){return(Rg=t._emscripten_bind_b2Body_ApplyForce_3=t.asm.jq).apply(null,arguments)},Fg=t._emscripten_bind_b2Body_ApplyForceToCenter_2=function(){return(Fg=t._emscripten_bind_b2Body_ApplyForceToCenter_2=t.asm.kq).apply(null,arguments)},wg=t._emscripten_bind_b2Body_ApplyTorque_2=function(){return(wg=t._emscripten_bind_b2Body_ApplyTorque_2=t.asm.lq).apply(null,arguments)},Wg=t._emscripten_bind_b2Body_ApplyLinearImpulse_3=function(){return(Wg=t._emscripten_bind_b2Body_ApplyLinearImpulse_3=t.asm.mq).apply(null,arguments)},Og=t._emscripten_bind_b2Body_ApplyAngularImpulse_2=function(){return(Og=t._emscripten_bind_b2Body_ApplyAngularImpulse_2=t.asm.nq).apply(null,arguments)},Tg=t._emscripten_bind_b2Body_GetMass_0=function(){return(Tg=t._emscripten_bind_b2Body_GetMass_0=t.asm.oq).apply(null,arguments)},Lg=t._emscripten_bind_b2Body_GetInertia_0=function(){return(Lg=t._emscripten_bind_b2Body_GetInertia_0=t.asm.pq).apply(null,arguments)},Ig=t._emscripten_bind_b2Body_GetMassData_1=function(){return(Ig=t._emscripten_bind_b2Body_GetMassData_1=t.asm.qq).apply(null,arguments)},qg=t._emscripten_bind_b2Body_SetMassData_1=function(){return(qg=t._emscripten_bind_b2Body_SetMassData_1=t.asm.rq).apply(null,arguments)},Vg=t._emscripten_bind_b2Body_ResetMassData_0=function(){return(Vg=t._emscripten_bind_b2Body_ResetMassData_0=t.asm.sq).apply(null,arguments)},kg=t._emscripten_bind_b2Body_GetWorldPoint_1=function(){return(kg=t._emscripten_bind_b2Body_GetWorldPoint_1=t.asm.tq).apply(null,arguments)},Eg=t._emscripten_bind_b2Body_GetWorldVector_1=function(){return(Eg=t._emscripten_bind_b2Body_GetWorldVector_1=t.asm.uq).apply(null,arguments)},zg=t._emscripten_bind_b2Body_GetLocalPoint_1=function(){return(zg=t._emscripten_bind_b2Body_GetLocalPoint_1=t.asm.vq).apply(null,arguments)},Ng=t._emscripten_bind_b2Body_GetLocalVector_1=function(){return(Ng=t._emscripten_bind_b2Body_GetLocalVector_1=t.asm.wq).apply(null,arguments)},Hg=t._emscripten_bind_b2Body_GetLinearVelocityFromWorldPoint_1=function(){return(Hg=t._emscripten_bind_b2Body_GetLinearVelocityFromWorldPoint_1=t.asm.xq).apply(null,arguments)},Zg=t._emscripten_bind_b2Body_GetLinearVelocityFromLocalPoint_1=function(){return(Zg=t._emscripten_bind_b2Body_GetLinearVelocityFromLocalPoint_1=t.asm.yq).apply(null,arguments)},Xg=t._emscripten_bind_b2Body_GetLinearDamping_0=function(){return(Xg=t._emscripten_bind_b2Body_GetLinearDamping_0=t.asm.zq).apply(null,arguments)},Yg=t._emscripten_bind_b2Body_SetLinearDamping_1=function(){return(Yg=t._emscripten_bind_b2Body_SetLinearDamping_1=t.asm.Aq).apply(null,arguments)},$g=t._emscripten_bind_b2Body_GetAngularDamping_0=function(){return($g=t._emscripten_bind_b2Body_GetAngularDamping_0=t.asm.Bq).apply(null,arguments)},Qg=t._emscripten_bind_b2Body_SetAngularDamping_1=function(){return(Qg=t._emscripten_bind_b2Body_SetAngularDamping_1=t.asm.Cq).apply(null,arguments)},Kg=t._emscripten_bind_b2Body_GetGravityScale_0=function(){return(Kg=t._emscripten_bind_b2Body_GetGravityScale_0=t.asm.Dq).apply(null,arguments)},t2=t._emscripten_bind_b2Body_SetGravityScale_1=function(){return(t2=t._emscripten_bind_b2Body_SetGravityScale_1=t.asm.Eq).apply(null,arguments)},e2=t._emscripten_bind_b2Body_SetType_1=function(){return(e2=t._emscripten_bind_b2Body_SetType_1=t.asm.Fq).apply(null,arguments)},n2=t._emscripten_bind_b2Body_GetType_0=function(){return(n2=t._emscripten_bind_b2Body_GetType_0=t.asm.Gq).apply(null,arguments)},o2=t._emscripten_bind_b2Body_SetBullet_1=function(){return(o2=t._emscripten_bind_b2Body_SetBullet_1=t.asm.Hq).apply(null,arguments)},r2=t._emscripten_bind_b2Body_IsBullet_0=function(){return(r2=t._emscripten_bind_b2Body_IsBullet_0=t.asm.Iq).apply(null,arguments)},_2=t._emscripten_bind_b2Body_SetSleepingAllowed_1=function(){return(_2=t._emscripten_bind_b2Body_SetSleepingAllowed_1=t.asm.Jq).apply(null,arguments)},i2=t._emscripten_bind_b2Body_IsSleepingAllowed_0=function(){return(i2=t._emscripten_bind_b2Body_IsSleepingAllowed_0=t.asm.Kq).apply(null,arguments)},p2=t._emscripten_bind_b2Body_SetAwake_1=function(){return(p2=t._emscripten_bind_b2Body_SetAwake_1=t.asm.Lq).apply(null,arguments)},s2=t._emscripten_bind_b2Body_IsAwake_0=function(){return(s2=t._emscripten_bind_b2Body_IsAwake_0=t.asm.Mq).apply(null,arguments)},u2=t._emscripten_bind_b2Body_SetActive_1=function(){return(u2=t._emscripten_bind_b2Body_SetActive_1=t.asm.Nq).apply(null,arguments)},c2=t._emscripten_bind_b2Body_IsActive_0=function(){return(c2=t._emscripten_bind_b2Body_IsActive_0=t.asm.Oq).apply(null,arguments)},a2=t._emscripten_bind_b2Body_SetFixedRotation_1=function(){return(a2=t._emscripten_bind_b2Body_SetFixedRotation_1=t.asm.Pq).apply(null,arguments)},l2=t._emscripten_bind_b2Body_IsFixedRotation_0=function(){return(l2=t._emscripten_bind_b2Body_IsFixedRotation_0=t.asm.Qq).apply(null,arguments)},y2=t._emscripten_bind_b2Body_GetFixtureList_0=function(){return(y2=t._emscripten_bind_b2Body_GetFixtureList_0=t.asm.Rq).apply(null,arguments)},m2=t._emscripten_bind_b2Body_GetJointList_0=function(){return(m2=t._emscripten_bind_b2Body_GetJointList_0=t.asm.Sq).apply(null,arguments)},f2=t._emscripten_bind_b2Body_GetContactList_0=function(){return(f2=t._emscripten_bind_b2Body_GetContactList_0=t.asm.Tq).apply(null,arguments)},d2=t._emscripten_bind_b2Body_GetNext_0=function(){return(d2=t._emscripten_bind_b2Body_GetNext_0=t.asm.Uq).apply(null,arguments)},b2=t._emscripten_bind_b2Body_GetUserData_0=function(){return(b2=t._emscripten_bind_b2Body_GetUserData_0=t.asm.Vq).apply(null,arguments)},g2=t._emscripten_bind_b2Body_SetUserData_1=function(){return(g2=t._emscripten_bind_b2Body_SetUserData_1=t.asm.Wq).apply(null,arguments)},h2=t._emscripten_bind_b2Body_GetWorld_0=function(){return(h2=t._emscripten_bind_b2Body_GetWorld_0=t.asm.Xq).apply(null,arguments)},U2=t._emscripten_bind_b2Body_Dump_0=function(){return(U2=t._emscripten_bind_b2Body_Dump_0=t.asm.Yq).apply(null,arguments)},J2=t._emscripten_bind_b2FrictionJoint_GetLocalAnchorA_0=function(){return(J2=t._emscripten_bind_b2FrictionJoint_GetLocalAnchorA_0=t.asm.Zq).apply(null,arguments)},D2=t._emscripten_bind_b2FrictionJoint_GetLocalAnchorB_0=function(){return(D2=t._emscripten_bind_b2FrictionJoint_GetLocalAnchorB_0=t.asm._q).apply(null,arguments)},v2=t._emscripten_bind_b2FrictionJoint_SetMaxForce_1=function(){return(v2=t._emscripten_bind_b2FrictionJoint_SetMaxForce_1=t.asm.$q).apply(null,arguments)},j2=t._emscripten_bind_b2FrictionJoint_GetMaxForce_0=function(){return(j2=t._emscripten_bind_b2FrictionJoint_GetMaxForce_0=t.asm.ar).apply(null,arguments)},G2=t._emscripten_bind_b2FrictionJoint_SetMaxTorque_1=function(){return(G2=t._emscripten_bind_b2FrictionJoint_SetMaxTorque_1=t.asm.br).apply(null,arguments)},A2=t._emscripten_bind_b2FrictionJoint_GetMaxTorque_0=function(){return(A2=t._emscripten_bind_b2FrictionJoint_GetMaxTorque_0=t.asm.cr).apply(null,arguments)},S2=t._emscripten_bind_b2FrictionJoint_GetType_0=function(){return(S2=t._emscripten_bind_b2FrictionJoint_GetType_0=t.asm.dr).apply(null,arguments)},C2=t._emscripten_bind_b2FrictionJoint_GetBodyA_0=function(){return(C2=t._emscripten_bind_b2FrictionJoint_GetBodyA_0=t.asm.er).apply(null,arguments)},B2=t._emscripten_bind_b2FrictionJoint_GetBodyB_0=function(){return(B2=t._emscripten_bind_b2FrictionJoint_GetBodyB_0=t.asm.fr).apply(null,arguments)},P2=t._emscripten_bind_b2FrictionJoint_GetAnchorA_0=function(){return(P2=t._emscripten_bind_b2FrictionJoint_GetAnchorA_0=t.asm.gr).apply(null,arguments)},x2=t._emscripten_bind_b2FrictionJoint_GetAnchorB_0=function(){return(x2=t._emscripten_bind_b2FrictionJoint_GetAnchorB_0=t.asm.hr).apply(null,arguments)},M2=t._emscripten_bind_b2FrictionJoint_GetReactionForce_1=function(){return(M2=t._emscripten_bind_b2FrictionJoint_GetReactionForce_1=t.asm.ir).apply(null,arguments)},R2=t._emscripten_bind_b2FrictionJoint_GetReactionTorque_1=function(){return(R2=t._emscripten_bind_b2FrictionJoint_GetReactionTorque_1=t.asm.jr).apply(null,arguments)},F2=t._emscripten_bind_b2FrictionJoint_GetNext_0=function(){return(F2=t._emscripten_bind_b2FrictionJoint_GetNext_0=t.asm.kr).apply(null,arguments)},w2=t._emscripten_bind_b2FrictionJoint_GetUserData_0=function(){return(w2=t._emscripten_bind_b2FrictionJoint_GetUserData_0=t.asm.lr).apply(null,arguments)},W2=t._emscripten_bind_b2FrictionJoint_SetUserData_1=function(){return(W2=t._emscripten_bind_b2FrictionJoint_SetUserData_1=t.asm.mr).apply(null,arguments)},O2=t._emscripten_bind_b2FrictionJoint_IsActive_0=function(){return(O2=t._emscripten_bind_b2FrictionJoint_IsActive_0=t.asm.nr).apply(null,arguments)},T2=t._emscripten_bind_b2FrictionJoint_GetCollideConnected_0=function(){return(T2=t._emscripten_bind_b2FrictionJoint_GetCollideConnected_0=t.asm.or).apply(null,arguments)},L2=t._emscripten_bind_b2FrictionJoint___destroy___0=function(){return(L2=t._emscripten_bind_b2FrictionJoint___destroy___0=t.asm.pr).apply(null,arguments)},I2=t._emscripten_bind_b2DestructionListener___destroy___0=function(){return(I2=t._emscripten_bind_b2DestructionListener___destroy___0=t.asm.qr).apply(null,arguments)},q2=t._emscripten_bind_b2GearJointDef_b2GearJointDef_0=function(){return(q2=t._emscripten_bind_b2GearJointDef_b2GearJointDef_0=t.asm.rr).apply(null,arguments)},V2=t._emscripten_bind_b2GearJointDef_get_joint1_0=function(){return(V2=t._emscripten_bind_b2GearJointDef_get_joint1_0=t.asm.sr).apply(null,arguments)},k2=t._emscripten_bind_b2GearJointDef_set_joint1_1=function(){return(k2=t._emscripten_bind_b2GearJointDef_set_joint1_1=t.asm.tr).apply(null,arguments)},E2=t._emscripten_bind_b2GearJointDef_get_joint2_0=function(){return(E2=t._emscripten_bind_b2GearJointDef_get_joint2_0=t.asm.ur).apply(null,arguments)},z2=t._emscripten_bind_b2GearJointDef_set_joint2_1=function(){return(z2=t._emscripten_bind_b2GearJointDef_set_joint2_1=t.asm.vr).apply(null,arguments)},N2=t._emscripten_bind_b2GearJointDef_get_ratio_0=function(){return(N2=t._emscripten_bind_b2GearJointDef_get_ratio_0=t.asm.wr).apply(null,arguments)},H2=t._emscripten_bind_b2GearJointDef_set_ratio_1=function(){return(H2=t._emscripten_bind_b2GearJointDef_set_ratio_1=t.asm.xr).apply(null,arguments)},Z2=t._emscripten_bind_b2GearJointDef_get_type_0=function(){return(Z2=t._emscripten_bind_b2GearJointDef_get_type_0=t.asm.yr).apply(null,arguments)},X2=t._emscripten_bind_b2GearJointDef_set_type_1=function(){return(X2=t._emscripten_bind_b2GearJointDef_set_type_1=t.asm.zr).apply(null,arguments)},Y2=t._emscripten_bind_b2GearJointDef_get_userData_0=function(){return(Y2=t._emscripten_bind_b2GearJointDef_get_userData_0=t.asm.Ar).apply(null,arguments)},$2=t._emscripten_bind_b2GearJointDef_set_userData_1=function(){return($2=t._emscripten_bind_b2GearJointDef_set_userData_1=t.asm.Br).apply(null,arguments)},Q2=t._emscripten_bind_b2GearJointDef_get_bodyA_0=function(){return(Q2=t._emscripten_bind_b2GearJointDef_get_bodyA_0=t.asm.Cr).apply(null,arguments)},K2=t._emscripten_bind_b2GearJointDef_set_bodyA_1=function(){return(K2=t._emscripten_bind_b2GearJointDef_set_bodyA_1=t.asm.Dr).apply(null,arguments)},th=t._emscripten_bind_b2GearJointDef_get_bodyB_0=function(){return(th=t._emscripten_bind_b2GearJointDef_get_bodyB_0=t.asm.Er).apply(null,arguments)},eh=t._emscripten_bind_b2GearJointDef_set_bodyB_1=function(){return(eh=t._emscripten_bind_b2GearJointDef_set_bodyB_1=t.asm.Fr).apply(null,arguments)},nh=t._emscripten_bind_b2GearJointDef_get_collideConnected_0=function(){return(nh=t._emscripten_bind_b2GearJointDef_get_collideConnected_0=t.asm.Gr).apply(null,arguments)},oh=t._emscripten_bind_b2GearJointDef_set_collideConnected_1=function(){return(oh=t._emscripten_bind_b2GearJointDef_set_collideConnected_1=t.asm.Hr).apply(null,arguments)},rh=t._emscripten_bind_b2GearJointDef___destroy___0=function(){return(rh=t._emscripten_bind_b2GearJointDef___destroy___0=t.asm.Ir).apply(null,arguments)},_h=t._emscripten_bind_b2RevoluteJoint_GetLocalAnchorA_0=function(){return(_h=t._emscripten_bind_b2RevoluteJoint_GetLocalAnchorA_0=t.asm.Jr).apply(null,arguments)},ih=t._emscripten_bind_b2RevoluteJoint_GetLocalAnchorB_0=function(){return(ih=t._emscripten_bind_b2RevoluteJoint_GetLocalAnchorB_0=t.asm.Kr).apply(null,arguments)},ph=t._emscripten_bind_b2RevoluteJoint_GetReferenceAngle_0=function(){return(ph=t._emscripten_bind_b2RevoluteJoint_GetReferenceAngle_0=t.asm.Lr).apply(null,arguments)},sh=t._emscripten_bind_b2RevoluteJoint_GetJointAngle_0=function(){return(sh=t._emscripten_bind_b2RevoluteJoint_GetJointAngle_0=t.asm.Mr).apply(null,arguments)},uh=t._emscripten_bind_b2RevoluteJoint_GetJointSpeed_0=function(){return(uh=t._emscripten_bind_b2RevoluteJoint_GetJointSpeed_0=t.asm.Nr).apply(null,arguments)},ch=t._emscripten_bind_b2RevoluteJoint_IsLimitEnabled_0=function(){return(ch=t._emscripten_bind_b2RevoluteJoint_IsLimitEnabled_0=t.asm.Or).apply(null,arguments)},ah=t._emscripten_bind_b2RevoluteJoint_EnableLimit_1=function(){return(ah=t._emscripten_bind_b2RevoluteJoint_EnableLimit_1=t.asm.Pr).apply(null,arguments)},lh=t._emscripten_bind_b2RevoluteJoint_GetLowerLimit_0=function(){return(lh=t._emscripten_bind_b2RevoluteJoint_GetLowerLimit_0=t.asm.Qr).apply(null,arguments)},yh=t._emscripten_bind_b2RevoluteJoint_GetUpperLimit_0=function(){return(yh=t._emscripten_bind_b2RevoluteJoint_GetUpperLimit_0=t.asm.Rr).apply(null,arguments)},mh=t._emscripten_bind_b2RevoluteJoint_SetLimits_2=function(){return(mh=t._emscripten_bind_b2RevoluteJoint_SetLimits_2=t.asm.Sr).apply(null,arguments)},fh=t._emscripten_bind_b2RevoluteJoint_IsMotorEnabled_0=function(){return(fh=t._emscripten_bind_b2RevoluteJoint_IsMotorEnabled_0=t.asm.Tr).apply(null,arguments)},dh=t._emscripten_bind_b2RevoluteJoint_EnableMotor_1=function(){return(dh=t._emscripten_bind_b2RevoluteJoint_EnableMotor_1=t.asm.Ur).apply(null,arguments)},bh=t._emscripten_bind_b2RevoluteJoint_SetMotorSpeed_1=function(){return(bh=t._emscripten_bind_b2RevoluteJoint_SetMotorSpeed_1=t.asm.Vr).apply(null,arguments)},gh=t._emscripten_bind_b2RevoluteJoint_GetMotorSpeed_0=function(){return(gh=t._emscripten_bind_b2RevoluteJoint_GetMotorSpeed_0=t.asm.Wr).apply(null,arguments)},hh=t._emscripten_bind_b2RevoluteJoint_SetMaxMotorTorque_1=function(){return(hh=t._emscripten_bind_b2RevoluteJoint_SetMaxMotorTorque_1=t.asm.Xr).apply(null,arguments)},Uh=t._emscripten_bind_b2RevoluteJoint_GetMaxMotorTorque_0=function(){return(Uh=t._emscripten_bind_b2RevoluteJoint_GetMaxMotorTorque_0=t.asm.Yr).apply(null,arguments)},Jh=t._emscripten_bind_b2RevoluteJoint_GetMotorTorque_1=function(){return(Jh=t._emscripten_bind_b2RevoluteJoint_GetMotorTorque_1=t.asm.Zr).apply(null,arguments)},Dh=t._emscripten_bind_b2RevoluteJoint_GetType_0=function(){return(Dh=t._emscripten_bind_b2RevoluteJoint_GetType_0=t.asm._r).apply(null,arguments)},vh=t._emscripten_bind_b2RevoluteJoint_GetBodyA_0=function(){return(vh=t._emscripten_bind_b2RevoluteJoint_GetBodyA_0=t.asm.$r).apply(null,arguments)},jh=t._emscripten_bind_b2RevoluteJoint_GetBodyB_0=function(){return(jh=t._emscripten_bind_b2RevoluteJoint_GetBodyB_0=t.asm.as).apply(null,arguments)},Gh=t._emscripten_bind_b2RevoluteJoint_GetAnchorA_0=function(){return(Gh=t._emscripten_bind_b2RevoluteJoint_GetAnchorA_0=t.asm.bs).apply(null,arguments)},Ah=t._emscripten_bind_b2RevoluteJoint_GetAnchorB_0=function(){return(Ah=t._emscripten_bind_b2RevoluteJoint_GetAnchorB_0=t.asm.cs).apply(null,arguments)},Sh=t._emscripten_bind_b2RevoluteJoint_GetReactionForce_1=function(){return(Sh=t._emscripten_bind_b2RevoluteJoint_GetReactionForce_1=t.asm.ds).apply(null,arguments)},Ch=t._emscripten_bind_b2RevoluteJoint_GetReactionTorque_1=function(){return(Ch=t._emscripten_bind_b2RevoluteJoint_GetReactionTorque_1=t.asm.es).apply(null,arguments)},Bh=t._emscripten_bind_b2RevoluteJoint_GetNext_0=function(){return(Bh=t._emscripten_bind_b2RevoluteJoint_GetNext_0=t.asm.fs).apply(null,arguments)},Ph=t._emscripten_bind_b2RevoluteJoint_GetUserData_0=function(){return(Ph=t._emscripten_bind_b2RevoluteJoint_GetUserData_0=t.asm.gs).apply(null,arguments)},xh=t._emscripten_bind_b2RevoluteJoint_SetUserData_1=function(){return(xh=t._emscripten_bind_b2RevoluteJoint_SetUserData_1=t.asm.hs).apply(null,arguments)},Mh=t._emscripten_bind_b2RevoluteJoint_IsActive_0=function(){return(Mh=t._emscripten_bind_b2RevoluteJoint_IsActive_0=t.asm.is).apply(null,arguments)},Rh=t._emscripten_bind_b2RevoluteJoint_GetCollideConnected_0=function(){return(Rh=t._emscripten_bind_b2RevoluteJoint_GetCollideConnected_0=t.asm.js).apply(null,arguments)},Fh=t._emscripten_bind_b2RevoluteJoint___destroy___0=function(){return(Fh=t._emscripten_bind_b2RevoluteJoint___destroy___0=t.asm.ks).apply(null,arguments)},wh=t._emscripten_bind_b2ContactEdge_b2ContactEdge_0=function(){return(wh=t._emscripten_bind_b2ContactEdge_b2ContactEdge_0=t.asm.ls).apply(null,arguments)},Wh=t._emscripten_bind_b2ContactEdge_get_other_0=function(){return(Wh=t._emscripten_bind_b2ContactEdge_get_other_0=t.asm.ms).apply(null,arguments)},Oh=t._emscripten_bind_b2ContactEdge_set_other_1=function(){return(Oh=t._emscripten_bind_b2ContactEdge_set_other_1=t.asm.ns).apply(null,arguments)},Th=t._emscripten_bind_b2ContactEdge_get_contact_0=function(){return(Th=t._emscripten_bind_b2ContactEdge_get_contact_0=t.asm.os).apply(null,arguments)},Lh=t._emscripten_bind_b2ContactEdge_set_contact_1=function(){return(Lh=t._emscripten_bind_b2ContactEdge_set_contact_1=t.asm.ps).apply(null,arguments)},Ih=t._emscripten_bind_b2ContactEdge_get_prev_0=function(){return(Ih=t._emscripten_bind_b2ContactEdge_get_prev_0=t.asm.qs).apply(null,arguments)},qh=t._emscripten_bind_b2ContactEdge_set_prev_1=function(){return(qh=t._emscripten_bind_b2ContactEdge_set_prev_1=t.asm.rs).apply(null,arguments)},Vh=t._emscripten_bind_b2ContactEdge_get_next_0=function(){return(Vh=t._emscripten_bind_b2ContactEdge_get_next_0=t.asm.ss).apply(null,arguments)},kh=t._emscripten_bind_b2ContactEdge_set_next_1=function(){return(kh=t._emscripten_bind_b2ContactEdge_set_next_1=t.asm.ts).apply(null,arguments)},Eh=t._emscripten_bind_b2ContactEdge___destroy___0=function(){return(Eh=t._emscripten_bind_b2ContactEdge___destroy___0=t.asm.us).apply(null,arguments)},zh=t._emscripten_bind_b2RopeJointDef_b2RopeJointDef_0=function(){return(zh=t._emscripten_bind_b2RopeJointDef_b2RopeJointDef_0=t.asm.vs).apply(null,arguments)},Nh=t._emscripten_bind_b2RopeJointDef_get_localAnchorA_0=function(){return(Nh=t._emscripten_bind_b2RopeJointDef_get_localAnchorA_0=t.asm.ws).apply(null,arguments)},Hh=t._emscripten_bind_b2RopeJointDef_set_localAnchorA_1=function(){return(Hh=t._emscripten_bind_b2RopeJointDef_set_localAnchorA_1=t.asm.xs).apply(null,arguments)},Zh=t._emscripten_bind_b2RopeJointDef_get_localAnchorB_0=function(){return(Zh=t._emscripten_bind_b2RopeJointDef_get_localAnchorB_0=t.asm.ys).apply(null,arguments)},Xh=t._emscripten_bind_b2RopeJointDef_set_localAnchorB_1=function(){return(Xh=t._emscripten_bind_b2RopeJointDef_set_localAnchorB_1=t.asm.zs).apply(null,arguments)},Yh=t._emscripten_bind_b2RopeJointDef_get_maxLength_0=function(){return(Yh=t._emscripten_bind_b2RopeJointDef_get_maxLength_0=t.asm.As).apply(null,arguments)},$h=t._emscripten_bind_b2RopeJointDef_set_maxLength_1=function(){return($h=t._emscripten_bind_b2RopeJointDef_set_maxLength_1=t.asm.Bs).apply(null,arguments)},Qh=t._emscripten_bind_b2RopeJointDef_get_type_0=function(){return(Qh=t._emscripten_bind_b2RopeJointDef_get_type_0=t.asm.Cs).apply(null,arguments)},Kh=t._emscripten_bind_b2RopeJointDef_set_type_1=function(){return(Kh=t._emscripten_bind_b2RopeJointDef_set_type_1=t.asm.Ds).apply(null,arguments)},tU=t._emscripten_bind_b2RopeJointDef_get_userData_0=function(){return(tU=t._emscripten_bind_b2RopeJointDef_get_userData_0=t.asm.Es).apply(null,arguments)},eU=t._emscripten_bind_b2RopeJointDef_set_userData_1=function(){return(eU=t._emscripten_bind_b2RopeJointDef_set_userData_1=t.asm.Fs).apply(null,arguments)},nU=t._emscripten_bind_b2RopeJointDef_get_bodyA_0=function(){return(nU=t._emscripten_bind_b2RopeJointDef_get_bodyA_0=t.asm.Gs).apply(null,arguments)},oU=t._emscripten_bind_b2RopeJointDef_set_bodyA_1=function(){return(oU=t._emscripten_bind_b2RopeJointDef_set_bodyA_1=t.asm.Hs).apply(null,arguments)},rU=t._emscripten_bind_b2RopeJointDef_get_bodyB_0=function(){return(rU=t._emscripten_bind_b2RopeJointDef_get_bodyB_0=t.asm.Is).apply(null,arguments)},_U=t._emscripten_bind_b2RopeJointDef_set_bodyB_1=function(){return(_U=t._emscripten_bind_b2RopeJointDef_set_bodyB_1=t.asm.Js).apply(null,arguments)},iU=t._emscripten_bind_b2RopeJointDef_get_collideConnected_0=function(){return(iU=t._emscripten_bind_b2RopeJointDef_get_collideConnected_0=t.asm.Ks).apply(null,arguments)},pU=t._emscripten_bind_b2RopeJointDef_set_collideConnected_1=function(){return(pU=t._emscripten_bind_b2RopeJointDef_set_collideConnected_1=t.asm.Ls).apply(null,arguments)},sU=t._emscripten_bind_b2RopeJointDef___destroy___0=function(){return(sU=t._emscripten_bind_b2RopeJointDef___destroy___0=t.asm.Ms).apply(null,arguments)},uU=t._emscripten_bind_b2MotorJointDef_b2MotorJointDef_0=function(){return(uU=t._emscripten_bind_b2MotorJointDef_b2MotorJointDef_0=t.asm.Ns).apply(null,arguments)},cU=t._emscripten_bind_b2MotorJointDef_Initialize_2=function(){return(cU=t._emscripten_bind_b2MotorJointDef_Initialize_2=t.asm.Os).apply(null,arguments)},aU=t._emscripten_bind_b2MotorJointDef_get_linearOffset_0=function(){return(aU=t._emscripten_bind_b2MotorJointDef_get_linearOffset_0=t.asm.Ps).apply(null,arguments)},lU=t._emscripten_bind_b2MotorJointDef_set_linearOffset_1=function(){return(lU=t._emscripten_bind_b2MotorJointDef_set_linearOffset_1=t.asm.Qs).apply(null,arguments)},yU=t._emscripten_bind_b2MotorJointDef_get_angularOffset_0=function(){return(yU=t._emscripten_bind_b2MotorJointDef_get_angularOffset_0=t.asm.Rs).apply(null,arguments)},mU=t._emscripten_bind_b2MotorJointDef_set_angularOffset_1=function(){return(mU=t._emscripten_bind_b2MotorJointDef_set_angularOffset_1=t.asm.Ss).apply(null,arguments)},fU=t._emscripten_bind_b2MotorJointDef_get_maxForce_0=function(){return(fU=t._emscripten_bind_b2MotorJointDef_get_maxForce_0=t.asm.Ts).apply(null,arguments)},dU=t._emscripten_bind_b2MotorJointDef_set_maxForce_1=function(){return(dU=t._emscripten_bind_b2MotorJointDef_set_maxForce_1=t.asm.Us).apply(null,arguments)},bU=t._emscripten_bind_b2MotorJointDef_get_maxTorque_0=function(){return(bU=t._emscripten_bind_b2MotorJointDef_get_maxTorque_0=t.asm.Vs).apply(null,arguments)},gU=t._emscripten_bind_b2MotorJointDef_set_maxTorque_1=function(){return(gU=t._emscripten_bind_b2MotorJointDef_set_maxTorque_1=t.asm.Ws).apply(null,arguments)},hU=t._emscripten_bind_b2MotorJointDef_get_correctionFactor_0=function(){return(hU=t._emscripten_bind_b2MotorJointDef_get_correctionFactor_0=t.asm.Xs).apply(null,arguments)},UU=t._emscripten_bind_b2MotorJointDef_set_correctionFactor_1=function(){return(UU=t._emscripten_bind_b2MotorJointDef_set_correctionFactor_1=t.asm.Ys).apply(null,arguments)},JU=t._emscripten_bind_b2MotorJointDef_get_type_0=function(){return(JU=t._emscripten_bind_b2MotorJointDef_get_type_0=t.asm.Zs).apply(null,arguments)},DU=t._emscripten_bind_b2MotorJointDef_set_type_1=function(){return(DU=t._emscripten_bind_b2MotorJointDef_set_type_1=t.asm._s).apply(null,arguments)},vU=t._emscripten_bind_b2MotorJointDef_get_userData_0=function(){return(vU=t._emscripten_bind_b2MotorJointDef_get_userData_0=t.asm.$s).apply(null,arguments)},jU=t._emscripten_bind_b2MotorJointDef_set_userData_1=function(){return(jU=t._emscripten_bind_b2MotorJointDef_set_userData_1=t.asm.at).apply(null,arguments)},GU=t._emscripten_bind_b2MotorJointDef_get_bodyA_0=function(){return(GU=t._emscripten_bind_b2MotorJointDef_get_bodyA_0=t.asm.bt).apply(null,arguments)},AU=t._emscripten_bind_b2MotorJointDef_set_bodyA_1=function(){return(AU=t._emscripten_bind_b2MotorJointDef_set_bodyA_1=t.asm.ct).apply(null,arguments)},SU=t._emscripten_bind_b2MotorJointDef_get_bodyB_0=function(){return(SU=t._emscripten_bind_b2MotorJointDef_get_bodyB_0=t.asm.dt).apply(null,arguments)},CU=t._emscripten_bind_b2MotorJointDef_set_bodyB_1=function(){return(CU=t._emscripten_bind_b2MotorJointDef_set_bodyB_1=t.asm.et).apply(null,arguments)},BU=t._emscripten_bind_b2MotorJointDef_get_collideConnected_0=function(){return(BU=t._emscripten_bind_b2MotorJointDef_get_collideConnected_0=t.asm.ft).apply(null,arguments)},PU=t._emscripten_bind_b2MotorJointDef_set_collideConnected_1=function(){return(PU=t._emscripten_bind_b2MotorJointDef_set_collideConnected_1=t.asm.gt).apply(null,arguments)},xU=t._emscripten_bind_b2MotorJointDef___destroy___0=function(){return(xU=t._emscripten_bind_b2MotorJointDef___destroy___0=t.asm.ht).apply(null,arguments)},MU=t._emscripten_enum_b2ShapeType_e_circle=function(){return(MU=t._emscripten_enum_b2ShapeType_e_circle=t.asm.it).apply(null,arguments)},RU=t._emscripten_enum_b2ShapeType_e_edge=function(){return(RU=t._emscripten_enum_b2ShapeType_e_edge=t.asm.jt).apply(null,arguments)},FU=t._emscripten_enum_b2ShapeType_e_polygon=function(){return(FU=t._emscripten_enum_b2ShapeType_e_polygon=t.asm.kt).apply(null,arguments)},wU=t._emscripten_enum_b2ShapeType_e_chain=function(){return(wU=t._emscripten_enum_b2ShapeType_e_chain=t.asm.lt).apply(null,arguments)},WU=t._emscripten_enum_b2ShapeType_e_typeCount=function(){return(WU=t._emscripten_enum_b2ShapeType_e_typeCount=t.asm.mt).apply(null,arguments)},OU=t._emscripten_enum_b2JointType_e_unknownJoint=function(){return(OU=t._emscripten_enum_b2JointType_e_unknownJoint=t.asm.nt).apply(null,arguments)},TU=t._emscripten_enum_b2JointType_e_revoluteJoint=function(){return(TU=t._emscripten_enum_b2JointType_e_revoluteJoint=t.asm.ot).apply(null,arguments)},LU=t._emscripten_enum_b2JointType_e_prismaticJoint=function(){return(LU=t._emscripten_enum_b2JointType_e_prismaticJoint=t.asm.pt).apply(null,arguments)},IU=t._emscripten_enum_b2JointType_e_distanceJoint=function(){return(IU=t._emscripten_enum_b2JointType_e_distanceJoint=t.asm.qt).apply(null,arguments)},qU=t._emscripten_enum_b2JointType_e_pulleyJoint=function(){return(qU=t._emscripten_enum_b2JointType_e_pulleyJoint=t.asm.rt).apply(null,arguments)},VU=t._emscripten_enum_b2JointType_e_mouseJoint=function(){return(VU=t._emscripten_enum_b2JointType_e_mouseJoint=t.asm.st).apply(null,arguments)},kU=t._emscripten_enum_b2JointType_e_gearJoint=function(){return(kU=t._emscripten_enum_b2JointType_e_gearJoint=t.asm.tt).apply(null,arguments)},EU=t._emscripten_enum_b2JointType_e_wheelJoint=function(){return(EU=t._emscripten_enum_b2JointType_e_wheelJoint=t.asm.ut).apply(null,arguments)},zU=t._emscripten_enum_b2JointType_e_weldJoint=function(){return(zU=t._emscripten_enum_b2JointType_e_weldJoint=t.asm.vt).apply(null,arguments)},NU=t._emscripten_enum_b2JointType_e_frictionJoint=function(){return(NU=t._emscripten_enum_b2JointType_e_frictionJoint=t.asm.wt).apply(null,arguments)},HU=t._emscripten_enum_b2JointType_e_ropeJoint=function(){return(HU=t._emscripten_enum_b2JointType_e_ropeJoint=t.asm.xt).apply(null,arguments)},ZU=t._emscripten_enum_b2JointType_e_motorJoint=function(){return(ZU=t._emscripten_enum_b2JointType_e_motorJoint=t.asm.yt).apply(null,arguments)},XU=t._emscripten_enum_b2LimitState_e_inactiveLimit=function(){return(XU=t._emscripten_enum_b2LimitState_e_inactiveLimit=t.asm.zt).apply(null,arguments)},YU=t._emscripten_enum_b2LimitState_e_atLowerLimit=function(){return(YU=t._emscripten_enum_b2LimitState_e_atLowerLimit=t.asm.At).apply(null,arguments)},$U=t._emscripten_enum_b2LimitState_e_atUpperLimit=function(){return($U=t._emscripten_enum_b2LimitState_e_atUpperLimit=t.asm.Bt).apply(null,arguments)},QU=t._emscripten_enum_b2LimitState_e_equalLimits=function(){return(QU=t._emscripten_enum_b2LimitState_e_equalLimits=t.asm.Ct).apply(null,arguments)},KU=t._emscripten_enum_b2ManifoldType_e_circles=function(){return(KU=t._emscripten_enum_b2ManifoldType_e_circles=t.asm.Dt).apply(null,arguments)},tJ=t._emscripten_enum_b2ManifoldType_e_faceA=function(){return(tJ=t._emscripten_enum_b2ManifoldType_e_faceA=t.asm.Et).apply(null,arguments)},eJ=t._emscripten_enum_b2ManifoldType_e_faceB=function(){return(eJ=t._emscripten_enum_b2ManifoldType_e_faceB=t.asm.Ft).apply(null,arguments)},nJ=t._emscripten_enum_b2BodyType_b2_staticBody=function(){return(nJ=t._emscripten_enum_b2BodyType_b2_staticBody=t.asm.Gt).apply(null,arguments)},oJ=t._emscripten_enum_b2BodyType_b2_kinematicBody=function(){return(oJ=t._emscripten_enum_b2BodyType_b2_kinematicBody=t.asm.Ht).apply(null,arguments)},rJ=t._emscripten_enum_b2BodyType_b2_dynamicBody=function(){return(rJ=t._emscripten_enum_b2BodyType_b2_dynamicBody=t.asm.It).apply(null,arguments)},_J=t._emscripten_enum_b2DrawFlag_e_shapeBit=function(){return(_J=t._emscripten_enum_b2DrawFlag_e_shapeBit=t.asm.Jt).apply(null,arguments)},iJ=t._emscripten_enum_b2DrawFlag_e_jointBit=function(){return(iJ=t._emscripten_enum_b2DrawFlag_e_jointBit=t.asm.Kt).apply(null,arguments)},pJ=t._emscripten_enum_b2DrawFlag_e_aabbBit=function(){return(pJ=t._emscripten_enum_b2DrawFlag_e_aabbBit=t.asm.Lt).apply(null,arguments)},sJ=t._emscripten_enum_b2DrawFlag_e_pairBit=function(){return(sJ=t._emscripten_enum_b2DrawFlag_e_pairBit=t.asm.Mt).apply(null,arguments)},uJ=t._emscripten_enum_b2DrawFlag_e_centerOfMassBit=function(){return(uJ=t._emscripten_enum_b2DrawFlag_e_centerOfMassBit=t.asm.Nt).apply(null,arguments)},cJ=t._emscripten_enum_b2ContactFeatureType_e_vertex=function(){return(cJ=t._emscripten_enum_b2ContactFeatureType_e_vertex=t.asm.Ot).apply(null,arguments)},aJ=t._emscripten_enum_b2ContactFeatureType_e_face=function(){return(aJ=t._emscripten_enum_b2ContactFeatureType_e_face=t.asm.Pt).apply(null,arguments)};t._malloc=function(){return(t._malloc=t.asm.Qt).apply(null,arguments)},t._free=function(){return(t._free=t.asm.Rt).apply(null,arguments)},t.dynCall_vi=function(){return(t.dynCall_vi=t.asm.St).apply(null,arguments)},t.dynCall_v=function(){return(t.dynCall_v=t.asm.Tt).apply(null,arguments)},t.asm=xe;var Zt;kt=function e(){Zt||re(),Zt||(kt=e)};function re(){function e(){if(!Zt&&(Zt=!0,t.calledRun=!0,!fe)){if(Ge=!0,Ht(De),Ht(ve),ae(t),t.onRuntimeInitialized&&t.onRuntimeInitialized(),t.postRun)for(typeof t.postRun=="function"&&(t.postRun=[t.postRun]);t.postRun.length;){var n=t.postRun.shift();je.unshift(n)}Ht(je)}}if(!(0<Rt)){if(t.preRun)for(typeof t.preRun=="function"&&(t.preRun=[t.preRun]);t.preRun.length;)fJ();Ht(Je),0<Rt||(t.setStatus?(t.setStatus("Running..."),setTimeout(function(){setTimeout(function(){t.setStatus("")},1),e()},1)):e())}}if(t.run=re,t.preInit)for(typeof t.preInit=="function"&&(t.preInit=[t.preInit]);0<t.preInit.length;)t.preInit.pop()();me=!0,re();function S(){}S.prototype=Object.create(S.prototype),S.prototype.constructor=S,S.prototype.Vt=S,S.Wt={},t.WrapperObject=S;function P(e){return(e||S).Wt}t.getCache=P;function r(e,n){var o=P(n),_=o[e];return _||(_=Object.create((n||S).prototype),_.Ut=e,o[e]=_)}t.wrapPointer=r,t.castObject=function(e,n){return r(e.Ut,n)},t.NULL=r(0),t.destroy=function(e){if(!e.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";e.__destroy__(),delete P(e.Vt)[e.Ut]},t.compare=function(e,n){return e.Ut===n.Ut},t.getPointer=function(e){return e.Ut},t.getClass=function(e){return e.Vt};var Et=0,_e=0,ie=[],pe=0;function lJ(){if(pe){for(var e=0;e<ie.length;e++)t._free(ie[e]);ie.length=0,t._free(Et),Et=0,_e+=pe,pe=0}Et||(_e+=128,Et=t._malloc(_e),Kt(Et))}function Dt(){throw"cannot construct a b2DestructionListenerWrapper, no constructor in IDL"}Dt.prototype=Object.create(S.prototype),Dt.prototype.constructor=Dt,Dt.prototype.Vt=Dt,Dt.Wt={},t.b2DestructionListenerWrapper=Dt,Dt.prototype.__destroy__=function(){Re(this.Ut)};function yt(){throw"cannot construct a b2Draw, no constructor in IDL"}yt.prototype=Object.create(S.prototype),yt.prototype.constructor=yt,yt.prototype.Vt=yt,yt.Wt={},t.b2Draw=yt,yt.prototype.SetFlags=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Fe(n,e)},yt.prototype.GetFlags=function(){return we(this.Ut)},yt.prototype.AppendFlags=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),We(n,e)},yt.prototype.ClearFlags=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Oe(n,e)},yt.prototype.__destroy__=function(){Te(this.Ut)};function A(){throw"cannot construct a b2Joint, no constructor in IDL"}A.prototype=Object.create(S.prototype),A.prototype.constructor=A,A.prototype.Vt=A,A.Wt={},t.b2Joint=A,A.prototype.GetType=function(){return Le(this.Ut)},A.prototype.GetBodyA=function(){return r(Ie(this.Ut),s)},A.prototype.GetBodyB=function(){return r(qe(this.Ut),s)},A.prototype.GetAnchorA=function(){return r(Ve(this.Ut),i)},A.prototype.GetAnchorB=function(){return r(ke(this.Ut),i)},A.prototype.GetReactionForce=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Ee(n,e),i)},A.prototype.GetReactionTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),ze(n,e)},A.prototype.GetNext=function(){return r(Ne(this.Ut),A)},A.prototype.GetUserData=function(){return He(this.Ut)},A.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ze(n,e)},A.prototype.IsActive=function(){return!!Xe(this.Ut)},A.prototype.GetCollideConnected=function(){return!!Ye(this.Ut)},A.prototype.Dump=function(){$e(this.Ut)};function vt(){throw"cannot construct a b2RayCastCallback, no constructor in IDL"}vt.prototype=Object.create(S.prototype),vt.prototype.constructor=vt,vt.prototype.Vt=vt,vt.Wt={},t.b2RayCastCallback=vt,vt.prototype.__destroy__=function(){Qe(this.Ut)};function jt(){throw"cannot construct a b2ContactListener, no constructor in IDL"}jt.prototype=Object.create(S.prototype),jt.prototype.constructor=jt,jt.prototype.Vt=jt,jt.Wt={},t.b2ContactListener=jt,jt.prototype.__destroy__=function(){Ke(this.Ut)};function Gt(){throw"cannot construct a b2QueryCallback, no constructor in IDL"}Gt.prototype=Object.create(S.prototype),Gt.prototype.constructor=Gt,Gt.prototype.Vt=Gt,Gt.Wt={},t.b2QueryCallback=Gt,Gt.prototype.__destroy__=function(){tn(this.Ut)};function G(){this.Ut=en(),P(G)[this.Ut]=this}G.prototype=Object.create(S.prototype),G.prototype.constructor=G,G.prototype.Vt=G,G.Wt={},t.b2JointDef=G,G.prototype.get_type=G.prototype.Xt=function(){return nn(this.Ut)},G.prototype.set_type=G.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),on(n,e)},Object.defineProperty(G.prototype,"type",{get:G.prototype.Xt,set:G.prototype.Zt}),G.prototype.get_userData=G.prototype.Yt=function(){return rn(this.Ut)},G.prototype.set_userData=G.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),_n(n,e)},Object.defineProperty(G.prototype,"userData",{get:G.prototype.Yt,set:G.prototype.$t}),G.prototype.get_bodyA=G.prototype.au=function(){return r(pn(this.Ut),s)},G.prototype.set_bodyA=G.prototype.du=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),sn(n,e)},Object.defineProperty(G.prototype,"bodyA",{get:G.prototype.au,set:G.prototype.du}),G.prototype.get_bodyB=G.prototype.bu=function(){return r(un(this.Ut),s)},G.prototype.set_bodyB=G.prototype.eu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),cn(n,e)},Object.defineProperty(G.prototype,"bodyB",{get:G.prototype.bu,set:G.prototype.eu}),G.prototype.get_collideConnected=G.prototype.cu=function(){return!!an(this.Ut)},G.prototype.set_collideConnected=G.prototype.fu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ln(n,e)},Object.defineProperty(G.prototype,"collideConnected",{get:G.prototype.cu,set:G.prototype.fu}),G.prototype.__destroy__=function(){yn(this.Ut)};function k(){throw"cannot construct a b2Shape, no constructor in IDL"}k.prototype=Object.create(S.prototype),k.prototype.constructor=k,k.prototype.Vt=k,k.Wt={},t.b2Shape=k,k.prototype.GetType=function(){return mn(this.Ut)},k.prototype.GetChildCount=function(){return fn(this.Ut)},k.prototype.TestPoint=function(e,n){var o=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),!!dn(o,e,n)},k.prototype.RayCast=function(e,n,o,_){var U=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),!!bn(U,e,n,o,_)},k.prototype.ComputeAABB=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),gn(_,e,n,o)},k.prototype.ComputeMass=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),hn(o,e,n)},k.prototype.get_m_type=k.prototype.lu=function(){return Un(this.Ut)},k.prototype.set_m_type=k.prototype.nu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Jn(n,e)},Object.defineProperty(k.prototype,"m_type",{get:k.prototype.lu,set:k.prototype.nu}),k.prototype.get_m_radius=k.prototype.ku=function(){return Dn(this.Ut)},k.prototype.set_m_radius=k.prototype.mu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),vn(n,e)},Object.defineProperty(k.prototype,"m_radius",{get:k.prototype.ku,set:k.prototype.mu}),k.prototype.__destroy__=function(){jn(this.Ut)};function At(){throw"cannot construct a b2ContactFilter, no constructor in IDL"}At.prototype=Object.create(S.prototype),At.prototype.constructor=At,At.prototype.Vt=At,At.Wt={},t.b2ContactFilter=At,At.prototype.__destroy__=function(){Gn(this.Ut)};function dt(){this.Ut=An(),P(dt)[this.Ut]=this}dt.prototype=Object.create(Dt.prototype),dt.prototype.constructor=dt,dt.prototype.Vt=dt,dt.Wt={},t.JSDestructionListener=dt,dt.prototype.SayGoodbyeJoint=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Sn(n,e)},dt.prototype.SayGoodbyeFixture=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Cn(n,e)},dt.prototype.__destroy__=function(){Bn(this.Ut)};function at(){throw"cannot construct a b2ContactImpulse, no constructor in IDL"}at.prototype=Object.create(S.prototype),at.prototype.constructor=at,at.prototype.Vt=at,at.Wt={},t.b2ContactImpulse=at,at.prototype.get_count=at.prototype.xv=function(){return Pn(this.Ut)},at.prototype.set_count=at.prototype.kx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),xn(n,e)},Object.defineProperty(at.prototype,"count",{get:at.prototype.xv,set:at.prototype.kx}),at.prototype.__destroy__=function(){Mn(this.Ut)};function K(){throw"cannot construct a b2DistanceJoint, no constructor in IDL"}K.prototype=Object.create(A.prototype),K.prototype.constructor=K,K.prototype.Vt=K,K.Wt={},t.b2DistanceJoint=K,K.prototype.GetLocalAnchorA=function(){return r(Rn(this.Ut),i)},K.prototype.GetLocalAnchorB=function(){return r(Fn(this.Ut),i)},K.prototype.SetLength=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),wn(n,e)},K.prototype.GetLength=function(){return Wn(this.Ut)},K.prototype.SetFrequency=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),On(n,e)},K.prototype.GetFrequency=function(){return Tn(this.Ut)},K.prototype.SetDampingRatio=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ln(n,e)},K.prototype.GetDampingRatio=function(){return In(this.Ut)},K.prototype.GetType=function(){return qn(this.Ut)},K.prototype.GetBodyA=function(){return r(Vn(this.Ut),s)},K.prototype.GetBodyB=function(){return r(kn(this.Ut),s)},K.prototype.GetAnchorA=function(){return r(En(this.Ut),i)},K.prototype.GetAnchorB=function(){return r(zn(this.Ut),i)},K.prototype.GetReactionForce=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Nn(n,e),i)},K.prototype.GetReactionTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),Hn(n,e)},K.prototype.GetNext=function(){return r(Zn(this.Ut),A)},K.prototype.GetUserData=function(){return Xn(this.Ut)},K.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Yn(n,e)},K.prototype.IsActive=function(){return!!$n(this.Ut)},K.prototype.GetCollideConnected=function(){return!!Qn(this.Ut)},K.prototype.__destroy__=function(){Kn(this.Ut)};function V(e,n,o){e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),this.Ut=e===void 0?to():n===void 0?_emscripten_bind_b2Mat33_b2Mat33_1(e):o===void 0?_emscripten_bind_b2Mat33_b2Mat33_2(e,n):eo(e,n,o),P(V)[this.Ut]=this}V.prototype=Object.create(S.prototype),V.prototype.constructor=V,V.prototype.Vt=V,V.Wt={},t.b2Mat33=V,V.prototype.SetZero=function(){no(this.Ut)},V.prototype.Solve33=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(oo(n,e),x)},V.prototype.Solve22=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(ro(n,e),i)},V.prototype.GetInverse22=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),_o(n,e)},V.prototype.GetSymInverse33=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),io(n,e)},V.prototype.get_ex=V.prototype.Cu=function(){return r(po(this.Ut),x)},V.prototype.set_ex=V.prototype.Ru=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),so(n,e)},Object.defineProperty(V.prototype,"ex",{get:V.prototype.Cu,set:V.prototype.Ru}),V.prototype.get_ey=V.prototype.Du=function(){return r(uo(this.Ut),x)},V.prototype.set_ey=V.prototype.Su=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),co(n,e)},Object.defineProperty(V.prototype,"ey",{get:V.prototype.Du,set:V.prototype.Su}),V.prototype.get_ez=V.prototype.zv=function(){return r(ao(this.Ut),x)},V.prototype.set_ez=V.prototype.mx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),lo(n,e)},Object.defineProperty(V.prototype,"ez",{get:V.prototype.zv,set:V.prototype.mx}),V.prototype.__destroy__=function(){yo(this.Ut)};function L(){throw"cannot construct a b2Fixture, no constructor in IDL"}L.prototype=Object.create(S.prototype),L.prototype.constructor=L,L.prototype.Vt=L,L.Wt={},t.b2Fixture=L,L.prototype.GetType=function(){return mo(this.Ut)},L.prototype.GetShape=function(){return r(fo(this.Ut),k)},L.prototype.SetSensor=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),bo(n,e)},L.prototype.IsSensor=function(){return!!go(this.Ut)},L.prototype.SetFilterData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ho(n,e)},L.prototype.GetFilterData=function(){return r(Uo(this.Ut),E)},L.prototype.Refilter=function(){Jo(this.Ut)},L.prototype.GetBody=function(){return r(Do(this.Ut),s)},L.prototype.GetNext=function(){return r(vo(this.Ut),L)},L.prototype.GetUserData=function(){return jo(this.Ut)},L.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Go(n,e)},L.prototype.TestPoint=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),!!Ao(n,e)},L.prototype.RayCast=function(e,n,o){var _=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),!!So(_,e,n,o)},L.prototype.GetMassData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Co(n,e)},L.prototype.SetDensity=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Bo(n,e)},L.prototype.GetDensity=function(){return Po(this.Ut)},L.prototype.GetFriction=function(){return xo(this.Ut)},L.prototype.SetFriction=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Mo(n,e)},L.prototype.GetRestitution=function(){return Ro(this.Ut)},L.prototype.SetRestitution=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Fo(n,e)},L.prototype.GetAABB=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(wo(n,e),N)},L.prototype.Dump=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Wo(n,e)},L.prototype.__destroy__=function(){Oo(this.Ut)};function E(){this.Ut=To(),P(E)[this.Ut]=this}E.prototype=Object.create(S.prototype),E.prototype.constructor=E,E.prototype.Vt=E,E.Wt={},t.b2Filter=E,E.prototype.get_categoryBits=E.prototype.rv=function(){return Lo(this.Ut)},E.prototype.set_categoryBits=E.prototype.ex=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Io(n,e)},Object.defineProperty(E.prototype,"categoryBits",{get:E.prototype.rv,set:E.prototype.ex}),E.prototype.get_maskBits=E.prototype.nw=function(){return qo(this.Ut)},E.prototype.set_maskBits=E.prototype.ay=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Vo(n,e)},Object.defineProperty(E.prototype,"maskBits",{get:E.prototype.nw,set:E.prototype.ay}),E.prototype.get_groupIndex=E.prototype.Iv=function(){return ko(this.Ut)},E.prototype.set_groupIndex=E.prototype.vx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Eo(n,e)},Object.defineProperty(E.prototype,"groupIndex",{get:E.prototype.Iv,set:E.prototype.vx}),E.prototype.__destroy__=function(){zo(this.Ut)};function bt(){this.Ut=No(),P(bt)[this.Ut]=this}bt.prototype=Object.create(Gt.prototype),bt.prototype.constructor=bt,bt.prototype.Vt=bt,bt.Wt={},t.JSQueryCallback=bt,bt.prototype.ReportFixture=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),!!Ho(n,e)},bt.prototype.__destroy__=function(){Zo(this.Ut)};function tt(){throw"cannot construct a b2MouseJoint, no constructor in IDL"}tt.prototype=Object.create(A.prototype),tt.prototype.constructor=tt,tt.prototype.Vt=tt,tt.Wt={},t.b2MouseJoint=tt,tt.prototype.SetTarget=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Xo(n,e)},tt.prototype.GetTarget=function(){return r(Yo(this.Ut),i)},tt.prototype.SetMaxForce=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),$o(n,e)},tt.prototype.GetMaxForce=function(){return Qo(this.Ut)},tt.prototype.SetFrequency=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ko(n,e)},tt.prototype.GetFrequency=function(){return tr(this.Ut)},tt.prototype.SetDampingRatio=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),er(n,e)},tt.prototype.GetDampingRatio=function(){return nr(this.Ut)},tt.prototype.GetType=function(){return or(this.Ut)},tt.prototype.GetBodyA=function(){return r(rr(this.Ut),s)},tt.prototype.GetBodyB=function(){return r(_r(this.Ut),s)},tt.prototype.GetAnchorA=function(){return r(ir(this.Ut),i)},tt.prototype.GetAnchorB=function(){return r(pr(this.Ut),i)},tt.prototype.GetReactionForce=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(sr(n,e),i)},tt.prototype.GetReactionTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),ur(n,e)},tt.prototype.GetNext=function(){return r(cr(this.Ut),A)},tt.prototype.GetUserData=function(){return ar(this.Ut)},tt.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),lr(n,e)},tt.prototype.IsActive=function(){return!!yr(this.Ut)},tt.prototype.GetCollideConnected=function(){return!!mr(this.Ut)},tt.prototype.__destroy__=function(){fr(this.Ut)};function Z(e){e&&typeof e=="object"&&(e=e.Ut),this.Ut=e===void 0?dr():br(e),P(Z)[this.Ut]=this}Z.prototype=Object.create(S.prototype),Z.prototype.constructor=Z,Z.prototype.Vt=Z,Z.Wt={},t.b2Rot=Z,Z.prototype.Set=Z.prototype.Set=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),gr(n,e)},Z.prototype.SetIdentity=function(){hr(this.Ut)},Z.prototype.GetAngle=function(){return Ur(this.Ut)},Z.prototype.GetXAxis=function(){return r(Jr(this.Ut),i)},Z.prototype.GetYAxis=function(){return r(Dr(this.Ut),i)},Z.prototype.get_s=Z.prototype.Cw=function(){return vr(this.Ut)},Z.prototype.set_s=Z.prototype.py=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),jr(n,e)},Object.defineProperty(Z.prototype,"s",{get:Z.prototype.Cw,set:Z.prototype.py}),Z.prototype.get_c=Z.prototype.qv=function(){return Gr(this.Ut)},Z.prototype.set_c=Z.prototype.dx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ar(n,e)},Object.defineProperty(Z.prototype,"c",{get:Z.prototype.qv,set:Z.prototype.dx}),Z.prototype.__destroy__=function(){Sr(this.Ut)};function X(){throw"cannot construct a b2MotorJoint, no constructor in IDL"}X.prototype=Object.create(A.prototype),X.prototype.constructor=X,X.prototype.Vt=X,X.Wt={},t.b2MotorJoint=X,X.prototype.SetLinearOffset=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Cr(n,e)},X.prototype.GetLinearOffset=function(){return r(Br(this.Ut),i)},X.prototype.SetAngularOffset=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Pr(n,e)},X.prototype.GetAngularOffset=function(){return xr(this.Ut)},X.prototype.SetMaxForce=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Mr(n,e)},X.prototype.GetMaxForce=function(){return Rr(this.Ut)},X.prototype.SetMaxTorque=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Fr(n,e)},X.prototype.GetMaxTorque=function(){return wr(this.Ut)},X.prototype.SetCorrectionFactor=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Wr(n,e)},X.prototype.GetCorrectionFactor=function(){return Or(this.Ut)},X.prototype.GetType=function(){return Tr(this.Ut)},X.prototype.GetBodyA=function(){return r(Lr(this.Ut),s)},X.prototype.GetBodyB=function(){return r(Ir(this.Ut),s)},X.prototype.GetAnchorA=function(){return r(qr(this.Ut),i)},X.prototype.GetAnchorB=function(){return r(Vr(this.Ut),i)},X.prototype.GetReactionForce=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(kr(n,e),i)},X.prototype.GetReactionTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),Er(n,e)},X.prototype.GetNext=function(){return r(zr(this.Ut),A)},X.prototype.GetUserData=function(){return Nr(this.Ut)},X.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Hr(n,e)},X.prototype.IsActive=function(){return!!Zr(this.Ut)},X.prototype.GetCollideConnected=function(){return!!Xr(this.Ut)},X.prototype.__destroy__=function(){Yr(this.Ut)};function J(){throw"cannot construct a b2Profile, no constructor in IDL"}J.prototype=Object.create(S.prototype),J.prototype.constructor=J,J.prototype.Vt=J,J.Wt={},t.b2Profile=J,J.prototype.get_step=J.prototype.Kw=function(){return $r(this.Ut)},J.prototype.set_step=J.prototype.xy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Qr(n,e)},Object.defineProperty(J.prototype,"step",{get:J.prototype.Kw,set:J.prototype.xy}),J.prototype.get_collide=J.prototype.uv=function(){return Kr(this.Ut)},J.prototype.set_collide=J.prototype.hx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),t_(n,e)},Object.defineProperty(J.prototype,"collide",{get:J.prototype.uv,set:J.prototype.hx}),J.prototype.get_solve=J.prototype.Fw=function(){return e_(this.Ut)},J.prototype.set_solve=J.prototype.sy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n_(n,e)},Object.defineProperty(J.prototype,"solve",{get:J.prototype.Fw,set:J.prototype.sy}),J.prototype.get_solveInit=J.prototype.Gw=function(){return o_(this.Ut)},J.prototype.set_solveInit=J.prototype.ty=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),r_(n,e)},Object.defineProperty(J.prototype,"solveInit",{get:J.prototype.Gw,set:J.prototype.ty}),J.prototype.get_solveVelocity=J.prototype.Jw=function(){return __(this.Ut)},J.prototype.set_solveVelocity=J.prototype.wy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),i_(n,e)},Object.defineProperty(J.prototype,"solveVelocity",{get:J.prototype.Jw,set:J.prototype.wy}),J.prototype.get_solvePosition=J.prototype.Hw=function(){return p_(this.Ut)},J.prototype.set_solvePosition=J.prototype.uy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),s_(n,e)},Object.defineProperty(J.prototype,"solvePosition",{get:J.prototype.Hw,set:J.prototype.uy}),J.prototype.get_broadphase=J.prototype.ov=function(){return u_(this.Ut)},J.prototype.set_broadphase=J.prototype.bx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),c_(n,e)},Object.defineProperty(J.prototype,"broadphase",{get:J.prototype.ov,set:J.prototype.bx}),J.prototype.get_solveTOI=J.prototype.Iw=function(){return a_(this.Ut)},J.prototype.set_solveTOI=J.prototype.vy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),l_(n,e)},Object.defineProperty(J.prototype,"solveTOI",{get:J.prototype.Iw,set:J.prototype.vy}),J.prototype.__destroy__=function(){y_(this.Ut)};function Bt(){throw"cannot construct a VoidPtr, no constructor in IDL"}Bt.prototype=Object.create(S.prototype),Bt.prototype.constructor=Bt,Bt.prototype.Vt=Bt,Bt.Wt={},t.VoidPtr=Bt,Bt.prototype.__destroy__=function(){m_(this.Ut)};function c(){this.Ut=f_(),P(c)[this.Ut]=this}c.prototype=Object.create(S.prototype),c.prototype.constructor=c,c.prototype.Vt=c,c.Wt={},t.b2BodyDef=c,c.prototype.get_type=c.prototype.Xt=function(){return d_(this.Ut)},c.prototype.set_type=c.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),b_(n,e)},Object.defineProperty(c.prototype,"type",{get:c.prototype.Xt,set:c.prototype.Zt}),c.prototype.get_position=c.prototype.yw=function(){return r(g_(this.Ut),i)},c.prototype.set_position=c.prototype.ly=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),h_(n,e)},Object.defineProperty(c.prototype,"position",{get:c.prototype.yw,set:c.prototype.ly}),c.prototype.get_angle=c.prototype.iv=function(){return U_(this.Ut)},c.prototype.set_angle=c.prototype.Ww=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),J_(n,e)},Object.defineProperty(c.prototype,"angle",{get:c.prototype.iv,set:c.prototype.Ww}),c.prototype.get_linearVelocity=c.prototype.Wv=function(){return r(D_(this.Ut),i)},c.prototype.set_linearVelocity=c.prototype.Jx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),v_(n,e)},Object.defineProperty(c.prototype,"linearVelocity",{get:c.prototype.Wv,set:c.prototype.Jx}),c.prototype.get_angularVelocity=c.prototype.lv=function(){return j_(this.Ut)},c.prototype.set_angularVelocity=c.prototype.Zw=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),G_(n,e)},Object.defineProperty(c.prototype,"angularVelocity",{get:c.prototype.lv,set:c.prototype.Zw}),c.prototype.get_linearDamping=c.prototype.Uv=function(){return A_(this.Ut)},c.prototype.set_linearDamping=c.prototype.Hx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),S_(n,e)},Object.defineProperty(c.prototype,"linearDamping",{get:c.prototype.Uv,set:c.prototype.Hx}),c.prototype.get_angularDamping=c.prototype.jv=function(){return C_(this.Ut)},c.prototype.set_angularDamping=c.prototype.Xw=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),B_(n,e)},Object.defineProperty(c.prototype,"angularDamping",{get:c.prototype.jv,set:c.prototype.Xw}),c.prototype.get_allowSleep=c.prototype.hv=function(){return!!P_(this.Ut)},c.prototype.set_allowSleep=c.prototype.Vw=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),x_(n,e)},Object.defineProperty(c.prototype,"allowSleep",{get:c.prototype.hv,set:c.prototype.Vw}),c.prototype.get_awake=c.prototype.mv=function(){return!!M_(this.Ut)},c.prototype.set_awake=c.prototype.$w=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),R_(n,e)},Object.defineProperty(c.prototype,"awake",{get:c.prototype.mv,set:c.prototype.$w}),c.prototype.get_fixedRotation=c.prototype.Bv=function(){return!!F_(this.Ut)},c.prototype.set_fixedRotation=c.prototype.ox=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),w_(n,e)},Object.defineProperty(c.prototype,"fixedRotation",{get:c.prototype.Bv,set:c.prototype.ox}),c.prototype.get_bullet=c.prototype.pv=function(){return!!W_(this.Ut)},c.prototype.set_bullet=c.prototype.cx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),O_(n,e)},Object.defineProperty(c.prototype,"bullet",{get:c.prototype.pv,set:c.prototype.cx}),c.prototype.get_active=c.prototype.gv=function(){return!!T_(this.Ut)},c.prototype.set_active=c.prototype.Uw=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),L_(n,e)},Object.defineProperty(c.prototype,"active",{get:c.prototype.gv,set:c.prototype.Uw}),c.prototype.get_userData=c.prototype.Yt=function(){return I_(this.Ut)},c.prototype.set_userData=c.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),q_(n,e)},Object.defineProperty(c.prototype,"userData",{get:c.prototype.Yt,set:c.prototype.$t}),c.prototype.get_gravityScale=c.prototype.Fv=function(){return V_(this.Ut)},c.prototype.set_gravityScale=c.prototype.sx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),k_(n,e)},Object.defineProperty(c.prototype,"gravityScale",{get:c.prototype.Fv,set:c.prototype.sx}),c.prototype.__destroy__=function(){E_(this.Ut)};function gt(){this.Ut=z_(),P(gt)[this.Ut]=this}gt.prototype=Object.create(vt.prototype),gt.prototype.constructor=gt,gt.prototype.Vt=gt,gt.Wt={},t.JSRayCastCallback=gt,gt.prototype.ReportFixture=function(e,n,o,_){var U=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),N_(U,e,n,o,_)},gt.prototype.__destroy__=function(){H_(this.Ut)};function W(){throw"cannot construct a b2ContactFeature, no constructor in IDL"}W.prototype=Object.create(S.prototype),W.prototype.constructor=W,W.prototype.Vt=W,W.Wt={},t.b2ContactFeature=W,W.prototype.get_indexA=W.prototype.Kv=function(){return Z_(this.Ut)},W.prototype.set_indexA=W.prototype.xx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),X_(n,e)},Object.defineProperty(W.prototype,"indexA",{get:W.prototype.Kv,set:W.prototype.xx}),W.prototype.get_indexB=W.prototype.Lv=function(){return Y_(this.Ut)},W.prototype.set_indexB=W.prototype.yx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),$_(n,e)},Object.defineProperty(W.prototype,"indexB",{get:W.prototype.Lv,set:W.prototype.yx}),W.prototype.get_typeA=W.prototype.Nw=function(){return Q_(this.Ut)},W.prototype.set_typeA=W.prototype.Ay=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),K_(n,e)},Object.defineProperty(W.prototype,"typeA",{get:W.prototype.Nw,set:W.prototype.Ay}),W.prototype.get_typeB=W.prototype.Ow=function(){return ti(this.Ut)},W.prototype.set_typeB=W.prototype.By=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ei(n,e)},Object.defineProperty(W.prototype,"typeB",{get:W.prototype.Ow,set:W.prototype.By}),W.prototype.__destroy__=function(){ni(this.Ut)};function i(e,n){e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),this.Ut=e===void 0?oi():n===void 0?_emscripten_bind_b2Vec2_b2Vec2_1(e):ri(e,n),P(i)[this.Ut]=this}i.prototype=Object.create(S.prototype),i.prototype.constructor=i,i.prototype.Vt=i,i.Wt={},t.b2Vec2=i,i.prototype.SetZero=function(){_i(this.Ut)},i.prototype.Set=i.prototype.Set=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),ii(o,e,n)},i.prototype.op_add=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),pi(n,e)},i.prototype.op_sub=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),si(n,e)},i.prototype.op_mul=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ui(n,e)},i.prototype.Length=function(){return ci(this.Ut)},i.prototype.LengthSquared=function(){return ai(this.Ut)},i.prototype.Normalize=function(){return li(this.Ut)},i.prototype.IsValid=function(){return!!yi(this.Ut)},i.prototype.Skew=function(){return r(mi(this.Ut),i)},i.prototype.get_x=i.prototype.Ou=function(){return fi(this.Ut)},i.prototype.set_x=i.prototype.cv=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),di(n,e)},Object.defineProperty(i.prototype,"x",{get:i.prototype.Ou,set:i.prototype.cv}),i.prototype.get_y=i.prototype.Pu=function(){return bi(this.Ut)},i.prototype.set_y=i.prototype.dv=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),gi(n,e)},Object.defineProperty(i.prototype,"y",{get:i.prototype.Pu,set:i.prototype.dv}),i.prototype.__destroy__=function(){hi(this.Ut)};function x(e,n,o){e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),this.Ut=e===void 0?Ui():n===void 0?_emscripten_bind_b2Vec3_b2Vec3_1(e):o===void 0?_emscripten_bind_b2Vec3_b2Vec3_2(e,n):Ji(e,n,o),P(x)[this.Ut]=this}x.prototype=Object.create(S.prototype),x.prototype.constructor=x,x.prototype.Vt=x,x.Wt={},t.b2Vec3=x,x.prototype.SetZero=function(){Di(this.Ut)},x.prototype.Set=x.prototype.Set=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),vi(_,e,n,o)},x.prototype.op_add=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ji(n,e)},x.prototype.op_sub=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Gi(n,e)},x.prototype.op_mul=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ai(n,e)},x.prototype.get_x=x.prototype.Ou=function(){return Si(this.Ut)},x.prototype.set_x=x.prototype.cv=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ci(n,e)},Object.defineProperty(x.prototype,"x",{get:x.prototype.Ou,set:x.prototype.cv}),x.prototype.get_y=x.prototype.Pu=function(){return Bi(this.Ut)},x.prototype.set_y=x.prototype.dv=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Pi(n,e)},Object.defineProperty(x.prototype,"y",{get:x.prototype.Pu,set:x.prototype.dv}),x.prototype.get_z=x.prototype.Sw=function(){return xi(this.Ut)},x.prototype.set_z=x.prototype.Fy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Mi(n,e)},Object.defineProperty(x.prototype,"z",{get:x.prototype.Sw,set:x.prototype.Fy}),x.prototype.__destroy__=function(){Ri(this.Ut)};function N(){this.Ut=Fi(),P(N)[this.Ut]=this}N.prototype=Object.create(S.prototype),N.prototype.constructor=N,N.prototype.Vt=N,N.Wt={},t.b2AABB=N,N.prototype.IsValid=function(){return!!wi(this.Ut)},N.prototype.GetCenter=function(){return r(Wi(this.Ut),i)},N.prototype.GetExtents=function(){return r(Oi(this.Ut),i)},N.prototype.GetPerimeter=function(){return Ti(this.Ut)},N.prototype.Combine=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),n===void 0?Li(o,e):Ii(o,e,n)},N.prototype.Contains=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),!!qi(n,e)},N.prototype.RayCast=function(e,n){var o=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),!!Vi(o,e,n)},N.prototype.get_lowerBound=N.prototype.Zv=function(){return r(ki(this.Ut),i)},N.prototype.set_lowerBound=N.prototype.Mx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ei(n,e)},Object.defineProperty(N.prototype,"lowerBound",{get:N.prototype.Zv,set:N.prototype.Mx}),N.prototype.get_upperBound=N.prototype.Qw=function(){return r(zi(this.Ut),i)},N.prototype.set_upperBound=N.prototype.Dy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ni(n,e)},Object.defineProperty(N.prototype,"upperBound",{get:N.prototype.Qw,set:N.prototype.Dy}),N.prototype.__destroy__=function(){Hi(this.Ut)};function j(){this.Ut=Zi(),P(j)[this.Ut]=this}j.prototype=Object.create(S.prototype),j.prototype.constructor=j,j.prototype.Vt=j,j.Wt={},t.b2FixtureDef=j,j.prototype.get_shape=j.prototype.Ew=function(){return r(Xi(this.Ut),k)},j.prototype.set_shape=j.prototype.ry=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Yi(n,e)},Object.defineProperty(j.prototype,"shape",{get:j.prototype.Ew,set:j.prototype.ry}),j.prototype.get_userData=j.prototype.Yt=function(){return $i(this.Ut)},j.prototype.set_userData=j.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Qi(n,e)},Object.defineProperty(j.prototype,"userData",{get:j.prototype.Yt,set:j.prototype.$t}),j.prototype.get_friction=j.prototype.Dv=function(){return Ki(this.Ut)},j.prototype.set_friction=j.prototype.qx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),tp(n,e)},Object.defineProperty(j.prototype,"friction",{get:j.prototype.Dv,set:j.prototype.qx}),j.prototype.get_restitution=j.prototype.Bw=function(){return ep(this.Ut)},j.prototype.set_restitution=j.prototype.oy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),np(n,e)},Object.defineProperty(j.prototype,"restitution",{get:j.prototype.Bw,set:j.prototype.oy}),j.prototype.get_density=j.prototype.yv=function(){return op(this.Ut)},j.prototype.set_density=j.prototype.lx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),rp(n,e)},Object.defineProperty(j.prototype,"density",{get:j.prototype.yv,set:j.prototype.lx}),j.prototype.get_isSensor=j.prototype.Mv=function(){return!!_p(this.Ut)},j.prototype.set_isSensor=j.prototype.zx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ip(n,e)},Object.defineProperty(j.prototype,"isSensor",{get:j.prototype.Mv,set:j.prototype.zx}),j.prototype.get_filter=j.prototype.Av=function(){return r(pp(this.Ut),E)},j.prototype.set_filter=j.prototype.nx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),sp(n,e)},Object.defineProperty(j.prototype,"filter",{get:j.prototype.Av,set:j.prototype.nx}),j.prototype.__destroy__=function(){up(this.Ut)};function b(){this.Ut=cp(),P(b)[this.Ut]=this}b.prototype=Object.create(G.prototype),b.prototype.constructor=b,b.prototype.Vt=b,b.Wt={},t.b2FrictionJointDef=b,b.prototype.Initialize=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),ap(_,e,n,o)},b.prototype.get_localAnchorA=b.prototype.gu=function(){return r(lp(this.Ut),i)},b.prototype.set_localAnchorA=b.prototype.iu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),yp(n,e)},Object.defineProperty(b.prototype,"localAnchorA",{get:b.prototype.gu,set:b.prototype.iu}),b.prototype.get_localAnchorB=b.prototype.hu=function(){return r(mp(this.Ut),i)},b.prototype.set_localAnchorB=b.prototype.ju=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),fp(n,e)},Object.defineProperty(b.prototype,"localAnchorB",{get:b.prototype.hu,set:b.prototype.ju}),b.prototype.get_maxForce=b.prototype.tu=function(){return dp(this.Ut)},b.prototype.set_maxForce=b.prototype.xu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),bp(n,e)},Object.defineProperty(b.prototype,"maxForce",{get:b.prototype.tu,set:b.prototype.xu}),b.prototype.get_maxTorque=b.prototype.Iu=function(){return gp(this.Ut)},b.prototype.set_maxTorque=b.prototype.Xu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),hp(n,e)},Object.defineProperty(b.prototype,"maxTorque",{get:b.prototype.Iu,set:b.prototype.Xu}),b.prototype.get_type=b.prototype.Xt=function(){return Up(this.Ut)},b.prototype.set_type=b.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Jp(n,e)},Object.defineProperty(b.prototype,"type",{get:b.prototype.Xt,set:b.prototype.Zt}),b.prototype.get_userData=b.prototype.Yt=function(){return Dp(this.Ut)},b.prototype.set_userData=b.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),vp(n,e)},Object.defineProperty(b.prototype,"userData",{get:b.prototype.Yt,set:b.prototype.$t}),b.prototype.get_bodyA=b.prototype.au=function(){return r(jp(this.Ut),s)},b.prototype.set_bodyA=b.prototype.du=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Gp(n,e)},Object.defineProperty(b.prototype,"bodyA",{get:b.prototype.au,set:b.prototype.du}),b.prototype.get_bodyB=b.prototype.bu=function(){return r(Ap(this.Ut),s)},b.prototype.set_bodyB=b.prototype.eu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Sp(n,e)},Object.defineProperty(b.prototype,"bodyB",{get:b.prototype.bu,set:b.prototype.eu}),b.prototype.get_collideConnected=b.prototype.cu=function(){return!!Cp(this.Ut)},b.prototype.set_collideConnected=b.prototype.fu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Bp(n,e)},Object.defineProperty(b.prototype,"collideConnected",{get:b.prototype.cu,set:b.prototype.fu}),b.prototype.__destroy__=function(){Pp(this.Ut)};function F(){this.Ut=xp(),P(F)[this.Ut]=this}F.prototype=Object.create(S.prototype),F.prototype.constructor=F,F.prototype.Vt=F,F.Wt={},t.b2Manifold=F,F.prototype.get_localNormal=F.prototype.Xv=function(){return r(Mp(this.Ut),i)},F.prototype.set_localNormal=F.prototype.Kx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Rp(n,e)},Object.defineProperty(F.prototype,"localNormal",{get:F.prototype.Xv,set:F.prototype.Kx}),F.prototype.get_localPoint=F.prototype.Fu=function(){return r(Fp(this.Ut),i)},F.prototype.set_localPoint=F.prototype.Uu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),wp(n,e)},Object.defineProperty(F.prototype,"localPoint",{get:F.prototype.Fu,set:F.prototype.Uu}),F.prototype.get_type=F.prototype.Xt=function(){return Wp(this.Ut)},F.prototype.set_type=F.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Op(n,e)},Object.defineProperty(F.prototype,"type",{get:F.prototype.Xt,set:F.prototype.Zt}),F.prototype.get_pointCount=F.prototype.ww=function(){return Tp(this.Ut)},F.prototype.set_pointCount=F.prototype.jy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Lp(n,e)},Object.defineProperty(F.prototype,"pointCount",{get:F.prototype.ww,set:F.prototype.jy}),F.prototype.__destroy__=function(){Ip(this.Ut)};function H(){this.Ut=qp(),P(H)[this.Ut]=this}H.prototype=Object.create(S.prototype),H.prototype.constructor=H,H.prototype.Vt=H,H.Wt={},t.b2WorldManifold=H,H.prototype.Initialize=function(e,n,o,_,U){var st=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),U&&typeof U=="object"&&(U=U.Ut),Vp(st,e,n,o,_,U)},H.prototype.get_normal=H.prototype.Ku=function(){return r(kp(this.Ut),i)},H.prototype.set_normal=H.prototype.Zu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ep(n,e)},Object.defineProperty(H.prototype,"normal",{get:H.prototype.Ku,set:H.prototype.Zu}),H.prototype.get_points=H.prototype.xw=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(zp(n,e),i)},H.prototype.set_points=H.prototype.ky=function(e,n){var o=this.Ut;lJ(),e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),Np(o,e,n)},Object.defineProperty(H.prototype,"points",{get:H.prototype.xw,set:H.prototype.ky}),H.prototype.get_separations=H.prototype.Dw=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),Hp(n,e)},H.prototype.set_separations=H.prototype.qy=function(e,n){var o=this.Ut;lJ(),e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),Zp(o,e,n)},Object.defineProperty(H.prototype,"separations",{get:H.prototype.Dw,set:H.prototype.qy}),H.prototype.__destroy__=function(){Xp(this.Ut)};function p(){this.Ut=Yp(),P(p)[this.Ut]=this}p.prototype=Object.create(G.prototype),p.prototype.constructor=p,p.prototype.Vt=p,p.Wt={},t.b2PrismaticJointDef=p,p.prototype.Initialize=function(e,n,o,_){var U=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),$p(U,e,n,o,_)},p.prototype.get_localAnchorA=p.prototype.gu=function(){return r(Qp(this.Ut),i)},p.prototype.set_localAnchorA=p.prototype.iu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Kp(n,e)},Object.defineProperty(p.prototype,"localAnchorA",{get:p.prototype.gu,set:p.prototype.iu}),p.prototype.get_localAnchorB=p.prototype.hu=function(){return r(ts(this.Ut),i)},p.prototype.set_localAnchorB=p.prototype.ju=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),es(n,e)},Object.defineProperty(p.prototype,"localAnchorB",{get:p.prototype.hu,set:p.prototype.ju}),p.prototype.get_localAxisA=p.prototype.Eu=function(){return r(ns(this.Ut),i)},p.prototype.set_localAxisA=p.prototype.Tu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),os(n,e)},Object.defineProperty(p.prototype,"localAxisA",{get:p.prototype.Eu,set:p.prototype.Tu}),p.prototype.get_referenceAngle=p.prototype.vu=function(){return rs(this.Ut)},p.prototype.set_referenceAngle=p.prototype.zu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),_s(n,e)},Object.defineProperty(p.prototype,"referenceAngle",{get:p.prototype.vu,set:p.prototype.zu}),p.prototype.get_enableLimit=p.prototype.Bu=function(){return!!is(this.Ut)},p.prototype.set_enableLimit=p.prototype.Qu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ps(n,e)},Object.defineProperty(p.prototype,"enableLimit",{get:p.prototype.Bu,set:p.prototype.Qu}),p.prototype.get_lowerTranslation=p.prototype.$v=function(){return ss(this.Ut)},p.prototype.set_lowerTranslation=p.prototype.Nx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),us(n,e)},Object.defineProperty(p.prototype,"lowerTranslation",{get:p.prototype.$v,set:p.prototype.Nx}),p.prototype.get_upperTranslation=p.prototype.Rw=function(){return cs(this.Ut)},p.prototype.set_upperTranslation=p.prototype.Ey=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),as(n,e)},Object.defineProperty(p.prototype,"upperTranslation",{get:p.prototype.Rw,set:p.prototype.Ey}),p.prototype.get_enableMotor=p.prototype.su=function(){return!!ls(this.Ut)},p.prototype.set_enableMotor=p.prototype.wu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ys(n,e)},Object.defineProperty(p.prototype,"enableMotor",{get:p.prototype.su,set:p.prototype.wu}),p.prototype.get_maxMotorForce=p.prototype.rw=function(){return ms(this.Ut)},p.prototype.set_maxMotorForce=p.prototype.ey=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),fs(n,e)},Object.defineProperty(p.prototype,"maxMotorForce",{get:p.prototype.rw,set:p.prototype.ey}),p.prototype.get_motorSpeed=p.prototype.uu=function(){return ds(this.Ut)},p.prototype.set_motorSpeed=p.prototype.yu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),bs(n,e)},Object.defineProperty(p.prototype,"motorSpeed",{get:p.prototype.uu,set:p.prototype.yu}),p.prototype.get_type=p.prototype.Xt=function(){return gs(this.Ut)},p.prototype.set_type=p.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),hs(n,e)},Object.defineProperty(p.prototype,"type",{get:p.prototype.Xt,set:p.prototype.Zt}),p.prototype.get_userData=p.prototype.Yt=function(){return Us(this.Ut)},p.prototype.set_userData=p.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Js(n,e)},Object.defineProperty(p.prototype,"userData",{get:p.prototype.Yt,set:p.prototype.$t}),p.prototype.get_bodyA=p.prototype.au=function(){return r(Ds(this.Ut),s)},p.prototype.set_bodyA=p.prototype.du=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),vs(n,e)},Object.defineProperty(p.prototype,"bodyA",{get:p.prototype.au,set:p.prototype.du}),p.prototype.get_bodyB=p.prototype.bu=function(){return r(js(this.Ut),s)},p.prototype.set_bodyB=p.prototype.eu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Gs(n,e)},Object.defineProperty(p.prototype,"bodyB",{get:p.prototype.bu,set:p.prototype.eu}),p.prototype.get_collideConnected=p.prototype.cu=function(){return!!As(this.Ut)},p.prototype.set_collideConnected=p.prototype.fu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ss(n,e)},Object.defineProperty(p.prototype,"collideConnected",{get:p.prototype.cu,set:p.prototype.fu}),p.prototype.__destroy__=function(){Cs(this.Ut)};function C(e){e&&typeof e=="object"&&(e=e.Ut),this.Ut=Bs(e),P(C)[this.Ut]=this}C.prototype=Object.create(S.prototype),C.prototype.constructor=C,C.prototype.Vt=C,C.Wt={},t.b2World=C,C.prototype.SetDestructionListener=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ps(n,e)},C.prototype.SetContactFilter=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),xs(n,e)},C.prototype.SetContactListener=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ms(n,e)},C.prototype.SetDebugDraw=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Rs(n,e)},C.prototype.CreateBody=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Fs(n,e),s)},C.prototype.DestroyBody=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ws(n,e)},C.prototype.CreateJoint=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Ws(n,e),A)},C.prototype.DestroyJoint=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Os(n,e)},C.prototype.Step=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),Ts(_,e,n,o)},C.prototype.ClearForces=function(){Ls(this.Ut)},C.prototype.DrawDebugData=function(){Is(this.Ut)},C.prototype.QueryAABB=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),qs(o,e,n)},C.prototype.RayCast=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),Vs(_,e,n,o)},C.prototype.GetBodyList=function(){return r(ks(this.Ut),s)},C.prototype.GetJointList=function(){return r(Es(this.Ut),A)},C.prototype.GetContactList=function(){return r(zs(this.Ut),et)},C.prototype.SetAllowSleeping=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ns(n,e)},C.prototype.GetAllowSleeping=function(){return!!Hs(this.Ut)},C.prototype.SetWarmStarting=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Zs(n,e)},C.prototype.GetWarmStarting=function(){return!!Xs(this.Ut)},C.prototype.SetContinuousPhysics=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ys(n,e)},C.prototype.GetContinuousPhysics=function(){return!!$s(this.Ut)},C.prototype.SetSubStepping=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Qs(n,e)},C.prototype.GetSubStepping=function(){return!!Ks(this.Ut)},C.prototype.GetProxyCount=function(){return tu(this.Ut)},C.prototype.GetBodyCount=function(){return eu(this.Ut)},C.prototype.GetJointCount=function(){return nu(this.Ut)},C.prototype.GetContactCount=function(){return ou(this.Ut)},C.prototype.GetTreeHeight=function(){return ru(this.Ut)},C.prototype.GetTreeBalance=function(){return _u(this.Ut)},C.prototype.GetTreeQuality=function(){return iu(this.Ut)},C.prototype.SetGravity=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),pu(n,e)},C.prototype.GetGravity=function(){return r(su(this.Ut),i)},C.prototype.IsLocked=function(){return!!uu(this.Ut)},C.prototype.SetAutoClearForces=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),cu(n,e)},C.prototype.GetAutoClearForces=function(){return!!au(this.Ut)},C.prototype.GetProfile=function(){return r(lu(this.Ut),J)},C.prototype.Dump=function(){yu(this.Ut)},C.prototype.__destroy__=function(){mu(this.Ut)};function w(){throw"cannot construct a b2PrismaticJoint, no constructor in IDL"}w.prototype=Object.create(A.prototype),w.prototype.constructor=w,w.prototype.Vt=w,w.Wt={},t.b2PrismaticJoint=w,w.prototype.GetLocalAnchorA=function(){return r(fu(this.Ut),i)},w.prototype.GetLocalAnchorB=function(){return r(du(this.Ut),i)},w.prototype.GetLocalAxisA=function(){return r(bu(this.Ut),i)},w.prototype.GetReferenceAngle=function(){return gu(this.Ut)},w.prototype.GetJointTranslation=function(){return hu(this.Ut)},w.prototype.GetJointSpeed=function(){return Uu(this.Ut)},w.prototype.IsLimitEnabled=function(){return!!Ju(this.Ut)},w.prototype.EnableLimit=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Du(n,e)},w.prototype.GetLowerLimit=function(){return vu(this.Ut)},w.prototype.GetUpperLimit=function(){return ju(this.Ut)},w.prototype.SetLimits=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),Gu(o,e,n)},w.prototype.IsMotorEnabled=function(){return!!Au(this.Ut)},w.prototype.EnableMotor=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Su(n,e)},w.prototype.SetMotorSpeed=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Cu(n,e)},w.prototype.GetMotorSpeed=function(){return Bu(this.Ut)},w.prototype.SetMaxMotorForce=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Pu(n,e)},w.prototype.GetMaxMotorForce=function(){return xu(this.Ut)},w.prototype.GetMotorForce=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),Mu(n,e)},w.prototype.GetType=function(){return Ru(this.Ut)},w.prototype.GetBodyA=function(){return r(Fu(this.Ut),s)},w.prototype.GetBodyB=function(){return r(wu(this.Ut),s)},w.prototype.GetAnchorA=function(){return r(Wu(this.Ut),i)},w.prototype.GetAnchorB=function(){return r(Ou(this.Ut),i)},w.prototype.GetReactionForce=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Tu(n,e),i)},w.prototype.GetReactionTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),Lu(n,e)},w.prototype.GetNext=function(){return r(Iu(this.Ut),A)},w.prototype.GetUserData=function(){return qu(this.Ut)},w.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Vu(n,e)},w.prototype.IsActive=function(){return!!ku(this.Ut)},w.prototype.GetCollideConnected=function(){return!!Eu(this.Ut)},w.prototype.__destroy__=function(){zu(this.Ut)};function ct(){throw"cannot construct a b2RayCastOutput, no constructor in IDL"}ct.prototype=Object.create(S.prototype),ct.prototype.constructor=ct,ct.prototype.Vt=ct,ct.Wt={},t.b2RayCastOutput=ct,ct.prototype.get_normal=ct.prototype.Ku=function(){return r(Nu(this.Ut),i)},ct.prototype.set_normal=ct.prototype.Zu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Hu(n,e)},Object.defineProperty(ct.prototype,"normal",{get:ct.prototype.Ku,set:ct.prototype.Zu}),ct.prototype.get_fraction=ct.prototype.Cv=function(){return Zu(this.Ut)},ct.prototype.set_fraction=ct.prototype.px=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Xu(n,e)},Object.defineProperty(ct.prototype,"fraction",{get:ct.prototype.Cv,set:ct.prototype.px}),ct.prototype.__destroy__=function(){Yu(this.Ut)};function ut(){throw"cannot construct a b2ContactID, no constructor in IDL"}ut.prototype=Object.create(S.prototype),ut.prototype.constructor=ut,ut.prototype.Vt=ut,ut.Wt={},t.b2ContactID=ut,ut.prototype.get_cf=ut.prototype.tv=function(){return r($u(this.Ut),W)},ut.prototype.set_cf=ut.prototype.gx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Qu(n,e)},Object.defineProperty(ut.prototype,"cf",{get:ut.prototype.tv,set:ut.prototype.gx}),ut.prototype.get_key=ut.prototype.Qv=function(){return Ku(this.Ut)},ut.prototype.set_key=ut.prototype.Dx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),tc(n,e)},Object.defineProperty(ut.prototype,"key",{get:ut.prototype.Qv,set:ut.prototype.Dx}),ut.prototype.__destroy__=function(){ec(this.Ut)};function mt(){this.Ut=nc(),P(mt)[this.Ut]=this}mt.prototype=Object.create(jt.prototype),mt.prototype.constructor=mt,mt.prototype.Vt=mt,mt.Wt={},t.JSContactListener=mt,mt.prototype.BeginContact=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),oc(n,e)},mt.prototype.EndContact=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),rc(n,e)},mt.prototype.PreSolve=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),_c(o,e,n)},mt.prototype.PostSolve=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),ic(o,e,n)},mt.prototype.__destroy__=function(){pc(this.Ut)};function Y(e,n,o,_){e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),this.Ut=e===void 0?sc():n===void 0?_emscripten_bind_b2Mat22_b2Mat22_1(e):o===void 0?uc(e,n):_===void 0?_emscripten_bind_b2Mat22_b2Mat22_3(e,n,o):cc(e,n,o,_),P(Y)[this.Ut]=this}Y.prototype=Object.create(S.prototype),Y.prototype.constructor=Y,Y.prototype.Vt=Y,Y.Wt={},t.b2Mat22=Y,Y.prototype.Set=Y.prototype.Set=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),ac(o,e,n)},Y.prototype.SetIdentity=function(){lc(this.Ut)},Y.prototype.SetZero=function(){yc(this.Ut)},Y.prototype.GetInverse=function(){return r(mc(this.Ut),Y)},Y.prototype.Solve=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(fc(n,e),i)},Y.prototype.get_ex=Y.prototype.Cu=function(){return r(dc(this.Ut),i)},Y.prototype.set_ex=Y.prototype.Ru=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),bc(n,e)},Object.defineProperty(Y.prototype,"ex",{get:Y.prototype.Cu,set:Y.prototype.Ru}),Y.prototype.get_ey=Y.prototype.Du=function(){return r(gc(this.Ut),i)},Y.prototype.set_ey=Y.prototype.Su=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),hc(n,e)},Object.defineProperty(Y.prototype,"ey",{get:Y.prototype.Du,set:Y.prototype.Su}),Y.prototype.__destroy__=function(){Uc(this.Ut)};function a(){this.Ut=Jc(),P(a)[this.Ut]=this}a.prototype=Object.create(G.prototype),a.prototype.constructor=a,a.prototype.Vt=a,a.Wt={},t.b2WheelJointDef=a,a.prototype.Initialize=function(e,n,o,_){var U=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),Dc(U,e,n,o,_)},a.prototype.get_localAnchorA=a.prototype.gu=function(){return r(vc(this.Ut),i)},a.prototype.set_localAnchorA=a.prototype.iu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),jc(n,e)},Object.defineProperty(a.prototype,"localAnchorA",{get:a.prototype.gu,set:a.prototype.iu}),a.prototype.get_localAnchorB=a.prototype.hu=function(){return r(Gc(this.Ut),i)},a.prototype.set_localAnchorB=a.prototype.ju=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ac(n,e)},Object.defineProperty(a.prototype,"localAnchorB",{get:a.prototype.hu,set:a.prototype.ju}),a.prototype.get_localAxisA=a.prototype.Eu=function(){return r(Sc(this.Ut),i)},a.prototype.set_localAxisA=a.prototype.Tu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Cc(n,e)},Object.defineProperty(a.prototype,"localAxisA",{get:a.prototype.Eu,set:a.prototype.Tu}),a.prototype.get_enableMotor=a.prototype.su=function(){return!!Bc(this.Ut)},a.prototype.set_enableMotor=a.prototype.wu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Pc(n,e)},Object.defineProperty(a.prototype,"enableMotor",{get:a.prototype.su,set:a.prototype.wu}),a.prototype.get_maxMotorTorque=a.prototype.Hu=function(){return xc(this.Ut)},a.prototype.set_maxMotorTorque=a.prototype.Wu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Mc(n,e)},Object.defineProperty(a.prototype,"maxMotorTorque",{get:a.prototype.Hu,set:a.prototype.Wu}),a.prototype.get_motorSpeed=a.prototype.uu=function(){return Rc(this.Ut)},a.prototype.set_motorSpeed=a.prototype.yu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Fc(n,e)},Object.defineProperty(a.prototype,"motorSpeed",{get:a.prototype.uu,set:a.prototype.yu}),a.prototype.get_frequencyHz=a.prototype.pu=function(){return wc(this.Ut)},a.prototype.set_frequencyHz=a.prototype.ru=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Wc(n,e)},Object.defineProperty(a.prototype,"frequencyHz",{get:a.prototype.pu,set:a.prototype.ru}),a.prototype.get_dampingRatio=a.prototype.ou=function(){return Oc(this.Ut)},a.prototype.set_dampingRatio=a.prototype.qu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Tc(n,e)},Object.defineProperty(a.prototype,"dampingRatio",{get:a.prototype.ou,set:a.prototype.qu}),a.prototype.get_type=a.prototype.Xt=function(){return Lc(this.Ut)},a.prototype.set_type=a.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ic(n,e)},Object.defineProperty(a.prototype,"type",{get:a.prototype.Xt,set:a.prototype.Zt}),a.prototype.get_userData=a.prototype.Yt=function(){return qc(this.Ut)},a.prototype.set_userData=a.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Vc(n,e)},Object.defineProperty(a.prototype,"userData",{get:a.prototype.Yt,set:a.prototype.$t}),a.prototype.get_bodyA=a.prototype.au=function(){return r(kc(this.Ut),s)},a.prototype.set_bodyA=a.prototype.du=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ec(n,e)},Object.defineProperty(a.prototype,"bodyA",{get:a.prototype.au,set:a.prototype.du}),a.prototype.get_bodyB=a.prototype.bu=function(){return r(zc(this.Ut),s)},a.prototype.set_bodyB=a.prototype.eu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Nc(n,e)},Object.defineProperty(a.prototype,"bodyB",{get:a.prototype.bu,set:a.prototype.eu}),a.prototype.get_collideConnected=a.prototype.cu=function(){return!!Hc(this.Ut)},a.prototype.set_collideConnected=a.prototype.fu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Zc(n,e)},Object.defineProperty(a.prototype,"collideConnected",{get:a.prototype.cu,set:a.prototype.fu}),a.prototype.__destroy__=function(){Xc(this.Ut)};function I(){this.Ut=Yc(),P(I)[this.Ut]=this}I.prototype=Object.create(k.prototype),I.prototype.constructor=I,I.prototype.Vt=I,I.Wt={},t.b2CircleShape=I,I.prototype.GetType=function(){return $c(this.Ut)},I.prototype.GetChildCount=function(){return Qc(this.Ut)},I.prototype.TestPoint=function(e,n){var o=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),!!Kc(o,e,n)},I.prototype.RayCast=function(e,n,o,_){var U=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),!!ta(U,e,n,o,_)},I.prototype.ComputeAABB=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),ea(_,e,n,o)},I.prototype.ComputeMass=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),na(o,e,n)},I.prototype.get_m_p=I.prototype.gw=function(){return r(oa(this.Ut),i)},I.prototype.set_m_p=I.prototype.Ux=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ra(n,e)},Object.defineProperty(I.prototype,"m_p",{get:I.prototype.gw,set:I.prototype.Ux}),I.prototype.get_m_type=I.prototype.lu=function(){return _a(this.Ut)},I.prototype.set_m_type=I.prototype.nu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ia(n,e)},Object.defineProperty(I.prototype,"m_type",{get:I.prototype.lu,set:I.prototype.nu}),I.prototype.get_m_radius=I.prototype.ku=function(){return pa(this.Ut)},I.prototype.set_m_radius=I.prototype.mu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),sa(n,e)},Object.defineProperty(I.prototype,"m_radius",{get:I.prototype.ku,set:I.prototype.mu}),I.prototype.__destroy__=function(){ua(this.Ut)};function y(){this.Ut=ca(),P(y)[this.Ut]=this}y.prototype=Object.create(G.prototype),y.prototype.constructor=y,y.prototype.Vt=y,y.Wt={},t.b2WeldJointDef=y,y.prototype.Initialize=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),aa(_,e,n,o)},y.prototype.get_localAnchorA=y.prototype.gu=function(){return r(la(this.Ut),i)},y.prototype.set_localAnchorA=y.prototype.iu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ya(n,e)},Object.defineProperty(y.prototype,"localAnchorA",{get:y.prototype.gu,set:y.prototype.iu}),y.prototype.get_localAnchorB=y.prototype.hu=function(){return r(ma(this.Ut),i)},y.prototype.set_localAnchorB=y.prototype.ju=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),fa(n,e)},Object.defineProperty(y.prototype,"localAnchorB",{get:y.prototype.hu,set:y.prototype.ju}),y.prototype.get_referenceAngle=y.prototype.vu=function(){return da(this.Ut)},y.prototype.set_referenceAngle=y.prototype.zu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ba(n,e)},Object.defineProperty(y.prototype,"referenceAngle",{get:y.prototype.vu,set:y.prototype.zu}),y.prototype.get_frequencyHz=y.prototype.pu=function(){return ga(this.Ut)},y.prototype.set_frequencyHz=y.prototype.ru=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ha(n,e)},Object.defineProperty(y.prototype,"frequencyHz",{get:y.prototype.pu,set:y.prototype.ru}),y.prototype.get_dampingRatio=y.prototype.ou=function(){return Ua(this.Ut)},y.prototype.set_dampingRatio=y.prototype.qu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ja(n,e)},Object.defineProperty(y.prototype,"dampingRatio",{get:y.prototype.ou,set:y.prototype.qu}),y.prototype.get_type=y.prototype.Xt=function(){return Da(this.Ut)},y.prototype.set_type=y.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),va(n,e)},Object.defineProperty(y.prototype,"type",{get:y.prototype.Xt,set:y.prototype.Zt}),y.prototype.get_userData=y.prototype.Yt=function(){return ja(this.Ut)},y.prototype.set_userData=y.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ga(n,e)},Object.defineProperty(y.prototype,"userData",{get:y.prototype.Yt,set:y.prototype.$t}),y.prototype.get_bodyA=y.prototype.au=function(){return r(Aa(this.Ut),s)},y.prototype.set_bodyA=y.prototype.du=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Sa(n,e)},Object.defineProperty(y.prototype,"bodyA",{get:y.prototype.au,set:y.prototype.du}),y.prototype.get_bodyB=y.prototype.bu=function(){return r(Ca(this.Ut),s)},y.prototype.set_bodyB=y.prototype.eu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ba(n,e)},Object.defineProperty(y.prototype,"bodyB",{get:y.prototype.bu,set:y.prototype.eu}),y.prototype.get_collideConnected=y.prototype.cu=function(){return!!Pa(this.Ut)},y.prototype.set_collideConnected=y.prototype.fu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),xa(n,e)},Object.defineProperty(y.prototype,"collideConnected",{get:y.prototype.cu,set:y.prototype.fu}),y.prototype.__destroy__=function(){Ma(this.Ut)};function $(){this.Ut=Ra(),P($)[this.Ut]=this}$.prototype=Object.create(S.prototype),$.prototype.constructor=$,$.prototype.Vt=$,$.Wt={},t.b2MassData=$,$.prototype.get_mass=$.prototype.ow=function(){return Fa(this.Ut)},$.prototype.set_mass=$.prototype.by=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),wa(n,e)},Object.defineProperty($.prototype,"mass",{get:$.prototype.ow,set:$.prototype.by}),$.prototype.get_center=$.prototype.sv=function(){return r(Wa(this.Ut),i)},$.prototype.set_center=$.prototype.fx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Oa(n,e)},Object.defineProperty($.prototype,"center",{get:$.prototype.sv,set:$.prototype.fx}),$.prototype.get_I=$.prototype.fv=function(){return Ta(this.Ut)},$.prototype.set_I=$.prototype.Tw=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),La(n,e)},Object.defineProperty($.prototype,"I",{get:$.prototype.fv,set:$.prototype.Tw}),$.prototype.__destroy__=function(){Ia(this.Ut)};function pt(){throw"cannot construct a b2GearJoint, no constructor in IDL"}pt.prototype=Object.create(A.prototype),pt.prototype.constructor=pt,pt.prototype.Vt=pt,pt.Wt={},t.b2GearJoint=pt,pt.prototype.GetJoint1=function(){return r(qa(this.Ut),A)},pt.prototype.GetJoint2=function(){return r(Va(this.Ut),A)},pt.prototype.SetRatio=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ka(n,e)},pt.prototype.GetRatio=function(){return Ea(this.Ut)},pt.prototype.GetType=function(){return za(this.Ut)},pt.prototype.GetBodyA=function(){return r(Na(this.Ut),s)},pt.prototype.GetBodyB=function(){return r(Ha(this.Ut),s)},pt.prototype.GetAnchorA=function(){return r(Za(this.Ut),i)},pt.prototype.GetAnchorB=function(){return r(Xa(this.Ut),i)},pt.prototype.GetReactionForce=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Ya(n,e),i)},pt.prototype.GetReactionTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),$a(n,e)},pt.prototype.GetNext=function(){return r(Qa(this.Ut),A)},pt.prototype.GetUserData=function(){return Ka(this.Ut)},pt.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),tl(n,e)},pt.prototype.IsActive=function(){return!!el(this.Ut)},pt.prototype.GetCollideConnected=function(){return!!nl(this.Ut)},pt.prototype.__destroy__=function(){ol(this.Ut)};function nt(){throw"cannot construct a b2WeldJoint, no constructor in IDL"}nt.prototype=Object.create(A.prototype),nt.prototype.constructor=nt,nt.prototype.Vt=nt,nt.Wt={},t.b2WeldJoint=nt,nt.prototype.GetLocalAnchorA=function(){return r(rl(this.Ut),i)},nt.prototype.GetLocalAnchorB=function(){return r(_l(this.Ut),i)},nt.prototype.SetFrequency=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),il(n,e)},nt.prototype.GetFrequency=function(){return pl(this.Ut)},nt.prototype.SetDampingRatio=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),sl(n,e)},nt.prototype.GetDampingRatio=function(){return ul(this.Ut)},nt.prototype.Dump=function(){cl(this.Ut)},nt.prototype.GetType=function(){return al(this.Ut)},nt.prototype.GetBodyA=function(){return r(ll(this.Ut),s)},nt.prototype.GetBodyB=function(){return r(yl(this.Ut),s)},nt.prototype.GetAnchorA=function(){return r(ml(this.Ut),i)},nt.prototype.GetAnchorB=function(){return r(fl(this.Ut),i)},nt.prototype.GetReactionForce=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(dl(n,e),i)},nt.prototype.GetReactionTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),bl(n,e)},nt.prototype.GetNext=function(){return r(gl(this.Ut),A)},nt.prototype.GetUserData=function(){return hl(this.Ut)},nt.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ul(n,e)},nt.prototype.IsActive=function(){return!!Jl(this.Ut)},nt.prototype.GetCollideConnected=function(){return!!Dl(this.Ut)},nt.prototype.__destroy__=function(){vl(this.Ut)};function M(){this.Ut=jl(),P(M)[this.Ut]=this}M.prototype=Object.create(S.prototype),M.prototype.constructor=M,M.prototype.Vt=M,M.Wt={},t.b2JointEdge=M,M.prototype.get_other=M.prototype.Lu=function(){return r(Gl(this.Ut),s)},M.prototype.set_other=M.prototype.$u=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Al(n,e)},Object.defineProperty(M.prototype,"other",{get:M.prototype.Lu,set:M.prototype.$u}),M.prototype.get_joint=M.prototype.Nv=function(){return r(Sl(this.Ut),A)},M.prototype.set_joint=M.prototype.Ax=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Cl(n,e)},Object.defineProperty(M.prototype,"joint",{get:M.prototype.Nv,set:M.prototype.Ax}),M.prototype.get_prev=M.prototype.Mu=function(){return r(Bl(this.Ut),M)},M.prototype.set_prev=M.prototype.av=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Pl(n,e)},Object.defineProperty(M.prototype,"prev",{get:M.prototype.Mu,set:M.prototype.av}),M.prototype.get_next=M.prototype.Ju=function(){return r(xl(this.Ut),M)},M.prototype.set_next=M.prototype.Yu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ml(n,e)},Object.defineProperty(M.prototype,"next",{get:M.prototype.Ju,set:M.prototype.Yu}),M.prototype.__destroy__=function(){Rl(this.Ut)};function l(){this.Ut=Fl(),P(l)[this.Ut]=this}l.prototype=Object.create(G.prototype),l.prototype.constructor=l,l.prototype.Vt=l,l.Wt={},t.b2PulleyJointDef=l,l.prototype.Initialize=function(e,n,o,_,U,st,Ut){var Xt=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),U&&typeof U=="object"&&(U=U.Ut),st&&typeof st=="object"&&(st=st.Ut),Ut&&typeof Ut=="object"&&(Ut=Ut.Ut),wl(Xt,e,n,o,_,U,st,Ut)},l.prototype.get_groundAnchorA=l.prototype.Gv=function(){return r(Wl(this.Ut),i)},l.prototype.set_groundAnchorA=l.prototype.tx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ol(n,e)},Object.defineProperty(l.prototype,"groundAnchorA",{get:l.prototype.Gv,set:l.prototype.tx}),l.prototype.get_groundAnchorB=l.prototype.Hv=function(){return r(Tl(this.Ut),i)},l.prototype.set_groundAnchorB=l.prototype.ux=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ll(n,e)},Object.defineProperty(l.prototype,"groundAnchorB",{get:l.prototype.Hv,set:l.prototype.ux}),l.prototype.get_localAnchorA=l.prototype.gu=function(){return r(Il(this.Ut),i)},l.prototype.set_localAnchorA=l.prototype.iu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ql(n,e)},Object.defineProperty(l.prototype,"localAnchorA",{get:l.prototype.gu,set:l.prototype.iu}),l.prototype.get_localAnchorB=l.prototype.hu=function(){return r(Vl(this.Ut),i)},l.prototype.set_localAnchorB=l.prototype.ju=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),kl(n,e)},Object.defineProperty(l.prototype,"localAnchorB",{get:l.prototype.hu,set:l.prototype.ju}),l.prototype.get_lengthA=l.prototype.Sv=function(){return El(this.Ut)},l.prototype.set_lengthA=l.prototype.Fx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),zl(n,e)},Object.defineProperty(l.prototype,"lengthA",{get:l.prototype.Sv,set:l.prototype.Fx}),l.prototype.get_lengthB=l.prototype.Tv=function(){return Nl(this.Ut)},l.prototype.set_lengthB=l.prototype.Gx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Hl(n,e)},Object.defineProperty(l.prototype,"lengthB",{get:l.prototype.Tv,set:l.prototype.Gx}),l.prototype.get_ratio=l.prototype.Nu=function(){return Zl(this.Ut)},l.prototype.set_ratio=l.prototype.bv=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Xl(n,e)},Object.defineProperty(l.prototype,"ratio",{get:l.prototype.Nu,set:l.prototype.bv}),l.prototype.get_type=l.prototype.Xt=function(){return Yl(this.Ut)},l.prototype.set_type=l.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),$l(n,e)},Object.defineProperty(l.prototype,"type",{get:l.prototype.Xt,set:l.prototype.Zt}),l.prototype.get_userData=l.prototype.Yt=function(){return Ql(this.Ut)},l.prototype.set_userData=l.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Kl(n,e)},Object.defineProperty(l.prototype,"userData",{get:l.prototype.Yt,set:l.prototype.$t}),l.prototype.get_bodyA=l.prototype.au=function(){return r(ty(this.Ut),s)},l.prototype.set_bodyA=l.prototype.du=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ey(n,e)},Object.defineProperty(l.prototype,"bodyA",{get:l.prototype.au,set:l.prototype.du}),l.prototype.get_bodyB=l.prototype.bu=function(){return r(ny(this.Ut),s)},l.prototype.set_bodyB=l.prototype.eu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),oy(n,e)},Object.defineProperty(l.prototype,"bodyB",{get:l.prototype.bu,set:l.prototype.eu}),l.prototype.get_collideConnected=l.prototype.cu=function(){return!!ry(this.Ut)},l.prototype.set_collideConnected=l.prototype.fu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),_y(n,e)},Object.defineProperty(l.prototype,"collideConnected",{get:l.prototype.cu,set:l.prototype.fu}),l.prototype.__destroy__=function(){iy(this.Ut)};function O(){this.Ut=py(),P(O)[this.Ut]=this}O.prototype=Object.create(S.prototype),O.prototype.constructor=O,O.prototype.Vt=O,O.Wt={},t.b2ManifoldPoint=O,O.prototype.get_localPoint=O.prototype.Fu=function(){return r(sy(this.Ut),i)},O.prototype.set_localPoint=O.prototype.Uu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),uy(n,e)},Object.defineProperty(O.prototype,"localPoint",{get:O.prototype.Fu,set:O.prototype.Uu}),O.prototype.get_normalImpulse=O.prototype.sw=function(){return cy(this.Ut)},O.prototype.set_normalImpulse=O.prototype.fy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ay(n,e)},Object.defineProperty(O.prototype,"normalImpulse",{get:O.prototype.sw,set:O.prototype.fy}),O.prototype.get_tangentImpulse=O.prototype.Lw=function(){return ly(this.Ut)},O.prototype.set_tangentImpulse=O.prototype.yy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),yy(n,e)},Object.defineProperty(O.prototype,"tangentImpulse",{get:O.prototype.Lw,set:O.prototype.yy}),O.prototype.get_id=O.prototype.Jv=function(){return r(my(this.Ut),ut)},O.prototype.set_id=O.prototype.wx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),fy(n,e)},Object.defineProperty(O.prototype,"id",{get:O.prototype.Jv,set:O.prototype.wx}),O.prototype.__destroy__=function(){dy(this.Ut)};function ot(e,n){e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),this.Ut=e===void 0?by():n===void 0?_emscripten_bind_b2Transform_b2Transform_1(e):gy(e,n),P(ot)[this.Ut]=this}ot.prototype=Object.create(S.prototype),ot.prototype.constructor=ot,ot.prototype.Vt=ot,ot.Wt={},t.b2Transform=ot,ot.prototype.SetIdentity=function(){hy(this.Ut)},ot.prototype.Set=ot.prototype.Set=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),Uy(o,e,n)},ot.prototype.get_p=ot.prototype.tw=function(){return r(Jy(this.Ut),i)},ot.prototype.set_p=ot.prototype.gy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Dy(n,e)},Object.defineProperty(ot.prototype,"p",{get:ot.prototype.tw,set:ot.prototype.gy}),ot.prototype.get_q=ot.prototype.zw=function(){return r(vy(this.Ut),Z)},ot.prototype.set_q=ot.prototype.my=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),jy(n,e)},Object.defineProperty(ot.prototype,"q",{get:ot.prototype.zw,set:ot.prototype.my}),ot.prototype.__destroy__=function(){Gy(this.Ut)};function d(){this.Ut=Ay(),P(d)[this.Ut]=this}d.prototype=Object.create(k.prototype),d.prototype.constructor=d,d.prototype.Vt=d,d.Wt={},t.b2ChainShape=d,d.prototype.Clear=function(){Sy(this.Ut)},d.prototype.CreateLoop=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),Cy(o,e,n)},d.prototype.CreateChain=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),By(o,e,n)},d.prototype.SetPrevVertex=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Py(n,e)},d.prototype.SetNextVertex=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),xy(n,e)},d.prototype.GetChildEdge=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),My(o,e,n)},d.prototype.GetType=function(){return Ry(this.Ut)},d.prototype.GetChildCount=function(){return Fy(this.Ut)},d.prototype.TestPoint=function(e,n){var o=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),!!wy(o,e,n)},d.prototype.RayCast=function(e,n,o,_){var U=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),!!Wy(U,e,n,o,_)},d.prototype.ComputeAABB=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),Oy(_,e,n,o)},d.prototype.ComputeMass=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),Ty(o,e,n)},d.prototype.get_m_vertices=d.prototype.mw=function(){return r(Ly(this.Ut),i)},d.prototype.set_m_vertices=d.prototype.$x=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Iy(n,e)},Object.defineProperty(d.prototype,"m_vertices",{get:d.prototype.mw,set:d.prototype.$x}),d.prototype.get_m_count=d.prototype.Gu=function(){return qy(this.Ut)},d.prototype.set_m_count=d.prototype.Vu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Vy(n,e)},Object.defineProperty(d.prototype,"m_count",{get:d.prototype.Gu,set:d.prototype.Vu}),d.prototype.get_m_prevVertex=d.prototype.hw=function(){return r(ky(this.Ut),i)},d.prototype.set_m_prevVertex=d.prototype.Vx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ey(n,e)},Object.defineProperty(d.prototype,"m_prevVertex",{get:d.prototype.hw,set:d.prototype.Vx}),d.prototype.get_m_nextVertex=d.prototype.fw=function(){return r(zy(this.Ut),i)},d.prototype.set_m_nextVertex=d.prototype.Tx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ny(n,e)},Object.defineProperty(d.prototype,"m_nextVertex",{get:d.prototype.fw,set:d.prototype.Tx}),d.prototype.get_m_hasPrevVertex=d.prototype.cw=function(){return!!Hy(this.Ut)},d.prototype.set_m_hasPrevVertex=d.prototype.Qx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Zy(n,e)},Object.defineProperty(d.prototype,"m_hasPrevVertex",{get:d.prototype.cw,set:d.prototype.Qx}),d.prototype.get_m_hasNextVertex=d.prototype.bw=function(){return!!Xy(this.Ut)},d.prototype.set_m_hasNextVertex=d.prototype.Px=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Yy(n,e)},Object.defineProperty(d.prototype,"m_hasNextVertex",{get:d.prototype.bw,set:d.prototype.Px}),d.prototype.get_m_type=d.prototype.lu=function(){return $y(this.Ut)},d.prototype.set_m_type=d.prototype.nu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Qy(n,e)},Object.defineProperty(d.prototype,"m_type",{get:d.prototype.lu,set:d.prototype.nu}),d.prototype.get_m_radius=d.prototype.ku=function(){return Ky(this.Ut)},d.prototype.set_m_radius=d.prototype.mu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),tm(n,e)},Object.defineProperty(d.prototype,"m_radius",{get:d.prototype.ku,set:d.prototype.mu}),d.prototype.__destroy__=function(){em(this.Ut)};function z(e,n,o){e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),this.Ut=e===void 0?nm():n===void 0?_emscripten_bind_b2Color_b2Color_1(e):o===void 0?_emscripten_bind_b2Color_b2Color_2(e,n):om(e,n,o),P(z)[this.Ut]=this}z.prototype=Object.create(S.prototype),z.prototype.constructor=z,z.prototype.Vt=z,z.Wt={},t.b2Color=z,z.prototype.Set=z.prototype.Set=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),rm(_,e,n,o)},z.prototype.get_r=z.prototype.Aw=function(){return _m(this.Ut)},z.prototype.set_r=z.prototype.ny=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),im(n,e)},Object.defineProperty(z.prototype,"r",{get:z.prototype.Aw,set:z.prototype.ny}),z.prototype.get_g=z.prototype.Ev=function(){return pm(this.Ut)},z.prototype.set_g=z.prototype.rx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),sm(n,e)},Object.defineProperty(z.prototype,"g",{get:z.prototype.Ev,set:z.prototype.rx}),z.prototype.get_b=z.prototype.nv=function(){return um(this.Ut)},z.prototype.set_b=z.prototype.ax=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),cm(n,e)},Object.defineProperty(z.prototype,"b",{get:z.prototype.nv,set:z.prototype.ax}),z.prototype.__destroy__=function(){am(this.Ut)};function it(){throw"cannot construct a b2RopeJoint, no constructor in IDL"}it.prototype=Object.create(A.prototype),it.prototype.constructor=it,it.prototype.Vt=it,it.Wt={},t.b2RopeJoint=it,it.prototype.GetLocalAnchorA=function(){return r(lm(this.Ut),i)},it.prototype.GetLocalAnchorB=function(){return r(ym(this.Ut),i)},it.prototype.SetMaxLength=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),mm(n,e)},it.prototype.GetMaxLength=function(){return fm(this.Ut)},it.prototype.GetLimitState=function(){return dm(this.Ut)},it.prototype.GetType=function(){return bm(this.Ut)},it.prototype.GetBodyA=function(){return r(gm(this.Ut),s)},it.prototype.GetBodyB=function(){return r(hm(this.Ut),s)},it.prototype.GetAnchorA=function(){return r(Um(this.Ut),i)},it.prototype.GetAnchorB=function(){return r(Jm(this.Ut),i)},it.prototype.GetReactionForce=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Dm(n,e),i)},it.prototype.GetReactionTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),vm(n,e)},it.prototype.GetNext=function(){return r(jm(this.Ut),A)},it.prototype.GetUserData=function(){return Gm(this.Ut)},it.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Am(n,e)},it.prototype.IsActive=function(){return!!Sm(this.Ut)},it.prototype.GetCollideConnected=function(){return!!Cm(this.Ut)},it.prototype.__destroy__=function(){Bm(this.Ut)};function Q(){throw"cannot construct a b2RayCastInput, no constructor in IDL"}Q.prototype=Object.create(S.prototype),Q.prototype.constructor=Q,Q.prototype.Vt=Q,Q.Wt={},t.b2RayCastInput=Q,Q.prototype.get_p1=Q.prototype.uw=function(){return r(Pm(this.Ut),i)},Q.prototype.set_p1=Q.prototype.hy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),xm(n,e)},Object.defineProperty(Q.prototype,"p1",{get:Q.prototype.uw,set:Q.prototype.hy}),Q.prototype.get_p2=Q.prototype.vw=function(){return r(Mm(this.Ut),i)},Q.prototype.set_p2=Q.prototype.iy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Rm(n,e)},Object.defineProperty(Q.prototype,"p2",{get:Q.prototype.vw,set:Q.prototype.iy}),Q.prototype.get_maxFraction=Q.prototype.pw=function(){return Fm(this.Ut)},Q.prototype.set_maxFraction=Q.prototype.cy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),wm(n,e)},Object.defineProperty(Q.prototype,"maxFraction",{get:Q.prototype.pw,set:Q.prototype.cy}),Q.prototype.__destroy__=function(){Wm(this.Ut)};function B(){this.Ut=Om(),P(B)[this.Ut]=this}B.prototype=Object.create(k.prototype),B.prototype.constructor=B,B.prototype.Vt=B,B.Wt={},t.b2PolygonShape=B,B.prototype.Set=B.prototype.Set=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),Tm(o,e,n)},B.prototype.SetAsBox=function(e,n,o,_){var U=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),o===void 0?Lm(U,e,n):_===void 0?_emscripten_bind_b2PolygonShape_SetAsBox_3(U,e,n,o):Im(U,e,n,o,_)},B.prototype.GetVertexCount=function(){return qm(this.Ut)},B.prototype.GetVertex=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Vm(n,e),i)},B.prototype.GetType=function(){return km(this.Ut)},B.prototype.GetChildCount=function(){return Em(this.Ut)},B.prototype.TestPoint=function(e,n){var o=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),!!zm(o,e,n)},B.prototype.RayCast=function(e,n,o,_){var U=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),!!Nm(U,e,n,o,_)},B.prototype.ComputeAABB=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),Hm(_,e,n,o)},B.prototype.ComputeMass=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),Zm(o,e,n)},B.prototype.get_m_centroid=B.prototype.aw=function(){return r(Xm(this.Ut),i)},B.prototype.set_m_centroid=B.prototype.Ox=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ym(n,e)},Object.defineProperty(B.prototype,"m_centroid",{get:B.prototype.aw,set:B.prototype.Ox}),B.prototype.get_m_count=B.prototype.Gu=function(){return $m(this.Ut)},B.prototype.set_m_count=B.prototype.Vu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Qm(n,e)},Object.defineProperty(B.prototype,"m_count",{get:B.prototype.Gu,set:B.prototype.Vu}),B.prototype.get_m_type=B.prototype.lu=function(){return Km(this.Ut)},B.prototype.set_m_type=B.prototype.nu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),tf(n,e)},Object.defineProperty(B.prototype,"m_type",{get:B.prototype.lu,set:B.prototype.nu}),B.prototype.get_m_radius=B.prototype.ku=function(){return ef(this.Ut)},B.prototype.set_m_radius=B.prototype.mu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),nf(n,e)},Object.defineProperty(B.prototype,"m_radius",{get:B.prototype.ku,set:B.prototype.mu}),B.prototype.__destroy__=function(){of(this.Ut)};function g(){this.Ut=rf(),P(g)[this.Ut]=this}g.prototype=Object.create(k.prototype),g.prototype.constructor=g,g.prototype.Vt=g,g.Wt={},t.b2EdgeShape=g,g.prototype.Set=g.prototype.Set=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),_f(o,e,n)},g.prototype.GetType=function(){return pf(this.Ut)},g.prototype.GetChildCount=function(){return sf(this.Ut)},g.prototype.TestPoint=function(e,n){var o=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),!!uf(o,e,n)},g.prototype.RayCast=function(e,n,o,_){var U=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),!!cf(U,e,n,o,_)},g.prototype.ComputeAABB=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),af(_,e,n,o)},g.prototype.ComputeMass=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),lf(o,e,n)},g.prototype.get_m_vertex1=g.prototype.jw=function(){return r(yf(this.Ut),i)},g.prototype.set_m_vertex1=g.prototype.Xx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),mf(n,e)},Object.defineProperty(g.prototype,"m_vertex1",{get:g.prototype.jw,set:g.prototype.Xx}),g.prototype.get_m_vertex2=g.prototype.kw=function(){return r(ff(this.Ut),i)},g.prototype.set_m_vertex2=g.prototype.Yx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),df(n,e)},Object.defineProperty(g.prototype,"m_vertex2",{get:g.prototype.kw,set:g.prototype.Yx}),g.prototype.get_m_vertex0=g.prototype.iw=function(){return r(bf(this.Ut),i)},g.prototype.set_m_vertex0=g.prototype.Wx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),gf(n,e)},Object.defineProperty(g.prototype,"m_vertex0",{get:g.prototype.iw,set:g.prototype.Wx}),g.prototype.get_m_vertex3=g.prototype.lw=function(){return r(hf(this.Ut),i)},g.prototype.set_m_vertex3=g.prototype.Zx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Uf(n,e)},Object.defineProperty(g.prototype,"m_vertex3",{get:g.prototype.lw,set:g.prototype.Zx}),g.prototype.get_m_hasVertex0=g.prototype.dw=function(){return!!Jf(this.Ut)},g.prototype.set_m_hasVertex0=g.prototype.Rx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Df(n,e)},Object.defineProperty(g.prototype,"m_hasVertex0",{get:g.prototype.dw,set:g.prototype.Rx}),g.prototype.get_m_hasVertex3=g.prototype.ew=function(){return!!vf(this.Ut)},g.prototype.set_m_hasVertex3=g.prototype.Sx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),jf(n,e)},Object.defineProperty(g.prototype,"m_hasVertex3",{get:g.prototype.ew,set:g.prototype.Sx}),g.prototype.get_m_type=g.prototype.lu=function(){return Gf(this.Ut)},g.prototype.set_m_type=g.prototype.nu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Af(n,e)},Object.defineProperty(g.prototype,"m_type",{get:g.prototype.lu,set:g.prototype.nu}),g.prototype.get_m_radius=g.prototype.ku=function(){return Sf(this.Ut)},g.prototype.set_m_radius=g.prototype.mu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Cf(n,e)},Object.defineProperty(g.prototype,"m_radius",{get:g.prototype.ku,set:g.prototype.mu}),g.prototype.__destroy__=function(){Bf(this.Ut)};function ht(){this.Ut=Pf(),P(ht)[this.Ut]=this}ht.prototype=Object.create(At.prototype),ht.prototype.constructor=ht,ht.prototype.Vt=ht,ht.Wt={},t.JSContactFilter=ht,ht.prototype.ShouldCollide=function(e,n){var o=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),!!xf(o,e,n)},ht.prototype.__destroy__=function(){Mf(this.Ut)};function u(){this.Ut=Rf(),P(u)[this.Ut]=this}u.prototype=Object.create(G.prototype),u.prototype.constructor=u,u.prototype.Vt=u,u.Wt={},t.b2RevoluteJointDef=u,u.prototype.Initialize=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),Ff(_,e,n,o)},u.prototype.get_localAnchorA=u.prototype.gu=function(){return r(wf(this.Ut),i)},u.prototype.set_localAnchorA=u.prototype.iu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Wf(n,e)},Object.defineProperty(u.prototype,"localAnchorA",{get:u.prototype.gu,set:u.prototype.iu}),u.prototype.get_localAnchorB=u.prototype.hu=function(){return r(Of(this.Ut),i)},u.prototype.set_localAnchorB=u.prototype.ju=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Tf(n,e)},Object.defineProperty(u.prototype,"localAnchorB",{get:u.prototype.hu,set:u.prototype.ju}),u.prototype.get_referenceAngle=u.prototype.vu=function(){return Lf(this.Ut)},u.prototype.set_referenceAngle=u.prototype.zu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),If(n,e)},Object.defineProperty(u.prototype,"referenceAngle",{get:u.prototype.vu,set:u.prototype.zu}),u.prototype.get_enableLimit=u.prototype.Bu=function(){return!!qf(this.Ut)},u.prototype.set_enableLimit=u.prototype.Qu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Vf(n,e)},Object.defineProperty(u.prototype,"enableLimit",{get:u.prototype.Bu,set:u.prototype.Qu}),u.prototype.get_lowerAngle=u.prototype.Yv=function(){return kf(this.Ut)},u.prototype.set_lowerAngle=u.prototype.Lx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ef(n,e)},Object.defineProperty(u.prototype,"lowerAngle",{get:u.prototype.Yv,set:u.prototype.Lx}),u.prototype.get_upperAngle=u.prototype.Pw=function(){return zf(this.Ut)},u.prototype.set_upperAngle=u.prototype.Cy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Nf(n,e)},Object.defineProperty(u.prototype,"upperAngle",{get:u.prototype.Pw,set:u.prototype.Cy}),u.prototype.get_enableMotor=u.prototype.su=function(){return!!Hf(this.Ut)},u.prototype.set_enableMotor=u.prototype.wu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Zf(n,e)},Object.defineProperty(u.prototype,"enableMotor",{get:u.prototype.su,set:u.prototype.wu}),u.prototype.get_motorSpeed=u.prototype.uu=function(){return Xf(this.Ut)},u.prototype.set_motorSpeed=u.prototype.yu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Yf(n,e)},Object.defineProperty(u.prototype,"motorSpeed",{get:u.prototype.uu,set:u.prototype.yu}),u.prototype.get_maxMotorTorque=u.prototype.Hu=function(){return $f(this.Ut)},u.prototype.set_maxMotorTorque=u.prototype.Wu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Qf(n,e)},Object.defineProperty(u.prototype,"maxMotorTorque",{get:u.prototype.Hu,set:u.prototype.Wu}),u.prototype.get_type=u.prototype.Xt=function(){return Kf(this.Ut)},u.prototype.set_type=u.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),td(n,e)},Object.defineProperty(u.prototype,"type",{get:u.prototype.Xt,set:u.prototype.Zt}),u.prototype.get_userData=u.prototype.Yt=function(){return ed(this.Ut)},u.prototype.set_userData=u.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),nd(n,e)},Object.defineProperty(u.prototype,"userData",{get:u.prototype.Yt,set:u.prototype.$t}),u.prototype.get_bodyA=u.prototype.au=function(){return r(od(this.Ut),s)},u.prototype.set_bodyA=u.prototype.du=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),rd(n,e)},Object.defineProperty(u.prototype,"bodyA",{get:u.prototype.au,set:u.prototype.du}),u.prototype.get_bodyB=u.prototype.bu=function(){return r(_d(this.Ut),s)},u.prototype.set_bodyB=u.prototype.eu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),id(n,e)},Object.defineProperty(u.prototype,"bodyB",{get:u.prototype.bu,set:u.prototype.eu}),u.prototype.get_collideConnected=u.prototype.cu=function(){return!!pd(this.Ut)},u.prototype.set_collideConnected=u.prototype.fu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),sd(n,e)},Object.defineProperty(u.prototype,"collideConnected",{get:u.prototype.cu,set:u.prototype.fu}),u.prototype.__destroy__=function(){ud(this.Ut)};function lt(){this.Ut=cd(),P(lt)[this.Ut]=this}lt.prototype=Object.create(yt.prototype),lt.prototype.constructor=lt,lt.prototype.Vt=lt,lt.Wt={},t.JSDraw=lt,lt.prototype.DrawPolygon=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),ad(_,e,n,o)},lt.prototype.DrawSolidPolygon=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),ld(_,e,n,o)},lt.prototype.DrawCircle=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),yd(_,e,n,o)},lt.prototype.DrawSolidCircle=function(e,n,o,_){var U=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),md(U,e,n,o,_)},lt.prototype.DrawSegment=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),fd(_,e,n,o)},lt.prototype.DrawTransform=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),dd(n,e)},lt.prototype.__destroy__=function(){bd(this.Ut)};function q(){throw"cannot construct a b2WheelJoint, no constructor in IDL"}q.prototype=Object.create(A.prototype),q.prototype.constructor=q,q.prototype.Vt=q,q.Wt={},t.b2WheelJoint=q,q.prototype.GetLocalAnchorA=function(){return r(gd(this.Ut),i)},q.prototype.GetLocalAnchorB=function(){return r(hd(this.Ut),i)},q.prototype.GetLocalAxisA=function(){return r(Ud(this.Ut),i)},q.prototype.GetJointTranslation=function(){return Jd(this.Ut)},q.prototype.GetJointSpeed=function(){return Dd(this.Ut)},q.prototype.IsMotorEnabled=function(){return!!vd(this.Ut)},q.prototype.EnableMotor=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),jd(n,e)},q.prototype.SetMotorSpeed=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Gd(n,e)},q.prototype.GetMotorSpeed=function(){return Ad(this.Ut)},q.prototype.SetMaxMotorTorque=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Sd(n,e)},q.prototype.GetMaxMotorTorque=function(){return Cd(this.Ut)},q.prototype.GetMotorTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),Bd(n,e)},q.prototype.SetSpringFrequencyHz=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Pd(n,e)},q.prototype.GetSpringFrequencyHz=function(){return xd(this.Ut)},q.prototype.SetSpringDampingRatio=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Md(n,e)},q.prototype.GetSpringDampingRatio=function(){return Rd(this.Ut)},q.prototype.GetType=function(){return Fd(this.Ut)},q.prototype.GetBodyA=function(){return r(wd(this.Ut),s)},q.prototype.GetBodyB=function(){return r(Wd(this.Ut),s)},q.prototype.GetAnchorA=function(){return r(Od(this.Ut),i)},q.prototype.GetAnchorB=function(){return r(Td(this.Ut),i)},q.prototype.GetReactionForce=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Ld(n,e),i)},q.prototype.GetReactionTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),Id(n,e)},q.prototype.GetNext=function(){return r(qd(this.Ut),A)},q.prototype.GetUserData=function(){return Vd(this.Ut)},q.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),kd(n,e)},q.prototype.IsActive=function(){return!!Ed(this.Ut)},q.prototype.GetCollideConnected=function(){return!!zd(this.Ut)},q.prototype.__destroy__=function(){Nd(this.Ut)};function rt(){throw"cannot construct a b2PulleyJoint, no constructor in IDL"}rt.prototype=Object.create(A.prototype),rt.prototype.constructor=rt,rt.prototype.Vt=rt,rt.Wt={},t.b2PulleyJoint=rt,rt.prototype.GetGroundAnchorA=function(){return r(Hd(this.Ut),i)},rt.prototype.GetGroundAnchorB=function(){return r(Zd(this.Ut),i)},rt.prototype.GetLengthA=function(){return Xd(this.Ut)},rt.prototype.GetLengthB=function(){return Yd(this.Ut)},rt.prototype.GetRatio=function(){return $d(this.Ut)},rt.prototype.GetCurrentLengthA=function(){return Qd(this.Ut)},rt.prototype.GetCurrentLengthB=function(){return Kd(this.Ut)},rt.prototype.GetType=function(){return tb(this.Ut)},rt.prototype.GetBodyA=function(){return r(eb(this.Ut),s)},rt.prototype.GetBodyB=function(){return r(nb(this.Ut),s)},rt.prototype.GetAnchorA=function(){return r(ob(this.Ut),i)},rt.prototype.GetAnchorB=function(){return r(rb(this.Ut),i)},rt.prototype.GetReactionForce=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(_b(n,e),i)},rt.prototype.GetReactionTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),ib(n,e)},rt.prototype.GetNext=function(){return r(pb(this.Ut),A)},rt.prototype.GetUserData=function(){return sb(this.Ut)},rt.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ub(n,e)},rt.prototype.IsActive=function(){return!!cb(this.Ut)},rt.prototype.GetCollideConnected=function(){return!!ab(this.Ut)},rt.prototype.__destroy__=function(){lb(this.Ut)};function h(){this.Ut=yb(),P(h)[this.Ut]=this}h.prototype=Object.create(G.prototype),h.prototype.constructor=h,h.prototype.Vt=h,h.Wt={},t.b2MouseJointDef=h,h.prototype.get_target=h.prototype.Mw=function(){return r(mb(this.Ut),i)},h.prototype.set_target=h.prototype.zy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),fb(n,e)},Object.defineProperty(h.prototype,"target",{get:h.prototype.Mw,set:h.prototype.zy}),h.prototype.get_maxForce=h.prototype.tu=function(){return db(this.Ut)},h.prototype.set_maxForce=h.prototype.xu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),bb(n,e)},Object.defineProperty(h.prototype,"maxForce",{get:h.prototype.tu,set:h.prototype.xu}),h.prototype.get_frequencyHz=h.prototype.pu=function(){return gb(this.Ut)},h.prototype.set_frequencyHz=h.prototype.ru=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),hb(n,e)},Object.defineProperty(h.prototype,"frequencyHz",{get:h.prototype.pu,set:h.prototype.ru}),h.prototype.get_dampingRatio=h.prototype.ou=function(){return Ub(this.Ut)},h.prototype.set_dampingRatio=h.prototype.qu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Jb(n,e)},Object.defineProperty(h.prototype,"dampingRatio",{get:h.prototype.ou,set:h.prototype.qu}),h.prototype.get_type=h.prototype.Xt=function(){return Db(this.Ut)},h.prototype.set_type=h.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),vb(n,e)},Object.defineProperty(h.prototype,"type",{get:h.prototype.Xt,set:h.prototype.Zt}),h.prototype.get_userData=h.prototype.Yt=function(){return jb(this.Ut)},h.prototype.set_userData=h.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Gb(n,e)},Object.defineProperty(h.prototype,"userData",{get:h.prototype.Yt,set:h.prototype.$t}),h.prototype.get_bodyA=h.prototype.au=function(){return r(Ab(this.Ut),s)},h.prototype.set_bodyA=h.prototype.du=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Sb(n,e)},Object.defineProperty(h.prototype,"bodyA",{get:h.prototype.au,set:h.prototype.du}),h.prototype.get_bodyB=h.prototype.bu=function(){return r(Cb(this.Ut),s)},h.prototype.set_bodyB=h.prototype.eu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Bb(n,e)},Object.defineProperty(h.prototype,"bodyB",{get:h.prototype.bu,set:h.prototype.eu}),h.prototype.get_collideConnected=h.prototype.cu=function(){return!!Pb(this.Ut)},h.prototype.set_collideConnected=h.prototype.fu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),xb(n,e)},Object.defineProperty(h.prototype,"collideConnected",{get:h.prototype.cu,set:h.prototype.fu}),h.prototype.__destroy__=function(){Mb(this.Ut)};function et(){throw"cannot construct a b2Contact, no constructor in IDL"}et.prototype=Object.create(S.prototype),et.prototype.constructor=et,et.prototype.Vt=et,et.Wt={},t.b2Contact=et,et.prototype.GetManifold=function(){return r(Rb(this.Ut),F)},et.prototype.GetWorldManifold=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Fb(n,e)},et.prototype.IsTouching=function(){return!!wb(this.Ut)},et.prototype.SetEnabled=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Wb(n,e)},et.prototype.IsEnabled=function(){return!!Ob(this.Ut)},et.prototype.GetNext=function(){return r(Tb(this.Ut),et)},et.prototype.GetFixtureA=function(){return r(Lb(this.Ut),L)},et.prototype.GetChildIndexA=function(){return Ib(this.Ut)},et.prototype.GetFixtureB=function(){return r(qb(this.Ut),L)},et.prototype.GetChildIndexB=function(){return Vb(this.Ut)},et.prototype.SetFriction=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),kb(n,e)},et.prototype.GetFriction=function(){return Eb(this.Ut)},et.prototype.ResetFriction=function(){zb(this.Ut)},et.prototype.SetRestitution=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Nb(n,e)},et.prototype.GetRestitution=function(){return Hb(this.Ut)},et.prototype.ResetRestitution=function(){Zb(this.Ut)},et.prototype.SetTangentSpeed=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Xb(n,e)},et.prototype.GetTangentSpeed=function(){return Yb(this.Ut)};function m(){this.Ut=$b(),P(m)[this.Ut]=this}m.prototype=Object.create(G.prototype),m.prototype.constructor=m,m.prototype.Vt=m,m.Wt={},t.b2DistanceJointDef=m,m.prototype.Initialize=function(e,n,o,_){var U=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),_&&typeof _=="object"&&(_=_.Ut),Qb(U,e,n,o,_)},m.prototype.get_localAnchorA=m.prototype.gu=function(){return r(Kb(this.Ut),i)},m.prototype.set_localAnchorA=m.prototype.iu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),tg(n,e)},Object.defineProperty(m.prototype,"localAnchorA",{get:m.prototype.gu,set:m.prototype.iu}),m.prototype.get_localAnchorB=m.prototype.hu=function(){return r(eg(this.Ut),i)},m.prototype.set_localAnchorB=m.prototype.ju=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ng(n,e)},Object.defineProperty(m.prototype,"localAnchorB",{get:m.prototype.hu,set:m.prototype.ju}),m.prototype.get_length=m.prototype.Rv=function(){return og(this.Ut)},m.prototype.set_length=m.prototype.Ex=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),rg(n,e)},Object.defineProperty(m.prototype,"length",{get:m.prototype.Rv,set:m.prototype.Ex}),m.prototype.get_frequencyHz=m.prototype.pu=function(){return _g(this.Ut)},m.prototype.set_frequencyHz=m.prototype.ru=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ig(n,e)},Object.defineProperty(m.prototype,"frequencyHz",{get:m.prototype.pu,set:m.prototype.ru}),m.prototype.get_dampingRatio=m.prototype.ou=function(){return pg(this.Ut)},m.prototype.set_dampingRatio=m.prototype.qu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),sg(n,e)},Object.defineProperty(m.prototype,"dampingRatio",{get:m.prototype.ou,set:m.prototype.qu}),m.prototype.get_type=m.prototype.Xt=function(){return ug(this.Ut)},m.prototype.set_type=m.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),cg(n,e)},Object.defineProperty(m.prototype,"type",{get:m.prototype.Xt,set:m.prototype.Zt}),m.prototype.get_userData=m.prototype.Yt=function(){return ag(this.Ut)},m.prototype.set_userData=m.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),lg(n,e)},Object.defineProperty(m.prototype,"userData",{get:m.prototype.Yt,set:m.prototype.$t}),m.prototype.get_bodyA=m.prototype.au=function(){return r(yg(this.Ut),s)},m.prototype.set_bodyA=m.prototype.du=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),mg(n,e)},Object.defineProperty(m.prototype,"bodyA",{get:m.prototype.au,set:m.prototype.du}),m.prototype.get_bodyB=m.prototype.bu=function(){return r(fg(this.Ut),s)},m.prototype.set_bodyB=m.prototype.eu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),dg(n,e)},Object.defineProperty(m.prototype,"bodyB",{get:m.prototype.bu,set:m.prototype.eu}),m.prototype.get_collideConnected=m.prototype.cu=function(){return!!bg(this.Ut)},m.prototype.set_collideConnected=m.prototype.fu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),gg(n,e)},Object.defineProperty(m.prototype,"collideConnected",{get:m.prototype.cu,set:m.prototype.fu}),m.prototype.__destroy__=function(){hg(this.Ut)};function s(){throw"cannot construct a b2Body, no constructor in IDL"}s.prototype=Object.create(S.prototype),s.prototype.constructor=s,s.prototype.Vt=s,s.Wt={},t.b2Body=s,s.prototype.CreateFixture=function(e,n){var o=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),r(n===void 0?Ug(o,e):Jg(o,e,n),L)},s.prototype.DestroyFixture=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Dg(n,e)},s.prototype.SetTransform=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),vg(o,e,n)},s.prototype.GetTransform=function(){return r(jg(this.Ut),ot)},s.prototype.GetPosition=function(){return r(Gg(this.Ut),i)},s.prototype.GetAngle=function(){return Ag(this.Ut)},s.prototype.GetWorldCenter=function(){return r(Sg(this.Ut),i)},s.prototype.GetLocalCenter=function(){return r(Cg(this.Ut),i)},s.prototype.SetLinearVelocity=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Bg(n,e)},s.prototype.GetLinearVelocity=function(){return r(Pg(this.Ut),i)},s.prototype.SetAngularVelocity=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),xg(n,e)},s.prototype.GetAngularVelocity=function(){return Mg(this.Ut)},s.prototype.ApplyForce=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),Rg(_,e,n,o)},s.prototype.ApplyForceToCenter=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),Fg(o,e,n)},s.prototype.ApplyTorque=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),wg(o,e,n)},s.prototype.ApplyLinearImpulse=function(e,n,o){var _=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),o&&typeof o=="object"&&(o=o.Ut),Wg(_,e,n,o)},s.prototype.ApplyAngularImpulse=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),Og(o,e,n)},s.prototype.GetMass=function(){return Tg(this.Ut)},s.prototype.GetInertia=function(){return Lg(this.Ut)},s.prototype.GetMassData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Ig(n,e)},s.prototype.SetMassData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),qg(n,e)},s.prototype.ResetMassData=function(){Vg(this.Ut)},s.prototype.GetWorldPoint=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(kg(n,e),i)},s.prototype.GetWorldVector=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Eg(n,e),i)},s.prototype.GetLocalPoint=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(zg(n,e),i)},s.prototype.GetLocalVector=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Ng(n,e),i)},s.prototype.GetLinearVelocityFromWorldPoint=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Hg(n,e),i)},s.prototype.GetLinearVelocityFromLocalPoint=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Zg(n,e),i)},s.prototype.GetLinearDamping=function(){return Xg(this.Ut)},s.prototype.SetLinearDamping=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Yg(n,e)},s.prototype.GetAngularDamping=function(){return $g(this.Ut)},s.prototype.SetAngularDamping=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Qg(n,e)},s.prototype.GetGravityScale=function(){return Kg(this.Ut)},s.prototype.SetGravityScale=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),t2(n,e)},s.prototype.SetType=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),e2(n,e)},s.prototype.GetType=function(){return n2(this.Ut)},s.prototype.SetBullet=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),o2(n,e)},s.prototype.IsBullet=function(){return!!r2(this.Ut)},s.prototype.SetSleepingAllowed=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),_2(n,e)},s.prototype.IsSleepingAllowed=function(){return!!i2(this.Ut)},s.prototype.SetAwake=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),p2(n,e)},s.prototype.IsAwake=function(){return!!s2(this.Ut)},s.prototype.SetActive=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),u2(n,e)},s.prototype.IsActive=function(){return!!c2(this.Ut)},s.prototype.SetFixedRotation=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),a2(n,e)},s.prototype.IsFixedRotation=function(){return!!l2(this.Ut)},s.prototype.GetFixtureList=function(){return r(y2(this.Ut),L)},s.prototype.GetJointList=function(){return r(m2(this.Ut),M)},s.prototype.GetContactList=function(){return r(f2(this.Ut),R)},s.prototype.GetNext=function(){return r(d2(this.Ut),s)},s.prototype.GetUserData=function(){return b2(this.Ut)},s.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),g2(n,e)},s.prototype.GetWorld=function(){return r(h2(this.Ut),C)},s.prototype.Dump=function(){U2(this.Ut)};function _t(){throw"cannot construct a b2FrictionJoint, no constructor in IDL"}_t.prototype=Object.create(A.prototype),_t.prototype.constructor=_t,_t.prototype.Vt=_t,_t.Wt={},t.b2FrictionJoint=_t,_t.prototype.GetLocalAnchorA=function(){return r(J2(this.Ut),i)},_t.prototype.GetLocalAnchorB=function(){return r(D2(this.Ut),i)},_t.prototype.SetMaxForce=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),v2(n,e)},_t.prototype.GetMaxForce=function(){return j2(this.Ut)},_t.prototype.SetMaxTorque=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),G2(n,e)},_t.prototype.GetMaxTorque=function(){return A2(this.Ut)},_t.prototype.GetType=function(){return S2(this.Ut)},_t.prototype.GetBodyA=function(){return r(C2(this.Ut),s)},_t.prototype.GetBodyB=function(){return r(B2(this.Ut),s)},_t.prototype.GetAnchorA=function(){return r(P2(this.Ut),i)},_t.prototype.GetAnchorB=function(){return r(x2(this.Ut),i)},_t.prototype.GetReactionForce=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(M2(n,e),i)},_t.prototype.GetReactionTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),R2(n,e)},_t.prototype.GetNext=function(){return r(F2(this.Ut),A)},_t.prototype.GetUserData=function(){return w2(this.Ut)},_t.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),W2(n,e)},_t.prototype.IsActive=function(){return!!O2(this.Ut)},_t.prototype.GetCollideConnected=function(){return!!T2(this.Ut)},_t.prototype.__destroy__=function(){L2(this.Ut)};function Pt(){throw"cannot construct a b2DestructionListener, no constructor in IDL"}Pt.prototype=Object.create(S.prototype),Pt.prototype.constructor=Pt,Pt.prototype.Vt=Pt,Pt.Wt={},t.b2DestructionListener=Pt,Pt.prototype.__destroy__=function(){I2(this.Ut)};function D(){this.Ut=q2(),P(D)[this.Ut]=this}D.prototype=Object.create(G.prototype),D.prototype.constructor=D,D.prototype.Vt=D,D.Wt={},t.b2GearJointDef=D,D.prototype.get_joint1=D.prototype.Ov=function(){return r(V2(this.Ut),A)},D.prototype.set_joint1=D.prototype.Bx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),k2(n,e)},Object.defineProperty(D.prototype,"joint1",{get:D.prototype.Ov,set:D.prototype.Bx}),D.prototype.get_joint2=D.prototype.Pv=function(){return r(E2(this.Ut),A)},D.prototype.set_joint2=D.prototype.Cx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),z2(n,e)},Object.defineProperty(D.prototype,"joint2",{get:D.prototype.Pv,set:D.prototype.Cx}),D.prototype.get_ratio=D.prototype.Nu=function(){return N2(this.Ut)},D.prototype.set_ratio=D.prototype.bv=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),H2(n,e)},Object.defineProperty(D.prototype,"ratio",{get:D.prototype.Nu,set:D.prototype.bv}),D.prototype.get_type=D.prototype.Xt=function(){return Z2(this.Ut)},D.prototype.set_type=D.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),X2(n,e)},Object.defineProperty(D.prototype,"type",{get:D.prototype.Xt,set:D.prototype.Zt}),D.prototype.get_userData=D.prototype.Yt=function(){return Y2(this.Ut)},D.prototype.set_userData=D.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),$2(n,e)},Object.defineProperty(D.prototype,"userData",{get:D.prototype.Yt,set:D.prototype.$t}),D.prototype.get_bodyA=D.prototype.au=function(){return r(Q2(this.Ut),s)},D.prototype.set_bodyA=D.prototype.du=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),K2(n,e)},Object.defineProperty(D.prototype,"bodyA",{get:D.prototype.au,set:D.prototype.du}),D.prototype.get_bodyB=D.prototype.bu=function(){return r(th(this.Ut),s)},D.prototype.set_bodyB=D.prototype.eu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),eh(n,e)},Object.defineProperty(D.prototype,"bodyB",{get:D.prototype.bu,set:D.prototype.eu}),D.prototype.get_collideConnected=D.prototype.cu=function(){return!!nh(this.Ut)},D.prototype.set_collideConnected=D.prototype.fu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),oh(n,e)},Object.defineProperty(D.prototype,"collideConnected",{get:D.prototype.cu,set:D.prototype.fu}),D.prototype.__destroy__=function(){rh(this.Ut)};function T(){throw"cannot construct a b2RevoluteJoint, no constructor in IDL"}T.prototype=Object.create(A.prototype),T.prototype.constructor=T,T.prototype.Vt=T,T.Wt={},t.b2RevoluteJoint=T,T.prototype.GetLocalAnchorA=function(){return r(_h(this.Ut),i)},T.prototype.GetLocalAnchorB=function(){return r(ih(this.Ut),i)},T.prototype.GetReferenceAngle=function(){return ph(this.Ut)},T.prototype.GetJointAngle=function(){return sh(this.Ut)},T.prototype.GetJointSpeed=function(){return uh(this.Ut)},T.prototype.IsLimitEnabled=function(){return!!ch(this.Ut)},T.prototype.EnableLimit=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),ah(n,e)},T.prototype.GetLowerLimit=function(){return lh(this.Ut)},T.prototype.GetUpperLimit=function(){return yh(this.Ut)},T.prototype.SetLimits=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),mh(o,e,n)},T.prototype.IsMotorEnabled=function(){return!!fh(this.Ut)},T.prototype.EnableMotor=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),dh(n,e)},T.prototype.SetMotorSpeed=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),bh(n,e)},T.prototype.GetMotorSpeed=function(){return gh(this.Ut)},T.prototype.SetMaxMotorTorque=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),hh(n,e)},T.prototype.GetMaxMotorTorque=function(){return Uh(this.Ut)},T.prototype.GetMotorTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),Jh(n,e)},T.prototype.GetType=function(){return Dh(this.Ut)},T.prototype.GetBodyA=function(){return r(vh(this.Ut),s)},T.prototype.GetBodyB=function(){return r(jh(this.Ut),s)},T.prototype.GetAnchorA=function(){return r(Gh(this.Ut),i)},T.prototype.GetAnchorB=function(){return r(Ah(this.Ut),i)},T.prototype.GetReactionForce=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),r(Sh(n,e),i)},T.prototype.GetReactionTorque=function(e){var n=this.Ut;return e&&typeof e=="object"&&(e=e.Ut),Ch(n,e)},T.prototype.GetNext=function(){return r(Bh(this.Ut),A)},T.prototype.GetUserData=function(){return Ph(this.Ut)},T.prototype.SetUserData=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),xh(n,e)},T.prototype.IsActive=function(){return!!Mh(this.Ut)},T.prototype.GetCollideConnected=function(){return!!Rh(this.Ut)},T.prototype.__destroy__=function(){Fh(this.Ut)};function R(){this.Ut=wh(),P(R)[this.Ut]=this}R.prototype=Object.create(S.prototype),R.prototype.constructor=R,R.prototype.Vt=R,R.Wt={},t.b2ContactEdge=R,R.prototype.get_other=R.prototype.Lu=function(){return r(Wh(this.Ut),s)},R.prototype.set_other=R.prototype.$u=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Oh(n,e)},Object.defineProperty(R.prototype,"other",{get:R.prototype.Lu,set:R.prototype.$u}),R.prototype.get_contact=R.prototype.vv=function(){return r(Th(this.Ut),et)},R.prototype.set_contact=R.prototype.ix=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Lh(n,e)},Object.defineProperty(R.prototype,"contact",{get:R.prototype.vv,set:R.prototype.ix}),R.prototype.get_prev=R.prototype.Mu=function(){return r(Ih(this.Ut),R)},R.prototype.set_prev=R.prototype.av=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),qh(n,e)},Object.defineProperty(R.prototype,"prev",{get:R.prototype.Mu,set:R.prototype.av}),R.prototype.get_next=R.prototype.Ju=function(){return r(Vh(this.Ut),R)},R.prototype.set_next=R.prototype.Yu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),kh(n,e)},Object.defineProperty(R.prototype,"next",{get:R.prototype.Ju,set:R.prototype.Yu}),R.prototype.__destroy__=function(){Eh(this.Ut)};function v(){this.Ut=zh(),P(v)[this.Ut]=this}v.prototype=Object.create(G.prototype),v.prototype.constructor=v,v.prototype.Vt=v,v.Wt={},t.b2RopeJointDef=v,v.prototype.get_localAnchorA=v.prototype.gu=function(){return r(Nh(this.Ut),i)},v.prototype.set_localAnchorA=v.prototype.iu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Hh(n,e)},Object.defineProperty(v.prototype,"localAnchorA",{get:v.prototype.gu,set:v.prototype.iu}),v.prototype.get_localAnchorB=v.prototype.hu=function(){return r(Zh(this.Ut),i)},v.prototype.set_localAnchorB=v.prototype.ju=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Xh(n,e)},Object.defineProperty(v.prototype,"localAnchorB",{get:v.prototype.hu,set:v.prototype.ju}),v.prototype.get_maxLength=v.prototype.qw=function(){return Yh(this.Ut)},v.prototype.set_maxLength=v.prototype.dy=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),$h(n,e)},Object.defineProperty(v.prototype,"maxLength",{get:v.prototype.qw,set:v.prototype.dy}),v.prototype.get_type=v.prototype.Xt=function(){return Qh(this.Ut)},v.prototype.set_type=v.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),Kh(n,e)},Object.defineProperty(v.prototype,"type",{get:v.prototype.Xt,set:v.prototype.Zt}),v.prototype.get_userData=v.prototype.Yt=function(){return tU(this.Ut)},v.prototype.set_userData=v.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),eU(n,e)},Object.defineProperty(v.prototype,"userData",{get:v.prototype.Yt,set:v.prototype.$t}),v.prototype.get_bodyA=v.prototype.au=function(){return r(nU(this.Ut),s)},v.prototype.set_bodyA=v.prototype.du=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),oU(n,e)},Object.defineProperty(v.prototype,"bodyA",{get:v.prototype.au,set:v.prototype.du}),v.prototype.get_bodyB=v.prototype.bu=function(){return r(rU(this.Ut),s)},v.prototype.set_bodyB=v.prototype.eu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),_U(n,e)},Object.defineProperty(v.prototype,"bodyB",{get:v.prototype.bu,set:v.prototype.eu}),v.prototype.get_collideConnected=v.prototype.cu=function(){return!!iU(this.Ut)},v.prototype.set_collideConnected=v.prototype.fu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),pU(n,e)},Object.defineProperty(v.prototype,"collideConnected",{get:v.prototype.cu,set:v.prototype.fu}),v.prototype.__destroy__=function(){sU(this.Ut)};function f(){this.Ut=uU(),P(f)[this.Ut]=this}return f.prototype=Object.create(G.prototype),f.prototype.constructor=f,f.prototype.Vt=f,f.Wt={},t.b2MotorJointDef=f,f.prototype.Initialize=function(e,n){var o=this.Ut;e&&typeof e=="object"&&(e=e.Ut),n&&typeof n=="object"&&(n=n.Ut),cU(o,e,n)},f.prototype.get_linearOffset=f.prototype.Vv=function(){return r(aU(this.Ut),i)},f.prototype.set_linearOffset=f.prototype.Ix=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),lU(n,e)},Object.defineProperty(f.prototype,"linearOffset",{get:f.prototype.Vv,set:f.prototype.Ix}),f.prototype.get_angularOffset=f.prototype.kv=function(){return yU(this.Ut)},f.prototype.set_angularOffset=f.prototype.Yw=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),mU(n,e)},Object.defineProperty(f.prototype,"angularOffset",{get:f.prototype.kv,set:f.prototype.Yw}),f.prototype.get_maxForce=f.prototype.tu=function(){return fU(this.Ut)},f.prototype.set_maxForce=f.prototype.xu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),dU(n,e)},Object.defineProperty(f.prototype,"maxForce",{get:f.prototype.tu,set:f.prototype.xu}),f.prototype.get_maxTorque=f.prototype.Iu=function(){return bU(this.Ut)},f.prototype.set_maxTorque=f.prototype.Xu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),gU(n,e)},Object.defineProperty(f.prototype,"maxTorque",{get:f.prototype.Iu,set:f.prototype.Xu}),f.prototype.get_correctionFactor=f.prototype.wv=function(){return hU(this.Ut)},f.prototype.set_correctionFactor=f.prototype.jx=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),UU(n,e)},Object.defineProperty(f.prototype,"correctionFactor",{get:f.prototype.wv,set:f.prototype.jx}),f.prototype.get_type=f.prototype.Xt=function(){return JU(this.Ut)},f.prototype.set_type=f.prototype.Zt=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),DU(n,e)},Object.defineProperty(f.prototype,"type",{get:f.prototype.Xt,set:f.prototype.Zt}),f.prototype.get_userData=f.prototype.Yt=function(){return vU(this.Ut)},f.prototype.set_userData=f.prototype.$t=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),jU(n,e)},Object.defineProperty(f.prototype,"userData",{get:f.prototype.Yt,set:f.prototype.$t}),f.prototype.get_bodyA=f.prototype.au=function(){return r(GU(this.Ut),s)},f.prototype.set_bodyA=f.prototype.du=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),AU(n,e)},Object.defineProperty(f.prototype,"bodyA",{get:f.prototype.au,set:f.prototype.du}),f.prototype.get_bodyB=f.prototype.bu=function(){return r(SU(this.Ut),s)},f.prototype.set_bodyB=f.prototype.eu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),CU(n,e)},Object.defineProperty(f.prototype,"bodyB",{get:f.prototype.bu,set:f.prototype.eu}),f.prototype.get_collideConnected=f.prototype.cu=function(){return!!BU(this.Ut)},f.prototype.set_collideConnected=f.prototype.fu=function(e){var n=this.Ut;e&&typeof e=="object"&&(e=e.Ut),PU(n,e)},Object.defineProperty(f.prototype,"collideConnected",{get:f.prototype.cu,set:f.prototype.fu}),f.prototype.__destroy__=function(){xU(this.Ut)},function(){function e(){t.b2Shape.e_circle=MU(),t.b2Shape.e_edge=RU(),t.b2Shape.e_polygon=FU(),t.b2Shape.e_chain=wU(),t.b2Shape.e_typeCount=WU(),t.e_unknownJoint=OU(),t.e_revoluteJoint=TU(),t.e_prismaticJoint=LU(),t.e_distanceJoint=IU(),t.e_pulleyJoint=qU(),t.e_mouseJoint=VU(),t.e_gearJoint=kU(),t.e_wheelJoint=EU(),t.e_weldJoint=zU(),t.e_frictionJoint=NU(),t.e_ropeJoint=HU(),t.e_motorJoint=ZU(),t.e_inactiveLimit=XU(),t.e_atLowerLimit=YU(),t.e_atUpperLimit=$U(),t.e_equalLimits=QU(),t.b2Manifold.e_circles=KU(),t.b2Manifold.e_faceA=tJ(),t.b2Manifold.e_faceB=eJ(),t.b2_staticBody=nJ(),t.b2_kinematicBody=oJ(),t.b2_dynamicBody=rJ(),t.b2Draw.e_shapeBit=_J(),t.b2Draw.e_jointBit=iJ(),t.b2Draw.e_aabbBit=pJ(),t.b2Draw.e_pairBit=sJ(),t.b2Draw.e_centerOfMassBit=uJ(),t.b2ContactFeature.e_vertex=cJ(),t.b2ContactFeature.e_face=aJ()}Ge?e():ve.unshift(e)}(),St.ready}}();gdjs.registerAsynchronouslyLoadingLibraryPromise(yJ({locateFile:function(Jt,St){return location.protocol==="file:"?St+"Extensions/Physics2Behavior/"+Jt:St+Jt}}).then(Jt=>{window.Box2D=Jt}))})();
|
|
2
|
+
//# sourceMappingURL=Box2D_v2.3.1_min.wasm.js.map
|