diff --git a/copy_docs.sh b/copy_docs.sh index fc522d0..2f752bb 100755 --- a/copy_docs.sh +++ b/copy_docs.sh @@ -1,4 +1,9 @@ #! /bin/sh -cp -r ~/work/rapier.js/rapier3d/docs/* static/javascript3d/. -cp -r ~/work/rapier.js/rapier2d/docs/* static/javascript2d/. +rm -rf static/javascript3d +mkdir static/javascript3d +cp -r ../rapier.js/builds/rapier3d/docs/* static/javascript3d/. + +rm -rf static/javascript2d +mkdir static/javascript2d +cp -r ../rapier.js/builds/rapier2d/docs/* static/javascript2d/. diff --git a/static/javascript2d/assets/icons.css b/static/javascript2d/assets/icons.css deleted file mode 100644 index 776a356..0000000 --- a/static/javascript2d/assets/icons.css +++ /dev/null @@ -1,1043 +0,0 @@ -.tsd-kind-icon { - display: block; - position: relative; - padding-left: 20px; - text-indent: -20px; -} -.tsd-kind-icon:before { - content: ""; - display: inline-block; - vertical-align: middle; - width: 17px; - height: 17px; - margin: 0 3px 2px 0; - background-image: url(./icons.png); -} -@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-kind-icon:before { - background-image: url(./icons@2x.png); - background-size: 238px 204px; - } -} - -.tsd-signature.tsd-kind-icon:before { - background-position: 0 -153px; -} - -.tsd-kind-object-literal > .tsd-kind-icon:before { - background-position: 0px -17px; -} -.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -17px; -} -.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -17px; -} - -.tsd-kind-class > .tsd-kind-icon:before { - background-position: 0px -34px; -} -.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -34px; -} -.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -34px; -} - -.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -51px; -} - -.tsd-kind-interface > .tsd-kind-icon:before { - background-position: 0px -68px; -} -.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -68px; -} -.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -68px; -} - -.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -34px -85px; -} - -.tsd-kind-namespace > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-module > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-enum > .tsd-kind-icon:before { - background-position: 0px -119px; -} -.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -119px; -} -.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -119px; -} - -.tsd-kind-enum-member > .tsd-kind-icon:before { - background-position: 0px -136px; -} -.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -136px; -} -.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -136px; -} - -.tsd-kind-signature > .tsd-kind-icon:before { - background-position: 0px -153px; -} -.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -153px; -} -.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -153px; -} - -.tsd-kind-type-alias > .tsd-kind-icon:before { - background-position: 0px -170px; -} -.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -170px; -} -.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -170px; -} - -.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -34px -187px; -} - -.tsd-kind-variable > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-property > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-get-signature > .tsd-kind-icon:before { - background-position: -136px -17px; -} -.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -17px; -} -.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -17px; -} - -.tsd-kind-set-signature > .tsd-kind-icon:before { - background-position: -136px -34px; -} -.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -34px; -} -.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -34px; -} - -.tsd-kind-accessor > .tsd-kind-icon:before { - background-position: -136px -51px; -} -.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -51px; -} -.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -51px; -} - -.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-constructor > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-constructor-signature > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-index-signature > .tsd-kind-icon:before { - background-position: -136px -119px; -} -.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -119px; -} -.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -119px; -} - -.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -136px; -} -.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -136px; -} -.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -136px; -} - -.tsd-is-static > .tsd-kind-icon:before { - background-position: -136px -153px; -} -.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -153px; -} -.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -153px; -} -.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -153px; -} - -.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -187px; -} diff --git a/static/javascript2d/assets/icons.png b/static/javascript2d/assets/icons.png deleted file mode 100644 index 3836d5f..0000000 Binary files a/static/javascript2d/assets/icons.png and /dev/null differ diff --git a/static/javascript2d/assets/icons@2x.png b/static/javascript2d/assets/icons@2x.png deleted file mode 100644 index 5a209e2..0000000 Binary files a/static/javascript2d/assets/icons@2x.png and /dev/null differ diff --git a/static/javascript2d/assets/search.js b/static/javascript2d/assets/search.js index 0c6932e..4aee6a2 100644 --- a/static/javascript2d/assets/search.js +++ b/static/javascript2d/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\",\"8388608\":\"Reference\"},\"rows\":[{\"kind\":64,\"name\":\"version\",\"url\":\"functions/version.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"Vector\",\"url\":\"interfaces/Vector.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/Vector.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Vector\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/Vector.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Vector\"},{\"kind\":128,\"name\":\"Vector2\",\"url\":\"classes/Vector2.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Vector2.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Vector2\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/Vector2.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vector2\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/Vector2.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vector2\"},{\"kind\":128,\"name\":\"VectorOps\",\"url\":\"classes/VectorOps.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"new\",\"url\":\"classes/VectorOps.html#new\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"zeros\",\"url\":\"classes/VectorOps.html#zeros\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/VectorOps.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/VectorOps.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/VectorOps.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VectorOps.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":4194304,\"name\":\"Rotation\",\"url\":\"types/Rotation.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"RotationOps\",\"url\":\"classes/RotationOps.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"identity\",\"url\":\"classes/RotationOps.html#identity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RotationOps.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RotationOps.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RotationOps.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":4194304,\"name\":\"RigidBodyHandle\",\"url\":\"types/RigidBodyHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":8,\"name\":\"RigidBodyType\",\"url\":\"enums/RigidBodyType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Dynamic\",\"url\":\"enums/RigidBodyType.html#Dynamic\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":16,\"name\":\"Fixed\",\"url\":\"enums/RigidBodyType.html#Fixed\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":16,\"name\":\"KinematicPositionBased\",\"url\":\"enums/RigidBodyType.html#KinematicPositionBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":16,\"name\":\"KinematicVelocityBased\",\"url\":\"enums/RigidBodyType.html#KinematicVelocityBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":128,\"name\":\"RigidBody\",\"url\":\"classes/RigidBody.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RigidBody.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RigidBody.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"colliderSet\",\"url\":\"classes/RigidBody.html#colliderSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RigidBody.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"userData\",\"url\":\"classes/RigidBody.html#userData\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RigidBody.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RigidBody.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"lockTranslations\",\"url\":\"classes/RigidBody.html#lockTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"lockRotations\",\"url\":\"classes/RigidBody.html#lockRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setEnabledTranslations\",\"url\":\"classes/RigidBody.html#setEnabledTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"restrictTranslations\",\"url\":\"classes/RigidBody.html#restrictTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"dominanceGroup\",\"url\":\"classes/RigidBody.html#dominanceGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setDominanceGroup\",\"url\":\"classes/RigidBody.html#setDominanceGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"additionalSolverIterations\",\"url\":\"classes/RigidBody.html#additionalSolverIterations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAdditionalSolverIterations\",\"url\":\"classes/RigidBody.html#setAdditionalSolverIterations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"enableCcd\",\"url\":\"classes/RigidBody.html#enableCcd\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setSoftCcdPrediction\",\"url\":\"classes/RigidBody.html#setSoftCcdPrediction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"softCcdPrediction\",\"url\":\"classes/RigidBody.html#softCcdPrediction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"translation\",\"url\":\"classes/RigidBody.html#translation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"rotation\",\"url\":\"classes/RigidBody.html#rotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"nextTranslation\",\"url\":\"classes/RigidBody.html#nextTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"nextRotation\",\"url\":\"classes/RigidBody.html#nextRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/RigidBody.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setLinvel\",\"url\":\"classes/RigidBody.html#setLinvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"gravityScale\",\"url\":\"classes/RigidBody.html#gravityScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setGravityScale\",\"url\":\"classes/RigidBody.html#setGravityScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/RigidBody.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAngvel\",\"url\":\"classes/RigidBody.html#setAngvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setNextKinematicTranslation\",\"url\":\"classes/RigidBody.html#setNextKinematicTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setNextKinematicRotation\",\"url\":\"classes/RigidBody.html#setNextKinematicRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"linvel\",\"url\":\"classes/RigidBody.html#linvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"angvel\",\"url\":\"classes/RigidBody.html#angvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"mass\",\"url\":\"classes/RigidBody.html#mass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"effectiveInvMass\",\"url\":\"classes/RigidBody.html#effectiveInvMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"invMass\",\"url\":\"classes/RigidBody.html#invMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"localCom\",\"url\":\"classes/RigidBody.html#localCom\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"worldCom\",\"url\":\"classes/RigidBody.html#worldCom\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"invPrincipalInertiaSqrt\",\"url\":\"classes/RigidBody.html#invPrincipalInertiaSqrt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"principalInertia\",\"url\":\"classes/RigidBody.html#principalInertia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"effectiveWorldInvInertiaSqrt\",\"url\":\"classes/RigidBody.html#effectiveWorldInvInertiaSqrt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"effectiveAngularInertia\",\"url\":\"classes/RigidBody.html#effectiveAngularInertia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"sleep\",\"url\":\"classes/RigidBody.html#sleep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"wakeUp\",\"url\":\"classes/RigidBody.html#wakeUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isCcdEnabled\",\"url\":\"classes/RigidBody.html#isCcdEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"numColliders\",\"url\":\"classes/RigidBody.html#numColliders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"collider\",\"url\":\"classes/RigidBody.html#collider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/RigidBody.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isEnabled\",\"url\":\"classes/RigidBody.html#isEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"bodyType\",\"url\":\"classes/RigidBody.html#bodyType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setBodyType\",\"url\":\"classes/RigidBody.html#setBodyType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isSleeping\",\"url\":\"classes/RigidBody.html#isSleeping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isMoving\",\"url\":\"classes/RigidBody.html#isMoving\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isFixed\",\"url\":\"classes/RigidBody.html#isFixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isKinematic\",\"url\":\"classes/RigidBody.html#isKinematic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/RigidBody.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"linearDamping\",\"url\":\"classes/RigidBody.html#linearDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"angularDamping\",\"url\":\"classes/RigidBody.html#angularDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setLinearDamping\",\"url\":\"classes/RigidBody.html#setLinearDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"recomputeMassPropertiesFromColliders\",\"url\":\"classes/RigidBody.html#recomputeMassPropertiesFromColliders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAdditionalMass\",\"url\":\"classes/RigidBody.html#setAdditionalMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAdditionalMassProperties\",\"url\":\"classes/RigidBody.html#setAdditionalMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAngularDamping\",\"url\":\"classes/RigidBody.html#setAngularDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"resetForces\",\"url\":\"classes/RigidBody.html#resetForces\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"resetTorques\",\"url\":\"classes/RigidBody.html#resetTorques\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"addForce\",\"url\":\"classes/RigidBody.html#addForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"applyImpulse\",\"url\":\"classes/RigidBody.html#applyImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"addTorque\",\"url\":\"classes/RigidBody.html#addTorque\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"applyTorqueImpulse\",\"url\":\"classes/RigidBody.html#applyTorqueImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"addForceAtPoint\",\"url\":\"classes/RigidBody.html#addForceAtPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"applyImpulseAtPoint\",\"url\":\"classes/RigidBody.html#applyImpulseAtPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":128,\"name\":\"RigidBodyDesc\",\"url\":\"classes/RigidBodyDesc.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"dynamic\",\"url\":\"classes/RigidBodyDesc.html#dynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"kinematicPositionBased\",\"url\":\"classes/RigidBodyDesc.html#kinematicPositionBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"kinematicVelocityBased\",\"url\":\"classes/RigidBodyDesc.html#kinematicVelocityBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"fixed\",\"url\":\"classes/RigidBodyDesc.html#fixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newDynamic\",\"url\":\"classes/RigidBodyDesc.html#newDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newKinematicPositionBased\",\"url\":\"classes/RigidBodyDesc.html#newKinematicPositionBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newKinematicVelocityBased\",\"url\":\"classes/RigidBodyDesc.html#newKinematicVelocityBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newStatic\",\"url\":\"classes/RigidBodyDesc.html#newStatic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RigidBodyDesc.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"enabled\",\"url\":\"classes/RigidBodyDesc.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translation\",\"url\":\"classes/RigidBodyDesc.html#translation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"rotation\",\"url\":\"classes/RigidBodyDesc.html#rotation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"gravityScale\",\"url\":\"classes/RigidBodyDesc.html#gravityScale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"mass\",\"url\":\"classes/RigidBodyDesc.html#mass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"massOnly\",\"url\":\"classes/RigidBodyDesc.html#massOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"centerOfMass\",\"url\":\"classes/RigidBodyDesc.html#centerOfMass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translationsEnabledX\",\"url\":\"classes/RigidBodyDesc.html#translationsEnabledX\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translationsEnabledY\",\"url\":\"classes/RigidBodyDesc.html#translationsEnabledY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"linvel\",\"url\":\"classes/RigidBodyDesc.html#linvel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"angvel\",\"url\":\"classes/RigidBodyDesc.html#angvel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"principalAngularInertia\",\"url\":\"classes/RigidBodyDesc.html#principalAngularInertia\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"rotationsEnabled\",\"url\":\"classes/RigidBodyDesc.html#rotationsEnabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"linearDamping\",\"url\":\"classes/RigidBodyDesc.html#linearDamping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"angularDamping\",\"url\":\"classes/RigidBodyDesc.html#angularDamping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/RigidBodyDesc.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"canSleep\",\"url\":\"classes/RigidBodyDesc.html#canSleep\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"sleeping\",\"url\":\"classes/RigidBodyDesc.html#sleeping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"ccdEnabled\",\"url\":\"classes/RigidBodyDesc.html#ccdEnabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"softCcdPrediction\",\"url\":\"classes/RigidBodyDesc.html#softCcdPrediction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"dominanceGroup\",\"url\":\"classes/RigidBodyDesc.html#dominanceGroup\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"additionalSolverIterations\",\"url\":\"classes/RigidBodyDesc.html#additionalSolverIterations\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"userData\",\"url\":\"classes/RigidBodyDesc.html#userData\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setDominanceGroup\",\"url\":\"classes/RigidBodyDesc.html#setDominanceGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAdditionalSolverIterations\",\"url\":\"classes/RigidBodyDesc.html#setAdditionalSolverIterations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/RigidBodyDesc.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/RigidBodyDesc.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/RigidBodyDesc.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setGravityScale\",\"url\":\"classes/RigidBodyDesc.html#setGravityScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAdditionalMass\",\"url\":\"classes/RigidBodyDesc.html#setAdditionalMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setLinvel\",\"url\":\"classes/RigidBodyDesc.html#setLinvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAngvel\",\"url\":\"classes/RigidBodyDesc.html#setAngvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAdditionalMassProperties\",\"url\":\"classes/RigidBodyDesc.html#setAdditionalMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"enabledTranslations\",\"url\":\"classes/RigidBodyDesc.html#enabledTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"restrictTranslations\",\"url\":\"classes/RigidBodyDesc.html#restrictTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"lockTranslations\",\"url\":\"classes/RigidBodyDesc.html#lockTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"lockRotations\",\"url\":\"classes/RigidBodyDesc.html#lockRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setLinearDamping\",\"url\":\"classes/RigidBodyDesc.html#setLinearDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAngularDamping\",\"url\":\"classes/RigidBodyDesc.html#setAngularDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setCanSleep\",\"url\":\"classes/RigidBodyDesc.html#setCanSleep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setSleeping\",\"url\":\"classes/RigidBodyDesc.html#setSleeping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setCcdEnabled\",\"url\":\"classes/RigidBodyDesc.html#setCcdEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setSoftCcdPrediction\",\"url\":\"classes/RigidBodyDesc.html#setSoftCcdPrediction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setUserData\",\"url\":\"classes/RigidBodyDesc.html#setUserData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":128,\"name\":\"RigidBodySet\",\"url\":\"classes/RigidBodySet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RigidBodySet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/RigidBodySet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/RigidBodySet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/RigidBodySet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RigidBodySet.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"createRigidBody\",\"url\":\"classes/RigidBodySet.html#createRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/RigidBodySet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/RigidBodySet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/RigidBodySet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/RigidBodySet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/RigidBodySet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"forEachActiveRigidBody\",\"url\":\"classes/RigidBodySet.html#forEachActiveRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/RigidBodySet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":128,\"name\":\"IntegrationParameters\",\"url\":\"classes/IntegrationParameters.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IntegrationParameters.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/IntegrationParameters.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/IntegrationParameters.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"dt\",\"url\":\"classes/IntegrationParameters.html#dt\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"erp\",\"url\":\"classes/IntegrationParameters.html#erp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"lengthUnit\",\"url\":\"classes/IntegrationParameters.html#lengthUnit\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"normalizedAllowedLinearError\",\"url\":\"classes/IntegrationParameters.html#normalizedAllowedLinearError\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"normalizedPredictionDistance\",\"url\":\"classes/IntegrationParameters.html#normalizedPredictionDistance\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"numSolverIterations\",\"url\":\"classes/IntegrationParameters.html#numSolverIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"numAdditionalFrictionIterations\",\"url\":\"classes/IntegrationParameters.html#numAdditionalFrictionIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"numInternalPgsIterations\",\"url\":\"classes/IntegrationParameters.html#numInternalPgsIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"minIslandSize\",\"url\":\"classes/IntegrationParameters.html#minIslandSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"maxCcdSubsteps\",\"url\":\"classes/IntegrationParameters.html#maxCcdSubsteps\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"switchToStandardPgsSolver\",\"url\":\"classes/IntegrationParameters.html#switchToStandardPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolver\",\"url\":\"classes/IntegrationParameters.html#switchToSmallStepsPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolverWithoutWarmstart\",\"url\":\"classes/IntegrationParameters.html#switchToSmallStepsPgsSolverWithoutWarmstart\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":4194304,\"name\":\"ImpulseJointHandle\",\"url\":\"types/ImpulseJointHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":8,\"name\":\"JointType\",\"url\":\"enums/JointType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Revolute\",\"url\":\"enums/JointType.html#Revolute\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Fixed\",\"url\":\"enums/JointType.html#Fixed\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Prismatic\",\"url\":\"enums/JointType.html#Prismatic\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Rope\",\"url\":\"enums/JointType.html#Rope\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Spring\",\"url\":\"enums/JointType.html#Spring\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":8,\"name\":\"MotorModel\",\"url\":\"enums/MotorModel.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"AccelerationBased\",\"url\":\"enums/MotorModel.html#AccelerationBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MotorModel\"},{\"kind\":16,\"name\":\"ForceBased\",\"url\":\"enums/MotorModel.html#ForceBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MotorModel\"},{\"kind\":8,\"name\":\"JointAxesMask\",\"url\":\"enums/JointAxesMask.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"X\",\"url\":\"enums/JointAxesMask.html#X\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"Y\",\"url\":\"enums/JointAxesMask.html#Y\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"Z\",\"url\":\"enums/JointAxesMask.html#Z\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"AngX\",\"url\":\"enums/JointAxesMask.html#AngX\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"AngY\",\"url\":\"enums/JointAxesMask.html#AngY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"AngZ\",\"url\":\"enums/JointAxesMask.html#AngZ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":128,\"name\":\"ImpulseJoint\",\"url\":\"classes/ImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/ImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/ImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/ImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/ImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/ImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/ImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/ImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/ImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/ImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/ImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/ImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/ImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/ImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/ImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/ImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":128,\"name\":\"UnitImpulseJoint\",\"url\":\"classes/UnitImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/UnitImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnitImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/UnitImpulseJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsEnabled\",\"url\":\"classes/UnitImpulseJoint.html#limitsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMin\",\"url\":\"classes/UnitImpulseJoint.html#limitsMin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMax\",\"url\":\"classes/UnitImpulseJoint.html#limitsMax\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setLimits\",\"url\":\"classes/UnitImpulseJoint.html#setLimits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorModel\",\"url\":\"classes/UnitImpulseJoint.html#configureMotorModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorVelocity\",\"url\":\"classes/UnitImpulseJoint.html#configureMotorVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorPosition\",\"url\":\"classes/UnitImpulseJoint.html#configureMotorPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotor\",\"url\":\"classes/UnitImpulseJoint.html#configureMotor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/UnitImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/UnitImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/UnitImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/UnitImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/UnitImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/UnitImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/UnitImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/UnitImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/UnitImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/UnitImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/UnitImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/UnitImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/UnitImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/UnitImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":128,\"name\":\"FixedImpulseJoint\",\"url\":\"classes/FixedImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/FixedImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/FixedImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/FixedImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/FixedImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/FixedImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/FixedImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/FixedImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/FixedImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/FixedImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/FixedImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/FixedImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/FixedImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/FixedImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/FixedImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/FixedImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":128,\"name\":\"RopeImpulseJoint\",\"url\":\"classes/RopeImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/RopeImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RopeImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RopeImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/RopeImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RopeImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RopeImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RopeImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/RopeImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/RopeImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/RopeImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/RopeImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/RopeImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/RopeImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/RopeImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/RopeImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/RopeImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":128,\"name\":\"SpringImpulseJoint\",\"url\":\"classes/SpringImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/SpringImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SpringImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/SpringImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/SpringImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/SpringImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/SpringImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/SpringImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/SpringImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/SpringImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/SpringImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/SpringImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/SpringImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/SpringImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/SpringImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/SpringImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/SpringImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":128,\"name\":\"PrismaticImpulseJoint\",\"url\":\"classes/PrismaticImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/PrismaticImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PrismaticImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/PrismaticImpulseJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsEnabled\",\"url\":\"classes/PrismaticImpulseJoint.html#limitsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMin\",\"url\":\"classes/PrismaticImpulseJoint.html#limitsMin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMax\",\"url\":\"classes/PrismaticImpulseJoint.html#limitsMax\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setLimits\",\"url\":\"classes/PrismaticImpulseJoint.html#setLimits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorModel\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotorModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorVelocity\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotorVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorPosition\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotorPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotor\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/PrismaticImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/PrismaticImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/PrismaticImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/PrismaticImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/PrismaticImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/PrismaticImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/PrismaticImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/PrismaticImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/PrismaticImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/PrismaticImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/PrismaticImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/PrismaticImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/PrismaticImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/PrismaticImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":128,\"name\":\"RevoluteImpulseJoint\",\"url\":\"classes/RevoluteImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/RevoluteImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RevoluteImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/RevoluteImpulseJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsEnabled\",\"url\":\"classes/RevoluteImpulseJoint.html#limitsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMin\",\"url\":\"classes/RevoluteImpulseJoint.html#limitsMin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMax\",\"url\":\"classes/RevoluteImpulseJoint.html#limitsMax\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setLimits\",\"url\":\"classes/RevoluteImpulseJoint.html#setLimits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorModel\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotorModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorVelocity\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotorVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorPosition\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotorPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotor\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RevoluteImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/RevoluteImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RevoluteImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RevoluteImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RevoluteImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/RevoluteImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/RevoluteImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/RevoluteImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/RevoluteImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/RevoluteImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/RevoluteImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/RevoluteImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/RevoluteImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/RevoluteImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":128,\"name\":\"JointData\",\"url\":\"classes/JointData.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fixed\",\"url\":\"classes/JointData.html#fixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"spring\",\"url\":\"classes/JointData.html#spring\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"rope\",\"url\":\"classes/JointData.html#rope\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"revolute\",\"url\":\"classes/JointData.html#revolute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"prismatic\",\"url\":\"classes/JointData.html#prismatic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/JointData.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-private\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"anchor1\",\"url\":\"classes/JointData.html#anchor1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"anchor2\",\"url\":\"classes/JointData.html#anchor2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"axis\",\"url\":\"classes/JointData.html#axis\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"frame1\",\"url\":\"classes/JointData.html#frame1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"frame2\",\"url\":\"classes/JointData.html#frame2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"jointType\",\"url\":\"classes/JointData.html#jointType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"limitsEnabled\",\"url\":\"classes/JointData.html#limitsEnabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"limits\",\"url\":\"classes/JointData.html#limits\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"axesMask\",\"url\":\"classes/JointData.html#axesMask\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"stiffness\",\"url\":\"classes/JointData.html#stiffness\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"damping\",\"url\":\"classes/JointData.html#damping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/JointData.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/JointData.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":128,\"name\":\"ImpulseJointSet\",\"url\":\"classes/ImpulseJointSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImpulseJointSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/ImpulseJointSet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/ImpulseJointSet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/ImpulseJointSet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/ImpulseJointSet.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"createJoint\",\"url\":\"classes/ImpulseJointSet.html#createJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/ImpulseJointSet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"forEachJointHandleAttachedToRigidBody\",\"url\":\"classes/ImpulseJointSet.html#forEachJointHandleAttachedToRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"unmap\",\"url\":\"classes/ImpulseJointSet.html#unmap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/ImpulseJointSet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/ImpulseJointSet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/ImpulseJointSet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/ImpulseJointSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/ImpulseJointSet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":4194304,\"name\":\"MultibodyJointHandle\",\"url\":\"types/MultibodyJointHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"MultibodyJoint\",\"url\":\"classes/MultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/MultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/MultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/MultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/MultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/MultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/MultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":128,\"name\":\"UnitMultibodyJoint\",\"url\":\"classes/UnitMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/UnitMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnitMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/UnitMultibodyJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/UnitMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/UnitMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/UnitMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/UnitMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/UnitMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":128,\"name\":\"FixedMultibodyJoint\",\"url\":\"classes/FixedMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/FixedMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/FixedMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/FixedMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/FixedMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/FixedMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/FixedMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":128,\"name\":\"PrismaticMultibodyJoint\",\"url\":\"classes/PrismaticMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/PrismaticMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PrismaticMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/PrismaticMultibodyJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/PrismaticMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/PrismaticMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/PrismaticMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/PrismaticMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/PrismaticMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":128,\"name\":\"RevoluteMultibodyJoint\",\"url\":\"classes/RevoluteMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/RevoluteMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RevoluteMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/RevoluteMultibodyJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RevoluteMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RevoluteMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RevoluteMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/RevoluteMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/RevoluteMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":128,\"name\":\"MultibodyJointSet\",\"url\":\"classes/MultibodyJointSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MultibodyJointSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/MultibodyJointSet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/MultibodyJointSet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/MultibodyJointSet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"createJoint\",\"url\":\"classes/MultibodyJointSet.html#createJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/MultibodyJointSet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"unmap\",\"url\":\"classes/MultibodyJointSet.html#unmap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/MultibodyJointSet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/MultibodyJointSet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/MultibodyJointSet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/MultibodyJointSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"forEachJointHandleAttachedToRigidBody\",\"url\":\"classes/MultibodyJointSet.html#forEachJointHandleAttachedToRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/MultibodyJointSet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":8,\"name\":\"CoefficientCombineRule\",\"url\":\"enums/CoefficientCombineRule.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Average\",\"url\":\"enums/CoefficientCombineRule.html#Average\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":16,\"name\":\"Min\",\"url\":\"enums/CoefficientCombineRule.html#Min\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":16,\"name\":\"Multiply\",\"url\":\"enums/CoefficientCombineRule.html#Multiply\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":16,\"name\":\"Max\",\"url\":\"enums/CoefficientCombineRule.html#Max\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":128,\"name\":\"CCDSolver\",\"url\":\"classes/CCDSolver.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CCDSolver.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CCDSolver\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/CCDSolver.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CCDSolver\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/CCDSolver.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CCDSolver\"},{\"kind\":128,\"name\":\"IslandManager\",\"url\":\"classes/IslandManager.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IslandManager.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/IslandManager.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/IslandManager.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":2048,\"name\":\"forEachActiveRigidBodyHandle\",\"url\":\"classes/IslandManager.html#forEachActiveRigidBodyHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":128,\"name\":\"BroadPhase\",\"url\":\"classes/BroadPhase.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BroadPhase.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BroadPhase\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/BroadPhase.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BroadPhase\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/BroadPhase.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BroadPhase\"},{\"kind\":128,\"name\":\"NarrowPhase\",\"url\":\"classes/NarrowPhase.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NarrowPhase.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/NarrowPhase.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":1024,\"name\":\"tempManifold\",\"url\":\"classes/NarrowPhase.html#tempManifold\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/NarrowPhase.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"contactPairsWith\",\"url\":\"classes/NarrowPhase.html#contactPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"intersectionPairsWith\",\"url\":\"classes/NarrowPhase.html#intersectionPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"contactPair\",\"url\":\"classes/NarrowPhase.html#contactPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"intersectionPair\",\"url\":\"classes/NarrowPhase.html#intersectionPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":128,\"name\":\"TempContactManifold\",\"url\":\"classes/TempContactManifold.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TempContactManifold.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/TempContactManifold.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/TempContactManifold.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"normal\",\"url\":\"classes/TempContactManifold.html#normal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localNormal1\",\"url\":\"classes/TempContactManifold.html#localNormal1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localNormal2\",\"url\":\"classes/TempContactManifold.html#localNormal2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"subshape1\",\"url\":\"classes/TempContactManifold.html#subshape1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"subshape2\",\"url\":\"classes/TempContactManifold.html#subshape2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"numContacts\",\"url\":\"classes/TempContactManifold.html#numContacts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localContactPoint1\",\"url\":\"classes/TempContactManifold.html#localContactPoint1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localContactPoint2\",\"url\":\"classes/TempContactManifold.html#localContactPoint2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactDist\",\"url\":\"classes/TempContactManifold.html#contactDist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactFid1\",\"url\":\"classes/TempContactManifold.html#contactFid1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactFid2\",\"url\":\"classes/TempContactManifold.html#contactFid2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactImpulse\",\"url\":\"classes/TempContactManifold.html#contactImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactTangentImpulse\",\"url\":\"classes/TempContactManifold.html#contactTangentImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"numSolverContacts\",\"url\":\"classes/TempContactManifold.html#numSolverContacts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactPoint\",\"url\":\"classes/TempContactManifold.html#solverContactPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactDist\",\"url\":\"classes/TempContactManifold.html#solverContactDist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactFriction\",\"url\":\"classes/TempContactManifold.html#solverContactFriction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactRestitution\",\"url\":\"classes/TempContactManifold.html#solverContactRestitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactTangentVelocity\",\"url\":\"classes/TempContactManifold.html#solverContactTangentVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":128,\"name\":\"Shape\",\"url\":\"classes/Shape.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Shape.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Shape.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Shape.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/Shape.html#type\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Shape.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Shape.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Shape.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Shape.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Shape.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Shape.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Shape.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Shape.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":8,\"name\":\"ShapeType\",\"url\":\"enums/ShapeType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Ball\",\"url\":\"enums/ShapeType.html#Ball\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Cuboid\",\"url\":\"enums/ShapeType.html#Cuboid\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Capsule\",\"url\":\"enums/ShapeType.html#Capsule\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Segment\",\"url\":\"enums/ShapeType.html#Segment\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Polyline\",\"url\":\"enums/ShapeType.html#Polyline\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Triangle\",\"url\":\"enums/ShapeType.html#Triangle\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"TriMesh\",\"url\":\"enums/ShapeType.html#TriMesh\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"HeightField\",\"url\":\"enums/ShapeType.html#HeightField\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"ConvexPolygon\",\"url\":\"enums/ShapeType.html#ConvexPolygon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundCuboid\",\"url\":\"enums/ShapeType.html#RoundCuboid\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundTriangle\",\"url\":\"enums/ShapeType.html#RoundTriangle\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundConvexPolygon\",\"url\":\"enums/ShapeType.html#RoundConvexPolygon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"HalfSpace\",\"url\":\"enums/ShapeType.html#HalfSpace\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":8,\"name\":\"TriMeshFlags\",\"url\":\"enums/TriMeshFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"DELETE_BAD_TOPOLOGY_TRIANGLES\",\"url\":\"enums/TriMeshFlags.html#DELETE_BAD_TOPOLOGY_TRIANGLES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"ORIENTED\",\"url\":\"enums/TriMeshFlags.html#ORIENTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"MERGE_DUPLICATE_VERTICES\",\"url\":\"enums/TriMeshFlags.html#MERGE_DUPLICATE_VERTICES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"DELETE_DEGENERATE_TRIANGLES\",\"url\":\"enums/TriMeshFlags.html#DELETE_DEGENERATE_TRIANGLES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"DELETE_DUPLICATE_TRIANGLES\",\"url\":\"enums/TriMeshFlags.html#DELETE_DUPLICATE_TRIANGLES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"FIX_INTERNAL_EDGES\",\"url\":\"enums/TriMeshFlags.html#FIX_INTERNAL_EDGES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":128,\"name\":\"Ball\",\"url\":\"classes/Ball.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Ball.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Ball.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Ball.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/Ball.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Ball.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Ball.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Ball.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Ball.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Ball.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Ball.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Ball.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Ball.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Ball.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":128,\"name\":\"HalfSpace\",\"url\":\"classes/HalfSpace.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/HalfSpace.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HalfSpace.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/HalfSpace.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":1024,\"name\":\"normal\",\"url\":\"classes/HalfSpace.html#normal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/HalfSpace.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/HalfSpace.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/HalfSpace.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/HalfSpace.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/HalfSpace.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/HalfSpace.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/HalfSpace.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/HalfSpace.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/HalfSpace.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":128,\"name\":\"Cuboid\",\"url\":\"classes/Cuboid.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Cuboid.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Cuboid.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Cuboid.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":1024,\"name\":\"halfExtents\",\"url\":\"classes/Cuboid.html#halfExtents\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Cuboid.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Cuboid.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Cuboid.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Cuboid.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Cuboid.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Cuboid.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Cuboid.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Cuboid.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Cuboid.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":128,\"name\":\"RoundCuboid\",\"url\":\"classes/RoundCuboid.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundCuboid.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundCuboid.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundCuboid.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":1024,\"name\":\"halfExtents\",\"url\":\"classes/RoundCuboid.html#halfExtents\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundCuboid.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundCuboid.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundCuboid.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundCuboid.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundCuboid.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundCuboid.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundCuboid.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundCuboid.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundCuboid.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundCuboid.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":128,\"name\":\"Capsule\",\"url\":\"classes/Capsule.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Capsule.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Capsule.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Capsule.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/Capsule.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":1024,\"name\":\"halfHeight\",\"url\":\"classes/Capsule.html#halfHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Capsule.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Capsule.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Capsule.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Capsule.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Capsule.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Capsule.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Capsule.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Capsule.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Capsule.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":128,\"name\":\"Segment\",\"url\":\"classes/Segment.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Segment.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Segment.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Segment.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/Segment.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/Segment.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Segment.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Segment.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Segment.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Segment.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Segment.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Segment.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Segment.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Segment.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Segment.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":128,\"name\":\"Triangle\",\"url\":\"classes/Triangle.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Triangle.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Triangle.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Triangle.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/Triangle.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/Triangle.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/Triangle.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Triangle.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Triangle.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Triangle.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Triangle.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Triangle.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Triangle.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Triangle.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Triangle.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Triangle.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":128,\"name\":\"RoundTriangle\",\"url\":\"classes/RoundTriangle.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundTriangle.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundTriangle.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundTriangle.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/RoundTriangle.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/RoundTriangle.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/RoundTriangle.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundTriangle.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundTriangle.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundTriangle.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundTriangle.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundTriangle.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundTriangle.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundTriangle.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundTriangle.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundTriangle.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundTriangle.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":128,\"name\":\"Polyline\",\"url\":\"classes/Polyline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Polyline.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Polyline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Polyline.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/Polyline.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":1024,\"name\":\"indices\",\"url\":\"classes/Polyline.html#indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Polyline.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Polyline.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Polyline.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Polyline.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Polyline.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Polyline.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Polyline.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Polyline.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Polyline.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":128,\"name\":\"TriMesh\",\"url\":\"classes/TriMesh.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/TriMesh.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TriMesh.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/TriMesh.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/TriMesh.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"indices\",\"url\":\"classes/TriMesh.html#indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"flags\",\"url\":\"classes/TriMesh.html#flags\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/TriMesh.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/TriMesh.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/TriMesh.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/TriMesh.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/TriMesh.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/TriMesh.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/TriMesh.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/TriMesh.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/TriMesh.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":128,\"name\":\"ConvexPolygon\",\"url\":\"classes/ConvexPolygon.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ConvexPolygon.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConvexPolygon.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ConvexPolygon\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/ConvexPolygon.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConvexPolygon\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/ConvexPolygon.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConvexPolygon\"},{\"kind\":1024,\"name\":\"skipConvexHullComputation\",\"url\":\"classes/ConvexPolygon.html#skipConvexHullComputation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/ConvexPolygon.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/ConvexPolygon.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/ConvexPolygon.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/ConvexPolygon.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/ConvexPolygon.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/ConvexPolygon.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/ConvexPolygon.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/ConvexPolygon.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/ConvexPolygon.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":128,\"name\":\"RoundConvexPolygon\",\"url\":\"classes/RoundConvexPolygon.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundConvexPolygon.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundConvexPolygon.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundConvexPolygon.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/RoundConvexPolygon.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":1024,\"name\":\"skipConvexHullComputation\",\"url\":\"classes/RoundConvexPolygon.html#skipConvexHullComputation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundConvexPolygon.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundConvexPolygon.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundConvexPolygon.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundConvexPolygon.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundConvexPolygon.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundConvexPolygon.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundConvexPolygon.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundConvexPolygon.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundConvexPolygon.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundConvexPolygon.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":128,\"name\":\"Heightfield\",\"url\":\"classes/Heightfield.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Heightfield.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Heightfield.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Heightfield.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"heights\",\"url\":\"classes/Heightfield.html#heights\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/Heightfield.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Heightfield.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Heightfield.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Heightfield.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Heightfield.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Heightfield.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Heightfield.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Heightfield.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Heightfield.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Heightfield.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":8,\"name\":\"ActiveCollisionTypes\",\"url\":\"enums/ActiveCollisionTypes.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"DYNAMIC_DYNAMIC\",\"url\":\"enums/ActiveCollisionTypes.html#DYNAMIC_DYNAMIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"DYNAMIC_KINEMATIC\",\"url\":\"enums/ActiveCollisionTypes.html#DYNAMIC_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"DYNAMIC_FIXED\",\"url\":\"enums/ActiveCollisionTypes.html#DYNAMIC_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"KINEMATIC_KINEMATIC\",\"url\":\"enums/ActiveCollisionTypes.html#KINEMATIC_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"KINEMATIC_FIXED\",\"url\":\"enums/ActiveCollisionTypes.html#KINEMATIC_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"FIXED_FIXED\",\"url\":\"enums/ActiveCollisionTypes.html#FIXED_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"DEFAULT\",\"url\":\"enums/ActiveCollisionTypes.html#DEFAULT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"ALL\",\"url\":\"enums/ActiveCollisionTypes.html#ALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":4194304,\"name\":\"ColliderHandle\",\"url\":\"types/ColliderHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"Collider\",\"url\":\"classes/Collider.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Collider.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"colliderSet\",\"url\":\"classes/Collider.html#colliderSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/Collider.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"_shape\",\"url\":\"classes/Collider.html#_shape\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"_parent\",\"url\":\"classes/Collider.html#_parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/Collider.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"ensureShapeIsCached\",\"url\":\"classes/Collider.html#ensureShapeIsCached\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":262144,\"name\":\"shape\",\"url\":\"classes/Collider.html#shape\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/Collider.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"translation\",\"url\":\"classes/Collider.html#translation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"rotation\",\"url\":\"classes/Collider.html#rotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"isSensor\",\"url\":\"classes/Collider.html#isSensor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setSensor\",\"url\":\"classes/Collider.html#setSensor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setShape\",\"url\":\"classes/Collider.html#setShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/Collider.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"isEnabled\",\"url\":\"classes/Collider.html#isEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRestitution\",\"url\":\"classes/Collider.html#setRestitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setFriction\",\"url\":\"classes/Collider.html#setFriction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"frictionCombineRule\",\"url\":\"classes/Collider.html#frictionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setFrictionCombineRule\",\"url\":\"classes/Collider.html#setFrictionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"restitutionCombineRule\",\"url\":\"classes/Collider.html#restitutionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRestitutionCombineRule\",\"url\":\"classes/Collider.html#setRestitutionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setCollisionGroups\",\"url\":\"classes/Collider.html#setCollisionGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setSolverGroups\",\"url\":\"classes/Collider.html#setSolverGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactSkin\",\"url\":\"classes/Collider.html#contactSkin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setContactSkin\",\"url\":\"classes/Collider.html#setContactSkin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"activeHooks\",\"url\":\"classes/Collider.html#activeHooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setActiveHooks\",\"url\":\"classes/Collider.html#setActiveHooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"activeEvents\",\"url\":\"classes/Collider.html#activeEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setActiveEvents\",\"url\":\"classes/Collider.html#setActiveEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"activeCollisionTypes\",\"url\":\"classes/Collider.html#activeCollisionTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setContactForceEventThreshold\",\"url\":\"classes/Collider.html#setContactForceEventThreshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactForceEventThreshold\",\"url\":\"classes/Collider.html#contactForceEventThreshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setActiveCollisionTypes\",\"url\":\"classes/Collider.html#setActiveCollisionTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setDensity\",\"url\":\"classes/Collider.html#setDensity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setMass\",\"url\":\"classes/Collider.html#setMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setMassProperties\",\"url\":\"classes/Collider.html#setMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/Collider.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setTranslationWrtParent\",\"url\":\"classes/Collider.html#setTranslationWrtParent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/Collider.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRotationWrtParent\",\"url\":\"classes/Collider.html#setRotationWrtParent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"shapeType\",\"url\":\"classes/Collider.html#shapeType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"halfExtents\",\"url\":\"classes/Collider.html#halfExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setHalfExtents\",\"url\":\"classes/Collider.html#setHalfExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"radius\",\"url\":\"classes/Collider.html#radius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRadius\",\"url\":\"classes/Collider.html#setRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"roundRadius\",\"url\":\"classes/Collider.html#roundRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRoundRadius\",\"url\":\"classes/Collider.html#setRoundRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"halfHeight\",\"url\":\"classes/Collider.html#halfHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setHalfHeight\",\"url\":\"classes/Collider.html#setHalfHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"vertices\",\"url\":\"classes/Collider.html#vertices\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"indices\",\"url\":\"classes/Collider.html#indices\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"heightfieldHeights\",\"url\":\"classes/Collider.html#heightfieldHeights\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"heightfieldScale\",\"url\":\"classes/Collider.html#heightfieldScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"parent\",\"url\":\"classes/Collider.html#parent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"friction\",\"url\":\"classes/Collider.html#friction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"restitution\",\"url\":\"classes/Collider.html#restitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"density\",\"url\":\"classes/Collider.html#density\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"mass\",\"url\":\"classes/Collider.html#mass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"volume\",\"url\":\"classes/Collider.html#volume\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"collisionGroups\",\"url\":\"classes/Collider.html#collisionGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"solverGroups\",\"url\":\"classes/Collider.html#solverGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Collider.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Collider.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Collider.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Collider.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castCollider\",\"url\":\"classes/Collider.html#castCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Collider.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Collider.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactCollider\",\"url\":\"classes/Collider.html#contactCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Collider.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Collider.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":8,\"name\":\"MassPropsMode\",\"url\":\"enums/MassPropsMode.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Density\",\"url\":\"enums/MassPropsMode.html#Density\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MassPropsMode\"},{\"kind\":16,\"name\":\"Mass\",\"url\":\"enums/MassPropsMode.html#Mass\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MassPropsMode\"},{\"kind\":16,\"name\":\"MassProps\",\"url\":\"enums/MassPropsMode.html#MassProps\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MassPropsMode\"},{\"kind\":128,\"name\":\"ColliderDesc\",\"url\":\"classes/ColliderDesc.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"ball\",\"url\":\"classes/ColliderDesc.html#ball\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"capsule\",\"url\":\"classes/ColliderDesc.html#capsule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"segment\",\"url\":\"classes/ColliderDesc.html#segment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"triangle\",\"url\":\"classes/ColliderDesc.html#triangle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundTriangle\",\"url\":\"classes/ColliderDesc.html#roundTriangle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"polyline\",\"url\":\"classes/ColliderDesc.html#polyline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"trimesh\",\"url\":\"classes/ColliderDesc.html#trimesh\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"cuboid\",\"url\":\"classes/ColliderDesc.html#cuboid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundCuboid\",\"url\":\"classes/ColliderDesc.html#roundCuboid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"halfspace\",\"url\":\"classes/ColliderDesc.html#halfspace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"heightfield\",\"url\":\"classes/ColliderDesc.html#heightfield\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"convexHull\",\"url\":\"classes/ColliderDesc.html#convexHull\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"convexPolyline\",\"url\":\"classes/ColliderDesc.html#convexPolyline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundConvexHull\",\"url\":\"classes/ColliderDesc.html#roundConvexHull\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundConvexPolyline\",\"url\":\"classes/ColliderDesc.html#roundConvexPolyline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColliderDesc.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"enabled\",\"url\":\"classes/ColliderDesc.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"shape\",\"url\":\"classes/ColliderDesc.html#shape\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"massPropsMode\",\"url\":\"classes/ColliderDesc.html#massPropsMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"mass\",\"url\":\"classes/ColliderDesc.html#mass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"centerOfMass\",\"url\":\"classes/ColliderDesc.html#centerOfMass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"principalAngularInertia\",\"url\":\"classes/ColliderDesc.html#principalAngularInertia\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"rotationsEnabled\",\"url\":\"classes/ColliderDesc.html#rotationsEnabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"density\",\"url\":\"classes/ColliderDesc.html#density\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"friction\",\"url\":\"classes/ColliderDesc.html#friction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"restitution\",\"url\":\"classes/ColliderDesc.html#restitution\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"rotation\",\"url\":\"classes/ColliderDesc.html#rotation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"translation\",\"url\":\"classes/ColliderDesc.html#translation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"isSensor\",\"url\":\"classes/ColliderDesc.html#isSensor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"collisionGroups\",\"url\":\"classes/ColliderDesc.html#collisionGroups\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"solverGroups\",\"url\":\"classes/ColliderDesc.html#solverGroups\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"frictionCombineRule\",\"url\":\"classes/ColliderDesc.html#frictionCombineRule\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"restitutionCombineRule\",\"url\":\"classes/ColliderDesc.html#restitutionCombineRule\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"activeEvents\",\"url\":\"classes/ColliderDesc.html#activeEvents\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"activeHooks\",\"url\":\"classes/ColliderDesc.html#activeHooks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"activeCollisionTypes\",\"url\":\"classes/ColliderDesc.html#activeCollisionTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"contactForceEventThreshold\",\"url\":\"classes/ColliderDesc.html#contactForceEventThreshold\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"contactSkin\",\"url\":\"classes/ColliderDesc.html#contactSkin\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/ColliderDesc.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/ColliderDesc.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setSensor\",\"url\":\"classes/ColliderDesc.html#setSensor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/ColliderDesc.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setContactSkin\",\"url\":\"classes/ColliderDesc.html#setContactSkin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setDensity\",\"url\":\"classes/ColliderDesc.html#setDensity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setMass\",\"url\":\"classes/ColliderDesc.html#setMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setMassProperties\",\"url\":\"classes/ColliderDesc.html#setMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setRestitution\",\"url\":\"classes/ColliderDesc.html#setRestitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setFriction\",\"url\":\"classes/ColliderDesc.html#setFriction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setFrictionCombineRule\",\"url\":\"classes/ColliderDesc.html#setFrictionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setRestitutionCombineRule\",\"url\":\"classes/ColliderDesc.html#setRestitutionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setCollisionGroups\",\"url\":\"classes/ColliderDesc.html#setCollisionGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setSolverGroups\",\"url\":\"classes/ColliderDesc.html#setSolverGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setActiveHooks\",\"url\":\"classes/ColliderDesc.html#setActiveHooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setActiveEvents\",\"url\":\"classes/ColliderDesc.html#setActiveEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setActiveCollisionTypes\",\"url\":\"classes/ColliderDesc.html#setActiveCollisionTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setContactForceEventThreshold\",\"url\":\"classes/ColliderDesc.html#setContactForceEventThreshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":128,\"name\":\"ColliderSet\",\"url\":\"classes/ColliderSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColliderSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/ColliderSet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/ColliderSet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/ColliderSet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"castClosure\",\"url\":\"classes/ColliderSet.html#castClosure\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/ColliderSet.html#castClosure.castClosure-1.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"ColliderSet.castClosure.castClosure\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/ColliderSet.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"createCollider\",\"url\":\"classes/ColliderSet.html#createCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/ColliderSet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"unmap\",\"url\":\"classes/ColliderSet.html#unmap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/ColliderSet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/ColliderSet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/ColliderSet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/ColliderSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/ColliderSet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":8,\"name\":\"FeatureType\",\"url\":\"enums/FeatureType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Vertex\",\"url\":\"enums/FeatureType.html#Vertex\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":16,\"name\":\"Face\",\"url\":\"enums/FeatureType.html#Face\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":16,\"name\":\"Unknown\",\"url\":\"enums/FeatureType.html#Unknown\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":128,\"name\":\"Ray\",\"url\":\"classes/Ray.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Ray.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":1024,\"name\":\"origin\",\"url\":\"classes/Ray.html#origin\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":1024,\"name\":\"dir\",\"url\":\"classes/Ray.html#dir\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":2048,\"name\":\"pointAt\",\"url\":\"classes/Ray.html#pointAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":128,\"name\":\"RayIntersection\",\"url\":\"classes/RayIntersection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RayIntersection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RayIntersection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"timeOfImpact\",\"url\":\"classes/RayIntersection.html#timeOfImpact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"normal\",\"url\":\"classes/RayIntersection.html#normal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"featureType\",\"url\":\"classes/RayIntersection.html#featureType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"featureId\",\"url\":\"classes/RayIntersection.html#featureId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":128,\"name\":\"RayColliderIntersection\",\"url\":\"classes/RayColliderIntersection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RayColliderIntersection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RayColliderIntersection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/RayColliderIntersection.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"timeOfImpact\",\"url\":\"classes/RayColliderIntersection.html#timeOfImpact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"normal\",\"url\":\"classes/RayColliderIntersection.html#normal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"featureType\",\"url\":\"classes/RayColliderIntersection.html#featureType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"featureId\",\"url\":\"classes/RayColliderIntersection.html#featureId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":128,\"name\":\"RayColliderHit\",\"url\":\"classes/RayColliderHit.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RayColliderHit.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RayColliderHit.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/RayColliderHit.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":1024,\"name\":\"timeOfImpact\",\"url\":\"classes/RayColliderHit.html#timeOfImpact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":128,\"name\":\"PointProjection\",\"url\":\"classes/PointProjection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/PointProjection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PointProjection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":1024,\"name\":\"point\",\"url\":\"classes/PointProjection.html#point\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":1024,\"name\":\"isInside\",\"url\":\"classes/PointProjection.html#isInside\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":128,\"name\":\"PointColliderProjection\",\"url\":\"classes/PointColliderProjection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/PointColliderProjection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PointColliderProjection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/PointColliderProjection.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"point\",\"url\":\"classes/PointColliderProjection.html#point\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"isInside\",\"url\":\"classes/PointColliderProjection.html#isInside\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"featureType\",\"url\":\"classes/PointColliderProjection.html#featureType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"featureId\",\"url\":\"classes/PointColliderProjection.html#featureId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":128,\"name\":\"ShapeCastHit\",\"url\":\"classes/ShapeCastHit.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ShapeCastHit.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ShapeCastHit.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"time_of_impact\",\"url\":\"classes/ShapeCastHit.html#time_of_impact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"witness1\",\"url\":\"classes/ShapeCastHit.html#witness1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"witness2\",\"url\":\"classes/ShapeCastHit.html#witness2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/ShapeCastHit.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/ShapeCastHit.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":128,\"name\":\"ColliderShapeCastHit\",\"url\":\"classes/ColliderShapeCastHit.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ColliderShapeCastHit.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColliderShapeCastHit.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/ColliderShapeCastHit.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"time_of_impact\",\"url\":\"classes/ColliderShapeCastHit.html#time_of_impact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"witness1\",\"url\":\"classes/ColliderShapeCastHit.html#witness1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"witness2\",\"url\":\"classes/ColliderShapeCastHit.html#witness2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/ColliderShapeCastHit.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/ColliderShapeCastHit.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":4194304,\"name\":\"InteractionGroups\",\"url\":\"types/InteractionGroups.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"ShapeContact\",\"url\":\"classes/ShapeContact.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ShapeContact.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ShapeContact.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"distance\",\"url\":\"classes/ShapeContact.html#distance\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"point1\",\"url\":\"classes/ShapeContact.html#point1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"point2\",\"url\":\"classes/ShapeContact.html#point2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/ShapeContact.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/ShapeContact.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":128,\"name\":\"World\",\"url\":\"classes/World.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/World.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"restoreSnapshot\",\"url\":\"classes/World.html#restoreSnapshot\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/World.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"gravity\",\"url\":\"classes/World.html#gravity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"integrationParameters\",\"url\":\"classes/World.html#integrationParameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"islands\",\"url\":\"classes/World.html#islands\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"broadPhase\",\"url\":\"classes/World.html#broadPhase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"narrowPhase\",\"url\":\"classes/World.html#narrowPhase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"bodies\",\"url\":\"classes/World.html#bodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"colliders\",\"url\":\"classes/World.html#colliders\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"impulseJoints\",\"url\":\"classes/World.html#impulseJoints\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"multibodyJoints\",\"url\":\"classes/World.html#multibodyJoints\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"ccdSolver\",\"url\":\"classes/World.html#ccdSolver\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"queryPipeline\",\"url\":\"classes/World.html#queryPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"physicsPipeline\",\"url\":\"classes/World.html#physicsPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"serializationPipeline\",\"url\":\"classes/World.html#serializationPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"debugRenderPipeline\",\"url\":\"classes/World.html#debugRenderPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"characterControllers\",\"url\":\"classes/World.html#characterControllers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/World.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"takeSnapshot\",\"url\":\"classes/World.html#takeSnapshot\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"debugRender\",\"url\":\"classes/World.html#debugRender\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"step\",\"url\":\"classes/World.html#step\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"propagateModifiedBodyPositionsToColliders\",\"url\":\"classes/World.html#propagateModifiedBodyPositionsToColliders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"updateSceneQueries\",\"url\":\"classes/World.html#updateSceneQueries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"timestep\",\"url\":\"classes/World.html#timestep\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"lengthUnit\",\"url\":\"classes/World.html#lengthUnit\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"numSolverIterations\",\"url\":\"classes/World.html#numSolverIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"numAdditionalFrictionIterations\",\"url\":\"classes/World.html#numAdditionalFrictionIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"numInternalPgsIterations\",\"url\":\"classes/World.html#numInternalPgsIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"switchToStandardPgsSolver\",\"url\":\"classes/World.html#switchToStandardPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolver\",\"url\":\"classes/World.html#switchToSmallStepsPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolverWithoutWarmstart\",\"url\":\"classes/World.html#switchToSmallStepsPgsSolverWithoutWarmstart\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createRigidBody\",\"url\":\"classes/World.html#createRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createCharacterController\",\"url\":\"classes/World.html#createCharacterController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeCharacterController\",\"url\":\"classes/World.html#removeCharacterController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createCollider\",\"url\":\"classes/World.html#createCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createImpulseJoint\",\"url\":\"classes/World.html#createImpulseJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createMultibodyJoint\",\"url\":\"classes/World.html#createMultibodyJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getRigidBody\",\"url\":\"classes/World.html#getRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getCollider\",\"url\":\"classes/World.html#getCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getImpulseJoint\",\"url\":\"classes/World.html#getImpulseJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getMultibodyJoint\",\"url\":\"classes/World.html#getMultibodyJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeRigidBody\",\"url\":\"classes/World.html#removeRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeCollider\",\"url\":\"classes/World.html#removeCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeImpulseJoint\",\"url\":\"classes/World.html#removeImpulseJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeMultibodyJoint\",\"url\":\"classes/World.html#removeMultibodyJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"forEachCollider\",\"url\":\"classes/World.html#forEachCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"forEachRigidBody\",\"url\":\"classes/World.html#forEachRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"forEachActiveRigidBody\",\"url\":\"classes/World.html#forEachActiveRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/World.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/World.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionsWithRay\",\"url\":\"classes/World.html#intersectionsWithRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionWithShape\",\"url\":\"classes/World.html#intersectionWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/World.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"projectPointAndGetFeature\",\"url\":\"classes/World.html#projectPointAndGetFeature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionsWithPoint\",\"url\":\"classes/World.html#intersectionsWithPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/World.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionsWithShape\",\"url\":\"classes/World.html#intersectionsWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"collidersWithAabbIntersectingAabb\",\"url\":\"classes/World.html#collidersWithAabbIntersectingAabb\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"contactPairsWith\",\"url\":\"classes/World.html#contactPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionPairsWith\",\"url\":\"classes/World.html#intersectionPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"contactPair\",\"url\":\"classes/World.html#contactPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionPair\",\"url\":\"classes/World.html#intersectionPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":128,\"name\":\"PhysicsPipeline\",\"url\":\"classes/PhysicsPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PhysicsPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/PhysicsPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/PhysicsPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":2048,\"name\":\"step\",\"url\":\"classes/PhysicsPipeline.html#step\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":128,\"name\":\"SerializationPipeline\",\"url\":\"classes/SerializationPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SerializationPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/SerializationPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/SerializationPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":2048,\"name\":\"serializeAll\",\"url\":\"classes/SerializationPipeline.html#serializeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":2048,\"name\":\"deserializeAll\",\"url\":\"classes/SerializationPipeline.html#deserializeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":8,\"name\":\"ActiveEvents\",\"url\":\"enums/ActiveEvents.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/ActiveEvents.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveEvents\"},{\"kind\":16,\"name\":\"COLLISION_EVENTS\",\"url\":\"enums/ActiveEvents.html#COLLISION_EVENTS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveEvents\"},{\"kind\":16,\"name\":\"CONTACT_FORCE_EVENTS\",\"url\":\"enums/ActiveEvents.html#CONTACT_FORCE_EVENTS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveEvents\"},{\"kind\":128,\"name\":\"TempContactForceEvent\",\"url\":\"classes/TempContactForceEvent.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TempContactForceEvent.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/TempContactForceEvent.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/TempContactForceEvent.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"collider1\",\"url\":\"classes/TempContactForceEvent.html#collider1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"collider2\",\"url\":\"classes/TempContactForceEvent.html#collider2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"totalForce\",\"url\":\"classes/TempContactForceEvent.html#totalForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"totalForceMagnitude\",\"url\":\"classes/TempContactForceEvent.html#totalForceMagnitude\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"maxForceDirection\",\"url\":\"classes/TempContactForceEvent.html#maxForceDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"maxForceMagnitude\",\"url\":\"classes/TempContactForceEvent.html#maxForceMagnitude\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":128,\"name\":\"EventQueue\",\"url\":\"classes/EventQueue.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EventQueue.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/EventQueue.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/EventQueue.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"drainCollisionEvents\",\"url\":\"classes/EventQueue.html#drainCollisionEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"drainContactForceEvents\",\"url\":\"classes/EventQueue.html#drainContactForceEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/EventQueue.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":8,\"name\":\"ActiveHooks\",\"url\":\"enums/ActiveHooks.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/ActiveHooks.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveHooks\"},{\"kind\":16,\"name\":\"FILTER_CONTACT_PAIRS\",\"url\":\"enums/ActiveHooks.html#FILTER_CONTACT_PAIRS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveHooks\"},{\"kind\":16,\"name\":\"FILTER_INTERSECTION_PAIRS\",\"url\":\"enums/ActiveHooks.html#FILTER_INTERSECTION_PAIRS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveHooks\"},{\"kind\":8,\"name\":\"SolverFlags\",\"url\":\"enums/SolverFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"EMPTY\",\"url\":\"enums/SolverFlags.html#EMPTY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SolverFlags\"},{\"kind\":16,\"name\":\"COMPUTE_IMPULSE\",\"url\":\"enums/SolverFlags.html#COMPUTE_IMPULSE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SolverFlags\"},{\"kind\":256,\"name\":\"PhysicsHooks\",\"url\":\"interfaces/PhysicsHooks.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"filterContactPair\",\"url\":\"interfaces/PhysicsHooks.html#filterContactPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PhysicsHooks\"},{\"kind\":2048,\"name\":\"filterIntersectionPair\",\"url\":\"interfaces/PhysicsHooks.html#filterIntersectionPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PhysicsHooks\"},{\"kind\":128,\"name\":\"DebugRenderBuffers\",\"url\":\"classes/DebugRenderBuffers.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DebugRenderBuffers.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DebugRenderBuffers\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/DebugRenderBuffers.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderBuffers\"},{\"kind\":1024,\"name\":\"colors\",\"url\":\"classes/DebugRenderBuffers.html#colors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderBuffers\"},{\"kind\":128,\"name\":\"DebugRenderPipeline\",\"url\":\"classes/DebugRenderPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DebugRenderPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/DebugRenderPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/DebugRenderPipeline.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":1024,\"name\":\"colors\",\"url\":\"classes/DebugRenderPipeline.html#colors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/DebugRenderPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/DebugRenderPipeline.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":8,\"name\":\"QueryFilterFlags\",\"url\":\"enums/QueryFilterFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"EXCLUDE_FIXED\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_KINEMATIC\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_DYNAMIC\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_DYNAMIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_SENSORS\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_SENSORS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_SOLIDS\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_SOLIDS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"ONLY_DYNAMIC\",\"url\":\"enums/QueryFilterFlags.html#ONLY_DYNAMIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"ONLY_KINEMATIC\",\"url\":\"enums/QueryFilterFlags.html#ONLY_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"ONLY_FIXED\",\"url\":\"enums/QueryFilterFlags.html#ONLY_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":128,\"name\":\"QueryPipeline\",\"url\":\"classes/QueryPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/QueryPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/QueryPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/QueryPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"update\",\"url\":\"classes/QueryPipeline.html#update\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/QueryPipeline.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/QueryPipeline.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionsWithRay\",\"url\":\"classes/QueryPipeline.html#intersectionsWithRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionWithShape\",\"url\":\"classes/QueryPipeline.html#intersectionWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/QueryPipeline.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"projectPointAndGetFeature\",\"url\":\"classes/QueryPipeline.html#projectPointAndGetFeature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionsWithPoint\",\"url\":\"classes/QueryPipeline.html#intersectionsWithPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/QueryPipeline.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionsWithShape\",\"url\":\"classes/QueryPipeline.html#intersectionsWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"collidersWithAabbIntersectingAabb\",\"url\":\"classes/QueryPipeline.html#collidersWithAabbIntersectingAabb\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":128,\"name\":\"CharacterCollision\",\"url\":\"classes/CharacterCollision.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CharacterCollision.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/CharacterCollision.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"translationDeltaApplied\",\"url\":\"classes/CharacterCollision.html#translationDeltaApplied\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"translationDeltaRemaining\",\"url\":\"classes/CharacterCollision.html#translationDeltaRemaining\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"toi\",\"url\":\"classes/CharacterCollision.html#toi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"witness1\",\"url\":\"classes/CharacterCollision.html#witness1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"witness2\",\"url\":\"classes/CharacterCollision.html#witness2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/CharacterCollision.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/CharacterCollision.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":128,\"name\":\"KinematicCharacterController\",\"url\":\"classes/KinematicCharacterController.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/KinematicCharacterController.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/KinematicCharacterController.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"rawCharacterCollision\",\"url\":\"classes/KinematicCharacterController.html#rawCharacterCollision\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"classes/KinematicCharacterController.html#params\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"bodies\",\"url\":\"classes/KinematicCharacterController.html#bodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"colliders\",\"url\":\"classes/KinematicCharacterController.html#colliders\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"queries\",\"url\":\"classes/KinematicCharacterController.html#queries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"_applyImpulsesToDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#_applyImpulsesToDynamicBodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"_characterMass\",\"url\":\"classes/KinematicCharacterController.html#_characterMass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/KinematicCharacterController.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"up\",\"url\":\"classes/KinematicCharacterController.html#up\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setUp\",\"url\":\"classes/KinematicCharacterController.html#setUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"applyImpulsesToDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#applyImpulsesToDynamicBodies\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setApplyImpulsesToDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#setApplyImpulsesToDynamicBodies\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"characterMass\",\"url\":\"classes/KinematicCharacterController.html#characterMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setCharacterMass\",\"url\":\"classes/KinematicCharacterController.html#setCharacterMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"offset\",\"url\":\"classes/KinematicCharacterController.html#offset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setOffset\",\"url\":\"classes/KinematicCharacterController.html#setOffset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"normalNudgeFactor\",\"url\":\"classes/KinematicCharacterController.html#normalNudgeFactor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setNormalNudgeFactor\",\"url\":\"classes/KinematicCharacterController.html#setNormalNudgeFactor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"slideEnabled\",\"url\":\"classes/KinematicCharacterController.html#slideEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setSlideEnabled\",\"url\":\"classes/KinematicCharacterController.html#setSlideEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepMaxHeight\",\"url\":\"classes/KinematicCharacterController.html#autostepMaxHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepMinWidth\",\"url\":\"classes/KinematicCharacterController.html#autostepMinWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepIncludesDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#autostepIncludesDynamicBodies\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepEnabled\",\"url\":\"classes/KinematicCharacterController.html#autostepEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"enableAutostep\",\"url\":\"classes/KinematicCharacterController.html#enableAutostep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"disableAutostep\",\"url\":\"classes/KinematicCharacterController.html#disableAutostep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"maxSlopeClimbAngle\",\"url\":\"classes/KinematicCharacterController.html#maxSlopeClimbAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setMaxSlopeClimbAngle\",\"url\":\"classes/KinematicCharacterController.html#setMaxSlopeClimbAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"minSlopeSlideAngle\",\"url\":\"classes/KinematicCharacterController.html#minSlopeSlideAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setMinSlopeSlideAngle\",\"url\":\"classes/KinematicCharacterController.html#setMinSlopeSlideAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"snapToGroundDistance\",\"url\":\"classes/KinematicCharacterController.html#snapToGroundDistance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"enableSnapToGround\",\"url\":\"classes/KinematicCharacterController.html#enableSnapToGround\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"disableSnapToGround\",\"url\":\"classes/KinematicCharacterController.html#disableSnapToGround\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"snapToGroundEnabled\",\"url\":\"classes/KinematicCharacterController.html#snapToGroundEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computeColliderMovement\",\"url\":\"classes/KinematicCharacterController.html#computeColliderMovement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computedMovement\",\"url\":\"classes/KinematicCharacterController.html#computedMovement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computedGrounded\",\"url\":\"classes/KinematicCharacterController.html#computedGrounded\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"numComputedCollisions\",\"url\":\"classes/KinematicCharacterController.html#numComputedCollisions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computedCollision\",\"url\":\"classes/KinematicCharacterController.html#computedCollision\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":4,\"name\":\"default\",\"url\":\"modules/default.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":8388608,\"name\":\"version\",\"url\":\"modules/default.html#version\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Vector\",\"url\":\"modules/default.html#Vector\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Vector2\",\"url\":\"modules/default.html#Vector2\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"VectorOps\",\"url\":\"modules/default.html#VectorOps\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Rotation\",\"url\":\"modules/default.html#Rotation\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RotationOps\",\"url\":\"modules/default.html#RotationOps\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodyHandle\",\"url\":\"modules/default.html#RigidBodyHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodyType\",\"url\":\"modules/default.html#RigidBodyType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBody\",\"url\":\"modules/default.html#RigidBody\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodyDesc\",\"url\":\"modules/default.html#RigidBodyDesc\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodySet\",\"url\":\"modules/default.html#RigidBodySet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"IntegrationParameters\",\"url\":\"modules/default.html#IntegrationParameters\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ImpulseJointHandle\",\"url\":\"modules/default.html#ImpulseJointHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"JointType\",\"url\":\"modules/default.html#JointType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MotorModel\",\"url\":\"modules/default.html#MotorModel\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"JointAxesMask\",\"url\":\"modules/default.html#JointAxesMask\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ImpulseJoint\",\"url\":\"modules/default.html#ImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"UnitImpulseJoint\",\"url\":\"modules/default.html#UnitImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"FixedImpulseJoint\",\"url\":\"modules/default.html#FixedImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RopeImpulseJoint\",\"url\":\"modules/default.html#RopeImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SpringImpulseJoint\",\"url\":\"modules/default.html#SpringImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PrismaticImpulseJoint\",\"url\":\"modules/default.html#PrismaticImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RevoluteImpulseJoint\",\"url\":\"modules/default.html#RevoluteImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"JointData\",\"url\":\"modules/default.html#JointData\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ImpulseJointSet\",\"url\":\"modules/default.html#ImpulseJointSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MultibodyJointHandle\",\"url\":\"modules/default.html#MultibodyJointHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MultibodyJoint\",\"url\":\"modules/default.html#MultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"UnitMultibodyJoint\",\"url\":\"modules/default.html#UnitMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"FixedMultibodyJoint\",\"url\":\"modules/default.html#FixedMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PrismaticMultibodyJoint\",\"url\":\"modules/default.html#PrismaticMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RevoluteMultibodyJoint\",\"url\":\"modules/default.html#RevoluteMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MultibodyJointSet\",\"url\":\"modules/default.html#MultibodyJointSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"CoefficientCombineRule\",\"url\":\"modules/default.html#CoefficientCombineRule\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"CCDSolver\",\"url\":\"modules/default.html#CCDSolver\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"IslandManager\",\"url\":\"modules/default.html#IslandManager\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"BroadPhase\",\"url\":\"modules/default.html#BroadPhase\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"NarrowPhase\",\"url\":\"modules/default.html#NarrowPhase\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TempContactManifold\",\"url\":\"modules/default.html#TempContactManifold\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Shape\",\"url\":\"modules/default.html#Shape\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ShapeType\",\"url\":\"modules/default.html#ShapeType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TriMeshFlags\",\"url\":\"modules/default.html#TriMeshFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Ball\",\"url\":\"modules/default.html#Ball\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"HalfSpace\",\"url\":\"modules/default.html#HalfSpace\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Cuboid\",\"url\":\"modules/default.html#Cuboid\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundCuboid\",\"url\":\"modules/default.html#RoundCuboid\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Capsule\",\"url\":\"modules/default.html#Capsule\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Segment\",\"url\":\"modules/default.html#Segment\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Triangle\",\"url\":\"modules/default.html#Triangle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundTriangle\",\"url\":\"modules/default.html#RoundTriangle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Polyline\",\"url\":\"modules/default.html#Polyline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TriMesh\",\"url\":\"modules/default.html#TriMesh\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ConvexPolygon\",\"url\":\"modules/default.html#ConvexPolygon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundConvexPolygon\",\"url\":\"modules/default.html#RoundConvexPolygon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Heightfield\",\"url\":\"modules/default.html#Heightfield\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ActiveCollisionTypes\",\"url\":\"modules/default.html#ActiveCollisionTypes\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderHandle\",\"url\":\"modules/default.html#ColliderHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Collider\",\"url\":\"modules/default.html#Collider\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MassPropsMode\",\"url\":\"modules/default.html#MassPropsMode\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderDesc\",\"url\":\"modules/default.html#ColliderDesc\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderSet\",\"url\":\"modules/default.html#ColliderSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"FeatureType\",\"url\":\"modules/default.html#FeatureType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Ray\",\"url\":\"modules/default.html#Ray\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RayIntersection\",\"url\":\"modules/default.html#RayIntersection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RayColliderIntersection\",\"url\":\"modules/default.html#RayColliderIntersection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RayColliderHit\",\"url\":\"modules/default.html#RayColliderHit\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PointProjection\",\"url\":\"modules/default.html#PointProjection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PointColliderProjection\",\"url\":\"modules/default.html#PointColliderProjection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ShapeCastHit\",\"url\":\"modules/default.html#ShapeCastHit\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderShapeCastHit\",\"url\":\"modules/default.html#ColliderShapeCastHit\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"InteractionGroups\",\"url\":\"modules/default.html#InteractionGroups\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ShapeContact\",\"url\":\"modules/default.html#ShapeContact\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"World\",\"url\":\"modules/default.html#World\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PhysicsPipeline\",\"url\":\"modules/default.html#PhysicsPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SerializationPipeline\",\"url\":\"modules/default.html#SerializationPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ActiveEvents\",\"url\":\"modules/default.html#ActiveEvents\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TempContactForceEvent\",\"url\":\"modules/default.html#TempContactForceEvent\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"EventQueue\",\"url\":\"modules/default.html#EventQueue\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ActiveHooks\",\"url\":\"modules/default.html#ActiveHooks\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SolverFlags\",\"url\":\"modules/default.html#SolverFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PhysicsHooks\",\"url\":\"modules/default.html#PhysicsHooks\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"DebugRenderBuffers\",\"url\":\"modules/default.html#DebugRenderBuffers\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"DebugRenderPipeline\",\"url\":\"modules/default.html#DebugRenderPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"QueryFilterFlags\",\"url\":\"modules/default.html#QueryFilterFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"QueryPipeline\",\"url\":\"modules/default.html#QueryPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"CharacterCollision\",\"url\":\"modules/default.html#CharacterCollision\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"KinematicCharacterController\",\"url\":\"modules/default.html#KinematicCharacterController\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,61.977]],[\"comment/0\",[]],[\"name/1\",[1,61.977]],[\"comment/1\",[]],[\"name/2\",[2,58.612]],[\"comment/2\",[]],[\"name/3\",[3,58.612]],[\"comment/3\",[]],[\"name/4\",[4,61.977]],[\"comment/4\",[]],[\"name/5\",[5,29.629]],[\"comment/5\",[]],[\"name/6\",[2,58.612]],[\"comment/6\",[]],[\"name/7\",[3,58.612]],[\"comment/7\",[]],[\"name/8\",[6,61.977]],[\"comment/8\",[]],[\"name/9\",[7,67.085]],[\"comment/9\",[]],[\"name/10\",[8,67.085]],[\"comment/10\",[]],[\"name/11\",[9,38.753]],[\"comment/11\",[]],[\"name/12\",[10,42.518]],[\"comment/12\",[]],[\"name/13\",[11,67.085]],[\"comment/13\",[]],[\"name/14\",[5,29.629]],[\"comment/14\",[]],[\"name/15\",[12,52.422]],[\"comment/15\",[]],[\"name/16\",[13,61.977]],[\"comment/16\",[]],[\"name/17\",[14,67.085]],[\"comment/17\",[]],[\"name/18\",[9,38.753]],[\"comment/18\",[]],[\"name/19\",[10,42.518]],[\"comment/19\",[]],[\"name/20\",[5,29.629]],[\"comment/20\",[]],[\"name/21\",[15,61.977]],[\"comment/21\",[]],[\"name/22\",[16,61.977]],[\"comment/22\",[]],[\"name/23\",[17,61.977]],[\"comment/23\",[]],[\"name/24\",[18,56.099]],[\"comment/24\",[]],[\"name/25\",[19,61.977]],[\"comment/25\",[]],[\"name/26\",[20,61.977]],[\"comment/26\",[]],[\"name/27\",[21,61.977]],[\"comment/27\",[]],[\"name/28\",[5,29.629]],[\"comment/28\",[]],[\"name/29\",[22,45.113]],[\"comment/29\",[]],[\"name/30\",[23,56.099]],[\"comment/30\",[]],[\"name/31\",[24,44.398]],[\"comment/31\",[]],[\"name/32\",[25,61.977]],[\"comment/32\",[]],[\"name/33\",[26,45.882]],[\"comment/33\",[]],[\"name/34\",[27,44.398]],[\"comment/34\",[]],[\"name/35\",[28,61.977]],[\"comment/35\",[]],[\"name/36\",[29,61.977]],[\"comment/36\",[]],[\"name/37\",[30,67.085]],[\"comment/37\",[]],[\"name/38\",[31,61.977]],[\"comment/38\",[]],[\"name/39\",[32,61.977]],[\"comment/39\",[]],[\"name/40\",[33,61.977]],[\"comment/40\",[]],[\"name/41\",[34,61.977]],[\"comment/41\",[]],[\"name/42\",[35,61.977]],[\"comment/42\",[]],[\"name/43\",[36,67.085]],[\"comment/43\",[]],[\"name/44\",[37,61.977]],[\"comment/44\",[]],[\"name/45\",[38,61.977]],[\"comment/45\",[]],[\"name/46\",[39,56.099]],[\"comment/46\",[]],[\"name/47\",[12,52.422]],[\"comment/47\",[]],[\"name/48\",[40,67.085]],[\"comment/48\",[]],[\"name/49\",[41,67.085]],[\"comment/49\",[]],[\"name/50\",[42,56.099]],[\"comment/50\",[]],[\"name/51\",[43,61.977]],[\"comment/51\",[]],[\"name/52\",[44,61.977]],[\"comment/52\",[]],[\"name/53\",[45,61.977]],[\"comment/53\",[]],[\"name/54\",[46,56.099]],[\"comment/54\",[]],[\"name/55\",[47,61.977]],[\"comment/55\",[]],[\"name/56\",[48,67.085]],[\"comment/56\",[]],[\"name/57\",[49,67.085]],[\"comment/57\",[]],[\"name/58\",[50,61.977]],[\"comment/58\",[]],[\"name/59\",[51,61.977]],[\"comment/59\",[]],[\"name/60\",[52,54.092]],[\"comment/60\",[]],[\"name/61\",[53,67.085]],[\"comment/61\",[]],[\"name/62\",[54,67.085]],[\"comment/62\",[]],[\"name/63\",[55,67.085]],[\"comment/63\",[]],[\"name/64\",[56,67.085]],[\"comment/64\",[]],[\"name/65\",[57,67.085]],[\"comment/65\",[]],[\"name/66\",[58,67.085]],[\"comment/66\",[]],[\"name/67\",[59,67.085]],[\"comment/67\",[]],[\"name/68\",[60,67.085]],[\"comment/68\",[]],[\"name/69\",[61,67.085]],[\"comment/69\",[]],[\"name/70\",[62,67.085]],[\"comment/70\",[]],[\"name/71\",[63,67.085]],[\"comment/71\",[]],[\"name/72\",[64,67.085]],[\"comment/72\",[]],[\"name/73\",[65,49.739]],[\"comment/73\",[]],[\"name/74\",[66,56.099]],[\"comment/74\",[]],[\"name/75\",[67,61.977]],[\"comment/75\",[]],[\"name/76\",[68,67.085]],[\"comment/76\",[]],[\"name/77\",[69,67.085]],[\"comment/77\",[]],[\"name/78\",[70,67.085]],[\"comment/78\",[]],[\"name/79\",[71,67.085]],[\"comment/79\",[]],[\"name/80\",[72,67.085]],[\"comment/80\",[]],[\"name/81\",[73,67.085]],[\"comment/81\",[]],[\"name/82\",[74,67.085]],[\"comment/82\",[]],[\"name/83\",[75,61.977]],[\"comment/83\",[]],[\"name/84\",[76,61.977]],[\"comment/84\",[]],[\"name/85\",[77,61.977]],[\"comment/85\",[]],[\"name/86\",[78,67.085]],[\"comment/86\",[]],[\"name/87\",[79,61.977]],[\"comment/87\",[]],[\"name/88\",[80,61.977]],[\"comment/88\",[]],[\"name/89\",[81,61.977]],[\"comment/89\",[]],[\"name/90\",[82,67.085]],[\"comment/90\",[]],[\"name/91\",[83,67.085]],[\"comment/91\",[]],[\"name/92\",[84,67.085]],[\"comment/92\",[]],[\"name/93\",[85,67.085]],[\"comment/93\",[]],[\"name/94\",[86,67.085]],[\"comment/94\",[]],[\"name/95\",[87,67.085]],[\"comment/95\",[]],[\"name/96\",[88,67.085]],[\"comment/96\",[]],[\"name/97\",[89,67.085]],[\"comment/97\",[]],[\"name/98\",[90,61.977]],[\"comment/98\",[]],[\"name/99\",[17,61.977]],[\"comment/99\",[]],[\"name/100\",[19,61.977]],[\"comment/100\",[]],[\"name/101\",[20,61.977]],[\"comment/101\",[]],[\"name/102\",[18,56.099]],[\"comment/102\",[]],[\"name/103\",[91,67.085]],[\"comment/103\",[]],[\"name/104\",[92,67.085]],[\"comment/104\",[]],[\"name/105\",[93,67.085]],[\"comment/105\",[]],[\"name/106\",[94,67.085]],[\"comment/106\",[]],[\"name/107\",[5,29.629]],[\"comment/107\",[]],[\"name/108\",[95,61.977]],[\"comment/108\",[]],[\"name/109\",[39,56.099]],[\"comment/109\",[]],[\"name/110\",[12,52.422]],[\"comment/110\",[]],[\"name/111\",[44,61.977]],[\"comment/111\",[]],[\"name/112\",[52,54.092]],[\"comment/112\",[]],[\"name/113\",[96,67.085]],[\"comment/113\",[]],[\"name/114\",[97,61.977]],[\"comment/114\",[]],[\"name/115\",[98,67.085]],[\"comment/115\",[]],[\"name/116\",[99,67.085]],[\"comment/116\",[]],[\"name/117\",[50,61.977]],[\"comment/117\",[]],[\"name/118\",[51,61.977]],[\"comment/118\",[]],[\"name/119\",[100,61.977]],[\"comment/119\",[]],[\"name/120\",[101,61.977]],[\"comment/120\",[]],[\"name/121\",[75,61.977]],[\"comment/121\",[]],[\"name/122\",[76,61.977]],[\"comment/122\",[]],[\"name/123\",[102,67.085]],[\"comment/123\",[]],[\"name/124\",[103,67.085]],[\"comment/124\",[]],[\"name/125\",[104,67.085]],[\"comment/125\",[]],[\"name/126\",[105,67.085]],[\"comment/126\",[]],[\"name/127\",[38,61.977]],[\"comment/127\",[]],[\"name/128\",[32,61.977]],[\"comment/128\",[]],[\"name/129\",[34,61.977]],[\"comment/129\",[]],[\"name/130\",[25,61.977]],[\"comment/130\",[]],[\"name/131\",[33,61.977]],[\"comment/131\",[]],[\"name/132\",[35,61.977]],[\"comment/132\",[]],[\"name/133\",[66,56.099]],[\"comment/133\",[]],[\"name/134\",[42,56.099]],[\"comment/134\",[]],[\"name/135\",[46,56.099]],[\"comment/135\",[]],[\"name/136\",[45,61.977]],[\"comment/136\",[]],[\"name/137\",[79,61.977]],[\"comment/137\",[]],[\"name/138\",[43,61.977]],[\"comment/138\",[]],[\"name/139\",[47,61.977]],[\"comment/139\",[]],[\"name/140\",[80,61.977]],[\"comment/140\",[]],[\"name/141\",[106,67.085]],[\"comment/141\",[]],[\"name/142\",[31,61.977]],[\"comment/142\",[]],[\"name/143\",[28,61.977]],[\"comment/143\",[]],[\"name/144\",[29,61.977]],[\"comment/144\",[]],[\"name/145\",[77,61.977]],[\"comment/145\",[]],[\"name/146\",[81,61.977]],[\"comment/146\",[]],[\"name/147\",[107,67.085]],[\"comment/147\",[]],[\"name/148\",[108,67.085]],[\"comment/148\",[]],[\"name/149\",[109,67.085]],[\"comment/149\",[]],[\"name/150\",[37,61.977]],[\"comment/150\",[]],[\"name/151\",[110,67.085]],[\"comment/151\",[]],[\"name/152\",[111,61.977]],[\"comment/152\",[]],[\"name/153\",[5,29.629]],[\"comment/153\",[]],[\"name/154\",[112,42.518]],[\"comment/154\",[]],[\"name/155\",[113,56.099]],[\"comment/155\",[]],[\"name/156\",[114,41.962]],[\"comment/156\",[]],[\"name/157\",[26,45.882]],[\"comment/157\",[]],[\"name/158\",[115,61.977]],[\"comment/158\",[]],[\"name/159\",[116,56.099]],[\"comment/159\",[]],[\"name/160\",[117,56.099]],[\"comment/160\",[]],[\"name/161\",[118,56.099]],[\"comment/161\",[]],[\"name/162\",[119,56.099]],[\"comment/162\",[]],[\"name/163\",[120,56.099]],[\"comment/163\",[]],[\"name/164\",[121,61.977]],[\"comment/164\",[]],[\"name/165\",[122,56.099]],[\"comment/165\",[]],[\"name/166\",[123,58.612]],[\"comment/166\",[]],[\"name/167\",[5,29.629]],[\"comment/167\",[]],[\"name/168\",[112,42.518]],[\"comment/168\",[]],[\"name/169\",[114,41.962]],[\"comment/169\",[]],[\"name/170\",[124,67.085]],[\"comment/170\",[]],[\"name/171\",[125,67.085]],[\"comment/171\",[]],[\"name/172\",[126,61.977]],[\"comment/172\",[]],[\"name/173\",[127,67.085]],[\"comment/173\",[]],[\"name/174\",[128,67.085]],[\"comment/174\",[]],[\"name/175\",[129,61.977]],[\"comment/175\",[]],[\"name/176\",[130,61.977]],[\"comment/176\",[]],[\"name/177\",[131,61.977]],[\"comment/177\",[]],[\"name/178\",[132,67.085]],[\"comment/178\",[]],[\"name/179\",[133,67.085]],[\"comment/179\",[]],[\"name/180\",[134,61.977]],[\"comment/180\",[]],[\"name/181\",[135,61.977]],[\"comment/181\",[]],[\"name/182\",[136,61.977]],[\"comment/182\",[]],[\"name/183\",[137,61.977]],[\"comment/183\",[]],[\"name/184\",[138,58.612]],[\"comment/184\",[]],[\"name/185\",[139,61.977]],[\"comment/185\",[]],[\"name/186\",[18,56.099]],[\"comment/186\",[]],[\"name/187\",[140,61.977]],[\"comment/187\",[]],[\"name/188\",[141,61.977]],[\"comment/188\",[]],[\"name/189\",[142,61.977]],[\"comment/189\",[]],[\"name/190\",[143,61.977]],[\"comment/190\",[]],[\"name/191\",[144,67.085]],[\"comment/191\",[]],[\"name/192\",[145,67.085]],[\"comment/192\",[]],[\"name/193\",[146,61.977]],[\"comment/193\",[]],[\"name/194\",[2,58.612]],[\"comment/194\",[]],[\"name/195\",[3,58.612]],[\"comment/195\",[]],[\"name/196\",[147,67.085]],[\"comment/196\",[]],[\"name/197\",[148,67.085]],[\"comment/197\",[]],[\"name/198\",[149,67.085]],[\"comment/198\",[]],[\"name/199\",[150,67.085]],[\"comment/199\",[]],[\"name/200\",[151,61.977]],[\"comment/200\",[]],[\"name/201\",[152,45.882]],[\"comment/201\",[]],[\"name/202\",[5,29.629]],[\"comment/202\",[]],[\"name/203\",[22,45.113]],[\"comment/203\",[]],[\"name/204\",[153,50.991]],[\"comment/204\",[]],[\"name/205\",[24,44.398]],[\"comment/205\",[]],[\"name/206\",[26,45.882]],[\"comment/206\",[]],[\"name/207\",[27,44.398]],[\"comment/207\",[]],[\"name/208\",[154,50.991]],[\"comment/208\",[]],[\"name/209\",[155,50.991]],[\"comment/209\",[]],[\"name/210\",[156,40.459]],[\"comment/210\",[]],[\"name/211\",[157,49.739]],[\"comment/211\",[]],[\"name/212\",[158,49.739]],[\"comment/212\",[]],[\"name/213\",[159,50.991]],[\"comment/213\",[]],[\"name/214\",[160,50.991]],[\"comment/214\",[]],[\"name/215\",[161,45.882]],[\"comment/215\",[]],[\"name/216\",[162,45.882]],[\"comment/216\",[]],[\"name/217\",[163,61.977]],[\"comment/217\",[]],[\"name/218\",[152,45.882]],[\"comment/218\",[]],[\"name/219\",[5,29.629]],[\"comment/219\",[]],[\"name/220\",[164,52.422]],[\"comment/220\",[]],[\"name/221\",[165,56.099]],[\"comment/221\",[]],[\"name/222\",[166,58.612]],[\"comment/222\",[]],[\"name/223\",[167,58.612]],[\"comment/223\",[]],[\"name/224\",[168,58.612]],[\"comment/224\",[]],[\"name/225\",[169,58.612]],[\"comment/225\",[]],[\"name/226\",[170,58.612]],[\"comment/226\",[]],[\"name/227\",[171,58.612]],[\"comment/227\",[]],[\"name/228\",[172,58.612]],[\"comment/228\",[]],[\"name/229\",[22,45.113]],[\"comment/229\",[]],[\"name/230\",[153,50.991]],[\"comment/230\",[]],[\"name/231\",[24,44.398]],[\"comment/231\",[]],[\"name/232\",[26,45.882]],[\"comment/232\",[]],[\"name/233\",[27,44.398]],[\"comment/233\",[]],[\"name/234\",[154,50.991]],[\"comment/234\",[]],[\"name/235\",[155,50.991]],[\"comment/235\",[]],[\"name/236\",[156,40.459]],[\"comment/236\",[]],[\"name/237\",[157,49.739]],[\"comment/237\",[]],[\"name/238\",[158,49.739]],[\"comment/238\",[]],[\"name/239\",[159,50.991]],[\"comment/239\",[]],[\"name/240\",[160,50.991]],[\"comment/240\",[]],[\"name/241\",[161,45.882]],[\"comment/241\",[]],[\"name/242\",[162,45.882]],[\"comment/242\",[]],[\"name/243\",[173,61.977]],[\"comment/243\",[]],[\"name/244\",[152,45.882]],[\"comment/244\",[]],[\"name/245\",[5,29.629]],[\"comment/245\",[]],[\"name/246\",[22,45.113]],[\"comment/246\",[]],[\"name/247\",[153,50.991]],[\"comment/247\",[]],[\"name/248\",[24,44.398]],[\"comment/248\",[]],[\"name/249\",[26,45.882]],[\"comment/249\",[]],[\"name/250\",[27,44.398]],[\"comment/250\",[]],[\"name/251\",[154,50.991]],[\"comment/251\",[]],[\"name/252\",[155,50.991]],[\"comment/252\",[]],[\"name/253\",[156,40.459]],[\"comment/253\",[]],[\"name/254\",[157,49.739]],[\"comment/254\",[]],[\"name/255\",[158,49.739]],[\"comment/255\",[]],[\"name/256\",[159,50.991]],[\"comment/256\",[]],[\"name/257\",[160,50.991]],[\"comment/257\",[]],[\"name/258\",[161,45.882]],[\"comment/258\",[]],[\"name/259\",[162,45.882]],[\"comment/259\",[]],[\"name/260\",[174,61.977]],[\"comment/260\",[]],[\"name/261\",[152,45.882]],[\"comment/261\",[]],[\"name/262\",[5,29.629]],[\"comment/262\",[]],[\"name/263\",[22,45.113]],[\"comment/263\",[]],[\"name/264\",[153,50.991]],[\"comment/264\",[]],[\"name/265\",[24,44.398]],[\"comment/265\",[]],[\"name/266\",[26,45.882]],[\"comment/266\",[]],[\"name/267\",[27,44.398]],[\"comment/267\",[]],[\"name/268\",[154,50.991]],[\"comment/268\",[]],[\"name/269\",[155,50.991]],[\"comment/269\",[]],[\"name/270\",[156,40.459]],[\"comment/270\",[]],[\"name/271\",[157,49.739]],[\"comment/271\",[]],[\"name/272\",[158,49.739]],[\"comment/272\",[]],[\"name/273\",[159,50.991]],[\"comment/273\",[]],[\"name/274\",[160,50.991]],[\"comment/274\",[]],[\"name/275\",[161,45.882]],[\"comment/275\",[]],[\"name/276\",[162,45.882]],[\"comment/276\",[]],[\"name/277\",[175,61.977]],[\"comment/277\",[]],[\"name/278\",[152,45.882]],[\"comment/278\",[]],[\"name/279\",[5,29.629]],[\"comment/279\",[]],[\"name/280\",[22,45.113]],[\"comment/280\",[]],[\"name/281\",[153,50.991]],[\"comment/281\",[]],[\"name/282\",[24,44.398]],[\"comment/282\",[]],[\"name/283\",[26,45.882]],[\"comment/283\",[]],[\"name/284\",[27,44.398]],[\"comment/284\",[]],[\"name/285\",[154,50.991]],[\"comment/285\",[]],[\"name/286\",[155,50.991]],[\"comment/286\",[]],[\"name/287\",[156,40.459]],[\"comment/287\",[]],[\"name/288\",[157,49.739]],[\"comment/288\",[]],[\"name/289\",[158,49.739]],[\"comment/289\",[]],[\"name/290\",[159,50.991]],[\"comment/290\",[]],[\"name/291\",[160,50.991]],[\"comment/291\",[]],[\"name/292\",[161,45.882]],[\"comment/292\",[]],[\"name/293\",[162,45.882]],[\"comment/293\",[]],[\"name/294\",[176,61.977]],[\"comment/294\",[]],[\"name/295\",[152,45.882]],[\"comment/295\",[]],[\"name/296\",[5,29.629]],[\"comment/296\",[]],[\"name/297\",[164,52.422]],[\"comment/297\",[]],[\"name/298\",[165,56.099]],[\"comment/298\",[]],[\"name/299\",[166,58.612]],[\"comment/299\",[]],[\"name/300\",[167,58.612]],[\"comment/300\",[]],[\"name/301\",[168,58.612]],[\"comment/301\",[]],[\"name/302\",[169,58.612]],[\"comment/302\",[]],[\"name/303\",[170,58.612]],[\"comment/303\",[]],[\"name/304\",[171,58.612]],[\"comment/304\",[]],[\"name/305\",[172,58.612]],[\"comment/305\",[]],[\"name/306\",[22,45.113]],[\"comment/306\",[]],[\"name/307\",[153,50.991]],[\"comment/307\",[]],[\"name/308\",[24,44.398]],[\"comment/308\",[]],[\"name/309\",[26,45.882]],[\"comment/309\",[]],[\"name/310\",[27,44.398]],[\"comment/310\",[]],[\"name/311\",[154,50.991]],[\"comment/311\",[]],[\"name/312\",[155,50.991]],[\"comment/312\",[]],[\"name/313\",[156,40.459]],[\"comment/313\",[]],[\"name/314\",[157,49.739]],[\"comment/314\",[]],[\"name/315\",[158,49.739]],[\"comment/315\",[]],[\"name/316\",[159,50.991]],[\"comment/316\",[]],[\"name/317\",[160,50.991]],[\"comment/317\",[]],[\"name/318\",[161,45.882]],[\"comment/318\",[]],[\"name/319\",[162,45.882]],[\"comment/319\",[]],[\"name/320\",[177,61.977]],[\"comment/320\",[]],[\"name/321\",[152,45.882]],[\"comment/321\",[]],[\"name/322\",[5,29.629]],[\"comment/322\",[]],[\"name/323\",[164,52.422]],[\"comment/323\",[]],[\"name/324\",[165,56.099]],[\"comment/324\",[]],[\"name/325\",[166,58.612]],[\"comment/325\",[]],[\"name/326\",[167,58.612]],[\"comment/326\",[]],[\"name/327\",[168,58.612]],[\"comment/327\",[]],[\"name/328\",[169,58.612]],[\"comment/328\",[]],[\"name/329\",[170,58.612]],[\"comment/329\",[]],[\"name/330\",[171,58.612]],[\"comment/330\",[]],[\"name/331\",[172,58.612]],[\"comment/331\",[]],[\"name/332\",[22,45.113]],[\"comment/332\",[]],[\"name/333\",[153,50.991]],[\"comment/333\",[]],[\"name/334\",[24,44.398]],[\"comment/334\",[]],[\"name/335\",[26,45.882]],[\"comment/335\",[]],[\"name/336\",[27,44.398]],[\"comment/336\",[]],[\"name/337\",[154,50.991]],[\"comment/337\",[]],[\"name/338\",[155,50.991]],[\"comment/338\",[]],[\"name/339\",[156,40.459]],[\"comment/339\",[]],[\"name/340\",[157,49.739]],[\"comment/340\",[]],[\"name/341\",[158,49.739]],[\"comment/341\",[]],[\"name/342\",[159,50.991]],[\"comment/342\",[]],[\"name/343\",[160,50.991]],[\"comment/343\",[]],[\"name/344\",[161,45.882]],[\"comment/344\",[]],[\"name/345\",[162,45.882]],[\"comment/345\",[]],[\"name/346\",[178,61.977]],[\"comment/346\",[]],[\"name/347\",[18,56.099]],[\"comment/347\",[]],[\"name/348\",[142,61.977]],[\"comment/348\",[]],[\"name/349\",[141,61.977]],[\"comment/349\",[]],[\"name/350\",[139,61.977]],[\"comment/350\",[]],[\"name/351\",[140,61.977]],[\"comment/351\",[]],[\"name/352\",[5,29.629]],[\"comment/352\",[]],[\"name/353\",[157,49.739]],[\"comment/353\",[]],[\"name/354\",[158,49.739]],[\"comment/354\",[]],[\"name/355\",[179,67.085]],[\"comment/355\",[]],[\"name/356\",[180,67.085]],[\"comment/356\",[]],[\"name/357\",[181,67.085]],[\"comment/357\",[]],[\"name/358\",[138,58.612]],[\"comment/358\",[]],[\"name/359\",[165,56.099]],[\"comment/359\",[]],[\"name/360\",[182,67.085]],[\"comment/360\",[]],[\"name/361\",[183,67.085]],[\"comment/361\",[]],[\"name/362\",[184,67.085]],[\"comment/362\",[]],[\"name/363\",[185,67.085]],[\"comment/363\",[]],[\"name/364\",[186,67.085]],[\"comment/364\",[]],[\"name/365\",[10,42.518]],[\"comment/365\",[]],[\"name/366\",[187,61.977]],[\"comment/366\",[]],[\"name/367\",[5,29.629]],[\"comment/367\",[]],[\"name/368\",[112,42.518]],[\"comment/368\",[]],[\"name/369\",[113,56.099]],[\"comment/369\",[]],[\"name/370\",[114,41.962]],[\"comment/370\",[]],[\"name/371\",[26,45.882]],[\"comment/371\",[]],[\"name/372\",[188,61.977]],[\"comment/372\",[]],[\"name/373\",[116,56.099]],[\"comment/373\",[]],[\"name/374\",[189,61.977]],[\"comment/374\",[]],[\"name/375\",[190,58.612]],[\"comment/375\",[]],[\"name/376\",[117,56.099]],[\"comment/376\",[]],[\"name/377\",[118,56.099]],[\"comment/377\",[]],[\"name/378\",[119,56.099]],[\"comment/378\",[]],[\"name/379\",[120,56.099]],[\"comment/379\",[]],[\"name/380\",[122,56.099]],[\"comment/380\",[]],[\"name/381\",[191,61.977]],[\"comment/381\",[]],[\"name/382\",[192,61.977]],[\"comment/382\",[]],[\"name/383\",[152,45.882]],[\"comment/383\",[]],[\"name/384\",[5,29.629]],[\"comment/384\",[]],[\"name/385\",[22,45.113]],[\"comment/385\",[]],[\"name/386\",[24,44.398]],[\"comment/386\",[]],[\"name/387\",[27,44.398]],[\"comment/387\",[]],[\"name/388\",[161,45.882]],[\"comment/388\",[]],[\"name/389\",[162,45.882]],[\"comment/389\",[]],[\"name/390\",[193,61.977]],[\"comment/390\",[]],[\"name/391\",[152,45.882]],[\"comment/391\",[]],[\"name/392\",[5,29.629]],[\"comment/392\",[]],[\"name/393\",[164,52.422]],[\"comment/393\",[]],[\"name/394\",[22,45.113]],[\"comment/394\",[]],[\"name/395\",[24,44.398]],[\"comment/395\",[]],[\"name/396\",[27,44.398]],[\"comment/396\",[]],[\"name/397\",[161,45.882]],[\"comment/397\",[]],[\"name/398\",[162,45.882]],[\"comment/398\",[]],[\"name/399\",[194,61.977]],[\"comment/399\",[]],[\"name/400\",[152,45.882]],[\"comment/400\",[]],[\"name/401\",[5,29.629]],[\"comment/401\",[]],[\"name/402\",[22,45.113]],[\"comment/402\",[]],[\"name/403\",[24,44.398]],[\"comment/403\",[]],[\"name/404\",[27,44.398]],[\"comment/404\",[]],[\"name/405\",[161,45.882]],[\"comment/405\",[]],[\"name/406\",[162,45.882]],[\"comment/406\",[]],[\"name/407\",[195,61.977]],[\"comment/407\",[]],[\"name/408\",[152,45.882]],[\"comment/408\",[]],[\"name/409\",[5,29.629]],[\"comment/409\",[]],[\"name/410\",[164,52.422]],[\"comment/410\",[]],[\"name/411\",[22,45.113]],[\"comment/411\",[]],[\"name/412\",[24,44.398]],[\"comment/412\",[]],[\"name/413\",[27,44.398]],[\"comment/413\",[]],[\"name/414\",[161,45.882]],[\"comment/414\",[]],[\"name/415\",[162,45.882]],[\"comment/415\",[]],[\"name/416\",[196,61.977]],[\"comment/416\",[]],[\"name/417\",[152,45.882]],[\"comment/417\",[]],[\"name/418\",[5,29.629]],[\"comment/418\",[]],[\"name/419\",[164,52.422]],[\"comment/419\",[]],[\"name/420\",[22,45.113]],[\"comment/420\",[]],[\"name/421\",[24,44.398]],[\"comment/421\",[]],[\"name/422\",[27,44.398]],[\"comment/422\",[]],[\"name/423\",[161,45.882]],[\"comment/423\",[]],[\"name/424\",[162,45.882]],[\"comment/424\",[]],[\"name/425\",[197,61.977]],[\"comment/425\",[]],[\"name/426\",[5,29.629]],[\"comment/426\",[]],[\"name/427\",[112,42.518]],[\"comment/427\",[]],[\"name/428\",[113,56.099]],[\"comment/428\",[]],[\"name/429\",[114,41.962]],[\"comment/429\",[]],[\"name/430\",[188,61.977]],[\"comment/430\",[]],[\"name/431\",[116,56.099]],[\"comment/431\",[]],[\"name/432\",[190,58.612]],[\"comment/432\",[]],[\"name/433\",[117,56.099]],[\"comment/433\",[]],[\"name/434\",[118,56.099]],[\"comment/434\",[]],[\"name/435\",[119,56.099]],[\"comment/435\",[]],[\"name/436\",[120,56.099]],[\"comment/436\",[]],[\"name/437\",[189,61.977]],[\"comment/437\",[]],[\"name/438\",[122,56.099]],[\"comment/438\",[]],[\"name/439\",[198,61.977]],[\"comment/439\",[]],[\"name/440\",[199,67.085]],[\"comment/440\",[]],[\"name/441\",[200,67.085]],[\"comment/441\",[]],[\"name/442\",[201,67.085]],[\"comment/442\",[]],[\"name/443\",[202,67.085]],[\"comment/443\",[]],[\"name/444\",[203,58.612]],[\"comment/444\",[]],[\"name/445\",[5,29.629]],[\"comment/445\",[]],[\"name/446\",[112,42.518]],[\"comment/446\",[]],[\"name/447\",[114,41.962]],[\"comment/447\",[]],[\"name/448\",[204,61.977]],[\"comment/448\",[]],[\"name/449\",[5,29.629]],[\"comment/449\",[]],[\"name/450\",[112,42.518]],[\"comment/450\",[]],[\"name/451\",[114,41.962]],[\"comment/451\",[]],[\"name/452\",[205,67.085]],[\"comment/452\",[]],[\"name/453\",[206,58.612]],[\"comment/453\",[]],[\"name/454\",[5,29.629]],[\"comment/454\",[]],[\"name/455\",[112,42.518]],[\"comment/455\",[]],[\"name/456\",[114,41.962]],[\"comment/456\",[]],[\"name/457\",[207,58.612]],[\"comment/457\",[]],[\"name/458\",[5,29.629]],[\"comment/458\",[]],[\"name/459\",[112,42.518]],[\"comment/459\",[]],[\"name/460\",[208,67.085]],[\"comment/460\",[]],[\"name/461\",[114,41.962]],[\"comment/461\",[]],[\"name/462\",[209,61.977]],[\"comment/462\",[]],[\"name/463\",[210,61.977]],[\"comment/463\",[]],[\"name/464\",[211,61.977]],[\"comment/464\",[]],[\"name/465\",[212,61.977]],[\"comment/465\",[]],[\"name/466\",[213,61.977]],[\"comment/466\",[]],[\"name/467\",[5,29.629]],[\"comment/467\",[]],[\"name/468\",[112,42.518]],[\"comment/468\",[]],[\"name/469\",[114,41.962]],[\"comment/469\",[]],[\"name/470\",[214,56.099]],[\"comment/470\",[]],[\"name/471\",[215,67.085]],[\"comment/471\",[]],[\"name/472\",[216,67.085]],[\"comment/472\",[]],[\"name/473\",[217,67.085]],[\"comment/473\",[]],[\"name/474\",[218,67.085]],[\"comment/474\",[]],[\"name/475\",[219,67.085]],[\"comment/475\",[]],[\"name/476\",[220,67.085]],[\"comment/476\",[]],[\"name/477\",[221,67.085]],[\"comment/477\",[]],[\"name/478\",[222,67.085]],[\"comment/478\",[]],[\"name/479\",[223,67.085]],[\"comment/479\",[]],[\"name/480\",[224,67.085]],[\"comment/480\",[]],[\"name/481\",[225,67.085]],[\"comment/481\",[]],[\"name/482\",[226,67.085]],[\"comment/482\",[]],[\"name/483\",[227,67.085]],[\"comment/483\",[]],[\"name/484\",[228,67.085]],[\"comment/484\",[]],[\"name/485\",[229,67.085]],[\"comment/485\",[]],[\"name/486\",[230,67.085]],[\"comment/486\",[]],[\"name/487\",[231,67.085]],[\"comment/487\",[]],[\"name/488\",[232,67.085]],[\"comment/488\",[]],[\"name/489\",[233,56.099]],[\"comment/489\",[]],[\"name/490\",[9,38.753]],[\"comment/490\",[]],[\"name/491\",[5,29.629]],[\"comment/491\",[]],[\"name/492\",[10,42.518]],[\"comment/492\",[]],[\"name/493\",[156,40.459]],[\"comment/493\",[]],[\"name/494\",[234,42.518]],[\"comment/494\",[]],[\"name/495\",[235,43.731]],[\"comment/495\",[]],[\"name/496\",[236,43.731]],[\"comment/496\",[]],[\"name/497\",[237,43.731]],[\"comment/497\",[]],[\"name/498\",[238,42.518]],[\"comment/498\",[]],[\"name/499\",[239,43.731]],[\"comment/499\",[]],[\"name/500\",[240,42.518]],[\"comment/500\",[]],[\"name/501\",[241,42.518]],[\"comment/501\",[]],[\"name/502\",[242,58.612]],[\"comment/502\",[]],[\"name/503\",[243,56.099]],[\"comment/503\",[]],[\"name/504\",[244,56.099]],[\"comment/504\",[]],[\"name/505\",[245,56.099]],[\"comment/505\",[]],[\"name/506\",[246,56.099]],[\"comment/506\",[]],[\"name/507\",[247,56.099]],[\"comment/507\",[]],[\"name/508\",[248,56.099]],[\"comment/508\",[]],[\"name/509\",[249,56.099]],[\"comment/509\",[]],[\"name/510\",[250,56.099]],[\"comment/510\",[]],[\"name/511\",[251,58.612]],[\"comment/511\",[]],[\"name/512\",[252,56.099]],[\"comment/512\",[]],[\"name/513\",[253,56.099]],[\"comment/513\",[]],[\"name/514\",[254,58.612]],[\"comment/514\",[]],[\"name/515\",[255,56.099]],[\"comment/515\",[]],[\"name/516\",[256,61.977]],[\"comment/516\",[]],[\"name/517\",[257,67.085]],[\"comment/517\",[]],[\"name/518\",[258,67.085]],[\"comment/518\",[]],[\"name/519\",[259,67.085]],[\"comment/519\",[]],[\"name/520\",[260,67.085]],[\"comment/520\",[]],[\"name/521\",[261,67.085]],[\"comment/521\",[]],[\"name/522\",[262,67.085]],[\"comment/522\",[]],[\"name/523\",[243,56.099]],[\"comment/523\",[]],[\"name/524\",[9,38.753]],[\"comment/524\",[]],[\"name/525\",[5,29.629]],[\"comment/525\",[]],[\"name/526\",[156,40.459]],[\"comment/526\",[]],[\"name/527\",[263,58.612]],[\"comment/527\",[]],[\"name/528\",[10,42.518]],[\"comment/528\",[]],[\"name/529\",[234,42.518]],[\"comment/529\",[]],[\"name/530\",[235,43.731]],[\"comment/530\",[]],[\"name/531\",[236,43.731]],[\"comment/531\",[]],[\"name/532\",[237,43.731]],[\"comment/532\",[]],[\"name/533\",[238,42.518]],[\"comment/533\",[]],[\"name/534\",[239,43.731]],[\"comment/534\",[]],[\"name/535\",[240,42.518]],[\"comment/535\",[]],[\"name/536\",[241,42.518]],[\"comment/536\",[]],[\"name/537\",[255,56.099]],[\"comment/537\",[]],[\"name/538\",[9,38.753]],[\"comment/538\",[]],[\"name/539\",[5,29.629]],[\"comment/539\",[]],[\"name/540\",[156,40.459]],[\"comment/540\",[]],[\"name/541\",[214,56.099]],[\"comment/541\",[]],[\"name/542\",[10,42.518]],[\"comment/542\",[]],[\"name/543\",[234,42.518]],[\"comment/543\",[]],[\"name/544\",[235,43.731]],[\"comment/544\",[]],[\"name/545\",[236,43.731]],[\"comment/545\",[]],[\"name/546\",[237,43.731]],[\"comment/546\",[]],[\"name/547\",[238,42.518]],[\"comment/547\",[]],[\"name/548\",[239,43.731]],[\"comment/548\",[]],[\"name/549\",[240,42.518]],[\"comment/549\",[]],[\"name/550\",[241,42.518]],[\"comment/550\",[]],[\"name/551\",[244,56.099]],[\"comment/551\",[]],[\"name/552\",[9,38.753]],[\"comment/552\",[]],[\"name/553\",[5,29.629]],[\"comment/553\",[]],[\"name/554\",[156,40.459]],[\"comment/554\",[]],[\"name/555\",[264,58.612]],[\"comment/555\",[]],[\"name/556\",[10,42.518]],[\"comment/556\",[]],[\"name/557\",[234,42.518]],[\"comment/557\",[]],[\"name/558\",[235,43.731]],[\"comment/558\",[]],[\"name/559\",[236,43.731]],[\"comment/559\",[]],[\"name/560\",[237,43.731]],[\"comment/560\",[]],[\"name/561\",[238,42.518]],[\"comment/561\",[]],[\"name/562\",[239,43.731]],[\"comment/562\",[]],[\"name/563\",[240,42.518]],[\"comment/563\",[]],[\"name/564\",[241,42.518]],[\"comment/564\",[]],[\"name/565\",[252,56.099]],[\"comment/565\",[]],[\"name/566\",[9,38.753]],[\"comment/566\",[]],[\"name/567\",[5,29.629]],[\"comment/567\",[]],[\"name/568\",[156,40.459]],[\"comment/568\",[]],[\"name/569\",[264,58.612]],[\"comment/569\",[]],[\"name/570\",[265,58.612]],[\"comment/570\",[]],[\"name/571\",[10,42.518]],[\"comment/571\",[]],[\"name/572\",[234,42.518]],[\"comment/572\",[]],[\"name/573\",[235,43.731]],[\"comment/573\",[]],[\"name/574\",[236,43.731]],[\"comment/574\",[]],[\"name/575\",[237,43.731]],[\"comment/575\",[]],[\"name/576\",[238,42.518]],[\"comment/576\",[]],[\"name/577\",[239,43.731]],[\"comment/577\",[]],[\"name/578\",[240,42.518]],[\"comment/578\",[]],[\"name/579\",[241,42.518]],[\"comment/579\",[]],[\"name/580\",[245,56.099]],[\"comment/580\",[]],[\"name/581\",[9,38.753]],[\"comment/581\",[]],[\"name/582\",[5,29.629]],[\"comment/582\",[]],[\"name/583\",[156,40.459]],[\"comment/583\",[]],[\"name/584\",[263,58.612]],[\"comment/584\",[]],[\"name/585\",[266,61.977]],[\"comment/585\",[]],[\"name/586\",[10,42.518]],[\"comment/586\",[]],[\"name/587\",[234,42.518]],[\"comment/587\",[]],[\"name/588\",[235,43.731]],[\"comment/588\",[]],[\"name/589\",[236,43.731]],[\"comment/589\",[]],[\"name/590\",[237,43.731]],[\"comment/590\",[]],[\"name/591\",[238,42.518]],[\"comment/591\",[]],[\"name/592\",[239,43.731]],[\"comment/592\",[]],[\"name/593\",[240,42.518]],[\"comment/593\",[]],[\"name/594\",[241,42.518]],[\"comment/594\",[]],[\"name/595\",[246,56.099]],[\"comment/595\",[]],[\"name/596\",[9,38.753]],[\"comment/596\",[]],[\"name/597\",[5,29.629]],[\"comment/597\",[]],[\"name/598\",[156,40.459]],[\"comment/598\",[]],[\"name/599\",[267,58.612]],[\"comment/599\",[]],[\"name/600\",[268,58.612]],[\"comment/600\",[]],[\"name/601\",[10,42.518]],[\"comment/601\",[]],[\"name/602\",[234,42.518]],[\"comment/602\",[]],[\"name/603\",[235,43.731]],[\"comment/603\",[]],[\"name/604\",[236,43.731]],[\"comment/604\",[]],[\"name/605\",[237,43.731]],[\"comment/605\",[]],[\"name/606\",[238,42.518]],[\"comment/606\",[]],[\"name/607\",[239,43.731]],[\"comment/607\",[]],[\"name/608\",[240,42.518]],[\"comment/608\",[]],[\"name/609\",[241,42.518]],[\"comment/609\",[]],[\"name/610\",[248,56.099]],[\"comment/610\",[]],[\"name/611\",[9,38.753]],[\"comment/611\",[]],[\"name/612\",[5,29.629]],[\"comment/612\",[]],[\"name/613\",[156,40.459]],[\"comment/613\",[]],[\"name/614\",[267,58.612]],[\"comment/614\",[]],[\"name/615\",[268,58.612]],[\"comment/615\",[]],[\"name/616\",[269,61.977]],[\"comment/616\",[]],[\"name/617\",[10,42.518]],[\"comment/617\",[]],[\"name/618\",[234,42.518]],[\"comment/618\",[]],[\"name/619\",[235,43.731]],[\"comment/619\",[]],[\"name/620\",[236,43.731]],[\"comment/620\",[]],[\"name/621\",[237,43.731]],[\"comment/621\",[]],[\"name/622\",[238,42.518]],[\"comment/622\",[]],[\"name/623\",[239,43.731]],[\"comment/623\",[]],[\"name/624\",[240,42.518]],[\"comment/624\",[]],[\"name/625\",[241,42.518]],[\"comment/625\",[]],[\"name/626\",[253,56.099]],[\"comment/626\",[]],[\"name/627\",[9,38.753]],[\"comment/627\",[]],[\"name/628\",[5,29.629]],[\"comment/628\",[]],[\"name/629\",[156,40.459]],[\"comment/629\",[]],[\"name/630\",[267,58.612]],[\"comment/630\",[]],[\"name/631\",[268,58.612]],[\"comment/631\",[]],[\"name/632\",[269,61.977]],[\"comment/632\",[]],[\"name/633\",[265,58.612]],[\"comment/633\",[]],[\"name/634\",[10,42.518]],[\"comment/634\",[]],[\"name/635\",[234,42.518]],[\"comment/635\",[]],[\"name/636\",[235,43.731]],[\"comment/636\",[]],[\"name/637\",[236,43.731]],[\"comment/637\",[]],[\"name/638\",[237,43.731]],[\"comment/638\",[]],[\"name/639\",[238,42.518]],[\"comment/639\",[]],[\"name/640\",[239,43.731]],[\"comment/640\",[]],[\"name/641\",[240,42.518]],[\"comment/641\",[]],[\"name/642\",[241,42.518]],[\"comment/642\",[]],[\"name/643\",[247,56.099]],[\"comment/643\",[]],[\"name/644\",[9,38.753]],[\"comment/644\",[]],[\"name/645\",[5,29.629]],[\"comment/645\",[]],[\"name/646\",[156,40.459]],[\"comment/646\",[]],[\"name/647\",[270,50.991]],[\"comment/647\",[]],[\"name/648\",[271,58.612]],[\"comment/648\",[]],[\"name/649\",[10,42.518]],[\"comment/649\",[]],[\"name/650\",[234,42.518]],[\"comment/650\",[]],[\"name/651\",[235,43.731]],[\"comment/651\",[]],[\"name/652\",[236,43.731]],[\"comment/652\",[]],[\"name/653\",[237,43.731]],[\"comment/653\",[]],[\"name/654\",[238,42.518]],[\"comment/654\",[]],[\"name/655\",[239,43.731]],[\"comment/655\",[]],[\"name/656\",[240,42.518]],[\"comment/656\",[]],[\"name/657\",[241,42.518]],[\"comment/657\",[]],[\"name/658\",[249,56.099]],[\"comment/658\",[]],[\"name/659\",[9,38.753]],[\"comment/659\",[]],[\"name/660\",[5,29.629]],[\"comment/660\",[]],[\"name/661\",[156,40.459]],[\"comment/661\",[]],[\"name/662\",[270,50.991]],[\"comment/662\",[]],[\"name/663\",[271,58.612]],[\"comment/663\",[]],[\"name/664\",[272,67.085]],[\"comment/664\",[]],[\"name/665\",[10,42.518]],[\"comment/665\",[]],[\"name/666\",[234,42.518]],[\"comment/666\",[]],[\"name/667\",[235,43.731]],[\"comment/667\",[]],[\"name/668\",[236,43.731]],[\"comment/668\",[]],[\"name/669\",[237,43.731]],[\"comment/669\",[]],[\"name/670\",[238,42.518]],[\"comment/670\",[]],[\"name/671\",[239,43.731]],[\"comment/671\",[]],[\"name/672\",[240,42.518]],[\"comment/672\",[]],[\"name/673\",[241,42.518]],[\"comment/673\",[]],[\"name/674\",[251,58.612]],[\"comment/674\",[]],[\"name/675\",[9,38.753]],[\"comment/675\",[]],[\"name/676\",[5,29.629]],[\"comment/676\",[]],[\"name/677\",[156,40.459]],[\"comment/677\",[]],[\"name/678\",[270,50.991]],[\"comment/678\",[]],[\"name/679\",[273,61.977]],[\"comment/679\",[]],[\"name/680\",[10,42.518]],[\"comment/680\",[]],[\"name/681\",[234,42.518]],[\"comment/681\",[]],[\"name/682\",[235,43.731]],[\"comment/682\",[]],[\"name/683\",[236,43.731]],[\"comment/683\",[]],[\"name/684\",[237,43.731]],[\"comment/684\",[]],[\"name/685\",[238,42.518]],[\"comment/685\",[]],[\"name/686\",[239,43.731]],[\"comment/686\",[]],[\"name/687\",[240,42.518]],[\"comment/687\",[]],[\"name/688\",[241,42.518]],[\"comment/688\",[]],[\"name/689\",[254,58.612]],[\"comment/689\",[]],[\"name/690\",[9,38.753]],[\"comment/690\",[]],[\"name/691\",[5,29.629]],[\"comment/691\",[]],[\"name/692\",[156,40.459]],[\"comment/692\",[]],[\"name/693\",[270,50.991]],[\"comment/693\",[]],[\"name/694\",[273,61.977]],[\"comment/694\",[]],[\"name/695\",[265,58.612]],[\"comment/695\",[]],[\"name/696\",[10,42.518]],[\"comment/696\",[]],[\"name/697\",[234,42.518]],[\"comment/697\",[]],[\"name/698\",[235,43.731]],[\"comment/698\",[]],[\"name/699\",[236,43.731]],[\"comment/699\",[]],[\"name/700\",[237,43.731]],[\"comment/700\",[]],[\"name/701\",[238,42.518]],[\"comment/701\",[]],[\"name/702\",[239,43.731]],[\"comment/702\",[]],[\"name/703\",[240,42.518]],[\"comment/703\",[]],[\"name/704\",[241,42.518]],[\"comment/704\",[]],[\"name/705\",[250,56.099]],[\"comment/705\",[]],[\"name/706\",[9,38.753]],[\"comment/706\",[]],[\"name/707\",[5,29.629]],[\"comment/707\",[]],[\"name/708\",[156,40.459]],[\"comment/708\",[]],[\"name/709\",[274,67.085]],[\"comment/709\",[]],[\"name/710\",[275,67.085]],[\"comment/710\",[]],[\"name/711\",[10,42.518]],[\"comment/711\",[]],[\"name/712\",[234,42.518]],[\"comment/712\",[]],[\"name/713\",[235,43.731]],[\"comment/713\",[]],[\"name/714\",[236,43.731]],[\"comment/714\",[]],[\"name/715\",[237,43.731]],[\"comment/715\",[]],[\"name/716\",[238,42.518]],[\"comment/716\",[]],[\"name/717\",[239,43.731]],[\"comment/717\",[]],[\"name/718\",[240,42.518]],[\"comment/718\",[]],[\"name/719\",[241,42.518]],[\"comment/719\",[]],[\"name/720\",[276,56.099]],[\"comment/720\",[]],[\"name/721\",[277,67.085]],[\"comment/721\",[]],[\"name/722\",[278,67.085]],[\"comment/722\",[]],[\"name/723\",[279,67.085]],[\"comment/723\",[]],[\"name/724\",[280,67.085]],[\"comment/724\",[]],[\"name/725\",[281,67.085]],[\"comment/725\",[]],[\"name/726\",[282,67.085]],[\"comment/726\",[]],[\"name/727\",[283,61.977]],[\"comment/727\",[]],[\"name/728\",[284,67.085]],[\"comment/728\",[]],[\"name/729\",[285,61.977]],[\"comment/729\",[]],[\"name/730\",[65,49.739]],[\"comment/730\",[]],[\"name/731\",[5,29.629]],[\"comment/731\",[]],[\"name/732\",[23,56.099]],[\"comment/732\",[]],[\"name/733\",[24,44.398]],[\"comment/733\",[]],[\"name/734\",[286,67.085]],[\"comment/734\",[]],[\"name/735\",[287,67.085]],[\"comment/735\",[]],[\"name/736\",[26,45.882]],[\"comment/736\",[]],[\"name/737\",[288,67.085]],[\"comment/737\",[]],[\"name/738\",[233,56.099]],[\"comment/738\",[]],[\"name/739\",[27,44.398]],[\"comment/739\",[]],[\"name/740\",[39,56.099]],[\"comment/740\",[]],[\"name/741\",[12,52.422]],[\"comment/741\",[]],[\"name/742\",[289,61.977]],[\"comment/742\",[]],[\"name/743\",[290,61.977]],[\"comment/743\",[]],[\"name/744\",[291,67.085]],[\"comment/744\",[]],[\"name/745\",[66,56.099]],[\"comment/745\",[]],[\"name/746\",[67,61.977]],[\"comment/746\",[]],[\"name/747\",[292,61.977]],[\"comment/747\",[]],[\"name/748\",[293,61.977]],[\"comment/748\",[]],[\"name/749\",[294,61.977]],[\"comment/749\",[]],[\"name/750\",[295,61.977]],[\"comment/750\",[]],[\"name/751\",[296,61.977]],[\"comment/751\",[]],[\"name/752\",[297,61.977]],[\"comment/752\",[]],[\"name/753\",[298,61.977]],[\"comment/753\",[]],[\"name/754\",[299,61.977]],[\"comment/754\",[]],[\"name/755\",[300,61.977]],[\"comment/755\",[]],[\"name/756\",[301,61.977]],[\"comment/756\",[]],[\"name/757\",[302,56.099]],[\"comment/757\",[]],[\"name/758\",[303,61.977]],[\"comment/758\",[]],[\"name/759\",[304,56.099]],[\"comment/759\",[]],[\"name/760\",[305,61.977]],[\"comment/760\",[]],[\"name/761\",[276,56.099]],[\"comment/761\",[]],[\"name/762\",[306,61.977]],[\"comment/762\",[]],[\"name/763\",[307,61.977]],[\"comment/763\",[]],[\"name/764\",[308,61.977]],[\"comment/764\",[]],[\"name/765\",[309,61.977]],[\"comment/765\",[]],[\"name/766\",[310,61.977]],[\"comment/766\",[]],[\"name/767\",[311,61.977]],[\"comment/767\",[]],[\"name/768\",[42,56.099]],[\"comment/768\",[]],[\"name/769\",[312,67.085]],[\"comment/769\",[]],[\"name/770\",[46,56.099]],[\"comment/770\",[]],[\"name/771\",[313,67.085]],[\"comment/771\",[]],[\"name/772\",[242,58.612]],[\"comment/772\",[]],[\"name/773\",[264,58.612]],[\"comment/773\",[]],[\"name/774\",[314,67.085]],[\"comment/774\",[]],[\"name/775\",[263,58.612]],[\"comment/775\",[]],[\"name/776\",[315,67.085]],[\"comment/776\",[]],[\"name/777\",[316,67.085]],[\"comment/777\",[]],[\"name/778\",[317,67.085]],[\"comment/778\",[]],[\"name/779\",[266,61.977]],[\"comment/779\",[]],[\"name/780\",[318,67.085]],[\"comment/780\",[]],[\"name/781\",[270,50.991]],[\"comment/781\",[]],[\"name/782\",[271,58.612]],[\"comment/782\",[]],[\"name/783\",[319,67.085]],[\"comment/783\",[]],[\"name/784\",[320,67.085]],[\"comment/784\",[]],[\"name/785\",[321,67.085]],[\"comment/785\",[]],[\"name/786\",[322,61.977]],[\"comment/786\",[]],[\"name/787\",[323,61.977]],[\"comment/787\",[]],[\"name/788\",[324,58.612]],[\"comment/788\",[]],[\"name/789\",[52,54.092]],[\"comment/789\",[]],[\"name/790\",[325,67.085]],[\"comment/790\",[]],[\"name/791\",[326,61.977]],[\"comment/791\",[]],[\"name/792\",[327,61.977]],[\"comment/792\",[]],[\"name/793\",[237,43.731]],[\"comment/793\",[]],[\"name/794\",[238,42.518]],[\"comment/794\",[]],[\"name/795\",[239,43.731]],[\"comment/795\",[]],[\"name/796\",[234,42.518]],[\"comment/796\",[]],[\"name/797\",[328,67.085]],[\"comment/797\",[]],[\"name/798\",[235,43.731]],[\"comment/798\",[]],[\"name/799\",[236,43.731]],[\"comment/799\",[]],[\"name/800\",[329,67.085]],[\"comment/800\",[]],[\"name/801\",[240,42.518]],[\"comment/801\",[]],[\"name/802\",[241,42.518]],[\"comment/802\",[]],[\"name/803\",[330,58.612]],[\"comment/803\",[]],[\"name/804\",[324,58.612]],[\"comment/804\",[]],[\"name/805\",[52,54.092]],[\"comment/805\",[]],[\"name/806\",[331,67.085]],[\"comment/806\",[]],[\"name/807\",[332,61.977]],[\"comment/807\",[]],[\"name/808\",[243,56.099]],[\"comment/808\",[]],[\"name/809\",[245,56.099]],[\"comment/809\",[]],[\"name/810\",[246,56.099]],[\"comment/810\",[]],[\"name/811\",[248,56.099]],[\"comment/811\",[]],[\"name/812\",[253,56.099]],[\"comment/812\",[]],[\"name/813\",[247,56.099]],[\"comment/813\",[]],[\"name/814\",[249,56.099]],[\"comment/814\",[]],[\"name/815\",[244,56.099]],[\"comment/815\",[]],[\"name/816\",[252,56.099]],[\"comment/816\",[]],[\"name/817\",[255,56.099]],[\"comment/817\",[]],[\"name/818\",[250,56.099]],[\"comment/818\",[]],[\"name/819\",[333,67.085]],[\"comment/819\",[]],[\"name/820\",[334,67.085]],[\"comment/820\",[]],[\"name/821\",[335,67.085]],[\"comment/821\",[]],[\"name/822\",[336,67.085]],[\"comment/822\",[]],[\"name/823\",[5,29.629]],[\"comment/823\",[]],[\"name/824\",[95,61.977]],[\"comment/824\",[]],[\"name/825\",[233,56.099]],[\"comment/825\",[]],[\"name/826\",[330,58.612]],[\"comment/826\",[]],[\"name/827\",[52,54.092]],[\"comment/827\",[]],[\"name/828\",[97,61.977]],[\"comment/828\",[]],[\"name/829\",[100,61.977]],[\"comment/829\",[]],[\"name/830\",[101,61.977]],[\"comment/830\",[]],[\"name/831\",[324,58.612]],[\"comment/831\",[]],[\"name/832\",[322,61.977]],[\"comment/832\",[]],[\"name/833\",[323,61.977]],[\"comment/833\",[]],[\"name/834\",[12,52.422]],[\"comment/834\",[]],[\"name/835\",[39,56.099]],[\"comment/835\",[]],[\"name/836\",[289,61.977]],[\"comment/836\",[]],[\"name/837\",[326,61.977]],[\"comment/837\",[]],[\"name/838\",[327,61.977]],[\"comment/838\",[]],[\"name/839\",[294,61.977]],[\"comment/839\",[]],[\"name/840\",[296,61.977]],[\"comment/840\",[]],[\"name/841\",[304,56.099]],[\"comment/841\",[]],[\"name/842\",[302,56.099]],[\"comment/842\",[]],[\"name/843\",[276,56.099]],[\"comment/843\",[]],[\"name/844\",[307,61.977]],[\"comment/844\",[]],[\"name/845\",[300,61.977]],[\"comment/845\",[]],[\"name/846\",[42,56.099]],[\"comment/846\",[]],[\"name/847\",[46,56.099]],[\"comment/847\",[]],[\"name/848\",[290,61.977]],[\"comment/848\",[]],[\"name/849\",[66,56.099]],[\"comment/849\",[]],[\"name/850\",[301,61.977]],[\"comment/850\",[]],[\"name/851\",[309,61.977]],[\"comment/851\",[]],[\"name/852\",[310,61.977]],[\"comment/852\",[]],[\"name/853\",[311,61.977]],[\"comment/853\",[]],[\"name/854\",[292,61.977]],[\"comment/854\",[]],[\"name/855\",[293,61.977]],[\"comment/855\",[]],[\"name/856\",[295,61.977]],[\"comment/856\",[]],[\"name/857\",[297,61.977]],[\"comment/857\",[]],[\"name/858\",[298,61.977]],[\"comment/858\",[]],[\"name/859\",[299,61.977]],[\"comment/859\",[]],[\"name/860\",[303,61.977]],[\"comment/860\",[]],[\"name/861\",[305,61.977]],[\"comment/861\",[]],[\"name/862\",[308,61.977]],[\"comment/862\",[]],[\"name/863\",[306,61.977]],[\"comment/863\",[]],[\"name/864\",[23,56.099]],[\"comment/864\",[]],[\"name/865\",[5,29.629]],[\"comment/865\",[]],[\"name/866\",[112,42.518]],[\"comment/866\",[]],[\"name/867\",[113,56.099]],[\"comment/867\",[]],[\"name/868\",[114,41.962]],[\"comment/868\",[]],[\"name/869\",[337,67.085]],[\"comment/869\",[]],[\"name/870\",[338,67.085]],[\"comment/870\",[]],[\"name/871\",[26,45.882]],[\"comment/871\",[]],[\"name/872\",[339,61.977]],[\"comment/872\",[]],[\"name/873\",[116,56.099]],[\"comment/873\",[]],[\"name/874\",[190,58.612]],[\"comment/874\",[]],[\"name/875\",[119,56.099]],[\"comment/875\",[]],[\"name/876\",[117,56.099]],[\"comment/876\",[]],[\"name/877\",[118,56.099]],[\"comment/877\",[]],[\"name/878\",[120,56.099]],[\"comment/878\",[]],[\"name/879\",[122,56.099]],[\"comment/879\",[]],[\"name/880\",[340,54.092]],[\"comment/880\",[]],[\"name/881\",[341,67.085]],[\"comment/881\",[]],[\"name/882\",[342,67.085]],[\"comment/882\",[]],[\"name/883\",[343,67.085]],[\"comment/883\",[]],[\"name/884\",[344,61.977]],[\"comment/884\",[]],[\"name/885\",[5,29.629]],[\"comment/885\",[]],[\"name/886\",[345,67.085]],[\"comment/886\",[]],[\"name/887\",[346,67.085]],[\"comment/887\",[]],[\"name/888\",[347,67.085]],[\"comment/888\",[]],[\"name/889\",[348,61.977]],[\"comment/889\",[]],[\"name/890\",[9,38.753]],[\"comment/890\",[]],[\"name/891\",[5,29.629]],[\"comment/891\",[]],[\"name/892\",[349,58.612]],[\"comment/892\",[]],[\"name/893\",[214,56.099]],[\"comment/893\",[]],[\"name/894\",[340,54.092]],[\"comment/894\",[]],[\"name/895\",[350,58.612]],[\"comment/895\",[]],[\"name/896\",[351,61.977]],[\"comment/896\",[]],[\"name/897\",[9,38.753]],[\"comment/897\",[]],[\"name/898\",[5,29.629]],[\"comment/898\",[]],[\"name/899\",[65,49.739]],[\"comment/899\",[]],[\"name/900\",[349,58.612]],[\"comment/900\",[]],[\"name/901\",[214,56.099]],[\"comment/901\",[]],[\"name/902\",[340,54.092]],[\"comment/902\",[]],[\"name/903\",[350,58.612]],[\"comment/903\",[]],[\"name/904\",[352,61.977]],[\"comment/904\",[]],[\"name/905\",[9,38.753]],[\"comment/905\",[]],[\"name/906\",[5,29.629]],[\"comment/906\",[]],[\"name/907\",[65,49.739]],[\"comment/907\",[]],[\"name/908\",[349,58.612]],[\"comment/908\",[]],[\"name/909\",[353,61.977]],[\"comment/909\",[]],[\"name/910\",[9,38.753]],[\"comment/910\",[]],[\"name/911\",[5,29.629]],[\"comment/911\",[]],[\"name/912\",[354,61.977]],[\"comment/912\",[]],[\"name/913\",[355,61.977]],[\"comment/913\",[]],[\"name/914\",[356,61.977]],[\"comment/914\",[]],[\"name/915\",[9,38.753]],[\"comment/915\",[]],[\"name/916\",[5,29.629]],[\"comment/916\",[]],[\"name/917\",[65,49.739]],[\"comment/917\",[]],[\"name/918\",[354,61.977]],[\"comment/918\",[]],[\"name/919\",[355,61.977]],[\"comment/919\",[]],[\"name/920\",[340,54.092]],[\"comment/920\",[]],[\"name/921\",[350,58.612]],[\"comment/921\",[]],[\"name/922\",[357,61.977]],[\"comment/922\",[]],[\"name/923\",[9,38.753]],[\"comment/923\",[]],[\"name/924\",[5,29.629]],[\"comment/924\",[]],[\"name/925\",[358,61.977]],[\"comment/925\",[]],[\"name/926\",[359,58.612]],[\"comment/926\",[]],[\"name/927\",[360,58.612]],[\"comment/927\",[]],[\"name/928\",[361,56.099]],[\"comment/928\",[]],[\"name/929\",[362,56.099]],[\"comment/929\",[]],[\"name/930\",[363,61.977]],[\"comment/930\",[]],[\"name/931\",[9,38.753]],[\"comment/931\",[]],[\"name/932\",[5,29.629]],[\"comment/932\",[]],[\"name/933\",[65,49.739]],[\"comment/933\",[]],[\"name/934\",[358,61.977]],[\"comment/934\",[]],[\"name/935\",[359,58.612]],[\"comment/935\",[]],[\"name/936\",[360,58.612]],[\"comment/936\",[]],[\"name/937\",[361,56.099]],[\"comment/937\",[]],[\"name/938\",[362,56.099]],[\"comment/938\",[]],[\"name/939\",[364,61.977]],[\"comment/939\",[]],[\"name/940\",[365,61.977]],[\"comment/940\",[]],[\"name/941\",[9,38.753]],[\"comment/941\",[]],[\"name/942\",[5,29.629]],[\"comment/942\",[]],[\"name/943\",[366,67.085]],[\"comment/943\",[]],[\"name/944\",[367,67.085]],[\"comment/944\",[]],[\"name/945\",[368,67.085]],[\"comment/945\",[]],[\"name/946\",[361,56.099]],[\"comment/946\",[]],[\"name/947\",[362,56.099]],[\"comment/947\",[]],[\"name/948\",[369,61.977]],[\"comment/948\",[]],[\"name/949\",[9,38.753]],[\"comment/949\",[]],[\"name/950\",[370,67.085]],[\"comment/950\",[]],[\"name/951\",[5,29.629]],[\"comment/951\",[]],[\"name/952\",[371,67.085]],[\"comment/952\",[]],[\"name/953\",[123,58.612]],[\"comment/953\",[]],[\"name/954\",[372,67.085]],[\"comment/954\",[]],[\"name/955\",[206,58.612]],[\"comment/955\",[]],[\"name/956\",[207,58.612]],[\"comment/956\",[]],[\"name/957\",[373,61.977]],[\"comment/957\",[]],[\"name/958\",[374,61.977]],[\"comment/958\",[]],[\"name/959\",[375,67.085]],[\"comment/959\",[]],[\"name/960\",[376,67.085]],[\"comment/960\",[]],[\"name/961\",[203,58.612]],[\"comment/961\",[]],[\"name/962\",[377,58.612]],[\"comment/962\",[]],[\"name/963\",[378,58.612]],[\"comment/963\",[]],[\"name/964\",[379,58.612]],[\"comment/964\",[]],[\"name/965\",[380,58.612]],[\"comment/965\",[]],[\"name/966\",[381,67.085]],[\"comment/966\",[]],[\"name/967\",[114,41.962]],[\"comment/967\",[]],[\"name/968\",[382,67.085]],[\"comment/968\",[]],[\"name/969\",[383,67.085]],[\"comment/969\",[]],[\"name/970\",[384,61.977]],[\"comment/970\",[]],[\"name/971\",[385,67.085]],[\"comment/971\",[]],[\"name/972\",[386,67.085]],[\"comment/972\",[]],[\"name/973\",[387,67.085]],[\"comment/973\",[]],[\"name/974\",[126,61.977]],[\"comment/974\",[]],[\"name/975\",[129,61.977]],[\"comment/975\",[]],[\"name/976\",[130,61.977]],[\"comment/976\",[]],[\"name/977\",[131,61.977]],[\"comment/977\",[]],[\"name/978\",[134,61.977]],[\"comment/978\",[]],[\"name/979\",[135,61.977]],[\"comment/979\",[]],[\"name/980\",[136,61.977]],[\"comment/980\",[]],[\"name/981\",[115,61.977]],[\"comment/981\",[]],[\"name/982\",[388,67.085]],[\"comment/982\",[]],[\"name/983\",[389,67.085]],[\"comment/983\",[]],[\"name/984\",[339,61.977]],[\"comment/984\",[]],[\"name/985\",[390,67.085]],[\"comment/985\",[]],[\"name/986\",[391,67.085]],[\"comment/986\",[]],[\"name/987\",[392,67.085]],[\"comment/987\",[]],[\"name/988\",[393,67.085]],[\"comment/988\",[]],[\"name/989\",[394,67.085]],[\"comment/989\",[]],[\"name/990\",[395,67.085]],[\"comment/990\",[]],[\"name/991\",[396,67.085]],[\"comment/991\",[]],[\"name/992\",[397,67.085]],[\"comment/992\",[]],[\"name/993\",[398,67.085]],[\"comment/993\",[]],[\"name/994\",[399,67.085]],[\"comment/994\",[]],[\"name/995\",[400,67.085]],[\"comment/995\",[]],[\"name/996\",[401,67.085]],[\"comment/996\",[]],[\"name/997\",[121,61.977]],[\"comment/997\",[]],[\"name/998\",[240,42.518]],[\"comment/998\",[]],[\"name/999\",[241,42.518]],[\"comment/999\",[]],[\"name/1000\",[402,61.977]],[\"comment/1000\",[]],[\"name/1001\",[403,61.977]],[\"comment/1001\",[]],[\"name/1002\",[238,42.518]],[\"comment/1002\",[]],[\"name/1003\",[404,61.977]],[\"comment/1003\",[]],[\"name/1004\",[405,61.977]],[\"comment/1004\",[]],[\"name/1005\",[234,42.518]],[\"comment/1005\",[]],[\"name/1006\",[406,61.977]],[\"comment/1006\",[]],[\"name/1007\",[407,61.977]],[\"comment/1007\",[]],[\"name/1008\",[209,61.977]],[\"comment/1008\",[]],[\"name/1009\",[210,61.977]],[\"comment/1009\",[]],[\"name/1010\",[211,61.977]],[\"comment/1010\",[]],[\"name/1011\",[212,61.977]],[\"comment/1011\",[]],[\"name/1012\",[378,58.612]],[\"comment/1012\",[]],[\"name/1013\",[5,29.629]],[\"comment/1013\",[]],[\"name/1014\",[112,42.518]],[\"comment/1014\",[]],[\"name/1015\",[114,41.962]],[\"comment/1015\",[]],[\"name/1016\",[384,61.977]],[\"comment/1016\",[]],[\"name/1017\",[379,58.612]],[\"comment/1017\",[]],[\"name/1018\",[5,29.629]],[\"comment/1018\",[]],[\"name/1019\",[112,42.518]],[\"comment/1019\",[]],[\"name/1020\",[114,41.962]],[\"comment/1020\",[]],[\"name/1021\",[408,67.085]],[\"comment/1021\",[]],[\"name/1022\",[409,67.085]],[\"comment/1022\",[]],[\"name/1023\",[304,56.099]],[\"comment/1023\",[]],[\"name/1024\",[410,61.977]],[\"comment/1024\",[]],[\"name/1025\",[411,67.085]],[\"comment/1025\",[]],[\"name/1026\",[412,67.085]],[\"comment/1026\",[]],[\"name/1027\",[413,61.977]],[\"comment/1027\",[]],[\"name/1028\",[5,29.629]],[\"comment/1028\",[]],[\"name/1029\",[112,42.518]],[\"comment/1029\",[]],[\"name/1030\",[114,41.962]],[\"comment/1030\",[]],[\"name/1031\",[414,67.085]],[\"comment/1031\",[]],[\"name/1032\",[415,67.085]],[\"comment/1032\",[]],[\"name/1033\",[416,67.085]],[\"comment/1033\",[]],[\"name/1034\",[417,67.085]],[\"comment/1034\",[]],[\"name/1035\",[418,67.085]],[\"comment/1035\",[]],[\"name/1036\",[419,67.085]],[\"comment/1036\",[]],[\"name/1037\",[420,61.977]],[\"comment/1037\",[]],[\"name/1038\",[5,29.629]],[\"comment/1038\",[]],[\"name/1039\",[112,42.518]],[\"comment/1039\",[]],[\"name/1040\",[114,41.962]],[\"comment/1040\",[]],[\"name/1041\",[421,67.085]],[\"comment/1041\",[]],[\"name/1042\",[422,67.085]],[\"comment/1042\",[]],[\"name/1043\",[423,67.085]],[\"comment/1043\",[]],[\"name/1044\",[302,56.099]],[\"comment/1044\",[]],[\"name/1045\",[410,61.977]],[\"comment/1045\",[]],[\"name/1046\",[424,67.085]],[\"comment/1046\",[]],[\"name/1047\",[425,67.085]],[\"comment/1047\",[]],[\"name/1048\",[426,61.977]],[\"comment/1048\",[]],[\"name/1049\",[427,67.085]],[\"comment/1049\",[]],[\"name/1050\",[428,67.085]],[\"comment/1050\",[]],[\"name/1051\",[429,61.977]],[\"comment/1051\",[]],[\"name/1052\",[430,67.085]],[\"comment/1052\",[]],[\"name/1053\",[431,67.085]],[\"comment/1053\",[]],[\"name/1054\",[432,61.977]],[\"comment/1054\",[]],[\"name/1055\",[5,29.629]],[\"comment/1055\",[]],[\"name/1056\",[270,50.991]],[\"comment/1056\",[]],[\"name/1057\",[433,61.977]],[\"comment/1057\",[]],[\"name/1058\",[380,58.612]],[\"comment/1058\",[]],[\"name/1059\",[5,29.629]],[\"comment/1059\",[]],[\"name/1060\",[112,42.518]],[\"comment/1060\",[]],[\"name/1061\",[270,50.991]],[\"comment/1061\",[]],[\"name/1062\",[433,61.977]],[\"comment/1062\",[]],[\"name/1063\",[114,41.962]],[\"comment/1063\",[]],[\"name/1064\",[434,67.085]],[\"comment/1064\",[]],[\"name/1065\",[435,61.977]],[\"comment/1065\",[]],[\"name/1066\",[436,67.085]],[\"comment/1066\",[]],[\"name/1067\",[437,67.085]],[\"comment/1067\",[]],[\"name/1068\",[438,67.085]],[\"comment/1068\",[]],[\"name/1069\",[439,67.085]],[\"comment/1069\",[]],[\"name/1070\",[440,67.085]],[\"comment/1070\",[]],[\"name/1071\",[441,67.085]],[\"comment/1071\",[]],[\"name/1072\",[442,67.085]],[\"comment/1072\",[]],[\"name/1073\",[443,67.085]],[\"comment/1073\",[]],[\"name/1074\",[377,58.612]],[\"comment/1074\",[]],[\"name/1075\",[5,29.629]],[\"comment/1075\",[]],[\"name/1076\",[112,42.518]],[\"comment/1076\",[]],[\"name/1077\",[114,41.962]],[\"comment/1077\",[]],[\"name/1078\",[444,67.085]],[\"comment/1078\",[]],[\"name/1079\",[240,42.518]],[\"comment/1079\",[]],[\"name/1080\",[241,42.518]],[\"comment/1080\",[]],[\"name/1081\",[402,61.977]],[\"comment/1081\",[]],[\"name/1082\",[403,61.977]],[\"comment/1082\",[]],[\"name/1083\",[238,42.518]],[\"comment/1083\",[]],[\"name/1084\",[404,61.977]],[\"comment/1084\",[]],[\"name/1085\",[405,61.977]],[\"comment/1085\",[]],[\"name/1086\",[234,42.518]],[\"comment/1086\",[]],[\"name/1087\",[406,61.977]],[\"comment/1087\",[]],[\"name/1088\",[407,61.977]],[\"comment/1088\",[]],[\"name/1089\",[445,61.977]],[\"comment/1089\",[]],[\"name/1090\",[5,29.629]],[\"comment/1090\",[]],[\"name/1091\",[65,49.739]],[\"comment/1091\",[]],[\"name/1092\",[446,67.085]],[\"comment/1092\",[]],[\"name/1093\",[447,67.085]],[\"comment/1093\",[]],[\"name/1094\",[448,67.085]],[\"comment/1094\",[]],[\"name/1095\",[359,58.612]],[\"comment/1095\",[]],[\"name/1096\",[360,58.612]],[\"comment/1096\",[]],[\"name/1097\",[361,56.099]],[\"comment/1097\",[]],[\"name/1098\",[362,56.099]],[\"comment/1098\",[]],[\"name/1099\",[449,61.977]],[\"comment/1099\",[]],[\"name/1100\",[5,29.629]],[\"comment/1100\",[]],[\"name/1101\",[112,42.518]],[\"comment/1101\",[]],[\"name/1102\",[450,67.085]],[\"comment/1102\",[]],[\"name/1103\",[451,67.085]],[\"comment/1103\",[]],[\"name/1104\",[373,61.977]],[\"comment/1104\",[]],[\"name/1105\",[374,61.977]],[\"comment/1105\",[]],[\"name/1106\",[452,67.085]],[\"comment/1106\",[]],[\"name/1107\",[453,67.085]],[\"comment/1107\",[]],[\"name/1108\",[454,67.085]],[\"comment/1108\",[]],[\"name/1109\",[114,41.962]],[\"comment/1109\",[]],[\"name/1110\",[455,67.085]],[\"comment/1110\",[]],[\"name/1111\",[456,67.085]],[\"comment/1111\",[]],[\"name/1112\",[457,67.085]],[\"comment/1112\",[]],[\"name/1113\",[458,67.085]],[\"comment/1113\",[]],[\"name/1114\",[459,67.085]],[\"comment/1114\",[]],[\"name/1115\",[460,67.085]],[\"comment/1115\",[]],[\"name/1116\",[461,67.085]],[\"comment/1116\",[]],[\"name/1117\",[462,67.085]],[\"comment/1117\",[]],[\"name/1118\",[463,67.085]],[\"comment/1118\",[]],[\"name/1119\",[464,67.085]],[\"comment/1119\",[]],[\"name/1120\",[465,67.085]],[\"comment/1120\",[]],[\"name/1121\",[466,67.085]],[\"comment/1121\",[]],[\"name/1122\",[467,67.085]],[\"comment/1122\",[]],[\"name/1123\",[468,67.085]],[\"comment/1123\",[]],[\"name/1124\",[469,67.085]],[\"comment/1124\",[]],[\"name/1125\",[470,67.085]],[\"comment/1125\",[]],[\"name/1126\",[471,67.085]],[\"comment/1126\",[]],[\"name/1127\",[472,67.085]],[\"comment/1127\",[]],[\"name/1128\",[473,67.085]],[\"comment/1128\",[]],[\"name/1129\",[474,67.085]],[\"comment/1129\",[]],[\"name/1130\",[475,67.085]],[\"comment/1130\",[]],[\"name/1131\",[476,67.085]],[\"comment/1131\",[]],[\"name/1132\",[477,67.085]],[\"comment/1132\",[]],[\"name/1133\",[478,67.085]],[\"comment/1133\",[]],[\"name/1134\",[479,67.085]],[\"comment/1134\",[]],[\"name/1135\",[480,67.085]],[\"comment/1135\",[]],[\"name/1136\",[481,67.085]],[\"comment/1136\",[]],[\"name/1137\",[482,67.085]],[\"comment/1137\",[]],[\"name/1138\",[483,67.085]],[\"comment/1138\",[]],[\"name/1139\",[484,67.085]],[\"comment/1139\",[]],[\"name/1140\",[485,67.085]],[\"comment/1140\",[]],[\"name/1141\",[283,61.977]],[\"comment/1141\",[]],[\"name/1142\",[0,61.977]],[\"comment/1142\",[]],[\"name/1143\",[1,61.977]],[\"comment/1143\",[]],[\"name/1144\",[4,61.977]],[\"comment/1144\",[]],[\"name/1145\",[6,61.977]],[\"comment/1145\",[]],[\"name/1146\",[12,52.422]],[\"comment/1146\",[]],[\"name/1147\",[13,61.977]],[\"comment/1147\",[]],[\"name/1148\",[15,61.977]],[\"comment/1148\",[]],[\"name/1149\",[16,61.977]],[\"comment/1149\",[]],[\"name/1150\",[21,61.977]],[\"comment/1150\",[]],[\"name/1151\",[90,61.977]],[\"comment/1151\",[]],[\"name/1152\",[111,61.977]],[\"comment/1152\",[]],[\"name/1153\",[123,58.612]],[\"comment/1153\",[]],[\"name/1154\",[137,61.977]],[\"comment/1154\",[]],[\"name/1155\",[138,58.612]],[\"comment/1155\",[]],[\"name/1156\",[143,61.977]],[\"comment/1156\",[]],[\"name/1157\",[146,61.977]],[\"comment/1157\",[]],[\"name/1158\",[151,61.977]],[\"comment/1158\",[]],[\"name/1159\",[163,61.977]],[\"comment/1159\",[]],[\"name/1160\",[173,61.977]],[\"comment/1160\",[]],[\"name/1161\",[174,61.977]],[\"comment/1161\",[]],[\"name/1162\",[175,61.977]],[\"comment/1162\",[]],[\"name/1163\",[176,61.977]],[\"comment/1163\",[]],[\"name/1164\",[177,61.977]],[\"comment/1164\",[]],[\"name/1165\",[178,61.977]],[\"comment/1165\",[]],[\"name/1166\",[187,61.977]],[\"comment/1166\",[]],[\"name/1167\",[191,61.977]],[\"comment/1167\",[]],[\"name/1168\",[192,61.977]],[\"comment/1168\",[]],[\"name/1169\",[193,61.977]],[\"comment/1169\",[]],[\"name/1170\",[194,61.977]],[\"comment/1170\",[]],[\"name/1171\",[195,61.977]],[\"comment/1171\",[]],[\"name/1172\",[196,61.977]],[\"comment/1172\",[]],[\"name/1173\",[197,61.977]],[\"comment/1173\",[]],[\"name/1174\",[198,61.977]],[\"comment/1174\",[]],[\"name/1175\",[203,58.612]],[\"comment/1175\",[]],[\"name/1176\",[204,61.977]],[\"comment/1176\",[]],[\"name/1177\",[206,58.612]],[\"comment/1177\",[]],[\"name/1178\",[207,58.612]],[\"comment/1178\",[]],[\"name/1179\",[213,61.977]],[\"comment/1179\",[]],[\"name/1180\",[233,56.099]],[\"comment/1180\",[]],[\"name/1181\",[242,58.612]],[\"comment/1181\",[]],[\"name/1182\",[256,61.977]],[\"comment/1182\",[]],[\"name/1183\",[243,56.099]],[\"comment/1183\",[]],[\"name/1184\",[255,56.099]],[\"comment/1184\",[]],[\"name/1185\",[244,56.099]],[\"comment/1185\",[]],[\"name/1186\",[252,56.099]],[\"comment/1186\",[]],[\"name/1187\",[245,56.099]],[\"comment/1187\",[]],[\"name/1188\",[246,56.099]],[\"comment/1188\",[]],[\"name/1189\",[248,56.099]],[\"comment/1189\",[]],[\"name/1190\",[253,56.099]],[\"comment/1190\",[]],[\"name/1191\",[247,56.099]],[\"comment/1191\",[]],[\"name/1192\",[249,56.099]],[\"comment/1192\",[]],[\"name/1193\",[251,58.612]],[\"comment/1193\",[]],[\"name/1194\",[254,58.612]],[\"comment/1194\",[]],[\"name/1195\",[250,56.099]],[\"comment/1195\",[]],[\"name/1196\",[276,56.099]],[\"comment/1196\",[]],[\"name/1197\",[285,61.977]],[\"comment/1197\",[]],[\"name/1198\",[65,49.739]],[\"comment/1198\",[]],[\"name/1199\",[330,58.612]],[\"comment/1199\",[]],[\"name/1200\",[332,61.977]],[\"comment/1200\",[]],[\"name/1201\",[23,56.099]],[\"comment/1201\",[]],[\"name/1202\",[340,54.092]],[\"comment/1202\",[]],[\"name/1203\",[344,61.977]],[\"comment/1203\",[]],[\"name/1204\",[348,61.977]],[\"comment/1204\",[]],[\"name/1205\",[351,61.977]],[\"comment/1205\",[]],[\"name/1206\",[352,61.977]],[\"comment/1206\",[]],[\"name/1207\",[353,61.977]],[\"comment/1207\",[]],[\"name/1208\",[356,61.977]],[\"comment/1208\",[]],[\"name/1209\",[357,61.977]],[\"comment/1209\",[]],[\"name/1210\",[363,61.977]],[\"comment/1210\",[]],[\"name/1211\",[364,61.977]],[\"comment/1211\",[]],[\"name/1212\",[365,61.977]],[\"comment/1212\",[]],[\"name/1213\",[369,61.977]],[\"comment/1213\",[]],[\"name/1214\",[378,58.612]],[\"comment/1214\",[]],[\"name/1215\",[379,58.612]],[\"comment/1215\",[]],[\"name/1216\",[304,56.099]],[\"comment/1216\",[]],[\"name/1217\",[413,61.977]],[\"comment/1217\",[]],[\"name/1218\",[420,61.977]],[\"comment/1218\",[]],[\"name/1219\",[302,56.099]],[\"comment/1219\",[]],[\"name/1220\",[426,61.977]],[\"comment/1220\",[]],[\"name/1221\",[429,61.977]],[\"comment/1221\",[]],[\"name/1222\",[432,61.977]],[\"comment/1222\",[]],[\"name/1223\",[380,58.612]],[\"comment/1223\",[]],[\"name/1224\",[435,61.977]],[\"comment/1224\",[]],[\"name/1225\",[377,58.612]],[\"comment/1225\",[]],[\"name/1226\",[445,61.977]],[\"comment/1226\",[]],[\"name/1227\",[449,61.977]],[\"comment/1227\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":338,\"name\":{\"870\":{}},\"comment\":{}}],[\"_applyimpulsestodynamicbodies\",{\"_index\":453,\"name\":{\"1107\":{}},\"comment\":{}}],[\"_charactermass\",{\"_index\":454,\"name\":{\"1108\":{}},\"comment\":{}}],[\"_parent\",{\"_index\":287,\"name\":{\"735\":{}},\"comment\":{}}],[\"_shape\",{\"_index\":286,\"name\":{\"734\":{}},\"comment\":{}}],[\"a\",{\"_index\":267,\"name\":{\"599\":{},\"614\":{},\"630\":{}},\"comment\":{}}],[\"accelerationbased\",{\"_index\":144,\"name\":{\"191\":{}},\"comment\":{}}],[\"activecollisiontypes\",{\"_index\":276,\"name\":{\"720\":{},\"761\":{},\"843\":{},\"1196\":{}},\"comment\":{}}],[\"activeevents\",{\"_index\":304,\"name\":{\"759\":{},\"841\":{},\"1023\":{},\"1216\":{}},\"comment\":{}}],[\"activehooks\",{\"_index\":302,\"name\":{\"757\":{},\"842\":{},\"1044\":{},\"1219\":{}},\"comment\":{}}],[\"addforce\",{\"_index\":84,\"name\":{\"92\":{}},\"comment\":{}}],[\"addforceatpoint\",{\"_index\":88,\"name\":{\"96\":{}},\"comment\":{}}],[\"additionalsolveriterations\",{\"_index\":34,\"name\":{\"41\":{},\"129\":{}},\"comment\":{}}],[\"addtorque\",{\"_index\":86,\"name\":{\"94\":{}},\"comment\":{}}],[\"all\",{\"_index\":284,\"name\":{\"728\":{}},\"comment\":{}}],[\"anchor1\",{\"_index\":157,\"name\":{\"211\":{},\"237\":{},\"254\":{},\"271\":{},\"288\":{},\"314\":{},\"340\":{},\"353\":{}},\"comment\":{}}],[\"anchor2\",{\"_index\":158,\"name\":{\"212\":{},\"238\":{},\"255\":{},\"272\":{},\"289\":{},\"315\":{},\"341\":{},\"354\":{}},\"comment\":{}}],[\"angulardamping\",{\"_index\":76,\"name\":{\"84\":{},\"122\":{}},\"comment\":{}}],[\"angvel\",{\"_index\":51,\"name\":{\"59\":{},\"118\":{}},\"comment\":{}}],[\"angx\",{\"_index\":148,\"name\":{\"197\":{}},\"comment\":{}}],[\"angy\",{\"_index\":149,\"name\":{\"198\":{}},\"comment\":{}}],[\"angz\",{\"_index\":150,\"name\":{\"199\":{}},\"comment\":{}}],[\"applyimpulse\",{\"_index\":85,\"name\":{\"93\":{}},\"comment\":{}}],[\"applyimpulseatpoint\",{\"_index\":89,\"name\":{\"97\":{}},\"comment\":{}}],[\"applyimpulsestodynamicbodies\",{\"_index\":457,\"name\":{\"1112\":{}},\"comment\":{}}],[\"applytorqueimpulse\",{\"_index\":87,\"name\":{\"95\":{}},\"comment\":{}}],[\"autostepenabled\",{\"_index\":470,\"name\":{\"1125\":{}},\"comment\":{}}],[\"autostepincludesdynamicbodies\",{\"_index\":469,\"name\":{\"1124\":{}},\"comment\":{}}],[\"autostepmaxheight\",{\"_index\":467,\"name\":{\"1122\":{}},\"comment\":{}}],[\"autostepminwidth\",{\"_index\":468,\"name\":{\"1123\":{}},\"comment\":{}}],[\"average\",{\"_index\":199,\"name\":{\"440\":{}},\"comment\":{}}],[\"axesmask\",{\"_index\":183,\"name\":{\"361\":{}},\"comment\":{}}],[\"axis\",{\"_index\":179,\"name\":{\"355\":{}},\"comment\":{}}],[\"b\",{\"_index\":268,\"name\":{\"600\":{},\"615\":{},\"631\":{}},\"comment\":{}}],[\"ball\",{\"_index\":243,\"name\":{\"503\":{},\"523\":{},\"808\":{},\"1183\":{}},\"comment\":{}}],[\"bodies\",{\"_index\":373,\"name\":{\"957\":{},\"1104\":{}},\"comment\":{}}],[\"body1\",{\"_index\":154,\"name\":{\"208\":{},\"234\":{},\"251\":{},\"268\":{},\"285\":{},\"311\":{},\"337\":{}},\"comment\":{}}],[\"body2\",{\"_index\":155,\"name\":{\"209\":{},\"235\":{},\"252\":{},\"269\":{},\"286\":{},\"312\":{},\"338\":{}},\"comment\":{}}],[\"bodyset\",{\"_index\":153,\"name\":{\"204\":{},\"230\":{},\"247\":{},\"264\":{},\"281\":{},\"307\":{},\"333\":{}},\"comment\":{}}],[\"bodytype\",{\"_index\":68,\"name\":{\"76\":{}},\"comment\":{}}],[\"borderradius\",{\"_index\":265,\"name\":{\"570\":{},\"633\":{},\"695\":{}},\"comment\":{}}],[\"broadphase\",{\"_index\":206,\"name\":{\"453\":{},\"955\":{},\"1177\":{}},\"comment\":{}}],[\"c\",{\"_index\":269,\"name\":{\"616\":{},\"632\":{}},\"comment\":{}}],[\"cansleep\",{\"_index\":103,\"name\":{\"124\":{}},\"comment\":{}}],[\"capsule\",{\"_index\":245,\"name\":{\"505\":{},\"580\":{},\"809\":{},\"1187\":{}},\"comment\":{}}],[\"castclosure\",{\"_index\":337,\"name\":{\"869\":{}},\"comment\":{}}],[\"castcollider\",{\"_index\":328,\"name\":{\"797\":{}},\"comment\":{}}],[\"castray\",{\"_index\":240,\"name\":{\"500\":{},\"535\":{},\"549\":{},\"563\":{},\"578\":{},\"593\":{},\"608\":{},\"624\":{},\"641\":{},\"656\":{},\"672\":{},\"687\":{},\"703\":{},\"718\":{},\"801\":{},\"998\":{},\"1079\":{}},\"comment\":{}}],[\"castrayandgetnormal\",{\"_index\":241,\"name\":{\"501\":{},\"536\":{},\"550\":{},\"564\":{},\"579\":{},\"594\":{},\"609\":{},\"625\":{},\"642\":{},\"657\":{},\"673\":{},\"688\":{},\"704\":{},\"719\":{},\"802\":{},\"999\":{},\"1080\":{}},\"comment\":{}}],[\"castshape\",{\"_index\":234,\"name\":{\"494\":{},\"529\":{},\"543\":{},\"557\":{},\"572\":{},\"587\":{},\"602\":{},\"618\":{},\"635\":{},\"650\":{},\"666\":{},\"681\":{},\"697\":{},\"712\":{},\"796\":{},\"1005\":{},\"1086\":{}},\"comment\":{}}],[\"ccdenabled\",{\"_index\":105,\"name\":{\"126\":{}},\"comment\":{}}],[\"ccdsolver\",{\"_index\":203,\"name\":{\"444\":{},\"961\":{},\"1175\":{}},\"comment\":{}}],[\"centerofmass\",{\"_index\":97,\"name\":{\"114\":{},\"828\":{}},\"comment\":{}}],[\"charactercollision\",{\"_index\":445,\"name\":{\"1089\":{},\"1226\":{}},\"comment\":{}}],[\"charactercontrollers\",{\"_index\":381,\"name\":{\"966\":{}},\"comment\":{}}],[\"charactermass\",{\"_index\":459,\"name\":{\"1114\":{}},\"comment\":{}}],[\"clear\",{\"_index\":423,\"name\":{\"1043\":{}},\"comment\":{}}],[\"coefficientcombinerule\",{\"_index\":198,\"name\":{\"439\":{},\"1174\":{}},\"comment\":{}}],[\"collider\",{\"_index\":65,\"name\":{\"73\":{},\"730\":{},\"899\":{},\"907\":{},\"917\":{},\"933\":{},\"1091\":{},\"1198\":{}},\"comment\":{}}],[\"collider1\",{\"_index\":414,\"name\":{\"1031\":{}},\"comment\":{}}],[\"collider2\",{\"_index\":415,\"name\":{\"1032\":{}},\"comment\":{}}],[\"colliderdesc\",{\"_index\":332,\"name\":{\"807\":{},\"1200\":{}},\"comment\":{}}],[\"colliderhandle\",{\"_index\":285,\"name\":{\"729\":{},\"1197\":{}},\"comment\":{}}],[\"colliders\",{\"_index\":374,\"name\":{\"958\":{},\"1105\":{}},\"comment\":{}}],[\"colliderset\",{\"_index\":23,\"name\":{\"30\":{},\"732\":{},\"864\":{},\"1201\":{}},\"comment\":{}}],[\"collidershapecasthit\",{\"_index\":363,\"name\":{\"930\":{},\"1210\":{}},\"comment\":{}}],[\"colliderswithaabbintersectingaabb\",{\"_index\":407,\"name\":{\"1007\":{},\"1088\":{}},\"comment\":{}}],[\"collision_events\",{\"_index\":411,\"name\":{\"1025\":{}},\"comment\":{}}],[\"collisiongroups\",{\"_index\":326,\"name\":{\"791\":{},\"837\":{}},\"comment\":{}}],[\"colors\",{\"_index\":433,\"name\":{\"1057\":{},\"1062\":{}},\"comment\":{}}],[\"compute_impulse\",{\"_index\":428,\"name\":{\"1050\":{}},\"comment\":{}}],[\"computecollidermovement\",{\"_index\":481,\"name\":{\"1136\":{}},\"comment\":{}}],[\"computedcollision\",{\"_index\":485,\"name\":{\"1140\":{}},\"comment\":{}}],[\"computedgrounded\",{\"_index\":483,\"name\":{\"1138\":{}},\"comment\":{}}],[\"computedmovement\",{\"_index\":482,\"name\":{\"1137\":{}},\"comment\":{}}],[\"configuremotor\",{\"_index\":172,\"name\":{\"228\":{},\"305\":{},\"331\":{}},\"comment\":{}}],[\"configuremotormodel\",{\"_index\":169,\"name\":{\"225\":{},\"302\":{},\"328\":{}},\"comment\":{}}],[\"configuremotorposition\",{\"_index\":171,\"name\":{\"227\":{},\"304\":{},\"330\":{}},\"comment\":{}}],[\"configuremotorvelocity\",{\"_index\":170,\"name\":{\"226\":{},\"303\":{},\"329\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":5,\"name\":{\"5\":{},\"14\":{},\"20\":{},\"28\":{},\"107\":{},\"153\":{},\"167\":{},\"202\":{},\"219\":{},\"245\":{},\"262\":{},\"279\":{},\"296\":{},\"322\":{},\"352\":{},\"367\":{},\"384\":{},\"392\":{},\"401\":{},\"409\":{},\"418\":{},\"426\":{},\"445\":{},\"449\":{},\"454\":{},\"458\":{},\"467\":{},\"491\":{},\"525\":{},\"539\":{},\"553\":{},\"567\":{},\"582\":{},\"597\":{},\"612\":{},\"628\":{},\"645\":{},\"660\":{},\"676\":{},\"691\":{},\"707\":{},\"731\":{},\"823\":{},\"865\":{},\"885\":{},\"891\":{},\"898\":{},\"906\":{},\"911\":{},\"916\":{},\"924\":{},\"932\":{},\"942\":{},\"951\":{},\"1013\":{},\"1018\":{},\"1028\":{},\"1038\":{},\"1055\":{},\"1059\":{},\"1075\":{},\"1090\":{},\"1100\":{}},\"comment\":{}}],[\"contact_force_events\",{\"_index\":412,\"name\":{\"1026\":{}},\"comment\":{}}],[\"contactcollider\",{\"_index\":329,\"name\":{\"800\":{}},\"comment\":{}}],[\"contactdist\",{\"_index\":222,\"name\":{\"478\":{}},\"comment\":{}}],[\"contactfid1\",{\"_index\":223,\"name\":{\"479\":{}},\"comment\":{}}],[\"contactfid2\",{\"_index\":224,\"name\":{\"480\":{}},\"comment\":{}}],[\"contactforceeventthreshold\",{\"_index\":307,\"name\":{\"763\":{},\"844\":{}},\"comment\":{}}],[\"contactimpulse\",{\"_index\":225,\"name\":{\"481\":{}},\"comment\":{}}],[\"contactpair\",{\"_index\":211,\"name\":{\"464\":{},\"1010\":{}},\"comment\":{}}],[\"contactpairswith\",{\"_index\":209,\"name\":{\"462\":{},\"1008\":{}},\"comment\":{}}],[\"contactsenabled\",{\"_index\":162,\"name\":{\"216\":{},\"242\":{},\"259\":{},\"276\":{},\"293\":{},\"319\":{},\"345\":{},\"389\":{},\"398\":{},\"406\":{},\"415\":{},\"424\":{}},\"comment\":{}}],[\"contactshape\",{\"_index\":236,\"name\":{\"496\":{},\"531\":{},\"545\":{},\"559\":{},\"574\":{},\"589\":{},\"604\":{},\"620\":{},\"637\":{},\"652\":{},\"668\":{},\"683\":{},\"699\":{},\"714\":{},\"799\":{}},\"comment\":{}}],[\"contactskin\",{\"_index\":300,\"name\":{\"755\":{},\"845\":{}},\"comment\":{}}],[\"contacttangentimpulse\",{\"_index\":226,\"name\":{\"482\":{}},\"comment\":{}}],[\"contains\",{\"_index\":118,\"name\":{\"161\":{},\"377\":{},\"434\":{},\"877\":{}},\"comment\":{}}],[\"containspoint\",{\"_index\":237,\"name\":{\"497\":{},\"532\":{},\"546\":{},\"560\":{},\"575\":{},\"590\":{},\"605\":{},\"621\":{},\"638\":{},\"653\":{},\"669\":{},\"684\":{},\"700\":{},\"715\":{},\"793\":{}},\"comment\":{}}],[\"convexhull\",{\"_index\":333,\"name\":{\"819\":{}},\"comment\":{}}],[\"convexpolygon\",{\"_index\":251,\"name\":{\"511\":{},\"674\":{},\"1193\":{}},\"comment\":{}}],[\"convexpolyline\",{\"_index\":334,\"name\":{\"820\":{}},\"comment\":{}}],[\"copy\",{\"_index\":11,\"name\":{\"13\":{}},\"comment\":{}}],[\"createcharactercontroller\",{\"_index\":388,\"name\":{\"982\":{}},\"comment\":{}}],[\"createcollider\",{\"_index\":339,\"name\":{\"872\":{},\"984\":{}},\"comment\":{}}],[\"createimpulsejoint\",{\"_index\":390,\"name\":{\"985\":{}},\"comment\":{}}],[\"createjoint\",{\"_index\":188,\"name\":{\"372\":{},\"430\":{}},\"comment\":{}}],[\"createmultibodyjoint\",{\"_index\":391,\"name\":{\"986\":{}},\"comment\":{}}],[\"createrigidbody\",{\"_index\":115,\"name\":{\"158\":{},\"981\":{}},\"comment\":{}}],[\"cuboid\",{\"_index\":244,\"name\":{\"504\":{},\"551\":{},\"815\":{},\"1185\":{}},\"comment\":{}}],[\"damping\",{\"_index\":185,\"name\":{\"363\":{}},\"comment\":{}}],[\"debugrender\",{\"_index\":383,\"name\":{\"969\":{}},\"comment\":{}}],[\"debugrenderbuffers\",{\"_index\":432,\"name\":{\"1054\":{},\"1222\":{}},\"comment\":{}}],[\"debugrenderpipeline\",{\"_index\":380,\"name\":{\"965\":{},\"1058\":{},\"1223\":{}},\"comment\":{}}],[\"default\",{\"_index\":283,\"name\":{\"727\":{},\"1141\":{}},\"comment\":{}}],[\"delete_bad_topology_triangles\",{\"_index\":257,\"name\":{\"517\":{}},\"comment\":{}}],[\"delete_degenerate_triangles\",{\"_index\":260,\"name\":{\"520\":{}},\"comment\":{}}],[\"delete_duplicate_triangles\",{\"_index\":261,\"name\":{\"521\":{}},\"comment\":{}}],[\"density\",{\"_index\":324,\"name\":{\"788\":{},\"804\":{},\"831\":{}},\"comment\":{}}],[\"deserializeall\",{\"_index\":409,\"name\":{\"1022\":{}},\"comment\":{}}],[\"dir\",{\"_index\":346,\"name\":{\"887\":{}},\"comment\":{}}],[\"disableautostep\",{\"_index\":472,\"name\":{\"1127\":{}},\"comment\":{}}],[\"disablesnaptoground\",{\"_index\":479,\"name\":{\"1134\":{}},\"comment\":{}}],[\"distance\",{\"_index\":366,\"name\":{\"943\":{}},\"comment\":{}}],[\"dominancegroup\",{\"_index\":32,\"name\":{\"39\":{},\"128\":{}},\"comment\":{}}],[\"draincollisionevents\",{\"_index\":421,\"name\":{\"1041\":{}},\"comment\":{}}],[\"draincontactforceevents\",{\"_index\":422,\"name\":{\"1042\":{}},\"comment\":{}}],[\"dt\",{\"_index\":124,\"name\":{\"170\":{}},\"comment\":{}}],[\"dynamic\",{\"_index\":17,\"name\":{\"23\":{},\"99\":{}},\"comment\":{}}],[\"dynamic_dynamic\",{\"_index\":277,\"name\":{\"721\":{}},\"comment\":{}}],[\"dynamic_fixed\",{\"_index\":279,\"name\":{\"723\":{}},\"comment\":{}}],[\"dynamic_kinematic\",{\"_index\":278,\"name\":{\"722\":{}},\"comment\":{}}],[\"effectiveangularinertia\",{\"_index\":60,\"name\":{\"68\":{}},\"comment\":{}}],[\"effectiveinvmass\",{\"_index\":53,\"name\":{\"61\":{}},\"comment\":{}}],[\"effectiveworldinvinertiasqrt\",{\"_index\":59,\"name\":{\"67\":{}},\"comment\":{}}],[\"empty\",{\"_index\":427,\"name\":{\"1049\":{}},\"comment\":{}}],[\"enableautostep\",{\"_index\":471,\"name\":{\"1126\":{}},\"comment\":{}}],[\"enableccd\",{\"_index\":36,\"name\":{\"43\":{}},\"comment\":{}}],[\"enabled\",{\"_index\":95,\"name\":{\"108\":{},\"824\":{}},\"comment\":{}}],[\"enabledtranslations\",{\"_index\":106,\"name\":{\"141\":{}},\"comment\":{}}],[\"enablesnaptoground\",{\"_index\":478,\"name\":{\"1133\":{}},\"comment\":{}}],[\"ensureshapeiscached\",{\"_index\":288,\"name\":{\"737\":{}},\"comment\":{}}],[\"erp\",{\"_index\":125,\"name\":{\"171\":{}},\"comment\":{}}],[\"eventqueue\",{\"_index\":420,\"name\":{\"1037\":{},\"1218\":{}},\"comment\":{}}],[\"exclude_dynamic\",{\"_index\":438,\"name\":{\"1068\":{}},\"comment\":{}}],[\"exclude_fixed\",{\"_index\":436,\"name\":{\"1066\":{}},\"comment\":{}}],[\"exclude_kinematic\",{\"_index\":437,\"name\":{\"1067\":{}},\"comment\":{}}],[\"exclude_sensors\",{\"_index\":439,\"name\":{\"1069\":{}},\"comment\":{}}],[\"exclude_solids\",{\"_index\":440,\"name\":{\"1070\":{}},\"comment\":{}}],[\"face\",{\"_index\":342,\"name\":{\"882\":{}},\"comment\":{}}],[\"featureid\",{\"_index\":350,\"name\":{\"895\":{},\"903\":{},\"921\":{}},\"comment\":{}}],[\"featuretype\",{\"_index\":340,\"name\":{\"880\":{},\"894\":{},\"902\":{},\"920\":{},\"1202\":{}},\"comment\":{}}],[\"filter_contact_pairs\",{\"_index\":424,\"name\":{\"1046\":{}},\"comment\":{}}],[\"filter_intersection_pairs\",{\"_index\":425,\"name\":{\"1047\":{}},\"comment\":{}}],[\"filtercontactpair\",{\"_index\":430,\"name\":{\"1052\":{}},\"comment\":{}}],[\"filterintersectionpair\",{\"_index\":431,\"name\":{\"1053\":{}},\"comment\":{}}],[\"finalizedeserialization\",{\"_index\":26,\"name\":{\"33\":{},\"157\":{},\"206\":{},\"232\":{},\"249\":{},\"266\":{},\"283\":{},\"309\":{},\"335\":{},\"371\":{},\"736\":{},\"871\":{}},\"comment\":{}}],[\"fix_internal_edges\",{\"_index\":262,\"name\":{\"522\":{}},\"comment\":{}}],[\"fixed\",{\"_index\":18,\"name\":{\"24\":{},\"102\":{},\"186\":{},\"347\":{}},\"comment\":{}}],[\"fixed_fixed\",{\"_index\":282,\"name\":{\"726\":{}},\"comment\":{}}],[\"fixedimpulsejoint\",{\"_index\":173,\"name\":{\"243\":{},\"1160\":{}},\"comment\":{}}],[\"fixedmultibodyjoint\",{\"_index\":194,\"name\":{\"399\":{},\"1170\":{}},\"comment\":{}}],[\"flags\",{\"_index\":272,\"name\":{\"664\":{}},\"comment\":{}}],[\"forcebased\",{\"_index\":145,\"name\":{\"192\":{}},\"comment\":{}}],[\"foreach\",{\"_index\":120,\"name\":{\"163\":{},\"379\":{},\"436\":{},\"878\":{}},\"comment\":{}}],[\"foreachactiverigidbody\",{\"_index\":121,\"name\":{\"164\":{},\"997\":{}},\"comment\":{}}],[\"foreachactiverigidbodyhandle\",{\"_index\":205,\"name\":{\"452\":{}},\"comment\":{}}],[\"foreachcollider\",{\"_index\":400,\"name\":{\"995\":{}},\"comment\":{}}],[\"foreachjointhandleattachedtorigidbody\",{\"_index\":189,\"name\":{\"374\":{},\"437\":{}},\"comment\":{}}],[\"foreachrigidbody\",{\"_index\":401,\"name\":{\"996\":{}},\"comment\":{}}],[\"frame1\",{\"_index\":180,\"name\":{\"356\":{}},\"comment\":{}}],[\"frame2\",{\"_index\":181,\"name\":{\"357\":{}},\"comment\":{}}],[\"free\",{\"_index\":114,\"name\":{\"156\":{},\"169\":{},\"370\":{},\"429\":{},\"447\":{},\"451\":{},\"456\":{},\"461\":{},\"469\":{},\"868\":{},\"967\":{},\"1015\":{},\"1020\":{},\"1030\":{},\"1040\":{},\"1063\":{},\"1077\":{},\"1109\":{}},\"comment\":{}}],[\"friction\",{\"_index\":322,\"name\":{\"786\":{},\"832\":{}},\"comment\":{}}],[\"frictioncombinerule\",{\"_index\":294,\"name\":{\"749\":{},\"839\":{}},\"comment\":{}}],[\"fromraw\",{\"_index\":9,\"name\":{\"11\":{},\"18\":{},\"490\":{},\"524\":{},\"538\":{},\"552\":{},\"566\":{},\"581\":{},\"596\":{},\"611\":{},\"627\":{},\"644\":{},\"659\":{},\"675\":{},\"690\":{},\"706\":{},\"890\":{},\"897\":{},\"905\":{},\"910\":{},\"915\":{},\"923\":{},\"931\":{},\"941\":{},\"949\":{}},\"comment\":{}}],[\"get\",{\"_index\":119,\"name\":{\"162\":{},\"378\":{},\"435\":{},\"875\":{}},\"comment\":{}}],[\"getall\",{\"_index\":122,\"name\":{\"165\":{},\"380\":{},\"438\":{},\"879\":{}},\"comment\":{}}],[\"getcollider\",{\"_index\":393,\"name\":{\"988\":{}},\"comment\":{}}],[\"getimpulsejoint\",{\"_index\":394,\"name\":{\"989\":{}},\"comment\":{}}],[\"getmultibodyjoint\",{\"_index\":395,\"name\":{\"990\":{}},\"comment\":{}}],[\"getrigidbody\",{\"_index\":392,\"name\":{\"987\":{}},\"comment\":{}}],[\"gravity\",{\"_index\":371,\"name\":{\"952\":{}},\"comment\":{}}],[\"gravityscale\",{\"_index\":44,\"name\":{\"52\":{},\"111\":{}},\"comment\":{}}],[\"halfextents\",{\"_index\":264,\"name\":{\"555\":{},\"569\":{},\"773\":{}},\"comment\":{}}],[\"halfheight\",{\"_index\":266,\"name\":{\"585\":{},\"779\":{}},\"comment\":{}}],[\"halfspace\",{\"_index\":255,\"name\":{\"515\":{},\"537\":{},\"817\":{},\"1184\":{}},\"comment\":{}}],[\"handle\",{\"_index\":24,\"name\":{\"31\":{},\"205\":{},\"231\":{},\"248\":{},\"265\":{},\"282\":{},\"308\":{},\"334\":{},\"386\":{},\"395\":{},\"403\":{},\"412\":{},\"421\":{},\"733\":{}},\"comment\":{}}],[\"heightfield\",{\"_index\":250,\"name\":{\"510\":{},\"705\":{},\"818\":{},\"1195\":{}},\"comment\":{}}],[\"heightfieldheights\",{\"_index\":319,\"name\":{\"783\":{}},\"comment\":{}}],[\"heightfieldscale\",{\"_index\":320,\"name\":{\"784\":{}},\"comment\":{}}],[\"heights\",{\"_index\":274,\"name\":{\"709\":{}},\"comment\":{}}],[\"identity\",{\"_index\":14,\"name\":{\"17\":{}},\"comment\":{}}],[\"impulsejoint\",{\"_index\":151,\"name\":{\"200\":{},\"1158\":{}},\"comment\":{}}],[\"impulsejointhandle\",{\"_index\":137,\"name\":{\"183\":{},\"1154\":{}},\"comment\":{}}],[\"impulsejoints\",{\"_index\":375,\"name\":{\"959\":{}},\"comment\":{}}],[\"impulsejointset\",{\"_index\":187,\"name\":{\"366\":{},\"1166\":{}},\"comment\":{}}],[\"indices\",{\"_index\":271,\"name\":{\"648\":{},\"663\":{},\"782\":{}},\"comment\":{}}],[\"integrationparameters\",{\"_index\":123,\"name\":{\"166\":{},\"953\":{},\"1153\":{}},\"comment\":{}}],[\"interactiongroups\",{\"_index\":364,\"name\":{\"939\":{},\"1211\":{}},\"comment\":{}}],[\"intersectionpair\",{\"_index\":212,\"name\":{\"465\":{},\"1011\":{}},\"comment\":{}}],[\"intersectionpairswith\",{\"_index\":210,\"name\":{\"463\":{},\"1009\":{}},\"comment\":{}}],[\"intersectionswithpoint\",{\"_index\":405,\"name\":{\"1004\":{},\"1085\":{}},\"comment\":{}}],[\"intersectionswithray\",{\"_index\":402,\"name\":{\"1000\":{},\"1081\":{}},\"comment\":{}}],[\"intersectionswithshape\",{\"_index\":406,\"name\":{\"1006\":{},\"1087\":{}},\"comment\":{}}],[\"intersectionwithshape\",{\"_index\":403,\"name\":{\"1001\":{},\"1082\":{}},\"comment\":{}}],[\"intersectsray\",{\"_index\":239,\"name\":{\"499\":{},\"534\":{},\"548\":{},\"562\":{},\"577\":{},\"592\":{},\"607\":{},\"623\":{},\"640\":{},\"655\":{},\"671\":{},\"686\":{},\"702\":{},\"717\":{},\"795\":{}},\"comment\":{}}],[\"intersectsshape\",{\"_index\":235,\"name\":{\"495\":{},\"530\":{},\"544\":{},\"558\":{},\"573\":{},\"588\":{},\"603\":{},\"619\":{},\"636\":{},\"651\":{},\"667\":{},\"682\":{},\"698\":{},\"713\":{},\"798\":{}},\"comment\":{}}],[\"intoraw\",{\"_index\":10,\"name\":{\"12\":{},\"19\":{},\"365\":{},\"492\":{},\"528\":{},\"542\":{},\"556\":{},\"571\":{},\"586\":{},\"601\":{},\"617\":{},\"634\":{},\"649\":{},\"665\":{},\"680\":{},\"696\":{},\"711\":{}},\"comment\":{}}],[\"invmass\",{\"_index\":54,\"name\":{\"62\":{}},\"comment\":{}}],[\"invprincipalinertiasqrt\",{\"_index\":57,\"name\":{\"65\":{}},\"comment\":{}}],[\"isccdenabled\",{\"_index\":63,\"name\":{\"71\":{}},\"comment\":{}}],[\"isdynamic\",{\"_index\":74,\"name\":{\"82\":{}},\"comment\":{}}],[\"isenabled\",{\"_index\":67,\"name\":{\"75\":{},\"746\":{}},\"comment\":{}}],[\"isfixed\",{\"_index\":72,\"name\":{\"80\":{}},\"comment\":{}}],[\"isinside\",{\"_index\":355,\"name\":{\"913\":{},\"919\":{}},\"comment\":{}}],[\"iskinematic\",{\"_index\":73,\"name\":{\"81\":{}},\"comment\":{}}],[\"islandmanager\",{\"_index\":204,\"name\":{\"448\":{},\"1176\":{}},\"comment\":{}}],[\"islands\",{\"_index\":372,\"name\":{\"954\":{}},\"comment\":{}}],[\"ismoving\",{\"_index\":71,\"name\":{\"79\":{}},\"comment\":{}}],[\"issensor\",{\"_index\":289,\"name\":{\"742\":{},\"836\":{}},\"comment\":{}}],[\"issleeping\",{\"_index\":70,\"name\":{\"78\":{}},\"comment\":{}}],[\"isvalid\",{\"_index\":27,\"name\":{\"34\":{},\"207\":{},\"233\":{},\"250\":{},\"267\":{},\"284\":{},\"310\":{},\"336\":{},\"387\":{},\"396\":{},\"404\":{},\"413\":{},\"422\":{},\"739\":{}},\"comment\":{}}],[\"jointaxesmask\",{\"_index\":146,\"name\":{\"193\":{},\"1157\":{}},\"comment\":{}}],[\"jointdata\",{\"_index\":178,\"name\":{\"346\":{},\"1165\":{}},\"comment\":{}}],[\"jointtype\",{\"_index\":138,\"name\":{\"184\":{},\"358\":{},\"1155\":{}},\"comment\":{}}],[\"kinematic_fixed\",{\"_index\":281,\"name\":{\"725\":{}},\"comment\":{}}],[\"kinematic_kinematic\",{\"_index\":280,\"name\":{\"724\":{}},\"comment\":{}}],[\"kinematiccharactercontroller\",{\"_index\":449,\"name\":{\"1099\":{},\"1227\":{}},\"comment\":{}}],[\"kinematicpositionbased\",{\"_index\":19,\"name\":{\"25\":{},\"100\":{}},\"comment\":{}}],[\"kinematicvelocitybased\",{\"_index\":20,\"name\":{\"26\":{},\"101\":{}},\"comment\":{}}],[\"len\",{\"_index\":117,\"name\":{\"160\":{},\"376\":{},\"433\":{},\"876\":{}},\"comment\":{}}],[\"length\",{\"_index\":186,\"name\":{\"364\":{}},\"comment\":{}}],[\"lengthunit\",{\"_index\":126,\"name\":{\"172\":{},\"974\":{}},\"comment\":{}}],[\"limits\",{\"_index\":182,\"name\":{\"360\":{}},\"comment\":{}}],[\"limitsenabled\",{\"_index\":165,\"name\":{\"221\":{},\"298\":{},\"324\":{},\"359\":{}},\"comment\":{}}],[\"limitsmax\",{\"_index\":167,\"name\":{\"223\":{},\"300\":{},\"326\":{}},\"comment\":{}}],[\"limitsmin\",{\"_index\":166,\"name\":{\"222\":{},\"299\":{},\"325\":{}},\"comment\":{}}],[\"lineardamping\",{\"_index\":75,\"name\":{\"83\":{},\"121\":{}},\"comment\":{}}],[\"linvel\",{\"_index\":50,\"name\":{\"58\":{},\"117\":{}},\"comment\":{}}],[\"localcom\",{\"_index\":55,\"name\":{\"63\":{}},\"comment\":{}}],[\"localcontactpoint1\",{\"_index\":220,\"name\":{\"476\":{}},\"comment\":{}}],[\"localcontactpoint2\",{\"_index\":221,\"name\":{\"477\":{}},\"comment\":{}}],[\"localnormal1\",{\"_index\":215,\"name\":{\"471\":{}},\"comment\":{}}],[\"localnormal2\",{\"_index\":216,\"name\":{\"472\":{}},\"comment\":{}}],[\"lockrotations\",{\"_index\":29,\"name\":{\"36\":{},\"144\":{}},\"comment\":{}}],[\"locktranslations\",{\"_index\":28,\"name\":{\"35\":{},\"143\":{}},\"comment\":{}}],[\"map\",{\"_index\":113,\"name\":{\"155\":{},\"369\":{},\"428\":{},\"867\":{}},\"comment\":{}}],[\"mass\",{\"_index\":52,\"name\":{\"60\":{},\"112\":{},\"789\":{},\"805\":{},\"827\":{}},\"comment\":{}}],[\"massonly\",{\"_index\":96,\"name\":{\"113\":{}},\"comment\":{}}],[\"massprops\",{\"_index\":331,\"name\":{\"806\":{}},\"comment\":{}}],[\"masspropsmode\",{\"_index\":330,\"name\":{\"803\":{},\"826\":{},\"1199\":{}},\"comment\":{}}],[\"max\",{\"_index\":202,\"name\":{\"443\":{}},\"comment\":{}}],[\"maxccdsubsteps\",{\"_index\":133,\"name\":{\"179\":{}},\"comment\":{}}],[\"maxforcedirection\",{\"_index\":418,\"name\":{\"1035\":{}},\"comment\":{}}],[\"maxforcemagnitude\",{\"_index\":419,\"name\":{\"1036\":{}},\"comment\":{}}],[\"maxslopeclimbangle\",{\"_index\":473,\"name\":{\"1128\":{}},\"comment\":{}}],[\"merge_duplicate_vertices\",{\"_index\":259,\"name\":{\"519\":{}},\"comment\":{}}],[\"min\",{\"_index\":200,\"name\":{\"441\":{}},\"comment\":{}}],[\"minislandsize\",{\"_index\":132,\"name\":{\"178\":{}},\"comment\":{}}],[\"minslopeslideangle\",{\"_index\":475,\"name\":{\"1130\":{}},\"comment\":{}}],[\"motormodel\",{\"_index\":143,\"name\":{\"190\":{},\"1156\":{}},\"comment\":{}}],[\"multibodyjoint\",{\"_index\":192,\"name\":{\"382\":{},\"1168\":{}},\"comment\":{}}],[\"multibodyjointhandle\",{\"_index\":191,\"name\":{\"381\":{},\"1167\":{}},\"comment\":{}}],[\"multibodyjoints\",{\"_index\":376,\"name\":{\"960\":{}},\"comment\":{}}],[\"multibodyjointset\",{\"_index\":197,\"name\":{\"425\":{},\"1173\":{}},\"comment\":{}}],[\"multiply\",{\"_index\":201,\"name\":{\"442\":{}},\"comment\":{}}],[\"narrowphase\",{\"_index\":207,\"name\":{\"457\":{},\"956\":{},\"1178\":{}},\"comment\":{}}],[\"new\",{\"_index\":7,\"name\":{\"9\":{}},\"comment\":{}}],[\"newdynamic\",{\"_index\":91,\"name\":{\"103\":{}},\"comment\":{}}],[\"newkinematicpositionbased\",{\"_index\":92,\"name\":{\"104\":{}},\"comment\":{}}],[\"newkinematicvelocitybased\",{\"_index\":93,\"name\":{\"105\":{}},\"comment\":{}}],[\"newstatic\",{\"_index\":94,\"name\":{\"106\":{}},\"comment\":{}}],[\"newtyped\",{\"_index\":152,\"name\":{\"201\":{},\"218\":{},\"244\":{},\"261\":{},\"278\":{},\"295\":{},\"321\":{},\"383\":{},\"391\":{},\"400\":{},\"408\":{},\"417\":{}},\"comment\":{}}],[\"nextrotation\",{\"_index\":41,\"name\":{\"49\":{}},\"comment\":{}}],[\"nexttranslation\",{\"_index\":40,\"name\":{\"48\":{}},\"comment\":{}}],[\"none\",{\"_index\":410,\"name\":{\"1024\":{},\"1045\":{}},\"comment\":{}}],[\"normal\",{\"_index\":214,\"name\":{\"470\":{},\"541\":{},\"893\":{},\"901\":{}},\"comment\":{}}],[\"normal1\",{\"_index\":361,\"name\":{\"928\":{},\"937\":{},\"946\":{},\"1097\":{}},\"comment\":{}}],[\"normal2\",{\"_index\":362,\"name\":{\"929\":{},\"938\":{},\"947\":{},\"1098\":{}},\"comment\":{}}],[\"normalizedallowedlinearerror\",{\"_index\":127,\"name\":{\"173\":{}},\"comment\":{}}],[\"normalizedpredictiondistance\",{\"_index\":128,\"name\":{\"174\":{}},\"comment\":{}}],[\"normalnudgefactor\",{\"_index\":463,\"name\":{\"1118\":{}},\"comment\":{}}],[\"numadditionalfrictioniterations\",{\"_index\":130,\"name\":{\"176\":{},\"976\":{}},\"comment\":{}}],[\"numcolliders\",{\"_index\":64,\"name\":{\"72\":{}},\"comment\":{}}],[\"numcomputedcollisions\",{\"_index\":484,\"name\":{\"1139\":{}},\"comment\":{}}],[\"numcontacts\",{\"_index\":219,\"name\":{\"475\":{}},\"comment\":{}}],[\"numinternalpgsiterations\",{\"_index\":131,\"name\":{\"177\":{},\"977\":{}},\"comment\":{}}],[\"numsolvercontacts\",{\"_index\":227,\"name\":{\"483\":{}},\"comment\":{}}],[\"numsolveriterations\",{\"_index\":129,\"name\":{\"175\":{},\"975\":{}},\"comment\":{}}],[\"offset\",{\"_index\":461,\"name\":{\"1116\":{}},\"comment\":{}}],[\"only_dynamic\",{\"_index\":441,\"name\":{\"1071\":{}},\"comment\":{}}],[\"only_fixed\",{\"_index\":443,\"name\":{\"1073\":{}},\"comment\":{}}],[\"only_kinematic\",{\"_index\":442,\"name\":{\"1072\":{}},\"comment\":{}}],[\"oriented\",{\"_index\":258,\"name\":{\"518\":{}},\"comment\":{}}],[\"origin\",{\"_index\":345,\"name\":{\"886\":{}},\"comment\":{}}],[\"params\",{\"_index\":451,\"name\":{\"1103\":{}},\"comment\":{}}],[\"parent\",{\"_index\":321,\"name\":{\"785\":{}},\"comment\":{}}],[\"physicshooks\",{\"_index\":429,\"name\":{\"1051\":{},\"1221\":{}},\"comment\":{}}],[\"physicspipeline\",{\"_index\":378,\"name\":{\"963\":{},\"1012\":{},\"1214\":{}},\"comment\":{}}],[\"point\",{\"_index\":354,\"name\":{\"912\":{},\"918\":{}},\"comment\":{}}],[\"point1\",{\"_index\":367,\"name\":{\"944\":{}},\"comment\":{}}],[\"point2\",{\"_index\":368,\"name\":{\"945\":{}},\"comment\":{}}],[\"pointat\",{\"_index\":347,\"name\":{\"888\":{}},\"comment\":{}}],[\"pointcolliderprojection\",{\"_index\":356,\"name\":{\"914\":{},\"1208\":{}},\"comment\":{}}],[\"pointprojection\",{\"_index\":353,\"name\":{\"909\":{},\"1207\":{}},\"comment\":{}}],[\"polyline\",{\"_index\":247,\"name\":{\"507\":{},\"643\":{},\"813\":{},\"1191\":{}},\"comment\":{}}],[\"principalangularinertia\",{\"_index\":100,\"name\":{\"119\":{},\"829\":{}},\"comment\":{}}],[\"principalinertia\",{\"_index\":58,\"name\":{\"66\":{}},\"comment\":{}}],[\"prismatic\",{\"_index\":140,\"name\":{\"187\":{},\"351\":{}},\"comment\":{}}],[\"prismaticimpulsejoint\",{\"_index\":176,\"name\":{\"294\":{},\"1163\":{}},\"comment\":{}}],[\"prismaticmultibodyjoint\",{\"_index\":195,\"name\":{\"407\":{},\"1171\":{}},\"comment\":{}}],[\"projectpoint\",{\"_index\":238,\"name\":{\"498\":{},\"533\":{},\"547\":{},\"561\":{},\"576\":{},\"591\":{},\"606\":{},\"622\":{},\"639\":{},\"654\":{},\"670\":{},\"685\":{},\"701\":{},\"716\":{},\"794\":{},\"1002\":{},\"1083\":{}},\"comment\":{}}],[\"projectpointandgetfeature\",{\"_index\":404,\"name\":{\"1003\":{},\"1084\":{}},\"comment\":{}}],[\"propagatemodifiedbodypositionstocolliders\",{\"_index\":385,\"name\":{\"971\":{}},\"comment\":{}}],[\"queries\",{\"_index\":452,\"name\":{\"1106\":{}},\"comment\":{}}],[\"queryfilterflags\",{\"_index\":435,\"name\":{\"1065\":{},\"1224\":{}},\"comment\":{}}],[\"querypipeline\",{\"_index\":377,\"name\":{\"962\":{},\"1074\":{},\"1225\":{}},\"comment\":{}}],[\"radius\",{\"_index\":263,\"name\":{\"527\":{},\"584\":{},\"775\":{}},\"comment\":{}}],[\"raw\",{\"_index\":112,\"name\":{\"154\":{},\"168\":{},\"368\":{},\"427\":{},\"446\":{},\"450\":{},\"455\":{},\"459\":{},\"468\":{},\"866\":{},\"1014\":{},\"1019\":{},\"1029\":{},\"1039\":{},\"1060\":{},\"1076\":{},\"1101\":{}},\"comment\":{}}],[\"rawaxis\",{\"_index\":164,\"name\":{\"220\":{},\"297\":{},\"323\":{},\"393\":{},\"410\":{},\"419\":{}},\"comment\":{}}],[\"rawcharactercollision\",{\"_index\":450,\"name\":{\"1102\":{}},\"comment\":{}}],[\"rawset\",{\"_index\":22,\"name\":{\"29\":{},\"203\":{},\"229\":{},\"246\":{},\"263\":{},\"280\":{},\"306\":{},\"332\":{},\"385\":{},\"394\":{},\"402\":{},\"411\":{},\"420\":{}},\"comment\":{}}],[\"ray\",{\"_index\":344,\"name\":{\"884\":{},\"1203\":{}},\"comment\":{}}],[\"raycolliderhit\",{\"_index\":352,\"name\":{\"904\":{},\"1206\":{}},\"comment\":{}}],[\"raycolliderintersection\",{\"_index\":351,\"name\":{\"896\":{},\"1205\":{}},\"comment\":{}}],[\"rayintersection\",{\"_index\":348,\"name\":{\"889\":{},\"1204\":{}},\"comment\":{}}],[\"recomputemasspropertiesfromcolliders\",{\"_index\":78,\"name\":{\"86\":{}},\"comment\":{}}],[\"remove\",{\"_index\":116,\"name\":{\"159\":{},\"373\":{},\"431\":{},\"873\":{}},\"comment\":{}}],[\"removecharactercontroller\",{\"_index\":389,\"name\":{\"983\":{}},\"comment\":{}}],[\"removecollider\",{\"_index\":397,\"name\":{\"992\":{}},\"comment\":{}}],[\"removeimpulsejoint\",{\"_index\":398,\"name\":{\"993\":{}},\"comment\":{}}],[\"removemultibodyjoint\",{\"_index\":399,\"name\":{\"994\":{}},\"comment\":{}}],[\"removerigidbody\",{\"_index\":396,\"name\":{\"991\":{}},\"comment\":{}}],[\"render\",{\"_index\":434,\"name\":{\"1064\":{}},\"comment\":{}}],[\"resetforces\",{\"_index\":82,\"name\":{\"90\":{}},\"comment\":{}}],[\"resettorques\",{\"_index\":83,\"name\":{\"91\":{}},\"comment\":{}}],[\"restitution\",{\"_index\":323,\"name\":{\"787\":{},\"833\":{}},\"comment\":{}}],[\"restitutioncombinerule\",{\"_index\":296,\"name\":{\"751\":{},\"840\":{}},\"comment\":{}}],[\"restoresnapshot\",{\"_index\":370,\"name\":{\"950\":{}},\"comment\":{}}],[\"restricttranslations\",{\"_index\":31,\"name\":{\"38\":{},\"142\":{}},\"comment\":{}}],[\"revolute\",{\"_index\":139,\"name\":{\"185\":{},\"350\":{}},\"comment\":{}}],[\"revoluteimpulsejoint\",{\"_index\":177,\"name\":{\"320\":{},\"1164\":{}},\"comment\":{}}],[\"revolutemultibodyjoint\",{\"_index\":196,\"name\":{\"416\":{},\"1172\":{}},\"comment\":{}}],[\"rigidbody\",{\"_index\":21,\"name\":{\"27\":{},\"1150\":{}},\"comment\":{}}],[\"rigidbodydesc\",{\"_index\":90,\"name\":{\"98\":{},\"1151\":{}},\"comment\":{}}],[\"rigidbodyhandle\",{\"_index\":15,\"name\":{\"21\":{},\"1148\":{}},\"comment\":{}}],[\"rigidbodyset\",{\"_index\":111,\"name\":{\"152\":{},\"1152\":{}},\"comment\":{}}],[\"rigidbodytype\",{\"_index\":16,\"name\":{\"22\":{},\"1149\":{}},\"comment\":{}}],[\"rope\",{\"_index\":141,\"name\":{\"188\":{},\"349\":{}},\"comment\":{}}],[\"ropeimpulsejoint\",{\"_index\":174,\"name\":{\"260\":{},\"1161\":{}},\"comment\":{}}],[\"rotation\",{\"_index\":12,\"name\":{\"15\":{},\"47\":{},\"110\":{},\"741\":{},\"834\":{},\"1146\":{}},\"comment\":{}}],[\"rotationops\",{\"_index\":13,\"name\":{\"16\":{},\"1147\":{}},\"comment\":{}}],[\"rotationsenabled\",{\"_index\":101,\"name\":{\"120\":{},\"830\":{}},\"comment\":{}}],[\"roundconvexhull\",{\"_index\":335,\"name\":{\"821\":{}},\"comment\":{}}],[\"roundconvexpolygon\",{\"_index\":254,\"name\":{\"514\":{},\"689\":{},\"1194\":{}},\"comment\":{}}],[\"roundconvexpolyline\",{\"_index\":336,\"name\":{\"822\":{}},\"comment\":{}}],[\"roundcuboid\",{\"_index\":252,\"name\":{\"512\":{},\"565\":{},\"816\":{},\"1186\":{}},\"comment\":{}}],[\"roundradius\",{\"_index\":316,\"name\":{\"777\":{}},\"comment\":{}}],[\"roundtriangle\",{\"_index\":253,\"name\":{\"513\":{},\"626\":{},\"812\":{},\"1190\":{}},\"comment\":{}}],[\"scale\",{\"_index\":275,\"name\":{\"710\":{}},\"comment\":{}}],[\"segment\",{\"_index\":246,\"name\":{\"506\":{},\"595\":{},\"810\":{},\"1188\":{}},\"comment\":{}}],[\"serializationpipeline\",{\"_index\":379,\"name\":{\"964\":{},\"1017\":{},\"1215\":{}},\"comment\":{}}],[\"serializeall\",{\"_index\":408,\"name\":{\"1021\":{}},\"comment\":{}}],[\"setactivecollisiontypes\",{\"_index\":308,\"name\":{\"764\":{},\"862\":{}},\"comment\":{}}],[\"setactiveevents\",{\"_index\":305,\"name\":{\"760\":{},\"861\":{}},\"comment\":{}}],[\"setactivehooks\",{\"_index\":303,\"name\":{\"758\":{},\"860\":{}},\"comment\":{}}],[\"setadditionalmass\",{\"_index\":79,\"name\":{\"87\":{},\"137\":{}},\"comment\":{}}],[\"setadditionalmassproperties\",{\"_index\":80,\"name\":{\"88\":{},\"140\":{}},\"comment\":{}}],[\"setadditionalsolveriterations\",{\"_index\":35,\"name\":{\"42\":{},\"132\":{}},\"comment\":{}}],[\"setanchor1\",{\"_index\":159,\"name\":{\"213\":{},\"239\":{},\"256\":{},\"273\":{},\"290\":{},\"316\":{},\"342\":{}},\"comment\":{}}],[\"setanchor2\",{\"_index\":160,\"name\":{\"214\":{},\"240\":{},\"257\":{},\"274\":{},\"291\":{},\"317\":{},\"343\":{}},\"comment\":{}}],[\"setangulardamping\",{\"_index\":81,\"name\":{\"89\":{},\"146\":{}},\"comment\":{}}],[\"setangvel\",{\"_index\":47,\"name\":{\"55\":{},\"139\":{}},\"comment\":{}}],[\"setapplyimpulsestodynamicbodies\",{\"_index\":458,\"name\":{\"1113\":{}},\"comment\":{}}],[\"setbodytype\",{\"_index\":69,\"name\":{\"77\":{}},\"comment\":{}}],[\"setcansleep\",{\"_index\":107,\"name\":{\"147\":{}},\"comment\":{}}],[\"setccdenabled\",{\"_index\":109,\"name\":{\"149\":{}},\"comment\":{}}],[\"setcharactermass\",{\"_index\":460,\"name\":{\"1115\":{}},\"comment\":{}}],[\"setcollisiongroups\",{\"_index\":298,\"name\":{\"753\":{},\"858\":{}},\"comment\":{}}],[\"setcontactforceeventthreshold\",{\"_index\":306,\"name\":{\"762\":{},\"863\":{}},\"comment\":{}}],[\"setcontactsenabled\",{\"_index\":161,\"name\":{\"215\":{},\"241\":{},\"258\":{},\"275\":{},\"292\":{},\"318\":{},\"344\":{},\"388\":{},\"397\":{},\"405\":{},\"414\":{},\"423\":{}},\"comment\":{}}],[\"setcontactskin\",{\"_index\":301,\"name\":{\"756\":{},\"850\":{}},\"comment\":{}}],[\"setdensity\",{\"_index\":309,\"name\":{\"765\":{},\"851\":{}},\"comment\":{}}],[\"setdominancegroup\",{\"_index\":33,\"name\":{\"40\":{},\"131\":{}},\"comment\":{}}],[\"setenabled\",{\"_index\":66,\"name\":{\"74\":{},\"133\":{},\"745\":{},\"849\":{}},\"comment\":{}}],[\"setenabledtranslations\",{\"_index\":30,\"name\":{\"37\":{}},\"comment\":{}}],[\"setfriction\",{\"_index\":293,\"name\":{\"748\":{},\"855\":{}},\"comment\":{}}],[\"setfrictioncombinerule\",{\"_index\":295,\"name\":{\"750\":{},\"856\":{}},\"comment\":{}}],[\"setgravityscale\",{\"_index\":45,\"name\":{\"53\":{},\"136\":{}},\"comment\":{}}],[\"sethalfextents\",{\"_index\":314,\"name\":{\"774\":{}},\"comment\":{}}],[\"sethalfheight\",{\"_index\":318,\"name\":{\"780\":{}},\"comment\":{}}],[\"setlimits\",{\"_index\":168,\"name\":{\"224\":{},\"301\":{},\"327\":{}},\"comment\":{}}],[\"setlineardamping\",{\"_index\":77,\"name\":{\"85\":{},\"145\":{}},\"comment\":{}}],[\"setlinvel\",{\"_index\":43,\"name\":{\"51\":{},\"138\":{}},\"comment\":{}}],[\"setmass\",{\"_index\":310,\"name\":{\"766\":{},\"852\":{}},\"comment\":{}}],[\"setmassproperties\",{\"_index\":311,\"name\":{\"767\":{},\"853\":{}},\"comment\":{}}],[\"setmaxslopeclimbangle\",{\"_index\":474,\"name\":{\"1129\":{}},\"comment\":{}}],[\"setminslopeslideangle\",{\"_index\":476,\"name\":{\"1131\":{}},\"comment\":{}}],[\"setnextkinematicrotation\",{\"_index\":49,\"name\":{\"57\":{}},\"comment\":{}}],[\"setnextkinematictranslation\",{\"_index\":48,\"name\":{\"56\":{}},\"comment\":{}}],[\"setnormalnudgefactor\",{\"_index\":464,\"name\":{\"1119\":{}},\"comment\":{}}],[\"setoffset\",{\"_index\":462,\"name\":{\"1117\":{}},\"comment\":{}}],[\"setradius\",{\"_index\":315,\"name\":{\"776\":{}},\"comment\":{}}],[\"setrestitution\",{\"_index\":292,\"name\":{\"747\":{},\"854\":{}},\"comment\":{}}],[\"setrestitutioncombinerule\",{\"_index\":297,\"name\":{\"752\":{},\"857\":{}},\"comment\":{}}],[\"setrotation\",{\"_index\":46,\"name\":{\"54\":{},\"135\":{},\"770\":{},\"847\":{}},\"comment\":{}}],[\"setrotationwrtparent\",{\"_index\":313,\"name\":{\"771\":{}},\"comment\":{}}],[\"setroundradius\",{\"_index\":317,\"name\":{\"778\":{}},\"comment\":{}}],[\"setsensor\",{\"_index\":290,\"name\":{\"743\":{},\"848\":{}},\"comment\":{}}],[\"setshape\",{\"_index\":291,\"name\":{\"744\":{}},\"comment\":{}}],[\"setsleeping\",{\"_index\":108,\"name\":{\"148\":{}},\"comment\":{}}],[\"setslideenabled\",{\"_index\":466,\"name\":{\"1121\":{}},\"comment\":{}}],[\"setsoftccdprediction\",{\"_index\":37,\"name\":{\"44\":{},\"150\":{}},\"comment\":{}}],[\"setsolvergroups\",{\"_index\":299,\"name\":{\"754\":{},\"859\":{}},\"comment\":{}}],[\"settranslation\",{\"_index\":42,\"name\":{\"50\":{},\"134\":{},\"768\":{},\"846\":{}},\"comment\":{}}],[\"settranslationwrtparent\",{\"_index\":312,\"name\":{\"769\":{}},\"comment\":{}}],[\"setup\",{\"_index\":456,\"name\":{\"1111\":{}},\"comment\":{}}],[\"setuserdata\",{\"_index\":110,\"name\":{\"151\":{}},\"comment\":{}}],[\"shape\",{\"_index\":233,\"name\":{\"489\":{},\"738\":{},\"825\":{},\"1180\":{}},\"comment\":{}}],[\"shapecasthit\",{\"_index\":357,\"name\":{\"922\":{},\"1209\":{}},\"comment\":{}}],[\"shapecontact\",{\"_index\":365,\"name\":{\"940\":{},\"1212\":{}},\"comment\":{}}],[\"shapetype\",{\"_index\":242,\"name\":{\"502\":{},\"772\":{},\"1181\":{}},\"comment\":{}}],[\"skipconvexhullcomputation\",{\"_index\":273,\"name\":{\"679\":{},\"694\":{}},\"comment\":{}}],[\"sleep\",{\"_index\":61,\"name\":{\"69\":{}},\"comment\":{}}],[\"sleeping\",{\"_index\":104,\"name\":{\"125\":{}},\"comment\":{}}],[\"slideenabled\",{\"_index\":465,\"name\":{\"1120\":{}},\"comment\":{}}],[\"snaptogrounddistance\",{\"_index\":477,\"name\":{\"1132\":{}},\"comment\":{}}],[\"snaptogroundenabled\",{\"_index\":480,\"name\":{\"1135\":{}},\"comment\":{}}],[\"softccdprediction\",{\"_index\":38,\"name\":{\"45\":{},\"127\":{}},\"comment\":{}}],[\"solvercontactdist\",{\"_index\":229,\"name\":{\"485\":{}},\"comment\":{}}],[\"solvercontactfriction\",{\"_index\":230,\"name\":{\"486\":{}},\"comment\":{}}],[\"solvercontactpoint\",{\"_index\":228,\"name\":{\"484\":{}},\"comment\":{}}],[\"solvercontactrestitution\",{\"_index\":231,\"name\":{\"487\":{}},\"comment\":{}}],[\"solvercontacttangentvelocity\",{\"_index\":232,\"name\":{\"488\":{}},\"comment\":{}}],[\"solverflags\",{\"_index\":426,\"name\":{\"1048\":{},\"1220\":{}},\"comment\":{}}],[\"solvergroups\",{\"_index\":327,\"name\":{\"792\":{},\"838\":{}},\"comment\":{}}],[\"spring\",{\"_index\":142,\"name\":{\"189\":{},\"348\":{}},\"comment\":{}}],[\"springimpulsejoint\",{\"_index\":175,\"name\":{\"277\":{},\"1162\":{}},\"comment\":{}}],[\"status\",{\"_index\":102,\"name\":{\"123\":{}},\"comment\":{}}],[\"step\",{\"_index\":384,\"name\":{\"970\":{},\"1016\":{}},\"comment\":{}}],[\"stiffness\",{\"_index\":184,\"name\":{\"362\":{}},\"comment\":{}}],[\"subshape1\",{\"_index\":217,\"name\":{\"473\":{}},\"comment\":{}}],[\"subshape2\",{\"_index\":218,\"name\":{\"474\":{}},\"comment\":{}}],[\"switchtosmallstepspgssolver\",{\"_index\":135,\"name\":{\"181\":{},\"979\":{}},\"comment\":{}}],[\"switchtosmallstepspgssolverwithoutwarmstart\",{\"_index\":136,\"name\":{\"182\":{},\"980\":{}},\"comment\":{}}],[\"switchtostandardpgssolver\",{\"_index\":134,\"name\":{\"180\":{},\"978\":{}},\"comment\":{}}],[\"takesnapshot\",{\"_index\":382,\"name\":{\"968\":{}},\"comment\":{}}],[\"tempcontactforceevent\",{\"_index\":413,\"name\":{\"1027\":{},\"1217\":{}},\"comment\":{}}],[\"tempcontactmanifold\",{\"_index\":213,\"name\":{\"466\":{},\"1179\":{}},\"comment\":{}}],[\"tempmanifold\",{\"_index\":208,\"name\":{\"460\":{}},\"comment\":{}}],[\"time_of_impact\",{\"_index\":358,\"name\":{\"925\":{},\"934\":{}},\"comment\":{}}],[\"timeofimpact\",{\"_index\":349,\"name\":{\"892\":{},\"900\":{},\"908\":{}},\"comment\":{}}],[\"timestep\",{\"_index\":387,\"name\":{\"973\":{}},\"comment\":{}}],[\"toi\",{\"_index\":448,\"name\":{\"1094\":{}},\"comment\":{}}],[\"totalforce\",{\"_index\":416,\"name\":{\"1033\":{}},\"comment\":{}}],[\"totalforcemagnitude\",{\"_index\":417,\"name\":{\"1034\":{}},\"comment\":{}}],[\"translation\",{\"_index\":39,\"name\":{\"46\":{},\"109\":{},\"740\":{},\"835\":{}},\"comment\":{}}],[\"translationdeltaapplied\",{\"_index\":446,\"name\":{\"1092\":{}},\"comment\":{}}],[\"translationdeltaremaining\",{\"_index\":447,\"name\":{\"1093\":{}},\"comment\":{}}],[\"translationsenabledx\",{\"_index\":98,\"name\":{\"115\":{}},\"comment\":{}}],[\"translationsenabledy\",{\"_index\":99,\"name\":{\"116\":{}},\"comment\":{}}],[\"triangle\",{\"_index\":248,\"name\":{\"508\":{},\"610\":{},\"811\":{},\"1189\":{}},\"comment\":{}}],[\"trimesh\",{\"_index\":249,\"name\":{\"509\":{},\"658\":{},\"814\":{},\"1192\":{}},\"comment\":{}}],[\"trimeshflags\",{\"_index\":256,\"name\":{\"516\":{},\"1182\":{}},\"comment\":{}}],[\"type\",{\"_index\":156,\"name\":{\"210\":{},\"236\":{},\"253\":{},\"270\":{},\"287\":{},\"313\":{},\"339\":{},\"493\":{},\"526\":{},\"540\":{},\"554\":{},\"568\":{},\"583\":{},\"598\":{},\"613\":{},\"629\":{},\"646\":{},\"661\":{},\"677\":{},\"692\":{},\"708\":{}},\"comment\":{}}],[\"unitimpulsejoint\",{\"_index\":163,\"name\":{\"217\":{},\"1159\":{}},\"comment\":{}}],[\"unitmultibodyjoint\",{\"_index\":193,\"name\":{\"390\":{},\"1169\":{}},\"comment\":{}}],[\"unknown\",{\"_index\":343,\"name\":{\"883\":{}},\"comment\":{}}],[\"unmap\",{\"_index\":190,\"name\":{\"375\":{},\"432\":{},\"874\":{}},\"comment\":{}}],[\"up\",{\"_index\":455,\"name\":{\"1110\":{}},\"comment\":{}}],[\"update\",{\"_index\":444,\"name\":{\"1078\":{}},\"comment\":{}}],[\"updatescenequeries\",{\"_index\":386,\"name\":{\"972\":{}},\"comment\":{}}],[\"userdata\",{\"_index\":25,\"name\":{\"32\":{},\"130\":{}},\"comment\":{}}],[\"vector\",{\"_index\":1,\"name\":{\"1\":{},\"1143\":{}},\"comment\":{}}],[\"vector2\",{\"_index\":4,\"name\":{\"4\":{},\"1144\":{}},\"comment\":{}}],[\"vectorops\",{\"_index\":6,\"name\":{\"8\":{},\"1145\":{}},\"comment\":{}}],[\"version\",{\"_index\":0,\"name\":{\"0\":{},\"1142\":{}},\"comment\":{}}],[\"vertex\",{\"_index\":341,\"name\":{\"881\":{}},\"comment\":{}}],[\"vertices\",{\"_index\":270,\"name\":{\"647\":{},\"662\":{},\"678\":{},\"693\":{},\"781\":{},\"1056\":{},\"1061\":{}},\"comment\":{}}],[\"volume\",{\"_index\":325,\"name\":{\"790\":{}},\"comment\":{}}],[\"wakeup\",{\"_index\":62,\"name\":{\"70\":{}},\"comment\":{}}],[\"witness1\",{\"_index\":359,\"name\":{\"926\":{},\"935\":{},\"1095\":{}},\"comment\":{}}],[\"witness2\",{\"_index\":360,\"name\":{\"927\":{},\"936\":{},\"1096\":{}},\"comment\":{}}],[\"world\",{\"_index\":369,\"name\":{\"948\":{},\"1213\":{}},\"comment\":{}}],[\"worldcom\",{\"_index\":56,\"name\":{\"64\":{}},\"comment\":{}}],[\"x\",{\"_index\":2,\"name\":{\"2\":{},\"6\":{},\"194\":{}},\"comment\":{}}],[\"y\",{\"_index\":3,\"name\":{\"3\":{},\"7\":{},\"195\":{}},\"comment\":{}}],[\"z\",{\"_index\":147,\"name\":{\"196\":{}},\"comment\":{}}],[\"zeros\",{\"_index\":8,\"name\":{\"10\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\",\"8388608\":\"Reference\"},\"rows\":[{\"kind\":64,\"name\":\"version\",\"url\":\"functions/version.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"reserveMemory\",\"url\":\"functions/reserveMemory.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"Vector\",\"url\":\"interfaces/Vector.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/Vector.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Vector\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/Vector.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Vector\"},{\"kind\":128,\"name\":\"Vector2\",\"url\":\"classes/Vector2.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Vector2.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Vector2\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/Vector2.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vector2\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/Vector2.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vector2\"},{\"kind\":128,\"name\":\"VectorOps\",\"url\":\"classes/VectorOps.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"new\",\"url\":\"classes/VectorOps.html#new\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"zeros\",\"url\":\"classes/VectorOps.html#zeros\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/VectorOps.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/VectorOps.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/VectorOps.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VectorOps.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":4194304,\"name\":\"Rotation\",\"url\":\"types/Rotation.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"RotationOps\",\"url\":\"classes/RotationOps.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"identity\",\"url\":\"classes/RotationOps.html#identity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RotationOps.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RotationOps.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RotationOps.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":4194304,\"name\":\"RigidBodyHandle\",\"url\":\"types/RigidBodyHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":8,\"name\":\"RigidBodyType\",\"url\":\"enums/RigidBodyType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Dynamic\",\"url\":\"enums/RigidBodyType.html#Dynamic\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":16,\"name\":\"Fixed\",\"url\":\"enums/RigidBodyType.html#Fixed\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":16,\"name\":\"KinematicPositionBased\",\"url\":\"enums/RigidBodyType.html#KinematicPositionBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":16,\"name\":\"KinematicVelocityBased\",\"url\":\"enums/RigidBodyType.html#KinematicVelocityBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":128,\"name\":\"RigidBody\",\"url\":\"classes/RigidBody.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RigidBody.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RigidBody.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"colliderSet\",\"url\":\"classes/RigidBody.html#colliderSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RigidBody.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"userData\",\"url\":\"classes/RigidBody.html#userData\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RigidBody.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RigidBody.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"lockTranslations\",\"url\":\"classes/RigidBody.html#lockTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"lockRotations\",\"url\":\"classes/RigidBody.html#lockRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setEnabledTranslations\",\"url\":\"classes/RigidBody.html#setEnabledTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"restrictTranslations\",\"url\":\"classes/RigidBody.html#restrictTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"dominanceGroup\",\"url\":\"classes/RigidBody.html#dominanceGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setDominanceGroup\",\"url\":\"classes/RigidBody.html#setDominanceGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"additionalSolverIterations\",\"url\":\"classes/RigidBody.html#additionalSolverIterations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAdditionalSolverIterations\",\"url\":\"classes/RigidBody.html#setAdditionalSolverIterations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"enableCcd\",\"url\":\"classes/RigidBody.html#enableCcd\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setSoftCcdPrediction\",\"url\":\"classes/RigidBody.html#setSoftCcdPrediction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"softCcdPrediction\",\"url\":\"classes/RigidBody.html#softCcdPrediction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"translation\",\"url\":\"classes/RigidBody.html#translation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"rotation\",\"url\":\"classes/RigidBody.html#rotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"nextTranslation\",\"url\":\"classes/RigidBody.html#nextTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"nextRotation\",\"url\":\"classes/RigidBody.html#nextRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/RigidBody.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setLinvel\",\"url\":\"classes/RigidBody.html#setLinvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"gravityScale\",\"url\":\"classes/RigidBody.html#gravityScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setGravityScale\",\"url\":\"classes/RigidBody.html#setGravityScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/RigidBody.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAngvel\",\"url\":\"classes/RigidBody.html#setAngvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setNextKinematicTranslation\",\"url\":\"classes/RigidBody.html#setNextKinematicTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setNextKinematicRotation\",\"url\":\"classes/RigidBody.html#setNextKinematicRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"linvel\",\"url\":\"classes/RigidBody.html#linvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"velocityAtPoint\",\"url\":\"classes/RigidBody.html#velocityAtPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"angvel\",\"url\":\"classes/RigidBody.html#angvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"mass\",\"url\":\"classes/RigidBody.html#mass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"effectiveInvMass\",\"url\":\"classes/RigidBody.html#effectiveInvMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"invMass\",\"url\":\"classes/RigidBody.html#invMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"localCom\",\"url\":\"classes/RigidBody.html#localCom\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"worldCom\",\"url\":\"classes/RigidBody.html#worldCom\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"invPrincipalInertiaSqrt\",\"url\":\"classes/RigidBody.html#invPrincipalInertiaSqrt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"principalInertia\",\"url\":\"classes/RigidBody.html#principalInertia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"effectiveWorldInvInertiaSqrt\",\"url\":\"classes/RigidBody.html#effectiveWorldInvInertiaSqrt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"effectiveAngularInertia\",\"url\":\"classes/RigidBody.html#effectiveAngularInertia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"sleep\",\"url\":\"classes/RigidBody.html#sleep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"wakeUp\",\"url\":\"classes/RigidBody.html#wakeUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isCcdEnabled\",\"url\":\"classes/RigidBody.html#isCcdEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"numColliders\",\"url\":\"classes/RigidBody.html#numColliders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"collider\",\"url\":\"classes/RigidBody.html#collider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/RigidBody.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isEnabled\",\"url\":\"classes/RigidBody.html#isEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"bodyType\",\"url\":\"classes/RigidBody.html#bodyType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setBodyType\",\"url\":\"classes/RigidBody.html#setBodyType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isSleeping\",\"url\":\"classes/RigidBody.html#isSleeping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isMoving\",\"url\":\"classes/RigidBody.html#isMoving\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isFixed\",\"url\":\"classes/RigidBody.html#isFixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isKinematic\",\"url\":\"classes/RigidBody.html#isKinematic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/RigidBody.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"linearDamping\",\"url\":\"classes/RigidBody.html#linearDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"angularDamping\",\"url\":\"classes/RigidBody.html#angularDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setLinearDamping\",\"url\":\"classes/RigidBody.html#setLinearDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"recomputeMassPropertiesFromColliders\",\"url\":\"classes/RigidBody.html#recomputeMassPropertiesFromColliders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAdditionalMass\",\"url\":\"classes/RigidBody.html#setAdditionalMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAdditionalMassProperties\",\"url\":\"classes/RigidBody.html#setAdditionalMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAngularDamping\",\"url\":\"classes/RigidBody.html#setAngularDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"resetForces\",\"url\":\"classes/RigidBody.html#resetForces\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"resetTorques\",\"url\":\"classes/RigidBody.html#resetTorques\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"addForce\",\"url\":\"classes/RigidBody.html#addForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"applyImpulse\",\"url\":\"classes/RigidBody.html#applyImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"addTorque\",\"url\":\"classes/RigidBody.html#addTorque\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"applyTorqueImpulse\",\"url\":\"classes/RigidBody.html#applyTorqueImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"addForceAtPoint\",\"url\":\"classes/RigidBody.html#addForceAtPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"applyImpulseAtPoint\",\"url\":\"classes/RigidBody.html#applyImpulseAtPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"userForce\",\"url\":\"classes/RigidBody.html#userForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"userTorque\",\"url\":\"classes/RigidBody.html#userTorque\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":128,\"name\":\"RigidBodyDesc\",\"url\":\"classes/RigidBodyDesc.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"dynamic\",\"url\":\"classes/RigidBodyDesc.html#dynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"kinematicPositionBased\",\"url\":\"classes/RigidBodyDesc.html#kinematicPositionBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"kinematicVelocityBased\",\"url\":\"classes/RigidBodyDesc.html#kinematicVelocityBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"fixed\",\"url\":\"classes/RigidBodyDesc.html#fixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newDynamic\",\"url\":\"classes/RigidBodyDesc.html#newDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newKinematicPositionBased\",\"url\":\"classes/RigidBodyDesc.html#newKinematicPositionBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newKinematicVelocityBased\",\"url\":\"classes/RigidBodyDesc.html#newKinematicVelocityBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newStatic\",\"url\":\"classes/RigidBodyDesc.html#newStatic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RigidBodyDesc.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"enabled\",\"url\":\"classes/RigidBodyDesc.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translation\",\"url\":\"classes/RigidBodyDesc.html#translation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"rotation\",\"url\":\"classes/RigidBodyDesc.html#rotation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"gravityScale\",\"url\":\"classes/RigidBodyDesc.html#gravityScale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"mass\",\"url\":\"classes/RigidBodyDesc.html#mass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"massOnly\",\"url\":\"classes/RigidBodyDesc.html#massOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"centerOfMass\",\"url\":\"classes/RigidBodyDesc.html#centerOfMass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translationsEnabledX\",\"url\":\"classes/RigidBodyDesc.html#translationsEnabledX\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translationsEnabledY\",\"url\":\"classes/RigidBodyDesc.html#translationsEnabledY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"linvel\",\"url\":\"classes/RigidBodyDesc.html#linvel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"angvel\",\"url\":\"classes/RigidBodyDesc.html#angvel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"principalAngularInertia\",\"url\":\"classes/RigidBodyDesc.html#principalAngularInertia\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"rotationsEnabled\",\"url\":\"classes/RigidBodyDesc.html#rotationsEnabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"linearDamping\",\"url\":\"classes/RigidBodyDesc.html#linearDamping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"angularDamping\",\"url\":\"classes/RigidBodyDesc.html#angularDamping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/RigidBodyDesc.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"canSleep\",\"url\":\"classes/RigidBodyDesc.html#canSleep\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"sleeping\",\"url\":\"classes/RigidBodyDesc.html#sleeping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"ccdEnabled\",\"url\":\"classes/RigidBodyDesc.html#ccdEnabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"softCcdPrediction\",\"url\":\"classes/RigidBodyDesc.html#softCcdPrediction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"dominanceGroup\",\"url\":\"classes/RigidBodyDesc.html#dominanceGroup\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"additionalSolverIterations\",\"url\":\"classes/RigidBodyDesc.html#additionalSolverIterations\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"userData\",\"url\":\"classes/RigidBodyDesc.html#userData\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setDominanceGroup\",\"url\":\"classes/RigidBodyDesc.html#setDominanceGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAdditionalSolverIterations\",\"url\":\"classes/RigidBodyDesc.html#setAdditionalSolverIterations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/RigidBodyDesc.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/RigidBodyDesc.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/RigidBodyDesc.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setGravityScale\",\"url\":\"classes/RigidBodyDesc.html#setGravityScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAdditionalMass\",\"url\":\"classes/RigidBodyDesc.html#setAdditionalMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setLinvel\",\"url\":\"classes/RigidBodyDesc.html#setLinvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAngvel\",\"url\":\"classes/RigidBodyDesc.html#setAngvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAdditionalMassProperties\",\"url\":\"classes/RigidBodyDesc.html#setAdditionalMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"enabledTranslations\",\"url\":\"classes/RigidBodyDesc.html#enabledTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"restrictTranslations\",\"url\":\"classes/RigidBodyDesc.html#restrictTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"lockTranslations\",\"url\":\"classes/RigidBodyDesc.html#lockTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"lockRotations\",\"url\":\"classes/RigidBodyDesc.html#lockRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setLinearDamping\",\"url\":\"classes/RigidBodyDesc.html#setLinearDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAngularDamping\",\"url\":\"classes/RigidBodyDesc.html#setAngularDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setCanSleep\",\"url\":\"classes/RigidBodyDesc.html#setCanSleep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setSleeping\",\"url\":\"classes/RigidBodyDesc.html#setSleeping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setCcdEnabled\",\"url\":\"classes/RigidBodyDesc.html#setCcdEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setSoftCcdPrediction\",\"url\":\"classes/RigidBodyDesc.html#setSoftCcdPrediction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setUserData\",\"url\":\"classes/RigidBodyDesc.html#setUserData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":128,\"name\":\"RigidBodySet\",\"url\":\"classes/RigidBodySet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RigidBodySet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/RigidBodySet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/RigidBodySet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/RigidBodySet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RigidBodySet.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"createRigidBody\",\"url\":\"classes/RigidBodySet.html#createRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/RigidBodySet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/RigidBodySet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/RigidBodySet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/RigidBodySet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/RigidBodySet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"forEachActiveRigidBody\",\"url\":\"classes/RigidBodySet.html#forEachActiveRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/RigidBodySet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":128,\"name\":\"IntegrationParameters\",\"url\":\"classes/IntegrationParameters.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IntegrationParameters.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/IntegrationParameters.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/IntegrationParameters.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"dt\",\"url\":\"classes/IntegrationParameters.html#dt\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"contact_erp\",\"url\":\"classes/IntegrationParameters.html#contact_erp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"lengthUnit\",\"url\":\"classes/IntegrationParameters.html#lengthUnit\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"normalizedAllowedLinearError\",\"url\":\"classes/IntegrationParameters.html#normalizedAllowedLinearError\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"normalizedPredictionDistance\",\"url\":\"classes/IntegrationParameters.html#normalizedPredictionDistance\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"numSolverIterations\",\"url\":\"classes/IntegrationParameters.html#numSolverIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"numAdditionalFrictionIterations\",\"url\":\"classes/IntegrationParameters.html#numAdditionalFrictionIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"numInternalPgsIterations\",\"url\":\"classes/IntegrationParameters.html#numInternalPgsIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"minIslandSize\",\"url\":\"classes/IntegrationParameters.html#minIslandSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"maxCcdSubsteps\",\"url\":\"classes/IntegrationParameters.html#maxCcdSubsteps\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"contact_natural_frequency\",\"url\":\"classes/IntegrationParameters.html#contact_natural_frequency\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"switchToStandardPgsSolver\",\"url\":\"classes/IntegrationParameters.html#switchToStandardPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolver\",\"url\":\"classes/IntegrationParameters.html#switchToSmallStepsPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolverWithoutWarmstart\",\"url\":\"classes/IntegrationParameters.html#switchToSmallStepsPgsSolverWithoutWarmstart\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":4194304,\"name\":\"ImpulseJointHandle\",\"url\":\"types/ImpulseJointHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":8,\"name\":\"JointType\",\"url\":\"enums/JointType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Revolute\",\"url\":\"enums/JointType.html#Revolute\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Fixed\",\"url\":\"enums/JointType.html#Fixed\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Prismatic\",\"url\":\"enums/JointType.html#Prismatic\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Rope\",\"url\":\"enums/JointType.html#Rope\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Spring\",\"url\":\"enums/JointType.html#Spring\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":8,\"name\":\"MotorModel\",\"url\":\"enums/MotorModel.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"AccelerationBased\",\"url\":\"enums/MotorModel.html#AccelerationBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MotorModel\"},{\"kind\":16,\"name\":\"ForceBased\",\"url\":\"enums/MotorModel.html#ForceBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MotorModel\"},{\"kind\":8,\"name\":\"JointAxesMask\",\"url\":\"enums/JointAxesMask.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"LinX\",\"url\":\"enums/JointAxesMask.html#LinX\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"LinY\",\"url\":\"enums/JointAxesMask.html#LinY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"LinZ\",\"url\":\"enums/JointAxesMask.html#LinZ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"AngX\",\"url\":\"enums/JointAxesMask.html#AngX\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"AngY\",\"url\":\"enums/JointAxesMask.html#AngY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"AngZ\",\"url\":\"enums/JointAxesMask.html#AngZ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":128,\"name\":\"ImpulseJoint\",\"url\":\"classes/ImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/ImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/ImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/ImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/ImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/ImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/ImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/ImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/ImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/ImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/ImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/ImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/ImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/ImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/ImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/ImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":128,\"name\":\"UnitImpulseJoint\",\"url\":\"classes/UnitImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/UnitImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnitImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/UnitImpulseJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsEnabled\",\"url\":\"classes/UnitImpulseJoint.html#limitsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMin\",\"url\":\"classes/UnitImpulseJoint.html#limitsMin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMax\",\"url\":\"classes/UnitImpulseJoint.html#limitsMax\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setLimits\",\"url\":\"classes/UnitImpulseJoint.html#setLimits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorModel\",\"url\":\"classes/UnitImpulseJoint.html#configureMotorModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorVelocity\",\"url\":\"classes/UnitImpulseJoint.html#configureMotorVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorPosition\",\"url\":\"classes/UnitImpulseJoint.html#configureMotorPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotor\",\"url\":\"classes/UnitImpulseJoint.html#configureMotor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/UnitImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/UnitImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/UnitImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/UnitImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/UnitImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/UnitImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/UnitImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/UnitImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/UnitImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/UnitImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/UnitImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/UnitImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/UnitImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/UnitImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":128,\"name\":\"FixedImpulseJoint\",\"url\":\"classes/FixedImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/FixedImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/FixedImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/FixedImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/FixedImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/FixedImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/FixedImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/FixedImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/FixedImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/FixedImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/FixedImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/FixedImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/FixedImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/FixedImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/FixedImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/FixedImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":128,\"name\":\"RopeImpulseJoint\",\"url\":\"classes/RopeImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/RopeImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RopeImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RopeImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/RopeImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RopeImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RopeImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RopeImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/RopeImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/RopeImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/RopeImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/RopeImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/RopeImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/RopeImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/RopeImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/RopeImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/RopeImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":128,\"name\":\"SpringImpulseJoint\",\"url\":\"classes/SpringImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/SpringImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SpringImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/SpringImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/SpringImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/SpringImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/SpringImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/SpringImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/SpringImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/SpringImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/SpringImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/SpringImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/SpringImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/SpringImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/SpringImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/SpringImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/SpringImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":128,\"name\":\"PrismaticImpulseJoint\",\"url\":\"classes/PrismaticImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/PrismaticImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PrismaticImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/PrismaticImpulseJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsEnabled\",\"url\":\"classes/PrismaticImpulseJoint.html#limitsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMin\",\"url\":\"classes/PrismaticImpulseJoint.html#limitsMin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMax\",\"url\":\"classes/PrismaticImpulseJoint.html#limitsMax\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setLimits\",\"url\":\"classes/PrismaticImpulseJoint.html#setLimits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorModel\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotorModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorVelocity\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotorVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorPosition\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotorPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotor\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/PrismaticImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/PrismaticImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/PrismaticImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/PrismaticImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/PrismaticImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/PrismaticImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/PrismaticImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/PrismaticImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/PrismaticImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/PrismaticImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/PrismaticImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/PrismaticImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/PrismaticImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/PrismaticImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":128,\"name\":\"RevoluteImpulseJoint\",\"url\":\"classes/RevoluteImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/RevoluteImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RevoluteImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/RevoluteImpulseJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsEnabled\",\"url\":\"classes/RevoluteImpulseJoint.html#limitsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMin\",\"url\":\"classes/RevoluteImpulseJoint.html#limitsMin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMax\",\"url\":\"classes/RevoluteImpulseJoint.html#limitsMax\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setLimits\",\"url\":\"classes/RevoluteImpulseJoint.html#setLimits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorModel\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotorModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorVelocity\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotorVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorPosition\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotorPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotor\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RevoluteImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/RevoluteImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RevoluteImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RevoluteImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RevoluteImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/RevoluteImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/RevoluteImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/RevoluteImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/RevoluteImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/RevoluteImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/RevoluteImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/RevoluteImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/RevoluteImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/RevoluteImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":128,\"name\":\"JointData\",\"url\":\"classes/JointData.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fixed\",\"url\":\"classes/JointData.html#fixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"spring\",\"url\":\"classes/JointData.html#spring\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"rope\",\"url\":\"classes/JointData.html#rope\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"revolute\",\"url\":\"classes/JointData.html#revolute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"prismatic\",\"url\":\"classes/JointData.html#prismatic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/JointData.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-private\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"anchor1\",\"url\":\"classes/JointData.html#anchor1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"anchor2\",\"url\":\"classes/JointData.html#anchor2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"axis\",\"url\":\"classes/JointData.html#axis\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"frame1\",\"url\":\"classes/JointData.html#frame1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"frame2\",\"url\":\"classes/JointData.html#frame2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"jointType\",\"url\":\"classes/JointData.html#jointType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"limitsEnabled\",\"url\":\"classes/JointData.html#limitsEnabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"limits\",\"url\":\"classes/JointData.html#limits\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"axesMask\",\"url\":\"classes/JointData.html#axesMask\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"stiffness\",\"url\":\"classes/JointData.html#stiffness\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"damping\",\"url\":\"classes/JointData.html#damping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/JointData.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/JointData.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":128,\"name\":\"ImpulseJointSet\",\"url\":\"classes/ImpulseJointSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImpulseJointSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/ImpulseJointSet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/ImpulseJointSet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/ImpulseJointSet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/ImpulseJointSet.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"createJoint\",\"url\":\"classes/ImpulseJointSet.html#createJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/ImpulseJointSet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"forEachJointHandleAttachedToRigidBody\",\"url\":\"classes/ImpulseJointSet.html#forEachJointHandleAttachedToRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"unmap\",\"url\":\"classes/ImpulseJointSet.html#unmap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/ImpulseJointSet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/ImpulseJointSet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/ImpulseJointSet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/ImpulseJointSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/ImpulseJointSet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":4194304,\"name\":\"MultibodyJointHandle\",\"url\":\"types/MultibodyJointHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"MultibodyJoint\",\"url\":\"classes/MultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/MultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/MultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/MultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/MultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/MultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/MultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":128,\"name\":\"UnitMultibodyJoint\",\"url\":\"classes/UnitMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/UnitMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnitMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/UnitMultibodyJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/UnitMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/UnitMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/UnitMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/UnitMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/UnitMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":128,\"name\":\"FixedMultibodyJoint\",\"url\":\"classes/FixedMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/FixedMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/FixedMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/FixedMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/FixedMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/FixedMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/FixedMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":128,\"name\":\"PrismaticMultibodyJoint\",\"url\":\"classes/PrismaticMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/PrismaticMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PrismaticMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/PrismaticMultibodyJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/PrismaticMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/PrismaticMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/PrismaticMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/PrismaticMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/PrismaticMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":128,\"name\":\"RevoluteMultibodyJoint\",\"url\":\"classes/RevoluteMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/RevoluteMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RevoluteMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/RevoluteMultibodyJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RevoluteMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RevoluteMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RevoluteMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/RevoluteMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/RevoluteMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":128,\"name\":\"MultibodyJointSet\",\"url\":\"classes/MultibodyJointSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MultibodyJointSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/MultibodyJointSet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/MultibodyJointSet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/MultibodyJointSet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"createJoint\",\"url\":\"classes/MultibodyJointSet.html#createJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/MultibodyJointSet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"unmap\",\"url\":\"classes/MultibodyJointSet.html#unmap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/MultibodyJointSet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/MultibodyJointSet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/MultibodyJointSet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/MultibodyJointSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"forEachJointHandleAttachedToRigidBody\",\"url\":\"classes/MultibodyJointSet.html#forEachJointHandleAttachedToRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/MultibodyJointSet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":8,\"name\":\"CoefficientCombineRule\",\"url\":\"enums/CoefficientCombineRule.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Average\",\"url\":\"enums/CoefficientCombineRule.html#Average\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":16,\"name\":\"Min\",\"url\":\"enums/CoefficientCombineRule.html#Min\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":16,\"name\":\"Multiply\",\"url\":\"enums/CoefficientCombineRule.html#Multiply\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":16,\"name\":\"Max\",\"url\":\"enums/CoefficientCombineRule.html#Max\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":128,\"name\":\"CCDSolver\",\"url\":\"classes/CCDSolver.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CCDSolver.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CCDSolver\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/CCDSolver.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CCDSolver\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/CCDSolver.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CCDSolver\"},{\"kind\":128,\"name\":\"IslandManager\",\"url\":\"classes/IslandManager.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IslandManager.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/IslandManager.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/IslandManager.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":2048,\"name\":\"forEachActiveRigidBodyHandle\",\"url\":\"classes/IslandManager.html#forEachActiveRigidBodyHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":128,\"name\":\"BroadPhase\",\"url\":\"classes/BroadPhase.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BroadPhase.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BroadPhase\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/BroadPhase.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BroadPhase\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/BroadPhase.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BroadPhase\"},{\"kind\":128,\"name\":\"NarrowPhase\",\"url\":\"classes/NarrowPhase.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NarrowPhase.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/NarrowPhase.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":1024,\"name\":\"tempManifold\",\"url\":\"classes/NarrowPhase.html#tempManifold\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/NarrowPhase.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"contactPairsWith\",\"url\":\"classes/NarrowPhase.html#contactPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"intersectionPairsWith\",\"url\":\"classes/NarrowPhase.html#intersectionPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"contactPair\",\"url\":\"classes/NarrowPhase.html#contactPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"intersectionPair\",\"url\":\"classes/NarrowPhase.html#intersectionPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":128,\"name\":\"TempContactManifold\",\"url\":\"classes/TempContactManifold.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TempContactManifold.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/TempContactManifold.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/TempContactManifold.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"normal\",\"url\":\"classes/TempContactManifold.html#normal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localNormal1\",\"url\":\"classes/TempContactManifold.html#localNormal1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localNormal2\",\"url\":\"classes/TempContactManifold.html#localNormal2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"subshape1\",\"url\":\"classes/TempContactManifold.html#subshape1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"subshape2\",\"url\":\"classes/TempContactManifold.html#subshape2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"numContacts\",\"url\":\"classes/TempContactManifold.html#numContacts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localContactPoint1\",\"url\":\"classes/TempContactManifold.html#localContactPoint1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localContactPoint2\",\"url\":\"classes/TempContactManifold.html#localContactPoint2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactDist\",\"url\":\"classes/TempContactManifold.html#contactDist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactFid1\",\"url\":\"classes/TempContactManifold.html#contactFid1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactFid2\",\"url\":\"classes/TempContactManifold.html#contactFid2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactImpulse\",\"url\":\"classes/TempContactManifold.html#contactImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactTangentImpulse\",\"url\":\"classes/TempContactManifold.html#contactTangentImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"numSolverContacts\",\"url\":\"classes/TempContactManifold.html#numSolverContacts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactPoint\",\"url\":\"classes/TempContactManifold.html#solverContactPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactDist\",\"url\":\"classes/TempContactManifold.html#solverContactDist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactFriction\",\"url\":\"classes/TempContactManifold.html#solverContactFriction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactRestitution\",\"url\":\"classes/TempContactManifold.html#solverContactRestitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactTangentVelocity\",\"url\":\"classes/TempContactManifold.html#solverContactTangentVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":128,\"name\":\"Shape\",\"url\":\"classes/Shape.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Shape.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Shape.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Shape.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/Shape.html#type\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Shape.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Shape.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Shape.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Shape.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Shape.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Shape.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Shape.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Shape.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":8,\"name\":\"ShapeType\",\"url\":\"enums/ShapeType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Ball\",\"url\":\"enums/ShapeType.html#Ball\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Cuboid\",\"url\":\"enums/ShapeType.html#Cuboid\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Capsule\",\"url\":\"enums/ShapeType.html#Capsule\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Segment\",\"url\":\"enums/ShapeType.html#Segment\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Polyline\",\"url\":\"enums/ShapeType.html#Polyline\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Triangle\",\"url\":\"enums/ShapeType.html#Triangle\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"TriMesh\",\"url\":\"enums/ShapeType.html#TriMesh\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"HeightField\",\"url\":\"enums/ShapeType.html#HeightField\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"ConvexPolygon\",\"url\":\"enums/ShapeType.html#ConvexPolygon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundCuboid\",\"url\":\"enums/ShapeType.html#RoundCuboid\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundTriangle\",\"url\":\"enums/ShapeType.html#RoundTriangle\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundConvexPolygon\",\"url\":\"enums/ShapeType.html#RoundConvexPolygon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"HalfSpace\",\"url\":\"enums/ShapeType.html#HalfSpace\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Voxels\",\"url\":\"enums/ShapeType.html#Voxels\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":8,\"name\":\"TriMeshFlags\",\"url\":\"enums/TriMeshFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"DELETE_BAD_TOPOLOGY_TRIANGLES\",\"url\":\"enums/TriMeshFlags.html#DELETE_BAD_TOPOLOGY_TRIANGLES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"ORIENTED\",\"url\":\"enums/TriMeshFlags.html#ORIENTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"MERGE_DUPLICATE_VERTICES\",\"url\":\"enums/TriMeshFlags.html#MERGE_DUPLICATE_VERTICES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"DELETE_DEGENERATE_TRIANGLES\",\"url\":\"enums/TriMeshFlags.html#DELETE_DEGENERATE_TRIANGLES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"DELETE_DUPLICATE_TRIANGLES\",\"url\":\"enums/TriMeshFlags.html#DELETE_DUPLICATE_TRIANGLES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"FIX_INTERNAL_EDGES\",\"url\":\"enums/TriMeshFlags.html#FIX_INTERNAL_EDGES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":128,\"name\":\"Ball\",\"url\":\"classes/Ball.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Ball.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Ball.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Ball.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/Ball.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Ball.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Ball.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Ball.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Ball.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Ball.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Ball.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Ball.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Ball.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Ball.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":128,\"name\":\"HalfSpace\",\"url\":\"classes/HalfSpace.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/HalfSpace.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HalfSpace.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/HalfSpace.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":1024,\"name\":\"normal\",\"url\":\"classes/HalfSpace.html#normal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/HalfSpace.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/HalfSpace.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/HalfSpace.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/HalfSpace.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/HalfSpace.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/HalfSpace.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/HalfSpace.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/HalfSpace.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/HalfSpace.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":128,\"name\":\"Cuboid\",\"url\":\"classes/Cuboid.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Cuboid.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Cuboid.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Cuboid.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":1024,\"name\":\"halfExtents\",\"url\":\"classes/Cuboid.html#halfExtents\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Cuboid.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Cuboid.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Cuboid.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Cuboid.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Cuboid.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Cuboid.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Cuboid.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Cuboid.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Cuboid.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":128,\"name\":\"RoundCuboid\",\"url\":\"classes/RoundCuboid.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundCuboid.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundCuboid.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundCuboid.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":1024,\"name\":\"halfExtents\",\"url\":\"classes/RoundCuboid.html#halfExtents\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundCuboid.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundCuboid.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundCuboid.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundCuboid.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundCuboid.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundCuboid.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundCuboid.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundCuboid.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundCuboid.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundCuboid.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":128,\"name\":\"Capsule\",\"url\":\"classes/Capsule.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Capsule.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Capsule.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Capsule.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/Capsule.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":1024,\"name\":\"halfHeight\",\"url\":\"classes/Capsule.html#halfHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Capsule.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Capsule.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Capsule.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Capsule.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Capsule.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Capsule.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Capsule.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Capsule.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Capsule.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":128,\"name\":\"Segment\",\"url\":\"classes/Segment.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Segment.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Segment.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Segment.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/Segment.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/Segment.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Segment.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Segment.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Segment.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Segment.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Segment.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Segment.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Segment.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Segment.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Segment.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":128,\"name\":\"Triangle\",\"url\":\"classes/Triangle.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Triangle.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Triangle.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Triangle.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/Triangle.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/Triangle.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/Triangle.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Triangle.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Triangle.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Triangle.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Triangle.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Triangle.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Triangle.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Triangle.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Triangle.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Triangle.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":128,\"name\":\"RoundTriangle\",\"url\":\"classes/RoundTriangle.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundTriangle.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundTriangle.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundTriangle.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/RoundTriangle.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/RoundTriangle.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/RoundTriangle.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundTriangle.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundTriangle.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundTriangle.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundTriangle.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundTriangle.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundTriangle.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundTriangle.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundTriangle.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundTriangle.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundTriangle.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":128,\"name\":\"Polyline\",\"url\":\"classes/Polyline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Polyline.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Polyline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Polyline.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/Polyline.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":1024,\"name\":\"indices\",\"url\":\"classes/Polyline.html#indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Polyline.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Polyline.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Polyline.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Polyline.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Polyline.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Polyline.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Polyline.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Polyline.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Polyline.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":128,\"name\":\"Voxels\",\"url\":\"classes/Voxels.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Voxels.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Voxels.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Voxels\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Voxels.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Voxels\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"classes/Voxels.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Voxels\"},{\"kind\":1024,\"name\":\"voxelSize\",\"url\":\"classes/Voxels.html#voxelSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Voxels.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Voxels.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Voxels.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Voxels.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Voxels.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Voxels.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Voxels.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Voxels.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Voxels.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":128,\"name\":\"TriMesh\",\"url\":\"classes/TriMesh.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/TriMesh.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TriMesh.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/TriMesh.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/TriMesh.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"indices\",\"url\":\"classes/TriMesh.html#indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"flags\",\"url\":\"classes/TriMesh.html#flags\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/TriMesh.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/TriMesh.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/TriMesh.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/TriMesh.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/TriMesh.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/TriMesh.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/TriMesh.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/TriMesh.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/TriMesh.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":128,\"name\":\"ConvexPolygon\",\"url\":\"classes/ConvexPolygon.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ConvexPolygon.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConvexPolygon.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ConvexPolygon\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/ConvexPolygon.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConvexPolygon\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/ConvexPolygon.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConvexPolygon\"},{\"kind\":1024,\"name\":\"skipConvexHullComputation\",\"url\":\"classes/ConvexPolygon.html#skipConvexHullComputation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/ConvexPolygon.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/ConvexPolygon.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/ConvexPolygon.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/ConvexPolygon.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/ConvexPolygon.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/ConvexPolygon.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/ConvexPolygon.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/ConvexPolygon.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/ConvexPolygon.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolygon\"},{\"kind\":128,\"name\":\"RoundConvexPolygon\",\"url\":\"classes/RoundConvexPolygon.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundConvexPolygon.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundConvexPolygon.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundConvexPolygon.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/RoundConvexPolygon.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":1024,\"name\":\"skipConvexHullComputation\",\"url\":\"classes/RoundConvexPolygon.html#skipConvexHullComputation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundConvexPolygon.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundConvexPolygon.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundConvexPolygon.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundConvexPolygon.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundConvexPolygon.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundConvexPolygon.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundConvexPolygon.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundConvexPolygon.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundConvexPolygon.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundConvexPolygon.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolygon\"},{\"kind\":128,\"name\":\"Heightfield\",\"url\":\"classes/Heightfield.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Heightfield.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Heightfield.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Heightfield.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"heights\",\"url\":\"classes/Heightfield.html#heights\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/Heightfield.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Heightfield.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Heightfield.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Heightfield.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Heightfield.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Heightfield.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Heightfield.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Heightfield.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Heightfield.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Heightfield.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":8,\"name\":\"ActiveCollisionTypes\",\"url\":\"enums/ActiveCollisionTypes.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"DYNAMIC_DYNAMIC\",\"url\":\"enums/ActiveCollisionTypes.html#DYNAMIC_DYNAMIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"DYNAMIC_KINEMATIC\",\"url\":\"enums/ActiveCollisionTypes.html#DYNAMIC_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"DYNAMIC_FIXED\",\"url\":\"enums/ActiveCollisionTypes.html#DYNAMIC_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"KINEMATIC_KINEMATIC\",\"url\":\"enums/ActiveCollisionTypes.html#KINEMATIC_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"KINEMATIC_FIXED\",\"url\":\"enums/ActiveCollisionTypes.html#KINEMATIC_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"FIXED_FIXED\",\"url\":\"enums/ActiveCollisionTypes.html#FIXED_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"DEFAULT\",\"url\":\"enums/ActiveCollisionTypes.html#DEFAULT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"ALL\",\"url\":\"enums/ActiveCollisionTypes.html#ALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":4194304,\"name\":\"ColliderHandle\",\"url\":\"types/ColliderHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"Collider\",\"url\":\"classes/Collider.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Collider.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"colliderSet\",\"url\":\"classes/Collider.html#colliderSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/Collider.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"_shape\",\"url\":\"classes/Collider.html#_shape\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"_parent\",\"url\":\"classes/Collider.html#_parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/Collider.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"ensureShapeIsCached\",\"url\":\"classes/Collider.html#ensureShapeIsCached\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":262144,\"name\":\"shape\",\"url\":\"classes/Collider.html#shape\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"clearShapeCache\",\"url\":\"classes/Collider.html#clearShapeCache\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/Collider.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"translation\",\"url\":\"classes/Collider.html#translation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"rotation\",\"url\":\"classes/Collider.html#rotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"isSensor\",\"url\":\"classes/Collider.html#isSensor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setSensor\",\"url\":\"classes/Collider.html#setSensor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setShape\",\"url\":\"classes/Collider.html#setShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/Collider.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"isEnabled\",\"url\":\"classes/Collider.html#isEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRestitution\",\"url\":\"classes/Collider.html#setRestitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setFriction\",\"url\":\"classes/Collider.html#setFriction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"frictionCombineRule\",\"url\":\"classes/Collider.html#frictionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setFrictionCombineRule\",\"url\":\"classes/Collider.html#setFrictionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"restitutionCombineRule\",\"url\":\"classes/Collider.html#restitutionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRestitutionCombineRule\",\"url\":\"classes/Collider.html#setRestitutionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setCollisionGroups\",\"url\":\"classes/Collider.html#setCollisionGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setSolverGroups\",\"url\":\"classes/Collider.html#setSolverGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactSkin\",\"url\":\"classes/Collider.html#contactSkin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setContactSkin\",\"url\":\"classes/Collider.html#setContactSkin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"activeHooks\",\"url\":\"classes/Collider.html#activeHooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setActiveHooks\",\"url\":\"classes/Collider.html#setActiveHooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"activeEvents\",\"url\":\"classes/Collider.html#activeEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setActiveEvents\",\"url\":\"classes/Collider.html#setActiveEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"activeCollisionTypes\",\"url\":\"classes/Collider.html#activeCollisionTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setContactForceEventThreshold\",\"url\":\"classes/Collider.html#setContactForceEventThreshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactForceEventThreshold\",\"url\":\"classes/Collider.html#contactForceEventThreshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setActiveCollisionTypes\",\"url\":\"classes/Collider.html#setActiveCollisionTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setDensity\",\"url\":\"classes/Collider.html#setDensity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setMass\",\"url\":\"classes/Collider.html#setMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setMassProperties\",\"url\":\"classes/Collider.html#setMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/Collider.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setTranslationWrtParent\",\"url\":\"classes/Collider.html#setTranslationWrtParent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/Collider.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRotationWrtParent\",\"url\":\"classes/Collider.html#setRotationWrtParent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"shapeType\",\"url\":\"classes/Collider.html#shapeType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"halfExtents\",\"url\":\"classes/Collider.html#halfExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setHalfExtents\",\"url\":\"classes/Collider.html#setHalfExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"radius\",\"url\":\"classes/Collider.html#radius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRadius\",\"url\":\"classes/Collider.html#setRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"roundRadius\",\"url\":\"classes/Collider.html#roundRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRoundRadius\",\"url\":\"classes/Collider.html#setRoundRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"halfHeight\",\"url\":\"classes/Collider.html#halfHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setHalfHeight\",\"url\":\"classes/Collider.html#setHalfHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setVoxel\",\"url\":\"classes/Collider.html#setVoxel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"propagateVoxelChange\",\"url\":\"classes/Collider.html#propagateVoxelChange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"combineVoxelStates\",\"url\":\"classes/Collider.html#combineVoxelStates\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"vertices\",\"url\":\"classes/Collider.html#vertices\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"indices\",\"url\":\"classes/Collider.html#indices\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"heightfieldHeights\",\"url\":\"classes/Collider.html#heightfieldHeights\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"heightfieldScale\",\"url\":\"classes/Collider.html#heightfieldScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"parent\",\"url\":\"classes/Collider.html#parent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"friction\",\"url\":\"classes/Collider.html#friction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"restitution\",\"url\":\"classes/Collider.html#restitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"density\",\"url\":\"classes/Collider.html#density\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"mass\",\"url\":\"classes/Collider.html#mass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"volume\",\"url\":\"classes/Collider.html#volume\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"collisionGroups\",\"url\":\"classes/Collider.html#collisionGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"solverGroups\",\"url\":\"classes/Collider.html#solverGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Collider.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Collider.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Collider.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Collider.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castCollider\",\"url\":\"classes/Collider.html#castCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Collider.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Collider.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactCollider\",\"url\":\"classes/Collider.html#contactCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Collider.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Collider.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":8,\"name\":\"MassPropsMode\",\"url\":\"enums/MassPropsMode.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Density\",\"url\":\"enums/MassPropsMode.html#Density\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MassPropsMode\"},{\"kind\":16,\"name\":\"Mass\",\"url\":\"enums/MassPropsMode.html#Mass\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MassPropsMode\"},{\"kind\":16,\"name\":\"MassProps\",\"url\":\"enums/MassPropsMode.html#MassProps\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MassPropsMode\"},{\"kind\":128,\"name\":\"ColliderDesc\",\"url\":\"classes/ColliderDesc.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"ball\",\"url\":\"classes/ColliderDesc.html#ball\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"capsule\",\"url\":\"classes/ColliderDesc.html#capsule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"segment\",\"url\":\"classes/ColliderDesc.html#segment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"triangle\",\"url\":\"classes/ColliderDesc.html#triangle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundTriangle\",\"url\":\"classes/ColliderDesc.html#roundTriangle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"polyline\",\"url\":\"classes/ColliderDesc.html#polyline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"voxels\",\"url\":\"classes/ColliderDesc.html#voxels\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"trimesh\",\"url\":\"classes/ColliderDesc.html#trimesh\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"cuboid\",\"url\":\"classes/ColliderDesc.html#cuboid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundCuboid\",\"url\":\"classes/ColliderDesc.html#roundCuboid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"halfspace\",\"url\":\"classes/ColliderDesc.html#halfspace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"heightfield\",\"url\":\"classes/ColliderDesc.html#heightfield\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"convexHull\",\"url\":\"classes/ColliderDesc.html#convexHull\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"convexPolyline\",\"url\":\"classes/ColliderDesc.html#convexPolyline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundConvexHull\",\"url\":\"classes/ColliderDesc.html#roundConvexHull\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundConvexPolyline\",\"url\":\"classes/ColliderDesc.html#roundConvexPolyline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColliderDesc.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"enabled\",\"url\":\"classes/ColliderDesc.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"shape\",\"url\":\"classes/ColliderDesc.html#shape\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"massPropsMode\",\"url\":\"classes/ColliderDesc.html#massPropsMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"mass\",\"url\":\"classes/ColliderDesc.html#mass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"centerOfMass\",\"url\":\"classes/ColliderDesc.html#centerOfMass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"principalAngularInertia\",\"url\":\"classes/ColliderDesc.html#principalAngularInertia\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"rotationsEnabled\",\"url\":\"classes/ColliderDesc.html#rotationsEnabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"density\",\"url\":\"classes/ColliderDesc.html#density\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"friction\",\"url\":\"classes/ColliderDesc.html#friction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"restitution\",\"url\":\"classes/ColliderDesc.html#restitution\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"rotation\",\"url\":\"classes/ColliderDesc.html#rotation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"translation\",\"url\":\"classes/ColliderDesc.html#translation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"isSensor\",\"url\":\"classes/ColliderDesc.html#isSensor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"collisionGroups\",\"url\":\"classes/ColliderDesc.html#collisionGroups\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"solverGroups\",\"url\":\"classes/ColliderDesc.html#solverGroups\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"frictionCombineRule\",\"url\":\"classes/ColliderDesc.html#frictionCombineRule\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"restitutionCombineRule\",\"url\":\"classes/ColliderDesc.html#restitutionCombineRule\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"activeEvents\",\"url\":\"classes/ColliderDesc.html#activeEvents\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"activeHooks\",\"url\":\"classes/ColliderDesc.html#activeHooks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"activeCollisionTypes\",\"url\":\"classes/ColliderDesc.html#activeCollisionTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"contactForceEventThreshold\",\"url\":\"classes/ColliderDesc.html#contactForceEventThreshold\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"contactSkin\",\"url\":\"classes/ColliderDesc.html#contactSkin\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/ColliderDesc.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/ColliderDesc.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setSensor\",\"url\":\"classes/ColliderDesc.html#setSensor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/ColliderDesc.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setContactSkin\",\"url\":\"classes/ColliderDesc.html#setContactSkin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setDensity\",\"url\":\"classes/ColliderDesc.html#setDensity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setMass\",\"url\":\"classes/ColliderDesc.html#setMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setMassProperties\",\"url\":\"classes/ColliderDesc.html#setMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setRestitution\",\"url\":\"classes/ColliderDesc.html#setRestitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setFriction\",\"url\":\"classes/ColliderDesc.html#setFriction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setFrictionCombineRule\",\"url\":\"classes/ColliderDesc.html#setFrictionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setRestitutionCombineRule\",\"url\":\"classes/ColliderDesc.html#setRestitutionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setCollisionGroups\",\"url\":\"classes/ColliderDesc.html#setCollisionGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setSolverGroups\",\"url\":\"classes/ColliderDesc.html#setSolverGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setActiveHooks\",\"url\":\"classes/ColliderDesc.html#setActiveHooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setActiveEvents\",\"url\":\"classes/ColliderDesc.html#setActiveEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setActiveCollisionTypes\",\"url\":\"classes/ColliderDesc.html#setActiveCollisionTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setContactForceEventThreshold\",\"url\":\"classes/ColliderDesc.html#setContactForceEventThreshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":128,\"name\":\"ColliderSet\",\"url\":\"classes/ColliderSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColliderSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/ColliderSet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/ColliderSet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/ColliderSet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"castClosure\",\"url\":\"classes/ColliderSet.html#castClosure\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/ColliderSet.html#castClosure.castClosure-1.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"ColliderSet.castClosure.castClosure\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/ColliderSet.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"createCollider\",\"url\":\"classes/ColliderSet.html#createCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/ColliderSet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"unmap\",\"url\":\"classes/ColliderSet.html#unmap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/ColliderSet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/ColliderSet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/ColliderSet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/ColliderSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/ColliderSet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":8,\"name\":\"FeatureType\",\"url\":\"enums/FeatureType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Vertex\",\"url\":\"enums/FeatureType.html#Vertex\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":16,\"name\":\"Face\",\"url\":\"enums/FeatureType.html#Face\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":16,\"name\":\"Unknown\",\"url\":\"enums/FeatureType.html#Unknown\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":128,\"name\":\"Ray\",\"url\":\"classes/Ray.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Ray.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":1024,\"name\":\"origin\",\"url\":\"classes/Ray.html#origin\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":1024,\"name\":\"dir\",\"url\":\"classes/Ray.html#dir\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":2048,\"name\":\"pointAt\",\"url\":\"classes/Ray.html#pointAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":128,\"name\":\"RayIntersection\",\"url\":\"classes/RayIntersection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RayIntersection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RayIntersection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"timeOfImpact\",\"url\":\"classes/RayIntersection.html#timeOfImpact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"normal\",\"url\":\"classes/RayIntersection.html#normal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"featureType\",\"url\":\"classes/RayIntersection.html#featureType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"featureId\",\"url\":\"classes/RayIntersection.html#featureId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":128,\"name\":\"RayColliderIntersection\",\"url\":\"classes/RayColliderIntersection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RayColliderIntersection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RayColliderIntersection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/RayColliderIntersection.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"timeOfImpact\",\"url\":\"classes/RayColliderIntersection.html#timeOfImpact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"normal\",\"url\":\"classes/RayColliderIntersection.html#normal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"featureType\",\"url\":\"classes/RayColliderIntersection.html#featureType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"featureId\",\"url\":\"classes/RayColliderIntersection.html#featureId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":128,\"name\":\"RayColliderHit\",\"url\":\"classes/RayColliderHit.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RayColliderHit.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RayColliderHit.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/RayColliderHit.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":1024,\"name\":\"timeOfImpact\",\"url\":\"classes/RayColliderHit.html#timeOfImpact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":128,\"name\":\"PointProjection\",\"url\":\"classes/PointProjection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/PointProjection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PointProjection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":1024,\"name\":\"point\",\"url\":\"classes/PointProjection.html#point\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":1024,\"name\":\"isInside\",\"url\":\"classes/PointProjection.html#isInside\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":128,\"name\":\"PointColliderProjection\",\"url\":\"classes/PointColliderProjection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/PointColliderProjection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PointColliderProjection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/PointColliderProjection.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"point\",\"url\":\"classes/PointColliderProjection.html#point\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"isInside\",\"url\":\"classes/PointColliderProjection.html#isInside\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"featureType\",\"url\":\"classes/PointColliderProjection.html#featureType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"featureId\",\"url\":\"classes/PointColliderProjection.html#featureId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":128,\"name\":\"ShapeCastHit\",\"url\":\"classes/ShapeCastHit.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ShapeCastHit.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ShapeCastHit.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"time_of_impact\",\"url\":\"classes/ShapeCastHit.html#time_of_impact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"witness1\",\"url\":\"classes/ShapeCastHit.html#witness1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"witness2\",\"url\":\"classes/ShapeCastHit.html#witness2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/ShapeCastHit.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/ShapeCastHit.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":128,\"name\":\"ColliderShapeCastHit\",\"url\":\"classes/ColliderShapeCastHit.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ColliderShapeCastHit.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColliderShapeCastHit.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/ColliderShapeCastHit.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"time_of_impact\",\"url\":\"classes/ColliderShapeCastHit.html#time_of_impact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"witness1\",\"url\":\"classes/ColliderShapeCastHit.html#witness1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"witness2\",\"url\":\"classes/ColliderShapeCastHit.html#witness2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/ColliderShapeCastHit.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/ColliderShapeCastHit.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":4194304,\"name\":\"InteractionGroups\",\"url\":\"types/InteractionGroups.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"ShapeContact\",\"url\":\"classes/ShapeContact.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ShapeContact.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ShapeContact.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"distance\",\"url\":\"classes/ShapeContact.html#distance\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"point1\",\"url\":\"classes/ShapeContact.html#point1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"point2\",\"url\":\"classes/ShapeContact.html#point2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/ShapeContact.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/ShapeContact.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":128,\"name\":\"World\",\"url\":\"classes/World.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/World.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"restoreSnapshot\",\"url\":\"classes/World.html#restoreSnapshot\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/World.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"gravity\",\"url\":\"classes/World.html#gravity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"integrationParameters\",\"url\":\"classes/World.html#integrationParameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"islands\",\"url\":\"classes/World.html#islands\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"broadPhase\",\"url\":\"classes/World.html#broadPhase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"narrowPhase\",\"url\":\"classes/World.html#narrowPhase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"bodies\",\"url\":\"classes/World.html#bodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"colliders\",\"url\":\"classes/World.html#colliders\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"impulseJoints\",\"url\":\"classes/World.html#impulseJoints\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"multibodyJoints\",\"url\":\"classes/World.html#multibodyJoints\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"ccdSolver\",\"url\":\"classes/World.html#ccdSolver\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"queryPipeline\",\"url\":\"classes/World.html#queryPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"physicsPipeline\",\"url\":\"classes/World.html#physicsPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"serializationPipeline\",\"url\":\"classes/World.html#serializationPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"debugRenderPipeline\",\"url\":\"classes/World.html#debugRenderPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"characterControllers\",\"url\":\"classes/World.html#characterControllers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"pidControllers\",\"url\":\"classes/World.html#pidControllers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/World.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"takeSnapshot\",\"url\":\"classes/World.html#takeSnapshot\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"debugRender\",\"url\":\"classes/World.html#debugRender\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"step\",\"url\":\"classes/World.html#step\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"propagateModifiedBodyPositionsToColliders\",\"url\":\"classes/World.html#propagateModifiedBodyPositionsToColliders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"updateSceneQueries\",\"url\":\"classes/World.html#updateSceneQueries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"timestep\",\"url\":\"classes/World.html#timestep\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"lengthUnit\",\"url\":\"classes/World.html#lengthUnit\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"numSolverIterations\",\"url\":\"classes/World.html#numSolverIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"numAdditionalFrictionIterations\",\"url\":\"classes/World.html#numAdditionalFrictionIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"numInternalPgsIterations\",\"url\":\"classes/World.html#numInternalPgsIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"switchToStandardPgsSolver\",\"url\":\"classes/World.html#switchToStandardPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolver\",\"url\":\"classes/World.html#switchToSmallStepsPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolverWithoutWarmstart\",\"url\":\"classes/World.html#switchToSmallStepsPgsSolverWithoutWarmstart\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createRigidBody\",\"url\":\"classes/World.html#createRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createCharacterController\",\"url\":\"classes/World.html#createCharacterController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeCharacterController\",\"url\":\"classes/World.html#removeCharacterController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createPidController\",\"url\":\"classes/World.html#createPidController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removePidController\",\"url\":\"classes/World.html#removePidController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createCollider\",\"url\":\"classes/World.html#createCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createImpulseJoint\",\"url\":\"classes/World.html#createImpulseJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createMultibodyJoint\",\"url\":\"classes/World.html#createMultibodyJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getRigidBody\",\"url\":\"classes/World.html#getRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getCollider\",\"url\":\"classes/World.html#getCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getImpulseJoint\",\"url\":\"classes/World.html#getImpulseJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getMultibodyJoint\",\"url\":\"classes/World.html#getMultibodyJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeRigidBody\",\"url\":\"classes/World.html#removeRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeCollider\",\"url\":\"classes/World.html#removeCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeImpulseJoint\",\"url\":\"classes/World.html#removeImpulseJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeMultibodyJoint\",\"url\":\"classes/World.html#removeMultibodyJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"forEachCollider\",\"url\":\"classes/World.html#forEachCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"forEachRigidBody\",\"url\":\"classes/World.html#forEachRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"forEachActiveRigidBody\",\"url\":\"classes/World.html#forEachActiveRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/World.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/World.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionsWithRay\",\"url\":\"classes/World.html#intersectionsWithRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionWithShape\",\"url\":\"classes/World.html#intersectionWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/World.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"projectPointAndGetFeature\",\"url\":\"classes/World.html#projectPointAndGetFeature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionsWithPoint\",\"url\":\"classes/World.html#intersectionsWithPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/World.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionsWithShape\",\"url\":\"classes/World.html#intersectionsWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"collidersWithAabbIntersectingAabb\",\"url\":\"classes/World.html#collidersWithAabbIntersectingAabb\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"contactPairsWith\",\"url\":\"classes/World.html#contactPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionPairsWith\",\"url\":\"classes/World.html#intersectionPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"contactPair\",\"url\":\"classes/World.html#contactPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionPair\",\"url\":\"classes/World.html#intersectionPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":128,\"name\":\"PhysicsPipeline\",\"url\":\"classes/PhysicsPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PhysicsPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/PhysicsPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/PhysicsPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":2048,\"name\":\"step\",\"url\":\"classes/PhysicsPipeline.html#step\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":128,\"name\":\"SerializationPipeline\",\"url\":\"classes/SerializationPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SerializationPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/SerializationPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/SerializationPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":2048,\"name\":\"serializeAll\",\"url\":\"classes/SerializationPipeline.html#serializeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":2048,\"name\":\"deserializeAll\",\"url\":\"classes/SerializationPipeline.html#deserializeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":8,\"name\":\"ActiveEvents\",\"url\":\"enums/ActiveEvents.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/ActiveEvents.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveEvents\"},{\"kind\":16,\"name\":\"COLLISION_EVENTS\",\"url\":\"enums/ActiveEvents.html#COLLISION_EVENTS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveEvents\"},{\"kind\":16,\"name\":\"CONTACT_FORCE_EVENTS\",\"url\":\"enums/ActiveEvents.html#CONTACT_FORCE_EVENTS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveEvents\"},{\"kind\":128,\"name\":\"TempContactForceEvent\",\"url\":\"classes/TempContactForceEvent.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TempContactForceEvent.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/TempContactForceEvent.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/TempContactForceEvent.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"collider1\",\"url\":\"classes/TempContactForceEvent.html#collider1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"collider2\",\"url\":\"classes/TempContactForceEvent.html#collider2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"totalForce\",\"url\":\"classes/TempContactForceEvent.html#totalForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"totalForceMagnitude\",\"url\":\"classes/TempContactForceEvent.html#totalForceMagnitude\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"maxForceDirection\",\"url\":\"classes/TempContactForceEvent.html#maxForceDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"maxForceMagnitude\",\"url\":\"classes/TempContactForceEvent.html#maxForceMagnitude\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":128,\"name\":\"EventQueue\",\"url\":\"classes/EventQueue.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EventQueue.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/EventQueue.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/EventQueue.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"drainCollisionEvents\",\"url\":\"classes/EventQueue.html#drainCollisionEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"drainContactForceEvents\",\"url\":\"classes/EventQueue.html#drainContactForceEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/EventQueue.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":8,\"name\":\"ActiveHooks\",\"url\":\"enums/ActiveHooks.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/ActiveHooks.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveHooks\"},{\"kind\":16,\"name\":\"FILTER_CONTACT_PAIRS\",\"url\":\"enums/ActiveHooks.html#FILTER_CONTACT_PAIRS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveHooks\"},{\"kind\":16,\"name\":\"FILTER_INTERSECTION_PAIRS\",\"url\":\"enums/ActiveHooks.html#FILTER_INTERSECTION_PAIRS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveHooks\"},{\"kind\":8,\"name\":\"SolverFlags\",\"url\":\"enums/SolverFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"EMPTY\",\"url\":\"enums/SolverFlags.html#EMPTY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SolverFlags\"},{\"kind\":16,\"name\":\"COMPUTE_IMPULSE\",\"url\":\"enums/SolverFlags.html#COMPUTE_IMPULSE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SolverFlags\"},{\"kind\":256,\"name\":\"PhysicsHooks\",\"url\":\"interfaces/PhysicsHooks.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"filterContactPair\",\"url\":\"interfaces/PhysicsHooks.html#filterContactPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PhysicsHooks\"},{\"kind\":2048,\"name\":\"filterIntersectionPair\",\"url\":\"interfaces/PhysicsHooks.html#filterIntersectionPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PhysicsHooks\"},{\"kind\":128,\"name\":\"DebugRenderBuffers\",\"url\":\"classes/DebugRenderBuffers.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DebugRenderBuffers.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DebugRenderBuffers\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/DebugRenderBuffers.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderBuffers\"},{\"kind\":1024,\"name\":\"colors\",\"url\":\"classes/DebugRenderBuffers.html#colors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderBuffers\"},{\"kind\":128,\"name\":\"DebugRenderPipeline\",\"url\":\"classes/DebugRenderPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DebugRenderPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/DebugRenderPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/DebugRenderPipeline.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":1024,\"name\":\"colors\",\"url\":\"classes/DebugRenderPipeline.html#colors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/DebugRenderPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/DebugRenderPipeline.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":8,\"name\":\"QueryFilterFlags\",\"url\":\"enums/QueryFilterFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"EXCLUDE_FIXED\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_KINEMATIC\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_DYNAMIC\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_DYNAMIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_SENSORS\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_SENSORS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_SOLIDS\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_SOLIDS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"ONLY_DYNAMIC\",\"url\":\"enums/QueryFilterFlags.html#ONLY_DYNAMIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"ONLY_KINEMATIC\",\"url\":\"enums/QueryFilterFlags.html#ONLY_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"ONLY_FIXED\",\"url\":\"enums/QueryFilterFlags.html#ONLY_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":128,\"name\":\"QueryPipeline\",\"url\":\"classes/QueryPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/QueryPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/QueryPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/QueryPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"update\",\"url\":\"classes/QueryPipeline.html#update\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/QueryPipeline.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/QueryPipeline.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionsWithRay\",\"url\":\"classes/QueryPipeline.html#intersectionsWithRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionWithShape\",\"url\":\"classes/QueryPipeline.html#intersectionWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/QueryPipeline.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"projectPointAndGetFeature\",\"url\":\"classes/QueryPipeline.html#projectPointAndGetFeature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionsWithPoint\",\"url\":\"classes/QueryPipeline.html#intersectionsWithPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/QueryPipeline.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionsWithShape\",\"url\":\"classes/QueryPipeline.html#intersectionsWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"collidersWithAabbIntersectingAabb\",\"url\":\"classes/QueryPipeline.html#collidersWithAabbIntersectingAabb\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":128,\"name\":\"CharacterCollision\",\"url\":\"classes/CharacterCollision.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CharacterCollision.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/CharacterCollision.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"translationDeltaApplied\",\"url\":\"classes/CharacterCollision.html#translationDeltaApplied\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"translationDeltaRemaining\",\"url\":\"classes/CharacterCollision.html#translationDeltaRemaining\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"toi\",\"url\":\"classes/CharacterCollision.html#toi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"witness1\",\"url\":\"classes/CharacterCollision.html#witness1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"witness2\",\"url\":\"classes/CharacterCollision.html#witness2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/CharacterCollision.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/CharacterCollision.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":128,\"name\":\"KinematicCharacterController\",\"url\":\"classes/KinematicCharacterController.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/KinematicCharacterController.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/KinematicCharacterController.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"rawCharacterCollision\",\"url\":\"classes/KinematicCharacterController.html#rawCharacterCollision\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"classes/KinematicCharacterController.html#params\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"bodies\",\"url\":\"classes/KinematicCharacterController.html#bodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"colliders\",\"url\":\"classes/KinematicCharacterController.html#colliders\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"queries\",\"url\":\"classes/KinematicCharacterController.html#queries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"_applyImpulsesToDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#_applyImpulsesToDynamicBodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"_characterMass\",\"url\":\"classes/KinematicCharacterController.html#_characterMass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/KinematicCharacterController.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"up\",\"url\":\"classes/KinematicCharacterController.html#up\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setUp\",\"url\":\"classes/KinematicCharacterController.html#setUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"applyImpulsesToDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#applyImpulsesToDynamicBodies\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setApplyImpulsesToDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#setApplyImpulsesToDynamicBodies\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"characterMass\",\"url\":\"classes/KinematicCharacterController.html#characterMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setCharacterMass\",\"url\":\"classes/KinematicCharacterController.html#setCharacterMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"offset\",\"url\":\"classes/KinematicCharacterController.html#offset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setOffset\",\"url\":\"classes/KinematicCharacterController.html#setOffset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"normalNudgeFactor\",\"url\":\"classes/KinematicCharacterController.html#normalNudgeFactor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setNormalNudgeFactor\",\"url\":\"classes/KinematicCharacterController.html#setNormalNudgeFactor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"slideEnabled\",\"url\":\"classes/KinematicCharacterController.html#slideEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setSlideEnabled\",\"url\":\"classes/KinematicCharacterController.html#setSlideEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepMaxHeight\",\"url\":\"classes/KinematicCharacterController.html#autostepMaxHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepMinWidth\",\"url\":\"classes/KinematicCharacterController.html#autostepMinWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepIncludesDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#autostepIncludesDynamicBodies\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepEnabled\",\"url\":\"classes/KinematicCharacterController.html#autostepEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"enableAutostep\",\"url\":\"classes/KinematicCharacterController.html#enableAutostep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"disableAutostep\",\"url\":\"classes/KinematicCharacterController.html#disableAutostep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"maxSlopeClimbAngle\",\"url\":\"classes/KinematicCharacterController.html#maxSlopeClimbAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setMaxSlopeClimbAngle\",\"url\":\"classes/KinematicCharacterController.html#setMaxSlopeClimbAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"minSlopeSlideAngle\",\"url\":\"classes/KinematicCharacterController.html#minSlopeSlideAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setMinSlopeSlideAngle\",\"url\":\"classes/KinematicCharacterController.html#setMinSlopeSlideAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"snapToGroundDistance\",\"url\":\"classes/KinematicCharacterController.html#snapToGroundDistance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"enableSnapToGround\",\"url\":\"classes/KinematicCharacterController.html#enableSnapToGround\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"disableSnapToGround\",\"url\":\"classes/KinematicCharacterController.html#disableSnapToGround\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"snapToGroundEnabled\",\"url\":\"classes/KinematicCharacterController.html#snapToGroundEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computeColliderMovement\",\"url\":\"classes/KinematicCharacterController.html#computeColliderMovement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computedMovement\",\"url\":\"classes/KinematicCharacterController.html#computedMovement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computedGrounded\",\"url\":\"classes/KinematicCharacterController.html#computedGrounded\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"numComputedCollisions\",\"url\":\"classes/KinematicCharacterController.html#numComputedCollisions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computedCollision\",\"url\":\"classes/KinematicCharacterController.html#computedCollision\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":8,\"name\":\"PidAxesMask\",\"url\":\"enums/PidAxesMask.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"None\",\"url\":\"enums/PidAxesMask.html#None\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"LinX\",\"url\":\"enums/PidAxesMask.html#LinX\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"LinY\",\"url\":\"enums/PidAxesMask.html#LinY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"LinZ\",\"url\":\"enums/PidAxesMask.html#LinZ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"AngZ\",\"url\":\"enums/PidAxesMask.html#AngZ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"AllLin\",\"url\":\"enums/PidAxesMask.html#AllLin\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"AllAng\",\"url\":\"enums/PidAxesMask.html#AllAng\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"All\",\"url\":\"enums/PidAxesMask.html#All\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":128,\"name\":\"PidController\",\"url\":\"classes/PidController.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PidController.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/PidController.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PidController\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"classes/PidController.html#params\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PidController\"},{\"kind\":1024,\"name\":\"bodies\",\"url\":\"classes/PidController.html#bodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/PidController.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"setKp\",\"url\":\"classes/PidController.html#setKp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"setKi\",\"url\":\"classes/PidController.html#setKi\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"setKd\",\"url\":\"classes/PidController.html#setKd\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"setAxes\",\"url\":\"classes/PidController.html#setAxes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"resetIntegrals\",\"url\":\"classes/PidController.html#resetIntegrals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"applyLinearCorrection\",\"url\":\"classes/PidController.html#applyLinearCorrection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"applyAngularCorrection\",\"url\":\"classes/PidController.html#applyAngularCorrection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"linearCorrection\",\"url\":\"classes/PidController.html#linearCorrection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"angularCorrection\",\"url\":\"classes/PidController.html#angularCorrection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":4,\"name\":\"default\",\"url\":\"modules/default.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":8388608,\"name\":\"version\",\"url\":\"modules/default.html#version\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"reserveMemory\",\"url\":\"modules/default.html#reserveMemory\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Vector\",\"url\":\"modules/default.html#Vector\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Vector2\",\"url\":\"modules/default.html#Vector2\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"VectorOps\",\"url\":\"modules/default.html#VectorOps\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Rotation\",\"url\":\"modules/default.html#Rotation\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RotationOps\",\"url\":\"modules/default.html#RotationOps\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodyHandle\",\"url\":\"modules/default.html#RigidBodyHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodyType\",\"url\":\"modules/default.html#RigidBodyType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBody\",\"url\":\"modules/default.html#RigidBody\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodyDesc\",\"url\":\"modules/default.html#RigidBodyDesc\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodySet\",\"url\":\"modules/default.html#RigidBodySet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"IntegrationParameters\",\"url\":\"modules/default.html#IntegrationParameters\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ImpulseJointHandle\",\"url\":\"modules/default.html#ImpulseJointHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"JointType\",\"url\":\"modules/default.html#JointType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MotorModel\",\"url\":\"modules/default.html#MotorModel\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"JointAxesMask\",\"url\":\"modules/default.html#JointAxesMask\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ImpulseJoint\",\"url\":\"modules/default.html#ImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"UnitImpulseJoint\",\"url\":\"modules/default.html#UnitImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"FixedImpulseJoint\",\"url\":\"modules/default.html#FixedImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RopeImpulseJoint\",\"url\":\"modules/default.html#RopeImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SpringImpulseJoint\",\"url\":\"modules/default.html#SpringImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PrismaticImpulseJoint\",\"url\":\"modules/default.html#PrismaticImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RevoluteImpulseJoint\",\"url\":\"modules/default.html#RevoluteImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"JointData\",\"url\":\"modules/default.html#JointData\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ImpulseJointSet\",\"url\":\"modules/default.html#ImpulseJointSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MultibodyJointHandle\",\"url\":\"modules/default.html#MultibodyJointHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MultibodyJoint\",\"url\":\"modules/default.html#MultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"UnitMultibodyJoint\",\"url\":\"modules/default.html#UnitMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"FixedMultibodyJoint\",\"url\":\"modules/default.html#FixedMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PrismaticMultibodyJoint\",\"url\":\"modules/default.html#PrismaticMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RevoluteMultibodyJoint\",\"url\":\"modules/default.html#RevoluteMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MultibodyJointSet\",\"url\":\"modules/default.html#MultibodyJointSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"CoefficientCombineRule\",\"url\":\"modules/default.html#CoefficientCombineRule\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"CCDSolver\",\"url\":\"modules/default.html#CCDSolver\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"IslandManager\",\"url\":\"modules/default.html#IslandManager\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"BroadPhase\",\"url\":\"modules/default.html#BroadPhase\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"NarrowPhase\",\"url\":\"modules/default.html#NarrowPhase\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TempContactManifold\",\"url\":\"modules/default.html#TempContactManifold\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Shape\",\"url\":\"modules/default.html#Shape\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ShapeType\",\"url\":\"modules/default.html#ShapeType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TriMeshFlags\",\"url\":\"modules/default.html#TriMeshFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Ball\",\"url\":\"modules/default.html#Ball\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"HalfSpace\",\"url\":\"modules/default.html#HalfSpace\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Cuboid\",\"url\":\"modules/default.html#Cuboid\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundCuboid\",\"url\":\"modules/default.html#RoundCuboid\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Capsule\",\"url\":\"modules/default.html#Capsule\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Segment\",\"url\":\"modules/default.html#Segment\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Triangle\",\"url\":\"modules/default.html#Triangle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundTriangle\",\"url\":\"modules/default.html#RoundTriangle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Polyline\",\"url\":\"modules/default.html#Polyline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Voxels\",\"url\":\"modules/default.html#Voxels\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TriMesh\",\"url\":\"modules/default.html#TriMesh\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ConvexPolygon\",\"url\":\"modules/default.html#ConvexPolygon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundConvexPolygon\",\"url\":\"modules/default.html#RoundConvexPolygon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Heightfield\",\"url\":\"modules/default.html#Heightfield\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ActiveCollisionTypes\",\"url\":\"modules/default.html#ActiveCollisionTypes\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderHandle\",\"url\":\"modules/default.html#ColliderHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Collider\",\"url\":\"modules/default.html#Collider\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MassPropsMode\",\"url\":\"modules/default.html#MassPropsMode\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderDesc\",\"url\":\"modules/default.html#ColliderDesc\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderSet\",\"url\":\"modules/default.html#ColliderSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"FeatureType\",\"url\":\"modules/default.html#FeatureType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Ray\",\"url\":\"modules/default.html#Ray\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RayIntersection\",\"url\":\"modules/default.html#RayIntersection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RayColliderIntersection\",\"url\":\"modules/default.html#RayColliderIntersection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RayColliderHit\",\"url\":\"modules/default.html#RayColliderHit\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PointProjection\",\"url\":\"modules/default.html#PointProjection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PointColliderProjection\",\"url\":\"modules/default.html#PointColliderProjection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ShapeCastHit\",\"url\":\"modules/default.html#ShapeCastHit\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderShapeCastHit\",\"url\":\"modules/default.html#ColliderShapeCastHit\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"InteractionGroups\",\"url\":\"modules/default.html#InteractionGroups\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ShapeContact\",\"url\":\"modules/default.html#ShapeContact\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"World\",\"url\":\"modules/default.html#World\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PhysicsPipeline\",\"url\":\"modules/default.html#PhysicsPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SerializationPipeline\",\"url\":\"modules/default.html#SerializationPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ActiveEvents\",\"url\":\"modules/default.html#ActiveEvents\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TempContactForceEvent\",\"url\":\"modules/default.html#TempContactForceEvent\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"EventQueue\",\"url\":\"modules/default.html#EventQueue\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ActiveHooks\",\"url\":\"modules/default.html#ActiveHooks\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SolverFlags\",\"url\":\"modules/default.html#SolverFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PhysicsHooks\",\"url\":\"modules/default.html#PhysicsHooks\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"DebugRenderBuffers\",\"url\":\"modules/default.html#DebugRenderBuffers\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"DebugRenderPipeline\",\"url\":\"modules/default.html#DebugRenderPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"QueryFilterFlags\",\"url\":\"modules/default.html#QueryFilterFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"QueryPipeline\",\"url\":\"modules/default.html#QueryPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"CharacterCollision\",\"url\":\"modules/default.html#CharacterCollision\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"KinematicCharacterController\",\"url\":\"modules/default.html#KinematicCharacterController\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PidAxesMask\",\"url\":\"modules/default.html#PidAxesMask\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PidController\",\"url\":\"modules/default.html#PidController\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,62.43]],[\"comment/0\",[]],[\"name/1\",[1,62.43]],[\"comment/1\",[]],[\"name/2\",[2,62.43]],[\"comment/2\",[]],[\"name/3\",[3,62.43]],[\"comment/3\",[]],[\"name/4\",[4,62.43]],[\"comment/4\",[]],[\"name/5\",[5,62.43]],[\"comment/5\",[]],[\"name/6\",[6,29.772]],[\"comment/6\",[]],[\"name/7\",[3,62.43]],[\"comment/7\",[]],[\"name/8\",[4,62.43]],[\"comment/8\",[]],[\"name/9\",[7,62.43]],[\"comment/9\",[]],[\"name/10\",[8,67.538]],[\"comment/10\",[]],[\"name/11\",[9,67.538]],[\"comment/11\",[]],[\"name/12\",[10,38.821]],[\"comment/12\",[]],[\"name/13\",[11,42.415]],[\"comment/13\",[]],[\"name/14\",[12,67.538]],[\"comment/14\",[]],[\"name/15\",[6,29.772]],[\"comment/15\",[]],[\"name/16\",[13,52.875]],[\"comment/16\",[]],[\"name/17\",[14,62.43]],[\"comment/17\",[]],[\"name/18\",[15,67.538]],[\"comment/18\",[]],[\"name/19\",[10,38.821]],[\"comment/19\",[]],[\"name/20\",[11,42.415]],[\"comment/20\",[]],[\"name/21\",[6,29.772]],[\"comment/21\",[]],[\"name/22\",[16,62.43]],[\"comment/22\",[]],[\"name/23\",[17,62.43]],[\"comment/23\",[]],[\"name/24\",[18,62.43]],[\"comment/24\",[]],[\"name/25\",[19,56.552]],[\"comment/25\",[]],[\"name/26\",[20,62.43]],[\"comment/26\",[]],[\"name/27\",[21,62.43]],[\"comment/27\",[]],[\"name/28\",[22,62.43]],[\"comment/28\",[]],[\"name/29\",[6,29.772]],[\"comment/29\",[]],[\"name/30\",[23,45.566]],[\"comment/30\",[]],[\"name/31\",[24,56.552]],[\"comment/31\",[]],[\"name/32\",[25,44.851]],[\"comment/32\",[]],[\"name/33\",[26,62.43]],[\"comment/33\",[]],[\"name/34\",[27,46.336]],[\"comment/34\",[]],[\"name/35\",[28,44.851]],[\"comment/35\",[]],[\"name/36\",[29,62.43]],[\"comment/36\",[]],[\"name/37\",[30,62.43]],[\"comment/37\",[]],[\"name/38\",[31,67.538]],[\"comment/38\",[]],[\"name/39\",[32,62.43]],[\"comment/39\",[]],[\"name/40\",[33,62.43]],[\"comment/40\",[]],[\"name/41\",[34,62.43]],[\"comment/41\",[]],[\"name/42\",[35,62.43]],[\"comment/42\",[]],[\"name/43\",[36,62.43]],[\"comment/43\",[]],[\"name/44\",[37,67.538]],[\"comment/44\",[]],[\"name/45\",[38,62.43]],[\"comment/45\",[]],[\"name/46\",[39,62.43]],[\"comment/46\",[]],[\"name/47\",[40,56.552]],[\"comment/47\",[]],[\"name/48\",[13,52.875]],[\"comment/48\",[]],[\"name/49\",[41,67.538]],[\"comment/49\",[]],[\"name/50\",[42,67.538]],[\"comment/50\",[]],[\"name/51\",[43,56.552]],[\"comment/51\",[]],[\"name/52\",[44,62.43]],[\"comment/52\",[]],[\"name/53\",[45,62.43]],[\"comment/53\",[]],[\"name/54\",[46,62.43]],[\"comment/54\",[]],[\"name/55\",[47,56.552]],[\"comment/55\",[]],[\"name/56\",[48,62.43]],[\"comment/56\",[]],[\"name/57\",[49,67.538]],[\"comment/57\",[]],[\"name/58\",[50,67.538]],[\"comment/58\",[]],[\"name/59\",[51,62.43]],[\"comment/59\",[]],[\"name/60\",[52,67.538]],[\"comment/60\",[]],[\"name/61\",[53,62.43]],[\"comment/61\",[]],[\"name/62\",[54,54.545]],[\"comment/62\",[]],[\"name/63\",[55,67.538]],[\"comment/63\",[]],[\"name/64\",[56,67.538]],[\"comment/64\",[]],[\"name/65\",[57,67.538]],[\"comment/65\",[]],[\"name/66\",[58,67.538]],[\"comment/66\",[]],[\"name/67\",[59,67.538]],[\"comment/67\",[]],[\"name/68\",[60,67.538]],[\"comment/68\",[]],[\"name/69\",[61,67.538]],[\"comment/69\",[]],[\"name/70\",[62,67.538]],[\"comment/70\",[]],[\"name/71\",[63,67.538]],[\"comment/71\",[]],[\"name/72\",[64,67.538]],[\"comment/72\",[]],[\"name/73\",[65,67.538]],[\"comment/73\",[]],[\"name/74\",[66,67.538]],[\"comment/74\",[]],[\"name/75\",[67,50.192]],[\"comment/75\",[]],[\"name/76\",[68,56.552]],[\"comment/76\",[]],[\"name/77\",[69,62.43]],[\"comment/77\",[]],[\"name/78\",[70,67.538]],[\"comment/78\",[]],[\"name/79\",[71,67.538]],[\"comment/79\",[]],[\"name/80\",[72,67.538]],[\"comment/80\",[]],[\"name/81\",[73,67.538]],[\"comment/81\",[]],[\"name/82\",[74,67.538]],[\"comment/82\",[]],[\"name/83\",[75,67.538]],[\"comment/83\",[]],[\"name/84\",[76,67.538]],[\"comment/84\",[]],[\"name/85\",[77,62.43]],[\"comment/85\",[]],[\"name/86\",[78,62.43]],[\"comment/86\",[]],[\"name/87\",[79,62.43]],[\"comment/87\",[]],[\"name/88\",[80,67.538]],[\"comment/88\",[]],[\"name/89\",[81,62.43]],[\"comment/89\",[]],[\"name/90\",[82,62.43]],[\"comment/90\",[]],[\"name/91\",[83,62.43]],[\"comment/91\",[]],[\"name/92\",[84,67.538]],[\"comment/92\",[]],[\"name/93\",[85,67.538]],[\"comment/93\",[]],[\"name/94\",[86,67.538]],[\"comment/94\",[]],[\"name/95\",[87,67.538]],[\"comment/95\",[]],[\"name/96\",[88,67.538]],[\"comment/96\",[]],[\"name/97\",[89,67.538]],[\"comment/97\",[]],[\"name/98\",[90,67.538]],[\"comment/98\",[]],[\"name/99\",[91,67.538]],[\"comment/99\",[]],[\"name/100\",[92,67.538]],[\"comment/100\",[]],[\"name/101\",[93,67.538]],[\"comment/101\",[]],[\"name/102\",[94,62.43]],[\"comment/102\",[]],[\"name/103\",[18,62.43]],[\"comment/103\",[]],[\"name/104\",[20,62.43]],[\"comment/104\",[]],[\"name/105\",[21,62.43]],[\"comment/105\",[]],[\"name/106\",[19,56.552]],[\"comment/106\",[]],[\"name/107\",[95,67.538]],[\"comment/107\",[]],[\"name/108\",[96,67.538]],[\"comment/108\",[]],[\"name/109\",[97,67.538]],[\"comment/109\",[]],[\"name/110\",[98,67.538]],[\"comment/110\",[]],[\"name/111\",[6,29.772]],[\"comment/111\",[]],[\"name/112\",[99,62.43]],[\"comment/112\",[]],[\"name/113\",[40,56.552]],[\"comment/113\",[]],[\"name/114\",[13,52.875]],[\"comment/114\",[]],[\"name/115\",[45,62.43]],[\"comment/115\",[]],[\"name/116\",[54,54.545]],[\"comment/116\",[]],[\"name/117\",[100,67.538]],[\"comment/117\",[]],[\"name/118\",[101,62.43]],[\"comment/118\",[]],[\"name/119\",[102,67.538]],[\"comment/119\",[]],[\"name/120\",[103,67.538]],[\"comment/120\",[]],[\"name/121\",[51,62.43]],[\"comment/121\",[]],[\"name/122\",[53,62.43]],[\"comment/122\",[]],[\"name/123\",[104,62.43]],[\"comment/123\",[]],[\"name/124\",[105,62.43]],[\"comment/124\",[]],[\"name/125\",[77,62.43]],[\"comment/125\",[]],[\"name/126\",[78,62.43]],[\"comment/126\",[]],[\"name/127\",[106,67.538]],[\"comment/127\",[]],[\"name/128\",[107,67.538]],[\"comment/128\",[]],[\"name/129\",[108,67.538]],[\"comment/129\",[]],[\"name/130\",[109,67.538]],[\"comment/130\",[]],[\"name/131\",[39,62.43]],[\"comment/131\",[]],[\"name/132\",[33,62.43]],[\"comment/132\",[]],[\"name/133\",[35,62.43]],[\"comment/133\",[]],[\"name/134\",[26,62.43]],[\"comment/134\",[]],[\"name/135\",[34,62.43]],[\"comment/135\",[]],[\"name/136\",[36,62.43]],[\"comment/136\",[]],[\"name/137\",[68,56.552]],[\"comment/137\",[]],[\"name/138\",[43,56.552]],[\"comment/138\",[]],[\"name/139\",[47,56.552]],[\"comment/139\",[]],[\"name/140\",[46,62.43]],[\"comment/140\",[]],[\"name/141\",[81,62.43]],[\"comment/141\",[]],[\"name/142\",[44,62.43]],[\"comment/142\",[]],[\"name/143\",[48,62.43]],[\"comment/143\",[]],[\"name/144\",[82,62.43]],[\"comment/144\",[]],[\"name/145\",[110,67.538]],[\"comment/145\",[]],[\"name/146\",[32,62.43]],[\"comment/146\",[]],[\"name/147\",[29,62.43]],[\"comment/147\",[]],[\"name/148\",[30,62.43]],[\"comment/148\",[]],[\"name/149\",[79,62.43]],[\"comment/149\",[]],[\"name/150\",[83,62.43]],[\"comment/150\",[]],[\"name/151\",[111,67.538]],[\"comment/151\",[]],[\"name/152\",[112,67.538]],[\"comment/152\",[]],[\"name/153\",[113,67.538]],[\"comment/153\",[]],[\"name/154\",[38,62.43]],[\"comment/154\",[]],[\"name/155\",[114,67.538]],[\"comment/155\",[]],[\"name/156\",[115,62.43]],[\"comment/156\",[]],[\"name/157\",[6,29.772]],[\"comment/157\",[]],[\"name/158\",[116,42.415]],[\"comment/158\",[]],[\"name/159\",[117,56.552]],[\"comment/159\",[]],[\"name/160\",[118,41.889]],[\"comment/160\",[]],[\"name/161\",[27,46.336]],[\"comment/161\",[]],[\"name/162\",[119,62.43]],[\"comment/162\",[]],[\"name/163\",[120,56.552]],[\"comment/163\",[]],[\"name/164\",[121,56.552]],[\"comment/164\",[]],[\"name/165\",[122,56.552]],[\"comment/165\",[]],[\"name/166\",[123,56.552]],[\"comment/166\",[]],[\"name/167\",[124,56.552]],[\"comment/167\",[]],[\"name/168\",[125,62.43]],[\"comment/168\",[]],[\"name/169\",[126,56.552]],[\"comment/169\",[]],[\"name/170\",[127,59.065]],[\"comment/170\",[]],[\"name/171\",[6,29.772]],[\"comment/171\",[]],[\"name/172\",[116,42.415]],[\"comment/172\",[]],[\"name/173\",[118,41.889]],[\"comment/173\",[]],[\"name/174\",[128,67.538]],[\"comment/174\",[]],[\"name/175\",[129,67.538]],[\"comment/175\",[]],[\"name/176\",[130,62.43]],[\"comment/176\",[]],[\"name/177\",[131,67.538]],[\"comment/177\",[]],[\"name/178\",[132,67.538]],[\"comment/178\",[]],[\"name/179\",[133,62.43]],[\"comment/179\",[]],[\"name/180\",[134,62.43]],[\"comment/180\",[]],[\"name/181\",[135,62.43]],[\"comment/181\",[]],[\"name/182\",[136,67.538]],[\"comment/182\",[]],[\"name/183\",[137,67.538]],[\"comment/183\",[]],[\"name/184\",[138,67.538]],[\"comment/184\",[]],[\"name/185\",[139,62.43]],[\"comment/185\",[]],[\"name/186\",[140,62.43]],[\"comment/186\",[]],[\"name/187\",[141,62.43]],[\"comment/187\",[]],[\"name/188\",[142,62.43]],[\"comment/188\",[]],[\"name/189\",[143,59.065]],[\"comment/189\",[]],[\"name/190\",[144,62.43]],[\"comment/190\",[]],[\"name/191\",[19,56.552]],[\"comment/191\",[]],[\"name/192\",[145,62.43]],[\"comment/192\",[]],[\"name/193\",[146,62.43]],[\"comment/193\",[]],[\"name/194\",[147,62.43]],[\"comment/194\",[]],[\"name/195\",[148,62.43]],[\"comment/195\",[]],[\"name/196\",[149,67.538]],[\"comment/196\",[]],[\"name/197\",[150,67.538]],[\"comment/197\",[]],[\"name/198\",[151,62.43]],[\"comment/198\",[]],[\"name/199\",[152,62.43]],[\"comment/199\",[]],[\"name/200\",[153,62.43]],[\"comment/200\",[]],[\"name/201\",[154,62.43]],[\"comment/201\",[]],[\"name/202\",[155,67.538]],[\"comment/202\",[]],[\"name/203\",[156,67.538]],[\"comment/203\",[]],[\"name/204\",[157,62.43]],[\"comment/204\",[]],[\"name/205\",[158,62.43]],[\"comment/205\",[]],[\"name/206\",[159,46.336]],[\"comment/206\",[]],[\"name/207\",[6,29.772]],[\"comment/207\",[]],[\"name/208\",[23,45.566]],[\"comment/208\",[]],[\"name/209\",[160,51.444]],[\"comment/209\",[]],[\"name/210\",[25,44.851]],[\"comment/210\",[]],[\"name/211\",[27,46.336]],[\"comment/211\",[]],[\"name/212\",[28,44.851]],[\"comment/212\",[]],[\"name/213\",[161,51.444]],[\"comment/213\",[]],[\"name/214\",[162,51.444]],[\"comment/214\",[]],[\"name/215\",[163,40.458]],[\"comment/215\",[]],[\"name/216\",[164,50.192]],[\"comment/216\",[]],[\"name/217\",[165,50.192]],[\"comment/217\",[]],[\"name/218\",[166,51.444]],[\"comment/218\",[]],[\"name/219\",[167,51.444]],[\"comment/219\",[]],[\"name/220\",[168,46.336]],[\"comment/220\",[]],[\"name/221\",[169,46.336]],[\"comment/221\",[]],[\"name/222\",[170,62.43]],[\"comment/222\",[]],[\"name/223\",[159,46.336]],[\"comment/223\",[]],[\"name/224\",[6,29.772]],[\"comment/224\",[]],[\"name/225\",[171,52.875]],[\"comment/225\",[]],[\"name/226\",[172,56.552]],[\"comment/226\",[]],[\"name/227\",[173,59.065]],[\"comment/227\",[]],[\"name/228\",[174,59.065]],[\"comment/228\",[]],[\"name/229\",[175,59.065]],[\"comment/229\",[]],[\"name/230\",[176,59.065]],[\"comment/230\",[]],[\"name/231\",[177,59.065]],[\"comment/231\",[]],[\"name/232\",[178,59.065]],[\"comment/232\",[]],[\"name/233\",[179,59.065]],[\"comment/233\",[]],[\"name/234\",[23,45.566]],[\"comment/234\",[]],[\"name/235\",[160,51.444]],[\"comment/235\",[]],[\"name/236\",[25,44.851]],[\"comment/236\",[]],[\"name/237\",[27,46.336]],[\"comment/237\",[]],[\"name/238\",[28,44.851]],[\"comment/238\",[]],[\"name/239\",[161,51.444]],[\"comment/239\",[]],[\"name/240\",[162,51.444]],[\"comment/240\",[]],[\"name/241\",[163,40.458]],[\"comment/241\",[]],[\"name/242\",[164,50.192]],[\"comment/242\",[]],[\"name/243\",[165,50.192]],[\"comment/243\",[]],[\"name/244\",[166,51.444]],[\"comment/244\",[]],[\"name/245\",[167,51.444]],[\"comment/245\",[]],[\"name/246\",[168,46.336]],[\"comment/246\",[]],[\"name/247\",[169,46.336]],[\"comment/247\",[]],[\"name/248\",[180,62.43]],[\"comment/248\",[]],[\"name/249\",[159,46.336]],[\"comment/249\",[]],[\"name/250\",[6,29.772]],[\"comment/250\",[]],[\"name/251\",[23,45.566]],[\"comment/251\",[]],[\"name/252\",[160,51.444]],[\"comment/252\",[]],[\"name/253\",[25,44.851]],[\"comment/253\",[]],[\"name/254\",[27,46.336]],[\"comment/254\",[]],[\"name/255\",[28,44.851]],[\"comment/255\",[]],[\"name/256\",[161,51.444]],[\"comment/256\",[]],[\"name/257\",[162,51.444]],[\"comment/257\",[]],[\"name/258\",[163,40.458]],[\"comment/258\",[]],[\"name/259\",[164,50.192]],[\"comment/259\",[]],[\"name/260\",[165,50.192]],[\"comment/260\",[]],[\"name/261\",[166,51.444]],[\"comment/261\",[]],[\"name/262\",[167,51.444]],[\"comment/262\",[]],[\"name/263\",[168,46.336]],[\"comment/263\",[]],[\"name/264\",[169,46.336]],[\"comment/264\",[]],[\"name/265\",[181,62.43]],[\"comment/265\",[]],[\"name/266\",[159,46.336]],[\"comment/266\",[]],[\"name/267\",[6,29.772]],[\"comment/267\",[]],[\"name/268\",[23,45.566]],[\"comment/268\",[]],[\"name/269\",[160,51.444]],[\"comment/269\",[]],[\"name/270\",[25,44.851]],[\"comment/270\",[]],[\"name/271\",[27,46.336]],[\"comment/271\",[]],[\"name/272\",[28,44.851]],[\"comment/272\",[]],[\"name/273\",[161,51.444]],[\"comment/273\",[]],[\"name/274\",[162,51.444]],[\"comment/274\",[]],[\"name/275\",[163,40.458]],[\"comment/275\",[]],[\"name/276\",[164,50.192]],[\"comment/276\",[]],[\"name/277\",[165,50.192]],[\"comment/277\",[]],[\"name/278\",[166,51.444]],[\"comment/278\",[]],[\"name/279\",[167,51.444]],[\"comment/279\",[]],[\"name/280\",[168,46.336]],[\"comment/280\",[]],[\"name/281\",[169,46.336]],[\"comment/281\",[]],[\"name/282\",[182,62.43]],[\"comment/282\",[]],[\"name/283\",[159,46.336]],[\"comment/283\",[]],[\"name/284\",[6,29.772]],[\"comment/284\",[]],[\"name/285\",[23,45.566]],[\"comment/285\",[]],[\"name/286\",[160,51.444]],[\"comment/286\",[]],[\"name/287\",[25,44.851]],[\"comment/287\",[]],[\"name/288\",[27,46.336]],[\"comment/288\",[]],[\"name/289\",[28,44.851]],[\"comment/289\",[]],[\"name/290\",[161,51.444]],[\"comment/290\",[]],[\"name/291\",[162,51.444]],[\"comment/291\",[]],[\"name/292\",[163,40.458]],[\"comment/292\",[]],[\"name/293\",[164,50.192]],[\"comment/293\",[]],[\"name/294\",[165,50.192]],[\"comment/294\",[]],[\"name/295\",[166,51.444]],[\"comment/295\",[]],[\"name/296\",[167,51.444]],[\"comment/296\",[]],[\"name/297\",[168,46.336]],[\"comment/297\",[]],[\"name/298\",[169,46.336]],[\"comment/298\",[]],[\"name/299\",[183,62.43]],[\"comment/299\",[]],[\"name/300\",[159,46.336]],[\"comment/300\",[]],[\"name/301\",[6,29.772]],[\"comment/301\",[]],[\"name/302\",[171,52.875]],[\"comment/302\",[]],[\"name/303\",[172,56.552]],[\"comment/303\",[]],[\"name/304\",[173,59.065]],[\"comment/304\",[]],[\"name/305\",[174,59.065]],[\"comment/305\",[]],[\"name/306\",[175,59.065]],[\"comment/306\",[]],[\"name/307\",[176,59.065]],[\"comment/307\",[]],[\"name/308\",[177,59.065]],[\"comment/308\",[]],[\"name/309\",[178,59.065]],[\"comment/309\",[]],[\"name/310\",[179,59.065]],[\"comment/310\",[]],[\"name/311\",[23,45.566]],[\"comment/311\",[]],[\"name/312\",[160,51.444]],[\"comment/312\",[]],[\"name/313\",[25,44.851]],[\"comment/313\",[]],[\"name/314\",[27,46.336]],[\"comment/314\",[]],[\"name/315\",[28,44.851]],[\"comment/315\",[]],[\"name/316\",[161,51.444]],[\"comment/316\",[]],[\"name/317\",[162,51.444]],[\"comment/317\",[]],[\"name/318\",[163,40.458]],[\"comment/318\",[]],[\"name/319\",[164,50.192]],[\"comment/319\",[]],[\"name/320\",[165,50.192]],[\"comment/320\",[]],[\"name/321\",[166,51.444]],[\"comment/321\",[]],[\"name/322\",[167,51.444]],[\"comment/322\",[]],[\"name/323\",[168,46.336]],[\"comment/323\",[]],[\"name/324\",[169,46.336]],[\"comment/324\",[]],[\"name/325\",[184,62.43]],[\"comment/325\",[]],[\"name/326\",[159,46.336]],[\"comment/326\",[]],[\"name/327\",[6,29.772]],[\"comment/327\",[]],[\"name/328\",[171,52.875]],[\"comment/328\",[]],[\"name/329\",[172,56.552]],[\"comment/329\",[]],[\"name/330\",[173,59.065]],[\"comment/330\",[]],[\"name/331\",[174,59.065]],[\"comment/331\",[]],[\"name/332\",[175,59.065]],[\"comment/332\",[]],[\"name/333\",[176,59.065]],[\"comment/333\",[]],[\"name/334\",[177,59.065]],[\"comment/334\",[]],[\"name/335\",[178,59.065]],[\"comment/335\",[]],[\"name/336\",[179,59.065]],[\"comment/336\",[]],[\"name/337\",[23,45.566]],[\"comment/337\",[]],[\"name/338\",[160,51.444]],[\"comment/338\",[]],[\"name/339\",[25,44.851]],[\"comment/339\",[]],[\"name/340\",[27,46.336]],[\"comment/340\",[]],[\"name/341\",[28,44.851]],[\"comment/341\",[]],[\"name/342\",[161,51.444]],[\"comment/342\",[]],[\"name/343\",[162,51.444]],[\"comment/343\",[]],[\"name/344\",[163,40.458]],[\"comment/344\",[]],[\"name/345\",[164,50.192]],[\"comment/345\",[]],[\"name/346\",[165,50.192]],[\"comment/346\",[]],[\"name/347\",[166,51.444]],[\"comment/347\",[]],[\"name/348\",[167,51.444]],[\"comment/348\",[]],[\"name/349\",[168,46.336]],[\"comment/349\",[]],[\"name/350\",[169,46.336]],[\"comment/350\",[]],[\"name/351\",[185,62.43]],[\"comment/351\",[]],[\"name/352\",[19,56.552]],[\"comment/352\",[]],[\"name/353\",[147,62.43]],[\"comment/353\",[]],[\"name/354\",[146,62.43]],[\"comment/354\",[]],[\"name/355\",[144,62.43]],[\"comment/355\",[]],[\"name/356\",[145,62.43]],[\"comment/356\",[]],[\"name/357\",[6,29.772]],[\"comment/357\",[]],[\"name/358\",[164,50.192]],[\"comment/358\",[]],[\"name/359\",[165,50.192]],[\"comment/359\",[]],[\"name/360\",[186,67.538]],[\"comment/360\",[]],[\"name/361\",[187,67.538]],[\"comment/361\",[]],[\"name/362\",[188,67.538]],[\"comment/362\",[]],[\"name/363\",[143,59.065]],[\"comment/363\",[]],[\"name/364\",[172,56.552]],[\"comment/364\",[]],[\"name/365\",[189,67.538]],[\"comment/365\",[]],[\"name/366\",[190,67.538]],[\"comment/366\",[]],[\"name/367\",[191,67.538]],[\"comment/367\",[]],[\"name/368\",[192,67.538]],[\"comment/368\",[]],[\"name/369\",[193,67.538]],[\"comment/369\",[]],[\"name/370\",[11,42.415]],[\"comment/370\",[]],[\"name/371\",[194,62.43]],[\"comment/371\",[]],[\"name/372\",[6,29.772]],[\"comment/372\",[]],[\"name/373\",[116,42.415]],[\"comment/373\",[]],[\"name/374\",[117,56.552]],[\"comment/374\",[]],[\"name/375\",[118,41.889]],[\"comment/375\",[]],[\"name/376\",[27,46.336]],[\"comment/376\",[]],[\"name/377\",[195,62.43]],[\"comment/377\",[]],[\"name/378\",[120,56.552]],[\"comment/378\",[]],[\"name/379\",[196,62.43]],[\"comment/379\",[]],[\"name/380\",[197,59.065]],[\"comment/380\",[]],[\"name/381\",[121,56.552]],[\"comment/381\",[]],[\"name/382\",[122,56.552]],[\"comment/382\",[]],[\"name/383\",[123,56.552]],[\"comment/383\",[]],[\"name/384\",[124,56.552]],[\"comment/384\",[]],[\"name/385\",[126,56.552]],[\"comment/385\",[]],[\"name/386\",[198,62.43]],[\"comment/386\",[]],[\"name/387\",[199,62.43]],[\"comment/387\",[]],[\"name/388\",[159,46.336]],[\"comment/388\",[]],[\"name/389\",[6,29.772]],[\"comment/389\",[]],[\"name/390\",[23,45.566]],[\"comment/390\",[]],[\"name/391\",[25,44.851]],[\"comment/391\",[]],[\"name/392\",[28,44.851]],[\"comment/392\",[]],[\"name/393\",[168,46.336]],[\"comment/393\",[]],[\"name/394\",[169,46.336]],[\"comment/394\",[]],[\"name/395\",[200,62.43]],[\"comment/395\",[]],[\"name/396\",[159,46.336]],[\"comment/396\",[]],[\"name/397\",[6,29.772]],[\"comment/397\",[]],[\"name/398\",[171,52.875]],[\"comment/398\",[]],[\"name/399\",[23,45.566]],[\"comment/399\",[]],[\"name/400\",[25,44.851]],[\"comment/400\",[]],[\"name/401\",[28,44.851]],[\"comment/401\",[]],[\"name/402\",[168,46.336]],[\"comment/402\",[]],[\"name/403\",[169,46.336]],[\"comment/403\",[]],[\"name/404\",[201,62.43]],[\"comment/404\",[]],[\"name/405\",[159,46.336]],[\"comment/405\",[]],[\"name/406\",[6,29.772]],[\"comment/406\",[]],[\"name/407\",[23,45.566]],[\"comment/407\",[]],[\"name/408\",[25,44.851]],[\"comment/408\",[]],[\"name/409\",[28,44.851]],[\"comment/409\",[]],[\"name/410\",[168,46.336]],[\"comment/410\",[]],[\"name/411\",[169,46.336]],[\"comment/411\",[]],[\"name/412\",[202,62.43]],[\"comment/412\",[]],[\"name/413\",[159,46.336]],[\"comment/413\",[]],[\"name/414\",[6,29.772]],[\"comment/414\",[]],[\"name/415\",[171,52.875]],[\"comment/415\",[]],[\"name/416\",[23,45.566]],[\"comment/416\",[]],[\"name/417\",[25,44.851]],[\"comment/417\",[]],[\"name/418\",[28,44.851]],[\"comment/418\",[]],[\"name/419\",[168,46.336]],[\"comment/419\",[]],[\"name/420\",[169,46.336]],[\"comment/420\",[]],[\"name/421\",[203,62.43]],[\"comment/421\",[]],[\"name/422\",[159,46.336]],[\"comment/422\",[]],[\"name/423\",[6,29.772]],[\"comment/423\",[]],[\"name/424\",[171,52.875]],[\"comment/424\",[]],[\"name/425\",[23,45.566]],[\"comment/425\",[]],[\"name/426\",[25,44.851]],[\"comment/426\",[]],[\"name/427\",[28,44.851]],[\"comment/427\",[]],[\"name/428\",[168,46.336]],[\"comment/428\",[]],[\"name/429\",[169,46.336]],[\"comment/429\",[]],[\"name/430\",[204,62.43]],[\"comment/430\",[]],[\"name/431\",[6,29.772]],[\"comment/431\",[]],[\"name/432\",[116,42.415]],[\"comment/432\",[]],[\"name/433\",[117,56.552]],[\"comment/433\",[]],[\"name/434\",[118,41.889]],[\"comment/434\",[]],[\"name/435\",[195,62.43]],[\"comment/435\",[]],[\"name/436\",[120,56.552]],[\"comment/436\",[]],[\"name/437\",[197,59.065]],[\"comment/437\",[]],[\"name/438\",[121,56.552]],[\"comment/438\",[]],[\"name/439\",[122,56.552]],[\"comment/439\",[]],[\"name/440\",[123,56.552]],[\"comment/440\",[]],[\"name/441\",[124,56.552]],[\"comment/441\",[]],[\"name/442\",[196,62.43]],[\"comment/442\",[]],[\"name/443\",[126,56.552]],[\"comment/443\",[]],[\"name/444\",[205,62.43]],[\"comment/444\",[]],[\"name/445\",[206,67.538]],[\"comment/445\",[]],[\"name/446\",[207,67.538]],[\"comment/446\",[]],[\"name/447\",[208,67.538]],[\"comment/447\",[]],[\"name/448\",[209,67.538]],[\"comment/448\",[]],[\"name/449\",[210,59.065]],[\"comment/449\",[]],[\"name/450\",[6,29.772]],[\"comment/450\",[]],[\"name/451\",[116,42.415]],[\"comment/451\",[]],[\"name/452\",[118,41.889]],[\"comment/452\",[]],[\"name/453\",[211,62.43]],[\"comment/453\",[]],[\"name/454\",[6,29.772]],[\"comment/454\",[]],[\"name/455\",[116,42.415]],[\"comment/455\",[]],[\"name/456\",[118,41.889]],[\"comment/456\",[]],[\"name/457\",[212,67.538]],[\"comment/457\",[]],[\"name/458\",[213,59.065]],[\"comment/458\",[]],[\"name/459\",[6,29.772]],[\"comment/459\",[]],[\"name/460\",[116,42.415]],[\"comment/460\",[]],[\"name/461\",[118,41.889]],[\"comment/461\",[]],[\"name/462\",[214,59.065]],[\"comment/462\",[]],[\"name/463\",[6,29.772]],[\"comment/463\",[]],[\"name/464\",[116,42.415]],[\"comment/464\",[]],[\"name/465\",[215,67.538]],[\"comment/465\",[]],[\"name/466\",[118,41.889]],[\"comment/466\",[]],[\"name/467\",[216,62.43]],[\"comment/467\",[]],[\"name/468\",[217,62.43]],[\"comment/468\",[]],[\"name/469\",[218,62.43]],[\"comment/469\",[]],[\"name/470\",[219,62.43]],[\"comment/470\",[]],[\"name/471\",[220,62.43]],[\"comment/471\",[]],[\"name/472\",[6,29.772]],[\"comment/472\",[]],[\"name/473\",[116,42.415]],[\"comment/473\",[]],[\"name/474\",[118,41.889]],[\"comment/474\",[]],[\"name/475\",[221,56.552]],[\"comment/475\",[]],[\"name/476\",[222,67.538]],[\"comment/476\",[]],[\"name/477\",[223,67.538]],[\"comment/477\",[]],[\"name/478\",[224,67.538]],[\"comment/478\",[]],[\"name/479\",[225,67.538]],[\"comment/479\",[]],[\"name/480\",[226,67.538]],[\"comment/480\",[]],[\"name/481\",[227,67.538]],[\"comment/481\",[]],[\"name/482\",[228,67.538]],[\"comment/482\",[]],[\"name/483\",[229,67.538]],[\"comment/483\",[]],[\"name/484\",[230,67.538]],[\"comment/484\",[]],[\"name/485\",[231,67.538]],[\"comment/485\",[]],[\"name/486\",[232,67.538]],[\"comment/486\",[]],[\"name/487\",[233,67.538]],[\"comment/487\",[]],[\"name/488\",[234,67.538]],[\"comment/488\",[]],[\"name/489\",[235,67.538]],[\"comment/489\",[]],[\"name/490\",[236,67.538]],[\"comment/490\",[]],[\"name/491\",[237,67.538]],[\"comment/491\",[]],[\"name/492\",[238,67.538]],[\"comment/492\",[]],[\"name/493\",[239,67.538]],[\"comment/493\",[]],[\"name/494\",[240,56.552]],[\"comment/494\",[]],[\"name/495\",[10,38.821]],[\"comment/495\",[]],[\"name/496\",[6,29.772]],[\"comment/496\",[]],[\"name/497\",[11,42.415]],[\"comment/497\",[]],[\"name/498\",[163,40.458]],[\"comment/498\",[]],[\"name/499\",[241,42.415]],[\"comment/499\",[]],[\"name/500\",[242,43.559]],[\"comment/500\",[]],[\"name/501\",[243,43.559]],[\"comment/501\",[]],[\"name/502\",[244,43.559]],[\"comment/502\",[]],[\"name/503\",[245,42.415]],[\"comment/503\",[]],[\"name/504\",[246,43.559]],[\"comment/504\",[]],[\"name/505\",[247,42.415]],[\"comment/505\",[]],[\"name/506\",[248,42.415]],[\"comment/506\",[]],[\"name/507\",[249,59.065]],[\"comment/507\",[]],[\"name/508\",[250,56.552]],[\"comment/508\",[]],[\"name/509\",[251,56.552]],[\"comment/509\",[]],[\"name/510\",[252,56.552]],[\"comment/510\",[]],[\"name/511\",[253,56.552]],[\"comment/511\",[]],[\"name/512\",[254,56.552]],[\"comment/512\",[]],[\"name/513\",[255,56.552]],[\"comment/513\",[]],[\"name/514\",[256,56.552]],[\"comment/514\",[]],[\"name/515\",[257,56.552]],[\"comment/515\",[]],[\"name/516\",[258,59.065]],[\"comment/516\",[]],[\"name/517\",[259,56.552]],[\"comment/517\",[]],[\"name/518\",[260,56.552]],[\"comment/518\",[]],[\"name/519\",[261,59.065]],[\"comment/519\",[]],[\"name/520\",[262,56.552]],[\"comment/520\",[]],[\"name/521\",[263,56.552]],[\"comment/521\",[]],[\"name/522\",[264,62.43]],[\"comment/522\",[]],[\"name/523\",[265,67.538]],[\"comment/523\",[]],[\"name/524\",[266,67.538]],[\"comment/524\",[]],[\"name/525\",[267,67.538]],[\"comment/525\",[]],[\"name/526\",[268,67.538]],[\"comment/526\",[]],[\"name/527\",[269,67.538]],[\"comment/527\",[]],[\"name/528\",[270,67.538]],[\"comment/528\",[]],[\"name/529\",[250,56.552]],[\"comment/529\",[]],[\"name/530\",[10,38.821]],[\"comment/530\",[]],[\"name/531\",[6,29.772]],[\"comment/531\",[]],[\"name/532\",[163,40.458]],[\"comment/532\",[]],[\"name/533\",[271,59.065]],[\"comment/533\",[]],[\"name/534\",[11,42.415]],[\"comment/534\",[]],[\"name/535\",[241,42.415]],[\"comment/535\",[]],[\"name/536\",[242,43.559]],[\"comment/536\",[]],[\"name/537\",[243,43.559]],[\"comment/537\",[]],[\"name/538\",[244,43.559]],[\"comment/538\",[]],[\"name/539\",[245,42.415]],[\"comment/539\",[]],[\"name/540\",[246,43.559]],[\"comment/540\",[]],[\"name/541\",[247,42.415]],[\"comment/541\",[]],[\"name/542\",[248,42.415]],[\"comment/542\",[]],[\"name/543\",[262,56.552]],[\"comment/543\",[]],[\"name/544\",[10,38.821]],[\"comment/544\",[]],[\"name/545\",[6,29.772]],[\"comment/545\",[]],[\"name/546\",[163,40.458]],[\"comment/546\",[]],[\"name/547\",[221,56.552]],[\"comment/547\",[]],[\"name/548\",[11,42.415]],[\"comment/548\",[]],[\"name/549\",[241,42.415]],[\"comment/549\",[]],[\"name/550\",[242,43.559]],[\"comment/550\",[]],[\"name/551\",[243,43.559]],[\"comment/551\",[]],[\"name/552\",[244,43.559]],[\"comment/552\",[]],[\"name/553\",[245,42.415]],[\"comment/553\",[]],[\"name/554\",[246,43.559]],[\"comment/554\",[]],[\"name/555\",[247,42.415]],[\"comment/555\",[]],[\"name/556\",[248,42.415]],[\"comment/556\",[]],[\"name/557\",[251,56.552]],[\"comment/557\",[]],[\"name/558\",[10,38.821]],[\"comment/558\",[]],[\"name/559\",[6,29.772]],[\"comment/559\",[]],[\"name/560\",[163,40.458]],[\"comment/560\",[]],[\"name/561\",[272,59.065]],[\"comment/561\",[]],[\"name/562\",[11,42.415]],[\"comment/562\",[]],[\"name/563\",[241,42.415]],[\"comment/563\",[]],[\"name/564\",[242,43.559]],[\"comment/564\",[]],[\"name/565\",[243,43.559]],[\"comment/565\",[]],[\"name/566\",[244,43.559]],[\"comment/566\",[]],[\"name/567\",[245,42.415]],[\"comment/567\",[]],[\"name/568\",[246,43.559]],[\"comment/568\",[]],[\"name/569\",[247,42.415]],[\"comment/569\",[]],[\"name/570\",[248,42.415]],[\"comment/570\",[]],[\"name/571\",[259,56.552]],[\"comment/571\",[]],[\"name/572\",[10,38.821]],[\"comment/572\",[]],[\"name/573\",[6,29.772]],[\"comment/573\",[]],[\"name/574\",[163,40.458]],[\"comment/574\",[]],[\"name/575\",[272,59.065]],[\"comment/575\",[]],[\"name/576\",[273,59.065]],[\"comment/576\",[]],[\"name/577\",[11,42.415]],[\"comment/577\",[]],[\"name/578\",[241,42.415]],[\"comment/578\",[]],[\"name/579\",[242,43.559]],[\"comment/579\",[]],[\"name/580\",[243,43.559]],[\"comment/580\",[]],[\"name/581\",[244,43.559]],[\"comment/581\",[]],[\"name/582\",[245,42.415]],[\"comment/582\",[]],[\"name/583\",[246,43.559]],[\"comment/583\",[]],[\"name/584\",[247,42.415]],[\"comment/584\",[]],[\"name/585\",[248,42.415]],[\"comment/585\",[]],[\"name/586\",[252,56.552]],[\"comment/586\",[]],[\"name/587\",[10,38.821]],[\"comment/587\",[]],[\"name/588\",[6,29.772]],[\"comment/588\",[]],[\"name/589\",[163,40.458]],[\"comment/589\",[]],[\"name/590\",[271,59.065]],[\"comment/590\",[]],[\"name/591\",[274,62.43]],[\"comment/591\",[]],[\"name/592\",[11,42.415]],[\"comment/592\",[]],[\"name/593\",[241,42.415]],[\"comment/593\",[]],[\"name/594\",[242,43.559]],[\"comment/594\",[]],[\"name/595\",[243,43.559]],[\"comment/595\",[]],[\"name/596\",[244,43.559]],[\"comment/596\",[]],[\"name/597\",[245,42.415]],[\"comment/597\",[]],[\"name/598\",[246,43.559]],[\"comment/598\",[]],[\"name/599\",[247,42.415]],[\"comment/599\",[]],[\"name/600\",[248,42.415]],[\"comment/600\",[]],[\"name/601\",[253,56.552]],[\"comment/601\",[]],[\"name/602\",[10,38.821]],[\"comment/602\",[]],[\"name/603\",[6,29.772]],[\"comment/603\",[]],[\"name/604\",[163,40.458]],[\"comment/604\",[]],[\"name/605\",[275,59.065]],[\"comment/605\",[]],[\"name/606\",[276,59.065]],[\"comment/606\",[]],[\"name/607\",[11,42.415]],[\"comment/607\",[]],[\"name/608\",[241,42.415]],[\"comment/608\",[]],[\"name/609\",[242,43.559]],[\"comment/609\",[]],[\"name/610\",[243,43.559]],[\"comment/610\",[]],[\"name/611\",[244,43.559]],[\"comment/611\",[]],[\"name/612\",[245,42.415]],[\"comment/612\",[]],[\"name/613\",[246,43.559]],[\"comment/613\",[]],[\"name/614\",[247,42.415]],[\"comment/614\",[]],[\"name/615\",[248,42.415]],[\"comment/615\",[]],[\"name/616\",[255,56.552]],[\"comment/616\",[]],[\"name/617\",[10,38.821]],[\"comment/617\",[]],[\"name/618\",[6,29.772]],[\"comment/618\",[]],[\"name/619\",[163,40.458]],[\"comment/619\",[]],[\"name/620\",[275,59.065]],[\"comment/620\",[]],[\"name/621\",[276,59.065]],[\"comment/621\",[]],[\"name/622\",[277,62.43]],[\"comment/622\",[]],[\"name/623\",[11,42.415]],[\"comment/623\",[]],[\"name/624\",[241,42.415]],[\"comment/624\",[]],[\"name/625\",[242,43.559]],[\"comment/625\",[]],[\"name/626\",[243,43.559]],[\"comment/626\",[]],[\"name/627\",[244,43.559]],[\"comment/627\",[]],[\"name/628\",[245,42.415]],[\"comment/628\",[]],[\"name/629\",[246,43.559]],[\"comment/629\",[]],[\"name/630\",[247,42.415]],[\"comment/630\",[]],[\"name/631\",[248,42.415]],[\"comment/631\",[]],[\"name/632\",[260,56.552]],[\"comment/632\",[]],[\"name/633\",[10,38.821]],[\"comment/633\",[]],[\"name/634\",[6,29.772]],[\"comment/634\",[]],[\"name/635\",[163,40.458]],[\"comment/635\",[]],[\"name/636\",[275,59.065]],[\"comment/636\",[]],[\"name/637\",[276,59.065]],[\"comment/637\",[]],[\"name/638\",[277,62.43]],[\"comment/638\",[]],[\"name/639\",[273,59.065]],[\"comment/639\",[]],[\"name/640\",[11,42.415]],[\"comment/640\",[]],[\"name/641\",[241,42.415]],[\"comment/641\",[]],[\"name/642\",[242,43.559]],[\"comment/642\",[]],[\"name/643\",[243,43.559]],[\"comment/643\",[]],[\"name/644\",[244,43.559]],[\"comment/644\",[]],[\"name/645\",[245,42.415]],[\"comment/645\",[]],[\"name/646\",[246,43.559]],[\"comment/646\",[]],[\"name/647\",[247,42.415]],[\"comment/647\",[]],[\"name/648\",[248,42.415]],[\"comment/648\",[]],[\"name/649\",[254,56.552]],[\"comment/649\",[]],[\"name/650\",[10,38.821]],[\"comment/650\",[]],[\"name/651\",[6,29.772]],[\"comment/651\",[]],[\"name/652\",[163,40.458]],[\"comment/652\",[]],[\"name/653\",[278,51.444]],[\"comment/653\",[]],[\"name/654\",[279,59.065]],[\"comment/654\",[]],[\"name/655\",[11,42.415]],[\"comment/655\",[]],[\"name/656\",[241,42.415]],[\"comment/656\",[]],[\"name/657\",[242,43.559]],[\"comment/657\",[]],[\"name/658\",[243,43.559]],[\"comment/658\",[]],[\"name/659\",[244,43.559]],[\"comment/659\",[]],[\"name/660\",[245,42.415]],[\"comment/660\",[]],[\"name/661\",[246,43.559]],[\"comment/661\",[]],[\"name/662\",[247,42.415]],[\"comment/662\",[]],[\"name/663\",[248,42.415]],[\"comment/663\",[]],[\"name/664\",[263,56.552]],[\"comment/664\",[]],[\"name/665\",[10,38.821]],[\"comment/665\",[]],[\"name/666\",[6,29.772]],[\"comment/666\",[]],[\"name/667\",[163,40.458]],[\"comment/667\",[]],[\"name/668\",[280,67.538]],[\"comment/668\",[]],[\"name/669\",[281,67.538]],[\"comment/669\",[]],[\"name/670\",[11,42.415]],[\"comment/670\",[]],[\"name/671\",[241,42.415]],[\"comment/671\",[]],[\"name/672\",[242,43.559]],[\"comment/672\",[]],[\"name/673\",[243,43.559]],[\"comment/673\",[]],[\"name/674\",[244,43.559]],[\"comment/674\",[]],[\"name/675\",[245,42.415]],[\"comment/675\",[]],[\"name/676\",[246,43.559]],[\"comment/676\",[]],[\"name/677\",[247,42.415]],[\"comment/677\",[]],[\"name/678\",[248,42.415]],[\"comment/678\",[]],[\"name/679\",[256,56.552]],[\"comment/679\",[]],[\"name/680\",[10,38.821]],[\"comment/680\",[]],[\"name/681\",[6,29.772]],[\"comment/681\",[]],[\"name/682\",[163,40.458]],[\"comment/682\",[]],[\"name/683\",[278,51.444]],[\"comment/683\",[]],[\"name/684\",[279,59.065]],[\"comment/684\",[]],[\"name/685\",[282,67.538]],[\"comment/685\",[]],[\"name/686\",[11,42.415]],[\"comment/686\",[]],[\"name/687\",[241,42.415]],[\"comment/687\",[]],[\"name/688\",[242,43.559]],[\"comment/688\",[]],[\"name/689\",[243,43.559]],[\"comment/689\",[]],[\"name/690\",[244,43.559]],[\"comment/690\",[]],[\"name/691\",[245,42.415]],[\"comment/691\",[]],[\"name/692\",[246,43.559]],[\"comment/692\",[]],[\"name/693\",[247,42.415]],[\"comment/693\",[]],[\"name/694\",[248,42.415]],[\"comment/694\",[]],[\"name/695\",[258,59.065]],[\"comment/695\",[]],[\"name/696\",[10,38.821]],[\"comment/696\",[]],[\"name/697\",[6,29.772]],[\"comment/697\",[]],[\"name/698\",[163,40.458]],[\"comment/698\",[]],[\"name/699\",[278,51.444]],[\"comment/699\",[]],[\"name/700\",[283,62.43]],[\"comment/700\",[]],[\"name/701\",[11,42.415]],[\"comment/701\",[]],[\"name/702\",[241,42.415]],[\"comment/702\",[]],[\"name/703\",[242,43.559]],[\"comment/703\",[]],[\"name/704\",[243,43.559]],[\"comment/704\",[]],[\"name/705\",[244,43.559]],[\"comment/705\",[]],[\"name/706\",[245,42.415]],[\"comment/706\",[]],[\"name/707\",[246,43.559]],[\"comment/707\",[]],[\"name/708\",[247,42.415]],[\"comment/708\",[]],[\"name/709\",[248,42.415]],[\"comment/709\",[]],[\"name/710\",[261,59.065]],[\"comment/710\",[]],[\"name/711\",[10,38.821]],[\"comment/711\",[]],[\"name/712\",[6,29.772]],[\"comment/712\",[]],[\"name/713\",[163,40.458]],[\"comment/713\",[]],[\"name/714\",[278,51.444]],[\"comment/714\",[]],[\"name/715\",[283,62.43]],[\"comment/715\",[]],[\"name/716\",[273,59.065]],[\"comment/716\",[]],[\"name/717\",[11,42.415]],[\"comment/717\",[]],[\"name/718\",[241,42.415]],[\"comment/718\",[]],[\"name/719\",[242,43.559]],[\"comment/719\",[]],[\"name/720\",[243,43.559]],[\"comment/720\",[]],[\"name/721\",[244,43.559]],[\"comment/721\",[]],[\"name/722\",[245,42.415]],[\"comment/722\",[]],[\"name/723\",[246,43.559]],[\"comment/723\",[]],[\"name/724\",[247,42.415]],[\"comment/724\",[]],[\"name/725\",[248,42.415]],[\"comment/725\",[]],[\"name/726\",[257,56.552]],[\"comment/726\",[]],[\"name/727\",[10,38.821]],[\"comment/727\",[]],[\"name/728\",[6,29.772]],[\"comment/728\",[]],[\"name/729\",[163,40.458]],[\"comment/729\",[]],[\"name/730\",[284,67.538]],[\"comment/730\",[]],[\"name/731\",[285,67.538]],[\"comment/731\",[]],[\"name/732\",[11,42.415]],[\"comment/732\",[]],[\"name/733\",[241,42.415]],[\"comment/733\",[]],[\"name/734\",[242,43.559]],[\"comment/734\",[]],[\"name/735\",[243,43.559]],[\"comment/735\",[]],[\"name/736\",[244,43.559]],[\"comment/736\",[]],[\"name/737\",[245,42.415]],[\"comment/737\",[]],[\"name/738\",[246,43.559]],[\"comment/738\",[]],[\"name/739\",[247,42.415]],[\"comment/739\",[]],[\"name/740\",[248,42.415]],[\"comment/740\",[]],[\"name/741\",[286,56.552]],[\"comment/741\",[]],[\"name/742\",[287,67.538]],[\"comment/742\",[]],[\"name/743\",[288,67.538]],[\"comment/743\",[]],[\"name/744\",[289,67.538]],[\"comment/744\",[]],[\"name/745\",[290,67.538]],[\"comment/745\",[]],[\"name/746\",[291,67.538]],[\"comment/746\",[]],[\"name/747\",[292,67.538]],[\"comment/747\",[]],[\"name/748\",[293,62.43]],[\"comment/748\",[]],[\"name/749\",[294,62.43]],[\"comment/749\",[]],[\"name/750\",[295,62.43]],[\"comment/750\",[]],[\"name/751\",[67,50.192]],[\"comment/751\",[]],[\"name/752\",[6,29.772]],[\"comment/752\",[]],[\"name/753\",[24,56.552]],[\"comment/753\",[]],[\"name/754\",[25,44.851]],[\"comment/754\",[]],[\"name/755\",[296,67.538]],[\"comment/755\",[]],[\"name/756\",[297,67.538]],[\"comment/756\",[]],[\"name/757\",[27,46.336]],[\"comment/757\",[]],[\"name/758\",[298,67.538]],[\"comment/758\",[]],[\"name/759\",[240,56.552]],[\"comment/759\",[]],[\"name/760\",[299,67.538]],[\"comment/760\",[]],[\"name/761\",[28,44.851]],[\"comment/761\",[]],[\"name/762\",[40,56.552]],[\"comment/762\",[]],[\"name/763\",[13,52.875]],[\"comment/763\",[]],[\"name/764\",[300,62.43]],[\"comment/764\",[]],[\"name/765\",[301,62.43]],[\"comment/765\",[]],[\"name/766\",[302,67.538]],[\"comment/766\",[]],[\"name/767\",[68,56.552]],[\"comment/767\",[]],[\"name/768\",[69,62.43]],[\"comment/768\",[]],[\"name/769\",[303,62.43]],[\"comment/769\",[]],[\"name/770\",[304,62.43]],[\"comment/770\",[]],[\"name/771\",[305,62.43]],[\"comment/771\",[]],[\"name/772\",[306,62.43]],[\"comment/772\",[]],[\"name/773\",[307,62.43]],[\"comment/773\",[]],[\"name/774\",[308,62.43]],[\"comment/774\",[]],[\"name/775\",[309,62.43]],[\"comment/775\",[]],[\"name/776\",[310,62.43]],[\"comment/776\",[]],[\"name/777\",[311,62.43]],[\"comment/777\",[]],[\"name/778\",[312,62.43]],[\"comment/778\",[]],[\"name/779\",[313,56.552]],[\"comment/779\",[]],[\"name/780\",[314,62.43]],[\"comment/780\",[]],[\"name/781\",[315,56.552]],[\"comment/781\",[]],[\"name/782\",[316,62.43]],[\"comment/782\",[]],[\"name/783\",[286,56.552]],[\"comment/783\",[]],[\"name/784\",[317,62.43]],[\"comment/784\",[]],[\"name/785\",[318,62.43]],[\"comment/785\",[]],[\"name/786\",[319,62.43]],[\"comment/786\",[]],[\"name/787\",[320,62.43]],[\"comment/787\",[]],[\"name/788\",[321,62.43]],[\"comment/788\",[]],[\"name/789\",[322,62.43]],[\"comment/789\",[]],[\"name/790\",[43,56.552]],[\"comment/790\",[]],[\"name/791\",[323,67.538]],[\"comment/791\",[]],[\"name/792\",[47,56.552]],[\"comment/792\",[]],[\"name/793\",[324,67.538]],[\"comment/793\",[]],[\"name/794\",[249,59.065]],[\"comment/794\",[]],[\"name/795\",[272,59.065]],[\"comment/795\",[]],[\"name/796\",[325,67.538]],[\"comment/796\",[]],[\"name/797\",[271,59.065]],[\"comment/797\",[]],[\"name/798\",[326,67.538]],[\"comment/798\",[]],[\"name/799\",[327,67.538]],[\"comment/799\",[]],[\"name/800\",[328,67.538]],[\"comment/800\",[]],[\"name/801\",[274,62.43]],[\"comment/801\",[]],[\"name/802\",[329,67.538]],[\"comment/802\",[]],[\"name/803\",[330,67.538]],[\"comment/803\",[]],[\"name/804\",[331,67.538]],[\"comment/804\",[]],[\"name/805\",[332,67.538]],[\"comment/805\",[]],[\"name/806\",[278,51.444]],[\"comment/806\",[]],[\"name/807\",[279,59.065]],[\"comment/807\",[]],[\"name/808\",[333,67.538]],[\"comment/808\",[]],[\"name/809\",[334,67.538]],[\"comment/809\",[]],[\"name/810\",[335,67.538]],[\"comment/810\",[]],[\"name/811\",[336,62.43]],[\"comment/811\",[]],[\"name/812\",[337,62.43]],[\"comment/812\",[]],[\"name/813\",[338,59.065]],[\"comment/813\",[]],[\"name/814\",[54,54.545]],[\"comment/814\",[]],[\"name/815\",[339,67.538]],[\"comment/815\",[]],[\"name/816\",[340,62.43]],[\"comment/816\",[]],[\"name/817\",[341,62.43]],[\"comment/817\",[]],[\"name/818\",[244,43.559]],[\"comment/818\",[]],[\"name/819\",[245,42.415]],[\"comment/819\",[]],[\"name/820\",[246,43.559]],[\"comment/820\",[]],[\"name/821\",[241,42.415]],[\"comment/821\",[]],[\"name/822\",[342,67.538]],[\"comment/822\",[]],[\"name/823\",[242,43.559]],[\"comment/823\",[]],[\"name/824\",[243,43.559]],[\"comment/824\",[]],[\"name/825\",[343,67.538]],[\"comment/825\",[]],[\"name/826\",[247,42.415]],[\"comment/826\",[]],[\"name/827\",[248,42.415]],[\"comment/827\",[]],[\"name/828\",[344,59.065]],[\"comment/828\",[]],[\"name/829\",[338,59.065]],[\"comment/829\",[]],[\"name/830\",[54,54.545]],[\"comment/830\",[]],[\"name/831\",[345,67.538]],[\"comment/831\",[]],[\"name/832\",[346,62.43]],[\"comment/832\",[]],[\"name/833\",[250,56.552]],[\"comment/833\",[]],[\"name/834\",[252,56.552]],[\"comment/834\",[]],[\"name/835\",[253,56.552]],[\"comment/835\",[]],[\"name/836\",[255,56.552]],[\"comment/836\",[]],[\"name/837\",[260,56.552]],[\"comment/837\",[]],[\"name/838\",[254,56.552]],[\"comment/838\",[]],[\"name/839\",[263,56.552]],[\"comment/839\",[]],[\"name/840\",[256,56.552]],[\"comment/840\",[]],[\"name/841\",[251,56.552]],[\"comment/841\",[]],[\"name/842\",[259,56.552]],[\"comment/842\",[]],[\"name/843\",[262,56.552]],[\"comment/843\",[]],[\"name/844\",[257,56.552]],[\"comment/844\",[]],[\"name/845\",[347,67.538]],[\"comment/845\",[]],[\"name/846\",[348,67.538]],[\"comment/846\",[]],[\"name/847\",[349,67.538]],[\"comment/847\",[]],[\"name/848\",[350,67.538]],[\"comment/848\",[]],[\"name/849\",[6,29.772]],[\"comment/849\",[]],[\"name/850\",[99,62.43]],[\"comment/850\",[]],[\"name/851\",[240,56.552]],[\"comment/851\",[]],[\"name/852\",[344,59.065]],[\"comment/852\",[]],[\"name/853\",[54,54.545]],[\"comment/853\",[]],[\"name/854\",[101,62.43]],[\"comment/854\",[]],[\"name/855\",[104,62.43]],[\"comment/855\",[]],[\"name/856\",[105,62.43]],[\"comment/856\",[]],[\"name/857\",[338,59.065]],[\"comment/857\",[]],[\"name/858\",[336,62.43]],[\"comment/858\",[]],[\"name/859\",[337,62.43]],[\"comment/859\",[]],[\"name/860\",[13,52.875]],[\"comment/860\",[]],[\"name/861\",[40,56.552]],[\"comment/861\",[]],[\"name/862\",[300,62.43]],[\"comment/862\",[]],[\"name/863\",[340,62.43]],[\"comment/863\",[]],[\"name/864\",[341,62.43]],[\"comment/864\",[]],[\"name/865\",[305,62.43]],[\"comment/865\",[]],[\"name/866\",[307,62.43]],[\"comment/866\",[]],[\"name/867\",[315,56.552]],[\"comment/867\",[]],[\"name/868\",[313,56.552]],[\"comment/868\",[]],[\"name/869\",[286,56.552]],[\"comment/869\",[]],[\"name/870\",[318,62.43]],[\"comment/870\",[]],[\"name/871\",[311,62.43]],[\"comment/871\",[]],[\"name/872\",[43,56.552]],[\"comment/872\",[]],[\"name/873\",[47,56.552]],[\"comment/873\",[]],[\"name/874\",[301,62.43]],[\"comment/874\",[]],[\"name/875\",[68,56.552]],[\"comment/875\",[]],[\"name/876\",[312,62.43]],[\"comment/876\",[]],[\"name/877\",[320,62.43]],[\"comment/877\",[]],[\"name/878\",[321,62.43]],[\"comment/878\",[]],[\"name/879\",[322,62.43]],[\"comment/879\",[]],[\"name/880\",[303,62.43]],[\"comment/880\",[]],[\"name/881\",[304,62.43]],[\"comment/881\",[]],[\"name/882\",[306,62.43]],[\"comment/882\",[]],[\"name/883\",[308,62.43]],[\"comment/883\",[]],[\"name/884\",[309,62.43]],[\"comment/884\",[]],[\"name/885\",[310,62.43]],[\"comment/885\",[]],[\"name/886\",[314,62.43]],[\"comment/886\",[]],[\"name/887\",[316,62.43]],[\"comment/887\",[]],[\"name/888\",[319,62.43]],[\"comment/888\",[]],[\"name/889\",[317,62.43]],[\"comment/889\",[]],[\"name/890\",[24,56.552]],[\"comment/890\",[]],[\"name/891\",[6,29.772]],[\"comment/891\",[]],[\"name/892\",[116,42.415]],[\"comment/892\",[]],[\"name/893\",[117,56.552]],[\"comment/893\",[]],[\"name/894\",[118,41.889]],[\"comment/894\",[]],[\"name/895\",[351,67.538]],[\"comment/895\",[]],[\"name/896\",[352,67.538]],[\"comment/896\",[]],[\"name/897\",[27,46.336]],[\"comment/897\",[]],[\"name/898\",[353,62.43]],[\"comment/898\",[]],[\"name/899\",[120,56.552]],[\"comment/899\",[]],[\"name/900\",[197,59.065]],[\"comment/900\",[]],[\"name/901\",[123,56.552]],[\"comment/901\",[]],[\"name/902\",[121,56.552]],[\"comment/902\",[]],[\"name/903\",[122,56.552]],[\"comment/903\",[]],[\"name/904\",[124,56.552]],[\"comment/904\",[]],[\"name/905\",[126,56.552]],[\"comment/905\",[]],[\"name/906\",[354,54.545]],[\"comment/906\",[]],[\"name/907\",[355,67.538]],[\"comment/907\",[]],[\"name/908\",[356,67.538]],[\"comment/908\",[]],[\"name/909\",[357,67.538]],[\"comment/909\",[]],[\"name/910\",[358,62.43]],[\"comment/910\",[]],[\"name/911\",[6,29.772]],[\"comment/911\",[]],[\"name/912\",[359,67.538]],[\"comment/912\",[]],[\"name/913\",[360,67.538]],[\"comment/913\",[]],[\"name/914\",[361,67.538]],[\"comment/914\",[]],[\"name/915\",[362,62.43]],[\"comment/915\",[]],[\"name/916\",[10,38.821]],[\"comment/916\",[]],[\"name/917\",[6,29.772]],[\"comment/917\",[]],[\"name/918\",[363,59.065]],[\"comment/918\",[]],[\"name/919\",[221,56.552]],[\"comment/919\",[]],[\"name/920\",[354,54.545]],[\"comment/920\",[]],[\"name/921\",[364,59.065]],[\"comment/921\",[]],[\"name/922\",[365,62.43]],[\"comment/922\",[]],[\"name/923\",[10,38.821]],[\"comment/923\",[]],[\"name/924\",[6,29.772]],[\"comment/924\",[]],[\"name/925\",[67,50.192]],[\"comment/925\",[]],[\"name/926\",[363,59.065]],[\"comment/926\",[]],[\"name/927\",[221,56.552]],[\"comment/927\",[]],[\"name/928\",[354,54.545]],[\"comment/928\",[]],[\"name/929\",[364,59.065]],[\"comment/929\",[]],[\"name/930\",[366,62.43]],[\"comment/930\",[]],[\"name/931\",[10,38.821]],[\"comment/931\",[]],[\"name/932\",[6,29.772]],[\"comment/932\",[]],[\"name/933\",[67,50.192]],[\"comment/933\",[]],[\"name/934\",[363,59.065]],[\"comment/934\",[]],[\"name/935\",[367,62.43]],[\"comment/935\",[]],[\"name/936\",[10,38.821]],[\"comment/936\",[]],[\"name/937\",[6,29.772]],[\"comment/937\",[]],[\"name/938\",[368,62.43]],[\"comment/938\",[]],[\"name/939\",[369,62.43]],[\"comment/939\",[]],[\"name/940\",[370,62.43]],[\"comment/940\",[]],[\"name/941\",[10,38.821]],[\"comment/941\",[]],[\"name/942\",[6,29.772]],[\"comment/942\",[]],[\"name/943\",[67,50.192]],[\"comment/943\",[]],[\"name/944\",[368,62.43]],[\"comment/944\",[]],[\"name/945\",[369,62.43]],[\"comment/945\",[]],[\"name/946\",[354,54.545]],[\"comment/946\",[]],[\"name/947\",[364,59.065]],[\"comment/947\",[]],[\"name/948\",[371,62.43]],[\"comment/948\",[]],[\"name/949\",[10,38.821]],[\"comment/949\",[]],[\"name/950\",[6,29.772]],[\"comment/950\",[]],[\"name/951\",[372,62.43]],[\"comment/951\",[]],[\"name/952\",[373,59.065]],[\"comment/952\",[]],[\"name/953\",[374,59.065]],[\"comment/953\",[]],[\"name/954\",[375,56.552]],[\"comment/954\",[]],[\"name/955\",[376,56.552]],[\"comment/955\",[]],[\"name/956\",[377,62.43]],[\"comment/956\",[]],[\"name/957\",[10,38.821]],[\"comment/957\",[]],[\"name/958\",[6,29.772]],[\"comment/958\",[]],[\"name/959\",[67,50.192]],[\"comment/959\",[]],[\"name/960\",[372,62.43]],[\"comment/960\",[]],[\"name/961\",[373,59.065]],[\"comment/961\",[]],[\"name/962\",[374,59.065]],[\"comment/962\",[]],[\"name/963\",[375,56.552]],[\"comment/963\",[]],[\"name/964\",[376,56.552]],[\"comment/964\",[]],[\"name/965\",[378,62.43]],[\"comment/965\",[]],[\"name/966\",[379,62.43]],[\"comment/966\",[]],[\"name/967\",[10,38.821]],[\"comment/967\",[]],[\"name/968\",[6,29.772]],[\"comment/968\",[]],[\"name/969\",[380,67.538]],[\"comment/969\",[]],[\"name/970\",[381,67.538]],[\"comment/970\",[]],[\"name/971\",[382,67.538]],[\"comment/971\",[]],[\"name/972\",[375,56.552]],[\"comment/972\",[]],[\"name/973\",[376,56.552]],[\"comment/973\",[]],[\"name/974\",[383,62.43]],[\"comment/974\",[]],[\"name/975\",[10,38.821]],[\"comment/975\",[]],[\"name/976\",[384,67.538]],[\"comment/976\",[]],[\"name/977\",[6,29.772]],[\"comment/977\",[]],[\"name/978\",[385,67.538]],[\"comment/978\",[]],[\"name/979\",[127,59.065]],[\"comment/979\",[]],[\"name/980\",[386,67.538]],[\"comment/980\",[]],[\"name/981\",[213,59.065]],[\"comment/981\",[]],[\"name/982\",[214,59.065]],[\"comment/982\",[]],[\"name/983\",[387,59.065]],[\"comment/983\",[]],[\"name/984\",[388,62.43]],[\"comment/984\",[]],[\"name/985\",[389,67.538]],[\"comment/985\",[]],[\"name/986\",[390,67.538]],[\"comment/986\",[]],[\"name/987\",[210,59.065]],[\"comment/987\",[]],[\"name/988\",[391,59.065]],[\"comment/988\",[]],[\"name/989\",[392,59.065]],[\"comment/989\",[]],[\"name/990\",[393,59.065]],[\"comment/990\",[]],[\"name/991\",[394,59.065]],[\"comment/991\",[]],[\"name/992\",[395,67.538]],[\"comment/992\",[]],[\"name/993\",[396,67.538]],[\"comment/993\",[]],[\"name/994\",[118,41.889]],[\"comment/994\",[]],[\"name/995\",[397,67.538]],[\"comment/995\",[]],[\"name/996\",[398,67.538]],[\"comment/996\",[]],[\"name/997\",[399,62.43]],[\"comment/997\",[]],[\"name/998\",[400,67.538]],[\"comment/998\",[]],[\"name/999\",[401,67.538]],[\"comment/999\",[]],[\"name/1000\",[402,67.538]],[\"comment/1000\",[]],[\"name/1001\",[130,62.43]],[\"comment/1001\",[]],[\"name/1002\",[133,62.43]],[\"comment/1002\",[]],[\"name/1003\",[134,62.43]],[\"comment/1003\",[]],[\"name/1004\",[135,62.43]],[\"comment/1004\",[]],[\"name/1005\",[139,62.43]],[\"comment/1005\",[]],[\"name/1006\",[140,62.43]],[\"comment/1006\",[]],[\"name/1007\",[141,62.43]],[\"comment/1007\",[]],[\"name/1008\",[119,62.43]],[\"comment/1008\",[]],[\"name/1009\",[403,67.538]],[\"comment/1009\",[]],[\"name/1010\",[404,67.538]],[\"comment/1010\",[]],[\"name/1011\",[405,67.538]],[\"comment/1011\",[]],[\"name/1012\",[406,67.538]],[\"comment/1012\",[]],[\"name/1013\",[353,62.43]],[\"comment/1013\",[]],[\"name/1014\",[407,67.538]],[\"comment/1014\",[]],[\"name/1015\",[408,67.538]],[\"comment/1015\",[]],[\"name/1016\",[409,67.538]],[\"comment/1016\",[]],[\"name/1017\",[410,67.538]],[\"comment/1017\",[]],[\"name/1018\",[411,67.538]],[\"comment/1018\",[]],[\"name/1019\",[412,67.538]],[\"comment/1019\",[]],[\"name/1020\",[413,67.538]],[\"comment/1020\",[]],[\"name/1021\",[414,67.538]],[\"comment/1021\",[]],[\"name/1022\",[415,67.538]],[\"comment/1022\",[]],[\"name/1023\",[416,67.538]],[\"comment/1023\",[]],[\"name/1024\",[417,67.538]],[\"comment/1024\",[]],[\"name/1025\",[418,67.538]],[\"comment/1025\",[]],[\"name/1026\",[125,62.43]],[\"comment/1026\",[]],[\"name/1027\",[247,42.415]],[\"comment/1027\",[]],[\"name/1028\",[248,42.415]],[\"comment/1028\",[]],[\"name/1029\",[419,62.43]],[\"comment/1029\",[]],[\"name/1030\",[420,62.43]],[\"comment/1030\",[]],[\"name/1031\",[245,42.415]],[\"comment/1031\",[]],[\"name/1032\",[421,62.43]],[\"comment/1032\",[]],[\"name/1033\",[422,62.43]],[\"comment/1033\",[]],[\"name/1034\",[241,42.415]],[\"comment/1034\",[]],[\"name/1035\",[423,62.43]],[\"comment/1035\",[]],[\"name/1036\",[424,62.43]],[\"comment/1036\",[]],[\"name/1037\",[216,62.43]],[\"comment/1037\",[]],[\"name/1038\",[217,62.43]],[\"comment/1038\",[]],[\"name/1039\",[218,62.43]],[\"comment/1039\",[]],[\"name/1040\",[219,62.43]],[\"comment/1040\",[]],[\"name/1041\",[392,59.065]],[\"comment/1041\",[]],[\"name/1042\",[6,29.772]],[\"comment/1042\",[]],[\"name/1043\",[116,42.415]],[\"comment/1043\",[]],[\"name/1044\",[118,41.889]],[\"comment/1044\",[]],[\"name/1045\",[399,62.43]],[\"comment/1045\",[]],[\"name/1046\",[393,59.065]],[\"comment/1046\",[]],[\"name/1047\",[6,29.772]],[\"comment/1047\",[]],[\"name/1048\",[116,42.415]],[\"comment/1048\",[]],[\"name/1049\",[118,41.889]],[\"comment/1049\",[]],[\"name/1050\",[425,67.538]],[\"comment/1050\",[]],[\"name/1051\",[426,67.538]],[\"comment/1051\",[]],[\"name/1052\",[315,56.552]],[\"comment/1052\",[]],[\"name/1053\",[427,59.065]],[\"comment/1053\",[]],[\"name/1054\",[428,67.538]],[\"comment/1054\",[]],[\"name/1055\",[429,67.538]],[\"comment/1055\",[]],[\"name/1056\",[430,62.43]],[\"comment/1056\",[]],[\"name/1057\",[6,29.772]],[\"comment/1057\",[]],[\"name/1058\",[116,42.415]],[\"comment/1058\",[]],[\"name/1059\",[118,41.889]],[\"comment/1059\",[]],[\"name/1060\",[431,67.538]],[\"comment/1060\",[]],[\"name/1061\",[432,67.538]],[\"comment/1061\",[]],[\"name/1062\",[433,67.538]],[\"comment/1062\",[]],[\"name/1063\",[434,67.538]],[\"comment/1063\",[]],[\"name/1064\",[435,67.538]],[\"comment/1064\",[]],[\"name/1065\",[436,67.538]],[\"comment/1065\",[]],[\"name/1066\",[437,62.43]],[\"comment/1066\",[]],[\"name/1067\",[6,29.772]],[\"comment/1067\",[]],[\"name/1068\",[116,42.415]],[\"comment/1068\",[]],[\"name/1069\",[118,41.889]],[\"comment/1069\",[]],[\"name/1070\",[438,67.538]],[\"comment/1070\",[]],[\"name/1071\",[439,67.538]],[\"comment/1071\",[]],[\"name/1072\",[440,67.538]],[\"comment/1072\",[]],[\"name/1073\",[313,56.552]],[\"comment/1073\",[]],[\"name/1074\",[427,59.065]],[\"comment/1074\",[]],[\"name/1075\",[441,67.538]],[\"comment/1075\",[]],[\"name/1076\",[442,67.538]],[\"comment/1076\",[]],[\"name/1077\",[443,62.43]],[\"comment/1077\",[]],[\"name/1078\",[444,67.538]],[\"comment/1078\",[]],[\"name/1079\",[445,67.538]],[\"comment/1079\",[]],[\"name/1080\",[446,62.43]],[\"comment/1080\",[]],[\"name/1081\",[447,67.538]],[\"comment/1081\",[]],[\"name/1082\",[448,67.538]],[\"comment/1082\",[]],[\"name/1083\",[449,62.43]],[\"comment/1083\",[]],[\"name/1084\",[6,29.772]],[\"comment/1084\",[]],[\"name/1085\",[278,51.444]],[\"comment/1085\",[]],[\"name/1086\",[450,62.43]],[\"comment/1086\",[]],[\"name/1087\",[394,59.065]],[\"comment/1087\",[]],[\"name/1088\",[6,29.772]],[\"comment/1088\",[]],[\"name/1089\",[116,42.415]],[\"comment/1089\",[]],[\"name/1090\",[278,51.444]],[\"comment/1090\",[]],[\"name/1091\",[450,62.43]],[\"comment/1091\",[]],[\"name/1092\",[118,41.889]],[\"comment/1092\",[]],[\"name/1093\",[451,67.538]],[\"comment/1093\",[]],[\"name/1094\",[452,62.43]],[\"comment/1094\",[]],[\"name/1095\",[453,67.538]],[\"comment/1095\",[]],[\"name/1096\",[454,67.538]],[\"comment/1096\",[]],[\"name/1097\",[455,67.538]],[\"comment/1097\",[]],[\"name/1098\",[456,67.538]],[\"comment/1098\",[]],[\"name/1099\",[457,67.538]],[\"comment/1099\",[]],[\"name/1100\",[458,67.538]],[\"comment/1100\",[]],[\"name/1101\",[459,67.538]],[\"comment/1101\",[]],[\"name/1102\",[460,67.538]],[\"comment/1102\",[]],[\"name/1103\",[391,59.065]],[\"comment/1103\",[]],[\"name/1104\",[6,29.772]],[\"comment/1104\",[]],[\"name/1105\",[116,42.415]],[\"comment/1105\",[]],[\"name/1106\",[118,41.889]],[\"comment/1106\",[]],[\"name/1107\",[461,67.538]],[\"comment/1107\",[]],[\"name/1108\",[247,42.415]],[\"comment/1108\",[]],[\"name/1109\",[248,42.415]],[\"comment/1109\",[]],[\"name/1110\",[419,62.43]],[\"comment/1110\",[]],[\"name/1111\",[420,62.43]],[\"comment/1111\",[]],[\"name/1112\",[245,42.415]],[\"comment/1112\",[]],[\"name/1113\",[421,62.43]],[\"comment/1113\",[]],[\"name/1114\",[422,62.43]],[\"comment/1114\",[]],[\"name/1115\",[241,42.415]],[\"comment/1115\",[]],[\"name/1116\",[423,62.43]],[\"comment/1116\",[]],[\"name/1117\",[424,62.43]],[\"comment/1117\",[]],[\"name/1118\",[462,62.43]],[\"comment/1118\",[]],[\"name/1119\",[6,29.772]],[\"comment/1119\",[]],[\"name/1120\",[67,50.192]],[\"comment/1120\",[]],[\"name/1121\",[463,67.538]],[\"comment/1121\",[]],[\"name/1122\",[464,67.538]],[\"comment/1122\",[]],[\"name/1123\",[465,67.538]],[\"comment/1123\",[]],[\"name/1124\",[373,59.065]],[\"comment/1124\",[]],[\"name/1125\",[374,59.065]],[\"comment/1125\",[]],[\"name/1126\",[375,56.552]],[\"comment/1126\",[]],[\"name/1127\",[376,56.552]],[\"comment/1127\",[]],[\"name/1128\",[466,62.43]],[\"comment/1128\",[]],[\"name/1129\",[6,29.772]],[\"comment/1129\",[]],[\"name/1130\",[116,42.415]],[\"comment/1130\",[]],[\"name/1131\",[467,67.538]],[\"comment/1131\",[]],[\"name/1132\",[468,62.43]],[\"comment/1132\",[]],[\"name/1133\",[387,59.065]],[\"comment/1133\",[]],[\"name/1134\",[388,62.43]],[\"comment/1134\",[]],[\"name/1135\",[469,67.538]],[\"comment/1135\",[]],[\"name/1136\",[470,67.538]],[\"comment/1136\",[]],[\"name/1137\",[471,67.538]],[\"comment/1137\",[]],[\"name/1138\",[118,41.889]],[\"comment/1138\",[]],[\"name/1139\",[472,67.538]],[\"comment/1139\",[]],[\"name/1140\",[473,67.538]],[\"comment/1140\",[]],[\"name/1141\",[474,67.538]],[\"comment/1141\",[]],[\"name/1142\",[475,67.538]],[\"comment/1142\",[]],[\"name/1143\",[476,67.538]],[\"comment/1143\",[]],[\"name/1144\",[477,67.538]],[\"comment/1144\",[]],[\"name/1145\",[478,67.538]],[\"comment/1145\",[]],[\"name/1146\",[479,67.538]],[\"comment/1146\",[]],[\"name/1147\",[480,67.538]],[\"comment/1147\",[]],[\"name/1148\",[481,67.538]],[\"comment/1148\",[]],[\"name/1149\",[482,67.538]],[\"comment/1149\",[]],[\"name/1150\",[483,67.538]],[\"comment/1150\",[]],[\"name/1151\",[484,67.538]],[\"comment/1151\",[]],[\"name/1152\",[485,67.538]],[\"comment/1152\",[]],[\"name/1153\",[486,67.538]],[\"comment/1153\",[]],[\"name/1154\",[487,67.538]],[\"comment/1154\",[]],[\"name/1155\",[488,67.538]],[\"comment/1155\",[]],[\"name/1156\",[489,67.538]],[\"comment/1156\",[]],[\"name/1157\",[490,67.538]],[\"comment/1157\",[]],[\"name/1158\",[491,67.538]],[\"comment/1158\",[]],[\"name/1159\",[492,67.538]],[\"comment/1159\",[]],[\"name/1160\",[493,67.538]],[\"comment/1160\",[]],[\"name/1161\",[494,67.538]],[\"comment/1161\",[]],[\"name/1162\",[495,67.538]],[\"comment/1162\",[]],[\"name/1163\",[496,67.538]],[\"comment/1163\",[]],[\"name/1164\",[497,67.538]],[\"comment/1164\",[]],[\"name/1165\",[498,67.538]],[\"comment/1165\",[]],[\"name/1166\",[499,67.538]],[\"comment/1166\",[]],[\"name/1167\",[500,67.538]],[\"comment/1167\",[]],[\"name/1168\",[501,67.538]],[\"comment/1168\",[]],[\"name/1169\",[502,67.538]],[\"comment/1169\",[]],[\"name/1170\",[503,62.43]],[\"comment/1170\",[]],[\"name/1171\",[427,59.065]],[\"comment/1171\",[]],[\"name/1172\",[152,62.43]],[\"comment/1172\",[]],[\"name/1173\",[153,62.43]],[\"comment/1173\",[]],[\"name/1174\",[154,62.43]],[\"comment/1174\",[]],[\"name/1175\",[157,62.43]],[\"comment/1175\",[]],[\"name/1176\",[504,67.538]],[\"comment/1176\",[]],[\"name/1177\",[505,67.538]],[\"comment/1177\",[]],[\"name/1178\",[294,62.43]],[\"comment/1178\",[]],[\"name/1179\",[506,62.43]],[\"comment/1179\",[]],[\"name/1180\",[6,29.772]],[\"comment/1180\",[]],[\"name/1181\",[116,42.415]],[\"comment/1181\",[]],[\"name/1182\",[468,62.43]],[\"comment/1182\",[]],[\"name/1183\",[387,59.065]],[\"comment/1183\",[]],[\"name/1184\",[118,41.889]],[\"comment/1184\",[]],[\"name/1185\",[507,67.538]],[\"comment/1185\",[]],[\"name/1186\",[508,67.538]],[\"comment/1186\",[]],[\"name/1187\",[509,67.538]],[\"comment/1187\",[]],[\"name/1188\",[510,67.538]],[\"comment/1188\",[]],[\"name/1189\",[511,67.538]],[\"comment/1189\",[]],[\"name/1190\",[512,67.538]],[\"comment/1190\",[]],[\"name/1191\",[513,67.538]],[\"comment/1191\",[]],[\"name/1192\",[514,67.538]],[\"comment/1192\",[]],[\"name/1193\",[515,67.538]],[\"comment/1193\",[]],[\"name/1194\",[293,62.43]],[\"comment/1194\",[]],[\"name/1195\",[0,62.43]],[\"comment/1195\",[]],[\"name/1196\",[1,62.43]],[\"comment/1196\",[]],[\"name/1197\",[2,62.43]],[\"comment/1197\",[]],[\"name/1198\",[5,62.43]],[\"comment/1198\",[]],[\"name/1199\",[7,62.43]],[\"comment/1199\",[]],[\"name/1200\",[13,52.875]],[\"comment/1200\",[]],[\"name/1201\",[14,62.43]],[\"comment/1201\",[]],[\"name/1202\",[16,62.43]],[\"comment/1202\",[]],[\"name/1203\",[17,62.43]],[\"comment/1203\",[]],[\"name/1204\",[22,62.43]],[\"comment/1204\",[]],[\"name/1205\",[94,62.43]],[\"comment/1205\",[]],[\"name/1206\",[115,62.43]],[\"comment/1206\",[]],[\"name/1207\",[127,59.065]],[\"comment/1207\",[]],[\"name/1208\",[142,62.43]],[\"comment/1208\",[]],[\"name/1209\",[143,59.065]],[\"comment/1209\",[]],[\"name/1210\",[148,62.43]],[\"comment/1210\",[]],[\"name/1211\",[151,62.43]],[\"comment/1211\",[]],[\"name/1212\",[158,62.43]],[\"comment/1212\",[]],[\"name/1213\",[170,62.43]],[\"comment/1213\",[]],[\"name/1214\",[180,62.43]],[\"comment/1214\",[]],[\"name/1215\",[181,62.43]],[\"comment/1215\",[]],[\"name/1216\",[182,62.43]],[\"comment/1216\",[]],[\"name/1217\",[183,62.43]],[\"comment/1217\",[]],[\"name/1218\",[184,62.43]],[\"comment/1218\",[]],[\"name/1219\",[185,62.43]],[\"comment/1219\",[]],[\"name/1220\",[194,62.43]],[\"comment/1220\",[]],[\"name/1221\",[198,62.43]],[\"comment/1221\",[]],[\"name/1222\",[199,62.43]],[\"comment/1222\",[]],[\"name/1223\",[200,62.43]],[\"comment/1223\",[]],[\"name/1224\",[201,62.43]],[\"comment/1224\",[]],[\"name/1225\",[202,62.43]],[\"comment/1225\",[]],[\"name/1226\",[203,62.43]],[\"comment/1226\",[]],[\"name/1227\",[204,62.43]],[\"comment/1227\",[]],[\"name/1228\",[205,62.43]],[\"comment/1228\",[]],[\"name/1229\",[210,59.065]],[\"comment/1229\",[]],[\"name/1230\",[211,62.43]],[\"comment/1230\",[]],[\"name/1231\",[213,59.065]],[\"comment/1231\",[]],[\"name/1232\",[214,59.065]],[\"comment/1232\",[]],[\"name/1233\",[220,62.43]],[\"comment/1233\",[]],[\"name/1234\",[240,56.552]],[\"comment/1234\",[]],[\"name/1235\",[249,59.065]],[\"comment/1235\",[]],[\"name/1236\",[264,62.43]],[\"comment/1236\",[]],[\"name/1237\",[250,56.552]],[\"comment/1237\",[]],[\"name/1238\",[262,56.552]],[\"comment/1238\",[]],[\"name/1239\",[251,56.552]],[\"comment/1239\",[]],[\"name/1240\",[259,56.552]],[\"comment/1240\",[]],[\"name/1241\",[252,56.552]],[\"comment/1241\",[]],[\"name/1242\",[253,56.552]],[\"comment/1242\",[]],[\"name/1243\",[255,56.552]],[\"comment/1243\",[]],[\"name/1244\",[260,56.552]],[\"comment/1244\",[]],[\"name/1245\",[254,56.552]],[\"comment/1245\",[]],[\"name/1246\",[263,56.552]],[\"comment/1246\",[]],[\"name/1247\",[256,56.552]],[\"comment/1247\",[]],[\"name/1248\",[258,59.065]],[\"comment/1248\",[]],[\"name/1249\",[261,59.065]],[\"comment/1249\",[]],[\"name/1250\",[257,56.552]],[\"comment/1250\",[]],[\"name/1251\",[286,56.552]],[\"comment/1251\",[]],[\"name/1252\",[295,62.43]],[\"comment/1252\",[]],[\"name/1253\",[67,50.192]],[\"comment/1253\",[]],[\"name/1254\",[344,59.065]],[\"comment/1254\",[]],[\"name/1255\",[346,62.43]],[\"comment/1255\",[]],[\"name/1256\",[24,56.552]],[\"comment/1256\",[]],[\"name/1257\",[354,54.545]],[\"comment/1257\",[]],[\"name/1258\",[358,62.43]],[\"comment/1258\",[]],[\"name/1259\",[362,62.43]],[\"comment/1259\",[]],[\"name/1260\",[365,62.43]],[\"comment/1260\",[]],[\"name/1261\",[366,62.43]],[\"comment/1261\",[]],[\"name/1262\",[367,62.43]],[\"comment/1262\",[]],[\"name/1263\",[370,62.43]],[\"comment/1263\",[]],[\"name/1264\",[371,62.43]],[\"comment/1264\",[]],[\"name/1265\",[377,62.43]],[\"comment/1265\",[]],[\"name/1266\",[378,62.43]],[\"comment/1266\",[]],[\"name/1267\",[379,62.43]],[\"comment/1267\",[]],[\"name/1268\",[383,62.43]],[\"comment/1268\",[]],[\"name/1269\",[392,59.065]],[\"comment/1269\",[]],[\"name/1270\",[393,59.065]],[\"comment/1270\",[]],[\"name/1271\",[315,56.552]],[\"comment/1271\",[]],[\"name/1272\",[430,62.43]],[\"comment/1272\",[]],[\"name/1273\",[437,62.43]],[\"comment/1273\",[]],[\"name/1274\",[313,56.552]],[\"comment/1274\",[]],[\"name/1275\",[443,62.43]],[\"comment/1275\",[]],[\"name/1276\",[446,62.43]],[\"comment/1276\",[]],[\"name/1277\",[449,62.43]],[\"comment/1277\",[]],[\"name/1278\",[394,59.065]],[\"comment/1278\",[]],[\"name/1279\",[452,62.43]],[\"comment/1279\",[]],[\"name/1280\",[391,59.065]],[\"comment/1280\",[]],[\"name/1281\",[462,62.43]],[\"comment/1281\",[]],[\"name/1282\",[466,62.43]],[\"comment/1282\",[]],[\"name/1283\",[503,62.43]],[\"comment/1283\",[]],[\"name/1284\",[506,62.43]],[\"comment/1284\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":352,\"name\":{\"896\":{}},\"comment\":{}}],[\"_applyimpulsestodynamicbodies\",{\"_index\":470,\"name\":{\"1136\":{}},\"comment\":{}}],[\"_charactermass\",{\"_index\":471,\"name\":{\"1137\":{}},\"comment\":{}}],[\"_parent\",{\"_index\":297,\"name\":{\"756\":{}},\"comment\":{}}],[\"_shape\",{\"_index\":296,\"name\":{\"755\":{}},\"comment\":{}}],[\"a\",{\"_index\":275,\"name\":{\"605\":{},\"620\":{},\"636\":{}},\"comment\":{}}],[\"accelerationbased\",{\"_index\":149,\"name\":{\"196\":{}},\"comment\":{}}],[\"activecollisiontypes\",{\"_index\":286,\"name\":{\"741\":{},\"783\":{},\"869\":{},\"1251\":{}},\"comment\":{}}],[\"activeevents\",{\"_index\":315,\"name\":{\"781\":{},\"867\":{},\"1052\":{},\"1271\":{}},\"comment\":{}}],[\"activehooks\",{\"_index\":313,\"name\":{\"779\":{},\"868\":{},\"1073\":{},\"1274\":{}},\"comment\":{}}],[\"addforce\",{\"_index\":86,\"name\":{\"94\":{}},\"comment\":{}}],[\"addforceatpoint\",{\"_index\":90,\"name\":{\"98\":{}},\"comment\":{}}],[\"additionalsolveriterations\",{\"_index\":35,\"name\":{\"42\":{},\"133\":{}},\"comment\":{}}],[\"addtorque\",{\"_index\":88,\"name\":{\"96\":{}},\"comment\":{}}],[\"all\",{\"_index\":294,\"name\":{\"749\":{},\"1178\":{}},\"comment\":{}}],[\"allang\",{\"_index\":505,\"name\":{\"1177\":{}},\"comment\":{}}],[\"alllin\",{\"_index\":504,\"name\":{\"1176\":{}},\"comment\":{}}],[\"anchor1\",{\"_index\":164,\"name\":{\"216\":{},\"242\":{},\"259\":{},\"276\":{},\"293\":{},\"319\":{},\"345\":{},\"358\":{}},\"comment\":{}}],[\"anchor2\",{\"_index\":165,\"name\":{\"217\":{},\"243\":{},\"260\":{},\"277\":{},\"294\":{},\"320\":{},\"346\":{},\"359\":{}},\"comment\":{}}],[\"angularcorrection\",{\"_index\":515,\"name\":{\"1193\":{}},\"comment\":{}}],[\"angulardamping\",{\"_index\":78,\"name\":{\"86\":{},\"126\":{}},\"comment\":{}}],[\"angvel\",{\"_index\":53,\"name\":{\"61\":{},\"122\":{}},\"comment\":{}}],[\"angx\",{\"_index\":155,\"name\":{\"202\":{}},\"comment\":{}}],[\"angy\",{\"_index\":156,\"name\":{\"203\":{}},\"comment\":{}}],[\"angz\",{\"_index\":157,\"name\":{\"204\":{},\"1175\":{}},\"comment\":{}}],[\"applyangularcorrection\",{\"_index\":513,\"name\":{\"1191\":{}},\"comment\":{}}],[\"applyimpulse\",{\"_index\":87,\"name\":{\"95\":{}},\"comment\":{}}],[\"applyimpulseatpoint\",{\"_index\":91,\"name\":{\"99\":{}},\"comment\":{}}],[\"applyimpulsestodynamicbodies\",{\"_index\":474,\"name\":{\"1141\":{}},\"comment\":{}}],[\"applylinearcorrection\",{\"_index\":512,\"name\":{\"1190\":{}},\"comment\":{}}],[\"applytorqueimpulse\",{\"_index\":89,\"name\":{\"97\":{}},\"comment\":{}}],[\"autostepenabled\",{\"_index\":487,\"name\":{\"1154\":{}},\"comment\":{}}],[\"autostepincludesdynamicbodies\",{\"_index\":486,\"name\":{\"1153\":{}},\"comment\":{}}],[\"autostepmaxheight\",{\"_index\":484,\"name\":{\"1151\":{}},\"comment\":{}}],[\"autostepminwidth\",{\"_index\":485,\"name\":{\"1152\":{}},\"comment\":{}}],[\"average\",{\"_index\":206,\"name\":{\"445\":{}},\"comment\":{}}],[\"axesmask\",{\"_index\":190,\"name\":{\"366\":{}},\"comment\":{}}],[\"axis\",{\"_index\":186,\"name\":{\"360\":{}},\"comment\":{}}],[\"b\",{\"_index\":276,\"name\":{\"606\":{},\"621\":{},\"637\":{}},\"comment\":{}}],[\"ball\",{\"_index\":250,\"name\":{\"508\":{},\"529\":{},\"833\":{},\"1237\":{}},\"comment\":{}}],[\"bodies\",{\"_index\":387,\"name\":{\"983\":{},\"1133\":{},\"1183\":{}},\"comment\":{}}],[\"body1\",{\"_index\":161,\"name\":{\"213\":{},\"239\":{},\"256\":{},\"273\":{},\"290\":{},\"316\":{},\"342\":{}},\"comment\":{}}],[\"body2\",{\"_index\":162,\"name\":{\"214\":{},\"240\":{},\"257\":{},\"274\":{},\"291\":{},\"317\":{},\"343\":{}},\"comment\":{}}],[\"bodyset\",{\"_index\":160,\"name\":{\"209\":{},\"235\":{},\"252\":{},\"269\":{},\"286\":{},\"312\":{},\"338\":{}},\"comment\":{}}],[\"bodytype\",{\"_index\":70,\"name\":{\"78\":{}},\"comment\":{}}],[\"borderradius\",{\"_index\":273,\"name\":{\"576\":{},\"639\":{},\"716\":{}},\"comment\":{}}],[\"broadphase\",{\"_index\":213,\"name\":{\"458\":{},\"981\":{},\"1231\":{}},\"comment\":{}}],[\"c\",{\"_index\":277,\"name\":{\"622\":{},\"638\":{}},\"comment\":{}}],[\"cansleep\",{\"_index\":107,\"name\":{\"128\":{}},\"comment\":{}}],[\"capsule\",{\"_index\":252,\"name\":{\"510\":{},\"586\":{},\"834\":{},\"1241\":{}},\"comment\":{}}],[\"castclosure\",{\"_index\":351,\"name\":{\"895\":{}},\"comment\":{}}],[\"castcollider\",{\"_index\":342,\"name\":{\"822\":{}},\"comment\":{}}],[\"castray\",{\"_index\":247,\"name\":{\"505\":{},\"541\":{},\"555\":{},\"569\":{},\"584\":{},\"599\":{},\"614\":{},\"630\":{},\"647\":{},\"662\":{},\"677\":{},\"693\":{},\"708\":{},\"724\":{},\"739\":{},\"826\":{},\"1027\":{},\"1108\":{}},\"comment\":{}}],[\"castrayandgetnormal\",{\"_index\":248,\"name\":{\"506\":{},\"542\":{},\"556\":{},\"570\":{},\"585\":{},\"600\":{},\"615\":{},\"631\":{},\"648\":{},\"663\":{},\"678\":{},\"694\":{},\"709\":{},\"725\":{},\"740\":{},\"827\":{},\"1028\":{},\"1109\":{}},\"comment\":{}}],[\"castshape\",{\"_index\":241,\"name\":{\"499\":{},\"535\":{},\"549\":{},\"563\":{},\"578\":{},\"593\":{},\"608\":{},\"624\":{},\"641\":{},\"656\":{},\"671\":{},\"687\":{},\"702\":{},\"718\":{},\"733\":{},\"821\":{},\"1034\":{},\"1115\":{}},\"comment\":{}}],[\"ccdenabled\",{\"_index\":109,\"name\":{\"130\":{}},\"comment\":{}}],[\"ccdsolver\",{\"_index\":210,\"name\":{\"449\":{},\"987\":{},\"1229\":{}},\"comment\":{}}],[\"centerofmass\",{\"_index\":101,\"name\":{\"118\":{},\"854\":{}},\"comment\":{}}],[\"charactercollision\",{\"_index\":462,\"name\":{\"1118\":{},\"1281\":{}},\"comment\":{}}],[\"charactercontrollers\",{\"_index\":395,\"name\":{\"992\":{}},\"comment\":{}}],[\"charactermass\",{\"_index\":476,\"name\":{\"1143\":{}},\"comment\":{}}],[\"clear\",{\"_index\":440,\"name\":{\"1072\":{}},\"comment\":{}}],[\"clearshapecache\",{\"_index\":299,\"name\":{\"760\":{}},\"comment\":{}}],[\"coefficientcombinerule\",{\"_index\":205,\"name\":{\"444\":{},\"1228\":{}},\"comment\":{}}],[\"collider\",{\"_index\":67,\"name\":{\"75\":{},\"751\":{},\"925\":{},\"933\":{},\"943\":{},\"959\":{},\"1120\":{},\"1253\":{}},\"comment\":{}}],[\"collider1\",{\"_index\":431,\"name\":{\"1060\":{}},\"comment\":{}}],[\"collider2\",{\"_index\":432,\"name\":{\"1061\":{}},\"comment\":{}}],[\"colliderdesc\",{\"_index\":346,\"name\":{\"832\":{},\"1255\":{}},\"comment\":{}}],[\"colliderhandle\",{\"_index\":295,\"name\":{\"750\":{},\"1252\":{}},\"comment\":{}}],[\"colliders\",{\"_index\":388,\"name\":{\"984\":{},\"1134\":{}},\"comment\":{}}],[\"colliderset\",{\"_index\":24,\"name\":{\"31\":{},\"753\":{},\"890\":{},\"1256\":{}},\"comment\":{}}],[\"collidershapecasthit\",{\"_index\":377,\"name\":{\"956\":{},\"1265\":{}},\"comment\":{}}],[\"colliderswithaabbintersectingaabb\",{\"_index\":424,\"name\":{\"1036\":{},\"1117\":{}},\"comment\":{}}],[\"collision_events\",{\"_index\":428,\"name\":{\"1054\":{}},\"comment\":{}}],[\"collisiongroups\",{\"_index\":340,\"name\":{\"816\":{},\"863\":{}},\"comment\":{}}],[\"colors\",{\"_index\":450,\"name\":{\"1086\":{},\"1091\":{}},\"comment\":{}}],[\"combinevoxelstates\",{\"_index\":332,\"name\":{\"805\":{}},\"comment\":{}}],[\"compute_impulse\",{\"_index\":445,\"name\":{\"1079\":{}},\"comment\":{}}],[\"computecollidermovement\",{\"_index\":498,\"name\":{\"1165\":{}},\"comment\":{}}],[\"computedcollision\",{\"_index\":502,\"name\":{\"1169\":{}},\"comment\":{}}],[\"computedgrounded\",{\"_index\":500,\"name\":{\"1167\":{}},\"comment\":{}}],[\"computedmovement\",{\"_index\":499,\"name\":{\"1166\":{}},\"comment\":{}}],[\"configuremotor\",{\"_index\":179,\"name\":{\"233\":{},\"310\":{},\"336\":{}},\"comment\":{}}],[\"configuremotormodel\",{\"_index\":176,\"name\":{\"230\":{},\"307\":{},\"333\":{}},\"comment\":{}}],[\"configuremotorposition\",{\"_index\":178,\"name\":{\"232\":{},\"309\":{},\"335\":{}},\"comment\":{}}],[\"configuremotorvelocity\",{\"_index\":177,\"name\":{\"231\":{},\"308\":{},\"334\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":6,\"name\":{\"6\":{},\"15\":{},\"21\":{},\"29\":{},\"111\":{},\"157\":{},\"171\":{},\"207\":{},\"224\":{},\"250\":{},\"267\":{},\"284\":{},\"301\":{},\"327\":{},\"357\":{},\"372\":{},\"389\":{},\"397\":{},\"406\":{},\"414\":{},\"423\":{},\"431\":{},\"450\":{},\"454\":{},\"459\":{},\"463\":{},\"472\":{},\"496\":{},\"531\":{},\"545\":{},\"559\":{},\"573\":{},\"588\":{},\"603\":{},\"618\":{},\"634\":{},\"651\":{},\"666\":{},\"681\":{},\"697\":{},\"712\":{},\"728\":{},\"752\":{},\"849\":{},\"891\":{},\"911\":{},\"917\":{},\"924\":{},\"932\":{},\"937\":{},\"942\":{},\"950\":{},\"958\":{},\"968\":{},\"977\":{},\"1042\":{},\"1047\":{},\"1057\":{},\"1067\":{},\"1084\":{},\"1088\":{},\"1104\":{},\"1119\":{},\"1129\":{},\"1180\":{}},\"comment\":{}}],[\"contact_erp\",{\"_index\":129,\"name\":{\"175\":{}},\"comment\":{}}],[\"contact_force_events\",{\"_index\":429,\"name\":{\"1055\":{}},\"comment\":{}}],[\"contact_natural_frequency\",{\"_index\":138,\"name\":{\"184\":{}},\"comment\":{}}],[\"contactcollider\",{\"_index\":343,\"name\":{\"825\":{}},\"comment\":{}}],[\"contactdist\",{\"_index\":229,\"name\":{\"483\":{}},\"comment\":{}}],[\"contactfid1\",{\"_index\":230,\"name\":{\"484\":{}},\"comment\":{}}],[\"contactfid2\",{\"_index\":231,\"name\":{\"485\":{}},\"comment\":{}}],[\"contactforceeventthreshold\",{\"_index\":318,\"name\":{\"785\":{},\"870\":{}},\"comment\":{}}],[\"contactimpulse\",{\"_index\":232,\"name\":{\"486\":{}},\"comment\":{}}],[\"contactpair\",{\"_index\":218,\"name\":{\"469\":{},\"1039\":{}},\"comment\":{}}],[\"contactpairswith\",{\"_index\":216,\"name\":{\"467\":{},\"1037\":{}},\"comment\":{}}],[\"contactsenabled\",{\"_index\":169,\"name\":{\"221\":{},\"247\":{},\"264\":{},\"281\":{},\"298\":{},\"324\":{},\"350\":{},\"394\":{},\"403\":{},\"411\":{},\"420\":{},\"429\":{}},\"comment\":{}}],[\"contactshape\",{\"_index\":243,\"name\":{\"501\":{},\"537\":{},\"551\":{},\"565\":{},\"580\":{},\"595\":{},\"610\":{},\"626\":{},\"643\":{},\"658\":{},\"673\":{},\"689\":{},\"704\":{},\"720\":{},\"735\":{},\"824\":{}},\"comment\":{}}],[\"contactskin\",{\"_index\":311,\"name\":{\"777\":{},\"871\":{}},\"comment\":{}}],[\"contacttangentimpulse\",{\"_index\":233,\"name\":{\"487\":{}},\"comment\":{}}],[\"contains\",{\"_index\":122,\"name\":{\"165\":{},\"382\":{},\"439\":{},\"903\":{}},\"comment\":{}}],[\"containspoint\",{\"_index\":244,\"name\":{\"502\":{},\"538\":{},\"552\":{},\"566\":{},\"581\":{},\"596\":{},\"611\":{},\"627\":{},\"644\":{},\"659\":{},\"674\":{},\"690\":{},\"705\":{},\"721\":{},\"736\":{},\"818\":{}},\"comment\":{}}],[\"convexhull\",{\"_index\":347,\"name\":{\"845\":{}},\"comment\":{}}],[\"convexpolygon\",{\"_index\":258,\"name\":{\"516\":{},\"695\":{},\"1248\":{}},\"comment\":{}}],[\"convexpolyline\",{\"_index\":348,\"name\":{\"846\":{}},\"comment\":{}}],[\"copy\",{\"_index\":12,\"name\":{\"14\":{}},\"comment\":{}}],[\"createcharactercontroller\",{\"_index\":403,\"name\":{\"1009\":{}},\"comment\":{}}],[\"createcollider\",{\"_index\":353,\"name\":{\"898\":{},\"1013\":{}},\"comment\":{}}],[\"createimpulsejoint\",{\"_index\":407,\"name\":{\"1014\":{}},\"comment\":{}}],[\"createjoint\",{\"_index\":195,\"name\":{\"377\":{},\"435\":{}},\"comment\":{}}],[\"createmultibodyjoint\",{\"_index\":408,\"name\":{\"1015\":{}},\"comment\":{}}],[\"createpidcontroller\",{\"_index\":405,\"name\":{\"1011\":{}},\"comment\":{}}],[\"createrigidbody\",{\"_index\":119,\"name\":{\"162\":{},\"1008\":{}},\"comment\":{}}],[\"cuboid\",{\"_index\":251,\"name\":{\"509\":{},\"557\":{},\"841\":{},\"1239\":{}},\"comment\":{}}],[\"damping\",{\"_index\":192,\"name\":{\"368\":{}},\"comment\":{}}],[\"data\",{\"_index\":280,\"name\":{\"668\":{}},\"comment\":{}}],[\"debugrender\",{\"_index\":398,\"name\":{\"996\":{}},\"comment\":{}}],[\"debugrenderbuffers\",{\"_index\":449,\"name\":{\"1083\":{},\"1277\":{}},\"comment\":{}}],[\"debugrenderpipeline\",{\"_index\":394,\"name\":{\"991\":{},\"1087\":{},\"1278\":{}},\"comment\":{}}],[\"default\",{\"_index\":293,\"name\":{\"748\":{},\"1194\":{}},\"comment\":{}}],[\"delete_bad_topology_triangles\",{\"_index\":265,\"name\":{\"523\":{}},\"comment\":{}}],[\"delete_degenerate_triangles\",{\"_index\":268,\"name\":{\"526\":{}},\"comment\":{}}],[\"delete_duplicate_triangles\",{\"_index\":269,\"name\":{\"527\":{}},\"comment\":{}}],[\"density\",{\"_index\":338,\"name\":{\"813\":{},\"829\":{},\"857\":{}},\"comment\":{}}],[\"deserializeall\",{\"_index\":426,\"name\":{\"1051\":{}},\"comment\":{}}],[\"dir\",{\"_index\":360,\"name\":{\"913\":{}},\"comment\":{}}],[\"disableautostep\",{\"_index\":489,\"name\":{\"1156\":{}},\"comment\":{}}],[\"disablesnaptoground\",{\"_index\":496,\"name\":{\"1163\":{}},\"comment\":{}}],[\"distance\",{\"_index\":380,\"name\":{\"969\":{}},\"comment\":{}}],[\"dominancegroup\",{\"_index\":33,\"name\":{\"40\":{},\"132\":{}},\"comment\":{}}],[\"draincollisionevents\",{\"_index\":438,\"name\":{\"1070\":{}},\"comment\":{}}],[\"draincontactforceevents\",{\"_index\":439,\"name\":{\"1071\":{}},\"comment\":{}}],[\"dt\",{\"_index\":128,\"name\":{\"174\":{}},\"comment\":{}}],[\"dynamic\",{\"_index\":18,\"name\":{\"24\":{},\"103\":{}},\"comment\":{}}],[\"dynamic_dynamic\",{\"_index\":287,\"name\":{\"742\":{}},\"comment\":{}}],[\"dynamic_fixed\",{\"_index\":289,\"name\":{\"744\":{}},\"comment\":{}}],[\"dynamic_kinematic\",{\"_index\":288,\"name\":{\"743\":{}},\"comment\":{}}],[\"effectiveangularinertia\",{\"_index\":62,\"name\":{\"70\":{}},\"comment\":{}}],[\"effectiveinvmass\",{\"_index\":55,\"name\":{\"63\":{}},\"comment\":{}}],[\"effectiveworldinvinertiasqrt\",{\"_index\":61,\"name\":{\"69\":{}},\"comment\":{}}],[\"empty\",{\"_index\":444,\"name\":{\"1078\":{}},\"comment\":{}}],[\"enableautostep\",{\"_index\":488,\"name\":{\"1155\":{}},\"comment\":{}}],[\"enableccd\",{\"_index\":37,\"name\":{\"44\":{}},\"comment\":{}}],[\"enabled\",{\"_index\":99,\"name\":{\"112\":{},\"850\":{}},\"comment\":{}}],[\"enabledtranslations\",{\"_index\":110,\"name\":{\"145\":{}},\"comment\":{}}],[\"enablesnaptoground\",{\"_index\":495,\"name\":{\"1162\":{}},\"comment\":{}}],[\"ensureshapeiscached\",{\"_index\":298,\"name\":{\"758\":{}},\"comment\":{}}],[\"eventqueue\",{\"_index\":437,\"name\":{\"1066\":{},\"1273\":{}},\"comment\":{}}],[\"exclude_dynamic\",{\"_index\":455,\"name\":{\"1097\":{}},\"comment\":{}}],[\"exclude_fixed\",{\"_index\":453,\"name\":{\"1095\":{}},\"comment\":{}}],[\"exclude_kinematic\",{\"_index\":454,\"name\":{\"1096\":{}},\"comment\":{}}],[\"exclude_sensors\",{\"_index\":456,\"name\":{\"1098\":{}},\"comment\":{}}],[\"exclude_solids\",{\"_index\":457,\"name\":{\"1099\":{}},\"comment\":{}}],[\"face\",{\"_index\":356,\"name\":{\"908\":{}},\"comment\":{}}],[\"featureid\",{\"_index\":364,\"name\":{\"921\":{},\"929\":{},\"947\":{}},\"comment\":{}}],[\"featuretype\",{\"_index\":354,\"name\":{\"906\":{},\"920\":{},\"928\":{},\"946\":{},\"1257\":{}},\"comment\":{}}],[\"filter_contact_pairs\",{\"_index\":441,\"name\":{\"1075\":{}},\"comment\":{}}],[\"filter_intersection_pairs\",{\"_index\":442,\"name\":{\"1076\":{}},\"comment\":{}}],[\"filtercontactpair\",{\"_index\":447,\"name\":{\"1081\":{}},\"comment\":{}}],[\"filterintersectionpair\",{\"_index\":448,\"name\":{\"1082\":{}},\"comment\":{}}],[\"finalizedeserialization\",{\"_index\":27,\"name\":{\"34\":{},\"161\":{},\"211\":{},\"237\":{},\"254\":{},\"271\":{},\"288\":{},\"314\":{},\"340\":{},\"376\":{},\"757\":{},\"897\":{}},\"comment\":{}}],[\"fix_internal_edges\",{\"_index\":270,\"name\":{\"528\":{}},\"comment\":{}}],[\"fixed\",{\"_index\":19,\"name\":{\"25\":{},\"106\":{},\"191\":{},\"352\":{}},\"comment\":{}}],[\"fixed_fixed\",{\"_index\":292,\"name\":{\"747\":{}},\"comment\":{}}],[\"fixedimpulsejoint\",{\"_index\":180,\"name\":{\"248\":{},\"1214\":{}},\"comment\":{}}],[\"fixedmultibodyjoint\",{\"_index\":201,\"name\":{\"404\":{},\"1224\":{}},\"comment\":{}}],[\"flags\",{\"_index\":282,\"name\":{\"685\":{}},\"comment\":{}}],[\"forcebased\",{\"_index\":150,\"name\":{\"197\":{}},\"comment\":{}}],[\"foreach\",{\"_index\":124,\"name\":{\"167\":{},\"384\":{},\"441\":{},\"904\":{}},\"comment\":{}}],[\"foreachactiverigidbody\",{\"_index\":125,\"name\":{\"168\":{},\"1026\":{}},\"comment\":{}}],[\"foreachactiverigidbodyhandle\",{\"_index\":212,\"name\":{\"457\":{}},\"comment\":{}}],[\"foreachcollider\",{\"_index\":417,\"name\":{\"1024\":{}},\"comment\":{}}],[\"foreachjointhandleattachedtorigidbody\",{\"_index\":196,\"name\":{\"379\":{},\"442\":{}},\"comment\":{}}],[\"foreachrigidbody\",{\"_index\":418,\"name\":{\"1025\":{}},\"comment\":{}}],[\"frame1\",{\"_index\":187,\"name\":{\"361\":{}},\"comment\":{}}],[\"frame2\",{\"_index\":188,\"name\":{\"362\":{}},\"comment\":{}}],[\"free\",{\"_index\":118,\"name\":{\"160\":{},\"173\":{},\"375\":{},\"434\":{},\"452\":{},\"456\":{},\"461\":{},\"466\":{},\"474\":{},\"894\":{},\"994\":{},\"1044\":{},\"1049\":{},\"1059\":{},\"1069\":{},\"1092\":{},\"1106\":{},\"1138\":{},\"1184\":{}},\"comment\":{}}],[\"friction\",{\"_index\":336,\"name\":{\"811\":{},\"858\":{}},\"comment\":{}}],[\"frictioncombinerule\",{\"_index\":305,\"name\":{\"771\":{},\"865\":{}},\"comment\":{}}],[\"fromraw\",{\"_index\":10,\"name\":{\"12\":{},\"19\":{},\"495\":{},\"530\":{},\"544\":{},\"558\":{},\"572\":{},\"587\":{},\"602\":{},\"617\":{},\"633\":{},\"650\":{},\"665\":{},\"680\":{},\"696\":{},\"711\":{},\"727\":{},\"916\":{},\"923\":{},\"931\":{},\"936\":{},\"941\":{},\"949\":{},\"957\":{},\"967\":{},\"975\":{}},\"comment\":{}}],[\"get\",{\"_index\":123,\"name\":{\"166\":{},\"383\":{},\"440\":{},\"901\":{}},\"comment\":{}}],[\"getall\",{\"_index\":126,\"name\":{\"169\":{},\"385\":{},\"443\":{},\"905\":{}},\"comment\":{}}],[\"getcollider\",{\"_index\":410,\"name\":{\"1017\":{}},\"comment\":{}}],[\"getimpulsejoint\",{\"_index\":411,\"name\":{\"1018\":{}},\"comment\":{}}],[\"getmultibodyjoint\",{\"_index\":412,\"name\":{\"1019\":{}},\"comment\":{}}],[\"getrigidbody\",{\"_index\":409,\"name\":{\"1016\":{}},\"comment\":{}}],[\"gravity\",{\"_index\":385,\"name\":{\"978\":{}},\"comment\":{}}],[\"gravityscale\",{\"_index\":45,\"name\":{\"53\":{},\"115\":{}},\"comment\":{}}],[\"halfextents\",{\"_index\":272,\"name\":{\"561\":{},\"575\":{},\"795\":{}},\"comment\":{}}],[\"halfheight\",{\"_index\":274,\"name\":{\"591\":{},\"801\":{}},\"comment\":{}}],[\"halfspace\",{\"_index\":262,\"name\":{\"520\":{},\"543\":{},\"843\":{},\"1238\":{}},\"comment\":{}}],[\"handle\",{\"_index\":25,\"name\":{\"32\":{},\"210\":{},\"236\":{},\"253\":{},\"270\":{},\"287\":{},\"313\":{},\"339\":{},\"391\":{},\"400\":{},\"408\":{},\"417\":{},\"426\":{},\"754\":{}},\"comment\":{}}],[\"heightfield\",{\"_index\":257,\"name\":{\"515\":{},\"726\":{},\"844\":{},\"1250\":{}},\"comment\":{}}],[\"heightfieldheights\",{\"_index\":333,\"name\":{\"808\":{}},\"comment\":{}}],[\"heightfieldscale\",{\"_index\":334,\"name\":{\"809\":{}},\"comment\":{}}],[\"heights\",{\"_index\":284,\"name\":{\"730\":{}},\"comment\":{}}],[\"identity\",{\"_index\":15,\"name\":{\"18\":{}},\"comment\":{}}],[\"impulsejoint\",{\"_index\":158,\"name\":{\"205\":{},\"1212\":{}},\"comment\":{}}],[\"impulsejointhandle\",{\"_index\":142,\"name\":{\"188\":{},\"1208\":{}},\"comment\":{}}],[\"impulsejoints\",{\"_index\":389,\"name\":{\"985\":{}},\"comment\":{}}],[\"impulsejointset\",{\"_index\":194,\"name\":{\"371\":{},\"1220\":{}},\"comment\":{}}],[\"indices\",{\"_index\":279,\"name\":{\"654\":{},\"684\":{},\"807\":{}},\"comment\":{}}],[\"integrationparameters\",{\"_index\":127,\"name\":{\"170\":{},\"979\":{},\"1207\":{}},\"comment\":{}}],[\"interactiongroups\",{\"_index\":378,\"name\":{\"965\":{},\"1266\":{}},\"comment\":{}}],[\"intersectionpair\",{\"_index\":219,\"name\":{\"470\":{},\"1040\":{}},\"comment\":{}}],[\"intersectionpairswith\",{\"_index\":217,\"name\":{\"468\":{},\"1038\":{}},\"comment\":{}}],[\"intersectionswithpoint\",{\"_index\":422,\"name\":{\"1033\":{},\"1114\":{}},\"comment\":{}}],[\"intersectionswithray\",{\"_index\":419,\"name\":{\"1029\":{},\"1110\":{}},\"comment\":{}}],[\"intersectionswithshape\",{\"_index\":423,\"name\":{\"1035\":{},\"1116\":{}},\"comment\":{}}],[\"intersectionwithshape\",{\"_index\":420,\"name\":{\"1030\":{},\"1111\":{}},\"comment\":{}}],[\"intersectsray\",{\"_index\":246,\"name\":{\"504\":{},\"540\":{},\"554\":{},\"568\":{},\"583\":{},\"598\":{},\"613\":{},\"629\":{},\"646\":{},\"661\":{},\"676\":{},\"692\":{},\"707\":{},\"723\":{},\"738\":{},\"820\":{}},\"comment\":{}}],[\"intersectsshape\",{\"_index\":242,\"name\":{\"500\":{},\"536\":{},\"550\":{},\"564\":{},\"579\":{},\"594\":{},\"609\":{},\"625\":{},\"642\":{},\"657\":{},\"672\":{},\"688\":{},\"703\":{},\"719\":{},\"734\":{},\"823\":{}},\"comment\":{}}],[\"intoraw\",{\"_index\":11,\"name\":{\"13\":{},\"20\":{},\"370\":{},\"497\":{},\"534\":{},\"548\":{},\"562\":{},\"577\":{},\"592\":{},\"607\":{},\"623\":{},\"640\":{},\"655\":{},\"670\":{},\"686\":{},\"701\":{},\"717\":{},\"732\":{}},\"comment\":{}}],[\"invmass\",{\"_index\":56,\"name\":{\"64\":{}},\"comment\":{}}],[\"invprincipalinertiasqrt\",{\"_index\":59,\"name\":{\"67\":{}},\"comment\":{}}],[\"isccdenabled\",{\"_index\":65,\"name\":{\"73\":{}},\"comment\":{}}],[\"isdynamic\",{\"_index\":76,\"name\":{\"84\":{}},\"comment\":{}}],[\"isenabled\",{\"_index\":69,\"name\":{\"77\":{},\"768\":{}},\"comment\":{}}],[\"isfixed\",{\"_index\":74,\"name\":{\"82\":{}},\"comment\":{}}],[\"isinside\",{\"_index\":369,\"name\":{\"939\":{},\"945\":{}},\"comment\":{}}],[\"iskinematic\",{\"_index\":75,\"name\":{\"83\":{}},\"comment\":{}}],[\"islandmanager\",{\"_index\":211,\"name\":{\"453\":{},\"1230\":{}},\"comment\":{}}],[\"islands\",{\"_index\":386,\"name\":{\"980\":{}},\"comment\":{}}],[\"ismoving\",{\"_index\":73,\"name\":{\"81\":{}},\"comment\":{}}],[\"issensor\",{\"_index\":300,\"name\":{\"764\":{},\"862\":{}},\"comment\":{}}],[\"issleeping\",{\"_index\":72,\"name\":{\"80\":{}},\"comment\":{}}],[\"isvalid\",{\"_index\":28,\"name\":{\"35\":{},\"212\":{},\"238\":{},\"255\":{},\"272\":{},\"289\":{},\"315\":{},\"341\":{},\"392\":{},\"401\":{},\"409\":{},\"418\":{},\"427\":{},\"761\":{}},\"comment\":{}}],[\"jointaxesmask\",{\"_index\":151,\"name\":{\"198\":{},\"1211\":{}},\"comment\":{}}],[\"jointdata\",{\"_index\":185,\"name\":{\"351\":{},\"1219\":{}},\"comment\":{}}],[\"jointtype\",{\"_index\":143,\"name\":{\"189\":{},\"363\":{},\"1209\":{}},\"comment\":{}}],[\"kinematic_fixed\",{\"_index\":291,\"name\":{\"746\":{}},\"comment\":{}}],[\"kinematic_kinematic\",{\"_index\":290,\"name\":{\"745\":{}},\"comment\":{}}],[\"kinematiccharactercontroller\",{\"_index\":466,\"name\":{\"1128\":{},\"1282\":{}},\"comment\":{}}],[\"kinematicpositionbased\",{\"_index\":20,\"name\":{\"26\":{},\"104\":{}},\"comment\":{}}],[\"kinematicvelocitybased\",{\"_index\":21,\"name\":{\"27\":{},\"105\":{}},\"comment\":{}}],[\"len\",{\"_index\":121,\"name\":{\"164\":{},\"381\":{},\"438\":{},\"902\":{}},\"comment\":{}}],[\"length\",{\"_index\":193,\"name\":{\"369\":{}},\"comment\":{}}],[\"lengthunit\",{\"_index\":130,\"name\":{\"176\":{},\"1001\":{}},\"comment\":{}}],[\"limits\",{\"_index\":189,\"name\":{\"365\":{}},\"comment\":{}}],[\"limitsenabled\",{\"_index\":172,\"name\":{\"226\":{},\"303\":{},\"329\":{},\"364\":{}},\"comment\":{}}],[\"limitsmax\",{\"_index\":174,\"name\":{\"228\":{},\"305\":{},\"331\":{}},\"comment\":{}}],[\"limitsmin\",{\"_index\":173,\"name\":{\"227\":{},\"304\":{},\"330\":{}},\"comment\":{}}],[\"linearcorrection\",{\"_index\":514,\"name\":{\"1192\":{}},\"comment\":{}}],[\"lineardamping\",{\"_index\":77,\"name\":{\"85\":{},\"125\":{}},\"comment\":{}}],[\"linvel\",{\"_index\":51,\"name\":{\"59\":{},\"121\":{}},\"comment\":{}}],[\"linx\",{\"_index\":152,\"name\":{\"199\":{},\"1172\":{}},\"comment\":{}}],[\"liny\",{\"_index\":153,\"name\":{\"200\":{},\"1173\":{}},\"comment\":{}}],[\"linz\",{\"_index\":154,\"name\":{\"201\":{},\"1174\":{}},\"comment\":{}}],[\"localcom\",{\"_index\":57,\"name\":{\"65\":{}},\"comment\":{}}],[\"localcontactpoint1\",{\"_index\":227,\"name\":{\"481\":{}},\"comment\":{}}],[\"localcontactpoint2\",{\"_index\":228,\"name\":{\"482\":{}},\"comment\":{}}],[\"localnormal1\",{\"_index\":222,\"name\":{\"476\":{}},\"comment\":{}}],[\"localnormal2\",{\"_index\":223,\"name\":{\"477\":{}},\"comment\":{}}],[\"lockrotations\",{\"_index\":30,\"name\":{\"37\":{},\"148\":{}},\"comment\":{}}],[\"locktranslations\",{\"_index\":29,\"name\":{\"36\":{},\"147\":{}},\"comment\":{}}],[\"map\",{\"_index\":117,\"name\":{\"159\":{},\"374\":{},\"433\":{},\"893\":{}},\"comment\":{}}],[\"mass\",{\"_index\":54,\"name\":{\"62\":{},\"116\":{},\"814\":{},\"830\":{},\"853\":{}},\"comment\":{}}],[\"massonly\",{\"_index\":100,\"name\":{\"117\":{}},\"comment\":{}}],[\"massprops\",{\"_index\":345,\"name\":{\"831\":{}},\"comment\":{}}],[\"masspropsmode\",{\"_index\":344,\"name\":{\"828\":{},\"852\":{},\"1254\":{}},\"comment\":{}}],[\"max\",{\"_index\":209,\"name\":{\"448\":{}},\"comment\":{}}],[\"maxccdsubsteps\",{\"_index\":137,\"name\":{\"183\":{}},\"comment\":{}}],[\"maxforcedirection\",{\"_index\":435,\"name\":{\"1064\":{}},\"comment\":{}}],[\"maxforcemagnitude\",{\"_index\":436,\"name\":{\"1065\":{}},\"comment\":{}}],[\"maxslopeclimbangle\",{\"_index\":490,\"name\":{\"1157\":{}},\"comment\":{}}],[\"merge_duplicate_vertices\",{\"_index\":267,\"name\":{\"525\":{}},\"comment\":{}}],[\"min\",{\"_index\":207,\"name\":{\"446\":{}},\"comment\":{}}],[\"minislandsize\",{\"_index\":136,\"name\":{\"182\":{}},\"comment\":{}}],[\"minslopeslideangle\",{\"_index\":492,\"name\":{\"1159\":{}},\"comment\":{}}],[\"motormodel\",{\"_index\":148,\"name\":{\"195\":{},\"1210\":{}},\"comment\":{}}],[\"multibodyjoint\",{\"_index\":199,\"name\":{\"387\":{},\"1222\":{}},\"comment\":{}}],[\"multibodyjointhandle\",{\"_index\":198,\"name\":{\"386\":{},\"1221\":{}},\"comment\":{}}],[\"multibodyjoints\",{\"_index\":390,\"name\":{\"986\":{}},\"comment\":{}}],[\"multibodyjointset\",{\"_index\":204,\"name\":{\"430\":{},\"1227\":{}},\"comment\":{}}],[\"multiply\",{\"_index\":208,\"name\":{\"447\":{}},\"comment\":{}}],[\"narrowphase\",{\"_index\":214,\"name\":{\"462\":{},\"982\":{},\"1232\":{}},\"comment\":{}}],[\"new\",{\"_index\":8,\"name\":{\"10\":{}},\"comment\":{}}],[\"newdynamic\",{\"_index\":95,\"name\":{\"107\":{}},\"comment\":{}}],[\"newkinematicpositionbased\",{\"_index\":96,\"name\":{\"108\":{}},\"comment\":{}}],[\"newkinematicvelocitybased\",{\"_index\":97,\"name\":{\"109\":{}},\"comment\":{}}],[\"newstatic\",{\"_index\":98,\"name\":{\"110\":{}},\"comment\":{}}],[\"newtyped\",{\"_index\":159,\"name\":{\"206\":{},\"223\":{},\"249\":{},\"266\":{},\"283\":{},\"300\":{},\"326\":{},\"388\":{},\"396\":{},\"405\":{},\"413\":{},\"422\":{}},\"comment\":{}}],[\"nextrotation\",{\"_index\":42,\"name\":{\"50\":{}},\"comment\":{}}],[\"nexttranslation\",{\"_index\":41,\"name\":{\"49\":{}},\"comment\":{}}],[\"none\",{\"_index\":427,\"name\":{\"1053\":{},\"1074\":{},\"1171\":{}},\"comment\":{}}],[\"normal\",{\"_index\":221,\"name\":{\"475\":{},\"547\":{},\"919\":{},\"927\":{}},\"comment\":{}}],[\"normal1\",{\"_index\":375,\"name\":{\"954\":{},\"963\":{},\"972\":{},\"1126\":{}},\"comment\":{}}],[\"normal2\",{\"_index\":376,\"name\":{\"955\":{},\"964\":{},\"973\":{},\"1127\":{}},\"comment\":{}}],[\"normalizedallowedlinearerror\",{\"_index\":131,\"name\":{\"177\":{}},\"comment\":{}}],[\"normalizedpredictiondistance\",{\"_index\":132,\"name\":{\"178\":{}},\"comment\":{}}],[\"normalnudgefactor\",{\"_index\":480,\"name\":{\"1147\":{}},\"comment\":{}}],[\"numadditionalfrictioniterations\",{\"_index\":134,\"name\":{\"180\":{},\"1003\":{}},\"comment\":{}}],[\"numcolliders\",{\"_index\":66,\"name\":{\"74\":{}},\"comment\":{}}],[\"numcomputedcollisions\",{\"_index\":501,\"name\":{\"1168\":{}},\"comment\":{}}],[\"numcontacts\",{\"_index\":226,\"name\":{\"480\":{}},\"comment\":{}}],[\"numinternalpgsiterations\",{\"_index\":135,\"name\":{\"181\":{},\"1004\":{}},\"comment\":{}}],[\"numsolvercontacts\",{\"_index\":234,\"name\":{\"488\":{}},\"comment\":{}}],[\"numsolveriterations\",{\"_index\":133,\"name\":{\"179\":{},\"1002\":{}},\"comment\":{}}],[\"offset\",{\"_index\":478,\"name\":{\"1145\":{}},\"comment\":{}}],[\"only_dynamic\",{\"_index\":458,\"name\":{\"1100\":{}},\"comment\":{}}],[\"only_fixed\",{\"_index\":460,\"name\":{\"1102\":{}},\"comment\":{}}],[\"only_kinematic\",{\"_index\":459,\"name\":{\"1101\":{}},\"comment\":{}}],[\"oriented\",{\"_index\":266,\"name\":{\"524\":{}},\"comment\":{}}],[\"origin\",{\"_index\":359,\"name\":{\"912\":{}},\"comment\":{}}],[\"params\",{\"_index\":468,\"name\":{\"1132\":{},\"1182\":{}},\"comment\":{}}],[\"parent\",{\"_index\":335,\"name\":{\"810\":{}},\"comment\":{}}],[\"physicshooks\",{\"_index\":446,\"name\":{\"1080\":{},\"1276\":{}},\"comment\":{}}],[\"physicspipeline\",{\"_index\":392,\"name\":{\"989\":{},\"1041\":{},\"1269\":{}},\"comment\":{}}],[\"pidaxesmask\",{\"_index\":503,\"name\":{\"1170\":{},\"1283\":{}},\"comment\":{}}],[\"pidcontroller\",{\"_index\":506,\"name\":{\"1179\":{},\"1284\":{}},\"comment\":{}}],[\"pidcontrollers\",{\"_index\":396,\"name\":{\"993\":{}},\"comment\":{}}],[\"point\",{\"_index\":368,\"name\":{\"938\":{},\"944\":{}},\"comment\":{}}],[\"point1\",{\"_index\":381,\"name\":{\"970\":{}},\"comment\":{}}],[\"point2\",{\"_index\":382,\"name\":{\"971\":{}},\"comment\":{}}],[\"pointat\",{\"_index\":361,\"name\":{\"914\":{}},\"comment\":{}}],[\"pointcolliderprojection\",{\"_index\":370,\"name\":{\"940\":{},\"1263\":{}},\"comment\":{}}],[\"pointprojection\",{\"_index\":367,\"name\":{\"935\":{},\"1262\":{}},\"comment\":{}}],[\"polyline\",{\"_index\":254,\"name\":{\"512\":{},\"649\":{},\"838\":{},\"1245\":{}},\"comment\":{}}],[\"principalangularinertia\",{\"_index\":104,\"name\":{\"123\":{},\"855\":{}},\"comment\":{}}],[\"principalinertia\",{\"_index\":60,\"name\":{\"68\":{}},\"comment\":{}}],[\"prismatic\",{\"_index\":145,\"name\":{\"192\":{},\"356\":{}},\"comment\":{}}],[\"prismaticimpulsejoint\",{\"_index\":183,\"name\":{\"299\":{},\"1217\":{}},\"comment\":{}}],[\"prismaticmultibodyjoint\",{\"_index\":202,\"name\":{\"412\":{},\"1225\":{}},\"comment\":{}}],[\"projectpoint\",{\"_index\":245,\"name\":{\"503\":{},\"539\":{},\"553\":{},\"567\":{},\"582\":{},\"597\":{},\"612\":{},\"628\":{},\"645\":{},\"660\":{},\"675\":{},\"691\":{},\"706\":{},\"722\":{},\"737\":{},\"819\":{},\"1031\":{},\"1112\":{}},\"comment\":{}}],[\"projectpointandgetfeature\",{\"_index\":421,\"name\":{\"1032\":{},\"1113\":{}},\"comment\":{}}],[\"propagatemodifiedbodypositionstocolliders\",{\"_index\":400,\"name\":{\"998\":{}},\"comment\":{}}],[\"propagatevoxelchange\",{\"_index\":331,\"name\":{\"804\":{}},\"comment\":{}}],[\"queries\",{\"_index\":469,\"name\":{\"1135\":{}},\"comment\":{}}],[\"queryfilterflags\",{\"_index\":452,\"name\":{\"1094\":{},\"1279\":{}},\"comment\":{}}],[\"querypipeline\",{\"_index\":391,\"name\":{\"988\":{},\"1103\":{},\"1280\":{}},\"comment\":{}}],[\"radius\",{\"_index\":271,\"name\":{\"533\":{},\"590\":{},\"797\":{}},\"comment\":{}}],[\"raw\",{\"_index\":116,\"name\":{\"158\":{},\"172\":{},\"373\":{},\"432\":{},\"451\":{},\"455\":{},\"460\":{},\"464\":{},\"473\":{},\"892\":{},\"1043\":{},\"1048\":{},\"1058\":{},\"1068\":{},\"1089\":{},\"1105\":{},\"1130\":{},\"1181\":{}},\"comment\":{}}],[\"rawaxis\",{\"_index\":171,\"name\":{\"225\":{},\"302\":{},\"328\":{},\"398\":{},\"415\":{},\"424\":{}},\"comment\":{}}],[\"rawcharactercollision\",{\"_index\":467,\"name\":{\"1131\":{}},\"comment\":{}}],[\"rawset\",{\"_index\":23,\"name\":{\"30\":{},\"208\":{},\"234\":{},\"251\":{},\"268\":{},\"285\":{},\"311\":{},\"337\":{},\"390\":{},\"399\":{},\"407\":{},\"416\":{},\"425\":{}},\"comment\":{}}],[\"ray\",{\"_index\":358,\"name\":{\"910\":{},\"1258\":{}},\"comment\":{}}],[\"raycolliderhit\",{\"_index\":366,\"name\":{\"930\":{},\"1261\":{}},\"comment\":{}}],[\"raycolliderintersection\",{\"_index\":365,\"name\":{\"922\":{},\"1260\":{}},\"comment\":{}}],[\"rayintersection\",{\"_index\":362,\"name\":{\"915\":{},\"1259\":{}},\"comment\":{}}],[\"recomputemasspropertiesfromcolliders\",{\"_index\":80,\"name\":{\"88\":{}},\"comment\":{}}],[\"remove\",{\"_index\":120,\"name\":{\"163\":{},\"378\":{},\"436\":{},\"899\":{}},\"comment\":{}}],[\"removecharactercontroller\",{\"_index\":404,\"name\":{\"1010\":{}},\"comment\":{}}],[\"removecollider\",{\"_index\":414,\"name\":{\"1021\":{}},\"comment\":{}}],[\"removeimpulsejoint\",{\"_index\":415,\"name\":{\"1022\":{}},\"comment\":{}}],[\"removemultibodyjoint\",{\"_index\":416,\"name\":{\"1023\":{}},\"comment\":{}}],[\"removepidcontroller\",{\"_index\":406,\"name\":{\"1012\":{}},\"comment\":{}}],[\"removerigidbody\",{\"_index\":413,\"name\":{\"1020\":{}},\"comment\":{}}],[\"render\",{\"_index\":451,\"name\":{\"1093\":{}},\"comment\":{}}],[\"reservememory\",{\"_index\":1,\"name\":{\"1\":{},\"1196\":{}},\"comment\":{}}],[\"resetforces\",{\"_index\":84,\"name\":{\"92\":{}},\"comment\":{}}],[\"resetintegrals\",{\"_index\":511,\"name\":{\"1189\":{}},\"comment\":{}}],[\"resettorques\",{\"_index\":85,\"name\":{\"93\":{}},\"comment\":{}}],[\"restitution\",{\"_index\":337,\"name\":{\"812\":{},\"859\":{}},\"comment\":{}}],[\"restitutioncombinerule\",{\"_index\":307,\"name\":{\"773\":{},\"866\":{}},\"comment\":{}}],[\"restoresnapshot\",{\"_index\":384,\"name\":{\"976\":{}},\"comment\":{}}],[\"restricttranslations\",{\"_index\":32,\"name\":{\"39\":{},\"146\":{}},\"comment\":{}}],[\"revolute\",{\"_index\":144,\"name\":{\"190\":{},\"355\":{}},\"comment\":{}}],[\"revoluteimpulsejoint\",{\"_index\":184,\"name\":{\"325\":{},\"1218\":{}},\"comment\":{}}],[\"revolutemultibodyjoint\",{\"_index\":203,\"name\":{\"421\":{},\"1226\":{}},\"comment\":{}}],[\"rigidbody\",{\"_index\":22,\"name\":{\"28\":{},\"1204\":{}},\"comment\":{}}],[\"rigidbodydesc\",{\"_index\":94,\"name\":{\"102\":{},\"1205\":{}},\"comment\":{}}],[\"rigidbodyhandle\",{\"_index\":16,\"name\":{\"22\":{},\"1202\":{}},\"comment\":{}}],[\"rigidbodyset\",{\"_index\":115,\"name\":{\"156\":{},\"1206\":{}},\"comment\":{}}],[\"rigidbodytype\",{\"_index\":17,\"name\":{\"23\":{},\"1203\":{}},\"comment\":{}}],[\"rope\",{\"_index\":146,\"name\":{\"193\":{},\"354\":{}},\"comment\":{}}],[\"ropeimpulsejoint\",{\"_index\":181,\"name\":{\"265\":{},\"1215\":{}},\"comment\":{}}],[\"rotation\",{\"_index\":13,\"name\":{\"16\":{},\"48\":{},\"114\":{},\"763\":{},\"860\":{},\"1200\":{}},\"comment\":{}}],[\"rotationops\",{\"_index\":14,\"name\":{\"17\":{},\"1201\":{}},\"comment\":{}}],[\"rotationsenabled\",{\"_index\":105,\"name\":{\"124\":{},\"856\":{}},\"comment\":{}}],[\"roundconvexhull\",{\"_index\":349,\"name\":{\"847\":{}},\"comment\":{}}],[\"roundconvexpolygon\",{\"_index\":261,\"name\":{\"519\":{},\"710\":{},\"1249\":{}},\"comment\":{}}],[\"roundconvexpolyline\",{\"_index\":350,\"name\":{\"848\":{}},\"comment\":{}}],[\"roundcuboid\",{\"_index\":259,\"name\":{\"517\":{},\"571\":{},\"842\":{},\"1240\":{}},\"comment\":{}}],[\"roundradius\",{\"_index\":327,\"name\":{\"799\":{}},\"comment\":{}}],[\"roundtriangle\",{\"_index\":260,\"name\":{\"518\":{},\"632\":{},\"837\":{},\"1244\":{}},\"comment\":{}}],[\"scale\",{\"_index\":285,\"name\":{\"731\":{}},\"comment\":{}}],[\"segment\",{\"_index\":253,\"name\":{\"511\":{},\"601\":{},\"835\":{},\"1242\":{}},\"comment\":{}}],[\"serializationpipeline\",{\"_index\":393,\"name\":{\"990\":{},\"1046\":{},\"1270\":{}},\"comment\":{}}],[\"serializeall\",{\"_index\":425,\"name\":{\"1050\":{}},\"comment\":{}}],[\"setactivecollisiontypes\",{\"_index\":319,\"name\":{\"786\":{},\"888\":{}},\"comment\":{}}],[\"setactiveevents\",{\"_index\":316,\"name\":{\"782\":{},\"887\":{}},\"comment\":{}}],[\"setactivehooks\",{\"_index\":314,\"name\":{\"780\":{},\"886\":{}},\"comment\":{}}],[\"setadditionalmass\",{\"_index\":81,\"name\":{\"89\":{},\"141\":{}},\"comment\":{}}],[\"setadditionalmassproperties\",{\"_index\":82,\"name\":{\"90\":{},\"144\":{}},\"comment\":{}}],[\"setadditionalsolveriterations\",{\"_index\":36,\"name\":{\"43\":{},\"136\":{}},\"comment\":{}}],[\"setanchor1\",{\"_index\":166,\"name\":{\"218\":{},\"244\":{},\"261\":{},\"278\":{},\"295\":{},\"321\":{},\"347\":{}},\"comment\":{}}],[\"setanchor2\",{\"_index\":167,\"name\":{\"219\":{},\"245\":{},\"262\":{},\"279\":{},\"296\":{},\"322\":{},\"348\":{}},\"comment\":{}}],[\"setangulardamping\",{\"_index\":83,\"name\":{\"91\":{},\"150\":{}},\"comment\":{}}],[\"setangvel\",{\"_index\":48,\"name\":{\"56\":{},\"143\":{}},\"comment\":{}}],[\"setapplyimpulsestodynamicbodies\",{\"_index\":475,\"name\":{\"1142\":{}},\"comment\":{}}],[\"setaxes\",{\"_index\":510,\"name\":{\"1188\":{}},\"comment\":{}}],[\"setbodytype\",{\"_index\":71,\"name\":{\"79\":{}},\"comment\":{}}],[\"setcansleep\",{\"_index\":111,\"name\":{\"151\":{}},\"comment\":{}}],[\"setccdenabled\",{\"_index\":113,\"name\":{\"153\":{}},\"comment\":{}}],[\"setcharactermass\",{\"_index\":477,\"name\":{\"1144\":{}},\"comment\":{}}],[\"setcollisiongroups\",{\"_index\":309,\"name\":{\"775\":{},\"884\":{}},\"comment\":{}}],[\"setcontactforceeventthreshold\",{\"_index\":317,\"name\":{\"784\":{},\"889\":{}},\"comment\":{}}],[\"setcontactsenabled\",{\"_index\":168,\"name\":{\"220\":{},\"246\":{},\"263\":{},\"280\":{},\"297\":{},\"323\":{},\"349\":{},\"393\":{},\"402\":{},\"410\":{},\"419\":{},\"428\":{}},\"comment\":{}}],[\"setcontactskin\",{\"_index\":312,\"name\":{\"778\":{},\"876\":{}},\"comment\":{}}],[\"setdensity\",{\"_index\":320,\"name\":{\"787\":{},\"877\":{}},\"comment\":{}}],[\"setdominancegroup\",{\"_index\":34,\"name\":{\"41\":{},\"135\":{}},\"comment\":{}}],[\"setenabled\",{\"_index\":68,\"name\":{\"76\":{},\"137\":{},\"767\":{},\"875\":{}},\"comment\":{}}],[\"setenabledtranslations\",{\"_index\":31,\"name\":{\"38\":{}},\"comment\":{}}],[\"setfriction\",{\"_index\":304,\"name\":{\"770\":{},\"881\":{}},\"comment\":{}}],[\"setfrictioncombinerule\",{\"_index\":306,\"name\":{\"772\":{},\"882\":{}},\"comment\":{}}],[\"setgravityscale\",{\"_index\":46,\"name\":{\"54\":{},\"140\":{}},\"comment\":{}}],[\"sethalfextents\",{\"_index\":325,\"name\":{\"796\":{}},\"comment\":{}}],[\"sethalfheight\",{\"_index\":329,\"name\":{\"802\":{}},\"comment\":{}}],[\"setkd\",{\"_index\":509,\"name\":{\"1187\":{}},\"comment\":{}}],[\"setki\",{\"_index\":508,\"name\":{\"1186\":{}},\"comment\":{}}],[\"setkp\",{\"_index\":507,\"name\":{\"1185\":{}},\"comment\":{}}],[\"setlimits\",{\"_index\":175,\"name\":{\"229\":{},\"306\":{},\"332\":{}},\"comment\":{}}],[\"setlineardamping\",{\"_index\":79,\"name\":{\"87\":{},\"149\":{}},\"comment\":{}}],[\"setlinvel\",{\"_index\":44,\"name\":{\"52\":{},\"142\":{}},\"comment\":{}}],[\"setmass\",{\"_index\":321,\"name\":{\"788\":{},\"878\":{}},\"comment\":{}}],[\"setmassproperties\",{\"_index\":322,\"name\":{\"789\":{},\"879\":{}},\"comment\":{}}],[\"setmaxslopeclimbangle\",{\"_index\":491,\"name\":{\"1158\":{}},\"comment\":{}}],[\"setminslopeslideangle\",{\"_index\":493,\"name\":{\"1160\":{}},\"comment\":{}}],[\"setnextkinematicrotation\",{\"_index\":50,\"name\":{\"58\":{}},\"comment\":{}}],[\"setnextkinematictranslation\",{\"_index\":49,\"name\":{\"57\":{}},\"comment\":{}}],[\"setnormalnudgefactor\",{\"_index\":481,\"name\":{\"1148\":{}},\"comment\":{}}],[\"setoffset\",{\"_index\":479,\"name\":{\"1146\":{}},\"comment\":{}}],[\"setradius\",{\"_index\":326,\"name\":{\"798\":{}},\"comment\":{}}],[\"setrestitution\",{\"_index\":303,\"name\":{\"769\":{},\"880\":{}},\"comment\":{}}],[\"setrestitutioncombinerule\",{\"_index\":308,\"name\":{\"774\":{},\"883\":{}},\"comment\":{}}],[\"setrotation\",{\"_index\":47,\"name\":{\"55\":{},\"139\":{},\"792\":{},\"873\":{}},\"comment\":{}}],[\"setrotationwrtparent\",{\"_index\":324,\"name\":{\"793\":{}},\"comment\":{}}],[\"setroundradius\",{\"_index\":328,\"name\":{\"800\":{}},\"comment\":{}}],[\"setsensor\",{\"_index\":301,\"name\":{\"765\":{},\"874\":{}},\"comment\":{}}],[\"setshape\",{\"_index\":302,\"name\":{\"766\":{}},\"comment\":{}}],[\"setsleeping\",{\"_index\":112,\"name\":{\"152\":{}},\"comment\":{}}],[\"setslideenabled\",{\"_index\":483,\"name\":{\"1150\":{}},\"comment\":{}}],[\"setsoftccdprediction\",{\"_index\":38,\"name\":{\"45\":{},\"154\":{}},\"comment\":{}}],[\"setsolvergroups\",{\"_index\":310,\"name\":{\"776\":{},\"885\":{}},\"comment\":{}}],[\"settranslation\",{\"_index\":43,\"name\":{\"51\":{},\"138\":{},\"790\":{},\"872\":{}},\"comment\":{}}],[\"settranslationwrtparent\",{\"_index\":323,\"name\":{\"791\":{}},\"comment\":{}}],[\"setup\",{\"_index\":473,\"name\":{\"1140\":{}},\"comment\":{}}],[\"setuserdata\",{\"_index\":114,\"name\":{\"155\":{}},\"comment\":{}}],[\"setvoxel\",{\"_index\":330,\"name\":{\"803\":{}},\"comment\":{}}],[\"shape\",{\"_index\":240,\"name\":{\"494\":{},\"759\":{},\"851\":{},\"1234\":{}},\"comment\":{}}],[\"shapecasthit\",{\"_index\":371,\"name\":{\"948\":{},\"1264\":{}},\"comment\":{}}],[\"shapecontact\",{\"_index\":379,\"name\":{\"966\":{},\"1267\":{}},\"comment\":{}}],[\"shapetype\",{\"_index\":249,\"name\":{\"507\":{},\"794\":{},\"1235\":{}},\"comment\":{}}],[\"skipconvexhullcomputation\",{\"_index\":283,\"name\":{\"700\":{},\"715\":{}},\"comment\":{}}],[\"sleep\",{\"_index\":63,\"name\":{\"71\":{}},\"comment\":{}}],[\"sleeping\",{\"_index\":108,\"name\":{\"129\":{}},\"comment\":{}}],[\"slideenabled\",{\"_index\":482,\"name\":{\"1149\":{}},\"comment\":{}}],[\"snaptogrounddistance\",{\"_index\":494,\"name\":{\"1161\":{}},\"comment\":{}}],[\"snaptogroundenabled\",{\"_index\":497,\"name\":{\"1164\":{}},\"comment\":{}}],[\"softccdprediction\",{\"_index\":39,\"name\":{\"46\":{},\"131\":{}},\"comment\":{}}],[\"solvercontactdist\",{\"_index\":236,\"name\":{\"490\":{}},\"comment\":{}}],[\"solvercontactfriction\",{\"_index\":237,\"name\":{\"491\":{}},\"comment\":{}}],[\"solvercontactpoint\",{\"_index\":235,\"name\":{\"489\":{}},\"comment\":{}}],[\"solvercontactrestitution\",{\"_index\":238,\"name\":{\"492\":{}},\"comment\":{}}],[\"solvercontacttangentvelocity\",{\"_index\":239,\"name\":{\"493\":{}},\"comment\":{}}],[\"solverflags\",{\"_index\":443,\"name\":{\"1077\":{},\"1275\":{}},\"comment\":{}}],[\"solvergroups\",{\"_index\":341,\"name\":{\"817\":{},\"864\":{}},\"comment\":{}}],[\"spring\",{\"_index\":147,\"name\":{\"194\":{},\"353\":{}},\"comment\":{}}],[\"springimpulsejoint\",{\"_index\":182,\"name\":{\"282\":{},\"1216\":{}},\"comment\":{}}],[\"status\",{\"_index\":106,\"name\":{\"127\":{}},\"comment\":{}}],[\"step\",{\"_index\":399,\"name\":{\"997\":{},\"1045\":{}},\"comment\":{}}],[\"stiffness\",{\"_index\":191,\"name\":{\"367\":{}},\"comment\":{}}],[\"subshape1\",{\"_index\":224,\"name\":{\"478\":{}},\"comment\":{}}],[\"subshape2\",{\"_index\":225,\"name\":{\"479\":{}},\"comment\":{}}],[\"switchtosmallstepspgssolver\",{\"_index\":140,\"name\":{\"186\":{},\"1006\":{}},\"comment\":{}}],[\"switchtosmallstepspgssolverwithoutwarmstart\",{\"_index\":141,\"name\":{\"187\":{},\"1007\":{}},\"comment\":{}}],[\"switchtostandardpgssolver\",{\"_index\":139,\"name\":{\"185\":{},\"1005\":{}},\"comment\":{}}],[\"takesnapshot\",{\"_index\":397,\"name\":{\"995\":{}},\"comment\":{}}],[\"tempcontactforceevent\",{\"_index\":430,\"name\":{\"1056\":{},\"1272\":{}},\"comment\":{}}],[\"tempcontactmanifold\",{\"_index\":220,\"name\":{\"471\":{},\"1233\":{}},\"comment\":{}}],[\"tempmanifold\",{\"_index\":215,\"name\":{\"465\":{}},\"comment\":{}}],[\"time_of_impact\",{\"_index\":372,\"name\":{\"951\":{},\"960\":{}},\"comment\":{}}],[\"timeofimpact\",{\"_index\":363,\"name\":{\"918\":{},\"926\":{},\"934\":{}},\"comment\":{}}],[\"timestep\",{\"_index\":402,\"name\":{\"1000\":{}},\"comment\":{}}],[\"toi\",{\"_index\":465,\"name\":{\"1123\":{}},\"comment\":{}}],[\"totalforce\",{\"_index\":433,\"name\":{\"1062\":{}},\"comment\":{}}],[\"totalforcemagnitude\",{\"_index\":434,\"name\":{\"1063\":{}},\"comment\":{}}],[\"translation\",{\"_index\":40,\"name\":{\"47\":{},\"113\":{},\"762\":{},\"861\":{}},\"comment\":{}}],[\"translationdeltaapplied\",{\"_index\":463,\"name\":{\"1121\":{}},\"comment\":{}}],[\"translationdeltaremaining\",{\"_index\":464,\"name\":{\"1122\":{}},\"comment\":{}}],[\"translationsenabledx\",{\"_index\":102,\"name\":{\"119\":{}},\"comment\":{}}],[\"translationsenabledy\",{\"_index\":103,\"name\":{\"120\":{}},\"comment\":{}}],[\"triangle\",{\"_index\":255,\"name\":{\"513\":{},\"616\":{},\"836\":{},\"1243\":{}},\"comment\":{}}],[\"trimesh\",{\"_index\":256,\"name\":{\"514\":{},\"679\":{},\"840\":{},\"1247\":{}},\"comment\":{}}],[\"trimeshflags\",{\"_index\":264,\"name\":{\"522\":{},\"1236\":{}},\"comment\":{}}],[\"type\",{\"_index\":163,\"name\":{\"215\":{},\"241\":{},\"258\":{},\"275\":{},\"292\":{},\"318\":{},\"344\":{},\"498\":{},\"532\":{},\"546\":{},\"560\":{},\"574\":{},\"589\":{},\"604\":{},\"619\":{},\"635\":{},\"652\":{},\"667\":{},\"682\":{},\"698\":{},\"713\":{},\"729\":{}},\"comment\":{}}],[\"unitimpulsejoint\",{\"_index\":170,\"name\":{\"222\":{},\"1213\":{}},\"comment\":{}}],[\"unitmultibodyjoint\",{\"_index\":200,\"name\":{\"395\":{},\"1223\":{}},\"comment\":{}}],[\"unknown\",{\"_index\":357,\"name\":{\"909\":{}},\"comment\":{}}],[\"unmap\",{\"_index\":197,\"name\":{\"380\":{},\"437\":{},\"900\":{}},\"comment\":{}}],[\"up\",{\"_index\":472,\"name\":{\"1139\":{}},\"comment\":{}}],[\"update\",{\"_index\":461,\"name\":{\"1107\":{}},\"comment\":{}}],[\"updatescenequeries\",{\"_index\":401,\"name\":{\"999\":{}},\"comment\":{}}],[\"userdata\",{\"_index\":26,\"name\":{\"33\":{},\"134\":{}},\"comment\":{}}],[\"userforce\",{\"_index\":92,\"name\":{\"100\":{}},\"comment\":{}}],[\"usertorque\",{\"_index\":93,\"name\":{\"101\":{}},\"comment\":{}}],[\"vector\",{\"_index\":2,\"name\":{\"2\":{},\"1197\":{}},\"comment\":{}}],[\"vector2\",{\"_index\":5,\"name\":{\"5\":{},\"1198\":{}},\"comment\":{}}],[\"vectorops\",{\"_index\":7,\"name\":{\"9\":{},\"1199\":{}},\"comment\":{}}],[\"velocityatpoint\",{\"_index\":52,\"name\":{\"60\":{}},\"comment\":{}}],[\"version\",{\"_index\":0,\"name\":{\"0\":{},\"1195\":{}},\"comment\":{}}],[\"vertex\",{\"_index\":355,\"name\":{\"907\":{}},\"comment\":{}}],[\"vertices\",{\"_index\":278,\"name\":{\"653\":{},\"683\":{},\"699\":{},\"714\":{},\"806\":{},\"1085\":{},\"1090\":{}},\"comment\":{}}],[\"volume\",{\"_index\":339,\"name\":{\"815\":{}},\"comment\":{}}],[\"voxels\",{\"_index\":263,\"name\":{\"521\":{},\"664\":{},\"839\":{},\"1246\":{}},\"comment\":{}}],[\"voxelsize\",{\"_index\":281,\"name\":{\"669\":{}},\"comment\":{}}],[\"wakeup\",{\"_index\":64,\"name\":{\"72\":{}},\"comment\":{}}],[\"witness1\",{\"_index\":373,\"name\":{\"952\":{},\"961\":{},\"1124\":{}},\"comment\":{}}],[\"witness2\",{\"_index\":374,\"name\":{\"953\":{},\"962\":{},\"1125\":{}},\"comment\":{}}],[\"world\",{\"_index\":383,\"name\":{\"974\":{},\"1268\":{}},\"comment\":{}}],[\"worldcom\",{\"_index\":58,\"name\":{\"66\":{}},\"comment\":{}}],[\"x\",{\"_index\":3,\"name\":{\"3\":{},\"7\":{}},\"comment\":{}}],[\"y\",{\"_index\":4,\"name\":{\"4\":{},\"8\":{}},\"comment\":{}}],[\"zeros\",{\"_index\":9,\"name\":{\"11\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/static/javascript2d/assets/widgets.png b/static/javascript2d/assets/widgets.png deleted file mode 100644 index c738053..0000000 Binary files a/static/javascript2d/assets/widgets.png and /dev/null differ diff --git a/static/javascript2d/assets/widgets@2x.png b/static/javascript2d/assets/widgets@2x.png deleted file mode 100644 index 4bbbd57..0000000 Binary files a/static/javascript2d/assets/widgets@2x.png and /dev/null differ diff --git a/static/javascript2d/classes/Ball.html b/static/javascript2d/classes/Ball.html index f91716b..76bcf52 100644 --- a/static/javascript2d/classes/Ball.html +++ b/static/javascript2d/classes/Ball.html @@ -25,7 +25,7 @@

Hierarchy

+
  • Defined in geometry/shape.d.ts:140
  • @@ -72,7 +72,7 @@
    radius: number

    Returns Ball

    +
  • Defined in geometry/shape.d.ts:150
  • Properties

    @@ -81,13 +81,13 @@
    +
  • Defined in geometry/shape.d.ts:145
  • type: Ball = ShapeType.Ball
    +
  • Defined in geometry/shape.d.ts:141
  • Methods

    @@ -189,7 +189,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:151
  • +
  • Defined in geometry/shape.d.ts:210
  • @@ -77,7 +77,7 @@
    radius: number

    Returns Capsule

    +
  • Defined in geometry/shape.d.ts:225
  • Properties

    @@ -86,20 +86,20 @@
    +
  • Defined in geometry/shape.d.ts:219
  • radius: number

    The radius of the capsule's basis.

    +
  • Defined in geometry/shape.d.ts:215
  • type: Capsule = ShapeType.Capsule
    +
  • Defined in geometry/shape.d.ts:211
  • Methods

    @@ -201,7 +201,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:226
  • +
  • Defined in geometry/collider.d.ts:224
  • +
  • Defined in geometry/collider.d.ts:212
  • +
  • Defined in geometry/collider.d.ts:200
  • Returns ColliderShapeCastHit

    +
  • Defined in geometry/collider.d.ts:479
  • Returns number

    +
  • Defined in geometry/collider.d.ts:511
  • Returns RayIntersection

    +
  • Defined in geometry/collider.d.ts:523
  • Returns ShapeCastHit

    +
  • Defined in geometry/collider.d.ts:478
  • +
    + +
    +
  • Defined in geometry/collider.d.ts:448
  • +
    + +

    Returns ShapeContact

    +
  • Defined in geometry/collider.d.ts:498
  • +
  • Defined in geometry/collider.d.ts:234
  • Returns ShapeContact

    +
  • Defined in geometry/collider.d.ts:490
  • +
  • Defined in geometry/collider.d.ts:188
  • Returns boolean

    +
  • Defined in geometry/collider.d.ts:458
  • +
  • Defined in geometry/collider.d.ts:436
  • +
  • Defined in geometry/collider.d.ts:428
  • +
  • Defined in geometry/collider.d.ts:144
  • +
  • Defined in geometry/collider.d.ts:308
  • +
  • Defined in geometry/collider.d.ts:341
  • +
  • Defined in geometry/collider.d.ts:414
  • +
  • Defined in geometry/collider.d.ts:420
  • +
  • Defined in geometry/collider.d.ts:407
  • Returns boolean

    +
  • Defined in geometry/collider.d.ts:477
  • Returns boolean

    +
  • Defined in geometry/collider.d.ts:480
  • +
  • Defined in geometry/collider.d.ts:123
  • +
  • Defined in geometry/collider.d.ts:103
  • +
  • Defined in geometry/collider.d.ts:91
  • +
  • Defined in geometry/collider.d.ts:440
  • +
  • Defined in geometry/collider.d.ts:424
  • Returns PointProjection

    +
  • Defined in geometry/collider.d.ts:469
  • +
    + +
    +
  • Defined in geometry/collider.d.ts:319
  • +
  • Defined in geometry/collider.d.ts:432
  • +
  • Defined in geometry/collider.d.ts:156
  • +
  • Defined in geometry/collider.d.ts:99
  • +
  • Defined in geometry/collider.d.ts:330
  • +
  • Defined in geometry/collider.d.ts:240
  • +
  • Defined in geometry/collider.d.ts:220
  • Returns void

    +
  • Defined in geometry/collider.d.ts:208
  • Returns void

    +
  • Defined in geometry/collider.d.ts:172
  • Returns void

    +
  • Defined in geometry/collider.d.ts:230
  • Returns void

    +
  • Defined in geometry/collider.d.ts:196
  • Returns void

    +
  • Defined in geometry/collider.d.ts:251
  • Returns void

    +
  • Defined in geometry/collider.d.ts:119
  • Returns void

    +
  • Defined in geometry/collider.d.ts:139
  • +
  • Defined in geometry/collider.d.ts:151
  • +
  • Defined in geometry/collider.d.ts:314
  • Returns void

    +
  • Defined in geometry/collider.d.ts:347
  • Returns void

    +
  • Defined in geometry/collider.d.ts:262
  • Returns void

    +
  • Defined in geometry/collider.d.ts:270
  • Returns void

    +
  • Defined in geometry/collider.d.ts:325
  • Returns void

    +
  • Defined in geometry/collider.d.ts:131
  • +
  • Defined in geometry/collider.d.ts:163
  • Returns void

    +
  • Defined in geometry/collider.d.ts:290
  • Returns void

    +
  • Defined in geometry/collider.d.ts:298
  • Returns void

    +
  • Defined in geometry/collider.d.ts:336
  • Returns void

    +
  • Defined in geometry/collider.d.ts:108
  • Returns void

    +
  • Defined in geometry/collider.d.ts:113
  • Returns void

    +
  • Defined in geometry/collider.d.ts:182
  • Returns void

    +
  • Defined in geometry/collider.d.ts:276
  • Returns void

    +
  • Defined in geometry/collider.d.ts:284
  • +
    + +
    +
  • Defined in geometry/collider.d.ts:303
  • +
  • Defined in geometry/collider.d.ts:452
  • +
  • Defined in geometry/collider.d.ts:95
  • +
  • Defined in geometry/collider.d.ts:401
  • +
  • Defined in geometry/collider.d.ts:444
  • Constructors

    @@ -109,119 +110,119 @@
    shape:

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:558
  • Properties

    activeCollisionTypes: ActiveCollisionTypes
    +
  • Defined in geometry/collider.d.ts:550
  • activeEvents: ActiveEvents
    +
  • Defined in geometry/collider.d.ts:548
  • activeHooks: ActiveHooks
    +
  • Defined in geometry/collider.d.ts:549
  • centerOfMass: Vector
    +
  • Defined in geometry/collider.d.ts:535
  • collisionGroups: number
    +
  • Defined in geometry/collider.d.ts:544
  • contactForceEventThreshold: number
    +
  • Defined in geometry/collider.d.ts:551
  • contactSkin: number
    +
  • Defined in geometry/collider.d.ts:552
  • density: number
    +
  • Defined in geometry/collider.d.ts:538
  • enabled: boolean
    +
  • Defined in geometry/collider.d.ts:531
  • friction: number
    +
  • Defined in geometry/collider.d.ts:539
  • frictionCombineRule: CoefficientCombineRule
    +
  • Defined in geometry/collider.d.ts:546
  • isSensor: boolean
    +
  • Defined in geometry/collider.d.ts:543
  • mass: number
    +
  • Defined in geometry/collider.d.ts:534
  • massPropsMode: MassPropsMode
    +
  • Defined in geometry/collider.d.ts:533
  • principalAngularInertia: number
    +
  • Defined in geometry/collider.d.ts:536
  • restitution: number
    +
  • Defined in geometry/collider.d.ts:540
  • restitutionCombineRule: CoefficientCombineRule
    +
  • Defined in geometry/collider.d.ts:547
  • rotation: number
    +
  • Defined in geometry/collider.d.ts:541
  • rotationsEnabled: boolean
    +
  • Defined in geometry/collider.d.ts:537
  • shape: Shape
    +
  • Defined in geometry/collider.d.ts:532
  • solverGroups: number
    +
  • Defined in geometry/collider.d.ts:545
  • translation: Vector
    +
  • Defined in geometry/collider.d.ts:542
  • Methods

    @@ -240,7 +241,7 @@
    activeCollisionTypes: Returns ColliderDesc
    +
  • Defined in geometry/collider.d.ts:818
  • +
  • Defined in geometry/collider.d.ts:812
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:804
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:786
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:824
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:719
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:728
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:707
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:763
  • +
  • Defined in geometry/collider.d.ts:770
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:736
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:747
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:755
  • +
  • Defined in geometry/collider.d.ts:777
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:693
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:702
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:796
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:687
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:564
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:571
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:659
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:666
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:631
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:645
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:652
  • +
  • Defined in geometry/collider.d.ts:604
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:675
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:683
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:639
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:596
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:578
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:586
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:624
  • +
    + +
    +
  • trimesh
  • +
  • voxels
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript2d/classes/ConvexPolygon.html b/static/javascript2d/classes/ConvexPolygon.html index 4f09b2e..86e950a 100644 --- a/static/javascript2d/classes/ConvexPolygon.html +++ b/static/javascript2d/classes/ConvexPolygon.html @@ -25,7 +25,7 @@

    Hierarchy

    +
  • Defined in geometry/shape.d.ts:390
  • @@ -79,7 +79,7 @@
    skipConvexHullComputation: booleanReturns ConvexPolygon
    +
  • Defined in geometry/shape.d.ts:408
  • Properties

    @@ -88,20 +88,20 @@
    +
  • Defined in geometry/shape.d.ts:399
  • type: ConvexPolygon = ShapeType.ConvexPolygon
    +
  • Defined in geometry/shape.d.ts:391
  • vertices: Float32Array

    The vertices of the convex polygon.

    +
  • Defined in geometry/shape.d.ts:395
  • Methods

    @@ -203,7 +203,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:409
  • +
  • Defined in geometry/shape.d.ts:170
  • @@ -76,7 +76,7 @@
    hy: number

    Returns Cuboid

    +
  • Defined in geometry/shape.d.ts:181
  • Properties

    @@ -85,13 +85,13 @@
    +
  • Defined in geometry/shape.d.ts:175
  • type: Cuboid = ShapeType.Cuboid
    +
  • Defined in geometry/shape.d.ts:171
  • Methods

    @@ -193,7 +193,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:182
  • +
  • Defined in pipeline/debug_render_pipeline.d.ts:8
  • @@ -54,7 +54,7 @@
    vertices: Float32Array
    colors: Float32Array

    Returns DebugRenderBuffers

    +
  • Defined in pipeline/debug_render_pipeline.d.ts:22
  • Properties

    @@ -64,7 +64,7 @@
    +
  • Defined in pipeline/debug_render_pipeline.d.ts:21
  • vertices: Float32Array
    @@ -75,7 +75,7 @@
    +
  • Defined in pipeline/debug_render_pipeline.d.ts:16
  • +
    narrow_phase: NarrowPhase
    +
  • +
    Optional filterFlags: QueryFilterFlags
  • +
  • +
    Optional filterPredicate: ((collider: Collider) => boolean)
    +
  • Returns void

    +
  • Defined in pipeline/debug_render_pipeline.d.ts:39
  • Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:443
  • @@ -77,7 +77,7 @@
    scale: Returns Heightfield
    +
  • Defined in geometry/shape.d.ts:459
  • Properties

    @@ -86,20 +86,20 @@
    +
  • Defined in geometry/shape.d.ts:448
  • scale: Vector

    The heightfield's length along its local x axis.

    +
  • Defined in geometry/shape.d.ts:452
  • type: HeightField = ShapeType.HeightField
    +
  • Defined in geometry/shape.d.ts:444
  • Methods

    @@ -201,7 +201,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:460
  • Accessors

    -
    dt -erp +
    contact_erp +contact_natural_frequency +dt lengthUnit maxCcdSubsteps minIslandSize @@ -78,17 +79,21 @@

    Returns void

    -
    - +
  • Defined in dynamics/integration_parameters.d.ts:52
  • +
    + +
  • set dt(value: number): void
  • Parameters

    @@ -118,7 +122,7 @@

    Parameters

    value: number
  • Returns void

    +
  • Defined in dynamics/integration_parameters.d.ts:51
  • +
  • Defined in geometry/shape.d.ts:313
  • @@ -78,7 +78,7 @@
    Optional indices: Returns Polyline
    +
  • Defined in geometry/shape.d.ts:330
  • Properties

    @@ -87,20 +87,20 @@
    +
  • Defined in geometry/shape.d.ts:322
  • type: Polyline = ShapeType.Polyline
    +
  • Defined in geometry/shape.d.ts:314
  • vertices: Float32Array

    The vertices of the polyline.

    +
  • Defined in geometry/shape.d.ts:318
  • Methods

    @@ -202,7 +202,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:331
  • Returns boolean

    Returns RayColliderHit

    +
  • Defined in pipeline/query_pipeline.d.ts:74
  • Returns boolean

    Returns RayColliderIntersection

    +
  • Defined in pipeline/query_pipeline.d.ts:88
  • Returns boolean

    Returns ColliderShapeCastHit

    +
  • Defined in pipeline/query_pipeline.d.ts:169
  • Returns boolean

    Returns void

    +
  • Defined in pipeline/query_pipeline.d.ts:190
  • Returns boolean

    Returns number

    +
  • Defined in pipeline/query_pipeline.d.ts:114
  • Returns boolean

    Returns void

    +
  • Defined in pipeline/query_pipeline.d.ts:148
  • Returns boolean

    Returns void

    +
  • Defined in pipeline/query_pipeline.d.ts:103
  • Returns boolean

    Returns void

    +
  • Defined in pipeline/query_pipeline.d.ts:181
  • Returns boolean

    Returns PointColliderProjection

    +
  • Defined in pipeline/query_pipeline.d.ts:128
  • Returns boolean

    Returns PointColliderProjection

    +
  • Defined in pipeline/query_pipeline.d.ts:137
  • +
  • Defined in pipeline/query_pipeline.d.ts:60
  • @@ -173,7 +176,7 @@
    wakeUp: boolean

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:433
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:462
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:447
  • +
  • Defined in dynamics/rigid_body.d.ts:361
  • +
  • Defined in dynamics/rigid_body.d.ts:240
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:440
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:470
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:454
  • +
  • Defined in dynamics/rigid_body.d.ts:329
  • Returns Collider

    +
  • Defined in dynamics/rigid_body.d.ts:315
  • +
  • Defined in dynamics/rigid_body.d.ts:282
  • +
  • Defined in dynamics/rigid_body.d.ts:248
  • +
  • Defined in dynamics/rigid_body.d.ts:277
  • +
  • Defined in dynamics/rigid_body.d.ts:254
  • +
  • Defined in dynamics/rigid_body.d.ts:268
  • +
  • Defined in dynamics/rigid_body.d.ts:304
  • +
  • Defined in dynamics/rigid_body.d.ts:353
  • +
  • Defined in dynamics/rigid_body.d.ts:325
  • +
  • Defined in dynamics/rigid_body.d.ts:345
  • +
  • Defined in dynamics/rigid_body.d.ts:349
  • +
  • Defined in dynamics/rigid_body.d.ts:341
  • +
  • Defined in dynamics/rigid_body.d.ts:337
  • +
  • Defined in dynamics/rigid_body.d.ts:357
  • +
  • Defined in dynamics/rigid_body.d.ts:258
  • +
  • Defined in dynamics/rigid_body.d.ts:244
  • +
  • Defined in dynamics/rigid_body.d.ts:308
  • +
  • Defined in dynamics/rigid_body.d.ts:272
  • +
  • Defined in dynamics/rigid_body.d.ts:371
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:420
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:426
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:391
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:408
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:414
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:333
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:321
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:367
  • +
  • Defined in dynamics/rigid_body.d.ts:290
  • +
    + +
    +
    + +
    +
    + +
    +
  • Defined in dynamics/rigid_body.d.ts:300
  • +
  • Defined in dynamics/rigid_body.d.ts:262
  • diff --git a/static/javascript2d/classes/RigidBodyDesc.html b/static/javascript2d/classes/RigidBodyDesc.html index 82a6d59..4daff17 100644 --- a/static/javascript2d/classes/RigidBodyDesc.html +++ b/static/javascript2d/classes/RigidBodyDesc.html @@ -20,7 +20,7 @@

    Hierarchy

    +
  • Defined in dynamics/rigid_body.d.ts:482
  • @@ -102,124 +102,124 @@

    Parameters

    status: RigidBodyType

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:506
  • Properties

    additionalSolverIterations: number
    +
  • Defined in dynamics/rigid_body.d.ts:504
  • angularDamping: number
    +
  • Defined in dynamics/rigid_body.d.ts:497
  • angvel: number
    +
  • Defined in dynamics/rigid_body.d.ts:493
  • canSleep: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:499
  • ccdEnabled: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:501
  • centerOfMass: Vector
    +
  • Defined in dynamics/rigid_body.d.ts:489
  • dominanceGroup: number
    +
  • Defined in dynamics/rigid_body.d.ts:503
  • enabled: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:483
  • gravityScale: number
    +
  • Defined in dynamics/rigid_body.d.ts:486
  • linearDamping: number
    +
  • Defined in dynamics/rigid_body.d.ts:496
  • linvel: Vector
    +
  • Defined in dynamics/rigid_body.d.ts:492
  • mass: number
    +
  • Defined in dynamics/rigid_body.d.ts:487
  • massOnly: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:488
  • principalAngularInertia: number
    +
  • Defined in dynamics/rigid_body.d.ts:494
  • rotation: number
    +
  • Defined in dynamics/rigid_body.d.ts:485
  • rotationsEnabled: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:495
  • sleeping: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:500
  • softCcdPrediction: number
    +
  • Defined in dynamics/rigid_body.d.ts:502
  • status: RigidBodyType
    +
  • Defined in dynamics/rigid_body.d.ts:498
  • translation: Vector
    +
  • Defined in dynamics/rigid_body.d.ts:484
  • translationsEnabledX: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:490
  • translationsEnabledY: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:491
  • userData?: unknown
    +
  • Defined in dynamics/rigid_body.d.ts:505
  • Methods

    @@ -242,7 +242,7 @@
    translationsEnabledY: boolean

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:624
  • +
  • Defined in dynamics/rigid_body.d.ts:641
  • +
  • Defined in dynamics/rigid_body.d.ts:636
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:631
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:588
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:618
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:559
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:659
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:601
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:665
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:677
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:547
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:564
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:582
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:650
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:595
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:574
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:671
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:690
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:568
  • Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:696
  • +
  • Defined in dynamics/rigid_body.d.ts:510
  • +
  • Defined in dynamics/rigid_body.d.ts:522
    • @@ -633,7 +633,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:514
    • @@ -643,7 +643,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:518
    • @@ -655,7 +655,7 @@

      Deprecated

      The method has been renamed to .dynamic().

      Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:528
    • @@ -667,7 +667,7 @@

      Deprecated

      The method has been renamed to .kinematicPositionBas

      Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:534
    • @@ -679,7 +679,7 @@

      Deprecated

      The method has been renamed to .kinematicVelocityBas

      Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:540
    • @@ -691,7 +691,7 @@

      Deprecated

      The method has been renamed to .fixed().

      Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:546
  • Returns ShapeCastHit

      diff --git a/static/javascript2d/classes/RoundCuboid.html b/static/javascript2d/classes/RoundCuboid.html index daba739..ad418c0 100644 --- a/static/javascript2d/classes/RoundCuboid.html +++ b/static/javascript2d/classes/RoundCuboid.html @@ -25,7 +25,7 @@

      Hierarchy

      • RoundCuboid
    +
  • Defined in geometry/shape.d.ts:187
  • @@ -82,7 +82,7 @@
    borderRadius: number

    Returns RoundCuboid

    +
  • Defined in geometry/shape.d.ts:204
  • Properties

    @@ -91,20 +91,20 @@
    +
  • Defined in geometry/shape.d.ts:196
  • halfExtents: Vector

    The half extent of the cuboid along each coordinate axis.

    +
  • Defined in geometry/shape.d.ts:192
  • type: RoundCuboid = ShapeType.RoundCuboid
    +
  • Defined in geometry/shape.d.ts:188
  • Methods

    @@ -206,7 +206,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:205
    • diff --git a/static/javascript2d/classes/RoundTriangle.html b/static/javascript2d/classes/RoundTriangle.html index 2dd8abb..fde1834 100644 --- a/static/javascript2d/classes/RoundTriangle.html +++ b/static/javascript2d/classes/RoundTriangle.html @@ -25,7 +25,7 @@

      Hierarchy

      • RoundTriangle
    +
  • Defined in geometry/shape.d.ts:279
  • @@ -88,7 +88,7 @@
    borderRadius: number

    Returns RoundTriangle

    +
  • Defined in geometry/shape.d.ts:307
  • Properties

    @@ -97,14 +97,14 @@
    +
  • Defined in geometry/shape.d.ts:284
  • The second point of the triangle.

    +
  • Defined in geometry/shape.d.ts:288
  • borderRadius: number
    @@ -112,20 +112,20 @@
    +
  • Defined in geometry/shape.d.ts:297
  • The second point of the triangle.

    +
  • Defined in geometry/shape.d.ts:292
  • type: RoundTriangle = ShapeType.RoundTriangle
    +
  • Defined in geometry/shape.d.ts:280
  • Methods

    @@ -227,7 +227,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:308
    • diff --git a/static/javascript2d/classes/Segment.html b/static/javascript2d/classes/Segment.html index 98b5126..1508f74 100644 --- a/static/javascript2d/classes/Segment.html +++ b/static/javascript2d/classes/Segment.html @@ -25,7 +25,7 @@

      Hierarchy

      • Segment
    +
  • Defined in geometry/shape.d.ts:231
  • @@ -77,7 +77,7 @@
    b: Returns Segment
    +
  • Defined in geometry/shape.d.ts:246
  • Properties

    @@ -86,20 +86,20 @@
    +
  • Defined in geometry/shape.d.ts:236
  • The second point of the segment.

    +
  • Defined in geometry/shape.d.ts:240
  • type: Segment = ShapeType.Segment
    +
  • Defined in geometry/shape.d.ts:232
  • Methods

    @@ -201,7 +201,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:247
    • diff --git a/static/javascript2d/classes/Shape.html b/static/javascript2d/classes/Shape.html index 81882b3..83fc5b1 100644 --- a/static/javascript2d/classes/Shape.html +++ b/static/javascript2d/classes/Shape.html @@ -29,6 +29,7 @@

      Hierarchy

    • Triangle
    • RoundTriangle
    • Polyline
    • +
    • Voxels
    • TriMesh
    • ConvexPolygon
    • RoundConvexPolygon
    • @@ -180,7 +181,7 @@
      maxToi: number
      stopAtPenetration: boolean

      If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

      + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:364
  • @@ -80,7 +80,7 @@
    Optional flags: Returns TriMesh
    +
  • Defined in geometry/shape.d.ts:384
  • Properties

    @@ -89,27 +89,27 @@
    +
  • Defined in geometry/shape.d.ts:377
  • indices: Uint32Array

    The indices of the triangles.

    +
  • Defined in geometry/shape.d.ts:373
  • type: TriMesh = ShapeType.TriMesh
    +
  • Defined in geometry/shape.d.ts:365
  • vertices: Float32Array

    The vertices of the triangle mesh.

    +
  • Defined in geometry/shape.d.ts:369
  • Methods

    @@ -211,7 +211,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:385
    • diff --git a/static/javascript2d/classes/Triangle.html b/static/javascript2d/classes/Triangle.html index a1087e1..8f269df 100644 --- a/static/javascript2d/classes/Triangle.html +++ b/static/javascript2d/classes/Triangle.html @@ -25,7 +25,7 @@

      Hierarchy

      • Triangle
    +
  • Defined in geometry/shape.d.ts:252
  • @@ -82,7 +82,7 @@
    c: Returns Triangle
    +
  • Defined in geometry/shape.d.ts:273
  • Properties

    @@ -91,27 +91,27 @@
    +
  • Defined in geometry/shape.d.ts:257
  • The second point of the triangle.

    +
  • Defined in geometry/shape.d.ts:261
  • The second point of the triangle.

    +
  • Defined in geometry/shape.d.ts:265
  • type: Triangle = ShapeType.Triangle
    +
  • Defined in geometry/shape.d.ts:253
  • Methods

    @@ -213,7 +213,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:274
    • diff --git a/static/javascript2d/classes/Voxels.html b/static/javascript2d/classes/Voxels.html new file mode 100644 index 0000000..18df047 --- /dev/null +++ b/static/javascript2d/classes/Voxels.html @@ -0,0 +1,418 @@ +Voxels | @dimforge/rapier2d
      +
      + +
      +
      +
      +
      + +

      Class Voxels

      +
      +

      A shape made of voxels.

      +
      +
      +

      Hierarchy

      +
      +
      +
      +
      + +
      +
      +

      Constructors

      +
      + +
        + +
      • +

        Creates a new shape made of voxels.

        +
        +
        +

        Parameters

        +
          +
        • +
          data: Int32Array | Float32Array
          +

          Defines the set of voxels. If this is a Int32Array then + each voxel is defined from its (signed) grid coordinates, + with 3 (resp 2) contiguous integers per voxel in 3D (resp 2D). + If this is a Float32Array, each voxel will be such that + they contain at least one point from this array (where each + point is defined from 3 (resp 2) contiguous numbers per point + in 3D (resp 2D).

          +
        • +
        • +
          voxelSize: Vector
          +

          The size of each voxel.

          +
        +

        Returns Voxels

      +
      +

      Properties

      +
      + +
      data: Int32Array | Float32Array
      +

      The points or grid coordinates used to initialize the voxels.

      +
      +
      + +
      type: Voxels = ShapeType.Voxels
      +
      + +
      voxelSize: Vector
      +

      The dimensions of each voxel.

      +
      +
      +

      Methods

      +
      + +
        + +
      • +
        +

        Parameters

        +
          +
        • +
          ray: Ray
        • +
        • +
          shapePos: Vector
        • +
        • +
          shapeRot: number
        • +
        • +
          maxToi: number
        • +
        • +
          solid: boolean
        +

        Returns number

      +
      + +
      +
      + +
        + +
      • +

        Computes the time of impact between two moving shapes.

        + +

        Returns

        If the two moving shapes collider at some point along their trajectories, this returns the + time at which the two shape collider as well as the contact information during the impact. Returns + nullif the two shapes never collide along their paths.

        +
        +
        +

        Parameters

        +
          +
        • +
          shapePos1: Vector
          +

          The initial position of this sahpe.

          +
        • +
        • +
          shapeRot1: number
          +

          The rotation of this shape.

          +
        • +
        • +
          shapeVel1: Vector
          +

          The velocity of this shape.

          +
        • +
        • +
          shape2: Shape
          +

          The second moving shape.

          +
        • +
        • +
          shapePos2: Vector
          +

          The initial position of the second shape.

          +
        • +
        • +
          shapeRot2: number
          +

          The rotation of the second shape.

          +
        • +
        • +
          shapeVel2: Vector
          +

          The velocity of the second shape.

          +
        • +
        • +
          targetDistance: number
          +

          − If the shape moves closer to this distance from a collider, a hit + will be returned.

          +
        • +
        • +
          maxToi: number
          +

          The maximum time when the impact can happen.

          +
        • +
        • +
          stopAtPenetration: boolean
          +

          If set to false, the linear shape-cast won’t immediately stop if + the shape is penetrating another shape at its starting point and its trajectory is such + that it’s on a path to exit that penetration state.

          +
        +

        Returns ShapeCastHit

      +
      + +
        + +
      • +

        Computes one pair of contact points between two shapes.

        + +

        Returns

        null if the shapes are separated by a distance greater than prediction, otherwise contact details. The result is given in world-space.

        +
        +
        +

        Parameters

        +
          +
        • +
          shapePos1: Vector
          +

          The initial position of this sahpe.

          +
        • +
        • +
          shapeRot1: number
          +

          The rotation of this shape.

          +
        • +
        • +
          shape2: Shape
          +

          The second shape.

          +
        • +
        • +
          shapePos2: Vector
          +

          The initial position of the second shape.

          +
        • +
        • +
          shapeRot2: number
          +

          The rotation of the second shape.

          +
        • +
        • +
          prediction: number
          +

          The prediction value, if the shapes are separated by a distance greater than this value, test will fail.

          +
        +

        Returns ShapeContact

      +
      + +
        + +
      • +
        +

        Parameters

        +
        +

        Returns boolean

      +
      + +
        + +
      • +
        +

        Parameters

        +
          +
        • +
          ray: Ray
        • +
        • +
          shapePos: Vector
        • +
        • +
          shapeRot: number
        • +
        • +
          maxToi: number
        +

        Returns boolean

      +
      + +
        + +
      • +

        Tests if this shape intersects another shape.

        + +

        Returns

        true if the two shapes intersect, false if they don’t.

        +
        +
        +

        Parameters

        +
          +
        • +
          shapePos1: Vector
          +

          The position of this shape.

          +
        • +
        • +
          shapeRot1: number
          +

          The rotation of this shape.

          +
        • +
        • +
          shape2: Shape
          +

          The second shape to test.

          +
        • +
        • +
          shapePos2: Vector
          +

          The position of the second shape.

          +
        • +
        • +
          shapeRot2: number
          +

          The rotation of the second shape.

          +
        +

        Returns boolean

      +
      + +
        + +
      • +

        Returns RawShape

      +
      + +
      +
      + +
        + +
      • +

        instant mode without cache

        +
        +
        +

        Parameters

        +
          +
        • +
          rawSet: RawColliderSet
        • +
        • +
          handle: number
        +

        Returns Shape

      +
      +
      +

      Generated using TypeDoc

      +
      \ No newline at end of file diff --git a/static/javascript2d/classes/World.html b/static/javascript2d/classes/World.html index a7d814e..a801bda 100644 --- a/static/javascript2d/classes/World.html +++ b/static/javascript2d/classes/World.html @@ -50,6 +50,7 @@

      Properties

      multibodyJoints narrowPhase physicsPipeline +pidControllers queryPipeline serializationPipeline
    @@ -73,6 +74,7 @@

    Methods

    createCollider createImpulseJoint createMultibodyJoint +createPidController createRigidBody debugRender forEachActiveRigidBody @@ -96,6 +98,7 @@

    Methods

    removeCollider removeImpulseJoint removeMultibodyJoint +removePidController removeRigidBody step switchToSmallStepsPgsSolver @@ -146,7 +149,7 @@
    Optional rawSerializationPipeli
    Optional rawDebugRenderPipeline: RawDebugRenderPipeline

    Returns World

    +
  • Defined in pipeline/world.d.ts:42
  • Properties

    @@ -214,6 +217,11 @@
    +
    + +
    pidControllers: Set<PidController>
    queryPipeline: QueryPipeline
  • set lengthUnit(unitsPerMeter: number): void
  • The approximate size of most dynamic objects in the scene.

    @@ -258,7 +266,7 @@

    Parameters

    unitsPerMeter: number
  • Returns void

    +
  • Defined in pipeline/world.d.ts:126
    • @@ -268,7 +276,7 @@
  • set numAdditionalFrictionIterations(niter: number): void
  • Sets the number of addition friction resolution iteration run during the last solver sub-step (default: 4).

    @@ -284,7 +292,7 @@
    niter: number
  • Returns void

    +
  • Defined in pipeline/world.d.ts:152
    • @@ -294,7 +302,7 @@
  • set numInternalPgsIterations(niter: number): void
  • Sets the Number of internal Project Gauss Seidel (PGS) iterations run at each solver iteration (default: 1).

    @@ -310,7 +318,7 @@
    niter: number
  • Returns void

    +
  • Defined in pipeline/world.d.ts:165
  • set numSolverIterations(niter: number): void
  • Sets the number of solver iterations run by the constraints solver for calculating forces (default: 4).

    @@ -336,7 +344,7 @@
    niter: number
  • Returns void

    +
  • Defined in pipeline/world.d.ts:139
  • set timestep(dt: number): void
  • Sets the new simulation timestep.

    @@ -368,7 +376,7 @@
    dt: number
  • Returns void

    +
  • Defined in pipeline/world.d.ts:104
  • Methods

    @@ -419,7 +427,7 @@
    collider: Returns boolean

    Returns RayColliderHit

    +
  • Defined in pipeline/world.d.ts:322
  • Returns RayColliderIntersection

    +
  • Defined in pipeline/world.d.ts:335
    • @@ -512,7 +520,7 @@
      maxToi: number
      stopAtPenetration: boolean

      If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

      + that it’s on a path to exit that penetration state.

    • Optional filterFlags: QueryFilterFlags
    • @@ -537,7 +545,7 @@
      collider: Returns boolean

    Returns ColliderShapeCastHit

    +
  • Defined in pipeline/world.d.ts:410
  • Returns void

    +
  • Defined in pipeline/world.d.ts:430
    • @@ -614,7 +622,7 @@
      flipped: boolean
    Returns void

    Returns void

    +
  • Defined in pipeline/world.d.ts:452
  • Returns void

    +
  • Defined in pipeline/world.d.ts:437
    • @@ -663,7 +671,7 @@
      offset: number

    Returns KinematicCharacterController

    +
  • Defined in pipeline/world.d.ts:180
    • @@ -684,7 +692,7 @@
      Optional parent: Returns Collider
    +
  • Defined in pipeline/world.d.ts:215
    • @@ -713,7 +721,7 @@
      wakeUp: boolean

    Returns ImpulseJoint

    +
  • Defined in pipeline/world.d.ts:224
    • @@ -742,7 +750,43 @@
      wakeUp: boolean

    Returns MultibodyJoint

    +
  • Defined in pipeline/world.d.ts:233
  • +
    + +
      + +
    • +

      Creates a new PID (Proportional-Integral-Derivative) controller.

      +
      +
      +

      Parameters

      +
        +
      • +
        kp: number
        +

        The Proportional gain applied to the instantaneous linear position errors. + This is usually set to a multiple of the inverse of simulation step time + (e.g. 60 if the delta-time is 1.0 / 60.0).

        +
      • +
      • +
        ki: number
        +

        The linear gain applied to the Integral part of the PID controller.

        +
      • +
      • +
        kd: number
        +

        The Derivative gain applied to the instantaneous linear velocity errors. + This is usually set to a value in [0.0, 1.0] where 0.0 implies no damping + (no correction of velocity errors) and 1.0 implies complete damping (velocity errors + are corrected in a single simulation step).

        +
      • +
      • +
        axes: PidAxesMask
        +

        The axes affected by this controller. + Only coordinate axes with a bit flags set to true will be taken into + account when calculating the errors and corrections.

        +
      +

      Returns PidController

      @@ -759,17 +803,40 @@
      body:

    Returns RigidBody

    +
  • Defined in pipeline/world.d.ts:174
    • - +
    • Computes all the lines (and their colors) needed to render the scene.

      +
      +

      Parameters

      +
        +
      • +
        Optional filterFlags: QueryFilterFlags
        +

        Flags for excluding whole subsets of colliders from rendering.

        +
      • +
      • +
        Optional filterPredicate: ((collider: Collider) => boolean)
        +

        Any collider for which this closure returns false will be excluded from the + debug rendering.

        +
        +
          +
        • +
            +
          • (collider: Collider): boolean
          • +
          • +
            +

            Parameters

            +
            +

            Returns boolean

      Returns DebugRenderBuffers

    +
  • Defined in pipeline/world.d.ts:64
  • Returns void

    +
  • Defined in pipeline/world.d.ts:309
  • Returns void

    +
  • Defined in pipeline/world.d.ts:293
  • Returns void

    +
  • Defined in pipeline/world.d.ts:299
  • +
  • Defined in pipeline/world.d.ts:41
    • @@ -881,7 +948,7 @@
      handle: number

    Returns Collider

    +
  • Defined in pipeline/world.d.ts:245
    • @@ -898,7 +965,7 @@
      handle: number

    Returns ImpulseJoint

    +
  • Defined in pipeline/world.d.ts:251
    • @@ -915,7 +982,7 @@
      handle: number

    Returns MultibodyJoint

    +
  • Defined in pipeline/world.d.ts:257
    • @@ -932,7 +999,7 @@
      handle: number

    Returns RigidBody

    +
  • Defined in pipeline/world.d.ts:239
    • @@ -953,7 +1020,7 @@
      collider2:

    Returns boolean

    +
  • Defined in pipeline/world.d.ts:458
  • Returns void

    +
  • Defined in pipeline/world.d.ts:442
  • Returns Collider

    +
  • Defined in pipeline/world.d.ts:359
  • Returns void

    +
  • Defined in pipeline/world.d.ts:390
  • Returns void

    +
  • Defined in pipeline/world.d.ts:349
  • Returns void

    +
  • Defined in pipeline/world.d.ts:421
  • Returns PointColliderProjection

    +
  • Defined in pipeline/world.d.ts:372
  • Returns PointColliderProjection

    +
  • Defined in pipeline/world.d.ts:380
    • @@ -1305,7 +1372,7 @@
    +
  • Defined in pipeline/world.d.ts:81
  • +
  • Defined in pipeline/world.d.ts:186
    • @@ -1343,7 +1410,7 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in pipeline/world.d.ts:273
    • @@ -1364,7 +1431,7 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in pipeline/world.d.ts:280
    • @@ -1385,7 +1452,24 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in pipeline/world.d.ts:287
  • +
    + +
      + +
    • +

      Removes a PID controller from this world.

      +
      +
      +

      Parameters

      +
      +

      Returns void

    +
  • Defined in pipeline/world.d.ts:266
  • Returns void

    +
  • Defined in pipeline/world.d.ts:73
    • @@ -1430,7 +1514,7 @@
    +
  • Defined in pipeline/world.d.ts:167
    • @@ -1438,7 +1522,7 @@
    +
  • Defined in pipeline/world.d.ts:168
    • @@ -1446,7 +1530,7 @@
    +
  • Defined in pipeline/world.d.ts:166
  • +
  • Defined in pipeline/world.d.ts:50
  • +
  • Defined in pipeline/world.d.ts:87
    • @@ -1482,7 +1566,7 @@

      Parameters

      raw: RawDeserializedWorld

    Returns World

    +
  • Defined in pipeline/world.d.ts:43
    • @@ -1498,7 +1582,7 @@

      Parameters

      data: Uint8Array

    Returns World

    +
  • Defined in pipeline/world.d.ts:56
  • Enumeration Members

    @@ -63,19 +63,19 @@
    -
    - -
    X: 1
    Mass: 1
    +
  • Defined in geometry/collider.d.ts:527
  • MassProps: 2
    +
  • Defined in geometry/collider.d.ts:528
  • Enumeration Members

    @@ -107,7 +108,12 @@
    Triangle: 5
    +
  • Defined in geometry/shape.d.ts:76
  • +
    + +
    Voxels: 14
    +
  • Triangle
  • +
  • Voxels
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript2d/enums/TriMeshFlags.html b/static/javascript2d/enums/TriMeshFlags.html index 5085b6f..04d620e 100644 --- a/static/javascript2d/enums/TriMeshFlags.html +++ b/static/javascript2d/enums/TriMeshFlags.html @@ -20,7 +20,7 @@

    Enumeration TriMeshFlags

    operations involving triangle meshes.

    +
  • Defined in geometry/shape.d.ts:90
  • @@ -43,7 +43,7 @@
    +
  • Defined in geometry/shape.d.ts:94
  • DELETE_DEGENERATE_TRIANGLES: 32
    @@ -53,7 +53,7 @@
    +
  • Defined in geometry/shape.d.ts:115
  • DELETE_DUPLICATE_TRIANGLES: 64
    @@ -64,10 +64,10 @@
    +
  • Defined in geometry/shape.d.ts:124
  • -
    FIX_INTERNAL_EDGES: 152
    +
    FIX_INTERNAL_EDGES: 144

    If set, a special treatment will be applied to contact manifold calculation to eliminate or fix contacts normals that could lead to incorrect bumps in physics simulation (especially on flat surfaces).

    @@ -76,7 +76,7 @@
    +
  • Defined in geometry/shape.d.ts:135
  • MERGE_DUPLICATE_VERTICES: 16
    @@ -85,7 +85,7 @@
    +
  • Defined in geometry/shape.d.ts:107
  • ORIENTED: 8
    @@ -93,7 +93,7 @@
    +
  • Defined in geometry/shape.d.ts:100
  • +
  • reserveMemory
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript2d/index.html b/static/javascript2d/index.html index a0e3161..0a71172 100644 --- a/static/javascript2d/index.html +++ b/static/javascript2d/index.html @@ -30,6 +30,7 @@

    Enumerations

    JointType MassPropsMode MotorModel +PidAxesMask QueryFilterFlags RigidBodyType ShapeType @@ -66,6 +67,7 @@

    Classes

    MultibodyJointSet NarrowPhase PhysicsPipeline +PidController PointColliderProjection PointProjection Polyline @@ -100,6 +102,7 @@

    Classes

    UnitMultibodyJoint Vector2 VectorOps +Voxels World
    @@ -118,7 +121,8 @@

    Type Aliases

    Functions

    -

    Generated using TypeDoc

    diff --git a/static/javascript2d/modules/default.html b/static/javascript2d/modules/default.html index 81ae583..58e1791 100644 --- a/static/javascript2d/modules/default.html +++ b/static/javascript2d/modules/default.html @@ -66,6 +66,8 @@

    References

    NarrowPhase PhysicsHooks PhysicsPipeline +PidAxesMask +PidController PointColliderProjection PointProjection Polyline @@ -108,7 +110,9 @@

    References

    Vector Vector2 VectorOps +Voxels World +reserveMemory version
    @@ -197,6 +201,10 @@ Re-exports PhysicsHooks
    Re-exports PhysicsPipeline
    +
    +Re-exports PidAxesMask
    +
    +Re-exports PidController
    Re-exports PointColliderProjection
    @@ -281,8 +289,12 @@ Re-exports Vector2
    Re-exports VectorOps
    +
    +Re-exports Voxels
    Re-exports World
    +
    +Re-exports reserveMemory
    Re-exports version

    Generated using TypeDoc

    diff --git a/static/javascript2d/types/ColliderHandle.html b/static/javascript2d/types/ColliderHandle.html index 500274d..019efc8 100644 --- a/static/javascript2d/types/ColliderHandle.html +++ b/static/javascript2d/types/ColliderHandle.html @@ -52,6 +52,7 @@

    JointType
  • MassPropsMode
  • MotorModel
  • +
  • PidAxesMask
  • QueryFilterFlags
  • RigidBodyType
  • ShapeType
  • @@ -85,6 +86,7 @@

    MultibodyJointSet
  • NarrowPhase
  • PhysicsPipeline
  • +
  • PidController
  • PointColliderProjection
  • PointProjection
  • Polyline
  • @@ -119,6 +121,7 @@

    UnitMultibodyJoint
  • Vector2
  • VectorOps
  • +
  • Voxels
  • World
  • PhysicsHooks
  • Vector
  • @@ -128,7 +131,8 @@

    MultibodyJointHandle
  • RigidBodyHandle
  • Rotation
  • -
  • version
  • +
  • reserveMemory
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript2d/types/ImpulseJointHandle.html b/static/javascript2d/types/ImpulseJointHandle.html index b34387f..a6c2c39 100644 --- a/static/javascript2d/types/ImpulseJointHandle.html +++ b/static/javascript2d/types/ImpulseJointHandle.html @@ -52,6 +52,7 @@

    JointType
  • MassPropsMode
  • MotorModel
  • +
  • PidAxesMask
  • QueryFilterFlags
  • RigidBodyType
  • ShapeType
  • @@ -85,6 +86,7 @@

    MultibodyJointSet
  • NarrowPhase
  • PhysicsPipeline
  • +
  • PidController
  • PointColliderProjection
  • PointProjection
  • Polyline
  • @@ -119,6 +121,7 @@

    UnitMultibodyJoint
  • Vector2
  • VectorOps
  • +
  • Voxels
  • World
  • PhysicsHooks
  • Vector
  • @@ -128,7 +131,8 @@

    MultibodyJointHandle
  • RigidBodyHandle
  • Rotation
  • -
  • version
  • +
  • reserveMemory
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript2d/types/InteractionGroups.html b/static/javascript2d/types/InteractionGroups.html index a81c831..4dfefb3 100644 --- a/static/javascript2d/types/InteractionGroups.html +++ b/static/javascript2d/types/InteractionGroups.html @@ -66,6 +66,7 @@

    JointType
  • MassPropsMode
  • MotorModel
  • +
  • PidAxesMask
  • QueryFilterFlags
  • RigidBodyType
  • ShapeType
  • @@ -99,6 +100,7 @@

    MultibodyJointSet
  • NarrowPhase
  • PhysicsPipeline
  • +
  • PidController
  • PointColliderProjection
  • PointProjection
  • Polyline
  • @@ -133,6 +135,7 @@

    UnitMultibodyJoint
  • Vector2
  • VectorOps
  • +
  • Voxels
  • World
  • PhysicsHooks
  • Vector
  • @@ -142,7 +145,8 @@

    MultibodyJointHandle
  • RigidBodyHandle
  • Rotation
  • -
  • version
  • +
  • reserveMemory
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript2d/types/MultibodyJointHandle.html b/static/javascript2d/types/MultibodyJointHandle.html index 7690f18..838972a 100644 --- a/static/javascript2d/types/MultibodyJointHandle.html +++ b/static/javascript2d/types/MultibodyJointHandle.html @@ -52,6 +52,7 @@

    JointType
  • MassPropsMode
  • MotorModel
  • +
  • PidAxesMask
  • QueryFilterFlags
  • RigidBodyType
  • ShapeType
  • @@ -85,6 +86,7 @@

    MultibodyJointSet
  • NarrowPhase
  • PhysicsPipeline
  • +
  • PidController
  • PointColliderProjection
  • PointProjection
  • Polyline
  • @@ -119,6 +121,7 @@

    UnitMultibodyJoint
  • Vector2
  • VectorOps
  • +
  • Voxels
  • World
  • PhysicsHooks
  • Vector
  • @@ -128,7 +131,8 @@

    MultibodyJointHandle
  • RigidBodyHandle
  • Rotation
  • -
  • version
  • +
  • reserveMemory
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript2d/types/RigidBodyHandle.html b/static/javascript2d/types/RigidBodyHandle.html index cf0b003..6914329 100644 --- a/static/javascript2d/types/RigidBodyHandle.html +++ b/static/javascript2d/types/RigidBodyHandle.html @@ -52,6 +52,7 @@

    JointType
  • MassPropsMode
  • MotorModel
  • +
  • PidAxesMask
  • QueryFilterFlags
  • RigidBodyType
  • ShapeType
  • @@ -85,6 +86,7 @@

    MultibodyJointSet
  • NarrowPhase
  • PhysicsPipeline
  • +
  • PidController
  • PointColliderProjection
  • PointProjection
  • Polyline
  • @@ -119,6 +121,7 @@

    UnitMultibodyJoint
  • Vector2
  • VectorOps
  • +
  • Voxels
  • World
  • PhysicsHooks
  • Vector
  • @@ -128,7 +131,8 @@

    MultibodyJointHandle
  • RigidBodyHandle
  • Rotation
  • -
  • version
  • +
  • reserveMemory
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript2d/types/Rotation.html b/static/javascript2d/types/Rotation.html index 3c1c1f6..d044350 100644 --- a/static/javascript2d/types/Rotation.html +++ b/static/javascript2d/types/Rotation.html @@ -52,6 +52,7 @@

    JointType
  • MassPropsMode
  • MotorModel
  • +
  • PidAxesMask
  • QueryFilterFlags
  • RigidBodyType
  • ShapeType
  • @@ -85,6 +86,7 @@

    MultibodyJointSet
  • NarrowPhase
  • PhysicsPipeline
  • +
  • PidController
  • PointColliderProjection
  • PointProjection
  • Polyline
  • @@ -119,6 +121,7 @@

    UnitMultibodyJoint
  • Vector2
  • VectorOps
  • +
  • Voxels
  • World
  • PhysicsHooks
  • Vector
  • @@ -128,7 +131,8 @@

    MultibodyJointHandle
  • RigidBodyHandle
  • Rotation
  • -
  • version
  • +
  • reserveMemory
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript3d/assets/icons.css b/static/javascript3d/assets/icons.css deleted file mode 100644 index 776a356..0000000 --- a/static/javascript3d/assets/icons.css +++ /dev/null @@ -1,1043 +0,0 @@ -.tsd-kind-icon { - display: block; - position: relative; - padding-left: 20px; - text-indent: -20px; -} -.tsd-kind-icon:before { - content: ""; - display: inline-block; - vertical-align: middle; - width: 17px; - height: 17px; - margin: 0 3px 2px 0; - background-image: url(./icons.png); -} -@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-kind-icon:before { - background-image: url(./icons@2x.png); - background-size: 238px 204px; - } -} - -.tsd-signature.tsd-kind-icon:before { - background-position: 0 -153px; -} - -.tsd-kind-object-literal > .tsd-kind-icon:before { - background-position: 0px -17px; -} -.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -17px; -} -.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -17px; -} - -.tsd-kind-class > .tsd-kind-icon:before { - background-position: 0px -34px; -} -.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -34px; -} -.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -34px; -} - -.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -51px; -} - -.tsd-kind-interface > .tsd-kind-icon:before { - background-position: 0px -68px; -} -.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -68px; -} -.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -68px; -} - -.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -34px -85px; -} - -.tsd-kind-namespace > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-module > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-enum > .tsd-kind-icon:before { - background-position: 0px -119px; -} -.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -119px; -} -.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -119px; -} - -.tsd-kind-enum-member > .tsd-kind-icon:before { - background-position: 0px -136px; -} -.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -136px; -} -.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -136px; -} - -.tsd-kind-signature > .tsd-kind-icon:before { - background-position: 0px -153px; -} -.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -153px; -} -.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -153px; -} - -.tsd-kind-type-alias > .tsd-kind-icon:before { - background-position: 0px -170px; -} -.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -170px; -} -.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -170px; -} - -.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -34px -187px; -} - -.tsd-kind-variable > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-property > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-get-signature > .tsd-kind-icon:before { - background-position: -136px -17px; -} -.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -17px; -} -.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -17px; -} - -.tsd-kind-set-signature > .tsd-kind-icon:before { - background-position: -136px -34px; -} -.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -34px; -} -.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -34px; -} - -.tsd-kind-accessor > .tsd-kind-icon:before { - background-position: -136px -51px; -} -.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -51px; -} -.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -51px; -} - -.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-constructor > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-constructor-signature > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-index-signature > .tsd-kind-icon:before { - background-position: -136px -119px; -} -.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -119px; -} -.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -119px; -} - -.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -136px; -} -.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -136px; -} -.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -136px; -} - -.tsd-is-static > .tsd-kind-icon:before { - background-position: -136px -153px; -} -.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -153px; -} -.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -153px; -} -.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -153px; -} - -.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -187px; -} diff --git a/static/javascript3d/assets/icons.png b/static/javascript3d/assets/icons.png deleted file mode 100644 index 3836d5f..0000000 Binary files a/static/javascript3d/assets/icons.png and /dev/null differ diff --git a/static/javascript3d/assets/icons@2x.png b/static/javascript3d/assets/icons@2x.png deleted file mode 100644 index 5a209e2..0000000 Binary files a/static/javascript3d/assets/icons@2x.png and /dev/null differ diff --git a/static/javascript3d/assets/search.js b/static/javascript3d/assets/search.js index 68b608a..11319f9 100644 --- a/static/javascript3d/assets/search.js +++ b/static/javascript3d/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\",\"8388608\":\"Reference\"},\"rows\":[{\"kind\":64,\"name\":\"version\",\"url\":\"functions/version.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"Vector\",\"url\":\"interfaces/Vector.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/Vector.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Vector\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/Vector.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Vector\"},{\"kind\":1024,\"name\":\"z\",\"url\":\"interfaces/Vector.html#z\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Vector\"},{\"kind\":128,\"name\":\"Vector3\",\"url\":\"classes/Vector3.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Vector3.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Vector3\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/Vector3.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vector3\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/Vector3.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vector3\"},{\"kind\":1024,\"name\":\"z\",\"url\":\"classes/Vector3.html#z\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vector3\"},{\"kind\":128,\"name\":\"VectorOps\",\"url\":\"classes/VectorOps.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"new\",\"url\":\"classes/VectorOps.html#new\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/VectorOps.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"zeros\",\"url\":\"classes/VectorOps.html#zeros\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/VectorOps.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/VectorOps.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VectorOps.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":256,\"name\":\"Rotation\",\"url\":\"interfaces/Rotation.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/Rotation.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rotation\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/Rotation.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rotation\"},{\"kind\":1024,\"name\":\"z\",\"url\":\"interfaces/Rotation.html#z\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rotation\"},{\"kind\":1024,\"name\":\"w\",\"url\":\"interfaces/Rotation.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rotation\"},{\"kind\":128,\"name\":\"Quaternion\",\"url\":\"classes/Quaternion.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Quaternion.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Quaternion\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/Quaternion.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Quaternion\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/Quaternion.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Quaternion\"},{\"kind\":1024,\"name\":\"z\",\"url\":\"classes/Quaternion.html#z\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Quaternion\"},{\"kind\":1024,\"name\":\"w\",\"url\":\"classes/Quaternion.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Quaternion\"},{\"kind\":128,\"name\":\"RotationOps\",\"url\":\"classes/RotationOps.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"identity\",\"url\":\"classes/RotationOps.html#identity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RotationOps.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RotationOps.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/RotationOps.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RotationOps.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":128,\"name\":\"SdpMatrix3\",\"url\":\"classes/SdpMatrix3.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SdpMatrix3.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":1024,\"name\":\"elements\",\"url\":\"classes/SdpMatrix3.html#elements\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m11\",\"url\":\"classes/SdpMatrix3.html#m11\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m12\",\"url\":\"classes/SdpMatrix3.html#m12\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m21\",\"url\":\"classes/SdpMatrix3.html#m21\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m13\",\"url\":\"classes/SdpMatrix3.html#m13\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m31\",\"url\":\"classes/SdpMatrix3.html#m31\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m22\",\"url\":\"classes/SdpMatrix3.html#m22\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m23\",\"url\":\"classes/SdpMatrix3.html#m23\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m32\",\"url\":\"classes/SdpMatrix3.html#m32\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m33\",\"url\":\"classes/SdpMatrix3.html#m33\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":128,\"name\":\"SdpMatrix3Ops\",\"url\":\"classes/SdpMatrix3Ops.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/SdpMatrix3Ops.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SdpMatrix3Ops\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SdpMatrix3Ops.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3Ops\"},{\"kind\":4194304,\"name\":\"RigidBodyHandle\",\"url\":\"types/RigidBodyHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":8,\"name\":\"RigidBodyType\",\"url\":\"enums/RigidBodyType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Dynamic\",\"url\":\"enums/RigidBodyType.html#Dynamic\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":16,\"name\":\"Fixed\",\"url\":\"enums/RigidBodyType.html#Fixed\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":16,\"name\":\"KinematicPositionBased\",\"url\":\"enums/RigidBodyType.html#KinematicPositionBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":16,\"name\":\"KinematicVelocityBased\",\"url\":\"enums/RigidBodyType.html#KinematicVelocityBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":128,\"name\":\"RigidBody\",\"url\":\"classes/RigidBody.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RigidBody.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RigidBody.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"colliderSet\",\"url\":\"classes/RigidBody.html#colliderSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RigidBody.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"userData\",\"url\":\"classes/RigidBody.html#userData\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RigidBody.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RigidBody.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"lockTranslations\",\"url\":\"classes/RigidBody.html#lockTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"lockRotations\",\"url\":\"classes/RigidBody.html#lockRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setEnabledTranslations\",\"url\":\"classes/RigidBody.html#setEnabledTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"restrictTranslations\",\"url\":\"classes/RigidBody.html#restrictTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setEnabledRotations\",\"url\":\"classes/RigidBody.html#setEnabledRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"restrictRotations\",\"url\":\"classes/RigidBody.html#restrictRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"dominanceGroup\",\"url\":\"classes/RigidBody.html#dominanceGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setDominanceGroup\",\"url\":\"classes/RigidBody.html#setDominanceGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"additionalSolverIterations\",\"url\":\"classes/RigidBody.html#additionalSolverIterations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAdditionalSolverIterations\",\"url\":\"classes/RigidBody.html#setAdditionalSolverIterations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"enableCcd\",\"url\":\"classes/RigidBody.html#enableCcd\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setSoftCcdPrediction\",\"url\":\"classes/RigidBody.html#setSoftCcdPrediction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"softCcdPrediction\",\"url\":\"classes/RigidBody.html#softCcdPrediction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"translation\",\"url\":\"classes/RigidBody.html#translation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"rotation\",\"url\":\"classes/RigidBody.html#rotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"nextTranslation\",\"url\":\"classes/RigidBody.html#nextTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"nextRotation\",\"url\":\"classes/RigidBody.html#nextRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/RigidBody.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setLinvel\",\"url\":\"classes/RigidBody.html#setLinvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"gravityScale\",\"url\":\"classes/RigidBody.html#gravityScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setGravityScale\",\"url\":\"classes/RigidBody.html#setGravityScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/RigidBody.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAngvel\",\"url\":\"classes/RigidBody.html#setAngvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setNextKinematicTranslation\",\"url\":\"classes/RigidBody.html#setNextKinematicTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setNextKinematicRotation\",\"url\":\"classes/RigidBody.html#setNextKinematicRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"linvel\",\"url\":\"classes/RigidBody.html#linvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"angvel\",\"url\":\"classes/RigidBody.html#angvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"mass\",\"url\":\"classes/RigidBody.html#mass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"effectiveInvMass\",\"url\":\"classes/RigidBody.html#effectiveInvMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"invMass\",\"url\":\"classes/RigidBody.html#invMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"localCom\",\"url\":\"classes/RigidBody.html#localCom\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"worldCom\",\"url\":\"classes/RigidBody.html#worldCom\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"invPrincipalInertiaSqrt\",\"url\":\"classes/RigidBody.html#invPrincipalInertiaSqrt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"principalInertia\",\"url\":\"classes/RigidBody.html#principalInertia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"principalInertiaLocalFrame\",\"url\":\"classes/RigidBody.html#principalInertiaLocalFrame\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"effectiveWorldInvInertiaSqrt\",\"url\":\"classes/RigidBody.html#effectiveWorldInvInertiaSqrt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"effectiveAngularInertia\",\"url\":\"classes/RigidBody.html#effectiveAngularInertia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"sleep\",\"url\":\"classes/RigidBody.html#sleep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"wakeUp\",\"url\":\"classes/RigidBody.html#wakeUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isCcdEnabled\",\"url\":\"classes/RigidBody.html#isCcdEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"numColliders\",\"url\":\"classes/RigidBody.html#numColliders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"collider\",\"url\":\"classes/RigidBody.html#collider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/RigidBody.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isEnabled\",\"url\":\"classes/RigidBody.html#isEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"bodyType\",\"url\":\"classes/RigidBody.html#bodyType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setBodyType\",\"url\":\"classes/RigidBody.html#setBodyType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isSleeping\",\"url\":\"classes/RigidBody.html#isSleeping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isMoving\",\"url\":\"classes/RigidBody.html#isMoving\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isFixed\",\"url\":\"classes/RigidBody.html#isFixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isKinematic\",\"url\":\"classes/RigidBody.html#isKinematic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/RigidBody.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"linearDamping\",\"url\":\"classes/RigidBody.html#linearDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"angularDamping\",\"url\":\"classes/RigidBody.html#angularDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setLinearDamping\",\"url\":\"classes/RigidBody.html#setLinearDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"recomputeMassPropertiesFromColliders\",\"url\":\"classes/RigidBody.html#recomputeMassPropertiesFromColliders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAdditionalMass\",\"url\":\"classes/RigidBody.html#setAdditionalMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAdditionalMassProperties\",\"url\":\"classes/RigidBody.html#setAdditionalMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAngularDamping\",\"url\":\"classes/RigidBody.html#setAngularDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"resetForces\",\"url\":\"classes/RigidBody.html#resetForces\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"resetTorques\",\"url\":\"classes/RigidBody.html#resetTorques\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"addForce\",\"url\":\"classes/RigidBody.html#addForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"applyImpulse\",\"url\":\"classes/RigidBody.html#applyImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"addTorque\",\"url\":\"classes/RigidBody.html#addTorque\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"applyTorqueImpulse\",\"url\":\"classes/RigidBody.html#applyTorqueImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"addForceAtPoint\",\"url\":\"classes/RigidBody.html#addForceAtPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"applyImpulseAtPoint\",\"url\":\"classes/RigidBody.html#applyImpulseAtPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":128,\"name\":\"RigidBodyDesc\",\"url\":\"classes/RigidBodyDesc.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"dynamic\",\"url\":\"classes/RigidBodyDesc.html#dynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"kinematicPositionBased\",\"url\":\"classes/RigidBodyDesc.html#kinematicPositionBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"kinematicVelocityBased\",\"url\":\"classes/RigidBodyDesc.html#kinematicVelocityBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"fixed\",\"url\":\"classes/RigidBodyDesc.html#fixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newDynamic\",\"url\":\"classes/RigidBodyDesc.html#newDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newKinematicPositionBased\",\"url\":\"classes/RigidBodyDesc.html#newKinematicPositionBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newKinematicVelocityBased\",\"url\":\"classes/RigidBodyDesc.html#newKinematicVelocityBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newStatic\",\"url\":\"classes/RigidBodyDesc.html#newStatic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RigidBodyDesc.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"enabled\",\"url\":\"classes/RigidBodyDesc.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translation\",\"url\":\"classes/RigidBodyDesc.html#translation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"rotation\",\"url\":\"classes/RigidBodyDesc.html#rotation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"gravityScale\",\"url\":\"classes/RigidBodyDesc.html#gravityScale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"mass\",\"url\":\"classes/RigidBodyDesc.html#mass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"massOnly\",\"url\":\"classes/RigidBodyDesc.html#massOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"centerOfMass\",\"url\":\"classes/RigidBodyDesc.html#centerOfMass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translationsEnabledX\",\"url\":\"classes/RigidBodyDesc.html#translationsEnabledX\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translationsEnabledY\",\"url\":\"classes/RigidBodyDesc.html#translationsEnabledY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"linvel\",\"url\":\"classes/RigidBodyDesc.html#linvel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"angvel\",\"url\":\"classes/RigidBodyDesc.html#angvel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"principalAngularInertia\",\"url\":\"classes/RigidBodyDesc.html#principalAngularInertia\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"angularInertiaLocalFrame\",\"url\":\"classes/RigidBodyDesc.html#angularInertiaLocalFrame\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translationsEnabledZ\",\"url\":\"classes/RigidBodyDesc.html#translationsEnabledZ\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"rotationsEnabledX\",\"url\":\"classes/RigidBodyDesc.html#rotationsEnabledX\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"rotationsEnabledY\",\"url\":\"classes/RigidBodyDesc.html#rotationsEnabledY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"rotationsEnabledZ\",\"url\":\"classes/RigidBodyDesc.html#rotationsEnabledZ\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"linearDamping\",\"url\":\"classes/RigidBodyDesc.html#linearDamping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"angularDamping\",\"url\":\"classes/RigidBodyDesc.html#angularDamping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/RigidBodyDesc.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"canSleep\",\"url\":\"classes/RigidBodyDesc.html#canSleep\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"sleeping\",\"url\":\"classes/RigidBodyDesc.html#sleeping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"ccdEnabled\",\"url\":\"classes/RigidBodyDesc.html#ccdEnabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"softCcdPrediction\",\"url\":\"classes/RigidBodyDesc.html#softCcdPrediction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"dominanceGroup\",\"url\":\"classes/RigidBodyDesc.html#dominanceGroup\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"additionalSolverIterations\",\"url\":\"classes/RigidBodyDesc.html#additionalSolverIterations\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"userData\",\"url\":\"classes/RigidBodyDesc.html#userData\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setDominanceGroup\",\"url\":\"classes/RigidBodyDesc.html#setDominanceGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAdditionalSolverIterations\",\"url\":\"classes/RigidBodyDesc.html#setAdditionalSolverIterations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/RigidBodyDesc.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/RigidBodyDesc.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/RigidBodyDesc.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setGravityScale\",\"url\":\"classes/RigidBodyDesc.html#setGravityScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAdditionalMass\",\"url\":\"classes/RigidBodyDesc.html#setAdditionalMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setLinvel\",\"url\":\"classes/RigidBodyDesc.html#setLinvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAngvel\",\"url\":\"classes/RigidBodyDesc.html#setAngvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAdditionalMassProperties\",\"url\":\"classes/RigidBodyDesc.html#setAdditionalMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"enabledTranslations\",\"url\":\"classes/RigidBodyDesc.html#enabledTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"restrictTranslations\",\"url\":\"classes/RigidBodyDesc.html#restrictTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"lockTranslations\",\"url\":\"classes/RigidBodyDesc.html#lockTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"enabledRotations\",\"url\":\"classes/RigidBodyDesc.html#enabledRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"restrictRotations\",\"url\":\"classes/RigidBodyDesc.html#restrictRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"lockRotations\",\"url\":\"classes/RigidBodyDesc.html#lockRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setLinearDamping\",\"url\":\"classes/RigidBodyDesc.html#setLinearDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAngularDamping\",\"url\":\"classes/RigidBodyDesc.html#setAngularDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setCanSleep\",\"url\":\"classes/RigidBodyDesc.html#setCanSleep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setSleeping\",\"url\":\"classes/RigidBodyDesc.html#setSleeping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setCcdEnabled\",\"url\":\"classes/RigidBodyDesc.html#setCcdEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setSoftCcdPrediction\",\"url\":\"classes/RigidBodyDesc.html#setSoftCcdPrediction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setUserData\",\"url\":\"classes/RigidBodyDesc.html#setUserData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":128,\"name\":\"RigidBodySet\",\"url\":\"classes/RigidBodySet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RigidBodySet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/RigidBodySet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/RigidBodySet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/RigidBodySet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RigidBodySet.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"createRigidBody\",\"url\":\"classes/RigidBodySet.html#createRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/RigidBodySet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/RigidBodySet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/RigidBodySet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/RigidBodySet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/RigidBodySet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"forEachActiveRigidBody\",\"url\":\"classes/RigidBodySet.html#forEachActiveRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/RigidBodySet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":128,\"name\":\"IntegrationParameters\",\"url\":\"classes/IntegrationParameters.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IntegrationParameters.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/IntegrationParameters.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/IntegrationParameters.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"dt\",\"url\":\"classes/IntegrationParameters.html#dt\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"erp\",\"url\":\"classes/IntegrationParameters.html#erp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"lengthUnit\",\"url\":\"classes/IntegrationParameters.html#lengthUnit\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"normalizedAllowedLinearError\",\"url\":\"classes/IntegrationParameters.html#normalizedAllowedLinearError\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"normalizedPredictionDistance\",\"url\":\"classes/IntegrationParameters.html#normalizedPredictionDistance\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"numSolverIterations\",\"url\":\"classes/IntegrationParameters.html#numSolverIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"numAdditionalFrictionIterations\",\"url\":\"classes/IntegrationParameters.html#numAdditionalFrictionIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"numInternalPgsIterations\",\"url\":\"classes/IntegrationParameters.html#numInternalPgsIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"minIslandSize\",\"url\":\"classes/IntegrationParameters.html#minIslandSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"maxCcdSubsteps\",\"url\":\"classes/IntegrationParameters.html#maxCcdSubsteps\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"switchToStandardPgsSolver\",\"url\":\"classes/IntegrationParameters.html#switchToStandardPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolver\",\"url\":\"classes/IntegrationParameters.html#switchToSmallStepsPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolverWithoutWarmstart\",\"url\":\"classes/IntegrationParameters.html#switchToSmallStepsPgsSolverWithoutWarmstart\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":4194304,\"name\":\"ImpulseJointHandle\",\"url\":\"types/ImpulseJointHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":8,\"name\":\"JointType\",\"url\":\"enums/JointType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Revolute\",\"url\":\"enums/JointType.html#Revolute\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Fixed\",\"url\":\"enums/JointType.html#Fixed\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Prismatic\",\"url\":\"enums/JointType.html#Prismatic\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Rope\",\"url\":\"enums/JointType.html#Rope\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Spring\",\"url\":\"enums/JointType.html#Spring\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Spherical\",\"url\":\"enums/JointType.html#Spherical\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Generic\",\"url\":\"enums/JointType.html#Generic\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":8,\"name\":\"MotorModel\",\"url\":\"enums/MotorModel.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"AccelerationBased\",\"url\":\"enums/MotorModel.html#AccelerationBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MotorModel\"},{\"kind\":16,\"name\":\"ForceBased\",\"url\":\"enums/MotorModel.html#ForceBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MotorModel\"},{\"kind\":8,\"name\":\"JointAxesMask\",\"url\":\"enums/JointAxesMask.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"X\",\"url\":\"enums/JointAxesMask.html#X\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"Y\",\"url\":\"enums/JointAxesMask.html#Y\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"Z\",\"url\":\"enums/JointAxesMask.html#Z\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"AngX\",\"url\":\"enums/JointAxesMask.html#AngX\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"AngY\",\"url\":\"enums/JointAxesMask.html#AngY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"AngZ\",\"url\":\"enums/JointAxesMask.html#AngZ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":128,\"name\":\"ImpulseJoint\",\"url\":\"classes/ImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/ImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/ImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/ImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/ImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/ImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/ImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/ImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/ImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/ImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/ImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/ImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/ImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/ImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/ImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/ImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/ImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/ImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":128,\"name\":\"UnitImpulseJoint\",\"url\":\"classes/UnitImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/UnitImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnitImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/UnitImpulseJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsEnabled\",\"url\":\"classes/UnitImpulseJoint.html#limitsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMin\",\"url\":\"classes/UnitImpulseJoint.html#limitsMin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMax\",\"url\":\"classes/UnitImpulseJoint.html#limitsMax\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setLimits\",\"url\":\"classes/UnitImpulseJoint.html#setLimits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorModel\",\"url\":\"classes/UnitImpulseJoint.html#configureMotorModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorVelocity\",\"url\":\"classes/UnitImpulseJoint.html#configureMotorVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorPosition\",\"url\":\"classes/UnitImpulseJoint.html#configureMotorPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotor\",\"url\":\"classes/UnitImpulseJoint.html#configureMotor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/UnitImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/UnitImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/UnitImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/UnitImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/UnitImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/UnitImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/UnitImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/UnitImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/UnitImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/UnitImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/UnitImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/UnitImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/UnitImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/UnitImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/UnitImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/UnitImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":128,\"name\":\"FixedImpulseJoint\",\"url\":\"classes/FixedImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/FixedImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/FixedImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/FixedImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/FixedImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/FixedImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/FixedImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/FixedImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/FixedImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/FixedImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/FixedImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/FixedImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/FixedImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/FixedImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/FixedImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/FixedImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/FixedImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/FixedImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":128,\"name\":\"RopeImpulseJoint\",\"url\":\"classes/RopeImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/RopeImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RopeImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RopeImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/RopeImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RopeImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RopeImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RopeImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/RopeImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/RopeImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/RopeImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/RopeImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/RopeImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/RopeImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/RopeImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/RopeImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/RopeImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/RopeImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/RopeImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":128,\"name\":\"SpringImpulseJoint\",\"url\":\"classes/SpringImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/SpringImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SpringImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/SpringImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/SpringImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/SpringImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/SpringImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/SpringImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/SpringImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/SpringImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/SpringImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/SpringImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/SpringImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/SpringImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/SpringImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/SpringImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/SpringImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/SpringImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/SpringImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":128,\"name\":\"PrismaticImpulseJoint\",\"url\":\"classes/PrismaticImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/PrismaticImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PrismaticImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/PrismaticImpulseJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsEnabled\",\"url\":\"classes/PrismaticImpulseJoint.html#limitsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMin\",\"url\":\"classes/PrismaticImpulseJoint.html#limitsMin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMax\",\"url\":\"classes/PrismaticImpulseJoint.html#limitsMax\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setLimits\",\"url\":\"classes/PrismaticImpulseJoint.html#setLimits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorModel\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotorModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorVelocity\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotorVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorPosition\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotorPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotor\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/PrismaticImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/PrismaticImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/PrismaticImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/PrismaticImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/PrismaticImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/PrismaticImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/PrismaticImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/PrismaticImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/PrismaticImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/PrismaticImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/PrismaticImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/PrismaticImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/PrismaticImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/PrismaticImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/PrismaticImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/PrismaticImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":128,\"name\":\"RevoluteImpulseJoint\",\"url\":\"classes/RevoluteImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/RevoluteImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RevoluteImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/RevoluteImpulseJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsEnabled\",\"url\":\"classes/RevoluteImpulseJoint.html#limitsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMin\",\"url\":\"classes/RevoluteImpulseJoint.html#limitsMin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMax\",\"url\":\"classes/RevoluteImpulseJoint.html#limitsMax\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setLimits\",\"url\":\"classes/RevoluteImpulseJoint.html#setLimits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorModel\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotorModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorVelocity\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotorVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorPosition\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotorPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotor\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RevoluteImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/RevoluteImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RevoluteImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RevoluteImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RevoluteImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/RevoluteImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/RevoluteImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/RevoluteImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/RevoluteImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/RevoluteImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/RevoluteImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/RevoluteImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/RevoluteImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/RevoluteImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/RevoluteImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/RevoluteImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":128,\"name\":\"GenericImpulseJoint\",\"url\":\"classes/GenericImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/GenericImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GenericImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/GenericImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/GenericImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/GenericImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/GenericImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/GenericImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/GenericImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/GenericImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/GenericImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/GenericImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/GenericImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/GenericImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/GenericImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/GenericImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/GenericImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/GenericImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/GenericImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":128,\"name\":\"SphericalImpulseJoint\",\"url\":\"classes/SphericalImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/SphericalImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SphericalImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/SphericalImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/SphericalImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/SphericalImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/SphericalImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/SphericalImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/SphericalImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/SphericalImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/SphericalImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/SphericalImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/SphericalImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/SphericalImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/SphericalImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/SphericalImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/SphericalImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/SphericalImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/SphericalImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":128,\"name\":\"JointData\",\"url\":\"classes/JointData.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fixed\",\"url\":\"classes/JointData.html#fixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"spring\",\"url\":\"classes/JointData.html#spring\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"rope\",\"url\":\"classes/JointData.html#rope\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"generic\",\"url\":\"classes/JointData.html#generic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"spherical\",\"url\":\"classes/JointData.html#spherical\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"prismatic\",\"url\":\"classes/JointData.html#prismatic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"revolute\",\"url\":\"classes/JointData.html#revolute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/JointData.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-private\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"anchor1\",\"url\":\"classes/JointData.html#anchor1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"anchor2\",\"url\":\"classes/JointData.html#anchor2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"axis\",\"url\":\"classes/JointData.html#axis\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"frame1\",\"url\":\"classes/JointData.html#frame1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"frame2\",\"url\":\"classes/JointData.html#frame2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"jointType\",\"url\":\"classes/JointData.html#jointType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"limitsEnabled\",\"url\":\"classes/JointData.html#limitsEnabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"limits\",\"url\":\"classes/JointData.html#limits\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"axesMask\",\"url\":\"classes/JointData.html#axesMask\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"stiffness\",\"url\":\"classes/JointData.html#stiffness\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"damping\",\"url\":\"classes/JointData.html#damping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/JointData.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/JointData.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":128,\"name\":\"ImpulseJointSet\",\"url\":\"classes/ImpulseJointSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImpulseJointSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/ImpulseJointSet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/ImpulseJointSet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/ImpulseJointSet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/ImpulseJointSet.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"createJoint\",\"url\":\"classes/ImpulseJointSet.html#createJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/ImpulseJointSet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"forEachJointHandleAttachedToRigidBody\",\"url\":\"classes/ImpulseJointSet.html#forEachJointHandleAttachedToRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"unmap\",\"url\":\"classes/ImpulseJointSet.html#unmap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/ImpulseJointSet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/ImpulseJointSet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/ImpulseJointSet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/ImpulseJointSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/ImpulseJointSet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":4194304,\"name\":\"MultibodyJointHandle\",\"url\":\"types/MultibodyJointHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"MultibodyJoint\",\"url\":\"classes/MultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/MultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/MultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/MultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/MultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/MultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/MultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":128,\"name\":\"UnitMultibodyJoint\",\"url\":\"classes/UnitMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/UnitMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnitMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/UnitMultibodyJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/UnitMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/UnitMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/UnitMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/UnitMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/UnitMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":128,\"name\":\"FixedMultibodyJoint\",\"url\":\"classes/FixedMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/FixedMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/FixedMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/FixedMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/FixedMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/FixedMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/FixedMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":128,\"name\":\"PrismaticMultibodyJoint\",\"url\":\"classes/PrismaticMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/PrismaticMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PrismaticMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/PrismaticMultibodyJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/PrismaticMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/PrismaticMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/PrismaticMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/PrismaticMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/PrismaticMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":128,\"name\":\"RevoluteMultibodyJoint\",\"url\":\"classes/RevoluteMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/RevoluteMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RevoluteMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/RevoluteMultibodyJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RevoluteMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RevoluteMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RevoluteMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/RevoluteMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/RevoluteMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":128,\"name\":\"SphericalMultibodyJoint\",\"url\":\"classes/SphericalMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/SphericalMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SphericalMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/SphericalMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/SphericalMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/SphericalMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/SphericalMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/SphericalMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":128,\"name\":\"MultibodyJointSet\",\"url\":\"classes/MultibodyJointSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MultibodyJointSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/MultibodyJointSet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/MultibodyJointSet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/MultibodyJointSet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"createJoint\",\"url\":\"classes/MultibodyJointSet.html#createJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/MultibodyJointSet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"unmap\",\"url\":\"classes/MultibodyJointSet.html#unmap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/MultibodyJointSet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/MultibodyJointSet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/MultibodyJointSet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/MultibodyJointSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"forEachJointHandleAttachedToRigidBody\",\"url\":\"classes/MultibodyJointSet.html#forEachJointHandleAttachedToRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/MultibodyJointSet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":8,\"name\":\"CoefficientCombineRule\",\"url\":\"enums/CoefficientCombineRule.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Average\",\"url\":\"enums/CoefficientCombineRule.html#Average\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":16,\"name\":\"Min\",\"url\":\"enums/CoefficientCombineRule.html#Min\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":16,\"name\":\"Multiply\",\"url\":\"enums/CoefficientCombineRule.html#Multiply\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":16,\"name\":\"Max\",\"url\":\"enums/CoefficientCombineRule.html#Max\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":128,\"name\":\"CCDSolver\",\"url\":\"classes/CCDSolver.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CCDSolver.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CCDSolver\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/CCDSolver.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CCDSolver\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/CCDSolver.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CCDSolver\"},{\"kind\":128,\"name\":\"IslandManager\",\"url\":\"classes/IslandManager.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IslandManager.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/IslandManager.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/IslandManager.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":2048,\"name\":\"forEachActiveRigidBodyHandle\",\"url\":\"classes/IslandManager.html#forEachActiveRigidBodyHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":128,\"name\":\"BroadPhase\",\"url\":\"classes/BroadPhase.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BroadPhase.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BroadPhase\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/BroadPhase.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BroadPhase\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/BroadPhase.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BroadPhase\"},{\"kind\":128,\"name\":\"NarrowPhase\",\"url\":\"classes/NarrowPhase.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NarrowPhase.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/NarrowPhase.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":1024,\"name\":\"tempManifold\",\"url\":\"classes/NarrowPhase.html#tempManifold\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/NarrowPhase.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"contactPairsWith\",\"url\":\"classes/NarrowPhase.html#contactPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"intersectionPairsWith\",\"url\":\"classes/NarrowPhase.html#intersectionPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"contactPair\",\"url\":\"classes/NarrowPhase.html#contactPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"intersectionPair\",\"url\":\"classes/NarrowPhase.html#intersectionPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":128,\"name\":\"TempContactManifold\",\"url\":\"classes/TempContactManifold.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TempContactManifold.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/TempContactManifold.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/TempContactManifold.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"normal\",\"url\":\"classes/TempContactManifold.html#normal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localNormal1\",\"url\":\"classes/TempContactManifold.html#localNormal1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localNormal2\",\"url\":\"classes/TempContactManifold.html#localNormal2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"subshape1\",\"url\":\"classes/TempContactManifold.html#subshape1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"subshape2\",\"url\":\"classes/TempContactManifold.html#subshape2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"numContacts\",\"url\":\"classes/TempContactManifold.html#numContacts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localContactPoint1\",\"url\":\"classes/TempContactManifold.html#localContactPoint1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localContactPoint2\",\"url\":\"classes/TempContactManifold.html#localContactPoint2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactDist\",\"url\":\"classes/TempContactManifold.html#contactDist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactFid1\",\"url\":\"classes/TempContactManifold.html#contactFid1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactFid2\",\"url\":\"classes/TempContactManifold.html#contactFid2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactImpulse\",\"url\":\"classes/TempContactManifold.html#contactImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactTangentImpulseX\",\"url\":\"classes/TempContactManifold.html#contactTangentImpulseX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactTangentImpulseY\",\"url\":\"classes/TempContactManifold.html#contactTangentImpulseY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"numSolverContacts\",\"url\":\"classes/TempContactManifold.html#numSolverContacts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactPoint\",\"url\":\"classes/TempContactManifold.html#solverContactPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactDist\",\"url\":\"classes/TempContactManifold.html#solverContactDist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactFriction\",\"url\":\"classes/TempContactManifold.html#solverContactFriction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactRestitution\",\"url\":\"classes/TempContactManifold.html#solverContactRestitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactTangentVelocity\",\"url\":\"classes/TempContactManifold.html#solverContactTangentVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":128,\"name\":\"Shape\",\"url\":\"classes/Shape.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Shape.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Shape.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Shape.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/Shape.html#type\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Shape.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Shape.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Shape.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Shape.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Shape.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Shape.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Shape.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Shape.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":8,\"name\":\"ShapeType\",\"url\":\"enums/ShapeType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Ball\",\"url\":\"enums/ShapeType.html#Ball\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Cuboid\",\"url\":\"enums/ShapeType.html#Cuboid\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Capsule\",\"url\":\"enums/ShapeType.html#Capsule\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Segment\",\"url\":\"enums/ShapeType.html#Segment\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Polyline\",\"url\":\"enums/ShapeType.html#Polyline\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Triangle\",\"url\":\"enums/ShapeType.html#Triangle\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"TriMesh\",\"url\":\"enums/ShapeType.html#TriMesh\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"HeightField\",\"url\":\"enums/ShapeType.html#HeightField\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"ConvexPolyhedron\",\"url\":\"enums/ShapeType.html#ConvexPolyhedron\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Cylinder\",\"url\":\"enums/ShapeType.html#Cylinder\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Cone\",\"url\":\"enums/ShapeType.html#Cone\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundCuboid\",\"url\":\"enums/ShapeType.html#RoundCuboid\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundTriangle\",\"url\":\"enums/ShapeType.html#RoundTriangle\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundCylinder\",\"url\":\"enums/ShapeType.html#RoundCylinder\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundCone\",\"url\":\"enums/ShapeType.html#RoundCone\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundConvexPolyhedron\",\"url\":\"enums/ShapeType.html#RoundConvexPolyhedron\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"HalfSpace\",\"url\":\"enums/ShapeType.html#HalfSpace\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":8,\"name\":\"HeightFieldFlags\",\"url\":\"enums/HeightFieldFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"FIX_INTERNAL_EDGES\",\"url\":\"enums/HeightFieldFlags.html#FIX_INTERNAL_EDGES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeightFieldFlags\"},{\"kind\":8,\"name\":\"TriMeshFlags\",\"url\":\"enums/TriMeshFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"DELETE_BAD_TOPOLOGY_TRIANGLES\",\"url\":\"enums/TriMeshFlags.html#DELETE_BAD_TOPOLOGY_TRIANGLES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"ORIENTED\",\"url\":\"enums/TriMeshFlags.html#ORIENTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"MERGE_DUPLICATE_VERTICES\",\"url\":\"enums/TriMeshFlags.html#MERGE_DUPLICATE_VERTICES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"DELETE_DEGENERATE_TRIANGLES\",\"url\":\"enums/TriMeshFlags.html#DELETE_DEGENERATE_TRIANGLES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"DELETE_DUPLICATE_TRIANGLES\",\"url\":\"enums/TriMeshFlags.html#DELETE_DUPLICATE_TRIANGLES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"FIX_INTERNAL_EDGES\",\"url\":\"enums/TriMeshFlags.html#FIX_INTERNAL_EDGES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":128,\"name\":\"Ball\",\"url\":\"classes/Ball.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Ball.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Ball.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Ball.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/Ball.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Ball.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Ball.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Ball.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Ball.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Ball.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Ball.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Ball.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Ball.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Ball.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":128,\"name\":\"HalfSpace\",\"url\":\"classes/HalfSpace.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/HalfSpace.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HalfSpace.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/HalfSpace.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":1024,\"name\":\"normal\",\"url\":\"classes/HalfSpace.html#normal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/HalfSpace.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/HalfSpace.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/HalfSpace.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/HalfSpace.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/HalfSpace.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/HalfSpace.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/HalfSpace.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/HalfSpace.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/HalfSpace.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":128,\"name\":\"Cuboid\",\"url\":\"classes/Cuboid.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Cuboid.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Cuboid.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Cuboid.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":1024,\"name\":\"halfExtents\",\"url\":\"classes/Cuboid.html#halfExtents\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Cuboid.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Cuboid.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Cuboid.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Cuboid.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Cuboid.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Cuboid.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Cuboid.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Cuboid.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Cuboid.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":128,\"name\":\"RoundCuboid\",\"url\":\"classes/RoundCuboid.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundCuboid.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundCuboid.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundCuboid.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":1024,\"name\":\"halfExtents\",\"url\":\"classes/RoundCuboid.html#halfExtents\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundCuboid.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundCuboid.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundCuboid.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundCuboid.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundCuboid.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundCuboid.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundCuboid.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundCuboid.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundCuboid.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundCuboid.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":128,\"name\":\"Capsule\",\"url\":\"classes/Capsule.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Capsule.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Capsule.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Capsule.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/Capsule.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":1024,\"name\":\"halfHeight\",\"url\":\"classes/Capsule.html#halfHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Capsule.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Capsule.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Capsule.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Capsule.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Capsule.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Capsule.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Capsule.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Capsule.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Capsule.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":128,\"name\":\"Segment\",\"url\":\"classes/Segment.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Segment.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Segment.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Segment.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/Segment.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/Segment.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Segment.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Segment.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Segment.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Segment.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Segment.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Segment.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Segment.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Segment.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Segment.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":128,\"name\":\"Triangle\",\"url\":\"classes/Triangle.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Triangle.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Triangle.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Triangle.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/Triangle.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/Triangle.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/Triangle.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Triangle.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Triangle.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Triangle.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Triangle.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Triangle.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Triangle.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Triangle.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Triangle.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Triangle.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":128,\"name\":\"RoundTriangle\",\"url\":\"classes/RoundTriangle.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundTriangle.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundTriangle.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundTriangle.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/RoundTriangle.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/RoundTriangle.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/RoundTriangle.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundTriangle.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundTriangle.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundTriangle.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundTriangle.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundTriangle.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundTriangle.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundTriangle.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundTriangle.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundTriangle.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundTriangle.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":128,\"name\":\"Polyline\",\"url\":\"classes/Polyline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Polyline.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Polyline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Polyline.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/Polyline.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":1024,\"name\":\"indices\",\"url\":\"classes/Polyline.html#indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Polyline.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Polyline.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Polyline.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Polyline.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Polyline.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Polyline.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Polyline.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Polyline.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Polyline.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":128,\"name\":\"TriMesh\",\"url\":\"classes/TriMesh.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/TriMesh.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TriMesh.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/TriMesh.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/TriMesh.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"indices\",\"url\":\"classes/TriMesh.html#indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"flags\",\"url\":\"classes/TriMesh.html#flags\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/TriMesh.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/TriMesh.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/TriMesh.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/TriMesh.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/TriMesh.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/TriMesh.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/TriMesh.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/TriMesh.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/TriMesh.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":128,\"name\":\"ConvexPolyhedron\",\"url\":\"classes/ConvexPolyhedron.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ConvexPolyhedron.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConvexPolyhedron.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/ConvexPolyhedron.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/ConvexPolyhedron.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":1024,\"name\":\"indices\",\"url\":\"classes/ConvexPolyhedron.html#indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/ConvexPolyhedron.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/ConvexPolyhedron.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/ConvexPolyhedron.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/ConvexPolyhedron.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/ConvexPolyhedron.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/ConvexPolyhedron.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/ConvexPolyhedron.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/ConvexPolyhedron.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/ConvexPolyhedron.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":128,\"name\":\"RoundConvexPolyhedron\",\"url\":\"classes/RoundConvexPolyhedron.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundConvexPolyhedron.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundConvexPolyhedron.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundConvexPolyhedron.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/RoundConvexPolyhedron.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":1024,\"name\":\"indices\",\"url\":\"classes/RoundConvexPolyhedron.html#indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundConvexPolyhedron.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundConvexPolyhedron.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundConvexPolyhedron.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundConvexPolyhedron.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundConvexPolyhedron.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundConvexPolyhedron.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundConvexPolyhedron.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundConvexPolyhedron.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundConvexPolyhedron.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundConvexPolyhedron.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":128,\"name\":\"Heightfield\",\"url\":\"classes/Heightfield.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Heightfield.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Heightfield.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Heightfield.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"nrows\",\"url\":\"classes/Heightfield.html#nrows\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"ncols\",\"url\":\"classes/Heightfield.html#ncols\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"heights\",\"url\":\"classes/Heightfield.html#heights\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/Heightfield.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"flags\",\"url\":\"classes/Heightfield.html#flags\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Heightfield.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Heightfield.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Heightfield.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Heightfield.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Heightfield.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Heightfield.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Heightfield.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Heightfield.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Heightfield.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":128,\"name\":\"Cylinder\",\"url\":\"classes/Cylinder.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Cylinder.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Cylinder.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Cylinder\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Cylinder.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cylinder\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/Cylinder.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cylinder\"},{\"kind\":1024,\"name\":\"halfHeight\",\"url\":\"classes/Cylinder.html#halfHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Cylinder.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Cylinder.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Cylinder.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Cylinder.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Cylinder.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Cylinder.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Cylinder.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Cylinder.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Cylinder.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":128,\"name\":\"RoundCylinder\",\"url\":\"classes/RoundCylinder.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundCylinder.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundCylinder.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundCylinder\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundCylinder.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCylinder\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/RoundCylinder.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCylinder\"},{\"kind\":1024,\"name\":\"halfHeight\",\"url\":\"classes/RoundCylinder.html#halfHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCylinder\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundCylinder.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundCylinder.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundCylinder.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundCylinder.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundCylinder.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundCylinder.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundCylinder.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundCylinder.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundCylinder.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundCylinder.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":128,\"name\":\"Cone\",\"url\":\"classes/Cone.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Cone.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Cone.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Cone\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Cone.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cone\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/Cone.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cone\"},{\"kind\":1024,\"name\":\"halfHeight\",\"url\":\"classes/Cone.html#halfHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Cone.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Cone.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Cone.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Cone.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Cone.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Cone.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Cone.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Cone.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Cone.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":128,\"name\":\"RoundCone\",\"url\":\"classes/RoundCone.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundCone.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundCone.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundCone\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundCone.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCone\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/RoundCone.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCone\"},{\"kind\":1024,\"name\":\"halfHeight\",\"url\":\"classes/RoundCone.html#halfHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCone\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundCone.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundCone.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundCone.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundCone.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundCone.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundCone.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundCone.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundCone.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundCone.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundCone.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":8,\"name\":\"ActiveCollisionTypes\",\"url\":\"enums/ActiveCollisionTypes.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"DYNAMIC_DYNAMIC\",\"url\":\"enums/ActiveCollisionTypes.html#DYNAMIC_DYNAMIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"DYNAMIC_KINEMATIC\",\"url\":\"enums/ActiveCollisionTypes.html#DYNAMIC_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"DYNAMIC_FIXED\",\"url\":\"enums/ActiveCollisionTypes.html#DYNAMIC_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"KINEMATIC_KINEMATIC\",\"url\":\"enums/ActiveCollisionTypes.html#KINEMATIC_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"KINEMATIC_FIXED\",\"url\":\"enums/ActiveCollisionTypes.html#KINEMATIC_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"FIXED_FIXED\",\"url\":\"enums/ActiveCollisionTypes.html#FIXED_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"DEFAULT\",\"url\":\"enums/ActiveCollisionTypes.html#DEFAULT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"ALL\",\"url\":\"enums/ActiveCollisionTypes.html#ALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":4194304,\"name\":\"ColliderHandle\",\"url\":\"types/ColliderHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"Collider\",\"url\":\"classes/Collider.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Collider.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"colliderSet\",\"url\":\"classes/Collider.html#colliderSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/Collider.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"_shape\",\"url\":\"classes/Collider.html#_shape\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"_parent\",\"url\":\"classes/Collider.html#_parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/Collider.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"ensureShapeIsCached\",\"url\":\"classes/Collider.html#ensureShapeIsCached\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":262144,\"name\":\"shape\",\"url\":\"classes/Collider.html#shape\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/Collider.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"translation\",\"url\":\"classes/Collider.html#translation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"rotation\",\"url\":\"classes/Collider.html#rotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"isSensor\",\"url\":\"classes/Collider.html#isSensor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setSensor\",\"url\":\"classes/Collider.html#setSensor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setShape\",\"url\":\"classes/Collider.html#setShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/Collider.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"isEnabled\",\"url\":\"classes/Collider.html#isEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRestitution\",\"url\":\"classes/Collider.html#setRestitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setFriction\",\"url\":\"classes/Collider.html#setFriction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"frictionCombineRule\",\"url\":\"classes/Collider.html#frictionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setFrictionCombineRule\",\"url\":\"classes/Collider.html#setFrictionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"restitutionCombineRule\",\"url\":\"classes/Collider.html#restitutionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRestitutionCombineRule\",\"url\":\"classes/Collider.html#setRestitutionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setCollisionGroups\",\"url\":\"classes/Collider.html#setCollisionGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setSolverGroups\",\"url\":\"classes/Collider.html#setSolverGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactSkin\",\"url\":\"classes/Collider.html#contactSkin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setContactSkin\",\"url\":\"classes/Collider.html#setContactSkin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"activeHooks\",\"url\":\"classes/Collider.html#activeHooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setActiveHooks\",\"url\":\"classes/Collider.html#setActiveHooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"activeEvents\",\"url\":\"classes/Collider.html#activeEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setActiveEvents\",\"url\":\"classes/Collider.html#setActiveEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"activeCollisionTypes\",\"url\":\"classes/Collider.html#activeCollisionTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setContactForceEventThreshold\",\"url\":\"classes/Collider.html#setContactForceEventThreshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactForceEventThreshold\",\"url\":\"classes/Collider.html#contactForceEventThreshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setActiveCollisionTypes\",\"url\":\"classes/Collider.html#setActiveCollisionTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setDensity\",\"url\":\"classes/Collider.html#setDensity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setMass\",\"url\":\"classes/Collider.html#setMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setMassProperties\",\"url\":\"classes/Collider.html#setMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/Collider.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setTranslationWrtParent\",\"url\":\"classes/Collider.html#setTranslationWrtParent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/Collider.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRotationWrtParent\",\"url\":\"classes/Collider.html#setRotationWrtParent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"shapeType\",\"url\":\"classes/Collider.html#shapeType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"halfExtents\",\"url\":\"classes/Collider.html#halfExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setHalfExtents\",\"url\":\"classes/Collider.html#setHalfExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"radius\",\"url\":\"classes/Collider.html#radius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRadius\",\"url\":\"classes/Collider.html#setRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"roundRadius\",\"url\":\"classes/Collider.html#roundRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRoundRadius\",\"url\":\"classes/Collider.html#setRoundRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"halfHeight\",\"url\":\"classes/Collider.html#halfHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setHalfHeight\",\"url\":\"classes/Collider.html#setHalfHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"vertices\",\"url\":\"classes/Collider.html#vertices\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"indices\",\"url\":\"classes/Collider.html#indices\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"heightfieldHeights\",\"url\":\"classes/Collider.html#heightfieldHeights\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"heightfieldScale\",\"url\":\"classes/Collider.html#heightfieldScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"heightfieldNRows\",\"url\":\"classes/Collider.html#heightfieldNRows\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"heightfieldNCols\",\"url\":\"classes/Collider.html#heightfieldNCols\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"parent\",\"url\":\"classes/Collider.html#parent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"friction\",\"url\":\"classes/Collider.html#friction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"restitution\",\"url\":\"classes/Collider.html#restitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"density\",\"url\":\"classes/Collider.html#density\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"mass\",\"url\":\"classes/Collider.html#mass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"volume\",\"url\":\"classes/Collider.html#volume\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"collisionGroups\",\"url\":\"classes/Collider.html#collisionGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"solverGroups\",\"url\":\"classes/Collider.html#solverGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Collider.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Collider.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Collider.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Collider.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castCollider\",\"url\":\"classes/Collider.html#castCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Collider.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Collider.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactCollider\",\"url\":\"classes/Collider.html#contactCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Collider.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Collider.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":8,\"name\":\"MassPropsMode\",\"url\":\"enums/MassPropsMode.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Density\",\"url\":\"enums/MassPropsMode.html#Density\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MassPropsMode\"},{\"kind\":16,\"name\":\"Mass\",\"url\":\"enums/MassPropsMode.html#Mass\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MassPropsMode\"},{\"kind\":16,\"name\":\"MassProps\",\"url\":\"enums/MassPropsMode.html#MassProps\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MassPropsMode\"},{\"kind\":128,\"name\":\"ColliderDesc\",\"url\":\"classes/ColliderDesc.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"ball\",\"url\":\"classes/ColliderDesc.html#ball\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"capsule\",\"url\":\"classes/ColliderDesc.html#capsule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"segment\",\"url\":\"classes/ColliderDesc.html#segment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"triangle\",\"url\":\"classes/ColliderDesc.html#triangle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundTriangle\",\"url\":\"classes/ColliderDesc.html#roundTriangle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"polyline\",\"url\":\"classes/ColliderDesc.html#polyline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"trimesh\",\"url\":\"classes/ColliderDesc.html#trimesh\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"cuboid\",\"url\":\"classes/ColliderDesc.html#cuboid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundCuboid\",\"url\":\"classes/ColliderDesc.html#roundCuboid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"heightfield\",\"url\":\"classes/ColliderDesc.html#heightfield\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"cylinder\",\"url\":\"classes/ColliderDesc.html#cylinder\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundCylinder\",\"url\":\"classes/ColliderDesc.html#roundCylinder\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"cone\",\"url\":\"classes/ColliderDesc.html#cone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundCone\",\"url\":\"classes/ColliderDesc.html#roundCone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"convexHull\",\"url\":\"classes/ColliderDesc.html#convexHull\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"convexMesh\",\"url\":\"classes/ColliderDesc.html#convexMesh\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundConvexHull\",\"url\":\"classes/ColliderDesc.html#roundConvexHull\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundConvexMesh\",\"url\":\"classes/ColliderDesc.html#roundConvexMesh\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColliderDesc.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"enabled\",\"url\":\"classes/ColliderDesc.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"shape\",\"url\":\"classes/ColliderDesc.html#shape\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"massPropsMode\",\"url\":\"classes/ColliderDesc.html#massPropsMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"mass\",\"url\":\"classes/ColliderDesc.html#mass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"centerOfMass\",\"url\":\"classes/ColliderDesc.html#centerOfMass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"principalAngularInertia\",\"url\":\"classes/ColliderDesc.html#principalAngularInertia\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"angularInertiaLocalFrame\",\"url\":\"classes/ColliderDesc.html#angularInertiaLocalFrame\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"density\",\"url\":\"classes/ColliderDesc.html#density\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"friction\",\"url\":\"classes/ColliderDesc.html#friction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"restitution\",\"url\":\"classes/ColliderDesc.html#restitution\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"rotation\",\"url\":\"classes/ColliderDesc.html#rotation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"translation\",\"url\":\"classes/ColliderDesc.html#translation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"isSensor\",\"url\":\"classes/ColliderDesc.html#isSensor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"collisionGroups\",\"url\":\"classes/ColliderDesc.html#collisionGroups\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"solverGroups\",\"url\":\"classes/ColliderDesc.html#solverGroups\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"frictionCombineRule\",\"url\":\"classes/ColliderDesc.html#frictionCombineRule\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"restitutionCombineRule\",\"url\":\"classes/ColliderDesc.html#restitutionCombineRule\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"activeEvents\",\"url\":\"classes/ColliderDesc.html#activeEvents\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"activeHooks\",\"url\":\"classes/ColliderDesc.html#activeHooks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"activeCollisionTypes\",\"url\":\"classes/ColliderDesc.html#activeCollisionTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"contactForceEventThreshold\",\"url\":\"classes/ColliderDesc.html#contactForceEventThreshold\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"contactSkin\",\"url\":\"classes/ColliderDesc.html#contactSkin\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/ColliderDesc.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/ColliderDesc.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setSensor\",\"url\":\"classes/ColliderDesc.html#setSensor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/ColliderDesc.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setContactSkin\",\"url\":\"classes/ColliderDesc.html#setContactSkin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setDensity\",\"url\":\"classes/ColliderDesc.html#setDensity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setMass\",\"url\":\"classes/ColliderDesc.html#setMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setMassProperties\",\"url\":\"classes/ColliderDesc.html#setMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setRestitution\",\"url\":\"classes/ColliderDesc.html#setRestitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setFriction\",\"url\":\"classes/ColliderDesc.html#setFriction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setFrictionCombineRule\",\"url\":\"classes/ColliderDesc.html#setFrictionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setRestitutionCombineRule\",\"url\":\"classes/ColliderDesc.html#setRestitutionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setCollisionGroups\",\"url\":\"classes/ColliderDesc.html#setCollisionGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setSolverGroups\",\"url\":\"classes/ColliderDesc.html#setSolverGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setActiveHooks\",\"url\":\"classes/ColliderDesc.html#setActiveHooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setActiveEvents\",\"url\":\"classes/ColliderDesc.html#setActiveEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setActiveCollisionTypes\",\"url\":\"classes/ColliderDesc.html#setActiveCollisionTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setContactForceEventThreshold\",\"url\":\"classes/ColliderDesc.html#setContactForceEventThreshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":128,\"name\":\"ColliderSet\",\"url\":\"classes/ColliderSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColliderSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/ColliderSet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/ColliderSet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/ColliderSet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"castClosure\",\"url\":\"classes/ColliderSet.html#castClosure\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/ColliderSet.html#castClosure.castClosure-1.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"ColliderSet.castClosure.castClosure\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/ColliderSet.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"createCollider\",\"url\":\"classes/ColliderSet.html#createCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/ColliderSet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"unmap\",\"url\":\"classes/ColliderSet.html#unmap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/ColliderSet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/ColliderSet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/ColliderSet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/ColliderSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/ColliderSet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":8,\"name\":\"FeatureType\",\"url\":\"enums/FeatureType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Vertex\",\"url\":\"enums/FeatureType.html#Vertex\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":16,\"name\":\"Edge\",\"url\":\"enums/FeatureType.html#Edge\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":16,\"name\":\"Face\",\"url\":\"enums/FeatureType.html#Face\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":16,\"name\":\"Unknown\",\"url\":\"enums/FeatureType.html#Unknown\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":128,\"name\":\"Ray\",\"url\":\"classes/Ray.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Ray.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":1024,\"name\":\"origin\",\"url\":\"classes/Ray.html#origin\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":1024,\"name\":\"dir\",\"url\":\"classes/Ray.html#dir\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":2048,\"name\":\"pointAt\",\"url\":\"classes/Ray.html#pointAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":128,\"name\":\"RayIntersection\",\"url\":\"classes/RayIntersection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RayIntersection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RayIntersection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"timeOfImpact\",\"url\":\"classes/RayIntersection.html#timeOfImpact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"normal\",\"url\":\"classes/RayIntersection.html#normal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"featureType\",\"url\":\"classes/RayIntersection.html#featureType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"featureId\",\"url\":\"classes/RayIntersection.html#featureId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":128,\"name\":\"RayColliderIntersection\",\"url\":\"classes/RayColliderIntersection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RayColliderIntersection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RayColliderIntersection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/RayColliderIntersection.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"timeOfImpact\",\"url\":\"classes/RayColliderIntersection.html#timeOfImpact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"normal\",\"url\":\"classes/RayColliderIntersection.html#normal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"featureType\",\"url\":\"classes/RayColliderIntersection.html#featureType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"featureId\",\"url\":\"classes/RayColliderIntersection.html#featureId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":128,\"name\":\"RayColliderHit\",\"url\":\"classes/RayColliderHit.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RayColliderHit.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RayColliderHit.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/RayColliderHit.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":1024,\"name\":\"timeOfImpact\",\"url\":\"classes/RayColliderHit.html#timeOfImpact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":128,\"name\":\"PointProjection\",\"url\":\"classes/PointProjection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/PointProjection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PointProjection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":1024,\"name\":\"point\",\"url\":\"classes/PointProjection.html#point\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":1024,\"name\":\"isInside\",\"url\":\"classes/PointProjection.html#isInside\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":128,\"name\":\"PointColliderProjection\",\"url\":\"classes/PointColliderProjection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/PointColliderProjection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PointColliderProjection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/PointColliderProjection.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"point\",\"url\":\"classes/PointColliderProjection.html#point\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"isInside\",\"url\":\"classes/PointColliderProjection.html#isInside\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"featureType\",\"url\":\"classes/PointColliderProjection.html#featureType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"featureId\",\"url\":\"classes/PointColliderProjection.html#featureId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":128,\"name\":\"ShapeCastHit\",\"url\":\"classes/ShapeCastHit.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ShapeCastHit.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ShapeCastHit.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"time_of_impact\",\"url\":\"classes/ShapeCastHit.html#time_of_impact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"witness1\",\"url\":\"classes/ShapeCastHit.html#witness1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"witness2\",\"url\":\"classes/ShapeCastHit.html#witness2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/ShapeCastHit.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/ShapeCastHit.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":128,\"name\":\"ColliderShapeCastHit\",\"url\":\"classes/ColliderShapeCastHit.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ColliderShapeCastHit.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColliderShapeCastHit.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/ColliderShapeCastHit.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"time_of_impact\",\"url\":\"classes/ColliderShapeCastHit.html#time_of_impact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"witness1\",\"url\":\"classes/ColliderShapeCastHit.html#witness1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"witness2\",\"url\":\"classes/ColliderShapeCastHit.html#witness2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/ColliderShapeCastHit.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/ColliderShapeCastHit.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":4194304,\"name\":\"InteractionGroups\",\"url\":\"types/InteractionGroups.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"ShapeContact\",\"url\":\"classes/ShapeContact.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ShapeContact.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ShapeContact.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"distance\",\"url\":\"classes/ShapeContact.html#distance\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"point1\",\"url\":\"classes/ShapeContact.html#point1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"point2\",\"url\":\"classes/ShapeContact.html#point2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/ShapeContact.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/ShapeContact.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":128,\"name\":\"World\",\"url\":\"classes/World.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/World.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"restoreSnapshot\",\"url\":\"classes/World.html#restoreSnapshot\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/World.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"gravity\",\"url\":\"classes/World.html#gravity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"integrationParameters\",\"url\":\"classes/World.html#integrationParameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"islands\",\"url\":\"classes/World.html#islands\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"broadPhase\",\"url\":\"classes/World.html#broadPhase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"narrowPhase\",\"url\":\"classes/World.html#narrowPhase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"bodies\",\"url\":\"classes/World.html#bodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"colliders\",\"url\":\"classes/World.html#colliders\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"impulseJoints\",\"url\":\"classes/World.html#impulseJoints\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"multibodyJoints\",\"url\":\"classes/World.html#multibodyJoints\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"ccdSolver\",\"url\":\"classes/World.html#ccdSolver\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"queryPipeline\",\"url\":\"classes/World.html#queryPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"physicsPipeline\",\"url\":\"classes/World.html#physicsPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"serializationPipeline\",\"url\":\"classes/World.html#serializationPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"debugRenderPipeline\",\"url\":\"classes/World.html#debugRenderPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"characterControllers\",\"url\":\"classes/World.html#characterControllers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"vehicleControllers\",\"url\":\"classes/World.html#vehicleControllers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/World.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"takeSnapshot\",\"url\":\"classes/World.html#takeSnapshot\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"debugRender\",\"url\":\"classes/World.html#debugRender\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"step\",\"url\":\"classes/World.html#step\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"propagateModifiedBodyPositionsToColliders\",\"url\":\"classes/World.html#propagateModifiedBodyPositionsToColliders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"updateSceneQueries\",\"url\":\"classes/World.html#updateSceneQueries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"timestep\",\"url\":\"classes/World.html#timestep\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"lengthUnit\",\"url\":\"classes/World.html#lengthUnit\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"numSolverIterations\",\"url\":\"classes/World.html#numSolverIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"numAdditionalFrictionIterations\",\"url\":\"classes/World.html#numAdditionalFrictionIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"numInternalPgsIterations\",\"url\":\"classes/World.html#numInternalPgsIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"switchToStandardPgsSolver\",\"url\":\"classes/World.html#switchToStandardPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolver\",\"url\":\"classes/World.html#switchToSmallStepsPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolverWithoutWarmstart\",\"url\":\"classes/World.html#switchToSmallStepsPgsSolverWithoutWarmstart\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createRigidBody\",\"url\":\"classes/World.html#createRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createCharacterController\",\"url\":\"classes/World.html#createCharacterController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeCharacterController\",\"url\":\"classes/World.html#removeCharacterController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createVehicleController\",\"url\":\"classes/World.html#createVehicleController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeVehicleController\",\"url\":\"classes/World.html#removeVehicleController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createCollider\",\"url\":\"classes/World.html#createCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createImpulseJoint\",\"url\":\"classes/World.html#createImpulseJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createMultibodyJoint\",\"url\":\"classes/World.html#createMultibodyJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getRigidBody\",\"url\":\"classes/World.html#getRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getCollider\",\"url\":\"classes/World.html#getCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getImpulseJoint\",\"url\":\"classes/World.html#getImpulseJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getMultibodyJoint\",\"url\":\"classes/World.html#getMultibodyJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeRigidBody\",\"url\":\"classes/World.html#removeRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeCollider\",\"url\":\"classes/World.html#removeCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeImpulseJoint\",\"url\":\"classes/World.html#removeImpulseJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeMultibodyJoint\",\"url\":\"classes/World.html#removeMultibodyJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"forEachCollider\",\"url\":\"classes/World.html#forEachCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"forEachRigidBody\",\"url\":\"classes/World.html#forEachRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"forEachActiveRigidBody\",\"url\":\"classes/World.html#forEachActiveRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/World.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/World.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionsWithRay\",\"url\":\"classes/World.html#intersectionsWithRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionWithShape\",\"url\":\"classes/World.html#intersectionWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/World.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"projectPointAndGetFeature\",\"url\":\"classes/World.html#projectPointAndGetFeature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionsWithPoint\",\"url\":\"classes/World.html#intersectionsWithPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/World.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionsWithShape\",\"url\":\"classes/World.html#intersectionsWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"collidersWithAabbIntersectingAabb\",\"url\":\"classes/World.html#collidersWithAabbIntersectingAabb\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"contactPairsWith\",\"url\":\"classes/World.html#contactPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionPairsWith\",\"url\":\"classes/World.html#intersectionPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"contactPair\",\"url\":\"classes/World.html#contactPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionPair\",\"url\":\"classes/World.html#intersectionPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":128,\"name\":\"PhysicsPipeline\",\"url\":\"classes/PhysicsPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PhysicsPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/PhysicsPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/PhysicsPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":2048,\"name\":\"step\",\"url\":\"classes/PhysicsPipeline.html#step\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":128,\"name\":\"SerializationPipeline\",\"url\":\"classes/SerializationPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SerializationPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/SerializationPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/SerializationPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":2048,\"name\":\"serializeAll\",\"url\":\"classes/SerializationPipeline.html#serializeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":2048,\"name\":\"deserializeAll\",\"url\":\"classes/SerializationPipeline.html#deserializeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":8,\"name\":\"ActiveEvents\",\"url\":\"enums/ActiveEvents.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/ActiveEvents.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveEvents\"},{\"kind\":16,\"name\":\"COLLISION_EVENTS\",\"url\":\"enums/ActiveEvents.html#COLLISION_EVENTS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveEvents\"},{\"kind\":16,\"name\":\"CONTACT_FORCE_EVENTS\",\"url\":\"enums/ActiveEvents.html#CONTACT_FORCE_EVENTS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveEvents\"},{\"kind\":128,\"name\":\"TempContactForceEvent\",\"url\":\"classes/TempContactForceEvent.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TempContactForceEvent.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/TempContactForceEvent.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/TempContactForceEvent.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"collider1\",\"url\":\"classes/TempContactForceEvent.html#collider1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"collider2\",\"url\":\"classes/TempContactForceEvent.html#collider2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"totalForce\",\"url\":\"classes/TempContactForceEvent.html#totalForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"totalForceMagnitude\",\"url\":\"classes/TempContactForceEvent.html#totalForceMagnitude\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"maxForceDirection\",\"url\":\"classes/TempContactForceEvent.html#maxForceDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"maxForceMagnitude\",\"url\":\"classes/TempContactForceEvent.html#maxForceMagnitude\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":128,\"name\":\"EventQueue\",\"url\":\"classes/EventQueue.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EventQueue.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/EventQueue.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/EventQueue.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"drainCollisionEvents\",\"url\":\"classes/EventQueue.html#drainCollisionEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"drainContactForceEvents\",\"url\":\"classes/EventQueue.html#drainContactForceEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/EventQueue.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":8,\"name\":\"ActiveHooks\",\"url\":\"enums/ActiveHooks.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/ActiveHooks.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveHooks\"},{\"kind\":16,\"name\":\"FILTER_CONTACT_PAIRS\",\"url\":\"enums/ActiveHooks.html#FILTER_CONTACT_PAIRS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveHooks\"},{\"kind\":16,\"name\":\"FILTER_INTERSECTION_PAIRS\",\"url\":\"enums/ActiveHooks.html#FILTER_INTERSECTION_PAIRS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveHooks\"},{\"kind\":8,\"name\":\"SolverFlags\",\"url\":\"enums/SolverFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"EMPTY\",\"url\":\"enums/SolverFlags.html#EMPTY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SolverFlags\"},{\"kind\":16,\"name\":\"COMPUTE_IMPULSE\",\"url\":\"enums/SolverFlags.html#COMPUTE_IMPULSE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SolverFlags\"},{\"kind\":256,\"name\":\"PhysicsHooks\",\"url\":\"interfaces/PhysicsHooks.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"filterContactPair\",\"url\":\"interfaces/PhysicsHooks.html#filterContactPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PhysicsHooks\"},{\"kind\":2048,\"name\":\"filterIntersectionPair\",\"url\":\"interfaces/PhysicsHooks.html#filterIntersectionPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PhysicsHooks\"},{\"kind\":128,\"name\":\"DebugRenderBuffers\",\"url\":\"classes/DebugRenderBuffers.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DebugRenderBuffers.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DebugRenderBuffers\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/DebugRenderBuffers.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderBuffers\"},{\"kind\":1024,\"name\":\"colors\",\"url\":\"classes/DebugRenderBuffers.html#colors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderBuffers\"},{\"kind\":128,\"name\":\"DebugRenderPipeline\",\"url\":\"classes/DebugRenderPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DebugRenderPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/DebugRenderPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/DebugRenderPipeline.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":1024,\"name\":\"colors\",\"url\":\"classes/DebugRenderPipeline.html#colors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/DebugRenderPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/DebugRenderPipeline.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":8,\"name\":\"QueryFilterFlags\",\"url\":\"enums/QueryFilterFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"EXCLUDE_FIXED\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_KINEMATIC\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_DYNAMIC\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_DYNAMIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_SENSORS\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_SENSORS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_SOLIDS\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_SOLIDS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"ONLY_DYNAMIC\",\"url\":\"enums/QueryFilterFlags.html#ONLY_DYNAMIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"ONLY_KINEMATIC\",\"url\":\"enums/QueryFilterFlags.html#ONLY_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"ONLY_FIXED\",\"url\":\"enums/QueryFilterFlags.html#ONLY_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":128,\"name\":\"QueryPipeline\",\"url\":\"classes/QueryPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/QueryPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/QueryPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/QueryPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"update\",\"url\":\"classes/QueryPipeline.html#update\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/QueryPipeline.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/QueryPipeline.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionsWithRay\",\"url\":\"classes/QueryPipeline.html#intersectionsWithRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionWithShape\",\"url\":\"classes/QueryPipeline.html#intersectionWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/QueryPipeline.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"projectPointAndGetFeature\",\"url\":\"classes/QueryPipeline.html#projectPointAndGetFeature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionsWithPoint\",\"url\":\"classes/QueryPipeline.html#intersectionsWithPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/QueryPipeline.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionsWithShape\",\"url\":\"classes/QueryPipeline.html#intersectionsWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"collidersWithAabbIntersectingAabb\",\"url\":\"classes/QueryPipeline.html#collidersWithAabbIntersectingAabb\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":128,\"name\":\"CharacterCollision\",\"url\":\"classes/CharacterCollision.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CharacterCollision.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/CharacterCollision.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"translationDeltaApplied\",\"url\":\"classes/CharacterCollision.html#translationDeltaApplied\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"translationDeltaRemaining\",\"url\":\"classes/CharacterCollision.html#translationDeltaRemaining\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"toi\",\"url\":\"classes/CharacterCollision.html#toi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"witness1\",\"url\":\"classes/CharacterCollision.html#witness1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"witness2\",\"url\":\"classes/CharacterCollision.html#witness2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/CharacterCollision.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/CharacterCollision.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":128,\"name\":\"KinematicCharacterController\",\"url\":\"classes/KinematicCharacterController.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/KinematicCharacterController.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/KinematicCharacterController.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"rawCharacterCollision\",\"url\":\"classes/KinematicCharacterController.html#rawCharacterCollision\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"classes/KinematicCharacterController.html#params\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"bodies\",\"url\":\"classes/KinematicCharacterController.html#bodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"colliders\",\"url\":\"classes/KinematicCharacterController.html#colliders\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"queries\",\"url\":\"classes/KinematicCharacterController.html#queries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"_applyImpulsesToDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#_applyImpulsesToDynamicBodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"_characterMass\",\"url\":\"classes/KinematicCharacterController.html#_characterMass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/KinematicCharacterController.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"up\",\"url\":\"classes/KinematicCharacterController.html#up\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setUp\",\"url\":\"classes/KinematicCharacterController.html#setUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"applyImpulsesToDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#applyImpulsesToDynamicBodies\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setApplyImpulsesToDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#setApplyImpulsesToDynamicBodies\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"characterMass\",\"url\":\"classes/KinematicCharacterController.html#characterMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setCharacterMass\",\"url\":\"classes/KinematicCharacterController.html#setCharacterMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"offset\",\"url\":\"classes/KinematicCharacterController.html#offset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setOffset\",\"url\":\"classes/KinematicCharacterController.html#setOffset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"normalNudgeFactor\",\"url\":\"classes/KinematicCharacterController.html#normalNudgeFactor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setNormalNudgeFactor\",\"url\":\"classes/KinematicCharacterController.html#setNormalNudgeFactor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"slideEnabled\",\"url\":\"classes/KinematicCharacterController.html#slideEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setSlideEnabled\",\"url\":\"classes/KinematicCharacterController.html#setSlideEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepMaxHeight\",\"url\":\"classes/KinematicCharacterController.html#autostepMaxHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepMinWidth\",\"url\":\"classes/KinematicCharacterController.html#autostepMinWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepIncludesDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#autostepIncludesDynamicBodies\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepEnabled\",\"url\":\"classes/KinematicCharacterController.html#autostepEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"enableAutostep\",\"url\":\"classes/KinematicCharacterController.html#enableAutostep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"disableAutostep\",\"url\":\"classes/KinematicCharacterController.html#disableAutostep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"maxSlopeClimbAngle\",\"url\":\"classes/KinematicCharacterController.html#maxSlopeClimbAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setMaxSlopeClimbAngle\",\"url\":\"classes/KinematicCharacterController.html#setMaxSlopeClimbAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"minSlopeSlideAngle\",\"url\":\"classes/KinematicCharacterController.html#minSlopeSlideAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setMinSlopeSlideAngle\",\"url\":\"classes/KinematicCharacterController.html#setMinSlopeSlideAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"snapToGroundDistance\",\"url\":\"classes/KinematicCharacterController.html#snapToGroundDistance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"enableSnapToGround\",\"url\":\"classes/KinematicCharacterController.html#enableSnapToGround\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"disableSnapToGround\",\"url\":\"classes/KinematicCharacterController.html#disableSnapToGround\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"snapToGroundEnabled\",\"url\":\"classes/KinematicCharacterController.html#snapToGroundEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computeColliderMovement\",\"url\":\"classes/KinematicCharacterController.html#computeColliderMovement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computedMovement\",\"url\":\"classes/KinematicCharacterController.html#computedMovement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computedGrounded\",\"url\":\"classes/KinematicCharacterController.html#computedGrounded\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"numComputedCollisions\",\"url\":\"classes/KinematicCharacterController.html#numComputedCollisions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computedCollision\",\"url\":\"classes/KinematicCharacterController.html#computedCollision\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":128,\"name\":\"DynamicRayCastVehicleController\",\"url\":\"classes/DynamicRayCastVehicleController.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DynamicRayCastVehicleController.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/DynamicRayCastVehicleController.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":1024,\"name\":\"bodies\",\"url\":\"classes/DynamicRayCastVehicleController.html#bodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":1024,\"name\":\"colliders\",\"url\":\"classes/DynamicRayCastVehicleController.html#colliders\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":1024,\"name\":\"queries\",\"url\":\"classes/DynamicRayCastVehicleController.html#queries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":1024,\"name\":\"_chassis\",\"url\":\"classes/DynamicRayCastVehicleController.html#_chassis\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/DynamicRayCastVehicleController.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"updateVehicle\",\"url\":\"classes/DynamicRayCastVehicleController.html#updateVehicle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"currentVehicleSpeed\",\"url\":\"classes/DynamicRayCastVehicleController.html#currentVehicleSpeed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"chassis\",\"url\":\"classes/DynamicRayCastVehicleController.html#chassis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":262144,\"name\":\"indexUpAxis\",\"url\":\"classes/DynamicRayCastVehicleController.html#indexUpAxis\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":262144,\"name\":\"indexForwardAxis\",\"url\":\"classes/DynamicRayCastVehicleController.html#indexForwardAxis\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":262144,\"name\":\"setIndexForwardAxis\",\"url\":\"classes/DynamicRayCastVehicleController.html#setIndexForwardAxis\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"addWheel\",\"url\":\"classes/DynamicRayCastVehicleController.html#addWheel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"numWheels\",\"url\":\"classes/DynamicRayCastVehicleController.html#numWheels\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelChassisConnectionPointCs\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelChassisConnectionPointCs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelChassisConnectionPointCs\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelChassisConnectionPointCs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSuspensionRestLength\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSuspensionRestLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelSuspensionRestLength\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelSuspensionRestLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelMaxSuspensionTravel\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelMaxSuspensionTravel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelMaxSuspensionTravel\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelMaxSuspensionTravel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelRadius\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelRadius\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSuspensionStiffness\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSuspensionStiffness\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelSuspensionStiffness\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelSuspensionStiffness\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSuspensionCompression\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSuspensionCompression\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelSuspensionCompression\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelSuspensionCompression\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSuspensionRelaxation\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSuspensionRelaxation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelSuspensionRelaxation\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelSuspensionRelaxation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelMaxSuspensionForce\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelMaxSuspensionForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelMaxSuspensionForce\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelMaxSuspensionForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelBrake\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelBrake\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelBrake\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelBrake\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSteering\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSteering\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelSteering\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelSteering\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelEngineForce\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelEngineForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelEngineForce\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelEngineForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelDirectionCs\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelDirectionCs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelDirectionCs\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelDirectionCs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelAxleCs\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelAxleCs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelAxleCs\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelAxleCs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelFrictionSlip\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelFrictionSlip\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelFrictionSlip\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelFrictionSlip\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSideFrictionStiffness\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSideFrictionStiffness\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelSideFrictionStiffness\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelSideFrictionStiffness\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelRotation\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelForwardImpulse\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelForwardImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSideImpulse\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSideImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSuspensionForce\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSuspensionForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelContactNormal\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelContactNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelContactPoint\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelContactPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSuspensionLength\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSuspensionLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelHardPoint\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelHardPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelIsInContact\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelIsInContact\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelGroundObject\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelGroundObject\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":4,\"name\":\"default\",\"url\":\"modules/default.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":8388608,\"name\":\"version\",\"url\":\"modules/default.html#version\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Vector\",\"url\":\"modules/default.html#Vector\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Vector3\",\"url\":\"modules/default.html#Vector3\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"VectorOps\",\"url\":\"modules/default.html#VectorOps\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Rotation\",\"url\":\"modules/default.html#Rotation\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Quaternion\",\"url\":\"modules/default.html#Quaternion\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RotationOps\",\"url\":\"modules/default.html#RotationOps\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SdpMatrix3\",\"url\":\"modules/default.html#SdpMatrix3\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SdpMatrix3Ops\",\"url\":\"modules/default.html#SdpMatrix3Ops\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodyHandle\",\"url\":\"modules/default.html#RigidBodyHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodyType\",\"url\":\"modules/default.html#RigidBodyType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBody\",\"url\":\"modules/default.html#RigidBody\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodyDesc\",\"url\":\"modules/default.html#RigidBodyDesc\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodySet\",\"url\":\"modules/default.html#RigidBodySet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"IntegrationParameters\",\"url\":\"modules/default.html#IntegrationParameters\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ImpulseJointHandle\",\"url\":\"modules/default.html#ImpulseJointHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"JointType\",\"url\":\"modules/default.html#JointType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MotorModel\",\"url\":\"modules/default.html#MotorModel\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"JointAxesMask\",\"url\":\"modules/default.html#JointAxesMask\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ImpulseJoint\",\"url\":\"modules/default.html#ImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"UnitImpulseJoint\",\"url\":\"modules/default.html#UnitImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"FixedImpulseJoint\",\"url\":\"modules/default.html#FixedImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RopeImpulseJoint\",\"url\":\"modules/default.html#RopeImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SpringImpulseJoint\",\"url\":\"modules/default.html#SpringImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PrismaticImpulseJoint\",\"url\":\"modules/default.html#PrismaticImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RevoluteImpulseJoint\",\"url\":\"modules/default.html#RevoluteImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"GenericImpulseJoint\",\"url\":\"modules/default.html#GenericImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SphericalImpulseJoint\",\"url\":\"modules/default.html#SphericalImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"JointData\",\"url\":\"modules/default.html#JointData\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ImpulseJointSet\",\"url\":\"modules/default.html#ImpulseJointSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MultibodyJointHandle\",\"url\":\"modules/default.html#MultibodyJointHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MultibodyJoint\",\"url\":\"modules/default.html#MultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"UnitMultibodyJoint\",\"url\":\"modules/default.html#UnitMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"FixedMultibodyJoint\",\"url\":\"modules/default.html#FixedMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PrismaticMultibodyJoint\",\"url\":\"modules/default.html#PrismaticMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RevoluteMultibodyJoint\",\"url\":\"modules/default.html#RevoluteMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SphericalMultibodyJoint\",\"url\":\"modules/default.html#SphericalMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MultibodyJointSet\",\"url\":\"modules/default.html#MultibodyJointSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"CoefficientCombineRule\",\"url\":\"modules/default.html#CoefficientCombineRule\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"CCDSolver\",\"url\":\"modules/default.html#CCDSolver\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"IslandManager\",\"url\":\"modules/default.html#IslandManager\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"BroadPhase\",\"url\":\"modules/default.html#BroadPhase\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"NarrowPhase\",\"url\":\"modules/default.html#NarrowPhase\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TempContactManifold\",\"url\":\"modules/default.html#TempContactManifold\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Shape\",\"url\":\"modules/default.html#Shape\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ShapeType\",\"url\":\"modules/default.html#ShapeType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"HeightFieldFlags\",\"url\":\"modules/default.html#HeightFieldFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TriMeshFlags\",\"url\":\"modules/default.html#TriMeshFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Ball\",\"url\":\"modules/default.html#Ball\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"HalfSpace\",\"url\":\"modules/default.html#HalfSpace\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Cuboid\",\"url\":\"modules/default.html#Cuboid\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundCuboid\",\"url\":\"modules/default.html#RoundCuboid\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Capsule\",\"url\":\"modules/default.html#Capsule\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Segment\",\"url\":\"modules/default.html#Segment\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Triangle\",\"url\":\"modules/default.html#Triangle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundTriangle\",\"url\":\"modules/default.html#RoundTriangle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Polyline\",\"url\":\"modules/default.html#Polyline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TriMesh\",\"url\":\"modules/default.html#TriMesh\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ConvexPolyhedron\",\"url\":\"modules/default.html#ConvexPolyhedron\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundConvexPolyhedron\",\"url\":\"modules/default.html#RoundConvexPolyhedron\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Heightfield\",\"url\":\"modules/default.html#Heightfield\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Cylinder\",\"url\":\"modules/default.html#Cylinder\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundCylinder\",\"url\":\"modules/default.html#RoundCylinder\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Cone\",\"url\":\"modules/default.html#Cone\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundCone\",\"url\":\"modules/default.html#RoundCone\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ActiveCollisionTypes\",\"url\":\"modules/default.html#ActiveCollisionTypes\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderHandle\",\"url\":\"modules/default.html#ColliderHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Collider\",\"url\":\"modules/default.html#Collider\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MassPropsMode\",\"url\":\"modules/default.html#MassPropsMode\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderDesc\",\"url\":\"modules/default.html#ColliderDesc\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderSet\",\"url\":\"modules/default.html#ColliderSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"FeatureType\",\"url\":\"modules/default.html#FeatureType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Ray\",\"url\":\"modules/default.html#Ray\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RayIntersection\",\"url\":\"modules/default.html#RayIntersection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RayColliderIntersection\",\"url\":\"modules/default.html#RayColliderIntersection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RayColliderHit\",\"url\":\"modules/default.html#RayColliderHit\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PointProjection\",\"url\":\"modules/default.html#PointProjection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PointColliderProjection\",\"url\":\"modules/default.html#PointColliderProjection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ShapeCastHit\",\"url\":\"modules/default.html#ShapeCastHit\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderShapeCastHit\",\"url\":\"modules/default.html#ColliderShapeCastHit\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"InteractionGroups\",\"url\":\"modules/default.html#InteractionGroups\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ShapeContact\",\"url\":\"modules/default.html#ShapeContact\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"World\",\"url\":\"modules/default.html#World\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PhysicsPipeline\",\"url\":\"modules/default.html#PhysicsPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SerializationPipeline\",\"url\":\"modules/default.html#SerializationPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ActiveEvents\",\"url\":\"modules/default.html#ActiveEvents\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TempContactForceEvent\",\"url\":\"modules/default.html#TempContactForceEvent\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"EventQueue\",\"url\":\"modules/default.html#EventQueue\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ActiveHooks\",\"url\":\"modules/default.html#ActiveHooks\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SolverFlags\",\"url\":\"modules/default.html#SolverFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PhysicsHooks\",\"url\":\"modules/default.html#PhysicsHooks\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"DebugRenderBuffers\",\"url\":\"modules/default.html#DebugRenderBuffers\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"DebugRenderPipeline\",\"url\":\"modules/default.html#DebugRenderPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"QueryFilterFlags\",\"url\":\"modules/default.html#QueryFilterFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"QueryPipeline\",\"url\":\"modules/default.html#QueryPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"CharacterCollision\",\"url\":\"modules/default.html#CharacterCollision\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"KinematicCharacterController\",\"url\":\"modules/default.html#KinematicCharacterController\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"DynamicRayCastVehicleController\",\"url\":\"modules/default.html#DynamicRayCastVehicleController\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,63.828]],[\"comment/0\",[]],[\"name/1\",[1,63.828]],[\"comment/1\",[]],[\"name/2\",[2,55.944]],[\"comment/2\",[]],[\"name/3\",[3,55.944]],[\"comment/3\",[]],[\"name/4\",[4,55.944]],[\"comment/4\",[]],[\"name/5\",[5,63.828]],[\"comment/5\",[]],[\"name/6\",[6,29.883]],[\"comment/6\",[]],[\"name/7\",[2,55.944]],[\"comment/7\",[]],[\"name/8\",[3,55.944]],[\"comment/8\",[]],[\"name/9\",[4,55.944]],[\"comment/9\",[]],[\"name/10\",[7,63.828]],[\"comment/10\",[]],[\"name/11\",[8,68.937]],[\"comment/11\",[]],[\"name/12\",[9,42.311]],[\"comment/12\",[]],[\"name/13\",[10,68.937]],[\"comment/13\",[]],[\"name/14\",[11,38.814]],[\"comment/14\",[]],[\"name/15\",[12,63.828]],[\"comment/15\",[]],[\"name/16\",[6,29.883]],[\"comment/16\",[]],[\"name/17\",[13,54.273]],[\"comment/17\",[]],[\"name/18\",[2,55.944]],[\"comment/18\",[]],[\"name/19\",[3,55.944]],[\"comment/19\",[]],[\"name/20\",[4,55.944]],[\"comment/20\",[]],[\"name/21\",[14,63.828]],[\"comment/21\",[]],[\"name/22\",[15,63.828]],[\"comment/22\",[]],[\"name/23\",[6,29.883]],[\"comment/23\",[]],[\"name/24\",[2,55.944]],[\"comment/24\",[]],[\"name/25\",[3,55.944]],[\"comment/25\",[]],[\"name/26\",[4,55.944]],[\"comment/26\",[]],[\"name/27\",[14,63.828]],[\"comment/27\",[]],[\"name/28\",[16,63.828]],[\"comment/28\",[]],[\"name/29\",[17,68.937]],[\"comment/29\",[]],[\"name/30\",[11,38.814]],[\"comment/30\",[]],[\"name/31\",[9,42.311]],[\"comment/31\",[]],[\"name/32\",[12,63.828]],[\"comment/32\",[]],[\"name/33\",[6,29.883]],[\"comment/33\",[]],[\"name/34\",[18,63.828]],[\"comment/34\",[]],[\"name/35\",[6,29.883]],[\"comment/35\",[]],[\"name/36\",[19,68.937]],[\"comment/36\",[]],[\"name/37\",[20,68.937]],[\"comment/37\",[]],[\"name/38\",[21,68.937]],[\"comment/38\",[]],[\"name/39\",[22,68.937]],[\"comment/39\",[]],[\"name/40\",[23,68.937]],[\"comment/40\",[]],[\"name/41\",[24,68.937]],[\"comment/41\",[]],[\"name/42\",[25,68.937]],[\"comment/42\",[]],[\"name/43\",[26,68.937]],[\"comment/43\",[]],[\"name/44\",[27,68.937]],[\"comment/44\",[]],[\"name/45\",[28,68.937]],[\"comment/45\",[]],[\"name/46\",[29,63.828]],[\"comment/46\",[]],[\"name/47\",[11,38.814]],[\"comment/47\",[]],[\"name/48\",[6,29.883]],[\"comment/48\",[]],[\"name/49\",[30,63.828]],[\"comment/49\",[]],[\"name/50\",[31,63.828]],[\"comment/50\",[]],[\"name/51\",[32,63.828]],[\"comment/51\",[]],[\"name/52\",[33,57.95]],[\"comment/52\",[]],[\"name/53\",[34,63.828]],[\"comment/53\",[]],[\"name/54\",[35,63.828]],[\"comment/54\",[]],[\"name/55\",[36,63.828]],[\"comment/55\",[]],[\"name/56\",[6,29.883]],[\"comment/56\",[]],[\"name/57\",[37,44.958]],[\"comment/57\",[]],[\"name/58\",[38,57.95]],[\"comment/58\",[]],[\"name/59\",[39,44.369]],[\"comment/59\",[]],[\"name/60\",[40,63.828]],[\"comment/60\",[]],[\"name/61\",[41,46.25]],[\"comment/61\",[]],[\"name/62\",[42,44.369]],[\"comment/62\",[]],[\"name/63\",[43,63.828]],[\"comment/63\",[]],[\"name/64\",[44,63.828]],[\"comment/64\",[]],[\"name/65\",[45,68.937]],[\"comment/65\",[]],[\"name/66\",[46,63.828]],[\"comment/66\",[]],[\"name/67\",[47,68.937]],[\"comment/67\",[]],[\"name/68\",[48,63.828]],[\"comment/68\",[]],[\"name/69\",[49,63.828]],[\"comment/69\",[]],[\"name/70\",[50,63.828]],[\"comment/70\",[]],[\"name/71\",[51,63.828]],[\"comment/71\",[]],[\"name/72\",[52,63.828]],[\"comment/72\",[]],[\"name/73\",[53,68.937]],[\"comment/73\",[]],[\"name/74\",[54,63.828]],[\"comment/74\",[]],[\"name/75\",[55,63.828]],[\"comment/75\",[]],[\"name/76\",[56,57.95]],[\"comment/76\",[]],[\"name/77\",[13,54.273]],[\"comment/77\",[]],[\"name/78\",[57,68.937]],[\"comment/78\",[]],[\"name/79\",[58,68.937]],[\"comment/79\",[]],[\"name/80\",[59,57.95]],[\"comment/80\",[]],[\"name/81\",[60,63.828]],[\"comment/81\",[]],[\"name/82\",[61,63.828]],[\"comment/82\",[]],[\"name/83\",[62,63.828]],[\"comment/83\",[]],[\"name/84\",[63,57.95]],[\"comment/84\",[]],[\"name/85\",[64,63.828]],[\"comment/85\",[]],[\"name/86\",[65,68.937]],[\"comment/86\",[]],[\"name/87\",[66,68.937]],[\"comment/87\",[]],[\"name/88\",[67,63.828]],[\"comment/88\",[]],[\"name/89\",[68,63.828]],[\"comment/89\",[]],[\"name/90\",[69,55.944]],[\"comment/90\",[]],[\"name/91\",[70,68.937]],[\"comment/91\",[]],[\"name/92\",[71,68.937]],[\"comment/92\",[]],[\"name/93\",[72,68.937]],[\"comment/93\",[]],[\"name/94\",[73,68.937]],[\"comment/94\",[]],[\"name/95\",[74,68.937]],[\"comment/95\",[]],[\"name/96\",[75,68.937]],[\"comment/96\",[]],[\"name/97\",[76,68.937]],[\"comment/97\",[]],[\"name/98\",[77,68.937]],[\"comment/98\",[]],[\"name/99\",[78,68.937]],[\"comment/99\",[]],[\"name/100\",[79,68.937]],[\"comment/100\",[]],[\"name/101\",[80,68.937]],[\"comment/101\",[]],[\"name/102\",[81,68.937]],[\"comment/102\",[]],[\"name/103\",[82,68.937]],[\"comment/103\",[]],[\"name/104\",[83,51.591]],[\"comment/104\",[]],[\"name/105\",[84,57.95]],[\"comment/105\",[]],[\"name/106\",[85,63.828]],[\"comment/106\",[]],[\"name/107\",[86,68.937]],[\"comment/107\",[]],[\"name/108\",[87,68.937]],[\"comment/108\",[]],[\"name/109\",[88,68.937]],[\"comment/109\",[]],[\"name/110\",[89,68.937]],[\"comment/110\",[]],[\"name/111\",[90,68.937]],[\"comment/111\",[]],[\"name/112\",[91,68.937]],[\"comment/112\",[]],[\"name/113\",[92,68.937]],[\"comment/113\",[]],[\"name/114\",[93,63.828]],[\"comment/114\",[]],[\"name/115\",[94,63.828]],[\"comment/115\",[]],[\"name/116\",[95,63.828]],[\"comment/116\",[]],[\"name/117\",[96,68.937]],[\"comment/117\",[]],[\"name/118\",[97,63.828]],[\"comment/118\",[]],[\"name/119\",[98,63.828]],[\"comment/119\",[]],[\"name/120\",[99,63.828]],[\"comment/120\",[]],[\"name/121\",[100,68.937]],[\"comment/121\",[]],[\"name/122\",[101,68.937]],[\"comment/122\",[]],[\"name/123\",[102,68.937]],[\"comment/123\",[]],[\"name/124\",[103,68.937]],[\"comment/124\",[]],[\"name/125\",[104,68.937]],[\"comment/125\",[]],[\"name/126\",[105,68.937]],[\"comment/126\",[]],[\"name/127\",[106,68.937]],[\"comment/127\",[]],[\"name/128\",[107,68.937]],[\"comment/128\",[]],[\"name/129\",[108,63.828]],[\"comment/129\",[]],[\"name/130\",[32,63.828]],[\"comment/130\",[]],[\"name/131\",[34,63.828]],[\"comment/131\",[]],[\"name/132\",[35,63.828]],[\"comment/132\",[]],[\"name/133\",[33,57.95]],[\"comment/133\",[]],[\"name/134\",[109,68.937]],[\"comment/134\",[]],[\"name/135\",[110,68.937]],[\"comment/135\",[]],[\"name/136\",[111,68.937]],[\"comment/136\",[]],[\"name/137\",[112,68.937]],[\"comment/137\",[]],[\"name/138\",[6,29.883]],[\"comment/138\",[]],[\"name/139\",[113,63.828]],[\"comment/139\",[]],[\"name/140\",[56,57.95]],[\"comment/140\",[]],[\"name/141\",[13,54.273]],[\"comment/141\",[]],[\"name/142\",[61,63.828]],[\"comment/142\",[]],[\"name/143\",[69,55.944]],[\"comment/143\",[]],[\"name/144\",[114,68.937]],[\"comment/144\",[]],[\"name/145\",[115,63.828]],[\"comment/145\",[]],[\"name/146\",[116,68.937]],[\"comment/146\",[]],[\"name/147\",[117,68.937]],[\"comment/147\",[]],[\"name/148\",[67,63.828]],[\"comment/148\",[]],[\"name/149\",[68,63.828]],[\"comment/149\",[]],[\"name/150\",[118,63.828]],[\"comment/150\",[]],[\"name/151\",[119,63.828]],[\"comment/151\",[]],[\"name/152\",[120,68.937]],[\"comment/152\",[]],[\"name/153\",[121,68.937]],[\"comment/153\",[]],[\"name/154\",[122,68.937]],[\"comment/154\",[]],[\"name/155\",[123,68.937]],[\"comment/155\",[]],[\"name/156\",[93,63.828]],[\"comment/156\",[]],[\"name/157\",[94,63.828]],[\"comment/157\",[]],[\"name/158\",[124,68.937]],[\"comment/158\",[]],[\"name/159\",[125,68.937]],[\"comment/159\",[]],[\"name/160\",[126,68.937]],[\"comment/160\",[]],[\"name/161\",[127,68.937]],[\"comment/161\",[]],[\"name/162\",[55,63.828]],[\"comment/162\",[]],[\"name/163\",[49,63.828]],[\"comment/163\",[]],[\"name/164\",[51,63.828]],[\"comment/164\",[]],[\"name/165\",[40,63.828]],[\"comment/165\",[]],[\"name/166\",[50,63.828]],[\"comment/166\",[]],[\"name/167\",[52,63.828]],[\"comment/167\",[]],[\"name/168\",[84,57.95]],[\"comment/168\",[]],[\"name/169\",[59,57.95]],[\"comment/169\",[]],[\"name/170\",[63,57.95]],[\"comment/170\",[]],[\"name/171\",[62,63.828]],[\"comment/171\",[]],[\"name/172\",[97,63.828]],[\"comment/172\",[]],[\"name/173\",[60,63.828]],[\"comment/173\",[]],[\"name/174\",[64,63.828]],[\"comment/174\",[]],[\"name/175\",[98,63.828]],[\"comment/175\",[]],[\"name/176\",[128,68.937]],[\"comment/176\",[]],[\"name/177\",[46,63.828]],[\"comment/177\",[]],[\"name/178\",[43,63.828]],[\"comment/178\",[]],[\"name/179\",[129,68.937]],[\"comment/179\",[]],[\"name/180\",[48,63.828]],[\"comment/180\",[]],[\"name/181\",[44,63.828]],[\"comment/181\",[]],[\"name/182\",[95,63.828]],[\"comment/182\",[]],[\"name/183\",[99,63.828]],[\"comment/183\",[]],[\"name/184\",[130,68.937]],[\"comment/184\",[]],[\"name/185\",[131,68.937]],[\"comment/185\",[]],[\"name/186\",[132,68.937]],[\"comment/186\",[]],[\"name/187\",[54,63.828]],[\"comment/187\",[]],[\"name/188\",[133,68.937]],[\"comment/188\",[]],[\"name/189\",[134,63.828]],[\"comment/189\",[]],[\"name/190\",[6,29.883]],[\"comment/190\",[]],[\"name/191\",[135,43.814]],[\"comment/191\",[]],[\"name/192\",[136,57.95]],[\"comment/192\",[]],[\"name/193\",[137,43.287]],[\"comment/193\",[]],[\"name/194\",[41,46.25]],[\"comment/194\",[]],[\"name/195\",[138,63.828]],[\"comment/195\",[]],[\"name/196\",[139,57.95]],[\"comment/196\",[]],[\"name/197\",[140,57.95]],[\"comment/197\",[]],[\"name/198\",[141,57.95]],[\"comment/198\",[]],[\"name/199\",[142,57.95]],[\"comment/199\",[]],[\"name/200\",[143,57.95]],[\"comment/200\",[]],[\"name/201\",[144,63.828]],[\"comment/201\",[]],[\"name/202\",[145,57.95]],[\"comment/202\",[]],[\"name/203\",[146,60.464]],[\"comment/203\",[]],[\"name/204\",[6,29.883]],[\"comment/204\",[]],[\"name/205\",[135,43.814]],[\"comment/205\",[]],[\"name/206\",[137,43.287]],[\"comment/206\",[]],[\"name/207\",[147,68.937]],[\"comment/207\",[]],[\"name/208\",[148,68.937]],[\"comment/208\",[]],[\"name/209\",[149,63.828]],[\"comment/209\",[]],[\"name/210\",[150,68.937]],[\"comment/210\",[]],[\"name/211\",[151,68.937]],[\"comment/211\",[]],[\"name/212\",[152,63.828]],[\"comment/212\",[]],[\"name/213\",[153,63.828]],[\"comment/213\",[]],[\"name/214\",[154,63.828]],[\"comment/214\",[]],[\"name/215\",[155,68.937]],[\"comment/215\",[]],[\"name/216\",[156,68.937]],[\"comment/216\",[]],[\"name/217\",[157,63.828]],[\"comment/217\",[]],[\"name/218\",[158,63.828]],[\"comment/218\",[]],[\"name/219\",[159,63.828]],[\"comment/219\",[]],[\"name/220\",[160,63.828]],[\"comment/220\",[]],[\"name/221\",[161,60.464]],[\"comment/221\",[]],[\"name/222\",[162,63.828]],[\"comment/222\",[]],[\"name/223\",[33,57.95]],[\"comment/223\",[]],[\"name/224\",[163,63.828]],[\"comment/224\",[]],[\"name/225\",[164,63.828]],[\"comment/225\",[]],[\"name/226\",[165,63.828]],[\"comment/226\",[]],[\"name/227\",[166,63.828]],[\"comment/227\",[]],[\"name/228\",[167,63.828]],[\"comment/228\",[]],[\"name/229\",[168,63.828]],[\"comment/229\",[]],[\"name/230\",[169,68.937]],[\"comment/230\",[]],[\"name/231\",[170,68.937]],[\"comment/231\",[]],[\"name/232\",[171,63.828]],[\"comment/232\",[]],[\"name/233\",[2,55.944]],[\"comment/233\",[]],[\"name/234\",[3,55.944]],[\"comment/234\",[]],[\"name/235\",[4,55.944]],[\"comment/235\",[]],[\"name/236\",[172,68.937]],[\"comment/236\",[]],[\"name/237\",[173,68.937]],[\"comment/237\",[]],[\"name/238\",[174,68.937]],[\"comment/238\",[]],[\"name/239\",[175,63.828]],[\"comment/239\",[]],[\"name/240\",[176,45.583]],[\"comment/240\",[]],[\"name/241\",[6,29.883]],[\"comment/241\",[]],[\"name/242\",[37,44.958]],[\"comment/242\",[]],[\"name/243\",[177,50.478]],[\"comment/243\",[]],[\"name/244\",[39,44.369]],[\"comment/244\",[]],[\"name/245\",[41,46.25]],[\"comment/245\",[]],[\"name/246\",[42,44.369]],[\"comment/246\",[]],[\"name/247\",[178,50.478]],[\"comment/247\",[]],[\"name/248\",[179,50.478]],[\"comment/248\",[]],[\"name/249\",[180,39.849]],[\"comment/249\",[]],[\"name/250\",[181,50.478]],[\"comment/250\",[]],[\"name/251\",[182,50.478]],[\"comment/251\",[]],[\"name/252\",[183,49.477]],[\"comment/252\",[]],[\"name/253\",[184,49.477]],[\"comment/253\",[]],[\"name/254\",[185,50.478]],[\"comment/254\",[]],[\"name/255\",[186,50.478]],[\"comment/255\",[]],[\"name/256\",[187,45.583]],[\"comment/256\",[]],[\"name/257\",[188,45.583]],[\"comment/257\",[]],[\"name/258\",[189,63.828]],[\"comment/258\",[]],[\"name/259\",[176,45.583]],[\"comment/259\",[]],[\"name/260\",[6,29.883]],[\"comment/260\",[]],[\"name/261\",[190,54.273]],[\"comment/261\",[]],[\"name/262\",[191,57.95]],[\"comment/262\",[]],[\"name/263\",[192,60.464]],[\"comment/263\",[]],[\"name/264\",[193,60.464]],[\"comment/264\",[]],[\"name/265\",[194,60.464]],[\"comment/265\",[]],[\"name/266\",[195,60.464]],[\"comment/266\",[]],[\"name/267\",[196,60.464]],[\"comment/267\",[]],[\"name/268\",[197,60.464]],[\"comment/268\",[]],[\"name/269\",[198,60.464]],[\"comment/269\",[]],[\"name/270\",[37,44.958]],[\"comment/270\",[]],[\"name/271\",[177,50.478]],[\"comment/271\",[]],[\"name/272\",[39,44.369]],[\"comment/272\",[]],[\"name/273\",[41,46.25]],[\"comment/273\",[]],[\"name/274\",[42,44.369]],[\"comment/274\",[]],[\"name/275\",[178,50.478]],[\"comment/275\",[]],[\"name/276\",[179,50.478]],[\"comment/276\",[]],[\"name/277\",[180,39.849]],[\"comment/277\",[]],[\"name/278\",[181,50.478]],[\"comment/278\",[]],[\"name/279\",[182,50.478]],[\"comment/279\",[]],[\"name/280\",[183,49.477]],[\"comment/280\",[]],[\"name/281\",[184,49.477]],[\"comment/281\",[]],[\"name/282\",[185,50.478]],[\"comment/282\",[]],[\"name/283\",[186,50.478]],[\"comment/283\",[]],[\"name/284\",[187,45.583]],[\"comment/284\",[]],[\"name/285\",[188,45.583]],[\"comment/285\",[]],[\"name/286\",[199,63.828]],[\"comment/286\",[]],[\"name/287\",[176,45.583]],[\"comment/287\",[]],[\"name/288\",[6,29.883]],[\"comment/288\",[]],[\"name/289\",[37,44.958]],[\"comment/289\",[]],[\"name/290\",[177,50.478]],[\"comment/290\",[]],[\"name/291\",[39,44.369]],[\"comment/291\",[]],[\"name/292\",[41,46.25]],[\"comment/292\",[]],[\"name/293\",[42,44.369]],[\"comment/293\",[]],[\"name/294\",[178,50.478]],[\"comment/294\",[]],[\"name/295\",[179,50.478]],[\"comment/295\",[]],[\"name/296\",[180,39.849]],[\"comment/296\",[]],[\"name/297\",[181,50.478]],[\"comment/297\",[]],[\"name/298\",[182,50.478]],[\"comment/298\",[]],[\"name/299\",[183,49.477]],[\"comment/299\",[]],[\"name/300\",[184,49.477]],[\"comment/300\",[]],[\"name/301\",[185,50.478]],[\"comment/301\",[]],[\"name/302\",[186,50.478]],[\"comment/302\",[]],[\"name/303\",[187,45.583]],[\"comment/303\",[]],[\"name/304\",[188,45.583]],[\"comment/304\",[]],[\"name/305\",[200,63.828]],[\"comment/305\",[]],[\"name/306\",[176,45.583]],[\"comment/306\",[]],[\"name/307\",[6,29.883]],[\"comment/307\",[]],[\"name/308\",[37,44.958]],[\"comment/308\",[]],[\"name/309\",[177,50.478]],[\"comment/309\",[]],[\"name/310\",[39,44.369]],[\"comment/310\",[]],[\"name/311\",[41,46.25]],[\"comment/311\",[]],[\"name/312\",[42,44.369]],[\"comment/312\",[]],[\"name/313\",[178,50.478]],[\"comment/313\",[]],[\"name/314\",[179,50.478]],[\"comment/314\",[]],[\"name/315\",[180,39.849]],[\"comment/315\",[]],[\"name/316\",[181,50.478]],[\"comment/316\",[]],[\"name/317\",[182,50.478]],[\"comment/317\",[]],[\"name/318\",[183,49.477]],[\"comment/318\",[]],[\"name/319\",[184,49.477]],[\"comment/319\",[]],[\"name/320\",[185,50.478]],[\"comment/320\",[]],[\"name/321\",[186,50.478]],[\"comment/321\",[]],[\"name/322\",[187,45.583]],[\"comment/322\",[]],[\"name/323\",[188,45.583]],[\"comment/323\",[]],[\"name/324\",[201,63.828]],[\"comment/324\",[]],[\"name/325\",[176,45.583]],[\"comment/325\",[]],[\"name/326\",[6,29.883]],[\"comment/326\",[]],[\"name/327\",[37,44.958]],[\"comment/327\",[]],[\"name/328\",[177,50.478]],[\"comment/328\",[]],[\"name/329\",[39,44.369]],[\"comment/329\",[]],[\"name/330\",[41,46.25]],[\"comment/330\",[]],[\"name/331\",[42,44.369]],[\"comment/331\",[]],[\"name/332\",[178,50.478]],[\"comment/332\",[]],[\"name/333\",[179,50.478]],[\"comment/333\",[]],[\"name/334\",[180,39.849]],[\"comment/334\",[]],[\"name/335\",[181,50.478]],[\"comment/335\",[]],[\"name/336\",[182,50.478]],[\"comment/336\",[]],[\"name/337\",[183,49.477]],[\"comment/337\",[]],[\"name/338\",[184,49.477]],[\"comment/338\",[]],[\"name/339\",[185,50.478]],[\"comment/339\",[]],[\"name/340\",[186,50.478]],[\"comment/340\",[]],[\"name/341\",[187,45.583]],[\"comment/341\",[]],[\"name/342\",[188,45.583]],[\"comment/342\",[]],[\"name/343\",[202,63.828]],[\"comment/343\",[]],[\"name/344\",[176,45.583]],[\"comment/344\",[]],[\"name/345\",[6,29.883]],[\"comment/345\",[]],[\"name/346\",[190,54.273]],[\"comment/346\",[]],[\"name/347\",[191,57.95]],[\"comment/347\",[]],[\"name/348\",[192,60.464]],[\"comment/348\",[]],[\"name/349\",[193,60.464]],[\"comment/349\",[]],[\"name/350\",[194,60.464]],[\"comment/350\",[]],[\"name/351\",[195,60.464]],[\"comment/351\",[]],[\"name/352\",[196,60.464]],[\"comment/352\",[]],[\"name/353\",[197,60.464]],[\"comment/353\",[]],[\"name/354\",[198,60.464]],[\"comment/354\",[]],[\"name/355\",[37,44.958]],[\"comment/355\",[]],[\"name/356\",[177,50.478]],[\"comment/356\",[]],[\"name/357\",[39,44.369]],[\"comment/357\",[]],[\"name/358\",[41,46.25]],[\"comment/358\",[]],[\"name/359\",[42,44.369]],[\"comment/359\",[]],[\"name/360\",[178,50.478]],[\"comment/360\",[]],[\"name/361\",[179,50.478]],[\"comment/361\",[]],[\"name/362\",[180,39.849]],[\"comment/362\",[]],[\"name/363\",[181,50.478]],[\"comment/363\",[]],[\"name/364\",[182,50.478]],[\"comment/364\",[]],[\"name/365\",[183,49.477]],[\"comment/365\",[]],[\"name/366\",[184,49.477]],[\"comment/366\",[]],[\"name/367\",[185,50.478]],[\"comment/367\",[]],[\"name/368\",[186,50.478]],[\"comment/368\",[]],[\"name/369\",[187,45.583]],[\"comment/369\",[]],[\"name/370\",[188,45.583]],[\"comment/370\",[]],[\"name/371\",[203,63.828]],[\"comment/371\",[]],[\"name/372\",[176,45.583]],[\"comment/372\",[]],[\"name/373\",[6,29.883]],[\"comment/373\",[]],[\"name/374\",[190,54.273]],[\"comment/374\",[]],[\"name/375\",[191,57.95]],[\"comment/375\",[]],[\"name/376\",[192,60.464]],[\"comment/376\",[]],[\"name/377\",[193,60.464]],[\"comment/377\",[]],[\"name/378\",[194,60.464]],[\"comment/378\",[]],[\"name/379\",[195,60.464]],[\"comment/379\",[]],[\"name/380\",[196,60.464]],[\"comment/380\",[]],[\"name/381\",[197,60.464]],[\"comment/381\",[]],[\"name/382\",[198,60.464]],[\"comment/382\",[]],[\"name/383\",[37,44.958]],[\"comment/383\",[]],[\"name/384\",[177,50.478]],[\"comment/384\",[]],[\"name/385\",[39,44.369]],[\"comment/385\",[]],[\"name/386\",[41,46.25]],[\"comment/386\",[]],[\"name/387\",[42,44.369]],[\"comment/387\",[]],[\"name/388\",[178,50.478]],[\"comment/388\",[]],[\"name/389\",[179,50.478]],[\"comment/389\",[]],[\"name/390\",[180,39.849]],[\"comment/390\",[]],[\"name/391\",[181,50.478]],[\"comment/391\",[]],[\"name/392\",[182,50.478]],[\"comment/392\",[]],[\"name/393\",[183,49.477]],[\"comment/393\",[]],[\"name/394\",[184,49.477]],[\"comment/394\",[]],[\"name/395\",[185,50.478]],[\"comment/395\",[]],[\"name/396\",[186,50.478]],[\"comment/396\",[]],[\"name/397\",[187,45.583]],[\"comment/397\",[]],[\"name/398\",[188,45.583]],[\"comment/398\",[]],[\"name/399\",[204,63.828]],[\"comment/399\",[]],[\"name/400\",[176,45.583]],[\"comment/400\",[]],[\"name/401\",[6,29.883]],[\"comment/401\",[]],[\"name/402\",[37,44.958]],[\"comment/402\",[]],[\"name/403\",[177,50.478]],[\"comment/403\",[]],[\"name/404\",[39,44.369]],[\"comment/404\",[]],[\"name/405\",[41,46.25]],[\"comment/405\",[]],[\"name/406\",[42,44.369]],[\"comment/406\",[]],[\"name/407\",[178,50.478]],[\"comment/407\",[]],[\"name/408\",[179,50.478]],[\"comment/408\",[]],[\"name/409\",[180,39.849]],[\"comment/409\",[]],[\"name/410\",[181,50.478]],[\"comment/410\",[]],[\"name/411\",[182,50.478]],[\"comment/411\",[]],[\"name/412\",[183,49.477]],[\"comment/412\",[]],[\"name/413\",[184,49.477]],[\"comment/413\",[]],[\"name/414\",[185,50.478]],[\"comment/414\",[]],[\"name/415\",[186,50.478]],[\"comment/415\",[]],[\"name/416\",[187,45.583]],[\"comment/416\",[]],[\"name/417\",[188,45.583]],[\"comment/417\",[]],[\"name/418\",[205,63.828]],[\"comment/418\",[]],[\"name/419\",[176,45.583]],[\"comment/419\",[]],[\"name/420\",[6,29.883]],[\"comment/420\",[]],[\"name/421\",[37,44.958]],[\"comment/421\",[]],[\"name/422\",[177,50.478]],[\"comment/422\",[]],[\"name/423\",[39,44.369]],[\"comment/423\",[]],[\"name/424\",[41,46.25]],[\"comment/424\",[]],[\"name/425\",[42,44.369]],[\"comment/425\",[]],[\"name/426\",[178,50.478]],[\"comment/426\",[]],[\"name/427\",[179,50.478]],[\"comment/427\",[]],[\"name/428\",[180,39.849]],[\"comment/428\",[]],[\"name/429\",[181,50.478]],[\"comment/429\",[]],[\"name/430\",[182,50.478]],[\"comment/430\",[]],[\"name/431\",[183,49.477]],[\"comment/431\",[]],[\"name/432\",[184,49.477]],[\"comment/432\",[]],[\"name/433\",[185,50.478]],[\"comment/433\",[]],[\"name/434\",[186,50.478]],[\"comment/434\",[]],[\"name/435\",[187,45.583]],[\"comment/435\",[]],[\"name/436\",[188,45.583]],[\"comment/436\",[]],[\"name/437\",[206,63.828]],[\"comment/437\",[]],[\"name/438\",[33,57.95]],[\"comment/438\",[]],[\"name/439\",[165,63.828]],[\"comment/439\",[]],[\"name/440\",[164,63.828]],[\"comment/440\",[]],[\"name/441\",[167,63.828]],[\"comment/441\",[]],[\"name/442\",[166,63.828]],[\"comment/442\",[]],[\"name/443\",[163,63.828]],[\"comment/443\",[]],[\"name/444\",[162,63.828]],[\"comment/444\",[]],[\"name/445\",[6,29.883]],[\"comment/445\",[]],[\"name/446\",[183,49.477]],[\"comment/446\",[]],[\"name/447\",[184,49.477]],[\"comment/447\",[]],[\"name/448\",[207,68.937]],[\"comment/448\",[]],[\"name/449\",[208,68.937]],[\"comment/449\",[]],[\"name/450\",[209,68.937]],[\"comment/450\",[]],[\"name/451\",[161,60.464]],[\"comment/451\",[]],[\"name/452\",[191,57.95]],[\"comment/452\",[]],[\"name/453\",[210,68.937]],[\"comment/453\",[]],[\"name/454\",[211,68.937]],[\"comment/454\",[]],[\"name/455\",[212,68.937]],[\"comment/455\",[]],[\"name/456\",[213,68.937]],[\"comment/456\",[]],[\"name/457\",[214,68.937]],[\"comment/457\",[]],[\"name/458\",[9,42.311]],[\"comment/458\",[]],[\"name/459\",[215,63.828]],[\"comment/459\",[]],[\"name/460\",[6,29.883]],[\"comment/460\",[]],[\"name/461\",[135,43.814]],[\"comment/461\",[]],[\"name/462\",[136,57.95]],[\"comment/462\",[]],[\"name/463\",[137,43.287]],[\"comment/463\",[]],[\"name/464\",[41,46.25]],[\"comment/464\",[]],[\"name/465\",[216,63.828]],[\"comment/465\",[]],[\"name/466\",[139,57.95]],[\"comment/466\",[]],[\"name/467\",[217,63.828]],[\"comment/467\",[]],[\"name/468\",[218,60.464]],[\"comment/468\",[]],[\"name/469\",[140,57.95]],[\"comment/469\",[]],[\"name/470\",[141,57.95]],[\"comment/470\",[]],[\"name/471\",[142,57.95]],[\"comment/471\",[]],[\"name/472\",[143,57.95]],[\"comment/472\",[]],[\"name/473\",[145,57.95]],[\"comment/473\",[]],[\"name/474\",[219,63.828]],[\"comment/474\",[]],[\"name/475\",[220,63.828]],[\"comment/475\",[]],[\"name/476\",[176,45.583]],[\"comment/476\",[]],[\"name/477\",[6,29.883]],[\"comment/477\",[]],[\"name/478\",[37,44.958]],[\"comment/478\",[]],[\"name/479\",[39,44.369]],[\"comment/479\",[]],[\"name/480\",[42,44.369]],[\"comment/480\",[]],[\"name/481\",[187,45.583]],[\"comment/481\",[]],[\"name/482\",[188,45.583]],[\"comment/482\",[]],[\"name/483\",[221,63.828]],[\"comment/483\",[]],[\"name/484\",[176,45.583]],[\"comment/484\",[]],[\"name/485\",[6,29.883]],[\"comment/485\",[]],[\"name/486\",[190,54.273]],[\"comment/486\",[]],[\"name/487\",[37,44.958]],[\"comment/487\",[]],[\"name/488\",[39,44.369]],[\"comment/488\",[]],[\"name/489\",[42,44.369]],[\"comment/489\",[]],[\"name/490\",[187,45.583]],[\"comment/490\",[]],[\"name/491\",[188,45.583]],[\"comment/491\",[]],[\"name/492\",[222,63.828]],[\"comment/492\",[]],[\"name/493\",[176,45.583]],[\"comment/493\",[]],[\"name/494\",[6,29.883]],[\"comment/494\",[]],[\"name/495\",[37,44.958]],[\"comment/495\",[]],[\"name/496\",[39,44.369]],[\"comment/496\",[]],[\"name/497\",[42,44.369]],[\"comment/497\",[]],[\"name/498\",[187,45.583]],[\"comment/498\",[]],[\"name/499\",[188,45.583]],[\"comment/499\",[]],[\"name/500\",[223,63.828]],[\"comment/500\",[]],[\"name/501\",[176,45.583]],[\"comment/501\",[]],[\"name/502\",[6,29.883]],[\"comment/502\",[]],[\"name/503\",[190,54.273]],[\"comment/503\",[]],[\"name/504\",[37,44.958]],[\"comment/504\",[]],[\"name/505\",[39,44.369]],[\"comment/505\",[]],[\"name/506\",[42,44.369]],[\"comment/506\",[]],[\"name/507\",[187,45.583]],[\"comment/507\",[]],[\"name/508\",[188,45.583]],[\"comment/508\",[]],[\"name/509\",[224,63.828]],[\"comment/509\",[]],[\"name/510\",[176,45.583]],[\"comment/510\",[]],[\"name/511\",[6,29.883]],[\"comment/511\",[]],[\"name/512\",[190,54.273]],[\"comment/512\",[]],[\"name/513\",[37,44.958]],[\"comment/513\",[]],[\"name/514\",[39,44.369]],[\"comment/514\",[]],[\"name/515\",[42,44.369]],[\"comment/515\",[]],[\"name/516\",[187,45.583]],[\"comment/516\",[]],[\"name/517\",[188,45.583]],[\"comment/517\",[]],[\"name/518\",[225,63.828]],[\"comment/518\",[]],[\"name/519\",[176,45.583]],[\"comment/519\",[]],[\"name/520\",[6,29.883]],[\"comment/520\",[]],[\"name/521\",[37,44.958]],[\"comment/521\",[]],[\"name/522\",[39,44.369]],[\"comment/522\",[]],[\"name/523\",[42,44.369]],[\"comment/523\",[]],[\"name/524\",[187,45.583]],[\"comment/524\",[]],[\"name/525\",[188,45.583]],[\"comment/525\",[]],[\"name/526\",[226,63.828]],[\"comment/526\",[]],[\"name/527\",[6,29.883]],[\"comment/527\",[]],[\"name/528\",[135,43.814]],[\"comment/528\",[]],[\"name/529\",[136,57.95]],[\"comment/529\",[]],[\"name/530\",[137,43.287]],[\"comment/530\",[]],[\"name/531\",[216,63.828]],[\"comment/531\",[]],[\"name/532\",[139,57.95]],[\"comment/532\",[]],[\"name/533\",[218,60.464]],[\"comment/533\",[]],[\"name/534\",[140,57.95]],[\"comment/534\",[]],[\"name/535\",[141,57.95]],[\"comment/535\",[]],[\"name/536\",[142,57.95]],[\"comment/536\",[]],[\"name/537\",[143,57.95]],[\"comment/537\",[]],[\"name/538\",[217,63.828]],[\"comment/538\",[]],[\"name/539\",[145,57.95]],[\"comment/539\",[]],[\"name/540\",[227,63.828]],[\"comment/540\",[]],[\"name/541\",[228,68.937]],[\"comment/541\",[]],[\"name/542\",[229,68.937]],[\"comment/542\",[]],[\"name/543\",[230,68.937]],[\"comment/543\",[]],[\"name/544\",[231,68.937]],[\"comment/544\",[]],[\"name/545\",[232,60.464]],[\"comment/545\",[]],[\"name/546\",[6,29.883]],[\"comment/546\",[]],[\"name/547\",[135,43.814]],[\"comment/547\",[]],[\"name/548\",[137,43.287]],[\"comment/548\",[]],[\"name/549\",[233,63.828]],[\"comment/549\",[]],[\"name/550\",[6,29.883]],[\"comment/550\",[]],[\"name/551\",[135,43.814]],[\"comment/551\",[]],[\"name/552\",[137,43.287]],[\"comment/552\",[]],[\"name/553\",[234,68.937]],[\"comment/553\",[]],[\"name/554\",[235,60.464]],[\"comment/554\",[]],[\"name/555\",[6,29.883]],[\"comment/555\",[]],[\"name/556\",[135,43.814]],[\"comment/556\",[]],[\"name/557\",[137,43.287]],[\"comment/557\",[]],[\"name/558\",[236,60.464]],[\"comment/558\",[]],[\"name/559\",[6,29.883]],[\"comment/559\",[]],[\"name/560\",[135,43.814]],[\"comment/560\",[]],[\"name/561\",[237,68.937]],[\"comment/561\",[]],[\"name/562\",[137,43.287]],[\"comment/562\",[]],[\"name/563\",[238,63.828]],[\"comment/563\",[]],[\"name/564\",[239,63.828]],[\"comment/564\",[]],[\"name/565\",[240,63.828]],[\"comment/565\",[]],[\"name/566\",[241,63.828]],[\"comment/566\",[]],[\"name/567\",[242,63.828]],[\"comment/567\",[]],[\"name/568\",[6,29.883]],[\"comment/568\",[]],[\"name/569\",[135,43.814]],[\"comment/569\",[]],[\"name/570\",[137,43.287]],[\"comment/570\",[]],[\"name/571\",[243,57.95]],[\"comment/571\",[]],[\"name/572\",[244,68.937]],[\"comment/572\",[]],[\"name/573\",[245,68.937]],[\"comment/573\",[]],[\"name/574\",[246,68.937]],[\"comment/574\",[]],[\"name/575\",[247,68.937]],[\"comment/575\",[]],[\"name/576\",[248,68.937]],[\"comment/576\",[]],[\"name/577\",[249,68.937]],[\"comment/577\",[]],[\"name/578\",[250,68.937]],[\"comment/578\",[]],[\"name/579\",[251,68.937]],[\"comment/579\",[]],[\"name/580\",[252,68.937]],[\"comment/580\",[]],[\"name/581\",[253,68.937]],[\"comment/581\",[]],[\"name/582\",[254,68.937]],[\"comment/582\",[]],[\"name/583\",[255,68.937]],[\"comment/583\",[]],[\"name/584\",[256,68.937]],[\"comment/584\",[]],[\"name/585\",[257,68.937]],[\"comment/585\",[]],[\"name/586\",[258,68.937]],[\"comment/586\",[]],[\"name/587\",[259,68.937]],[\"comment/587\",[]],[\"name/588\",[260,68.937]],[\"comment/588\",[]],[\"name/589\",[261,68.937]],[\"comment/589\",[]],[\"name/590\",[262,68.937]],[\"comment/590\",[]],[\"name/591\",[263,57.95]],[\"comment/591\",[]],[\"name/592\",[11,38.814]],[\"comment/592\",[]],[\"name/593\",[6,29.883]],[\"comment/593\",[]],[\"name/594\",[9,42.311]],[\"comment/594\",[]],[\"name/595\",[180,39.849]],[\"comment/595\",[]],[\"name/596\",[264,42.311]],[\"comment/596\",[]],[\"name/597\",[265,43.287]],[\"comment/597\",[]],[\"name/598\",[266,43.287]],[\"comment/598\",[]],[\"name/599\",[267,43.287]],[\"comment/599\",[]],[\"name/600\",[268,42.311]],[\"comment/600\",[]],[\"name/601\",[269,43.287]],[\"comment/601\",[]],[\"name/602\",[270,42.311]],[\"comment/602\",[]],[\"name/603\",[271,42.311]],[\"comment/603\",[]],[\"name/604\",[272,60.464]],[\"comment/604\",[]],[\"name/605\",[273,57.95]],[\"comment/605\",[]],[\"name/606\",[274,57.95]],[\"comment/606\",[]],[\"name/607\",[275,57.95]],[\"comment/607\",[]],[\"name/608\",[276,57.95]],[\"comment/608\",[]],[\"name/609\",[277,57.95]],[\"comment/609\",[]],[\"name/610\",[278,57.95]],[\"comment/610\",[]],[\"name/611\",[279,57.95]],[\"comment/611\",[]],[\"name/612\",[280,57.95]],[\"comment/612\",[]],[\"name/613\",[281,60.464]],[\"comment/613\",[]],[\"name/614\",[282,57.95]],[\"comment/614\",[]],[\"name/615\",[283,57.95]],[\"comment/615\",[]],[\"name/616\",[284,57.95]],[\"comment/616\",[]],[\"name/617\",[285,57.95]],[\"comment/617\",[]],[\"name/618\",[286,57.95]],[\"comment/618\",[]],[\"name/619\",[287,57.95]],[\"comment/619\",[]],[\"name/620\",[288,60.464]],[\"comment/620\",[]],[\"name/621\",[289,60.464]],[\"comment/621\",[]],[\"name/622\",[290,63.828]],[\"comment/622\",[]],[\"name/623\",[291,63.828]],[\"comment/623\",[]],[\"name/624\",[292,63.828]],[\"comment/624\",[]],[\"name/625\",[293,68.937]],[\"comment/625\",[]],[\"name/626\",[294,68.937]],[\"comment/626\",[]],[\"name/627\",[295,68.937]],[\"comment/627\",[]],[\"name/628\",[296,68.937]],[\"comment/628\",[]],[\"name/629\",[297,68.937]],[\"comment/629\",[]],[\"name/630\",[291,63.828]],[\"comment/630\",[]],[\"name/631\",[273,57.95]],[\"comment/631\",[]],[\"name/632\",[11,38.814]],[\"comment/632\",[]],[\"name/633\",[6,29.883]],[\"comment/633\",[]],[\"name/634\",[180,39.849]],[\"comment/634\",[]],[\"name/635\",[298,52.842]],[\"comment/635\",[]],[\"name/636\",[9,42.311]],[\"comment/636\",[]],[\"name/637\",[264,42.311]],[\"comment/637\",[]],[\"name/638\",[265,43.287]],[\"comment/638\",[]],[\"name/639\",[266,43.287]],[\"comment/639\",[]],[\"name/640\",[267,43.287]],[\"comment/640\",[]],[\"name/641\",[268,42.311]],[\"comment/641\",[]],[\"name/642\",[269,43.287]],[\"comment/642\",[]],[\"name/643\",[270,42.311]],[\"comment/643\",[]],[\"name/644\",[271,42.311]],[\"comment/644\",[]],[\"name/645\",[289,60.464]],[\"comment/645\",[]],[\"name/646\",[11,38.814]],[\"comment/646\",[]],[\"name/647\",[6,29.883]],[\"comment/647\",[]],[\"name/648\",[180,39.849]],[\"comment/648\",[]],[\"name/649\",[243,57.95]],[\"comment/649\",[]],[\"name/650\",[9,42.311]],[\"comment/650\",[]],[\"name/651\",[264,42.311]],[\"comment/651\",[]],[\"name/652\",[265,43.287]],[\"comment/652\",[]],[\"name/653\",[266,43.287]],[\"comment/653\",[]],[\"name/654\",[267,43.287]],[\"comment/654\",[]],[\"name/655\",[268,42.311]],[\"comment/655\",[]],[\"name/656\",[269,43.287]],[\"comment/656\",[]],[\"name/657\",[270,42.311]],[\"comment/657\",[]],[\"name/658\",[271,42.311]],[\"comment/658\",[]],[\"name/659\",[274,57.95]],[\"comment/659\",[]],[\"name/660\",[11,38.814]],[\"comment/660\",[]],[\"name/661\",[6,29.883]],[\"comment/661\",[]],[\"name/662\",[180,39.849]],[\"comment/662\",[]],[\"name/663\",[299,60.464]],[\"comment/663\",[]],[\"name/664\",[9,42.311]],[\"comment/664\",[]],[\"name/665\",[264,42.311]],[\"comment/665\",[]],[\"name/666\",[265,43.287]],[\"comment/666\",[]],[\"name/667\",[266,43.287]],[\"comment/667\",[]],[\"name/668\",[267,43.287]],[\"comment/668\",[]],[\"name/669\",[268,42.311]],[\"comment/669\",[]],[\"name/670\",[269,43.287]],[\"comment/670\",[]],[\"name/671\",[270,42.311]],[\"comment/671\",[]],[\"name/672\",[271,42.311]],[\"comment/672\",[]],[\"name/673\",[284,57.95]],[\"comment/673\",[]],[\"name/674\",[11,38.814]],[\"comment/674\",[]],[\"name/675\",[6,29.883]],[\"comment/675\",[]],[\"name/676\",[180,39.849]],[\"comment/676\",[]],[\"name/677\",[299,60.464]],[\"comment/677\",[]],[\"name/678\",[300,55.944]],[\"comment/678\",[]],[\"name/679\",[9,42.311]],[\"comment/679\",[]],[\"name/680\",[264,42.311]],[\"comment/680\",[]],[\"name/681\",[265,43.287]],[\"comment/681\",[]],[\"name/682\",[266,43.287]],[\"comment/682\",[]],[\"name/683\",[267,43.287]],[\"comment/683\",[]],[\"name/684\",[268,42.311]],[\"comment/684\",[]],[\"name/685\",[269,43.287]],[\"comment/685\",[]],[\"name/686\",[270,42.311]],[\"comment/686\",[]],[\"name/687\",[271,42.311]],[\"comment/687\",[]],[\"name/688\",[275,57.95]],[\"comment/688\",[]],[\"name/689\",[11,38.814]],[\"comment/689\",[]],[\"name/690\",[6,29.883]],[\"comment/690\",[]],[\"name/691\",[180,39.849]],[\"comment/691\",[]],[\"name/692\",[298,52.842]],[\"comment/692\",[]],[\"name/693\",[301,54.273]],[\"comment/693\",[]],[\"name/694\",[9,42.311]],[\"comment/694\",[]],[\"name/695\",[264,42.311]],[\"comment/695\",[]],[\"name/696\",[265,43.287]],[\"comment/696\",[]],[\"name/697\",[266,43.287]],[\"comment/697\",[]],[\"name/698\",[267,43.287]],[\"comment/698\",[]],[\"name/699\",[268,42.311]],[\"comment/699\",[]],[\"name/700\",[269,43.287]],[\"comment/700\",[]],[\"name/701\",[270,42.311]],[\"comment/701\",[]],[\"name/702\",[271,42.311]],[\"comment/702\",[]],[\"name/703\",[276,57.95]],[\"comment/703\",[]],[\"name/704\",[11,38.814]],[\"comment/704\",[]],[\"name/705\",[6,29.883]],[\"comment/705\",[]],[\"name/706\",[180,39.849]],[\"comment/706\",[]],[\"name/707\",[302,60.464]],[\"comment/707\",[]],[\"name/708\",[303,60.464]],[\"comment/708\",[]],[\"name/709\",[9,42.311]],[\"comment/709\",[]],[\"name/710\",[264,42.311]],[\"comment/710\",[]],[\"name/711\",[265,43.287]],[\"comment/711\",[]],[\"name/712\",[266,43.287]],[\"comment/712\",[]],[\"name/713\",[267,43.287]],[\"comment/713\",[]],[\"name/714\",[268,42.311]],[\"comment/714\",[]],[\"name/715\",[269,43.287]],[\"comment/715\",[]],[\"name/716\",[270,42.311]],[\"comment/716\",[]],[\"name/717\",[271,42.311]],[\"comment/717\",[]],[\"name/718\",[278,57.95]],[\"comment/718\",[]],[\"name/719\",[11,38.814]],[\"comment/719\",[]],[\"name/720\",[6,29.883]],[\"comment/720\",[]],[\"name/721\",[180,39.849]],[\"comment/721\",[]],[\"name/722\",[302,60.464]],[\"comment/722\",[]],[\"name/723\",[303,60.464]],[\"comment/723\",[]],[\"name/724\",[304,63.828]],[\"comment/724\",[]],[\"name/725\",[9,42.311]],[\"comment/725\",[]],[\"name/726\",[264,42.311]],[\"comment/726\",[]],[\"name/727\",[265,43.287]],[\"comment/727\",[]],[\"name/728\",[266,43.287]],[\"comment/728\",[]],[\"name/729\",[267,43.287]],[\"comment/729\",[]],[\"name/730\",[268,42.311]],[\"comment/730\",[]],[\"name/731\",[269,43.287]],[\"comment/731\",[]],[\"name/732\",[270,42.311]],[\"comment/732\",[]],[\"name/733\",[271,42.311]],[\"comment/733\",[]],[\"name/734\",[285,57.95]],[\"comment/734\",[]],[\"name/735\",[11,38.814]],[\"comment/735\",[]],[\"name/736\",[6,29.883]],[\"comment/736\",[]],[\"name/737\",[180,39.849]],[\"comment/737\",[]],[\"name/738\",[302,60.464]],[\"comment/738\",[]],[\"name/739\",[303,60.464]],[\"comment/739\",[]],[\"name/740\",[304,63.828]],[\"comment/740\",[]],[\"name/741\",[300,55.944]],[\"comment/741\",[]],[\"name/742\",[9,42.311]],[\"comment/742\",[]],[\"name/743\",[264,42.311]],[\"comment/743\",[]],[\"name/744\",[265,43.287]],[\"comment/744\",[]],[\"name/745\",[266,43.287]],[\"comment/745\",[]],[\"name/746\",[267,43.287]],[\"comment/746\",[]],[\"name/747\",[268,42.311]],[\"comment/747\",[]],[\"name/748\",[269,43.287]],[\"comment/748\",[]],[\"name/749\",[270,42.311]],[\"comment/749\",[]],[\"name/750\",[271,42.311]],[\"comment/750\",[]],[\"name/751\",[277,57.95]],[\"comment/751\",[]],[\"name/752\",[11,38.814]],[\"comment/752\",[]],[\"name/753\",[6,29.883]],[\"comment/753\",[]],[\"name/754\",[180,39.849]],[\"comment/754\",[]],[\"name/755\",[305,52.842]],[\"comment/755\",[]],[\"name/756\",[306,55.944]],[\"comment/756\",[]],[\"name/757\",[9,42.311]],[\"comment/757\",[]],[\"name/758\",[264,42.311]],[\"comment/758\",[]],[\"name/759\",[265,43.287]],[\"comment/759\",[]],[\"name/760\",[266,43.287]],[\"comment/760\",[]],[\"name/761\",[267,43.287]],[\"comment/761\",[]],[\"name/762\",[268,42.311]],[\"comment/762\",[]],[\"name/763\",[269,43.287]],[\"comment/763\",[]],[\"name/764\",[270,42.311]],[\"comment/764\",[]],[\"name/765\",[271,42.311]],[\"comment/765\",[]],[\"name/766\",[279,57.95]],[\"comment/766\",[]],[\"name/767\",[11,38.814]],[\"comment/767\",[]],[\"name/768\",[6,29.883]],[\"comment/768\",[]],[\"name/769\",[180,39.849]],[\"comment/769\",[]],[\"name/770\",[305,52.842]],[\"comment/770\",[]],[\"name/771\",[306,55.944]],[\"comment/771\",[]],[\"name/772\",[307,63.828]],[\"comment/772\",[]],[\"name/773\",[9,42.311]],[\"comment/773\",[]],[\"name/774\",[264,42.311]],[\"comment/774\",[]],[\"name/775\",[265,43.287]],[\"comment/775\",[]],[\"name/776\",[266,43.287]],[\"comment/776\",[]],[\"name/777\",[267,43.287]],[\"comment/777\",[]],[\"name/778\",[268,42.311]],[\"comment/778\",[]],[\"name/779\",[269,43.287]],[\"comment/779\",[]],[\"name/780\",[270,42.311]],[\"comment/780\",[]],[\"name/781\",[271,42.311]],[\"comment/781\",[]],[\"name/782\",[281,60.464]],[\"comment/782\",[]],[\"name/783\",[11,38.814]],[\"comment/783\",[]],[\"name/784\",[6,29.883]],[\"comment/784\",[]],[\"name/785\",[180,39.849]],[\"comment/785\",[]],[\"name/786\",[305,52.842]],[\"comment/786\",[]],[\"name/787\",[306,55.944]],[\"comment/787\",[]],[\"name/788\",[9,42.311]],[\"comment/788\",[]],[\"name/789\",[264,42.311]],[\"comment/789\",[]],[\"name/790\",[265,43.287]],[\"comment/790\",[]],[\"name/791\",[266,43.287]],[\"comment/791\",[]],[\"name/792\",[267,43.287]],[\"comment/792\",[]],[\"name/793\",[268,42.311]],[\"comment/793\",[]],[\"name/794\",[269,43.287]],[\"comment/794\",[]],[\"name/795\",[270,42.311]],[\"comment/795\",[]],[\"name/796\",[271,42.311]],[\"comment/796\",[]],[\"name/797\",[288,60.464]],[\"comment/797\",[]],[\"name/798\",[11,38.814]],[\"comment/798\",[]],[\"name/799\",[6,29.883]],[\"comment/799\",[]],[\"name/800\",[180,39.849]],[\"comment/800\",[]],[\"name/801\",[305,52.842]],[\"comment/801\",[]],[\"name/802\",[306,55.944]],[\"comment/802\",[]],[\"name/803\",[300,55.944]],[\"comment/803\",[]],[\"name/804\",[9,42.311]],[\"comment/804\",[]],[\"name/805\",[264,42.311]],[\"comment/805\",[]],[\"name/806\",[265,43.287]],[\"comment/806\",[]],[\"name/807\",[266,43.287]],[\"comment/807\",[]],[\"name/808\",[267,43.287]],[\"comment/808\",[]],[\"name/809\",[268,42.311]],[\"comment/809\",[]],[\"name/810\",[269,43.287]],[\"comment/810\",[]],[\"name/811\",[270,42.311]],[\"comment/811\",[]],[\"name/812\",[271,42.311]],[\"comment/812\",[]],[\"name/813\",[280,57.95]],[\"comment/813\",[]],[\"name/814\",[11,38.814]],[\"comment/814\",[]],[\"name/815\",[6,29.883]],[\"comment/815\",[]],[\"name/816\",[180,39.849]],[\"comment/816\",[]],[\"name/817\",[308,68.937]],[\"comment/817\",[]],[\"name/818\",[309,68.937]],[\"comment/818\",[]],[\"name/819\",[310,68.937]],[\"comment/819\",[]],[\"name/820\",[311,68.937]],[\"comment/820\",[]],[\"name/821\",[307,63.828]],[\"comment/821\",[]],[\"name/822\",[9,42.311]],[\"comment/822\",[]],[\"name/823\",[264,42.311]],[\"comment/823\",[]],[\"name/824\",[265,43.287]],[\"comment/824\",[]],[\"name/825\",[266,43.287]],[\"comment/825\",[]],[\"name/826\",[267,43.287]],[\"comment/826\",[]],[\"name/827\",[268,42.311]],[\"comment/827\",[]],[\"name/828\",[269,43.287]],[\"comment/828\",[]],[\"name/829\",[270,42.311]],[\"comment/829\",[]],[\"name/830\",[271,42.311]],[\"comment/830\",[]],[\"name/831\",[282,57.95]],[\"comment/831\",[]],[\"name/832\",[11,38.814]],[\"comment/832\",[]],[\"name/833\",[6,29.883]],[\"comment/833\",[]],[\"name/834\",[180,39.849]],[\"comment/834\",[]],[\"name/835\",[298,52.842]],[\"comment/835\",[]],[\"name/836\",[301,54.273]],[\"comment/836\",[]],[\"name/837\",[9,42.311]],[\"comment/837\",[]],[\"name/838\",[264,42.311]],[\"comment/838\",[]],[\"name/839\",[265,43.287]],[\"comment/839\",[]],[\"name/840\",[266,43.287]],[\"comment/840\",[]],[\"name/841\",[267,43.287]],[\"comment/841\",[]],[\"name/842\",[268,42.311]],[\"comment/842\",[]],[\"name/843\",[269,43.287]],[\"comment/843\",[]],[\"name/844\",[270,42.311]],[\"comment/844\",[]],[\"name/845\",[271,42.311]],[\"comment/845\",[]],[\"name/846\",[286,57.95]],[\"comment/846\",[]],[\"name/847\",[11,38.814]],[\"comment/847\",[]],[\"name/848\",[6,29.883]],[\"comment/848\",[]],[\"name/849\",[180,39.849]],[\"comment/849\",[]],[\"name/850\",[298,52.842]],[\"comment/850\",[]],[\"name/851\",[301,54.273]],[\"comment/851\",[]],[\"name/852\",[300,55.944]],[\"comment/852\",[]],[\"name/853\",[9,42.311]],[\"comment/853\",[]],[\"name/854\",[264,42.311]],[\"comment/854\",[]],[\"name/855\",[265,43.287]],[\"comment/855\",[]],[\"name/856\",[266,43.287]],[\"comment/856\",[]],[\"name/857\",[267,43.287]],[\"comment/857\",[]],[\"name/858\",[268,42.311]],[\"comment/858\",[]],[\"name/859\",[269,43.287]],[\"comment/859\",[]],[\"name/860\",[270,42.311]],[\"comment/860\",[]],[\"name/861\",[271,42.311]],[\"comment/861\",[]],[\"name/862\",[283,57.95]],[\"comment/862\",[]],[\"name/863\",[11,38.814]],[\"comment/863\",[]],[\"name/864\",[6,29.883]],[\"comment/864\",[]],[\"name/865\",[180,39.849]],[\"comment/865\",[]],[\"name/866\",[298,52.842]],[\"comment/866\",[]],[\"name/867\",[301,54.273]],[\"comment/867\",[]],[\"name/868\",[9,42.311]],[\"comment/868\",[]],[\"name/869\",[264,42.311]],[\"comment/869\",[]],[\"name/870\",[265,43.287]],[\"comment/870\",[]],[\"name/871\",[266,43.287]],[\"comment/871\",[]],[\"name/872\",[267,43.287]],[\"comment/872\",[]],[\"name/873\",[268,42.311]],[\"comment/873\",[]],[\"name/874\",[269,43.287]],[\"comment/874\",[]],[\"name/875\",[270,42.311]],[\"comment/875\",[]],[\"name/876\",[271,42.311]],[\"comment/876\",[]],[\"name/877\",[287,57.95]],[\"comment/877\",[]],[\"name/878\",[11,38.814]],[\"comment/878\",[]],[\"name/879\",[6,29.883]],[\"comment/879\",[]],[\"name/880\",[180,39.849]],[\"comment/880\",[]],[\"name/881\",[298,52.842]],[\"comment/881\",[]],[\"name/882\",[301,54.273]],[\"comment/882\",[]],[\"name/883\",[300,55.944]],[\"comment/883\",[]],[\"name/884\",[9,42.311]],[\"comment/884\",[]],[\"name/885\",[264,42.311]],[\"comment/885\",[]],[\"name/886\",[265,43.287]],[\"comment/886\",[]],[\"name/887\",[266,43.287]],[\"comment/887\",[]],[\"name/888\",[267,43.287]],[\"comment/888\",[]],[\"name/889\",[268,42.311]],[\"comment/889\",[]],[\"name/890\",[269,43.287]],[\"comment/890\",[]],[\"name/891\",[270,42.311]],[\"comment/891\",[]],[\"name/892\",[271,42.311]],[\"comment/892\",[]],[\"name/893\",[312,57.95]],[\"comment/893\",[]],[\"name/894\",[313,68.937]],[\"comment/894\",[]],[\"name/895\",[314,68.937]],[\"comment/895\",[]],[\"name/896\",[315,68.937]],[\"comment/896\",[]],[\"name/897\",[316,68.937]],[\"comment/897\",[]],[\"name/898\",[317,68.937]],[\"comment/898\",[]],[\"name/899\",[318,68.937]],[\"comment/899\",[]],[\"name/900\",[319,63.828]],[\"comment/900\",[]],[\"name/901\",[320,68.937]],[\"comment/901\",[]],[\"name/902\",[321,63.828]],[\"comment/902\",[]],[\"name/903\",[83,51.591]],[\"comment/903\",[]],[\"name/904\",[6,29.883]],[\"comment/904\",[]],[\"name/905\",[38,57.95]],[\"comment/905\",[]],[\"name/906\",[39,44.369]],[\"comment/906\",[]],[\"name/907\",[322,68.937]],[\"comment/907\",[]],[\"name/908\",[323,68.937]],[\"comment/908\",[]],[\"name/909\",[41,46.25]],[\"comment/909\",[]],[\"name/910\",[324,68.937]],[\"comment/910\",[]],[\"name/911\",[263,57.95]],[\"comment/911\",[]],[\"name/912\",[42,44.369]],[\"comment/912\",[]],[\"name/913\",[56,57.95]],[\"comment/913\",[]],[\"name/914\",[13,54.273]],[\"comment/914\",[]],[\"name/915\",[325,63.828]],[\"comment/915\",[]],[\"name/916\",[326,63.828]],[\"comment/916\",[]],[\"name/917\",[327,68.937]],[\"comment/917\",[]],[\"name/918\",[84,57.95]],[\"comment/918\",[]],[\"name/919\",[85,63.828]],[\"comment/919\",[]],[\"name/920\",[328,63.828]],[\"comment/920\",[]],[\"name/921\",[329,63.828]],[\"comment/921\",[]],[\"name/922\",[330,63.828]],[\"comment/922\",[]],[\"name/923\",[331,63.828]],[\"comment/923\",[]],[\"name/924\",[332,63.828]],[\"comment/924\",[]],[\"name/925\",[333,63.828]],[\"comment/925\",[]],[\"name/926\",[334,63.828]],[\"comment/926\",[]],[\"name/927\",[335,63.828]],[\"comment/927\",[]],[\"name/928\",[336,63.828]],[\"comment/928\",[]],[\"name/929\",[337,63.828]],[\"comment/929\",[]],[\"name/930\",[338,57.95]],[\"comment/930\",[]],[\"name/931\",[339,63.828]],[\"comment/931\",[]],[\"name/932\",[340,57.95]],[\"comment/932\",[]],[\"name/933\",[341,63.828]],[\"comment/933\",[]],[\"name/934\",[312,57.95]],[\"comment/934\",[]],[\"name/935\",[342,63.828]],[\"comment/935\",[]],[\"name/936\",[343,63.828]],[\"comment/936\",[]],[\"name/937\",[344,63.828]],[\"comment/937\",[]],[\"name/938\",[345,63.828]],[\"comment/938\",[]],[\"name/939\",[346,63.828]],[\"comment/939\",[]],[\"name/940\",[347,63.828]],[\"comment/940\",[]],[\"name/941\",[59,57.95]],[\"comment/941\",[]],[\"name/942\",[348,68.937]],[\"comment/942\",[]],[\"name/943\",[63,57.95]],[\"comment/943\",[]],[\"name/944\",[349,68.937]],[\"comment/944\",[]],[\"name/945\",[272,60.464]],[\"comment/945\",[]],[\"name/946\",[299,60.464]],[\"comment/946\",[]],[\"name/947\",[350,68.937]],[\"comment/947\",[]],[\"name/948\",[298,52.842]],[\"comment/948\",[]],[\"name/949\",[351,68.937]],[\"comment/949\",[]],[\"name/950\",[352,68.937]],[\"comment/950\",[]],[\"name/951\",[353,68.937]],[\"comment/951\",[]],[\"name/952\",[301,54.273]],[\"comment/952\",[]],[\"name/953\",[354,68.937]],[\"comment/953\",[]],[\"name/954\",[305,52.842]],[\"comment/954\",[]],[\"name/955\",[306,55.944]],[\"comment/955\",[]],[\"name/956\",[355,68.937]],[\"comment/956\",[]],[\"name/957\",[356,68.937]],[\"comment/957\",[]],[\"name/958\",[357,68.937]],[\"comment/958\",[]],[\"name/959\",[358,68.937]],[\"comment/959\",[]],[\"name/960\",[359,68.937]],[\"comment/960\",[]],[\"name/961\",[360,63.828]],[\"comment/961\",[]],[\"name/962\",[361,63.828]],[\"comment/962\",[]],[\"name/963\",[362,60.464]],[\"comment/963\",[]],[\"name/964\",[69,55.944]],[\"comment/964\",[]],[\"name/965\",[363,68.937]],[\"comment/965\",[]],[\"name/966\",[364,63.828]],[\"comment/966\",[]],[\"name/967\",[365,63.828]],[\"comment/967\",[]],[\"name/968\",[267,43.287]],[\"comment/968\",[]],[\"name/969\",[268,42.311]],[\"comment/969\",[]],[\"name/970\",[269,43.287]],[\"comment/970\",[]],[\"name/971\",[264,42.311]],[\"comment/971\",[]],[\"name/972\",[366,68.937]],[\"comment/972\",[]],[\"name/973\",[265,43.287]],[\"comment/973\",[]],[\"name/974\",[266,43.287]],[\"comment/974\",[]],[\"name/975\",[367,68.937]],[\"comment/975\",[]],[\"name/976\",[270,42.311]],[\"comment/976\",[]],[\"name/977\",[271,42.311]],[\"comment/977\",[]],[\"name/978\",[368,60.464]],[\"comment/978\",[]],[\"name/979\",[362,60.464]],[\"comment/979\",[]],[\"name/980\",[69,55.944]],[\"comment/980\",[]],[\"name/981\",[369,68.937]],[\"comment/981\",[]],[\"name/982\",[370,63.828]],[\"comment/982\",[]],[\"name/983\",[273,57.95]],[\"comment/983\",[]],[\"name/984\",[275,57.95]],[\"comment/984\",[]],[\"name/985\",[276,57.95]],[\"comment/985\",[]],[\"name/986\",[278,57.95]],[\"comment/986\",[]],[\"name/987\",[285,57.95]],[\"comment/987\",[]],[\"name/988\",[277,57.95]],[\"comment/988\",[]],[\"name/989\",[279,57.95]],[\"comment/989\",[]],[\"name/990\",[274,57.95]],[\"comment/990\",[]],[\"name/991\",[284,57.95]],[\"comment/991\",[]],[\"name/992\",[280,57.95]],[\"comment/992\",[]],[\"name/993\",[282,57.95]],[\"comment/993\",[]],[\"name/994\",[286,57.95]],[\"comment/994\",[]],[\"name/995\",[283,57.95]],[\"comment/995\",[]],[\"name/996\",[287,57.95]],[\"comment/996\",[]],[\"name/997\",[371,68.937]],[\"comment/997\",[]],[\"name/998\",[372,68.937]],[\"comment/998\",[]],[\"name/999\",[373,68.937]],[\"comment/999\",[]],[\"name/1000\",[374,68.937]],[\"comment/1000\",[]],[\"name/1001\",[6,29.883]],[\"comment/1001\",[]],[\"name/1002\",[113,63.828]],[\"comment/1002\",[]],[\"name/1003\",[263,57.95]],[\"comment/1003\",[]],[\"name/1004\",[368,60.464]],[\"comment/1004\",[]],[\"name/1005\",[69,55.944]],[\"comment/1005\",[]],[\"name/1006\",[115,63.828]],[\"comment/1006\",[]],[\"name/1007\",[118,63.828]],[\"comment/1007\",[]],[\"name/1008\",[119,63.828]],[\"comment/1008\",[]],[\"name/1009\",[362,60.464]],[\"comment/1009\",[]],[\"name/1010\",[360,63.828]],[\"comment/1010\",[]],[\"name/1011\",[361,63.828]],[\"comment/1011\",[]],[\"name/1012\",[13,54.273]],[\"comment/1012\",[]],[\"name/1013\",[56,57.95]],[\"comment/1013\",[]],[\"name/1014\",[325,63.828]],[\"comment/1014\",[]],[\"name/1015\",[364,63.828]],[\"comment/1015\",[]],[\"name/1016\",[365,63.828]],[\"comment/1016\",[]],[\"name/1017\",[330,63.828]],[\"comment/1017\",[]],[\"name/1018\",[332,63.828]],[\"comment/1018\",[]],[\"name/1019\",[340,57.95]],[\"comment/1019\",[]],[\"name/1020\",[338,57.95]],[\"comment/1020\",[]],[\"name/1021\",[312,57.95]],[\"comment/1021\",[]],[\"name/1022\",[343,63.828]],[\"comment/1022\",[]],[\"name/1023\",[336,63.828]],[\"comment/1023\",[]],[\"name/1024\",[59,57.95]],[\"comment/1024\",[]],[\"name/1025\",[63,57.95]],[\"comment/1025\",[]],[\"name/1026\",[326,63.828]],[\"comment/1026\",[]],[\"name/1027\",[84,57.95]],[\"comment/1027\",[]],[\"name/1028\",[337,63.828]],[\"comment/1028\",[]],[\"name/1029\",[345,63.828]],[\"comment/1029\",[]],[\"name/1030\",[346,63.828]],[\"comment/1030\",[]],[\"name/1031\",[347,63.828]],[\"comment/1031\",[]],[\"name/1032\",[328,63.828]],[\"comment/1032\",[]],[\"name/1033\",[329,63.828]],[\"comment/1033\",[]],[\"name/1034\",[331,63.828]],[\"comment/1034\",[]],[\"name/1035\",[333,63.828]],[\"comment/1035\",[]],[\"name/1036\",[334,63.828]],[\"comment/1036\",[]],[\"name/1037\",[335,63.828]],[\"comment/1037\",[]],[\"name/1038\",[339,63.828]],[\"comment/1038\",[]],[\"name/1039\",[341,63.828]],[\"comment/1039\",[]],[\"name/1040\",[344,63.828]],[\"comment/1040\",[]],[\"name/1041\",[342,63.828]],[\"comment/1041\",[]],[\"name/1042\",[38,57.95]],[\"comment/1042\",[]],[\"name/1043\",[6,29.883]],[\"comment/1043\",[]],[\"name/1044\",[135,43.814]],[\"comment/1044\",[]],[\"name/1045\",[136,57.95]],[\"comment/1045\",[]],[\"name/1046\",[137,43.287]],[\"comment/1046\",[]],[\"name/1047\",[375,68.937]],[\"comment/1047\",[]],[\"name/1048\",[376,68.937]],[\"comment/1048\",[]],[\"name/1049\",[41,46.25]],[\"comment/1049\",[]],[\"name/1050\",[377,63.828]],[\"comment/1050\",[]],[\"name/1051\",[139,57.95]],[\"comment/1051\",[]],[\"name/1052\",[218,60.464]],[\"comment/1052\",[]],[\"name/1053\",[142,57.95]],[\"comment/1053\",[]],[\"name/1054\",[140,57.95]],[\"comment/1054\",[]],[\"name/1055\",[141,57.95]],[\"comment/1055\",[]],[\"name/1056\",[143,57.95]],[\"comment/1056\",[]],[\"name/1057\",[145,57.95]],[\"comment/1057\",[]],[\"name/1058\",[378,55.944]],[\"comment/1058\",[]],[\"name/1059\",[379,68.937]],[\"comment/1059\",[]],[\"name/1060\",[380,68.937]],[\"comment/1060\",[]],[\"name/1061\",[381,68.937]],[\"comment/1061\",[]],[\"name/1062\",[382,68.937]],[\"comment/1062\",[]],[\"name/1063\",[383,63.828]],[\"comment/1063\",[]],[\"name/1064\",[6,29.883]],[\"comment/1064\",[]],[\"name/1065\",[384,68.937]],[\"comment/1065\",[]],[\"name/1066\",[385,68.937]],[\"comment/1066\",[]],[\"name/1067\",[386,68.937]],[\"comment/1067\",[]],[\"name/1068\",[387,63.828]],[\"comment/1068\",[]],[\"name/1069\",[11,38.814]],[\"comment/1069\",[]],[\"name/1070\",[6,29.883]],[\"comment/1070\",[]],[\"name/1071\",[388,60.464]],[\"comment/1071\",[]],[\"name/1072\",[243,57.95]],[\"comment/1072\",[]],[\"name/1073\",[378,55.944]],[\"comment/1073\",[]],[\"name/1074\",[389,60.464]],[\"comment/1074\",[]],[\"name/1075\",[390,63.828]],[\"comment/1075\",[]],[\"name/1076\",[11,38.814]],[\"comment/1076\",[]],[\"name/1077\",[6,29.883]],[\"comment/1077\",[]],[\"name/1078\",[83,51.591]],[\"comment/1078\",[]],[\"name/1079\",[388,60.464]],[\"comment/1079\",[]],[\"name/1080\",[243,57.95]],[\"comment/1080\",[]],[\"name/1081\",[378,55.944]],[\"comment/1081\",[]],[\"name/1082\",[389,60.464]],[\"comment/1082\",[]],[\"name/1083\",[391,63.828]],[\"comment/1083\",[]],[\"name/1084\",[11,38.814]],[\"comment/1084\",[]],[\"name/1085\",[6,29.883]],[\"comment/1085\",[]],[\"name/1086\",[83,51.591]],[\"comment/1086\",[]],[\"name/1087\",[388,60.464]],[\"comment/1087\",[]],[\"name/1088\",[392,63.828]],[\"comment/1088\",[]],[\"name/1089\",[11,38.814]],[\"comment/1089\",[]],[\"name/1090\",[6,29.883]],[\"comment/1090\",[]],[\"name/1091\",[393,63.828]],[\"comment/1091\",[]],[\"name/1092\",[394,63.828]],[\"comment/1092\",[]],[\"name/1093\",[395,63.828]],[\"comment/1093\",[]],[\"name/1094\",[11,38.814]],[\"comment/1094\",[]],[\"name/1095\",[6,29.883]],[\"comment/1095\",[]],[\"name/1096\",[83,51.591]],[\"comment/1096\",[]],[\"name/1097\",[393,63.828]],[\"comment/1097\",[]],[\"name/1098\",[394,63.828]],[\"comment/1098\",[]],[\"name/1099\",[378,55.944]],[\"comment/1099\",[]],[\"name/1100\",[389,60.464]],[\"comment/1100\",[]],[\"name/1101\",[396,63.828]],[\"comment/1101\",[]],[\"name/1102\",[11,38.814]],[\"comment/1102\",[]],[\"name/1103\",[6,29.883]],[\"comment/1103\",[]],[\"name/1104\",[397,63.828]],[\"comment/1104\",[]],[\"name/1105\",[398,60.464]],[\"comment/1105\",[]],[\"name/1106\",[399,60.464]],[\"comment/1106\",[]],[\"name/1107\",[400,57.95]],[\"comment/1107\",[]],[\"name/1108\",[401,57.95]],[\"comment/1108\",[]],[\"name/1109\",[402,63.828]],[\"comment/1109\",[]],[\"name/1110\",[11,38.814]],[\"comment/1110\",[]],[\"name/1111\",[6,29.883]],[\"comment/1111\",[]],[\"name/1112\",[83,51.591]],[\"comment/1112\",[]],[\"name/1113\",[397,63.828]],[\"comment/1113\",[]],[\"name/1114\",[398,60.464]],[\"comment/1114\",[]],[\"name/1115\",[399,60.464]],[\"comment/1115\",[]],[\"name/1116\",[400,57.95]],[\"comment/1116\",[]],[\"name/1117\",[401,57.95]],[\"comment/1117\",[]],[\"name/1118\",[403,63.828]],[\"comment/1118\",[]],[\"name/1119\",[404,63.828]],[\"comment/1119\",[]],[\"name/1120\",[11,38.814]],[\"comment/1120\",[]],[\"name/1121\",[6,29.883]],[\"comment/1121\",[]],[\"name/1122\",[405,68.937]],[\"comment/1122\",[]],[\"name/1123\",[406,68.937]],[\"comment/1123\",[]],[\"name/1124\",[407,68.937]],[\"comment/1124\",[]],[\"name/1125\",[400,57.95]],[\"comment/1125\",[]],[\"name/1126\",[401,57.95]],[\"comment/1126\",[]],[\"name/1127\",[408,63.828]],[\"comment/1127\",[]],[\"name/1128\",[11,38.814]],[\"comment/1128\",[]],[\"name/1129\",[409,68.937]],[\"comment/1129\",[]],[\"name/1130\",[6,29.883]],[\"comment/1130\",[]],[\"name/1131\",[410,68.937]],[\"comment/1131\",[]],[\"name/1132\",[146,60.464]],[\"comment/1132\",[]],[\"name/1133\",[411,68.937]],[\"comment/1133\",[]],[\"name/1134\",[235,60.464]],[\"comment/1134\",[]],[\"name/1135\",[236,60.464]],[\"comment/1135\",[]],[\"name/1136\",[412,60.464]],[\"comment/1136\",[]],[\"name/1137\",[413,60.464]],[\"comment/1137\",[]],[\"name/1138\",[414,68.937]],[\"comment/1138\",[]],[\"name/1139\",[415,68.937]],[\"comment/1139\",[]],[\"name/1140\",[232,60.464]],[\"comment/1140\",[]],[\"name/1141\",[416,60.464]],[\"comment/1141\",[]],[\"name/1142\",[417,60.464]],[\"comment/1142\",[]],[\"name/1143\",[418,60.464]],[\"comment/1143\",[]],[\"name/1144\",[419,60.464]],[\"comment/1144\",[]],[\"name/1145\",[420,68.937]],[\"comment/1145\",[]],[\"name/1146\",[421,68.937]],[\"comment/1146\",[]],[\"name/1147\",[137,43.287]],[\"comment/1147\",[]],[\"name/1148\",[422,68.937]],[\"comment/1148\",[]],[\"name/1149\",[423,68.937]],[\"comment/1149\",[]],[\"name/1150\",[424,63.828]],[\"comment/1150\",[]],[\"name/1151\",[425,68.937]],[\"comment/1151\",[]],[\"name/1152\",[426,68.937]],[\"comment/1152\",[]],[\"name/1153\",[427,68.937]],[\"comment/1153\",[]],[\"name/1154\",[149,63.828]],[\"comment/1154\",[]],[\"name/1155\",[152,63.828]],[\"comment/1155\",[]],[\"name/1156\",[153,63.828]],[\"comment/1156\",[]],[\"name/1157\",[154,63.828]],[\"comment/1157\",[]],[\"name/1158\",[157,63.828]],[\"comment/1158\",[]],[\"name/1159\",[158,63.828]],[\"comment/1159\",[]],[\"name/1160\",[159,63.828]],[\"comment/1160\",[]],[\"name/1161\",[138,63.828]],[\"comment/1161\",[]],[\"name/1162\",[428,68.937]],[\"comment/1162\",[]],[\"name/1163\",[429,68.937]],[\"comment/1163\",[]],[\"name/1164\",[430,68.937]],[\"comment/1164\",[]],[\"name/1165\",[431,68.937]],[\"comment/1165\",[]],[\"name/1166\",[377,63.828]],[\"comment/1166\",[]],[\"name/1167\",[432,68.937]],[\"comment/1167\",[]],[\"name/1168\",[433,68.937]],[\"comment/1168\",[]],[\"name/1169\",[434,68.937]],[\"comment/1169\",[]],[\"name/1170\",[435,68.937]],[\"comment/1170\",[]],[\"name/1171\",[436,68.937]],[\"comment/1171\",[]],[\"name/1172\",[437,68.937]],[\"comment/1172\",[]],[\"name/1173\",[438,68.937]],[\"comment/1173\",[]],[\"name/1174\",[439,68.937]],[\"comment/1174\",[]],[\"name/1175\",[440,68.937]],[\"comment/1175\",[]],[\"name/1176\",[441,68.937]],[\"comment/1176\",[]],[\"name/1177\",[442,68.937]],[\"comment/1177\",[]],[\"name/1178\",[443,68.937]],[\"comment/1178\",[]],[\"name/1179\",[144,63.828]],[\"comment/1179\",[]],[\"name/1180\",[270,42.311]],[\"comment/1180\",[]],[\"name/1181\",[271,42.311]],[\"comment/1181\",[]],[\"name/1182\",[444,63.828]],[\"comment/1182\",[]],[\"name/1183\",[445,63.828]],[\"comment/1183\",[]],[\"name/1184\",[268,42.311]],[\"comment/1184\",[]],[\"name/1185\",[446,63.828]],[\"comment/1185\",[]],[\"name/1186\",[447,63.828]],[\"comment/1186\",[]],[\"name/1187\",[264,42.311]],[\"comment/1187\",[]],[\"name/1188\",[448,63.828]],[\"comment/1188\",[]],[\"name/1189\",[449,63.828]],[\"comment/1189\",[]],[\"name/1190\",[238,63.828]],[\"comment/1190\",[]],[\"name/1191\",[239,63.828]],[\"comment/1191\",[]],[\"name/1192\",[240,63.828]],[\"comment/1192\",[]],[\"name/1193\",[241,63.828]],[\"comment/1193\",[]],[\"name/1194\",[417,60.464]],[\"comment/1194\",[]],[\"name/1195\",[6,29.883]],[\"comment/1195\",[]],[\"name/1196\",[135,43.814]],[\"comment/1196\",[]],[\"name/1197\",[137,43.287]],[\"comment/1197\",[]],[\"name/1198\",[424,63.828]],[\"comment/1198\",[]],[\"name/1199\",[418,60.464]],[\"comment/1199\",[]],[\"name/1200\",[6,29.883]],[\"comment/1200\",[]],[\"name/1201\",[135,43.814]],[\"comment/1201\",[]],[\"name/1202\",[137,43.287]],[\"comment/1202\",[]],[\"name/1203\",[450,68.937]],[\"comment/1203\",[]],[\"name/1204\",[451,68.937]],[\"comment/1204\",[]],[\"name/1205\",[340,57.95]],[\"comment/1205\",[]],[\"name/1206\",[452,63.828]],[\"comment/1206\",[]],[\"name/1207\",[453,68.937]],[\"comment/1207\",[]],[\"name/1208\",[454,68.937]],[\"comment/1208\",[]],[\"name/1209\",[455,63.828]],[\"comment/1209\",[]],[\"name/1210\",[6,29.883]],[\"comment/1210\",[]],[\"name/1211\",[135,43.814]],[\"comment/1211\",[]],[\"name/1212\",[137,43.287]],[\"comment/1212\",[]],[\"name/1213\",[456,68.937]],[\"comment/1213\",[]],[\"name/1214\",[457,68.937]],[\"comment/1214\",[]],[\"name/1215\",[458,68.937]],[\"comment/1215\",[]],[\"name/1216\",[459,68.937]],[\"comment/1216\",[]],[\"name/1217\",[460,68.937]],[\"comment/1217\",[]],[\"name/1218\",[461,68.937]],[\"comment/1218\",[]],[\"name/1219\",[462,63.828]],[\"comment/1219\",[]],[\"name/1220\",[6,29.883]],[\"comment/1220\",[]],[\"name/1221\",[135,43.814]],[\"comment/1221\",[]],[\"name/1222\",[137,43.287]],[\"comment/1222\",[]],[\"name/1223\",[463,68.937]],[\"comment/1223\",[]],[\"name/1224\",[464,68.937]],[\"comment/1224\",[]],[\"name/1225\",[465,68.937]],[\"comment/1225\",[]],[\"name/1226\",[338,57.95]],[\"comment/1226\",[]],[\"name/1227\",[452,63.828]],[\"comment/1227\",[]],[\"name/1228\",[466,68.937]],[\"comment/1228\",[]],[\"name/1229\",[467,68.937]],[\"comment/1229\",[]],[\"name/1230\",[468,63.828]],[\"comment/1230\",[]],[\"name/1231\",[469,68.937]],[\"comment/1231\",[]],[\"name/1232\",[470,68.937]],[\"comment/1232\",[]],[\"name/1233\",[471,63.828]],[\"comment/1233\",[]],[\"name/1234\",[472,68.937]],[\"comment/1234\",[]],[\"name/1235\",[473,68.937]],[\"comment/1235\",[]],[\"name/1236\",[474,63.828]],[\"comment/1236\",[]],[\"name/1237\",[6,29.883]],[\"comment/1237\",[]],[\"name/1238\",[305,52.842]],[\"comment/1238\",[]],[\"name/1239\",[475,63.828]],[\"comment/1239\",[]],[\"name/1240\",[419,60.464]],[\"comment/1240\",[]],[\"name/1241\",[6,29.883]],[\"comment/1241\",[]],[\"name/1242\",[135,43.814]],[\"comment/1242\",[]],[\"name/1243\",[305,52.842]],[\"comment/1243\",[]],[\"name/1244\",[475,63.828]],[\"comment/1244\",[]],[\"name/1245\",[137,43.287]],[\"comment/1245\",[]],[\"name/1246\",[476,68.937]],[\"comment/1246\",[]],[\"name/1247\",[477,63.828]],[\"comment/1247\",[]],[\"name/1248\",[478,68.937]],[\"comment/1248\",[]],[\"name/1249\",[479,68.937]],[\"comment/1249\",[]],[\"name/1250\",[480,68.937]],[\"comment/1250\",[]],[\"name/1251\",[481,68.937]],[\"comment/1251\",[]],[\"name/1252\",[482,68.937]],[\"comment/1252\",[]],[\"name/1253\",[483,68.937]],[\"comment/1253\",[]],[\"name/1254\",[484,68.937]],[\"comment/1254\",[]],[\"name/1255\",[485,68.937]],[\"comment/1255\",[]],[\"name/1256\",[416,60.464]],[\"comment/1256\",[]],[\"name/1257\",[6,29.883]],[\"comment/1257\",[]],[\"name/1258\",[135,43.814]],[\"comment/1258\",[]],[\"name/1259\",[137,43.287]],[\"comment/1259\",[]],[\"name/1260\",[486,68.937]],[\"comment/1260\",[]],[\"name/1261\",[270,42.311]],[\"comment/1261\",[]],[\"name/1262\",[271,42.311]],[\"comment/1262\",[]],[\"name/1263\",[444,63.828]],[\"comment/1263\",[]],[\"name/1264\",[445,63.828]],[\"comment/1264\",[]],[\"name/1265\",[268,42.311]],[\"comment/1265\",[]],[\"name/1266\",[446,63.828]],[\"comment/1266\",[]],[\"name/1267\",[447,63.828]],[\"comment/1267\",[]],[\"name/1268\",[264,42.311]],[\"comment/1268\",[]],[\"name/1269\",[448,63.828]],[\"comment/1269\",[]],[\"name/1270\",[449,63.828]],[\"comment/1270\",[]],[\"name/1271\",[487,63.828]],[\"comment/1271\",[]],[\"name/1272\",[6,29.883]],[\"comment/1272\",[]],[\"name/1273\",[83,51.591]],[\"comment/1273\",[]],[\"name/1274\",[488,68.937]],[\"comment/1274\",[]],[\"name/1275\",[489,68.937]],[\"comment/1275\",[]],[\"name/1276\",[490,68.937]],[\"comment/1276\",[]],[\"name/1277\",[398,60.464]],[\"comment/1277\",[]],[\"name/1278\",[399,60.464]],[\"comment/1278\",[]],[\"name/1279\",[400,57.95]],[\"comment/1279\",[]],[\"name/1280\",[401,57.95]],[\"comment/1280\",[]],[\"name/1281\",[491,63.828]],[\"comment/1281\",[]],[\"name/1282\",[6,29.883]],[\"comment/1282\",[]],[\"name/1283\",[135,43.814]],[\"comment/1283\",[]],[\"name/1284\",[492,68.937]],[\"comment/1284\",[]],[\"name/1285\",[493,68.937]],[\"comment/1285\",[]],[\"name/1286\",[412,60.464]],[\"comment/1286\",[]],[\"name/1287\",[413,60.464]],[\"comment/1287\",[]],[\"name/1288\",[494,63.828]],[\"comment/1288\",[]],[\"name/1289\",[495,68.937]],[\"comment/1289\",[]],[\"name/1290\",[496,68.937]],[\"comment/1290\",[]],[\"name/1291\",[137,43.287]],[\"comment/1291\",[]],[\"name/1292\",[497,68.937]],[\"comment/1292\",[]],[\"name/1293\",[498,68.937]],[\"comment/1293\",[]],[\"name/1294\",[499,68.937]],[\"comment/1294\",[]],[\"name/1295\",[500,68.937]],[\"comment/1295\",[]],[\"name/1296\",[501,68.937]],[\"comment/1296\",[]],[\"name/1297\",[502,68.937]],[\"comment/1297\",[]],[\"name/1298\",[503,68.937]],[\"comment/1298\",[]],[\"name/1299\",[504,68.937]],[\"comment/1299\",[]],[\"name/1300\",[505,68.937]],[\"comment/1300\",[]],[\"name/1301\",[506,68.937]],[\"comment/1301\",[]],[\"name/1302\",[507,68.937]],[\"comment/1302\",[]],[\"name/1303\",[508,68.937]],[\"comment/1303\",[]],[\"name/1304\",[509,68.937]],[\"comment/1304\",[]],[\"name/1305\",[510,68.937]],[\"comment/1305\",[]],[\"name/1306\",[511,68.937]],[\"comment/1306\",[]],[\"name/1307\",[512,68.937]],[\"comment/1307\",[]],[\"name/1308\",[513,68.937]],[\"comment/1308\",[]],[\"name/1309\",[514,68.937]],[\"comment/1309\",[]],[\"name/1310\",[515,68.937]],[\"comment/1310\",[]],[\"name/1311\",[516,68.937]],[\"comment/1311\",[]],[\"name/1312\",[517,68.937]],[\"comment/1312\",[]],[\"name/1313\",[518,68.937]],[\"comment/1313\",[]],[\"name/1314\",[519,68.937]],[\"comment/1314\",[]],[\"name/1315\",[520,68.937]],[\"comment/1315\",[]],[\"name/1316\",[521,68.937]],[\"comment/1316\",[]],[\"name/1317\",[522,68.937]],[\"comment/1317\",[]],[\"name/1318\",[523,68.937]],[\"comment/1318\",[]],[\"name/1319\",[524,68.937]],[\"comment/1319\",[]],[\"name/1320\",[525,68.937]],[\"comment/1320\",[]],[\"name/1321\",[526,68.937]],[\"comment/1321\",[]],[\"name/1322\",[527,68.937]],[\"comment/1322\",[]],[\"name/1323\",[528,63.828]],[\"comment/1323\",[]],[\"name/1324\",[6,29.883]],[\"comment/1324\",[]],[\"name/1325\",[135,43.814]],[\"comment/1325\",[]],[\"name/1326\",[412,60.464]],[\"comment/1326\",[]],[\"name/1327\",[413,60.464]],[\"comment/1327\",[]],[\"name/1328\",[494,63.828]],[\"comment/1328\",[]],[\"name/1329\",[529,68.937]],[\"comment/1329\",[]],[\"name/1330\",[137,43.287]],[\"comment/1330\",[]],[\"name/1331\",[530,68.937]],[\"comment/1331\",[]],[\"name/1332\",[531,68.937]],[\"comment/1332\",[]],[\"name/1333\",[532,68.937]],[\"comment/1333\",[]],[\"name/1334\",[533,68.937]],[\"comment/1334\",[]],[\"name/1335\",[534,68.937]],[\"comment/1335\",[]],[\"name/1336\",[535,68.937]],[\"comment/1336\",[]],[\"name/1337\",[536,68.937]],[\"comment/1337\",[]],[\"name/1338\",[537,68.937]],[\"comment/1338\",[]],[\"name/1339\",[538,68.937]],[\"comment/1339\",[]],[\"name/1340\",[539,68.937]],[\"comment/1340\",[]],[\"name/1341\",[540,68.937]],[\"comment/1341\",[]],[\"name/1342\",[541,68.937]],[\"comment/1342\",[]],[\"name/1343\",[542,68.937]],[\"comment/1343\",[]],[\"name/1344\",[543,68.937]],[\"comment/1344\",[]],[\"name/1345\",[544,68.937]],[\"comment/1345\",[]],[\"name/1346\",[545,68.937]],[\"comment/1346\",[]],[\"name/1347\",[546,68.937]],[\"comment/1347\",[]],[\"name/1348\",[547,68.937]],[\"comment/1348\",[]],[\"name/1349\",[548,68.937]],[\"comment/1349\",[]],[\"name/1350\",[549,68.937]],[\"comment/1350\",[]],[\"name/1351\",[550,68.937]],[\"comment/1351\",[]],[\"name/1352\",[551,68.937]],[\"comment/1352\",[]],[\"name/1353\",[552,68.937]],[\"comment/1353\",[]],[\"name/1354\",[553,68.937]],[\"comment/1354\",[]],[\"name/1355\",[554,68.937]],[\"comment/1355\",[]],[\"name/1356\",[555,68.937]],[\"comment/1356\",[]],[\"name/1357\",[556,68.937]],[\"comment/1357\",[]],[\"name/1358\",[557,68.937]],[\"comment/1358\",[]],[\"name/1359\",[558,68.937]],[\"comment/1359\",[]],[\"name/1360\",[559,68.937]],[\"comment/1360\",[]],[\"name/1361\",[560,68.937]],[\"comment/1361\",[]],[\"name/1362\",[561,68.937]],[\"comment/1362\",[]],[\"name/1363\",[562,68.937]],[\"comment/1363\",[]],[\"name/1364\",[563,68.937]],[\"comment/1364\",[]],[\"name/1365\",[564,68.937]],[\"comment/1365\",[]],[\"name/1366\",[565,68.937]],[\"comment/1366\",[]],[\"name/1367\",[566,68.937]],[\"comment/1367\",[]],[\"name/1368\",[567,68.937]],[\"comment/1368\",[]],[\"name/1369\",[568,68.937]],[\"comment/1369\",[]],[\"name/1370\",[569,68.937]],[\"comment/1370\",[]],[\"name/1371\",[570,68.937]],[\"comment/1371\",[]],[\"name/1372\",[571,68.937]],[\"comment/1372\",[]],[\"name/1373\",[572,68.937]],[\"comment/1373\",[]],[\"name/1374\",[573,68.937]],[\"comment/1374\",[]],[\"name/1375\",[574,68.937]],[\"comment/1375\",[]],[\"name/1376\",[575,68.937]],[\"comment/1376\",[]],[\"name/1377\",[576,68.937]],[\"comment/1377\",[]],[\"name/1378\",[577,68.937]],[\"comment/1378\",[]],[\"name/1379\",[319,63.828]],[\"comment/1379\",[]],[\"name/1380\",[0,63.828]],[\"comment/1380\",[]],[\"name/1381\",[1,63.828]],[\"comment/1381\",[]],[\"name/1382\",[5,63.828]],[\"comment/1382\",[]],[\"name/1383\",[7,63.828]],[\"comment/1383\",[]],[\"name/1384\",[13,54.273]],[\"comment/1384\",[]],[\"name/1385\",[15,63.828]],[\"comment/1385\",[]],[\"name/1386\",[16,63.828]],[\"comment/1386\",[]],[\"name/1387\",[18,63.828]],[\"comment/1387\",[]],[\"name/1388\",[29,63.828]],[\"comment/1388\",[]],[\"name/1389\",[30,63.828]],[\"comment/1389\",[]],[\"name/1390\",[31,63.828]],[\"comment/1390\",[]],[\"name/1391\",[36,63.828]],[\"comment/1391\",[]],[\"name/1392\",[108,63.828]],[\"comment/1392\",[]],[\"name/1393\",[134,63.828]],[\"comment/1393\",[]],[\"name/1394\",[146,60.464]],[\"comment/1394\",[]],[\"name/1395\",[160,63.828]],[\"comment/1395\",[]],[\"name/1396\",[161,60.464]],[\"comment/1396\",[]],[\"name/1397\",[168,63.828]],[\"comment/1397\",[]],[\"name/1398\",[171,63.828]],[\"comment/1398\",[]],[\"name/1399\",[175,63.828]],[\"comment/1399\",[]],[\"name/1400\",[189,63.828]],[\"comment/1400\",[]],[\"name/1401\",[199,63.828]],[\"comment/1401\",[]],[\"name/1402\",[200,63.828]],[\"comment/1402\",[]],[\"name/1403\",[201,63.828]],[\"comment/1403\",[]],[\"name/1404\",[202,63.828]],[\"comment/1404\",[]],[\"name/1405\",[203,63.828]],[\"comment/1405\",[]],[\"name/1406\",[204,63.828]],[\"comment/1406\",[]],[\"name/1407\",[205,63.828]],[\"comment/1407\",[]],[\"name/1408\",[206,63.828]],[\"comment/1408\",[]],[\"name/1409\",[215,63.828]],[\"comment/1409\",[]],[\"name/1410\",[219,63.828]],[\"comment/1410\",[]],[\"name/1411\",[220,63.828]],[\"comment/1411\",[]],[\"name/1412\",[221,63.828]],[\"comment/1412\",[]],[\"name/1413\",[222,63.828]],[\"comment/1413\",[]],[\"name/1414\",[223,63.828]],[\"comment/1414\",[]],[\"name/1415\",[224,63.828]],[\"comment/1415\",[]],[\"name/1416\",[225,63.828]],[\"comment/1416\",[]],[\"name/1417\",[226,63.828]],[\"comment/1417\",[]],[\"name/1418\",[227,63.828]],[\"comment/1418\",[]],[\"name/1419\",[232,60.464]],[\"comment/1419\",[]],[\"name/1420\",[233,63.828]],[\"comment/1420\",[]],[\"name/1421\",[235,60.464]],[\"comment/1421\",[]],[\"name/1422\",[236,60.464]],[\"comment/1422\",[]],[\"name/1423\",[242,63.828]],[\"comment/1423\",[]],[\"name/1424\",[263,57.95]],[\"comment/1424\",[]],[\"name/1425\",[272,60.464]],[\"comment/1425\",[]],[\"name/1426\",[290,63.828]],[\"comment/1426\",[]],[\"name/1427\",[292,63.828]],[\"comment/1427\",[]],[\"name/1428\",[273,57.95]],[\"comment/1428\",[]],[\"name/1429\",[289,60.464]],[\"comment/1429\",[]],[\"name/1430\",[274,57.95]],[\"comment/1430\",[]],[\"name/1431\",[284,57.95]],[\"comment/1431\",[]],[\"name/1432\",[275,57.95]],[\"comment/1432\",[]],[\"name/1433\",[276,57.95]],[\"comment/1433\",[]],[\"name/1434\",[278,57.95]],[\"comment/1434\",[]],[\"name/1435\",[285,57.95]],[\"comment/1435\",[]],[\"name/1436\",[277,57.95]],[\"comment/1436\",[]],[\"name/1437\",[279,57.95]],[\"comment/1437\",[]],[\"name/1438\",[281,60.464]],[\"comment/1438\",[]],[\"name/1439\",[288,60.464]],[\"comment/1439\",[]],[\"name/1440\",[280,57.95]],[\"comment/1440\",[]],[\"name/1441\",[282,57.95]],[\"comment/1441\",[]],[\"name/1442\",[286,57.95]],[\"comment/1442\",[]],[\"name/1443\",[283,57.95]],[\"comment/1443\",[]],[\"name/1444\",[287,57.95]],[\"comment/1444\",[]],[\"name/1445\",[312,57.95]],[\"comment/1445\",[]],[\"name/1446\",[321,63.828]],[\"comment/1446\",[]],[\"name/1447\",[83,51.591]],[\"comment/1447\",[]],[\"name/1448\",[368,60.464]],[\"comment/1448\",[]],[\"name/1449\",[370,63.828]],[\"comment/1449\",[]],[\"name/1450\",[38,57.95]],[\"comment/1450\",[]],[\"name/1451\",[378,55.944]],[\"comment/1451\",[]],[\"name/1452\",[383,63.828]],[\"comment/1452\",[]],[\"name/1453\",[387,63.828]],[\"comment/1453\",[]],[\"name/1454\",[390,63.828]],[\"comment/1454\",[]],[\"name/1455\",[391,63.828]],[\"comment/1455\",[]],[\"name/1456\",[392,63.828]],[\"comment/1456\",[]],[\"name/1457\",[395,63.828]],[\"comment/1457\",[]],[\"name/1458\",[396,63.828]],[\"comment/1458\",[]],[\"name/1459\",[402,63.828]],[\"comment/1459\",[]],[\"name/1460\",[403,63.828]],[\"comment/1460\",[]],[\"name/1461\",[404,63.828]],[\"comment/1461\",[]],[\"name/1462\",[408,63.828]],[\"comment/1462\",[]],[\"name/1463\",[417,60.464]],[\"comment/1463\",[]],[\"name/1464\",[418,60.464]],[\"comment/1464\",[]],[\"name/1465\",[340,57.95]],[\"comment/1465\",[]],[\"name/1466\",[455,63.828]],[\"comment/1466\",[]],[\"name/1467\",[462,63.828]],[\"comment/1467\",[]],[\"name/1468\",[338,57.95]],[\"comment/1468\",[]],[\"name/1469\",[468,63.828]],[\"comment/1469\",[]],[\"name/1470\",[471,63.828]],[\"comment/1470\",[]],[\"name/1471\",[474,63.828]],[\"comment/1471\",[]],[\"name/1472\",[419,60.464]],[\"comment/1472\",[]],[\"name/1473\",[477,63.828]],[\"comment/1473\",[]],[\"name/1474\",[416,60.464]],[\"comment/1474\",[]],[\"name/1475\",[487,63.828]],[\"comment/1475\",[]],[\"name/1476\",[491,63.828]],[\"comment/1476\",[]],[\"name/1477\",[528,63.828]],[\"comment/1477\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":376,\"name\":{\"1048\":{}},\"comment\":{}}],[\"_applyimpulsestodynamicbodies\",{\"_index\":495,\"name\":{\"1289\":{}},\"comment\":{}}],[\"_charactermass\",{\"_index\":496,\"name\":{\"1290\":{}},\"comment\":{}}],[\"_chassis\",{\"_index\":529,\"name\":{\"1329\":{}},\"comment\":{}}],[\"_parent\",{\"_index\":323,\"name\":{\"908\":{}},\"comment\":{}}],[\"_shape\",{\"_index\":322,\"name\":{\"907\":{}},\"comment\":{}}],[\"a\",{\"_index\":302,\"name\":{\"707\":{},\"722\":{},\"738\":{}},\"comment\":{}}],[\"accelerationbased\",{\"_index\":169,\"name\":{\"230\":{}},\"comment\":{}}],[\"activecollisiontypes\",{\"_index\":312,\"name\":{\"893\":{},\"934\":{},\"1021\":{},\"1445\":{}},\"comment\":{}}],[\"activeevents\",{\"_index\":340,\"name\":{\"932\":{},\"1019\":{},\"1205\":{},\"1465\":{}},\"comment\":{}}],[\"activehooks\",{\"_index\":338,\"name\":{\"930\":{},\"1020\":{},\"1226\":{},\"1468\":{}},\"comment\":{}}],[\"addforce\",{\"_index\":102,\"name\":{\"123\":{}},\"comment\":{}}],[\"addforceatpoint\",{\"_index\":106,\"name\":{\"127\":{}},\"comment\":{}}],[\"additionalsolveriterations\",{\"_index\":51,\"name\":{\"71\":{},\"164\":{}},\"comment\":{}}],[\"addtorque\",{\"_index\":104,\"name\":{\"125\":{}},\"comment\":{}}],[\"addwheel\",{\"_index\":536,\"name\":{\"1337\":{}},\"comment\":{}}],[\"all\",{\"_index\":320,\"name\":{\"901\":{}},\"comment\":{}}],[\"anchor1\",{\"_index\":183,\"name\":{\"252\":{},\"280\":{},\"299\":{},\"318\":{},\"337\":{},\"365\":{},\"393\":{},\"412\":{},\"431\":{},\"446\":{}},\"comment\":{}}],[\"anchor2\",{\"_index\":184,\"name\":{\"253\":{},\"281\":{},\"300\":{},\"319\":{},\"338\":{},\"366\":{},\"394\":{},\"413\":{},\"432\":{},\"447\":{}},\"comment\":{}}],[\"angulardamping\",{\"_index\":94,\"name\":{\"115\":{},\"157\":{}},\"comment\":{}}],[\"angularinertialocalframe\",{\"_index\":119,\"name\":{\"151\":{},\"1008\":{}},\"comment\":{}}],[\"angvel\",{\"_index\":68,\"name\":{\"89\":{},\"149\":{}},\"comment\":{}}],[\"angx\",{\"_index\":172,\"name\":{\"236\":{}},\"comment\":{}}],[\"angy\",{\"_index\":173,\"name\":{\"237\":{}},\"comment\":{}}],[\"angz\",{\"_index\":174,\"name\":{\"238\":{}},\"comment\":{}}],[\"applyimpulse\",{\"_index\":103,\"name\":{\"124\":{}},\"comment\":{}}],[\"applyimpulseatpoint\",{\"_index\":107,\"name\":{\"128\":{}},\"comment\":{}}],[\"applyimpulsestodynamicbodies\",{\"_index\":499,\"name\":{\"1294\":{}},\"comment\":{}}],[\"applytorqueimpulse\",{\"_index\":105,\"name\":{\"126\":{}},\"comment\":{}}],[\"autostepenabled\",{\"_index\":512,\"name\":{\"1307\":{}},\"comment\":{}}],[\"autostepincludesdynamicbodies\",{\"_index\":511,\"name\":{\"1306\":{}},\"comment\":{}}],[\"autostepmaxheight\",{\"_index\":509,\"name\":{\"1304\":{}},\"comment\":{}}],[\"autostepminwidth\",{\"_index\":510,\"name\":{\"1305\":{}},\"comment\":{}}],[\"average\",{\"_index\":228,\"name\":{\"541\":{}},\"comment\":{}}],[\"axesmask\",{\"_index\":211,\"name\":{\"454\":{}},\"comment\":{}}],[\"axis\",{\"_index\":207,\"name\":{\"448\":{}},\"comment\":{}}],[\"b\",{\"_index\":303,\"name\":{\"708\":{},\"723\":{},\"739\":{}},\"comment\":{}}],[\"ball\",{\"_index\":273,\"name\":{\"605\":{},\"631\":{},\"983\":{},\"1428\":{}},\"comment\":{}}],[\"bodies\",{\"_index\":412,\"name\":{\"1136\":{},\"1286\":{},\"1326\":{}},\"comment\":{}}],[\"body1\",{\"_index\":178,\"name\":{\"247\":{},\"275\":{},\"294\":{},\"313\":{},\"332\":{},\"360\":{},\"388\":{},\"407\":{},\"426\":{}},\"comment\":{}}],[\"body2\",{\"_index\":179,\"name\":{\"248\":{},\"276\":{},\"295\":{},\"314\":{},\"333\":{},\"361\":{},\"389\":{},\"408\":{},\"427\":{}},\"comment\":{}}],[\"bodyset\",{\"_index\":177,\"name\":{\"243\":{},\"271\":{},\"290\":{},\"309\":{},\"328\":{},\"356\":{},\"384\":{},\"403\":{},\"422\":{}},\"comment\":{}}],[\"bodytype\",{\"_index\":86,\"name\":{\"107\":{}},\"comment\":{}}],[\"borderradius\",{\"_index\":300,\"name\":{\"678\":{},\"741\":{},\"803\":{},\"852\":{},\"883\":{}},\"comment\":{}}],[\"broadphase\",{\"_index\":235,\"name\":{\"554\":{},\"1134\":{},\"1421\":{}},\"comment\":{}}],[\"c\",{\"_index\":304,\"name\":{\"724\":{},\"740\":{}},\"comment\":{}}],[\"cansleep\",{\"_index\":125,\"name\":{\"159\":{}},\"comment\":{}}],[\"capsule\",{\"_index\":275,\"name\":{\"607\":{},\"688\":{},\"984\":{},\"1432\":{}},\"comment\":{}}],[\"castclosure\",{\"_index\":375,\"name\":{\"1047\":{}},\"comment\":{}}],[\"castcollider\",{\"_index\":366,\"name\":{\"972\":{}},\"comment\":{}}],[\"castray\",{\"_index\":270,\"name\":{\"602\":{},\"643\":{},\"657\":{},\"671\":{},\"686\":{},\"701\":{},\"716\":{},\"732\":{},\"749\":{},\"764\":{},\"780\":{},\"795\":{},\"811\":{},\"829\":{},\"844\":{},\"860\":{},\"875\":{},\"891\":{},\"976\":{},\"1180\":{},\"1261\":{}},\"comment\":{}}],[\"castrayandgetnormal\",{\"_index\":271,\"name\":{\"603\":{},\"644\":{},\"658\":{},\"672\":{},\"687\":{},\"702\":{},\"717\":{},\"733\":{},\"750\":{},\"765\":{},\"781\":{},\"796\":{},\"812\":{},\"830\":{},\"845\":{},\"861\":{},\"876\":{},\"892\":{},\"977\":{},\"1181\":{},\"1262\":{}},\"comment\":{}}],[\"castshape\",{\"_index\":264,\"name\":{\"596\":{},\"637\":{},\"651\":{},\"665\":{},\"680\":{},\"695\":{},\"710\":{},\"726\":{},\"743\":{},\"758\":{},\"774\":{},\"789\":{},\"805\":{},\"823\":{},\"838\":{},\"854\":{},\"869\":{},\"885\":{},\"971\":{},\"1187\":{},\"1268\":{}},\"comment\":{}}],[\"ccdenabled\",{\"_index\":127,\"name\":{\"161\":{}},\"comment\":{}}],[\"ccdsolver\",{\"_index\":232,\"name\":{\"545\":{},\"1140\":{},\"1419\":{}},\"comment\":{}}],[\"centerofmass\",{\"_index\":115,\"name\":{\"145\":{},\"1006\":{}},\"comment\":{}}],[\"charactercollision\",{\"_index\":487,\"name\":{\"1271\":{},\"1475\":{}},\"comment\":{}}],[\"charactercontrollers\",{\"_index\":420,\"name\":{\"1145\":{}},\"comment\":{}}],[\"charactermass\",{\"_index\":501,\"name\":{\"1296\":{}},\"comment\":{}}],[\"chassis\",{\"_index\":532,\"name\":{\"1333\":{}},\"comment\":{}}],[\"clear\",{\"_index\":465,\"name\":{\"1225\":{}},\"comment\":{}}],[\"coefficientcombinerule\",{\"_index\":227,\"name\":{\"540\":{},\"1418\":{}},\"comment\":{}}],[\"collider\",{\"_index\":83,\"name\":{\"104\":{},\"903\":{},\"1078\":{},\"1086\":{},\"1096\":{},\"1112\":{},\"1273\":{},\"1447\":{}},\"comment\":{}}],[\"collider1\",{\"_index\":456,\"name\":{\"1213\":{}},\"comment\":{}}],[\"collider2\",{\"_index\":457,\"name\":{\"1214\":{}},\"comment\":{}}],[\"colliderdesc\",{\"_index\":370,\"name\":{\"982\":{},\"1449\":{}},\"comment\":{}}],[\"colliderhandle\",{\"_index\":321,\"name\":{\"902\":{},\"1446\":{}},\"comment\":{}}],[\"colliders\",{\"_index\":413,\"name\":{\"1137\":{},\"1287\":{},\"1327\":{}},\"comment\":{}}],[\"colliderset\",{\"_index\":38,\"name\":{\"58\":{},\"905\":{},\"1042\":{},\"1450\":{}},\"comment\":{}}],[\"collidershapecasthit\",{\"_index\":402,\"name\":{\"1109\":{},\"1459\":{}},\"comment\":{}}],[\"colliderswithaabbintersectingaabb\",{\"_index\":449,\"name\":{\"1189\":{},\"1270\":{}},\"comment\":{}}],[\"collision_events\",{\"_index\":453,\"name\":{\"1207\":{}},\"comment\":{}}],[\"collisiongroups\",{\"_index\":364,\"name\":{\"966\":{},\"1015\":{}},\"comment\":{}}],[\"colors\",{\"_index\":475,\"name\":{\"1239\":{},\"1244\":{}},\"comment\":{}}],[\"compute_impulse\",{\"_index\":470,\"name\":{\"1232\":{}},\"comment\":{}}],[\"computecollidermovement\",{\"_index\":523,\"name\":{\"1318\":{}},\"comment\":{}}],[\"computedcollision\",{\"_index\":527,\"name\":{\"1322\":{}},\"comment\":{}}],[\"computedgrounded\",{\"_index\":525,\"name\":{\"1320\":{}},\"comment\":{}}],[\"computedmovement\",{\"_index\":524,\"name\":{\"1319\":{}},\"comment\":{}}],[\"cone\",{\"_index\":283,\"name\":{\"615\":{},\"862\":{},\"995\":{},\"1443\":{}},\"comment\":{}}],[\"configuremotor\",{\"_index\":198,\"name\":{\"269\":{},\"354\":{},\"382\":{}},\"comment\":{}}],[\"configuremotormodel\",{\"_index\":195,\"name\":{\"266\":{},\"351\":{},\"379\":{}},\"comment\":{}}],[\"configuremotorposition\",{\"_index\":197,\"name\":{\"268\":{},\"353\":{},\"381\":{}},\"comment\":{}}],[\"configuremotorvelocity\",{\"_index\":196,\"name\":{\"267\":{},\"352\":{},\"380\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":6,\"name\":{\"6\":{},\"16\":{},\"23\":{},\"33\":{},\"35\":{},\"48\":{},\"56\":{},\"138\":{},\"190\":{},\"204\":{},\"241\":{},\"260\":{},\"288\":{},\"307\":{},\"326\":{},\"345\":{},\"373\":{},\"401\":{},\"420\":{},\"445\":{},\"460\":{},\"477\":{},\"485\":{},\"494\":{},\"502\":{},\"511\":{},\"520\":{},\"527\":{},\"546\":{},\"550\":{},\"555\":{},\"559\":{},\"568\":{},\"593\":{},\"633\":{},\"647\":{},\"661\":{},\"675\":{},\"690\":{},\"705\":{},\"720\":{},\"736\":{},\"753\":{},\"768\":{},\"784\":{},\"799\":{},\"815\":{},\"833\":{},\"848\":{},\"864\":{},\"879\":{},\"904\":{},\"1001\":{},\"1043\":{},\"1064\":{},\"1070\":{},\"1077\":{},\"1085\":{},\"1090\":{},\"1095\":{},\"1103\":{},\"1111\":{},\"1121\":{},\"1130\":{},\"1195\":{},\"1200\":{},\"1210\":{},\"1220\":{},\"1237\":{},\"1241\":{},\"1257\":{},\"1272\":{},\"1282\":{},\"1324\":{}},\"comment\":{}}],[\"contact_force_events\",{\"_index\":454,\"name\":{\"1208\":{}},\"comment\":{}}],[\"contactcollider\",{\"_index\":367,\"name\":{\"975\":{}},\"comment\":{}}],[\"contactdist\",{\"_index\":251,\"name\":{\"579\":{}},\"comment\":{}}],[\"contactfid1\",{\"_index\":252,\"name\":{\"580\":{}},\"comment\":{}}],[\"contactfid2\",{\"_index\":253,\"name\":{\"581\":{}},\"comment\":{}}],[\"contactforceeventthreshold\",{\"_index\":343,\"name\":{\"936\":{},\"1022\":{}},\"comment\":{}}],[\"contactimpulse\",{\"_index\":254,\"name\":{\"582\":{}},\"comment\":{}}],[\"contactpair\",{\"_index\":240,\"name\":{\"565\":{},\"1192\":{}},\"comment\":{}}],[\"contactpairswith\",{\"_index\":238,\"name\":{\"563\":{},\"1190\":{}},\"comment\":{}}],[\"contactsenabled\",{\"_index\":188,\"name\":{\"257\":{},\"285\":{},\"304\":{},\"323\":{},\"342\":{},\"370\":{},\"398\":{},\"417\":{},\"436\":{},\"482\":{},\"491\":{},\"499\":{},\"508\":{},\"517\":{},\"525\":{}},\"comment\":{}}],[\"contactshape\",{\"_index\":266,\"name\":{\"598\":{},\"639\":{},\"653\":{},\"667\":{},\"682\":{},\"697\":{},\"712\":{},\"728\":{},\"745\":{},\"760\":{},\"776\":{},\"791\":{},\"807\":{},\"825\":{},\"840\":{},\"856\":{},\"871\":{},\"887\":{},\"974\":{}},\"comment\":{}}],[\"contactskin\",{\"_index\":336,\"name\":{\"928\":{},\"1023\":{}},\"comment\":{}}],[\"contacttangentimpulsex\",{\"_index\":255,\"name\":{\"583\":{}},\"comment\":{}}],[\"contacttangentimpulsey\",{\"_index\":256,\"name\":{\"584\":{}},\"comment\":{}}],[\"contains\",{\"_index\":141,\"name\":{\"198\":{},\"470\":{},\"535\":{},\"1055\":{}},\"comment\":{}}],[\"containspoint\",{\"_index\":267,\"name\":{\"599\":{},\"640\":{},\"654\":{},\"668\":{},\"683\":{},\"698\":{},\"713\":{},\"729\":{},\"746\":{},\"761\":{},\"777\":{},\"792\":{},\"808\":{},\"826\":{},\"841\":{},\"857\":{},\"872\":{},\"888\":{},\"968\":{}},\"comment\":{}}],[\"convexhull\",{\"_index\":371,\"name\":{\"997\":{}},\"comment\":{}}],[\"convexmesh\",{\"_index\":372,\"name\":{\"998\":{}},\"comment\":{}}],[\"convexpolyhedron\",{\"_index\":281,\"name\":{\"613\":{},\"782\":{},\"1438\":{}},\"comment\":{}}],[\"copy\",{\"_index\":12,\"name\":{\"15\":{},\"32\":{}},\"comment\":{}}],[\"createcharactercontroller\",{\"_index\":428,\"name\":{\"1162\":{}},\"comment\":{}}],[\"createcollider\",{\"_index\":377,\"name\":{\"1050\":{},\"1166\":{}},\"comment\":{}}],[\"createimpulsejoint\",{\"_index\":432,\"name\":{\"1167\":{}},\"comment\":{}}],[\"createjoint\",{\"_index\":216,\"name\":{\"465\":{},\"531\":{}},\"comment\":{}}],[\"createmultibodyjoint\",{\"_index\":433,\"name\":{\"1168\":{}},\"comment\":{}}],[\"createrigidbody\",{\"_index\":138,\"name\":{\"195\":{},\"1161\":{}},\"comment\":{}}],[\"createvehiclecontroller\",{\"_index\":430,\"name\":{\"1164\":{}},\"comment\":{}}],[\"cuboid\",{\"_index\":274,\"name\":{\"606\":{},\"659\":{},\"990\":{},\"1430\":{}},\"comment\":{}}],[\"currentvehiclespeed\",{\"_index\":531,\"name\":{\"1332\":{}},\"comment\":{}}],[\"cylinder\",{\"_index\":282,\"name\":{\"614\":{},\"831\":{},\"993\":{},\"1441\":{}},\"comment\":{}}],[\"damping\",{\"_index\":213,\"name\":{\"456\":{}},\"comment\":{}}],[\"debugrender\",{\"_index\":423,\"name\":{\"1149\":{}},\"comment\":{}}],[\"debugrenderbuffers\",{\"_index\":474,\"name\":{\"1236\":{},\"1471\":{}},\"comment\":{}}],[\"debugrenderpipeline\",{\"_index\":419,\"name\":{\"1144\":{},\"1240\":{},\"1472\":{}},\"comment\":{}}],[\"default\",{\"_index\":319,\"name\":{\"900\":{},\"1379\":{}},\"comment\":{}}],[\"delete_bad_topology_triangles\",{\"_index\":293,\"name\":{\"625\":{}},\"comment\":{}}],[\"delete_degenerate_triangles\",{\"_index\":296,\"name\":{\"628\":{}},\"comment\":{}}],[\"delete_duplicate_triangles\",{\"_index\":297,\"name\":{\"629\":{}},\"comment\":{}}],[\"density\",{\"_index\":362,\"name\":{\"963\":{},\"979\":{},\"1009\":{}},\"comment\":{}}],[\"deserializeall\",{\"_index\":451,\"name\":{\"1204\":{}},\"comment\":{}}],[\"dir\",{\"_index\":385,\"name\":{\"1066\":{}},\"comment\":{}}],[\"disableautostep\",{\"_index\":514,\"name\":{\"1309\":{}},\"comment\":{}}],[\"disablesnaptoground\",{\"_index\":521,\"name\":{\"1316\":{}},\"comment\":{}}],[\"distance\",{\"_index\":405,\"name\":{\"1122\":{}},\"comment\":{}}],[\"dominancegroup\",{\"_index\":49,\"name\":{\"69\":{},\"163\":{}},\"comment\":{}}],[\"draincollisionevents\",{\"_index\":463,\"name\":{\"1223\":{}},\"comment\":{}}],[\"draincontactforceevents\",{\"_index\":464,\"name\":{\"1224\":{}},\"comment\":{}}],[\"dt\",{\"_index\":147,\"name\":{\"207\":{}},\"comment\":{}}],[\"dynamic\",{\"_index\":32,\"name\":{\"51\":{},\"130\":{}},\"comment\":{}}],[\"dynamic_dynamic\",{\"_index\":313,\"name\":{\"894\":{}},\"comment\":{}}],[\"dynamic_fixed\",{\"_index\":315,\"name\":{\"896\":{}},\"comment\":{}}],[\"dynamic_kinematic\",{\"_index\":314,\"name\":{\"895\":{}},\"comment\":{}}],[\"dynamicraycastvehiclecontroller\",{\"_index\":528,\"name\":{\"1323\":{},\"1477\":{}},\"comment\":{}}],[\"edge\",{\"_index\":380,\"name\":{\"1060\":{}},\"comment\":{}}],[\"effectiveangularinertia\",{\"_index\":78,\"name\":{\"99\":{}},\"comment\":{}}],[\"effectiveinvmass\",{\"_index\":70,\"name\":{\"91\":{}},\"comment\":{}}],[\"effectiveworldinvinertiasqrt\",{\"_index\":77,\"name\":{\"98\":{}},\"comment\":{}}],[\"elements\",{\"_index\":19,\"name\":{\"36\":{}},\"comment\":{}}],[\"empty\",{\"_index\":469,\"name\":{\"1231\":{}},\"comment\":{}}],[\"enableautostep\",{\"_index\":513,\"name\":{\"1308\":{}},\"comment\":{}}],[\"enableccd\",{\"_index\":53,\"name\":{\"73\":{}},\"comment\":{}}],[\"enabled\",{\"_index\":113,\"name\":{\"139\":{},\"1002\":{}},\"comment\":{}}],[\"enabledrotations\",{\"_index\":129,\"name\":{\"179\":{}},\"comment\":{}}],[\"enabledtranslations\",{\"_index\":128,\"name\":{\"176\":{}},\"comment\":{}}],[\"enablesnaptoground\",{\"_index\":520,\"name\":{\"1315\":{}},\"comment\":{}}],[\"ensureshapeiscached\",{\"_index\":324,\"name\":{\"910\":{}},\"comment\":{}}],[\"erp\",{\"_index\":148,\"name\":{\"208\":{}},\"comment\":{}}],[\"eventqueue\",{\"_index\":462,\"name\":{\"1219\":{},\"1467\":{}},\"comment\":{}}],[\"exclude_dynamic\",{\"_index\":480,\"name\":{\"1250\":{}},\"comment\":{}}],[\"exclude_fixed\",{\"_index\":478,\"name\":{\"1248\":{}},\"comment\":{}}],[\"exclude_kinematic\",{\"_index\":479,\"name\":{\"1249\":{}},\"comment\":{}}],[\"exclude_sensors\",{\"_index\":481,\"name\":{\"1251\":{}},\"comment\":{}}],[\"exclude_solids\",{\"_index\":482,\"name\":{\"1252\":{}},\"comment\":{}}],[\"face\",{\"_index\":381,\"name\":{\"1061\":{}},\"comment\":{}}],[\"featureid\",{\"_index\":389,\"name\":{\"1074\":{},\"1082\":{},\"1100\":{}},\"comment\":{}}],[\"featuretype\",{\"_index\":378,\"name\":{\"1058\":{},\"1073\":{},\"1081\":{},\"1099\":{},\"1451\":{}},\"comment\":{}}],[\"filter_contact_pairs\",{\"_index\":466,\"name\":{\"1228\":{}},\"comment\":{}}],[\"filter_intersection_pairs\",{\"_index\":467,\"name\":{\"1229\":{}},\"comment\":{}}],[\"filtercontactpair\",{\"_index\":472,\"name\":{\"1234\":{}},\"comment\":{}}],[\"filterintersectionpair\",{\"_index\":473,\"name\":{\"1235\":{}},\"comment\":{}}],[\"finalizedeserialization\",{\"_index\":41,\"name\":{\"61\":{},\"194\":{},\"245\":{},\"273\":{},\"292\":{},\"311\":{},\"330\":{},\"358\":{},\"386\":{},\"405\":{},\"424\":{},\"464\":{},\"909\":{},\"1049\":{}},\"comment\":{}}],[\"fix_internal_edges\",{\"_index\":291,\"name\":{\"623\":{},\"630\":{}},\"comment\":{}}],[\"fixed\",{\"_index\":33,\"name\":{\"52\":{},\"133\":{},\"223\":{},\"438\":{}},\"comment\":{}}],[\"fixed_fixed\",{\"_index\":318,\"name\":{\"899\":{}},\"comment\":{}}],[\"fixedimpulsejoint\",{\"_index\":199,\"name\":{\"286\":{},\"1401\":{}},\"comment\":{}}],[\"fixedmultibodyjoint\",{\"_index\":222,\"name\":{\"492\":{},\"1413\":{}},\"comment\":{}}],[\"flags\",{\"_index\":307,\"name\":{\"772\":{},\"821\":{}},\"comment\":{}}],[\"forcebased\",{\"_index\":170,\"name\":{\"231\":{}},\"comment\":{}}],[\"foreach\",{\"_index\":143,\"name\":{\"200\":{},\"472\":{},\"537\":{},\"1056\":{}},\"comment\":{}}],[\"foreachactiverigidbody\",{\"_index\":144,\"name\":{\"201\":{},\"1179\":{}},\"comment\":{}}],[\"foreachactiverigidbodyhandle\",{\"_index\":234,\"name\":{\"553\":{}},\"comment\":{}}],[\"foreachcollider\",{\"_index\":442,\"name\":{\"1177\":{}},\"comment\":{}}],[\"foreachjointhandleattachedtorigidbody\",{\"_index\":217,\"name\":{\"467\":{},\"538\":{}},\"comment\":{}}],[\"foreachrigidbody\",{\"_index\":443,\"name\":{\"1178\":{}},\"comment\":{}}],[\"frame1\",{\"_index\":208,\"name\":{\"449\":{}},\"comment\":{}}],[\"frame2\",{\"_index\":209,\"name\":{\"450\":{}},\"comment\":{}}],[\"framex1\",{\"_index\":181,\"name\":{\"250\":{},\"278\":{},\"297\":{},\"316\":{},\"335\":{},\"363\":{},\"391\":{},\"410\":{},\"429\":{}},\"comment\":{}}],[\"framex2\",{\"_index\":182,\"name\":{\"251\":{},\"279\":{},\"298\":{},\"317\":{},\"336\":{},\"364\":{},\"392\":{},\"411\":{},\"430\":{}},\"comment\":{}}],[\"free\",{\"_index\":137,\"name\":{\"193\":{},\"206\":{},\"463\":{},\"530\":{},\"548\":{},\"552\":{},\"557\":{},\"562\":{},\"570\":{},\"1046\":{},\"1147\":{},\"1197\":{},\"1202\":{},\"1212\":{},\"1222\":{},\"1245\":{},\"1259\":{},\"1291\":{},\"1330\":{}},\"comment\":{}}],[\"friction\",{\"_index\":360,\"name\":{\"961\":{},\"1010\":{}},\"comment\":{}}],[\"frictioncombinerule\",{\"_index\":330,\"name\":{\"922\":{},\"1017\":{}},\"comment\":{}}],[\"fromraw\",{\"_index\":11,\"name\":{\"14\":{},\"30\":{},\"47\":{},\"592\":{},\"632\":{},\"646\":{},\"660\":{},\"674\":{},\"689\":{},\"704\":{},\"719\":{},\"735\":{},\"752\":{},\"767\":{},\"783\":{},\"798\":{},\"814\":{},\"832\":{},\"847\":{},\"863\":{},\"878\":{},\"1069\":{},\"1076\":{},\"1084\":{},\"1089\":{},\"1094\":{},\"1102\":{},\"1110\":{},\"1120\":{},\"1128\":{}},\"comment\":{}}],[\"generic\",{\"_index\":167,\"name\":{\"228\":{},\"441\":{}},\"comment\":{}}],[\"genericimpulsejoint\",{\"_index\":204,\"name\":{\"399\":{},\"1406\":{}},\"comment\":{}}],[\"get\",{\"_index\":142,\"name\":{\"199\":{},\"471\":{},\"536\":{},\"1053\":{}},\"comment\":{}}],[\"getall\",{\"_index\":145,\"name\":{\"202\":{},\"473\":{},\"539\":{},\"1057\":{}},\"comment\":{}}],[\"getcollider\",{\"_index\":435,\"name\":{\"1170\":{}},\"comment\":{}}],[\"getimpulsejoint\",{\"_index\":436,\"name\":{\"1171\":{}},\"comment\":{}}],[\"getmultibodyjoint\",{\"_index\":437,\"name\":{\"1172\":{}},\"comment\":{}}],[\"getrigidbody\",{\"_index\":434,\"name\":{\"1169\":{}},\"comment\":{}}],[\"gravity\",{\"_index\":410,\"name\":{\"1131\":{}},\"comment\":{}}],[\"gravityscale\",{\"_index\":61,\"name\":{\"82\":{},\"142\":{}},\"comment\":{}}],[\"halfextents\",{\"_index\":299,\"name\":{\"663\":{},\"677\":{},\"946\":{}},\"comment\":{}}],[\"halfheight\",{\"_index\":301,\"name\":{\"693\":{},\"836\":{},\"851\":{},\"867\":{},\"882\":{},\"952\":{}},\"comment\":{}}],[\"halfspace\",{\"_index\":289,\"name\":{\"621\":{},\"645\":{},\"1429\":{}},\"comment\":{}}],[\"handle\",{\"_index\":39,\"name\":{\"59\":{},\"244\":{},\"272\":{},\"291\":{},\"310\":{},\"329\":{},\"357\":{},\"385\":{},\"404\":{},\"423\":{},\"479\":{},\"488\":{},\"496\":{},\"505\":{},\"514\":{},\"522\":{},\"906\":{}},\"comment\":{}}],[\"heightfield\",{\"_index\":280,\"name\":{\"612\":{},\"813\":{},\"992\":{},\"1440\":{}},\"comment\":{}}],[\"heightfieldflags\",{\"_index\":290,\"name\":{\"622\":{},\"1426\":{}},\"comment\":{}}],[\"heightfieldheights\",{\"_index\":355,\"name\":{\"956\":{}},\"comment\":{}}],[\"heightfieldncols\",{\"_index\":358,\"name\":{\"959\":{}},\"comment\":{}}],[\"heightfieldnrows\",{\"_index\":357,\"name\":{\"958\":{}},\"comment\":{}}],[\"heightfieldscale\",{\"_index\":356,\"name\":{\"957\":{}},\"comment\":{}}],[\"heights\",{\"_index\":310,\"name\":{\"819\":{}},\"comment\":{}}],[\"identity\",{\"_index\":17,\"name\":{\"29\":{}},\"comment\":{}}],[\"impulsejoint\",{\"_index\":175,\"name\":{\"239\":{},\"1399\":{}},\"comment\":{}}],[\"impulsejointhandle\",{\"_index\":160,\"name\":{\"220\":{},\"1395\":{}},\"comment\":{}}],[\"impulsejoints\",{\"_index\":414,\"name\":{\"1138\":{}},\"comment\":{}}],[\"impulsejointset\",{\"_index\":215,\"name\":{\"459\":{},\"1409\":{}},\"comment\":{}}],[\"indexforwardaxis\",{\"_index\":534,\"name\":{\"1335\":{}},\"comment\":{}}],[\"indexupaxis\",{\"_index\":533,\"name\":{\"1334\":{}},\"comment\":{}}],[\"indices\",{\"_index\":306,\"name\":{\"756\":{},\"771\":{},\"787\":{},\"802\":{},\"955\":{}},\"comment\":{}}],[\"integrationparameters\",{\"_index\":146,\"name\":{\"203\":{},\"1132\":{},\"1394\":{}},\"comment\":{}}],[\"interactiongroups\",{\"_index\":403,\"name\":{\"1118\":{},\"1460\":{}},\"comment\":{}}],[\"intersectionpair\",{\"_index\":241,\"name\":{\"566\":{},\"1193\":{}},\"comment\":{}}],[\"intersectionpairswith\",{\"_index\":239,\"name\":{\"564\":{},\"1191\":{}},\"comment\":{}}],[\"intersectionswithpoint\",{\"_index\":447,\"name\":{\"1186\":{},\"1267\":{}},\"comment\":{}}],[\"intersectionswithray\",{\"_index\":444,\"name\":{\"1182\":{},\"1263\":{}},\"comment\":{}}],[\"intersectionswithshape\",{\"_index\":448,\"name\":{\"1188\":{},\"1269\":{}},\"comment\":{}}],[\"intersectionwithshape\",{\"_index\":445,\"name\":{\"1183\":{},\"1264\":{}},\"comment\":{}}],[\"intersectsray\",{\"_index\":269,\"name\":{\"601\":{},\"642\":{},\"656\":{},\"670\":{},\"685\":{},\"700\":{},\"715\":{},\"731\":{},\"748\":{},\"763\":{},\"779\":{},\"794\":{},\"810\":{},\"828\":{},\"843\":{},\"859\":{},\"874\":{},\"890\":{},\"970\":{}},\"comment\":{}}],[\"intersectsshape\",{\"_index\":265,\"name\":{\"597\":{},\"638\":{},\"652\":{},\"666\":{},\"681\":{},\"696\":{},\"711\":{},\"727\":{},\"744\":{},\"759\":{},\"775\":{},\"790\":{},\"806\":{},\"824\":{},\"839\":{},\"855\":{},\"870\":{},\"886\":{},\"973\":{}},\"comment\":{}}],[\"intoraw\",{\"_index\":9,\"name\":{\"12\":{},\"31\":{},\"458\":{},\"594\":{},\"636\":{},\"650\":{},\"664\":{},\"679\":{},\"694\":{},\"709\":{},\"725\":{},\"742\":{},\"757\":{},\"773\":{},\"788\":{},\"804\":{},\"822\":{},\"837\":{},\"853\":{},\"868\":{},\"884\":{}},\"comment\":{}}],[\"invmass\",{\"_index\":71,\"name\":{\"92\":{}},\"comment\":{}}],[\"invprincipalinertiasqrt\",{\"_index\":74,\"name\":{\"95\":{}},\"comment\":{}}],[\"isccdenabled\",{\"_index\":81,\"name\":{\"102\":{}},\"comment\":{}}],[\"isdynamic\",{\"_index\":92,\"name\":{\"113\":{}},\"comment\":{}}],[\"isenabled\",{\"_index\":85,\"name\":{\"106\":{},\"919\":{}},\"comment\":{}}],[\"isfixed\",{\"_index\":90,\"name\":{\"111\":{}},\"comment\":{}}],[\"isinside\",{\"_index\":394,\"name\":{\"1092\":{},\"1098\":{}},\"comment\":{}}],[\"iskinematic\",{\"_index\":91,\"name\":{\"112\":{}},\"comment\":{}}],[\"islandmanager\",{\"_index\":233,\"name\":{\"549\":{},\"1420\":{}},\"comment\":{}}],[\"islands\",{\"_index\":411,\"name\":{\"1133\":{}},\"comment\":{}}],[\"ismoving\",{\"_index\":89,\"name\":{\"110\":{}},\"comment\":{}}],[\"issensor\",{\"_index\":325,\"name\":{\"915\":{},\"1014\":{}},\"comment\":{}}],[\"issleeping\",{\"_index\":88,\"name\":{\"109\":{}},\"comment\":{}}],[\"isvalid\",{\"_index\":42,\"name\":{\"62\":{},\"246\":{},\"274\":{},\"293\":{},\"312\":{},\"331\":{},\"359\":{},\"387\":{},\"406\":{},\"425\":{},\"480\":{},\"489\":{},\"497\":{},\"506\":{},\"515\":{},\"523\":{},\"912\":{}},\"comment\":{}}],[\"jointaxesmask\",{\"_index\":171,\"name\":{\"232\":{},\"1398\":{}},\"comment\":{}}],[\"jointdata\",{\"_index\":206,\"name\":{\"437\":{},\"1408\":{}},\"comment\":{}}],[\"jointtype\",{\"_index\":161,\"name\":{\"221\":{},\"451\":{},\"1396\":{}},\"comment\":{}}],[\"kinematic_fixed\",{\"_index\":317,\"name\":{\"898\":{}},\"comment\":{}}],[\"kinematic_kinematic\",{\"_index\":316,\"name\":{\"897\":{}},\"comment\":{}}],[\"kinematiccharactercontroller\",{\"_index\":491,\"name\":{\"1281\":{},\"1476\":{}},\"comment\":{}}],[\"kinematicpositionbased\",{\"_index\":34,\"name\":{\"53\":{},\"131\":{}},\"comment\":{}}],[\"kinematicvelocitybased\",{\"_index\":35,\"name\":{\"54\":{},\"132\":{}},\"comment\":{}}],[\"len\",{\"_index\":140,\"name\":{\"197\":{},\"469\":{},\"534\":{},\"1054\":{}},\"comment\":{}}],[\"length\",{\"_index\":214,\"name\":{\"457\":{}},\"comment\":{}}],[\"lengthunit\",{\"_index\":149,\"name\":{\"209\":{},\"1154\":{}},\"comment\":{}}],[\"limits\",{\"_index\":210,\"name\":{\"453\":{}},\"comment\":{}}],[\"limitsenabled\",{\"_index\":191,\"name\":{\"262\":{},\"347\":{},\"375\":{},\"452\":{}},\"comment\":{}}],[\"limitsmax\",{\"_index\":193,\"name\":{\"264\":{},\"349\":{},\"377\":{}},\"comment\":{}}],[\"limitsmin\",{\"_index\":192,\"name\":{\"263\":{},\"348\":{},\"376\":{}},\"comment\":{}}],[\"lineardamping\",{\"_index\":93,\"name\":{\"114\":{},\"156\":{}},\"comment\":{}}],[\"linvel\",{\"_index\":67,\"name\":{\"88\":{},\"148\":{}},\"comment\":{}}],[\"localcom\",{\"_index\":72,\"name\":{\"93\":{}},\"comment\":{}}],[\"localcontactpoint1\",{\"_index\":249,\"name\":{\"577\":{}},\"comment\":{}}],[\"localcontactpoint2\",{\"_index\":250,\"name\":{\"578\":{}},\"comment\":{}}],[\"localnormal1\",{\"_index\":244,\"name\":{\"572\":{}},\"comment\":{}}],[\"localnormal2\",{\"_index\":245,\"name\":{\"573\":{}},\"comment\":{}}],[\"lockrotations\",{\"_index\":44,\"name\":{\"64\":{},\"181\":{}},\"comment\":{}}],[\"locktranslations\",{\"_index\":43,\"name\":{\"63\":{},\"178\":{}},\"comment\":{}}],[\"m11\",{\"_index\":20,\"name\":{\"37\":{}},\"comment\":{}}],[\"m12\",{\"_index\":21,\"name\":{\"38\":{}},\"comment\":{}}],[\"m13\",{\"_index\":23,\"name\":{\"40\":{}},\"comment\":{}}],[\"m21\",{\"_index\":22,\"name\":{\"39\":{}},\"comment\":{}}],[\"m22\",{\"_index\":25,\"name\":{\"42\":{}},\"comment\":{}}],[\"m23\",{\"_index\":26,\"name\":{\"43\":{}},\"comment\":{}}],[\"m31\",{\"_index\":24,\"name\":{\"41\":{}},\"comment\":{}}],[\"m32\",{\"_index\":27,\"name\":{\"44\":{}},\"comment\":{}}],[\"m33\",{\"_index\":28,\"name\":{\"45\":{}},\"comment\":{}}],[\"map\",{\"_index\":136,\"name\":{\"192\":{},\"462\":{},\"529\":{},\"1045\":{}},\"comment\":{}}],[\"mass\",{\"_index\":69,\"name\":{\"90\":{},\"143\":{},\"964\":{},\"980\":{},\"1005\":{}},\"comment\":{}}],[\"massonly\",{\"_index\":114,\"name\":{\"144\":{}},\"comment\":{}}],[\"massprops\",{\"_index\":369,\"name\":{\"981\":{}},\"comment\":{}}],[\"masspropsmode\",{\"_index\":368,\"name\":{\"978\":{},\"1004\":{},\"1448\":{}},\"comment\":{}}],[\"max\",{\"_index\":231,\"name\":{\"544\":{}},\"comment\":{}}],[\"maxccdsubsteps\",{\"_index\":156,\"name\":{\"216\":{}},\"comment\":{}}],[\"maxforcedirection\",{\"_index\":460,\"name\":{\"1217\":{}},\"comment\":{}}],[\"maxforcemagnitude\",{\"_index\":461,\"name\":{\"1218\":{}},\"comment\":{}}],[\"maxslopeclimbangle\",{\"_index\":515,\"name\":{\"1310\":{}},\"comment\":{}}],[\"merge_duplicate_vertices\",{\"_index\":295,\"name\":{\"627\":{}},\"comment\":{}}],[\"min\",{\"_index\":229,\"name\":{\"542\":{}},\"comment\":{}}],[\"minislandsize\",{\"_index\":155,\"name\":{\"215\":{}},\"comment\":{}}],[\"minslopeslideangle\",{\"_index\":517,\"name\":{\"1312\":{}},\"comment\":{}}],[\"motormodel\",{\"_index\":168,\"name\":{\"229\":{},\"1397\":{}},\"comment\":{}}],[\"multibodyjoint\",{\"_index\":220,\"name\":{\"475\":{},\"1411\":{}},\"comment\":{}}],[\"multibodyjointhandle\",{\"_index\":219,\"name\":{\"474\":{},\"1410\":{}},\"comment\":{}}],[\"multibodyjoints\",{\"_index\":415,\"name\":{\"1139\":{}},\"comment\":{}}],[\"multibodyjointset\",{\"_index\":226,\"name\":{\"526\":{},\"1417\":{}},\"comment\":{}}],[\"multiply\",{\"_index\":230,\"name\":{\"543\":{}},\"comment\":{}}],[\"narrowphase\",{\"_index\":236,\"name\":{\"558\":{},\"1135\":{},\"1422\":{}},\"comment\":{}}],[\"ncols\",{\"_index\":309,\"name\":{\"818\":{}},\"comment\":{}}],[\"new\",{\"_index\":8,\"name\":{\"11\":{}},\"comment\":{}}],[\"newdynamic\",{\"_index\":109,\"name\":{\"134\":{}},\"comment\":{}}],[\"newkinematicpositionbased\",{\"_index\":110,\"name\":{\"135\":{}},\"comment\":{}}],[\"newkinematicvelocitybased\",{\"_index\":111,\"name\":{\"136\":{}},\"comment\":{}}],[\"newstatic\",{\"_index\":112,\"name\":{\"137\":{}},\"comment\":{}}],[\"newtyped\",{\"_index\":176,\"name\":{\"240\":{},\"259\":{},\"287\":{},\"306\":{},\"325\":{},\"344\":{},\"372\":{},\"400\":{},\"419\":{},\"476\":{},\"484\":{},\"493\":{},\"501\":{},\"510\":{},\"519\":{}},\"comment\":{}}],[\"nextrotation\",{\"_index\":58,\"name\":{\"79\":{}},\"comment\":{}}],[\"nexttranslation\",{\"_index\":57,\"name\":{\"78\":{}},\"comment\":{}}],[\"none\",{\"_index\":452,\"name\":{\"1206\":{},\"1227\":{}},\"comment\":{}}],[\"normal\",{\"_index\":243,\"name\":{\"571\":{},\"649\":{},\"1072\":{},\"1080\":{}},\"comment\":{}}],[\"normal1\",{\"_index\":400,\"name\":{\"1107\":{},\"1116\":{},\"1125\":{},\"1279\":{}},\"comment\":{}}],[\"normal2\",{\"_index\":401,\"name\":{\"1108\":{},\"1117\":{},\"1126\":{},\"1280\":{}},\"comment\":{}}],[\"normalizedallowedlinearerror\",{\"_index\":150,\"name\":{\"210\":{}},\"comment\":{}}],[\"normalizedpredictiondistance\",{\"_index\":151,\"name\":{\"211\":{}},\"comment\":{}}],[\"normalnudgefactor\",{\"_index\":505,\"name\":{\"1300\":{}},\"comment\":{}}],[\"nrows\",{\"_index\":308,\"name\":{\"817\":{}},\"comment\":{}}],[\"numadditionalfrictioniterations\",{\"_index\":153,\"name\":{\"213\":{},\"1156\":{}},\"comment\":{}}],[\"numcolliders\",{\"_index\":82,\"name\":{\"103\":{}},\"comment\":{}}],[\"numcomputedcollisions\",{\"_index\":526,\"name\":{\"1321\":{}},\"comment\":{}}],[\"numcontacts\",{\"_index\":248,\"name\":{\"576\":{}},\"comment\":{}}],[\"numinternalpgsiterations\",{\"_index\":154,\"name\":{\"214\":{},\"1157\":{}},\"comment\":{}}],[\"numsolvercontacts\",{\"_index\":257,\"name\":{\"585\":{}},\"comment\":{}}],[\"numsolveriterations\",{\"_index\":152,\"name\":{\"212\":{},\"1155\":{}},\"comment\":{}}],[\"numwheels\",{\"_index\":537,\"name\":{\"1338\":{}},\"comment\":{}}],[\"offset\",{\"_index\":503,\"name\":{\"1298\":{}},\"comment\":{}}],[\"only_dynamic\",{\"_index\":483,\"name\":{\"1253\":{}},\"comment\":{}}],[\"only_fixed\",{\"_index\":485,\"name\":{\"1255\":{}},\"comment\":{}}],[\"only_kinematic\",{\"_index\":484,\"name\":{\"1254\":{}},\"comment\":{}}],[\"oriented\",{\"_index\":294,\"name\":{\"626\":{}},\"comment\":{}}],[\"origin\",{\"_index\":384,\"name\":{\"1065\":{}},\"comment\":{}}],[\"params\",{\"_index\":493,\"name\":{\"1285\":{}},\"comment\":{}}],[\"parent\",{\"_index\":359,\"name\":{\"960\":{}},\"comment\":{}}],[\"physicshooks\",{\"_index\":471,\"name\":{\"1233\":{},\"1470\":{}},\"comment\":{}}],[\"physicspipeline\",{\"_index\":417,\"name\":{\"1142\":{},\"1194\":{},\"1463\":{}},\"comment\":{}}],[\"point\",{\"_index\":393,\"name\":{\"1091\":{},\"1097\":{}},\"comment\":{}}],[\"point1\",{\"_index\":406,\"name\":{\"1123\":{}},\"comment\":{}}],[\"point2\",{\"_index\":407,\"name\":{\"1124\":{}},\"comment\":{}}],[\"pointat\",{\"_index\":386,\"name\":{\"1067\":{}},\"comment\":{}}],[\"pointcolliderprojection\",{\"_index\":395,\"name\":{\"1093\":{},\"1457\":{}},\"comment\":{}}],[\"pointprojection\",{\"_index\":392,\"name\":{\"1088\":{},\"1456\":{}},\"comment\":{}}],[\"polyline\",{\"_index\":277,\"name\":{\"609\":{},\"751\":{},\"988\":{},\"1436\":{}},\"comment\":{}}],[\"principalangularinertia\",{\"_index\":118,\"name\":{\"150\":{},\"1007\":{}},\"comment\":{}}],[\"principalinertia\",{\"_index\":75,\"name\":{\"96\":{}},\"comment\":{}}],[\"principalinertialocalframe\",{\"_index\":76,\"name\":{\"97\":{}},\"comment\":{}}],[\"prismatic\",{\"_index\":163,\"name\":{\"224\":{},\"443\":{}},\"comment\":{}}],[\"prismaticimpulsejoint\",{\"_index\":202,\"name\":{\"343\":{},\"1404\":{}},\"comment\":{}}],[\"prismaticmultibodyjoint\",{\"_index\":223,\"name\":{\"500\":{},\"1414\":{}},\"comment\":{}}],[\"projectpoint\",{\"_index\":268,\"name\":{\"600\":{},\"641\":{},\"655\":{},\"669\":{},\"684\":{},\"699\":{},\"714\":{},\"730\":{},\"747\":{},\"762\":{},\"778\":{},\"793\":{},\"809\":{},\"827\":{},\"842\":{},\"858\":{},\"873\":{},\"889\":{},\"969\":{},\"1184\":{},\"1265\":{}},\"comment\":{}}],[\"projectpointandgetfeature\",{\"_index\":446,\"name\":{\"1185\":{},\"1266\":{}},\"comment\":{}}],[\"propagatemodifiedbodypositionstocolliders\",{\"_index\":425,\"name\":{\"1151\":{}},\"comment\":{}}],[\"quaternion\",{\"_index\":15,\"name\":{\"22\":{},\"1385\":{}},\"comment\":{}}],[\"queries\",{\"_index\":494,\"name\":{\"1288\":{},\"1328\":{}},\"comment\":{}}],[\"queryfilterflags\",{\"_index\":477,\"name\":{\"1247\":{},\"1473\":{}},\"comment\":{}}],[\"querypipeline\",{\"_index\":416,\"name\":{\"1141\":{},\"1256\":{},\"1474\":{}},\"comment\":{}}],[\"radius\",{\"_index\":298,\"name\":{\"635\":{},\"692\":{},\"835\":{},\"850\":{},\"866\":{},\"881\":{},\"948\":{}},\"comment\":{}}],[\"raw\",{\"_index\":135,\"name\":{\"191\":{},\"205\":{},\"461\":{},\"528\":{},\"547\":{},\"551\":{},\"556\":{},\"560\":{},\"569\":{},\"1044\":{},\"1196\":{},\"1201\":{},\"1211\":{},\"1221\":{},\"1242\":{},\"1258\":{},\"1283\":{},\"1325\":{}},\"comment\":{}}],[\"rawaxis\",{\"_index\":190,\"name\":{\"261\":{},\"346\":{},\"374\":{},\"486\":{},\"503\":{},\"512\":{}},\"comment\":{}}],[\"rawcharactercollision\",{\"_index\":492,\"name\":{\"1284\":{}},\"comment\":{}}],[\"rawset\",{\"_index\":37,\"name\":{\"57\":{},\"242\":{},\"270\":{},\"289\":{},\"308\":{},\"327\":{},\"355\":{},\"383\":{},\"402\":{},\"421\":{},\"478\":{},\"487\":{},\"495\":{},\"504\":{},\"513\":{},\"521\":{}},\"comment\":{}}],[\"ray\",{\"_index\":383,\"name\":{\"1063\":{},\"1452\":{}},\"comment\":{}}],[\"raycolliderhit\",{\"_index\":391,\"name\":{\"1083\":{},\"1455\":{}},\"comment\":{}}],[\"raycolliderintersection\",{\"_index\":390,\"name\":{\"1075\":{},\"1454\":{}},\"comment\":{}}],[\"rayintersection\",{\"_index\":387,\"name\":{\"1068\":{},\"1453\":{}},\"comment\":{}}],[\"recomputemasspropertiesfromcolliders\",{\"_index\":96,\"name\":{\"117\":{}},\"comment\":{}}],[\"remove\",{\"_index\":139,\"name\":{\"196\":{},\"466\":{},\"532\":{},\"1051\":{}},\"comment\":{}}],[\"removecharactercontroller\",{\"_index\":429,\"name\":{\"1163\":{}},\"comment\":{}}],[\"removecollider\",{\"_index\":439,\"name\":{\"1174\":{}},\"comment\":{}}],[\"removeimpulsejoint\",{\"_index\":440,\"name\":{\"1175\":{}},\"comment\":{}}],[\"removemultibodyjoint\",{\"_index\":441,\"name\":{\"1176\":{}},\"comment\":{}}],[\"removerigidbody\",{\"_index\":438,\"name\":{\"1173\":{}},\"comment\":{}}],[\"removevehiclecontroller\",{\"_index\":431,\"name\":{\"1165\":{}},\"comment\":{}}],[\"render\",{\"_index\":476,\"name\":{\"1246\":{}},\"comment\":{}}],[\"resetforces\",{\"_index\":100,\"name\":{\"121\":{}},\"comment\":{}}],[\"resettorques\",{\"_index\":101,\"name\":{\"122\":{}},\"comment\":{}}],[\"restitution\",{\"_index\":361,\"name\":{\"962\":{},\"1011\":{}},\"comment\":{}}],[\"restitutioncombinerule\",{\"_index\":332,\"name\":{\"924\":{},\"1018\":{}},\"comment\":{}}],[\"restoresnapshot\",{\"_index\":409,\"name\":{\"1129\":{}},\"comment\":{}}],[\"restrictrotations\",{\"_index\":48,\"name\":{\"68\":{},\"180\":{}},\"comment\":{}}],[\"restricttranslations\",{\"_index\":46,\"name\":{\"66\":{},\"177\":{}},\"comment\":{}}],[\"revolute\",{\"_index\":162,\"name\":{\"222\":{},\"444\":{}},\"comment\":{}}],[\"revoluteimpulsejoint\",{\"_index\":203,\"name\":{\"371\":{},\"1405\":{}},\"comment\":{}}],[\"revolutemultibodyjoint\",{\"_index\":224,\"name\":{\"509\":{},\"1415\":{}},\"comment\":{}}],[\"rigidbody\",{\"_index\":36,\"name\":{\"55\":{},\"1391\":{}},\"comment\":{}}],[\"rigidbodydesc\",{\"_index\":108,\"name\":{\"129\":{},\"1392\":{}},\"comment\":{}}],[\"rigidbodyhandle\",{\"_index\":30,\"name\":{\"49\":{},\"1389\":{}},\"comment\":{}}],[\"rigidbodyset\",{\"_index\":134,\"name\":{\"189\":{},\"1393\":{}},\"comment\":{}}],[\"rigidbodytype\",{\"_index\":31,\"name\":{\"50\":{},\"1390\":{}},\"comment\":{}}],[\"rope\",{\"_index\":164,\"name\":{\"225\":{},\"440\":{}},\"comment\":{}}],[\"ropeimpulsejoint\",{\"_index\":200,\"name\":{\"305\":{},\"1402\":{}},\"comment\":{}}],[\"rotation\",{\"_index\":13,\"name\":{\"17\":{},\"77\":{},\"141\":{},\"914\":{},\"1012\":{},\"1384\":{}},\"comment\":{}}],[\"rotationops\",{\"_index\":16,\"name\":{\"28\":{},\"1386\":{}},\"comment\":{}}],[\"rotationsenabledx\",{\"_index\":121,\"name\":{\"153\":{}},\"comment\":{}}],[\"rotationsenabledy\",{\"_index\":122,\"name\":{\"154\":{}},\"comment\":{}}],[\"rotationsenabledz\",{\"_index\":123,\"name\":{\"155\":{}},\"comment\":{}}],[\"roundcone\",{\"_index\":287,\"name\":{\"619\":{},\"877\":{},\"996\":{},\"1444\":{}},\"comment\":{}}],[\"roundconvexhull\",{\"_index\":373,\"name\":{\"999\":{}},\"comment\":{}}],[\"roundconvexmesh\",{\"_index\":374,\"name\":{\"1000\":{}},\"comment\":{}}],[\"roundconvexpolyhedron\",{\"_index\":288,\"name\":{\"620\":{},\"797\":{},\"1439\":{}},\"comment\":{}}],[\"roundcuboid\",{\"_index\":284,\"name\":{\"616\":{},\"673\":{},\"991\":{},\"1431\":{}},\"comment\":{}}],[\"roundcylinder\",{\"_index\":286,\"name\":{\"618\":{},\"846\":{},\"994\":{},\"1442\":{}},\"comment\":{}}],[\"roundradius\",{\"_index\":352,\"name\":{\"950\":{}},\"comment\":{}}],[\"roundtriangle\",{\"_index\":285,\"name\":{\"617\":{},\"734\":{},\"987\":{},\"1435\":{}},\"comment\":{}}],[\"scale\",{\"_index\":311,\"name\":{\"820\":{}},\"comment\":{}}],[\"sdpmatrix3\",{\"_index\":18,\"name\":{\"34\":{},\"1387\":{}},\"comment\":{}}],[\"sdpmatrix3ops\",{\"_index\":29,\"name\":{\"46\":{},\"1388\":{}},\"comment\":{}}],[\"segment\",{\"_index\":276,\"name\":{\"608\":{},\"703\":{},\"985\":{},\"1433\":{}},\"comment\":{}}],[\"serializationpipeline\",{\"_index\":418,\"name\":{\"1143\":{},\"1199\":{},\"1464\":{}},\"comment\":{}}],[\"serializeall\",{\"_index\":450,\"name\":{\"1203\":{}},\"comment\":{}}],[\"setactivecollisiontypes\",{\"_index\":344,\"name\":{\"937\":{},\"1040\":{}},\"comment\":{}}],[\"setactiveevents\",{\"_index\":341,\"name\":{\"933\":{},\"1039\":{}},\"comment\":{}}],[\"setactivehooks\",{\"_index\":339,\"name\":{\"931\":{},\"1038\":{}},\"comment\":{}}],[\"setadditionalmass\",{\"_index\":97,\"name\":{\"118\":{},\"172\":{}},\"comment\":{}}],[\"setadditionalmassproperties\",{\"_index\":98,\"name\":{\"119\":{},\"175\":{}},\"comment\":{}}],[\"setadditionalsolveriterations\",{\"_index\":52,\"name\":{\"72\":{},\"167\":{}},\"comment\":{}}],[\"setanchor1\",{\"_index\":185,\"name\":{\"254\":{},\"282\":{},\"301\":{},\"320\":{},\"339\":{},\"367\":{},\"395\":{},\"414\":{},\"433\":{}},\"comment\":{}}],[\"setanchor2\",{\"_index\":186,\"name\":{\"255\":{},\"283\":{},\"302\":{},\"321\":{},\"340\":{},\"368\":{},\"396\":{},\"415\":{},\"434\":{}},\"comment\":{}}],[\"setangulardamping\",{\"_index\":99,\"name\":{\"120\":{},\"183\":{}},\"comment\":{}}],[\"setangvel\",{\"_index\":64,\"name\":{\"85\":{},\"174\":{}},\"comment\":{}}],[\"setapplyimpulsestodynamicbodies\",{\"_index\":500,\"name\":{\"1295\":{}},\"comment\":{}}],[\"setbodytype\",{\"_index\":87,\"name\":{\"108\":{}},\"comment\":{}}],[\"setcansleep\",{\"_index\":130,\"name\":{\"184\":{}},\"comment\":{}}],[\"setccdenabled\",{\"_index\":132,\"name\":{\"186\":{}},\"comment\":{}}],[\"setcharactermass\",{\"_index\":502,\"name\":{\"1297\":{}},\"comment\":{}}],[\"setcollisiongroups\",{\"_index\":334,\"name\":{\"926\":{},\"1036\":{}},\"comment\":{}}],[\"setcontactforceeventthreshold\",{\"_index\":342,\"name\":{\"935\":{},\"1041\":{}},\"comment\":{}}],[\"setcontactsenabled\",{\"_index\":187,\"name\":{\"256\":{},\"284\":{},\"303\":{},\"322\":{},\"341\":{},\"369\":{},\"397\":{},\"416\":{},\"435\":{},\"481\":{},\"490\":{},\"498\":{},\"507\":{},\"516\":{},\"524\":{}},\"comment\":{}}],[\"setcontactskin\",{\"_index\":337,\"name\":{\"929\":{},\"1028\":{}},\"comment\":{}}],[\"setdensity\",{\"_index\":345,\"name\":{\"938\":{},\"1029\":{}},\"comment\":{}}],[\"setdominancegroup\",{\"_index\":50,\"name\":{\"70\":{},\"166\":{}},\"comment\":{}}],[\"setenabled\",{\"_index\":84,\"name\":{\"105\":{},\"168\":{},\"918\":{},\"1027\":{}},\"comment\":{}}],[\"setenabledrotations\",{\"_index\":47,\"name\":{\"67\":{}},\"comment\":{}}],[\"setenabledtranslations\",{\"_index\":45,\"name\":{\"65\":{}},\"comment\":{}}],[\"setfriction\",{\"_index\":329,\"name\":{\"921\":{},\"1033\":{}},\"comment\":{}}],[\"setfrictioncombinerule\",{\"_index\":331,\"name\":{\"923\":{},\"1034\":{}},\"comment\":{}}],[\"setgravityscale\",{\"_index\":62,\"name\":{\"83\":{},\"171\":{}},\"comment\":{}}],[\"sethalfextents\",{\"_index\":350,\"name\":{\"947\":{}},\"comment\":{}}],[\"sethalfheight\",{\"_index\":354,\"name\":{\"953\":{}},\"comment\":{}}],[\"setindexforwardaxis\",{\"_index\":535,\"name\":{\"1336\":{}},\"comment\":{}}],[\"setlimits\",{\"_index\":194,\"name\":{\"265\":{},\"350\":{},\"378\":{}},\"comment\":{}}],[\"setlineardamping\",{\"_index\":95,\"name\":{\"116\":{},\"182\":{}},\"comment\":{}}],[\"setlinvel\",{\"_index\":60,\"name\":{\"81\":{},\"173\":{}},\"comment\":{}}],[\"setmass\",{\"_index\":346,\"name\":{\"939\":{},\"1030\":{}},\"comment\":{}}],[\"setmassproperties\",{\"_index\":347,\"name\":{\"940\":{},\"1031\":{}},\"comment\":{}}],[\"setmaxslopeclimbangle\",{\"_index\":516,\"name\":{\"1311\":{}},\"comment\":{}}],[\"setminslopeslideangle\",{\"_index\":518,\"name\":{\"1313\":{}},\"comment\":{}}],[\"setnextkinematicrotation\",{\"_index\":66,\"name\":{\"87\":{}},\"comment\":{}}],[\"setnextkinematictranslation\",{\"_index\":65,\"name\":{\"86\":{}},\"comment\":{}}],[\"setnormalnudgefactor\",{\"_index\":506,\"name\":{\"1301\":{}},\"comment\":{}}],[\"setoffset\",{\"_index\":504,\"name\":{\"1299\":{}},\"comment\":{}}],[\"setradius\",{\"_index\":351,\"name\":{\"949\":{}},\"comment\":{}}],[\"setrestitution\",{\"_index\":328,\"name\":{\"920\":{},\"1032\":{}},\"comment\":{}}],[\"setrestitutioncombinerule\",{\"_index\":333,\"name\":{\"925\":{},\"1035\":{}},\"comment\":{}}],[\"setrotation\",{\"_index\":63,\"name\":{\"84\":{},\"170\":{},\"943\":{},\"1025\":{}},\"comment\":{}}],[\"setrotationwrtparent\",{\"_index\":349,\"name\":{\"944\":{}},\"comment\":{}}],[\"setroundradius\",{\"_index\":353,\"name\":{\"951\":{}},\"comment\":{}}],[\"setsensor\",{\"_index\":326,\"name\":{\"916\":{},\"1026\":{}},\"comment\":{}}],[\"setshape\",{\"_index\":327,\"name\":{\"917\":{}},\"comment\":{}}],[\"setsleeping\",{\"_index\":131,\"name\":{\"185\":{}},\"comment\":{}}],[\"setslideenabled\",{\"_index\":508,\"name\":{\"1303\":{}},\"comment\":{}}],[\"setsoftccdprediction\",{\"_index\":54,\"name\":{\"74\":{},\"187\":{}},\"comment\":{}}],[\"setsolvergroups\",{\"_index\":335,\"name\":{\"927\":{},\"1037\":{}},\"comment\":{}}],[\"settranslation\",{\"_index\":59,\"name\":{\"80\":{},\"169\":{},\"941\":{},\"1024\":{}},\"comment\":{}}],[\"settranslationwrtparent\",{\"_index\":348,\"name\":{\"942\":{}},\"comment\":{}}],[\"setup\",{\"_index\":498,\"name\":{\"1293\":{}},\"comment\":{}}],[\"setuserdata\",{\"_index\":133,\"name\":{\"188\":{}},\"comment\":{}}],[\"setwheelaxlecs\",{\"_index\":563,\"name\":{\"1364\":{}},\"comment\":{}}],[\"setwheelbrake\",{\"_index\":555,\"name\":{\"1356\":{}},\"comment\":{}}],[\"setwheelchassisconnectionpointcs\",{\"_index\":539,\"name\":{\"1340\":{}},\"comment\":{}}],[\"setwheeldirectioncs\",{\"_index\":561,\"name\":{\"1362\":{}},\"comment\":{}}],[\"setwheelengineforce\",{\"_index\":559,\"name\":{\"1360\":{}},\"comment\":{}}],[\"setwheelfrictionslip\",{\"_index\":565,\"name\":{\"1366\":{}},\"comment\":{}}],[\"setwheelmaxsuspensionforce\",{\"_index\":553,\"name\":{\"1354\":{}},\"comment\":{}}],[\"setwheelmaxsuspensiontravel\",{\"_index\":543,\"name\":{\"1344\":{}},\"comment\":{}}],[\"setwheelradius\",{\"_index\":545,\"name\":{\"1346\":{}},\"comment\":{}}],[\"setwheelsidefrictionstiffness\",{\"_index\":567,\"name\":{\"1368\":{}},\"comment\":{}}],[\"setwheelsteering\",{\"_index\":557,\"name\":{\"1358\":{}},\"comment\":{}}],[\"setwheelsuspensioncompression\",{\"_index\":549,\"name\":{\"1350\":{}},\"comment\":{}}],[\"setwheelsuspensionrelaxation\",{\"_index\":551,\"name\":{\"1352\":{}},\"comment\":{}}],[\"setwheelsuspensionrestlength\",{\"_index\":541,\"name\":{\"1342\":{}},\"comment\":{}}],[\"setwheelsuspensionstiffness\",{\"_index\":547,\"name\":{\"1348\":{}},\"comment\":{}}],[\"shape\",{\"_index\":263,\"name\":{\"591\":{},\"911\":{},\"1003\":{},\"1424\":{}},\"comment\":{}}],[\"shapecasthit\",{\"_index\":396,\"name\":{\"1101\":{},\"1458\":{}},\"comment\":{}}],[\"shapecontact\",{\"_index\":404,\"name\":{\"1119\":{},\"1461\":{}},\"comment\":{}}],[\"shapetype\",{\"_index\":272,\"name\":{\"604\":{},\"945\":{},\"1425\":{}},\"comment\":{}}],[\"sleep\",{\"_index\":79,\"name\":{\"100\":{}},\"comment\":{}}],[\"sleeping\",{\"_index\":126,\"name\":{\"160\":{}},\"comment\":{}}],[\"slideenabled\",{\"_index\":507,\"name\":{\"1302\":{}},\"comment\":{}}],[\"snaptogrounddistance\",{\"_index\":519,\"name\":{\"1314\":{}},\"comment\":{}}],[\"snaptogroundenabled\",{\"_index\":522,\"name\":{\"1317\":{}},\"comment\":{}}],[\"softccdprediction\",{\"_index\":55,\"name\":{\"75\":{},\"162\":{}},\"comment\":{}}],[\"solvercontactdist\",{\"_index\":259,\"name\":{\"587\":{}},\"comment\":{}}],[\"solvercontactfriction\",{\"_index\":260,\"name\":{\"588\":{}},\"comment\":{}}],[\"solvercontactpoint\",{\"_index\":258,\"name\":{\"586\":{}},\"comment\":{}}],[\"solvercontactrestitution\",{\"_index\":261,\"name\":{\"589\":{}},\"comment\":{}}],[\"solvercontacttangentvelocity\",{\"_index\":262,\"name\":{\"590\":{}},\"comment\":{}}],[\"solverflags\",{\"_index\":468,\"name\":{\"1230\":{},\"1469\":{}},\"comment\":{}}],[\"solvergroups\",{\"_index\":365,\"name\":{\"967\":{},\"1016\":{}},\"comment\":{}}],[\"spherical\",{\"_index\":166,\"name\":{\"227\":{},\"442\":{}},\"comment\":{}}],[\"sphericalimpulsejoint\",{\"_index\":205,\"name\":{\"418\":{},\"1407\":{}},\"comment\":{}}],[\"sphericalmultibodyjoint\",{\"_index\":225,\"name\":{\"518\":{},\"1416\":{}},\"comment\":{}}],[\"spring\",{\"_index\":165,\"name\":{\"226\":{},\"439\":{}},\"comment\":{}}],[\"springimpulsejoint\",{\"_index\":201,\"name\":{\"324\":{},\"1403\":{}},\"comment\":{}}],[\"status\",{\"_index\":124,\"name\":{\"158\":{}},\"comment\":{}}],[\"step\",{\"_index\":424,\"name\":{\"1150\":{},\"1198\":{}},\"comment\":{}}],[\"stiffness\",{\"_index\":212,\"name\":{\"455\":{}},\"comment\":{}}],[\"subshape1\",{\"_index\":246,\"name\":{\"574\":{}},\"comment\":{}}],[\"subshape2\",{\"_index\":247,\"name\":{\"575\":{}},\"comment\":{}}],[\"switchtosmallstepspgssolver\",{\"_index\":158,\"name\":{\"218\":{},\"1159\":{}},\"comment\":{}}],[\"switchtosmallstepspgssolverwithoutwarmstart\",{\"_index\":159,\"name\":{\"219\":{},\"1160\":{}},\"comment\":{}}],[\"switchtostandardpgssolver\",{\"_index\":157,\"name\":{\"217\":{},\"1158\":{}},\"comment\":{}}],[\"takesnapshot\",{\"_index\":422,\"name\":{\"1148\":{}},\"comment\":{}}],[\"tempcontactforceevent\",{\"_index\":455,\"name\":{\"1209\":{},\"1466\":{}},\"comment\":{}}],[\"tempcontactmanifold\",{\"_index\":242,\"name\":{\"567\":{},\"1423\":{}},\"comment\":{}}],[\"tempmanifold\",{\"_index\":237,\"name\":{\"561\":{}},\"comment\":{}}],[\"time_of_impact\",{\"_index\":397,\"name\":{\"1104\":{},\"1113\":{}},\"comment\":{}}],[\"timeofimpact\",{\"_index\":388,\"name\":{\"1071\":{},\"1079\":{},\"1087\":{}},\"comment\":{}}],[\"timestep\",{\"_index\":427,\"name\":{\"1153\":{}},\"comment\":{}}],[\"toi\",{\"_index\":490,\"name\":{\"1276\":{}},\"comment\":{}}],[\"totalforce\",{\"_index\":458,\"name\":{\"1215\":{}},\"comment\":{}}],[\"totalforcemagnitude\",{\"_index\":459,\"name\":{\"1216\":{}},\"comment\":{}}],[\"translation\",{\"_index\":56,\"name\":{\"76\":{},\"140\":{},\"913\":{},\"1013\":{}},\"comment\":{}}],[\"translationdeltaapplied\",{\"_index\":488,\"name\":{\"1274\":{}},\"comment\":{}}],[\"translationdeltaremaining\",{\"_index\":489,\"name\":{\"1275\":{}},\"comment\":{}}],[\"translationsenabledx\",{\"_index\":116,\"name\":{\"146\":{}},\"comment\":{}}],[\"translationsenabledy\",{\"_index\":117,\"name\":{\"147\":{}},\"comment\":{}}],[\"translationsenabledz\",{\"_index\":120,\"name\":{\"152\":{}},\"comment\":{}}],[\"triangle\",{\"_index\":278,\"name\":{\"610\":{},\"718\":{},\"986\":{},\"1434\":{}},\"comment\":{}}],[\"trimesh\",{\"_index\":279,\"name\":{\"611\":{},\"766\":{},\"989\":{},\"1437\":{}},\"comment\":{}}],[\"trimeshflags\",{\"_index\":292,\"name\":{\"624\":{},\"1427\":{}},\"comment\":{}}],[\"type\",{\"_index\":180,\"name\":{\"249\":{},\"277\":{},\"296\":{},\"315\":{},\"334\":{},\"362\":{},\"390\":{},\"409\":{},\"428\":{},\"595\":{},\"634\":{},\"648\":{},\"662\":{},\"676\":{},\"691\":{},\"706\":{},\"721\":{},\"737\":{},\"754\":{},\"769\":{},\"785\":{},\"800\":{},\"816\":{},\"834\":{},\"849\":{},\"865\":{},\"880\":{}},\"comment\":{}}],[\"unitimpulsejoint\",{\"_index\":189,\"name\":{\"258\":{},\"1400\":{}},\"comment\":{}}],[\"unitmultibodyjoint\",{\"_index\":221,\"name\":{\"483\":{},\"1412\":{}},\"comment\":{}}],[\"unknown\",{\"_index\":382,\"name\":{\"1062\":{}},\"comment\":{}}],[\"unmap\",{\"_index\":218,\"name\":{\"468\":{},\"533\":{},\"1052\":{}},\"comment\":{}}],[\"up\",{\"_index\":497,\"name\":{\"1292\":{}},\"comment\":{}}],[\"update\",{\"_index\":486,\"name\":{\"1260\":{}},\"comment\":{}}],[\"updatescenequeries\",{\"_index\":426,\"name\":{\"1152\":{}},\"comment\":{}}],[\"updatevehicle\",{\"_index\":530,\"name\":{\"1331\":{}},\"comment\":{}}],[\"userdata\",{\"_index\":40,\"name\":{\"60\":{},\"165\":{}},\"comment\":{}}],[\"vector\",{\"_index\":1,\"name\":{\"1\":{},\"1381\":{}},\"comment\":{}}],[\"vector3\",{\"_index\":5,\"name\":{\"5\":{},\"1382\":{}},\"comment\":{}}],[\"vectorops\",{\"_index\":7,\"name\":{\"10\":{},\"1383\":{}},\"comment\":{}}],[\"vehiclecontrollers\",{\"_index\":421,\"name\":{\"1146\":{}},\"comment\":{}}],[\"version\",{\"_index\":0,\"name\":{\"0\":{},\"1380\":{}},\"comment\":{}}],[\"vertex\",{\"_index\":379,\"name\":{\"1059\":{}},\"comment\":{}}],[\"vertices\",{\"_index\":305,\"name\":{\"755\":{},\"770\":{},\"786\":{},\"801\":{},\"954\":{},\"1238\":{},\"1243\":{}},\"comment\":{}}],[\"volume\",{\"_index\":363,\"name\":{\"965\":{}},\"comment\":{}}],[\"w\",{\"_index\":14,\"name\":{\"21\":{},\"27\":{}},\"comment\":{}}],[\"wakeup\",{\"_index\":80,\"name\":{\"101\":{}},\"comment\":{}}],[\"wheelaxlecs\",{\"_index\":562,\"name\":{\"1363\":{}},\"comment\":{}}],[\"wheelbrake\",{\"_index\":554,\"name\":{\"1355\":{}},\"comment\":{}}],[\"wheelchassisconnectionpointcs\",{\"_index\":538,\"name\":{\"1339\":{}},\"comment\":{}}],[\"wheelcontactnormal\",{\"_index\":572,\"name\":{\"1373\":{}},\"comment\":{}}],[\"wheelcontactpoint\",{\"_index\":573,\"name\":{\"1374\":{}},\"comment\":{}}],[\"wheeldirectioncs\",{\"_index\":560,\"name\":{\"1361\":{}},\"comment\":{}}],[\"wheelengineforce\",{\"_index\":558,\"name\":{\"1359\":{}},\"comment\":{}}],[\"wheelforwardimpulse\",{\"_index\":569,\"name\":{\"1370\":{}},\"comment\":{}}],[\"wheelfrictionslip\",{\"_index\":564,\"name\":{\"1365\":{}},\"comment\":{}}],[\"wheelgroundobject\",{\"_index\":577,\"name\":{\"1378\":{}},\"comment\":{}}],[\"wheelhardpoint\",{\"_index\":575,\"name\":{\"1376\":{}},\"comment\":{}}],[\"wheelisincontact\",{\"_index\":576,\"name\":{\"1377\":{}},\"comment\":{}}],[\"wheelmaxsuspensionforce\",{\"_index\":552,\"name\":{\"1353\":{}},\"comment\":{}}],[\"wheelmaxsuspensiontravel\",{\"_index\":542,\"name\":{\"1343\":{}},\"comment\":{}}],[\"wheelradius\",{\"_index\":544,\"name\":{\"1345\":{}},\"comment\":{}}],[\"wheelrotation\",{\"_index\":568,\"name\":{\"1369\":{}},\"comment\":{}}],[\"wheelsidefrictionstiffness\",{\"_index\":566,\"name\":{\"1367\":{}},\"comment\":{}}],[\"wheelsideimpulse\",{\"_index\":570,\"name\":{\"1371\":{}},\"comment\":{}}],[\"wheelsteering\",{\"_index\":556,\"name\":{\"1357\":{}},\"comment\":{}}],[\"wheelsuspensioncompression\",{\"_index\":548,\"name\":{\"1349\":{}},\"comment\":{}}],[\"wheelsuspensionforce\",{\"_index\":571,\"name\":{\"1372\":{}},\"comment\":{}}],[\"wheelsuspensionlength\",{\"_index\":574,\"name\":{\"1375\":{}},\"comment\":{}}],[\"wheelsuspensionrelaxation\",{\"_index\":550,\"name\":{\"1351\":{}},\"comment\":{}}],[\"wheelsuspensionrestlength\",{\"_index\":540,\"name\":{\"1341\":{}},\"comment\":{}}],[\"wheelsuspensionstiffness\",{\"_index\":546,\"name\":{\"1347\":{}},\"comment\":{}}],[\"witness1\",{\"_index\":398,\"name\":{\"1105\":{},\"1114\":{},\"1277\":{}},\"comment\":{}}],[\"witness2\",{\"_index\":399,\"name\":{\"1106\":{},\"1115\":{},\"1278\":{}},\"comment\":{}}],[\"world\",{\"_index\":408,\"name\":{\"1127\":{},\"1462\":{}},\"comment\":{}}],[\"worldcom\",{\"_index\":73,\"name\":{\"94\":{}},\"comment\":{}}],[\"x\",{\"_index\":2,\"name\":{\"2\":{},\"7\":{},\"18\":{},\"24\":{},\"233\":{}},\"comment\":{}}],[\"y\",{\"_index\":3,\"name\":{\"3\":{},\"8\":{},\"19\":{},\"25\":{},\"234\":{}},\"comment\":{}}],[\"z\",{\"_index\":4,\"name\":{\"4\":{},\"9\":{},\"20\":{},\"26\":{},\"235\":{}},\"comment\":{}}],[\"zeros\",{\"_index\":10,\"name\":{\"13\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\",\"8388608\":\"Reference\"},\"rows\":[{\"kind\":64,\"name\":\"version\",\"url\":\"functions/version.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"reserveMemory\",\"url\":\"functions/reserveMemory.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"Vector\",\"url\":\"interfaces/Vector.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/Vector.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Vector\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/Vector.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Vector\"},{\"kind\":1024,\"name\":\"z\",\"url\":\"interfaces/Vector.html#z\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Vector\"},{\"kind\":128,\"name\":\"Vector3\",\"url\":\"classes/Vector3.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Vector3.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Vector3\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/Vector3.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vector3\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/Vector3.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vector3\"},{\"kind\":1024,\"name\":\"z\",\"url\":\"classes/Vector3.html#z\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vector3\"},{\"kind\":128,\"name\":\"VectorOps\",\"url\":\"classes/VectorOps.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"new\",\"url\":\"classes/VectorOps.html#new\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/VectorOps.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"zeros\",\"url\":\"classes/VectorOps.html#zeros\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/VectorOps.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/VectorOps.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VectorOps.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"VectorOps\"},{\"kind\":256,\"name\":\"Rotation\",\"url\":\"interfaces/Rotation.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/Rotation.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rotation\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/Rotation.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rotation\"},{\"kind\":1024,\"name\":\"z\",\"url\":\"interfaces/Rotation.html#z\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rotation\"},{\"kind\":1024,\"name\":\"w\",\"url\":\"interfaces/Rotation.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rotation\"},{\"kind\":128,\"name\":\"Quaternion\",\"url\":\"classes/Quaternion.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Quaternion.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Quaternion\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/Quaternion.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Quaternion\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/Quaternion.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Quaternion\"},{\"kind\":1024,\"name\":\"z\",\"url\":\"classes/Quaternion.html#z\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Quaternion\"},{\"kind\":1024,\"name\":\"w\",\"url\":\"classes/Quaternion.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Quaternion\"},{\"kind\":128,\"name\":\"RotationOps\",\"url\":\"classes/RotationOps.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"identity\",\"url\":\"classes/RotationOps.html#identity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RotationOps.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RotationOps.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/RotationOps.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RotationOps.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RotationOps\"},{\"kind\":128,\"name\":\"SdpMatrix3\",\"url\":\"classes/SdpMatrix3.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SdpMatrix3.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":1024,\"name\":\"elements\",\"url\":\"classes/SdpMatrix3.html#elements\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m11\",\"url\":\"classes/SdpMatrix3.html#m11\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m12\",\"url\":\"classes/SdpMatrix3.html#m12\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m21\",\"url\":\"classes/SdpMatrix3.html#m21\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m13\",\"url\":\"classes/SdpMatrix3.html#m13\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m31\",\"url\":\"classes/SdpMatrix3.html#m31\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m22\",\"url\":\"classes/SdpMatrix3.html#m22\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m23\",\"url\":\"classes/SdpMatrix3.html#m23\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m32\",\"url\":\"classes/SdpMatrix3.html#m32\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":262144,\"name\":\"m33\",\"url\":\"classes/SdpMatrix3.html#m33\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3\"},{\"kind\":128,\"name\":\"SdpMatrix3Ops\",\"url\":\"classes/SdpMatrix3Ops.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/SdpMatrix3Ops.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SdpMatrix3Ops\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SdpMatrix3Ops.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SdpMatrix3Ops\"},{\"kind\":4194304,\"name\":\"RigidBodyHandle\",\"url\":\"types/RigidBodyHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":8,\"name\":\"RigidBodyType\",\"url\":\"enums/RigidBodyType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Dynamic\",\"url\":\"enums/RigidBodyType.html#Dynamic\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":16,\"name\":\"Fixed\",\"url\":\"enums/RigidBodyType.html#Fixed\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":16,\"name\":\"KinematicPositionBased\",\"url\":\"enums/RigidBodyType.html#KinematicPositionBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":16,\"name\":\"KinematicVelocityBased\",\"url\":\"enums/RigidBodyType.html#KinematicVelocityBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RigidBodyType\"},{\"kind\":128,\"name\":\"RigidBody\",\"url\":\"classes/RigidBody.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RigidBody.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RigidBody.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"colliderSet\",\"url\":\"classes/RigidBody.html#colliderSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RigidBody.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":1024,\"name\":\"userData\",\"url\":\"classes/RigidBody.html#userData\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RigidBody.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RigidBody.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"lockTranslations\",\"url\":\"classes/RigidBody.html#lockTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"lockRotations\",\"url\":\"classes/RigidBody.html#lockRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setEnabledTranslations\",\"url\":\"classes/RigidBody.html#setEnabledTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"restrictTranslations\",\"url\":\"classes/RigidBody.html#restrictTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setEnabledRotations\",\"url\":\"classes/RigidBody.html#setEnabledRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"restrictRotations\",\"url\":\"classes/RigidBody.html#restrictRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"dominanceGroup\",\"url\":\"classes/RigidBody.html#dominanceGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setDominanceGroup\",\"url\":\"classes/RigidBody.html#setDominanceGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"additionalSolverIterations\",\"url\":\"classes/RigidBody.html#additionalSolverIterations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAdditionalSolverIterations\",\"url\":\"classes/RigidBody.html#setAdditionalSolverIterations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"enableCcd\",\"url\":\"classes/RigidBody.html#enableCcd\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setSoftCcdPrediction\",\"url\":\"classes/RigidBody.html#setSoftCcdPrediction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"softCcdPrediction\",\"url\":\"classes/RigidBody.html#softCcdPrediction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"translation\",\"url\":\"classes/RigidBody.html#translation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"rotation\",\"url\":\"classes/RigidBody.html#rotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"nextTranslation\",\"url\":\"classes/RigidBody.html#nextTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"nextRotation\",\"url\":\"classes/RigidBody.html#nextRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/RigidBody.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setLinvel\",\"url\":\"classes/RigidBody.html#setLinvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"gravityScale\",\"url\":\"classes/RigidBody.html#gravityScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setGravityScale\",\"url\":\"classes/RigidBody.html#setGravityScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/RigidBody.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAngvel\",\"url\":\"classes/RigidBody.html#setAngvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setNextKinematicTranslation\",\"url\":\"classes/RigidBody.html#setNextKinematicTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setNextKinematicRotation\",\"url\":\"classes/RigidBody.html#setNextKinematicRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"linvel\",\"url\":\"classes/RigidBody.html#linvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"velocityAtPoint\",\"url\":\"classes/RigidBody.html#velocityAtPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"angvel\",\"url\":\"classes/RigidBody.html#angvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"mass\",\"url\":\"classes/RigidBody.html#mass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"effectiveInvMass\",\"url\":\"classes/RigidBody.html#effectiveInvMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"invMass\",\"url\":\"classes/RigidBody.html#invMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"localCom\",\"url\":\"classes/RigidBody.html#localCom\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"worldCom\",\"url\":\"classes/RigidBody.html#worldCom\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"invPrincipalInertiaSqrt\",\"url\":\"classes/RigidBody.html#invPrincipalInertiaSqrt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"principalInertia\",\"url\":\"classes/RigidBody.html#principalInertia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"principalInertiaLocalFrame\",\"url\":\"classes/RigidBody.html#principalInertiaLocalFrame\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"effectiveWorldInvInertiaSqrt\",\"url\":\"classes/RigidBody.html#effectiveWorldInvInertiaSqrt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"effectiveAngularInertia\",\"url\":\"classes/RigidBody.html#effectiveAngularInertia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"sleep\",\"url\":\"classes/RigidBody.html#sleep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"wakeUp\",\"url\":\"classes/RigidBody.html#wakeUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isCcdEnabled\",\"url\":\"classes/RigidBody.html#isCcdEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"numColliders\",\"url\":\"classes/RigidBody.html#numColliders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"collider\",\"url\":\"classes/RigidBody.html#collider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/RigidBody.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isEnabled\",\"url\":\"classes/RigidBody.html#isEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"bodyType\",\"url\":\"classes/RigidBody.html#bodyType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setBodyType\",\"url\":\"classes/RigidBody.html#setBodyType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isSleeping\",\"url\":\"classes/RigidBody.html#isSleeping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isMoving\",\"url\":\"classes/RigidBody.html#isMoving\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isFixed\",\"url\":\"classes/RigidBody.html#isFixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isKinematic\",\"url\":\"classes/RigidBody.html#isKinematic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/RigidBody.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"linearDamping\",\"url\":\"classes/RigidBody.html#linearDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"angularDamping\",\"url\":\"classes/RigidBody.html#angularDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setLinearDamping\",\"url\":\"classes/RigidBody.html#setLinearDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"recomputeMassPropertiesFromColliders\",\"url\":\"classes/RigidBody.html#recomputeMassPropertiesFromColliders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAdditionalMass\",\"url\":\"classes/RigidBody.html#setAdditionalMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAdditionalMassProperties\",\"url\":\"classes/RigidBody.html#setAdditionalMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"setAngularDamping\",\"url\":\"classes/RigidBody.html#setAngularDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"resetForces\",\"url\":\"classes/RigidBody.html#resetForces\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"resetTorques\",\"url\":\"classes/RigidBody.html#resetTorques\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"addForce\",\"url\":\"classes/RigidBody.html#addForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"applyImpulse\",\"url\":\"classes/RigidBody.html#applyImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"addTorque\",\"url\":\"classes/RigidBody.html#addTorque\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"applyTorqueImpulse\",\"url\":\"classes/RigidBody.html#applyTorqueImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"addForceAtPoint\",\"url\":\"classes/RigidBody.html#addForceAtPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"applyImpulseAtPoint\",\"url\":\"classes/RigidBody.html#applyImpulseAtPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"userForce\",\"url\":\"classes/RigidBody.html#userForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":2048,\"name\":\"userTorque\",\"url\":\"classes/RigidBody.html#userTorque\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBody\"},{\"kind\":128,\"name\":\"RigidBodyDesc\",\"url\":\"classes/RigidBodyDesc.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"dynamic\",\"url\":\"classes/RigidBodyDesc.html#dynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"kinematicPositionBased\",\"url\":\"classes/RigidBodyDesc.html#kinematicPositionBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"kinematicVelocityBased\",\"url\":\"classes/RigidBodyDesc.html#kinematicVelocityBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"fixed\",\"url\":\"classes/RigidBodyDesc.html#fixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newDynamic\",\"url\":\"classes/RigidBodyDesc.html#newDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newKinematicPositionBased\",\"url\":\"classes/RigidBodyDesc.html#newKinematicPositionBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newKinematicVelocityBased\",\"url\":\"classes/RigidBodyDesc.html#newKinematicVelocityBased\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"newStatic\",\"url\":\"classes/RigidBodyDesc.html#newStatic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RigidBodyDesc.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"enabled\",\"url\":\"classes/RigidBodyDesc.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translation\",\"url\":\"classes/RigidBodyDesc.html#translation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"rotation\",\"url\":\"classes/RigidBodyDesc.html#rotation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"gravityScale\",\"url\":\"classes/RigidBodyDesc.html#gravityScale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"mass\",\"url\":\"classes/RigidBodyDesc.html#mass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"massOnly\",\"url\":\"classes/RigidBodyDesc.html#massOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"centerOfMass\",\"url\":\"classes/RigidBodyDesc.html#centerOfMass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translationsEnabledX\",\"url\":\"classes/RigidBodyDesc.html#translationsEnabledX\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translationsEnabledY\",\"url\":\"classes/RigidBodyDesc.html#translationsEnabledY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"linvel\",\"url\":\"classes/RigidBodyDesc.html#linvel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"angvel\",\"url\":\"classes/RigidBodyDesc.html#angvel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"principalAngularInertia\",\"url\":\"classes/RigidBodyDesc.html#principalAngularInertia\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"angularInertiaLocalFrame\",\"url\":\"classes/RigidBodyDesc.html#angularInertiaLocalFrame\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"translationsEnabledZ\",\"url\":\"classes/RigidBodyDesc.html#translationsEnabledZ\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"rotationsEnabledX\",\"url\":\"classes/RigidBodyDesc.html#rotationsEnabledX\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"rotationsEnabledY\",\"url\":\"classes/RigidBodyDesc.html#rotationsEnabledY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"rotationsEnabledZ\",\"url\":\"classes/RigidBodyDesc.html#rotationsEnabledZ\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"linearDamping\",\"url\":\"classes/RigidBodyDesc.html#linearDamping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"angularDamping\",\"url\":\"classes/RigidBodyDesc.html#angularDamping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/RigidBodyDesc.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"canSleep\",\"url\":\"classes/RigidBodyDesc.html#canSleep\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"sleeping\",\"url\":\"classes/RigidBodyDesc.html#sleeping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"ccdEnabled\",\"url\":\"classes/RigidBodyDesc.html#ccdEnabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"softCcdPrediction\",\"url\":\"classes/RigidBodyDesc.html#softCcdPrediction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"dominanceGroup\",\"url\":\"classes/RigidBodyDesc.html#dominanceGroup\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"additionalSolverIterations\",\"url\":\"classes/RigidBodyDesc.html#additionalSolverIterations\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":1024,\"name\":\"userData\",\"url\":\"classes/RigidBodyDesc.html#userData\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setDominanceGroup\",\"url\":\"classes/RigidBodyDesc.html#setDominanceGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAdditionalSolverIterations\",\"url\":\"classes/RigidBodyDesc.html#setAdditionalSolverIterations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/RigidBodyDesc.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/RigidBodyDesc.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/RigidBodyDesc.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setGravityScale\",\"url\":\"classes/RigidBodyDesc.html#setGravityScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAdditionalMass\",\"url\":\"classes/RigidBodyDesc.html#setAdditionalMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setLinvel\",\"url\":\"classes/RigidBodyDesc.html#setLinvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAngvel\",\"url\":\"classes/RigidBodyDesc.html#setAngvel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAdditionalMassProperties\",\"url\":\"classes/RigidBodyDesc.html#setAdditionalMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"enabledTranslations\",\"url\":\"classes/RigidBodyDesc.html#enabledTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"restrictTranslations\",\"url\":\"classes/RigidBodyDesc.html#restrictTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"lockTranslations\",\"url\":\"classes/RigidBodyDesc.html#lockTranslations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"enabledRotations\",\"url\":\"classes/RigidBodyDesc.html#enabledRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"restrictRotations\",\"url\":\"classes/RigidBodyDesc.html#restrictRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"lockRotations\",\"url\":\"classes/RigidBodyDesc.html#lockRotations\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setLinearDamping\",\"url\":\"classes/RigidBodyDesc.html#setLinearDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setAngularDamping\",\"url\":\"classes/RigidBodyDesc.html#setAngularDamping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setCanSleep\",\"url\":\"classes/RigidBodyDesc.html#setCanSleep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setSleeping\",\"url\":\"classes/RigidBodyDesc.html#setSleeping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setCcdEnabled\",\"url\":\"classes/RigidBodyDesc.html#setCcdEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setSoftCcdPrediction\",\"url\":\"classes/RigidBodyDesc.html#setSoftCcdPrediction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":2048,\"name\":\"setUserData\",\"url\":\"classes/RigidBodyDesc.html#setUserData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodyDesc\"},{\"kind\":128,\"name\":\"RigidBodySet\",\"url\":\"classes/RigidBodySet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RigidBodySet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/RigidBodySet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/RigidBodySet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/RigidBodySet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RigidBodySet.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"createRigidBody\",\"url\":\"classes/RigidBodySet.html#createRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/RigidBodySet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/RigidBodySet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/RigidBodySet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/RigidBodySet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/RigidBodySet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"forEachActiveRigidBody\",\"url\":\"classes/RigidBodySet.html#forEachActiveRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/RigidBodySet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RigidBodySet\"},{\"kind\":128,\"name\":\"IntegrationParameters\",\"url\":\"classes/IntegrationParameters.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IntegrationParameters.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/IntegrationParameters.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/IntegrationParameters.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"dt\",\"url\":\"classes/IntegrationParameters.html#dt\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"contact_erp\",\"url\":\"classes/IntegrationParameters.html#contact_erp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"lengthUnit\",\"url\":\"classes/IntegrationParameters.html#lengthUnit\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"normalizedAllowedLinearError\",\"url\":\"classes/IntegrationParameters.html#normalizedAllowedLinearError\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"normalizedPredictionDistance\",\"url\":\"classes/IntegrationParameters.html#normalizedPredictionDistance\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"numSolverIterations\",\"url\":\"classes/IntegrationParameters.html#numSolverIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"numAdditionalFrictionIterations\",\"url\":\"classes/IntegrationParameters.html#numAdditionalFrictionIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"numInternalPgsIterations\",\"url\":\"classes/IntegrationParameters.html#numInternalPgsIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"minIslandSize\",\"url\":\"classes/IntegrationParameters.html#minIslandSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"maxCcdSubsteps\",\"url\":\"classes/IntegrationParameters.html#maxCcdSubsteps\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":262144,\"name\":\"contact_natural_frequency\",\"url\":\"classes/IntegrationParameters.html#contact_natural_frequency\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"switchToStandardPgsSolver\",\"url\":\"classes/IntegrationParameters.html#switchToStandardPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolver\",\"url\":\"classes/IntegrationParameters.html#switchToSmallStepsPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolverWithoutWarmstart\",\"url\":\"classes/IntegrationParameters.html#switchToSmallStepsPgsSolverWithoutWarmstart\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IntegrationParameters\"},{\"kind\":4194304,\"name\":\"ImpulseJointHandle\",\"url\":\"types/ImpulseJointHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":8,\"name\":\"JointType\",\"url\":\"enums/JointType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Revolute\",\"url\":\"enums/JointType.html#Revolute\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Fixed\",\"url\":\"enums/JointType.html#Fixed\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Prismatic\",\"url\":\"enums/JointType.html#Prismatic\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Rope\",\"url\":\"enums/JointType.html#Rope\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Spring\",\"url\":\"enums/JointType.html#Spring\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Spherical\",\"url\":\"enums/JointType.html#Spherical\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":16,\"name\":\"Generic\",\"url\":\"enums/JointType.html#Generic\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointType\"},{\"kind\":8,\"name\":\"MotorModel\",\"url\":\"enums/MotorModel.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"AccelerationBased\",\"url\":\"enums/MotorModel.html#AccelerationBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MotorModel\"},{\"kind\":16,\"name\":\"ForceBased\",\"url\":\"enums/MotorModel.html#ForceBased\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MotorModel\"},{\"kind\":8,\"name\":\"JointAxesMask\",\"url\":\"enums/JointAxesMask.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"LinX\",\"url\":\"enums/JointAxesMask.html#LinX\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"LinY\",\"url\":\"enums/JointAxesMask.html#LinY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"LinZ\",\"url\":\"enums/JointAxesMask.html#LinZ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"AngX\",\"url\":\"enums/JointAxesMask.html#AngX\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"AngY\",\"url\":\"enums/JointAxesMask.html#AngY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":16,\"name\":\"AngZ\",\"url\":\"enums/JointAxesMask.html#AngZ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"JointAxesMask\"},{\"kind\":128,\"name\":\"ImpulseJoint\",\"url\":\"classes/ImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/ImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/ImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/ImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/ImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/ImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/ImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/ImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/ImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/ImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/ImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/ImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/ImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/ImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/ImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/ImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/ImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/ImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJoint\"},{\"kind\":128,\"name\":\"UnitImpulseJoint\",\"url\":\"classes/UnitImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/UnitImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnitImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/UnitImpulseJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsEnabled\",\"url\":\"classes/UnitImpulseJoint.html#limitsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMin\",\"url\":\"classes/UnitImpulseJoint.html#limitsMin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMax\",\"url\":\"classes/UnitImpulseJoint.html#limitsMax\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setLimits\",\"url\":\"classes/UnitImpulseJoint.html#setLimits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorModel\",\"url\":\"classes/UnitImpulseJoint.html#configureMotorModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorVelocity\",\"url\":\"classes/UnitImpulseJoint.html#configureMotorVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorPosition\",\"url\":\"classes/UnitImpulseJoint.html#configureMotorPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotor\",\"url\":\"classes/UnitImpulseJoint.html#configureMotor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/UnitImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/UnitImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/UnitImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/UnitImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/UnitImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/UnitImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/UnitImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/UnitImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/UnitImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/UnitImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/UnitImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/UnitImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/UnitImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/UnitImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/UnitImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/UnitImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitImpulseJoint\"},{\"kind\":128,\"name\":\"FixedImpulseJoint\",\"url\":\"classes/FixedImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/FixedImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/FixedImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/FixedImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/FixedImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/FixedImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/FixedImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/FixedImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/FixedImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/FixedImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/FixedImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/FixedImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/FixedImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/FixedImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/FixedImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/FixedImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/FixedImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/FixedImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedImpulseJoint\"},{\"kind\":128,\"name\":\"RopeImpulseJoint\",\"url\":\"classes/RopeImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/RopeImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RopeImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RopeImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/RopeImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RopeImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RopeImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RopeImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/RopeImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/RopeImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/RopeImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/RopeImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/RopeImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/RopeImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/RopeImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/RopeImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/RopeImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/RopeImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/RopeImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RopeImpulseJoint\"},{\"kind\":128,\"name\":\"SpringImpulseJoint\",\"url\":\"classes/SpringImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/SpringImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SpringImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/SpringImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/SpringImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/SpringImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/SpringImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/SpringImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/SpringImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/SpringImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/SpringImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/SpringImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/SpringImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/SpringImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/SpringImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/SpringImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/SpringImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/SpringImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/SpringImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SpringImpulseJoint\"},{\"kind\":128,\"name\":\"PrismaticImpulseJoint\",\"url\":\"classes/PrismaticImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/PrismaticImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PrismaticImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/PrismaticImpulseJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsEnabled\",\"url\":\"classes/PrismaticImpulseJoint.html#limitsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMin\",\"url\":\"classes/PrismaticImpulseJoint.html#limitsMin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMax\",\"url\":\"classes/PrismaticImpulseJoint.html#limitsMax\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setLimits\",\"url\":\"classes/PrismaticImpulseJoint.html#setLimits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorModel\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotorModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorVelocity\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotorVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorPosition\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotorPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotor\",\"url\":\"classes/PrismaticImpulseJoint.html#configureMotor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/PrismaticImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/PrismaticImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/PrismaticImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/PrismaticImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/PrismaticImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/PrismaticImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/PrismaticImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/PrismaticImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/PrismaticImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/PrismaticImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/PrismaticImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/PrismaticImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/PrismaticImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/PrismaticImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/PrismaticImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/PrismaticImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticImpulseJoint\"},{\"kind\":128,\"name\":\"RevoluteImpulseJoint\",\"url\":\"classes/RevoluteImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/RevoluteImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RevoluteImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/RevoluteImpulseJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsEnabled\",\"url\":\"classes/RevoluteImpulseJoint.html#limitsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMin\",\"url\":\"classes/RevoluteImpulseJoint.html#limitsMin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"limitsMax\",\"url\":\"classes/RevoluteImpulseJoint.html#limitsMax\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setLimits\",\"url\":\"classes/RevoluteImpulseJoint.html#setLimits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorModel\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotorModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorVelocity\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotorVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotorPosition\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotorPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"configureMotor\",\"url\":\"classes/RevoluteImpulseJoint.html#configureMotor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RevoluteImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/RevoluteImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RevoluteImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/RevoluteImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RevoluteImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/RevoluteImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/RevoluteImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/RevoluteImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/RevoluteImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/RevoluteImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/RevoluteImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/RevoluteImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/RevoluteImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/RevoluteImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/RevoluteImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/RevoluteImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteImpulseJoint\"},{\"kind\":128,\"name\":\"GenericImpulseJoint\",\"url\":\"classes/GenericImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/GenericImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GenericImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/GenericImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/GenericImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/GenericImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/GenericImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/GenericImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/GenericImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/GenericImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/GenericImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/GenericImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/GenericImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/GenericImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/GenericImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/GenericImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/GenericImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/GenericImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/GenericImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GenericImpulseJoint\"},{\"kind\":128,\"name\":\"SphericalImpulseJoint\",\"url\":\"classes/SphericalImpulseJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/SphericalImpulseJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SphericalImpulseJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/SphericalImpulseJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":1024,\"name\":\"bodySet\",\"url\":\"classes/SphericalImpulseJoint.html#bodySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/SphericalImpulseJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/SphericalImpulseJoint.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/SphericalImpulseJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"body1\",\"url\":\"classes/SphericalImpulseJoint.html#body1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"body2\",\"url\":\"classes/SphericalImpulseJoint.html#body2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"type\",\"url\":\"classes/SphericalImpulseJoint.html#type\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX1\",\"url\":\"classes/SphericalImpulseJoint.html#frameX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"frameX2\",\"url\":\"classes/SphericalImpulseJoint.html#frameX2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor1\",\"url\":\"classes/SphericalImpulseJoint.html#anchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"anchor2\",\"url\":\"classes/SphericalImpulseJoint.html#anchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor1\",\"url\":\"classes/SphericalImpulseJoint.html#setAnchor1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"setAnchor2\",\"url\":\"classes/SphericalImpulseJoint.html#setAnchor2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/SphericalImpulseJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/SphericalImpulseJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalImpulseJoint\"},{\"kind\":128,\"name\":\"JointData\",\"url\":\"classes/JointData.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fixed\",\"url\":\"classes/JointData.html#fixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"spring\",\"url\":\"classes/JointData.html#spring\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"rope\",\"url\":\"classes/JointData.html#rope\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"generic\",\"url\":\"classes/JointData.html#generic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"spherical\",\"url\":\"classes/JointData.html#spherical\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"prismatic\",\"url\":\"classes/JointData.html#prismatic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"revolute\",\"url\":\"classes/JointData.html#revolute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/JointData.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-private\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"anchor1\",\"url\":\"classes/JointData.html#anchor1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"anchor2\",\"url\":\"classes/JointData.html#anchor2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"axis\",\"url\":\"classes/JointData.html#axis\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"frame1\",\"url\":\"classes/JointData.html#frame1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"frame2\",\"url\":\"classes/JointData.html#frame2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"jointType\",\"url\":\"classes/JointData.html#jointType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"limitsEnabled\",\"url\":\"classes/JointData.html#limitsEnabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"limits\",\"url\":\"classes/JointData.html#limits\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"axesMask\",\"url\":\"classes/JointData.html#axesMask\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"stiffness\",\"url\":\"classes/JointData.html#stiffness\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"damping\",\"url\":\"classes/JointData.html#damping\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/JointData.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/JointData.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JointData\"},{\"kind\":128,\"name\":\"ImpulseJointSet\",\"url\":\"classes/ImpulseJointSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImpulseJointSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/ImpulseJointSet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/ImpulseJointSet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/ImpulseJointSet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/ImpulseJointSet.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"createJoint\",\"url\":\"classes/ImpulseJointSet.html#createJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/ImpulseJointSet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"forEachJointHandleAttachedToRigidBody\",\"url\":\"classes/ImpulseJointSet.html#forEachJointHandleAttachedToRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"unmap\",\"url\":\"classes/ImpulseJointSet.html#unmap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/ImpulseJointSet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/ImpulseJointSet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/ImpulseJointSet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/ImpulseJointSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/ImpulseJointSet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseJointSet\"},{\"kind\":4194304,\"name\":\"MultibodyJointHandle\",\"url\":\"types/MultibodyJointHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"MultibodyJoint\",\"url\":\"classes/MultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/MultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/MultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/MultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/MultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/MultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/MultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJoint\"},{\"kind\":128,\"name\":\"UnitMultibodyJoint\",\"url\":\"classes/UnitMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/UnitMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnitMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/UnitMultibodyJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/UnitMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/UnitMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/UnitMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/UnitMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/UnitMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnitMultibodyJoint\"},{\"kind\":128,\"name\":\"FixedMultibodyJoint\",\"url\":\"classes/FixedMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/FixedMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/FixedMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/FixedMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/FixedMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/FixedMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/FixedMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedMultibodyJoint\"},{\"kind\":128,\"name\":\"PrismaticMultibodyJoint\",\"url\":\"classes/PrismaticMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/PrismaticMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PrismaticMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/PrismaticMultibodyJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/PrismaticMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/PrismaticMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/PrismaticMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/PrismaticMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/PrismaticMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PrismaticMultibodyJoint\"},{\"kind\":128,\"name\":\"RevoluteMultibodyJoint\",\"url\":\"classes/RevoluteMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/RevoluteMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RevoluteMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"rawAxis\",\"url\":\"classes/RevoluteMultibodyJoint.html#rawAxis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/RevoluteMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/RevoluteMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/RevoluteMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/RevoluteMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/RevoluteMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RevoluteMultibodyJoint\"},{\"kind\":128,\"name\":\"SphericalMultibodyJoint\",\"url\":\"classes/SphericalMultibodyJoint.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"newTyped\",\"url\":\"classes/SphericalMultibodyJoint.html#newTyped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SphericalMultibodyJoint.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":1024,\"name\":\"rawSet\",\"url\":\"classes/SphericalMultibodyJoint.html#rawSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/SphericalMultibodyJoint.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/SphericalMultibodyJoint.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":2048,\"name\":\"setContactsEnabled\",\"url\":\"classes/SphericalMultibodyJoint.html#setContactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":2048,\"name\":\"contactsEnabled\",\"url\":\"classes/SphericalMultibodyJoint.html#contactsEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SphericalMultibodyJoint\"},{\"kind\":128,\"name\":\"MultibodyJointSet\",\"url\":\"classes/MultibodyJointSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MultibodyJointSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/MultibodyJointSet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/MultibodyJointSet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/MultibodyJointSet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"createJoint\",\"url\":\"classes/MultibodyJointSet.html#createJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/MultibodyJointSet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"unmap\",\"url\":\"classes/MultibodyJointSet.html#unmap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/MultibodyJointSet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/MultibodyJointSet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/MultibodyJointSet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/MultibodyJointSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"forEachJointHandleAttachedToRigidBody\",\"url\":\"classes/MultibodyJointSet.html#forEachJointHandleAttachedToRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/MultibodyJointSet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultibodyJointSet\"},{\"kind\":8,\"name\":\"CoefficientCombineRule\",\"url\":\"enums/CoefficientCombineRule.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Average\",\"url\":\"enums/CoefficientCombineRule.html#Average\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":16,\"name\":\"Min\",\"url\":\"enums/CoefficientCombineRule.html#Min\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":16,\"name\":\"Multiply\",\"url\":\"enums/CoefficientCombineRule.html#Multiply\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":16,\"name\":\"Max\",\"url\":\"enums/CoefficientCombineRule.html#Max\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CoefficientCombineRule\"},{\"kind\":128,\"name\":\"CCDSolver\",\"url\":\"classes/CCDSolver.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CCDSolver.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CCDSolver\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/CCDSolver.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CCDSolver\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/CCDSolver.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CCDSolver\"},{\"kind\":128,\"name\":\"IslandManager\",\"url\":\"classes/IslandManager.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IslandManager.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/IslandManager.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/IslandManager.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":2048,\"name\":\"forEachActiveRigidBodyHandle\",\"url\":\"classes/IslandManager.html#forEachActiveRigidBodyHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IslandManager\"},{\"kind\":128,\"name\":\"BroadPhase\",\"url\":\"classes/BroadPhase.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BroadPhase.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BroadPhase\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/BroadPhase.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BroadPhase\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/BroadPhase.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BroadPhase\"},{\"kind\":128,\"name\":\"NarrowPhase\",\"url\":\"classes/NarrowPhase.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NarrowPhase.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/NarrowPhase.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":1024,\"name\":\"tempManifold\",\"url\":\"classes/NarrowPhase.html#tempManifold\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/NarrowPhase.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"contactPairsWith\",\"url\":\"classes/NarrowPhase.html#contactPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"intersectionPairsWith\",\"url\":\"classes/NarrowPhase.html#intersectionPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"contactPair\",\"url\":\"classes/NarrowPhase.html#contactPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":2048,\"name\":\"intersectionPair\",\"url\":\"classes/NarrowPhase.html#intersectionPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NarrowPhase\"},{\"kind\":128,\"name\":\"TempContactManifold\",\"url\":\"classes/TempContactManifold.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TempContactManifold.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/TempContactManifold.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/TempContactManifold.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"normal\",\"url\":\"classes/TempContactManifold.html#normal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localNormal1\",\"url\":\"classes/TempContactManifold.html#localNormal1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localNormal2\",\"url\":\"classes/TempContactManifold.html#localNormal2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"subshape1\",\"url\":\"classes/TempContactManifold.html#subshape1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"subshape2\",\"url\":\"classes/TempContactManifold.html#subshape2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"numContacts\",\"url\":\"classes/TempContactManifold.html#numContacts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localContactPoint1\",\"url\":\"classes/TempContactManifold.html#localContactPoint1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"localContactPoint2\",\"url\":\"classes/TempContactManifold.html#localContactPoint2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactDist\",\"url\":\"classes/TempContactManifold.html#contactDist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactFid1\",\"url\":\"classes/TempContactManifold.html#contactFid1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactFid2\",\"url\":\"classes/TempContactManifold.html#contactFid2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactImpulse\",\"url\":\"classes/TempContactManifold.html#contactImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactTangentImpulseX\",\"url\":\"classes/TempContactManifold.html#contactTangentImpulseX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"contactTangentImpulseY\",\"url\":\"classes/TempContactManifold.html#contactTangentImpulseY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"numSolverContacts\",\"url\":\"classes/TempContactManifold.html#numSolverContacts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactPoint\",\"url\":\"classes/TempContactManifold.html#solverContactPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactDist\",\"url\":\"classes/TempContactManifold.html#solverContactDist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactFriction\",\"url\":\"classes/TempContactManifold.html#solverContactFriction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactRestitution\",\"url\":\"classes/TempContactManifold.html#solverContactRestitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":2048,\"name\":\"solverContactTangentVelocity\",\"url\":\"classes/TempContactManifold.html#solverContactTangentVelocity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactManifold\"},{\"kind\":128,\"name\":\"Shape\",\"url\":\"classes/Shape.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Shape.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Shape.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Shape.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/Shape.html#type\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Shape.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Shape.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Shape.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Shape.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Shape.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Shape.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Shape.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Shape.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Shape\"},{\"kind\":8,\"name\":\"ShapeType\",\"url\":\"enums/ShapeType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Ball\",\"url\":\"enums/ShapeType.html#Ball\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Cuboid\",\"url\":\"enums/ShapeType.html#Cuboid\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Capsule\",\"url\":\"enums/ShapeType.html#Capsule\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Segment\",\"url\":\"enums/ShapeType.html#Segment\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Polyline\",\"url\":\"enums/ShapeType.html#Polyline\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Triangle\",\"url\":\"enums/ShapeType.html#Triangle\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"TriMesh\",\"url\":\"enums/ShapeType.html#TriMesh\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"HeightField\",\"url\":\"enums/ShapeType.html#HeightField\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"ConvexPolyhedron\",\"url\":\"enums/ShapeType.html#ConvexPolyhedron\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Cylinder\",\"url\":\"enums/ShapeType.html#Cylinder\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Cone\",\"url\":\"enums/ShapeType.html#Cone\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundCuboid\",\"url\":\"enums/ShapeType.html#RoundCuboid\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundTriangle\",\"url\":\"enums/ShapeType.html#RoundTriangle\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundCylinder\",\"url\":\"enums/ShapeType.html#RoundCylinder\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundCone\",\"url\":\"enums/ShapeType.html#RoundCone\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"RoundConvexPolyhedron\",\"url\":\"enums/ShapeType.html#RoundConvexPolyhedron\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"HalfSpace\",\"url\":\"enums/ShapeType.html#HalfSpace\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":16,\"name\":\"Voxels\",\"url\":\"enums/ShapeType.html#Voxels\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShapeType\"},{\"kind\":8,\"name\":\"HeightFieldFlags\",\"url\":\"enums/HeightFieldFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"FIX_INTERNAL_EDGES\",\"url\":\"enums/HeightFieldFlags.html#FIX_INTERNAL_EDGES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeightFieldFlags\"},{\"kind\":8,\"name\":\"TriMeshFlags\",\"url\":\"enums/TriMeshFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"DELETE_BAD_TOPOLOGY_TRIANGLES\",\"url\":\"enums/TriMeshFlags.html#DELETE_BAD_TOPOLOGY_TRIANGLES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"ORIENTED\",\"url\":\"enums/TriMeshFlags.html#ORIENTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"MERGE_DUPLICATE_VERTICES\",\"url\":\"enums/TriMeshFlags.html#MERGE_DUPLICATE_VERTICES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"DELETE_DEGENERATE_TRIANGLES\",\"url\":\"enums/TriMeshFlags.html#DELETE_DEGENERATE_TRIANGLES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"DELETE_DUPLICATE_TRIANGLES\",\"url\":\"enums/TriMeshFlags.html#DELETE_DUPLICATE_TRIANGLES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":16,\"name\":\"FIX_INTERNAL_EDGES\",\"url\":\"enums/TriMeshFlags.html#FIX_INTERNAL_EDGES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TriMeshFlags\"},{\"kind\":128,\"name\":\"Ball\",\"url\":\"classes/Ball.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Ball.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Ball.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Ball.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/Ball.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Ball.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Ball.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Ball.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Ball.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Ball.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Ball.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Ball.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Ball.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Ball.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ball\"},{\"kind\":128,\"name\":\"HalfSpace\",\"url\":\"classes/HalfSpace.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/HalfSpace.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HalfSpace.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/HalfSpace.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":1024,\"name\":\"normal\",\"url\":\"classes/HalfSpace.html#normal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/HalfSpace.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/HalfSpace.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/HalfSpace.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/HalfSpace.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/HalfSpace.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/HalfSpace.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/HalfSpace.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/HalfSpace.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/HalfSpace.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HalfSpace\"},{\"kind\":128,\"name\":\"Cuboid\",\"url\":\"classes/Cuboid.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Cuboid.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Cuboid.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Cuboid.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":1024,\"name\":\"halfExtents\",\"url\":\"classes/Cuboid.html#halfExtents\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Cuboid.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Cuboid.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Cuboid.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Cuboid.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Cuboid.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Cuboid.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Cuboid.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Cuboid.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Cuboid.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cuboid\"},{\"kind\":128,\"name\":\"RoundCuboid\",\"url\":\"classes/RoundCuboid.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundCuboid.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundCuboid.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundCuboid.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":1024,\"name\":\"halfExtents\",\"url\":\"classes/RoundCuboid.html#halfExtents\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundCuboid.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundCuboid.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundCuboid.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundCuboid.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundCuboid.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundCuboid.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundCuboid.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundCuboid.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundCuboid.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundCuboid.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCuboid\"},{\"kind\":128,\"name\":\"Capsule\",\"url\":\"classes/Capsule.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Capsule.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Capsule.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Capsule.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/Capsule.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":1024,\"name\":\"halfHeight\",\"url\":\"classes/Capsule.html#halfHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Capsule.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Capsule.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Capsule.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Capsule.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Capsule.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Capsule.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Capsule.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Capsule.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Capsule.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Capsule\"},{\"kind\":128,\"name\":\"Segment\",\"url\":\"classes/Segment.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Segment.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Segment.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Segment.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/Segment.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/Segment.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Segment.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Segment.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Segment.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Segment.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Segment.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Segment.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Segment.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Segment.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Segment.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Segment\"},{\"kind\":128,\"name\":\"Triangle\",\"url\":\"classes/Triangle.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Triangle.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Triangle.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Triangle.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/Triangle.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/Triangle.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/Triangle.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Triangle.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Triangle.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Triangle.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Triangle.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Triangle.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Triangle.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Triangle.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Triangle.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Triangle.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Triangle\"},{\"kind\":128,\"name\":\"RoundTriangle\",\"url\":\"classes/RoundTriangle.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundTriangle.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundTriangle.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundTriangle.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/RoundTriangle.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/RoundTriangle.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/RoundTriangle.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundTriangle.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundTriangle.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundTriangle.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundTriangle.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundTriangle.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundTriangle.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundTriangle.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundTriangle.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundTriangle.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundTriangle.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundTriangle\"},{\"kind\":128,\"name\":\"Polyline\",\"url\":\"classes/Polyline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Polyline.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Polyline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Polyline.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/Polyline.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":1024,\"name\":\"indices\",\"url\":\"classes/Polyline.html#indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Polyline.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Polyline.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Polyline.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Polyline.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Polyline.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Polyline.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Polyline.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Polyline.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Polyline.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Polyline\"},{\"kind\":128,\"name\":\"Voxels\",\"url\":\"classes/Voxels.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Voxels.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Voxels.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Voxels\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Voxels.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Voxels\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"classes/Voxels.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Voxels\"},{\"kind\":1024,\"name\":\"voxelSize\",\"url\":\"classes/Voxels.html#voxelSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Voxels.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Voxels.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Voxels.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Voxels.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Voxels.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Voxels.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Voxels.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Voxels.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Voxels.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voxels\"},{\"kind\":128,\"name\":\"TriMesh\",\"url\":\"classes/TriMesh.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/TriMesh.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TriMesh.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/TriMesh.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/TriMesh.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"indices\",\"url\":\"classes/TriMesh.html#indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":1024,\"name\":\"flags\",\"url\":\"classes/TriMesh.html#flags\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/TriMesh.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/TriMesh.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/TriMesh.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/TriMesh.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/TriMesh.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/TriMesh.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/TriMesh.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/TriMesh.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/TriMesh.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TriMesh\"},{\"kind\":128,\"name\":\"ConvexPolyhedron\",\"url\":\"classes/ConvexPolyhedron.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ConvexPolyhedron.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConvexPolyhedron.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/ConvexPolyhedron.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/ConvexPolyhedron.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":1024,\"name\":\"indices\",\"url\":\"classes/ConvexPolyhedron.html#indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/ConvexPolyhedron.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/ConvexPolyhedron.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/ConvexPolyhedron.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/ConvexPolyhedron.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/ConvexPolyhedron.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/ConvexPolyhedron.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/ConvexPolyhedron.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/ConvexPolyhedron.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/ConvexPolyhedron.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvexPolyhedron\"},{\"kind\":128,\"name\":\"RoundConvexPolyhedron\",\"url\":\"classes/RoundConvexPolyhedron.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundConvexPolyhedron.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundConvexPolyhedron.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundConvexPolyhedron.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/RoundConvexPolyhedron.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":1024,\"name\":\"indices\",\"url\":\"classes/RoundConvexPolyhedron.html#indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundConvexPolyhedron.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundConvexPolyhedron.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundConvexPolyhedron.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundConvexPolyhedron.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundConvexPolyhedron.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundConvexPolyhedron.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundConvexPolyhedron.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundConvexPolyhedron.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundConvexPolyhedron.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundConvexPolyhedron.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundConvexPolyhedron\"},{\"kind\":128,\"name\":\"Heightfield\",\"url\":\"classes/Heightfield.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Heightfield.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Heightfield.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Heightfield.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"nrows\",\"url\":\"classes/Heightfield.html#nrows\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"ncols\",\"url\":\"classes/Heightfield.html#ncols\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"heights\",\"url\":\"classes/Heightfield.html#heights\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/Heightfield.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":1024,\"name\":\"flags\",\"url\":\"classes/Heightfield.html#flags\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Heightfield.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Heightfield.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Heightfield.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Heightfield.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Heightfield.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Heightfield.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Heightfield.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Heightfield.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Heightfield.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Heightfield\"},{\"kind\":128,\"name\":\"Cylinder\",\"url\":\"classes/Cylinder.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Cylinder.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Cylinder.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Cylinder\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Cylinder.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cylinder\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/Cylinder.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cylinder\"},{\"kind\":1024,\"name\":\"halfHeight\",\"url\":\"classes/Cylinder.html#halfHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Cylinder.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Cylinder.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Cylinder.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Cylinder.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Cylinder.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Cylinder.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Cylinder.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Cylinder.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Cylinder.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cylinder\"},{\"kind\":128,\"name\":\"RoundCylinder\",\"url\":\"classes/RoundCylinder.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundCylinder.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundCylinder.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundCylinder\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundCylinder.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCylinder\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/RoundCylinder.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCylinder\"},{\"kind\":1024,\"name\":\"halfHeight\",\"url\":\"classes/RoundCylinder.html#halfHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCylinder\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundCylinder.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundCylinder.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundCylinder.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundCylinder.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundCylinder.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundCylinder.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundCylinder.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundCylinder.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundCylinder.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundCylinder.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCylinder\"},{\"kind\":128,\"name\":\"Cone\",\"url\":\"classes/Cone.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/Cone.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Cone.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Cone\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Cone.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cone\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/Cone.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cone\"},{\"kind\":1024,\"name\":\"halfHeight\",\"url\":\"classes/Cone.html#halfHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/Cone.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Cone.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Cone.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Cone.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Cone.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Cone.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Cone.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Cone.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Cone.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cone\"},{\"kind\":128,\"name\":\"RoundCone\",\"url\":\"classes/RoundCone.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RoundCone.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoundCone.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoundCone\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/RoundCone.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCone\"},{\"kind\":1024,\"name\":\"radius\",\"url\":\"classes/RoundCone.html#radius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCone\"},{\"kind\":1024,\"name\":\"halfHeight\",\"url\":\"classes/RoundCone.html#halfHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCone\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"classes/RoundCone.html#borderRadius\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"intoRaw\",\"url\":\"classes/RoundCone.html#intoRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/RoundCone.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/RoundCone.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/RoundCone.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/RoundCone.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/RoundCone.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/RoundCone.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/RoundCone.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/RoundCone.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoundCone\"},{\"kind\":8,\"name\":\"ActiveCollisionTypes\",\"url\":\"enums/ActiveCollisionTypes.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"DYNAMIC_DYNAMIC\",\"url\":\"enums/ActiveCollisionTypes.html#DYNAMIC_DYNAMIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"DYNAMIC_KINEMATIC\",\"url\":\"enums/ActiveCollisionTypes.html#DYNAMIC_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"DYNAMIC_FIXED\",\"url\":\"enums/ActiveCollisionTypes.html#DYNAMIC_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"KINEMATIC_KINEMATIC\",\"url\":\"enums/ActiveCollisionTypes.html#KINEMATIC_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"KINEMATIC_FIXED\",\"url\":\"enums/ActiveCollisionTypes.html#KINEMATIC_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"FIXED_FIXED\",\"url\":\"enums/ActiveCollisionTypes.html#FIXED_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"DEFAULT\",\"url\":\"enums/ActiveCollisionTypes.html#DEFAULT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":16,\"name\":\"ALL\",\"url\":\"enums/ActiveCollisionTypes.html#ALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveCollisionTypes\"},{\"kind\":4194304,\"name\":\"ColliderHandle\",\"url\":\"types/ColliderHandle.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"Collider\",\"url\":\"classes/Collider.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Collider.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"colliderSet\",\"url\":\"classes/Collider.html#colliderSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"handle\",\"url\":\"classes/Collider.html#handle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"_shape\",\"url\":\"classes/Collider.html#_shape\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"_parent\",\"url\":\"classes/Collider.html#_parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/Collider.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":1024,\"name\":\"ensureShapeIsCached\",\"url\":\"classes/Collider.html#ensureShapeIsCached\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Collider\"},{\"kind\":262144,\"name\":\"shape\",\"url\":\"classes/Collider.html#shape\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"clearShapeCache\",\"url\":\"classes/Collider.html#clearShapeCache\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/Collider.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"translation\",\"url\":\"classes/Collider.html#translation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"rotation\",\"url\":\"classes/Collider.html#rotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"isSensor\",\"url\":\"classes/Collider.html#isSensor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setSensor\",\"url\":\"classes/Collider.html#setSensor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setShape\",\"url\":\"classes/Collider.html#setShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/Collider.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"isEnabled\",\"url\":\"classes/Collider.html#isEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRestitution\",\"url\":\"classes/Collider.html#setRestitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setFriction\",\"url\":\"classes/Collider.html#setFriction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"frictionCombineRule\",\"url\":\"classes/Collider.html#frictionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setFrictionCombineRule\",\"url\":\"classes/Collider.html#setFrictionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"restitutionCombineRule\",\"url\":\"classes/Collider.html#restitutionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRestitutionCombineRule\",\"url\":\"classes/Collider.html#setRestitutionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setCollisionGroups\",\"url\":\"classes/Collider.html#setCollisionGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setSolverGroups\",\"url\":\"classes/Collider.html#setSolverGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactSkin\",\"url\":\"classes/Collider.html#contactSkin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setContactSkin\",\"url\":\"classes/Collider.html#setContactSkin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"activeHooks\",\"url\":\"classes/Collider.html#activeHooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setActiveHooks\",\"url\":\"classes/Collider.html#setActiveHooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"activeEvents\",\"url\":\"classes/Collider.html#activeEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setActiveEvents\",\"url\":\"classes/Collider.html#setActiveEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"activeCollisionTypes\",\"url\":\"classes/Collider.html#activeCollisionTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setContactForceEventThreshold\",\"url\":\"classes/Collider.html#setContactForceEventThreshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactForceEventThreshold\",\"url\":\"classes/Collider.html#contactForceEventThreshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setActiveCollisionTypes\",\"url\":\"classes/Collider.html#setActiveCollisionTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setDensity\",\"url\":\"classes/Collider.html#setDensity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setMass\",\"url\":\"classes/Collider.html#setMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setMassProperties\",\"url\":\"classes/Collider.html#setMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/Collider.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setTranslationWrtParent\",\"url\":\"classes/Collider.html#setTranslationWrtParent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/Collider.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRotationWrtParent\",\"url\":\"classes/Collider.html#setRotationWrtParent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"shapeType\",\"url\":\"classes/Collider.html#shapeType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"halfExtents\",\"url\":\"classes/Collider.html#halfExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setHalfExtents\",\"url\":\"classes/Collider.html#setHalfExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"radius\",\"url\":\"classes/Collider.html#radius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRadius\",\"url\":\"classes/Collider.html#setRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"roundRadius\",\"url\":\"classes/Collider.html#roundRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setRoundRadius\",\"url\":\"classes/Collider.html#setRoundRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"halfHeight\",\"url\":\"classes/Collider.html#halfHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setHalfHeight\",\"url\":\"classes/Collider.html#setHalfHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"setVoxel\",\"url\":\"classes/Collider.html#setVoxel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"propagateVoxelChange\",\"url\":\"classes/Collider.html#propagateVoxelChange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"combineVoxelStates\",\"url\":\"classes/Collider.html#combineVoxelStates\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"vertices\",\"url\":\"classes/Collider.html#vertices\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"indices\",\"url\":\"classes/Collider.html#indices\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"heightfieldHeights\",\"url\":\"classes/Collider.html#heightfieldHeights\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"heightfieldScale\",\"url\":\"classes/Collider.html#heightfieldScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"heightfieldNRows\",\"url\":\"classes/Collider.html#heightfieldNRows\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"heightfieldNCols\",\"url\":\"classes/Collider.html#heightfieldNCols\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"parent\",\"url\":\"classes/Collider.html#parent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"friction\",\"url\":\"classes/Collider.html#friction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"restitution\",\"url\":\"classes/Collider.html#restitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"density\",\"url\":\"classes/Collider.html#density\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"mass\",\"url\":\"classes/Collider.html#mass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"volume\",\"url\":\"classes/Collider.html#volume\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"collisionGroups\",\"url\":\"classes/Collider.html#collisionGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"solverGroups\",\"url\":\"classes/Collider.html#solverGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"containsPoint\",\"url\":\"classes/Collider.html#containsPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/Collider.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"intersectsRay\",\"url\":\"classes/Collider.html#intersectsRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/Collider.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castCollider\",\"url\":\"classes/Collider.html#castCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"intersectsShape\",\"url\":\"classes/Collider.html#intersectsShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactShape\",\"url\":\"classes/Collider.html#contactShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"contactCollider\",\"url\":\"classes/Collider.html#contactCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/Collider.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/Collider.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collider\"},{\"kind\":8,\"name\":\"MassPropsMode\",\"url\":\"enums/MassPropsMode.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Density\",\"url\":\"enums/MassPropsMode.html#Density\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MassPropsMode\"},{\"kind\":16,\"name\":\"Mass\",\"url\":\"enums/MassPropsMode.html#Mass\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MassPropsMode\"},{\"kind\":16,\"name\":\"MassProps\",\"url\":\"enums/MassPropsMode.html#MassProps\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"MassPropsMode\"},{\"kind\":128,\"name\":\"ColliderDesc\",\"url\":\"classes/ColliderDesc.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"ball\",\"url\":\"classes/ColliderDesc.html#ball\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"capsule\",\"url\":\"classes/ColliderDesc.html#capsule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"segment\",\"url\":\"classes/ColliderDesc.html#segment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"triangle\",\"url\":\"classes/ColliderDesc.html#triangle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundTriangle\",\"url\":\"classes/ColliderDesc.html#roundTriangle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"polyline\",\"url\":\"classes/ColliderDesc.html#polyline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"voxels\",\"url\":\"classes/ColliderDesc.html#voxels\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"trimesh\",\"url\":\"classes/ColliderDesc.html#trimesh\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"cuboid\",\"url\":\"classes/ColliderDesc.html#cuboid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundCuboid\",\"url\":\"classes/ColliderDesc.html#roundCuboid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"heightfield\",\"url\":\"classes/ColliderDesc.html#heightfield\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"cylinder\",\"url\":\"classes/ColliderDesc.html#cylinder\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundCylinder\",\"url\":\"classes/ColliderDesc.html#roundCylinder\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"cone\",\"url\":\"classes/ColliderDesc.html#cone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundCone\",\"url\":\"classes/ColliderDesc.html#roundCone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"convexHull\",\"url\":\"classes/ColliderDesc.html#convexHull\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"convexMesh\",\"url\":\"classes/ColliderDesc.html#convexMesh\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundConvexHull\",\"url\":\"classes/ColliderDesc.html#roundConvexHull\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"roundConvexMesh\",\"url\":\"classes/ColliderDesc.html#roundConvexMesh\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColliderDesc.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"enabled\",\"url\":\"classes/ColliderDesc.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"shape\",\"url\":\"classes/ColliderDesc.html#shape\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"massPropsMode\",\"url\":\"classes/ColliderDesc.html#massPropsMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"mass\",\"url\":\"classes/ColliderDesc.html#mass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"centerOfMass\",\"url\":\"classes/ColliderDesc.html#centerOfMass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"principalAngularInertia\",\"url\":\"classes/ColliderDesc.html#principalAngularInertia\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"angularInertiaLocalFrame\",\"url\":\"classes/ColliderDesc.html#angularInertiaLocalFrame\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"density\",\"url\":\"classes/ColliderDesc.html#density\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"friction\",\"url\":\"classes/ColliderDesc.html#friction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"restitution\",\"url\":\"classes/ColliderDesc.html#restitution\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"rotation\",\"url\":\"classes/ColliderDesc.html#rotation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"translation\",\"url\":\"classes/ColliderDesc.html#translation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"isSensor\",\"url\":\"classes/ColliderDesc.html#isSensor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"collisionGroups\",\"url\":\"classes/ColliderDesc.html#collisionGroups\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"solverGroups\",\"url\":\"classes/ColliderDesc.html#solverGroups\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"frictionCombineRule\",\"url\":\"classes/ColliderDesc.html#frictionCombineRule\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"restitutionCombineRule\",\"url\":\"classes/ColliderDesc.html#restitutionCombineRule\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"activeEvents\",\"url\":\"classes/ColliderDesc.html#activeEvents\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"activeHooks\",\"url\":\"classes/ColliderDesc.html#activeHooks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"activeCollisionTypes\",\"url\":\"classes/ColliderDesc.html#activeCollisionTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"contactForceEventThreshold\",\"url\":\"classes/ColliderDesc.html#contactForceEventThreshold\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":1024,\"name\":\"contactSkin\",\"url\":\"classes/ColliderDesc.html#contactSkin\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setTranslation\",\"url\":\"classes/ColliderDesc.html#setTranslation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setRotation\",\"url\":\"classes/ColliderDesc.html#setRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setSensor\",\"url\":\"classes/ColliderDesc.html#setSensor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setEnabled\",\"url\":\"classes/ColliderDesc.html#setEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setContactSkin\",\"url\":\"classes/ColliderDesc.html#setContactSkin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setDensity\",\"url\":\"classes/ColliderDesc.html#setDensity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setMass\",\"url\":\"classes/ColliderDesc.html#setMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setMassProperties\",\"url\":\"classes/ColliderDesc.html#setMassProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setRestitution\",\"url\":\"classes/ColliderDesc.html#setRestitution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setFriction\",\"url\":\"classes/ColliderDesc.html#setFriction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setFrictionCombineRule\",\"url\":\"classes/ColliderDesc.html#setFrictionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setRestitutionCombineRule\",\"url\":\"classes/ColliderDesc.html#setRestitutionCombineRule\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setCollisionGroups\",\"url\":\"classes/ColliderDesc.html#setCollisionGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setSolverGroups\",\"url\":\"classes/ColliderDesc.html#setSolverGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setActiveHooks\",\"url\":\"classes/ColliderDesc.html#setActiveHooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setActiveEvents\",\"url\":\"classes/ColliderDesc.html#setActiveEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setActiveCollisionTypes\",\"url\":\"classes/ColliderDesc.html#setActiveCollisionTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":2048,\"name\":\"setContactForceEventThreshold\",\"url\":\"classes/ColliderDesc.html#setContactForceEventThreshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderDesc\"},{\"kind\":128,\"name\":\"ColliderSet\",\"url\":\"classes/ColliderSet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColliderSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/ColliderSet.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"classes/ColliderSet.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/ColliderSet.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"castClosure\",\"url\":\"classes/ColliderSet.html#castClosure\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/ColliderSet.html#castClosure.castClosure-1.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"ColliderSet.castClosure.castClosure\"},{\"kind\":2048,\"name\":\"finalizeDeserialization\",\"url\":\"classes/ColliderSet.html#finalizeDeserialization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"createCollider\",\"url\":\"classes/ColliderSet.html#createCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/ColliderSet.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"unmap\",\"url\":\"classes/ColliderSet.html#unmap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/ColliderSet.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"len\",\"url\":\"classes/ColliderSet.html#len\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/ColliderSet.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/ColliderSet.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/ColliderSet.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderSet\"},{\"kind\":8,\"name\":\"FeatureType\",\"url\":\"enums/FeatureType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Vertex\",\"url\":\"enums/FeatureType.html#Vertex\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":16,\"name\":\"Edge\",\"url\":\"enums/FeatureType.html#Edge\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":16,\"name\":\"Face\",\"url\":\"enums/FeatureType.html#Face\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":16,\"name\":\"Unknown\",\"url\":\"enums/FeatureType.html#Unknown\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FeatureType\"},{\"kind\":128,\"name\":\"Ray\",\"url\":\"classes/Ray.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Ray.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":1024,\"name\":\"origin\",\"url\":\"classes/Ray.html#origin\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":1024,\"name\":\"dir\",\"url\":\"classes/Ray.html#dir\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":2048,\"name\":\"pointAt\",\"url\":\"classes/Ray.html#pointAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ray\"},{\"kind\":128,\"name\":\"RayIntersection\",\"url\":\"classes/RayIntersection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RayIntersection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RayIntersection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"timeOfImpact\",\"url\":\"classes/RayIntersection.html#timeOfImpact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"normal\",\"url\":\"classes/RayIntersection.html#normal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"featureType\",\"url\":\"classes/RayIntersection.html#featureType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":1024,\"name\":\"featureId\",\"url\":\"classes/RayIntersection.html#featureId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayIntersection\"},{\"kind\":128,\"name\":\"RayColliderIntersection\",\"url\":\"classes/RayColliderIntersection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RayColliderIntersection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RayColliderIntersection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/RayColliderIntersection.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"timeOfImpact\",\"url\":\"classes/RayColliderIntersection.html#timeOfImpact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"normal\",\"url\":\"classes/RayColliderIntersection.html#normal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"featureType\",\"url\":\"classes/RayColliderIntersection.html#featureType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":1024,\"name\":\"featureId\",\"url\":\"classes/RayColliderIntersection.html#featureId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderIntersection\"},{\"kind\":128,\"name\":\"RayColliderHit\",\"url\":\"classes/RayColliderHit.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/RayColliderHit.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RayColliderHit.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/RayColliderHit.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":1024,\"name\":\"timeOfImpact\",\"url\":\"classes/RayColliderHit.html#timeOfImpact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RayColliderHit\"},{\"kind\":128,\"name\":\"PointProjection\",\"url\":\"classes/PointProjection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/PointProjection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PointProjection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":1024,\"name\":\"point\",\"url\":\"classes/PointProjection.html#point\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":1024,\"name\":\"isInside\",\"url\":\"classes/PointProjection.html#isInside\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointProjection\"},{\"kind\":128,\"name\":\"PointColliderProjection\",\"url\":\"classes/PointColliderProjection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/PointColliderProjection.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PointColliderProjection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/PointColliderProjection.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"point\",\"url\":\"classes/PointColliderProjection.html#point\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"isInside\",\"url\":\"classes/PointColliderProjection.html#isInside\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"featureType\",\"url\":\"classes/PointColliderProjection.html#featureType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":1024,\"name\":\"featureId\",\"url\":\"classes/PointColliderProjection.html#featureId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PointColliderProjection\"},{\"kind\":128,\"name\":\"ShapeCastHit\",\"url\":\"classes/ShapeCastHit.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ShapeCastHit.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ShapeCastHit.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"time_of_impact\",\"url\":\"classes/ShapeCastHit.html#time_of_impact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"witness1\",\"url\":\"classes/ShapeCastHit.html#witness1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"witness2\",\"url\":\"classes/ShapeCastHit.html#witness2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/ShapeCastHit.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/ShapeCastHit.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeCastHit\"},{\"kind\":128,\"name\":\"ColliderShapeCastHit\",\"url\":\"classes/ColliderShapeCastHit.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ColliderShapeCastHit.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColliderShapeCastHit.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/ColliderShapeCastHit.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"time_of_impact\",\"url\":\"classes/ColliderShapeCastHit.html#time_of_impact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"witness1\",\"url\":\"classes/ColliderShapeCastHit.html#witness1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"witness2\",\"url\":\"classes/ColliderShapeCastHit.html#witness2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/ColliderShapeCastHit.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/ColliderShapeCastHit.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColliderShapeCastHit\"},{\"kind\":4194304,\"name\":\"InteractionGroups\",\"url\":\"types/InteractionGroups.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"ShapeContact\",\"url\":\"classes/ShapeContact.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/ShapeContact.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ShapeContact.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"distance\",\"url\":\"classes/ShapeContact.html#distance\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"point1\",\"url\":\"classes/ShapeContact.html#point1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"point2\",\"url\":\"classes/ShapeContact.html#point2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/ShapeContact.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/ShapeContact.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ShapeContact\"},{\"kind\":128,\"name\":\"World\",\"url\":\"classes/World.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromRaw\",\"url\":\"classes/World.html#fromRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"restoreSnapshot\",\"url\":\"classes/World.html#restoreSnapshot\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/World.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"gravity\",\"url\":\"classes/World.html#gravity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"integrationParameters\",\"url\":\"classes/World.html#integrationParameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"islands\",\"url\":\"classes/World.html#islands\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"broadPhase\",\"url\":\"classes/World.html#broadPhase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"narrowPhase\",\"url\":\"classes/World.html#narrowPhase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"bodies\",\"url\":\"classes/World.html#bodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"colliders\",\"url\":\"classes/World.html#colliders\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"impulseJoints\",\"url\":\"classes/World.html#impulseJoints\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"multibodyJoints\",\"url\":\"classes/World.html#multibodyJoints\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"ccdSolver\",\"url\":\"classes/World.html#ccdSolver\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"queryPipeline\",\"url\":\"classes/World.html#queryPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"physicsPipeline\",\"url\":\"classes/World.html#physicsPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"serializationPipeline\",\"url\":\"classes/World.html#serializationPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"debugRenderPipeline\",\"url\":\"classes/World.html#debugRenderPipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"characterControllers\",\"url\":\"classes/World.html#characterControllers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"pidControllers\",\"url\":\"classes/World.html#pidControllers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":1024,\"name\":\"vehicleControllers\",\"url\":\"classes/World.html#vehicleControllers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/World.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"takeSnapshot\",\"url\":\"classes/World.html#takeSnapshot\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"debugRender\",\"url\":\"classes/World.html#debugRender\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"step\",\"url\":\"classes/World.html#step\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"propagateModifiedBodyPositionsToColliders\",\"url\":\"classes/World.html#propagateModifiedBodyPositionsToColliders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"updateSceneQueries\",\"url\":\"classes/World.html#updateSceneQueries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"timestep\",\"url\":\"classes/World.html#timestep\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"lengthUnit\",\"url\":\"classes/World.html#lengthUnit\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"numSolverIterations\",\"url\":\"classes/World.html#numSolverIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"numAdditionalFrictionIterations\",\"url\":\"classes/World.html#numAdditionalFrictionIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":262144,\"name\":\"numInternalPgsIterations\",\"url\":\"classes/World.html#numInternalPgsIterations\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"switchToStandardPgsSolver\",\"url\":\"classes/World.html#switchToStandardPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolver\",\"url\":\"classes/World.html#switchToSmallStepsPgsSolver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"switchToSmallStepsPgsSolverWithoutWarmstart\",\"url\":\"classes/World.html#switchToSmallStepsPgsSolverWithoutWarmstart\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createRigidBody\",\"url\":\"classes/World.html#createRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createCharacterController\",\"url\":\"classes/World.html#createCharacterController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeCharacterController\",\"url\":\"classes/World.html#removeCharacterController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createPidController\",\"url\":\"classes/World.html#createPidController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removePidController\",\"url\":\"classes/World.html#removePidController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createVehicleController\",\"url\":\"classes/World.html#createVehicleController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeVehicleController\",\"url\":\"classes/World.html#removeVehicleController\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createCollider\",\"url\":\"classes/World.html#createCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createImpulseJoint\",\"url\":\"classes/World.html#createImpulseJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"createMultibodyJoint\",\"url\":\"classes/World.html#createMultibodyJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getRigidBody\",\"url\":\"classes/World.html#getRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getCollider\",\"url\":\"classes/World.html#getCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getImpulseJoint\",\"url\":\"classes/World.html#getImpulseJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"getMultibodyJoint\",\"url\":\"classes/World.html#getMultibodyJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeRigidBody\",\"url\":\"classes/World.html#removeRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeCollider\",\"url\":\"classes/World.html#removeCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeImpulseJoint\",\"url\":\"classes/World.html#removeImpulseJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"removeMultibodyJoint\",\"url\":\"classes/World.html#removeMultibodyJoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"forEachCollider\",\"url\":\"classes/World.html#forEachCollider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"forEachRigidBody\",\"url\":\"classes/World.html#forEachRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"forEachActiveRigidBody\",\"url\":\"classes/World.html#forEachActiveRigidBody\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/World.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/World.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionsWithRay\",\"url\":\"classes/World.html#intersectionsWithRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionWithShape\",\"url\":\"classes/World.html#intersectionWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/World.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"projectPointAndGetFeature\",\"url\":\"classes/World.html#projectPointAndGetFeature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionsWithPoint\",\"url\":\"classes/World.html#intersectionsWithPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/World.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionsWithShape\",\"url\":\"classes/World.html#intersectionsWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"collidersWithAabbIntersectingAabb\",\"url\":\"classes/World.html#collidersWithAabbIntersectingAabb\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"contactPairsWith\",\"url\":\"classes/World.html#contactPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionPairsWith\",\"url\":\"classes/World.html#intersectionPairsWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"contactPair\",\"url\":\"classes/World.html#contactPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":2048,\"name\":\"intersectionPair\",\"url\":\"classes/World.html#intersectionPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"World\"},{\"kind\":128,\"name\":\"PhysicsPipeline\",\"url\":\"classes/PhysicsPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PhysicsPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/PhysicsPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/PhysicsPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":2048,\"name\":\"step\",\"url\":\"classes/PhysicsPipeline.html#step\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PhysicsPipeline\"},{\"kind\":128,\"name\":\"SerializationPipeline\",\"url\":\"classes/SerializationPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SerializationPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/SerializationPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/SerializationPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":2048,\"name\":\"serializeAll\",\"url\":\"classes/SerializationPipeline.html#serializeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":2048,\"name\":\"deserializeAll\",\"url\":\"classes/SerializationPipeline.html#deserializeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SerializationPipeline\"},{\"kind\":8,\"name\":\"ActiveEvents\",\"url\":\"enums/ActiveEvents.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/ActiveEvents.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveEvents\"},{\"kind\":16,\"name\":\"COLLISION_EVENTS\",\"url\":\"enums/ActiveEvents.html#COLLISION_EVENTS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveEvents\"},{\"kind\":16,\"name\":\"CONTACT_FORCE_EVENTS\",\"url\":\"enums/ActiveEvents.html#CONTACT_FORCE_EVENTS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveEvents\"},{\"kind\":128,\"name\":\"TempContactForceEvent\",\"url\":\"classes/TempContactForceEvent.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TempContactForceEvent.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/TempContactForceEvent.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/TempContactForceEvent.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"collider1\",\"url\":\"classes/TempContactForceEvent.html#collider1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"collider2\",\"url\":\"classes/TempContactForceEvent.html#collider2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"totalForce\",\"url\":\"classes/TempContactForceEvent.html#totalForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"totalForceMagnitude\",\"url\":\"classes/TempContactForceEvent.html#totalForceMagnitude\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"maxForceDirection\",\"url\":\"classes/TempContactForceEvent.html#maxForceDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":2048,\"name\":\"maxForceMagnitude\",\"url\":\"classes/TempContactForceEvent.html#maxForceMagnitude\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TempContactForceEvent\"},{\"kind\":128,\"name\":\"EventQueue\",\"url\":\"classes/EventQueue.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EventQueue.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/EventQueue.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/EventQueue.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"drainCollisionEvents\",\"url\":\"classes/EventQueue.html#drainCollisionEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"drainContactForceEvents\",\"url\":\"classes/EventQueue.html#drainContactForceEvents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/EventQueue.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EventQueue\"},{\"kind\":8,\"name\":\"ActiveHooks\",\"url\":\"enums/ActiveHooks.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/ActiveHooks.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveHooks\"},{\"kind\":16,\"name\":\"FILTER_CONTACT_PAIRS\",\"url\":\"enums/ActiveHooks.html#FILTER_CONTACT_PAIRS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveHooks\"},{\"kind\":16,\"name\":\"FILTER_INTERSECTION_PAIRS\",\"url\":\"enums/ActiveHooks.html#FILTER_INTERSECTION_PAIRS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ActiveHooks\"},{\"kind\":8,\"name\":\"SolverFlags\",\"url\":\"enums/SolverFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"EMPTY\",\"url\":\"enums/SolverFlags.html#EMPTY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SolverFlags\"},{\"kind\":16,\"name\":\"COMPUTE_IMPULSE\",\"url\":\"enums/SolverFlags.html#COMPUTE_IMPULSE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SolverFlags\"},{\"kind\":256,\"name\":\"PhysicsHooks\",\"url\":\"interfaces/PhysicsHooks.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"filterContactPair\",\"url\":\"interfaces/PhysicsHooks.html#filterContactPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PhysicsHooks\"},{\"kind\":2048,\"name\":\"filterIntersectionPair\",\"url\":\"interfaces/PhysicsHooks.html#filterIntersectionPair\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PhysicsHooks\"},{\"kind\":128,\"name\":\"DebugRenderBuffers\",\"url\":\"classes/DebugRenderBuffers.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DebugRenderBuffers.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DebugRenderBuffers\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/DebugRenderBuffers.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderBuffers\"},{\"kind\":1024,\"name\":\"colors\",\"url\":\"classes/DebugRenderBuffers.html#colors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderBuffers\"},{\"kind\":128,\"name\":\"DebugRenderPipeline\",\"url\":\"classes/DebugRenderPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DebugRenderPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/DebugRenderPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":1024,\"name\":\"vertices\",\"url\":\"classes/DebugRenderPipeline.html#vertices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":1024,\"name\":\"colors\",\"url\":\"classes/DebugRenderPipeline.html#colors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/DebugRenderPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/DebugRenderPipeline.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugRenderPipeline\"},{\"kind\":8,\"name\":\"QueryFilterFlags\",\"url\":\"enums/QueryFilterFlags.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"EXCLUDE_FIXED\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_KINEMATIC\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_DYNAMIC\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_DYNAMIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_SENSORS\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_SENSORS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"EXCLUDE_SOLIDS\",\"url\":\"enums/QueryFilterFlags.html#EXCLUDE_SOLIDS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"ONLY_DYNAMIC\",\"url\":\"enums/QueryFilterFlags.html#ONLY_DYNAMIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"ONLY_KINEMATIC\",\"url\":\"enums/QueryFilterFlags.html#ONLY_KINEMATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":16,\"name\":\"ONLY_FIXED\",\"url\":\"enums/QueryFilterFlags.html#ONLY_FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"QueryFilterFlags\"},{\"kind\":128,\"name\":\"QueryPipeline\",\"url\":\"classes/QueryPipeline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/QueryPipeline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/QueryPipeline.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/QueryPipeline.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"update\",\"url\":\"classes/QueryPipeline.html#update\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"castRay\",\"url\":\"classes/QueryPipeline.html#castRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"castRayAndGetNormal\",\"url\":\"classes/QueryPipeline.html#castRayAndGetNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionsWithRay\",\"url\":\"classes/QueryPipeline.html#intersectionsWithRay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionWithShape\",\"url\":\"classes/QueryPipeline.html#intersectionWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"projectPoint\",\"url\":\"classes/QueryPipeline.html#projectPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"projectPointAndGetFeature\",\"url\":\"classes/QueryPipeline.html#projectPointAndGetFeature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionsWithPoint\",\"url\":\"classes/QueryPipeline.html#intersectionsWithPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"castShape\",\"url\":\"classes/QueryPipeline.html#castShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"intersectionsWithShape\",\"url\":\"classes/QueryPipeline.html#intersectionsWithShape\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":2048,\"name\":\"collidersWithAabbIntersectingAabb\",\"url\":\"classes/QueryPipeline.html#collidersWithAabbIntersectingAabb\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QueryPipeline\"},{\"kind\":128,\"name\":\"CharacterCollision\",\"url\":\"classes/CharacterCollision.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CharacterCollision.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"collider\",\"url\":\"classes/CharacterCollision.html#collider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"translationDeltaApplied\",\"url\":\"classes/CharacterCollision.html#translationDeltaApplied\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"translationDeltaRemaining\",\"url\":\"classes/CharacterCollision.html#translationDeltaRemaining\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"toi\",\"url\":\"classes/CharacterCollision.html#toi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"witness1\",\"url\":\"classes/CharacterCollision.html#witness1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"witness2\",\"url\":\"classes/CharacterCollision.html#witness2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"normal1\",\"url\":\"classes/CharacterCollision.html#normal1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":1024,\"name\":\"normal2\",\"url\":\"classes/CharacterCollision.html#normal2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CharacterCollision\"},{\"kind\":128,\"name\":\"KinematicCharacterController\",\"url\":\"classes/KinematicCharacterController.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/KinematicCharacterController.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/KinematicCharacterController.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"rawCharacterCollision\",\"url\":\"classes/KinematicCharacterController.html#rawCharacterCollision\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"classes/KinematicCharacterController.html#params\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"bodies\",\"url\":\"classes/KinematicCharacterController.html#bodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"colliders\",\"url\":\"classes/KinematicCharacterController.html#colliders\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"queries\",\"url\":\"classes/KinematicCharacterController.html#queries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"_applyImpulsesToDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#_applyImpulsesToDynamicBodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":1024,\"name\":\"_characterMass\",\"url\":\"classes/KinematicCharacterController.html#_characterMass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/KinematicCharacterController.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"up\",\"url\":\"classes/KinematicCharacterController.html#up\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setUp\",\"url\":\"classes/KinematicCharacterController.html#setUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"applyImpulsesToDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#applyImpulsesToDynamicBodies\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setApplyImpulsesToDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#setApplyImpulsesToDynamicBodies\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"characterMass\",\"url\":\"classes/KinematicCharacterController.html#characterMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setCharacterMass\",\"url\":\"classes/KinematicCharacterController.html#setCharacterMass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"offset\",\"url\":\"classes/KinematicCharacterController.html#offset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setOffset\",\"url\":\"classes/KinematicCharacterController.html#setOffset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"normalNudgeFactor\",\"url\":\"classes/KinematicCharacterController.html#normalNudgeFactor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setNormalNudgeFactor\",\"url\":\"classes/KinematicCharacterController.html#setNormalNudgeFactor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"slideEnabled\",\"url\":\"classes/KinematicCharacterController.html#slideEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setSlideEnabled\",\"url\":\"classes/KinematicCharacterController.html#setSlideEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepMaxHeight\",\"url\":\"classes/KinematicCharacterController.html#autostepMaxHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepMinWidth\",\"url\":\"classes/KinematicCharacterController.html#autostepMinWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepIncludesDynamicBodies\",\"url\":\"classes/KinematicCharacterController.html#autostepIncludesDynamicBodies\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"autostepEnabled\",\"url\":\"classes/KinematicCharacterController.html#autostepEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"enableAutostep\",\"url\":\"classes/KinematicCharacterController.html#enableAutostep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"disableAutostep\",\"url\":\"classes/KinematicCharacterController.html#disableAutostep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"maxSlopeClimbAngle\",\"url\":\"classes/KinematicCharacterController.html#maxSlopeClimbAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setMaxSlopeClimbAngle\",\"url\":\"classes/KinematicCharacterController.html#setMaxSlopeClimbAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"minSlopeSlideAngle\",\"url\":\"classes/KinematicCharacterController.html#minSlopeSlideAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"setMinSlopeSlideAngle\",\"url\":\"classes/KinematicCharacterController.html#setMinSlopeSlideAngle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"snapToGroundDistance\",\"url\":\"classes/KinematicCharacterController.html#snapToGroundDistance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"enableSnapToGround\",\"url\":\"classes/KinematicCharacterController.html#enableSnapToGround\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"disableSnapToGround\",\"url\":\"classes/KinematicCharacterController.html#disableSnapToGround\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"snapToGroundEnabled\",\"url\":\"classes/KinematicCharacterController.html#snapToGroundEnabled\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computeColliderMovement\",\"url\":\"classes/KinematicCharacterController.html#computeColliderMovement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computedMovement\",\"url\":\"classes/KinematicCharacterController.html#computedMovement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computedGrounded\",\"url\":\"classes/KinematicCharacterController.html#computedGrounded\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"numComputedCollisions\",\"url\":\"classes/KinematicCharacterController.html#numComputedCollisions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":2048,\"name\":\"computedCollision\",\"url\":\"classes/KinematicCharacterController.html#computedCollision\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KinematicCharacterController\"},{\"kind\":8,\"name\":\"PidAxesMask\",\"url\":\"enums/PidAxesMask.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"None\",\"url\":\"enums/PidAxesMask.html#None\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"LinX\",\"url\":\"enums/PidAxesMask.html#LinX\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"LinY\",\"url\":\"enums/PidAxesMask.html#LinY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"LinZ\",\"url\":\"enums/PidAxesMask.html#LinZ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"AngX\",\"url\":\"enums/PidAxesMask.html#AngX\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"AngY\",\"url\":\"enums/PidAxesMask.html#AngY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"AngZ\",\"url\":\"enums/PidAxesMask.html#AngZ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"AllLin\",\"url\":\"enums/PidAxesMask.html#AllLin\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"AllAng\",\"url\":\"enums/PidAxesMask.html#AllAng\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":16,\"name\":\"All\",\"url\":\"enums/PidAxesMask.html#All\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PidAxesMask\"},{\"kind\":128,\"name\":\"PidController\",\"url\":\"classes/PidController.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PidController.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/PidController.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PidController\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"classes/PidController.html#params\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PidController\"},{\"kind\":1024,\"name\":\"bodies\",\"url\":\"classes/PidController.html#bodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/PidController.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"setKp\",\"url\":\"classes/PidController.html#setKp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"setKi\",\"url\":\"classes/PidController.html#setKi\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"setKd\",\"url\":\"classes/PidController.html#setKd\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"setAxes\",\"url\":\"classes/PidController.html#setAxes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"resetIntegrals\",\"url\":\"classes/PidController.html#resetIntegrals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"applyLinearCorrection\",\"url\":\"classes/PidController.html#applyLinearCorrection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"applyAngularCorrection\",\"url\":\"classes/PidController.html#applyAngularCorrection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"linearCorrection\",\"url\":\"classes/PidController.html#linearCorrection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":2048,\"name\":\"angularCorrection\",\"url\":\"classes/PidController.html#angularCorrection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PidController\"},{\"kind\":128,\"name\":\"DynamicRayCastVehicleController\",\"url\":\"classes/DynamicRayCastVehicleController.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DynamicRayCastVehicleController.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":1024,\"name\":\"raw\",\"url\":\"classes/DynamicRayCastVehicleController.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":1024,\"name\":\"bodies\",\"url\":\"classes/DynamicRayCastVehicleController.html#bodies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":1024,\"name\":\"colliders\",\"url\":\"classes/DynamicRayCastVehicleController.html#colliders\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":1024,\"name\":\"queries\",\"url\":\"classes/DynamicRayCastVehicleController.html#queries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":1024,\"name\":\"_chassis\",\"url\":\"classes/DynamicRayCastVehicleController.html#_chassis\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"free\",\"url\":\"classes/DynamicRayCastVehicleController.html#free\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"updateVehicle\",\"url\":\"classes/DynamicRayCastVehicleController.html#updateVehicle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"currentVehicleSpeed\",\"url\":\"classes/DynamicRayCastVehicleController.html#currentVehicleSpeed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"chassis\",\"url\":\"classes/DynamicRayCastVehicleController.html#chassis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":262144,\"name\":\"indexUpAxis\",\"url\":\"classes/DynamicRayCastVehicleController.html#indexUpAxis\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":262144,\"name\":\"indexForwardAxis\",\"url\":\"classes/DynamicRayCastVehicleController.html#indexForwardAxis\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":262144,\"name\":\"setIndexForwardAxis\",\"url\":\"classes/DynamicRayCastVehicleController.html#setIndexForwardAxis\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"addWheel\",\"url\":\"classes/DynamicRayCastVehicleController.html#addWheel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"numWheels\",\"url\":\"classes/DynamicRayCastVehicleController.html#numWheels\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelChassisConnectionPointCs\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelChassisConnectionPointCs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelChassisConnectionPointCs\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelChassisConnectionPointCs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSuspensionRestLength\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSuspensionRestLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelSuspensionRestLength\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelSuspensionRestLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelMaxSuspensionTravel\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelMaxSuspensionTravel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelMaxSuspensionTravel\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelMaxSuspensionTravel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelRadius\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelRadius\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelRadius\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSuspensionStiffness\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSuspensionStiffness\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelSuspensionStiffness\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelSuspensionStiffness\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSuspensionCompression\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSuspensionCompression\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelSuspensionCompression\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelSuspensionCompression\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSuspensionRelaxation\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSuspensionRelaxation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelSuspensionRelaxation\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelSuspensionRelaxation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelMaxSuspensionForce\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelMaxSuspensionForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelMaxSuspensionForce\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelMaxSuspensionForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelBrake\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelBrake\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelBrake\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelBrake\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSteering\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSteering\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelSteering\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelSteering\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelEngineForce\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelEngineForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelEngineForce\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelEngineForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelDirectionCs\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelDirectionCs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelDirectionCs\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelDirectionCs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelAxleCs\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelAxleCs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelAxleCs\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelAxleCs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelFrictionSlip\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelFrictionSlip\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelFrictionSlip\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelFrictionSlip\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSideFrictionStiffness\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSideFrictionStiffness\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"setWheelSideFrictionStiffness\",\"url\":\"classes/DynamicRayCastVehicleController.html#setWheelSideFrictionStiffness\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelRotation\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelRotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelForwardImpulse\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelForwardImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSideImpulse\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSideImpulse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSuspensionForce\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSuspensionForce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelContactNormal\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelContactNormal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelContactPoint\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelContactPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelSuspensionLength\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelSuspensionLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelHardPoint\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelHardPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelIsInContact\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelIsInContact\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":2048,\"name\":\"wheelGroundObject\",\"url\":\"classes/DynamicRayCastVehicleController.html#wheelGroundObject\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DynamicRayCastVehicleController\"},{\"kind\":4,\"name\":\"default\",\"url\":\"modules/default.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":8388608,\"name\":\"version\",\"url\":\"modules/default.html#version\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"reserveMemory\",\"url\":\"modules/default.html#reserveMemory\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Vector\",\"url\":\"modules/default.html#Vector\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Vector3\",\"url\":\"modules/default.html#Vector3\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"VectorOps\",\"url\":\"modules/default.html#VectorOps\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Rotation\",\"url\":\"modules/default.html#Rotation\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Quaternion\",\"url\":\"modules/default.html#Quaternion\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RotationOps\",\"url\":\"modules/default.html#RotationOps\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SdpMatrix3\",\"url\":\"modules/default.html#SdpMatrix3\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SdpMatrix3Ops\",\"url\":\"modules/default.html#SdpMatrix3Ops\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodyHandle\",\"url\":\"modules/default.html#RigidBodyHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodyType\",\"url\":\"modules/default.html#RigidBodyType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBody\",\"url\":\"modules/default.html#RigidBody\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodyDesc\",\"url\":\"modules/default.html#RigidBodyDesc\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RigidBodySet\",\"url\":\"modules/default.html#RigidBodySet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"IntegrationParameters\",\"url\":\"modules/default.html#IntegrationParameters\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ImpulseJointHandle\",\"url\":\"modules/default.html#ImpulseJointHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"JointType\",\"url\":\"modules/default.html#JointType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MotorModel\",\"url\":\"modules/default.html#MotorModel\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"JointAxesMask\",\"url\":\"modules/default.html#JointAxesMask\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ImpulseJoint\",\"url\":\"modules/default.html#ImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"UnitImpulseJoint\",\"url\":\"modules/default.html#UnitImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"FixedImpulseJoint\",\"url\":\"modules/default.html#FixedImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RopeImpulseJoint\",\"url\":\"modules/default.html#RopeImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SpringImpulseJoint\",\"url\":\"modules/default.html#SpringImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PrismaticImpulseJoint\",\"url\":\"modules/default.html#PrismaticImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RevoluteImpulseJoint\",\"url\":\"modules/default.html#RevoluteImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"GenericImpulseJoint\",\"url\":\"modules/default.html#GenericImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SphericalImpulseJoint\",\"url\":\"modules/default.html#SphericalImpulseJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"JointData\",\"url\":\"modules/default.html#JointData\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ImpulseJointSet\",\"url\":\"modules/default.html#ImpulseJointSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MultibodyJointHandle\",\"url\":\"modules/default.html#MultibodyJointHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MultibodyJoint\",\"url\":\"modules/default.html#MultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"UnitMultibodyJoint\",\"url\":\"modules/default.html#UnitMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"FixedMultibodyJoint\",\"url\":\"modules/default.html#FixedMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PrismaticMultibodyJoint\",\"url\":\"modules/default.html#PrismaticMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RevoluteMultibodyJoint\",\"url\":\"modules/default.html#RevoluteMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SphericalMultibodyJoint\",\"url\":\"modules/default.html#SphericalMultibodyJoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MultibodyJointSet\",\"url\":\"modules/default.html#MultibodyJointSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"CoefficientCombineRule\",\"url\":\"modules/default.html#CoefficientCombineRule\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"CCDSolver\",\"url\":\"modules/default.html#CCDSolver\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"IslandManager\",\"url\":\"modules/default.html#IslandManager\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"BroadPhase\",\"url\":\"modules/default.html#BroadPhase\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"NarrowPhase\",\"url\":\"modules/default.html#NarrowPhase\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TempContactManifold\",\"url\":\"modules/default.html#TempContactManifold\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Shape\",\"url\":\"modules/default.html#Shape\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ShapeType\",\"url\":\"modules/default.html#ShapeType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"HeightFieldFlags\",\"url\":\"modules/default.html#HeightFieldFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TriMeshFlags\",\"url\":\"modules/default.html#TriMeshFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Ball\",\"url\":\"modules/default.html#Ball\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"HalfSpace\",\"url\":\"modules/default.html#HalfSpace\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Cuboid\",\"url\":\"modules/default.html#Cuboid\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundCuboid\",\"url\":\"modules/default.html#RoundCuboid\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Capsule\",\"url\":\"modules/default.html#Capsule\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Segment\",\"url\":\"modules/default.html#Segment\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Triangle\",\"url\":\"modules/default.html#Triangle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundTriangle\",\"url\":\"modules/default.html#RoundTriangle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Polyline\",\"url\":\"modules/default.html#Polyline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Voxels\",\"url\":\"modules/default.html#Voxels\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TriMesh\",\"url\":\"modules/default.html#TriMesh\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ConvexPolyhedron\",\"url\":\"modules/default.html#ConvexPolyhedron\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundConvexPolyhedron\",\"url\":\"modules/default.html#RoundConvexPolyhedron\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Heightfield\",\"url\":\"modules/default.html#Heightfield\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Cylinder\",\"url\":\"modules/default.html#Cylinder\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundCylinder\",\"url\":\"modules/default.html#RoundCylinder\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Cone\",\"url\":\"modules/default.html#Cone\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RoundCone\",\"url\":\"modules/default.html#RoundCone\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ActiveCollisionTypes\",\"url\":\"modules/default.html#ActiveCollisionTypes\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderHandle\",\"url\":\"modules/default.html#ColliderHandle\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Collider\",\"url\":\"modules/default.html#Collider\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"MassPropsMode\",\"url\":\"modules/default.html#MassPropsMode\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderDesc\",\"url\":\"modules/default.html#ColliderDesc\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderSet\",\"url\":\"modules/default.html#ColliderSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"FeatureType\",\"url\":\"modules/default.html#FeatureType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"Ray\",\"url\":\"modules/default.html#Ray\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RayIntersection\",\"url\":\"modules/default.html#RayIntersection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RayColliderIntersection\",\"url\":\"modules/default.html#RayColliderIntersection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"RayColliderHit\",\"url\":\"modules/default.html#RayColliderHit\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PointProjection\",\"url\":\"modules/default.html#PointProjection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PointColliderProjection\",\"url\":\"modules/default.html#PointColliderProjection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ShapeCastHit\",\"url\":\"modules/default.html#ShapeCastHit\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ColliderShapeCastHit\",\"url\":\"modules/default.html#ColliderShapeCastHit\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"InteractionGroups\",\"url\":\"modules/default.html#InteractionGroups\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ShapeContact\",\"url\":\"modules/default.html#ShapeContact\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"World\",\"url\":\"modules/default.html#World\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PhysicsPipeline\",\"url\":\"modules/default.html#PhysicsPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SerializationPipeline\",\"url\":\"modules/default.html#SerializationPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ActiveEvents\",\"url\":\"modules/default.html#ActiveEvents\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"TempContactForceEvent\",\"url\":\"modules/default.html#TempContactForceEvent\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"EventQueue\",\"url\":\"modules/default.html#EventQueue\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"ActiveHooks\",\"url\":\"modules/default.html#ActiveHooks\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"SolverFlags\",\"url\":\"modules/default.html#SolverFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PhysicsHooks\",\"url\":\"modules/default.html#PhysicsHooks\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"DebugRenderBuffers\",\"url\":\"modules/default.html#DebugRenderBuffers\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"DebugRenderPipeline\",\"url\":\"modules/default.html#DebugRenderPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"QueryFilterFlags\",\"url\":\"modules/default.html#QueryFilterFlags\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"QueryPipeline\",\"url\":\"modules/default.html#QueryPipeline\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"CharacterCollision\",\"url\":\"modules/default.html#CharacterCollision\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"KinematicCharacterController\",\"url\":\"modules/default.html#KinematicCharacterController\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PidAxesMask\",\"url\":\"modules/default.html#PidAxesMask\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"PidController\",\"url\":\"modules/default.html#PidController\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"},{\"kind\":8388608,\"name\":\"DynamicRayCastVehicleController\",\"url\":\"modules/default.html#DynamicRayCastVehicleController\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"default\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,64.219]],[\"comment/0\",[]],[\"name/1\",[1,64.219]],[\"comment/1\",[]],[\"name/2\",[2,64.219]],[\"comment/2\",[]],[\"name/3\",[3,58.342]],[\"comment/3\",[]],[\"name/4\",[4,58.342]],[\"comment/4\",[]],[\"name/5\",[5,58.342]],[\"comment/5\",[]],[\"name/6\",[6,64.219]],[\"comment/6\",[]],[\"name/7\",[7,30.009]],[\"comment/7\",[]],[\"name/8\",[3,58.342]],[\"comment/8\",[]],[\"name/9\",[4,58.342]],[\"comment/9\",[]],[\"name/10\",[5,58.342]],[\"comment/10\",[]],[\"name/11\",[8,64.219]],[\"comment/11\",[]],[\"name/12\",[9,69.328]],[\"comment/12\",[]],[\"name/13\",[10,42.247]],[\"comment/13\",[]],[\"name/14\",[11,69.328]],[\"comment/14\",[]],[\"name/15\",[12,38.883]],[\"comment/15\",[]],[\"name/16\",[13,64.219]],[\"comment/16\",[]],[\"name/17\",[7,30.009]],[\"comment/17\",[]],[\"name/18\",[14,54.664]],[\"comment/18\",[]],[\"name/19\",[3,58.342]],[\"comment/19\",[]],[\"name/20\",[4,58.342]],[\"comment/20\",[]],[\"name/21\",[5,58.342]],[\"comment/21\",[]],[\"name/22\",[15,64.219]],[\"comment/22\",[]],[\"name/23\",[16,64.219]],[\"comment/23\",[]],[\"name/24\",[7,30.009]],[\"comment/24\",[]],[\"name/25\",[3,58.342]],[\"comment/25\",[]],[\"name/26\",[4,58.342]],[\"comment/26\",[]],[\"name/27\",[5,58.342]],[\"comment/27\",[]],[\"name/28\",[15,64.219]],[\"comment/28\",[]],[\"name/29\",[17,64.219]],[\"comment/29\",[]],[\"name/30\",[18,69.328]],[\"comment/30\",[]],[\"name/31\",[12,38.883]],[\"comment/31\",[]],[\"name/32\",[10,42.247]],[\"comment/32\",[]],[\"name/33\",[13,64.219]],[\"comment/33\",[]],[\"name/34\",[7,30.009]],[\"comment/34\",[]],[\"name/35\",[19,64.219]],[\"comment/35\",[]],[\"name/36\",[7,30.009]],[\"comment/36\",[]],[\"name/37\",[20,69.328]],[\"comment/37\",[]],[\"name/38\",[21,69.328]],[\"comment/38\",[]],[\"name/39\",[22,69.328]],[\"comment/39\",[]],[\"name/40\",[23,69.328]],[\"comment/40\",[]],[\"name/41\",[24,69.328]],[\"comment/41\",[]],[\"name/42\",[25,69.328]],[\"comment/42\",[]],[\"name/43\",[26,69.328]],[\"comment/43\",[]],[\"name/44\",[27,69.328]],[\"comment/44\",[]],[\"name/45\",[28,69.328]],[\"comment/45\",[]],[\"name/46\",[29,69.328]],[\"comment/46\",[]],[\"name/47\",[30,64.219]],[\"comment/47\",[]],[\"name/48\",[12,38.883]],[\"comment/48\",[]],[\"name/49\",[7,30.009]],[\"comment/49\",[]],[\"name/50\",[31,64.219]],[\"comment/50\",[]],[\"name/51\",[32,64.219]],[\"comment/51\",[]],[\"name/52\",[33,64.219]],[\"comment/52\",[]],[\"name/53\",[34,58.342]],[\"comment/53\",[]],[\"name/54\",[35,64.219]],[\"comment/54\",[]],[\"name/55\",[36,64.219]],[\"comment/55\",[]],[\"name/56\",[37,64.219]],[\"comment/56\",[]],[\"name/57\",[7,30.009]],[\"comment/57\",[]],[\"name/58\",[38,45.349]],[\"comment/58\",[]],[\"name/59\",[39,58.342]],[\"comment/59\",[]],[\"name/60\",[40,44.76]],[\"comment/60\",[]],[\"name/61\",[41,64.219]],[\"comment/61\",[]],[\"name/62\",[42,46.641]],[\"comment/62\",[]],[\"name/63\",[43,44.76]],[\"comment/63\",[]],[\"name/64\",[44,64.219]],[\"comment/64\",[]],[\"name/65\",[45,64.219]],[\"comment/65\",[]],[\"name/66\",[46,69.328]],[\"comment/66\",[]],[\"name/67\",[47,64.219]],[\"comment/67\",[]],[\"name/68\",[48,69.328]],[\"comment/68\",[]],[\"name/69\",[49,64.219]],[\"comment/69\",[]],[\"name/70\",[50,64.219]],[\"comment/70\",[]],[\"name/71\",[51,64.219]],[\"comment/71\",[]],[\"name/72\",[52,64.219]],[\"comment/72\",[]],[\"name/73\",[53,64.219]],[\"comment/73\",[]],[\"name/74\",[54,69.328]],[\"comment/74\",[]],[\"name/75\",[55,64.219]],[\"comment/75\",[]],[\"name/76\",[56,64.219]],[\"comment/76\",[]],[\"name/77\",[57,58.342]],[\"comment/77\",[]],[\"name/78\",[14,54.664]],[\"comment/78\",[]],[\"name/79\",[58,69.328]],[\"comment/79\",[]],[\"name/80\",[59,69.328]],[\"comment/80\",[]],[\"name/81\",[60,58.342]],[\"comment/81\",[]],[\"name/82\",[61,64.219]],[\"comment/82\",[]],[\"name/83\",[62,64.219]],[\"comment/83\",[]],[\"name/84\",[63,64.219]],[\"comment/84\",[]],[\"name/85\",[64,58.342]],[\"comment/85\",[]],[\"name/86\",[65,64.219]],[\"comment/86\",[]],[\"name/87\",[66,69.328]],[\"comment/87\",[]],[\"name/88\",[67,69.328]],[\"comment/88\",[]],[\"name/89\",[68,64.219]],[\"comment/89\",[]],[\"name/90\",[69,69.328]],[\"comment/90\",[]],[\"name/91\",[70,64.219]],[\"comment/91\",[]],[\"name/92\",[71,56.335]],[\"comment/92\",[]],[\"name/93\",[72,69.328]],[\"comment/93\",[]],[\"name/94\",[73,69.328]],[\"comment/94\",[]],[\"name/95\",[74,69.328]],[\"comment/95\",[]],[\"name/96\",[75,69.328]],[\"comment/96\",[]],[\"name/97\",[76,69.328]],[\"comment/97\",[]],[\"name/98\",[77,69.328]],[\"comment/98\",[]],[\"name/99\",[78,69.328]],[\"comment/99\",[]],[\"name/100\",[79,69.328]],[\"comment/100\",[]],[\"name/101\",[80,69.328]],[\"comment/101\",[]],[\"name/102\",[81,69.328]],[\"comment/102\",[]],[\"name/103\",[82,69.328]],[\"comment/103\",[]],[\"name/104\",[83,69.328]],[\"comment/104\",[]],[\"name/105\",[84,69.328]],[\"comment/105\",[]],[\"name/106\",[85,51.982]],[\"comment/106\",[]],[\"name/107\",[86,58.342]],[\"comment/107\",[]],[\"name/108\",[87,64.219]],[\"comment/108\",[]],[\"name/109\",[88,69.328]],[\"comment/109\",[]],[\"name/110\",[89,69.328]],[\"comment/110\",[]],[\"name/111\",[90,69.328]],[\"comment/111\",[]],[\"name/112\",[91,69.328]],[\"comment/112\",[]],[\"name/113\",[92,69.328]],[\"comment/113\",[]],[\"name/114\",[93,69.328]],[\"comment/114\",[]],[\"name/115\",[94,69.328]],[\"comment/115\",[]],[\"name/116\",[95,64.219]],[\"comment/116\",[]],[\"name/117\",[96,64.219]],[\"comment/117\",[]],[\"name/118\",[97,64.219]],[\"comment/118\",[]],[\"name/119\",[98,69.328]],[\"comment/119\",[]],[\"name/120\",[99,64.219]],[\"comment/120\",[]],[\"name/121\",[100,64.219]],[\"comment/121\",[]],[\"name/122\",[101,64.219]],[\"comment/122\",[]],[\"name/123\",[102,69.328]],[\"comment/123\",[]],[\"name/124\",[103,69.328]],[\"comment/124\",[]],[\"name/125\",[104,69.328]],[\"comment/125\",[]],[\"name/126\",[105,69.328]],[\"comment/126\",[]],[\"name/127\",[106,69.328]],[\"comment/127\",[]],[\"name/128\",[107,69.328]],[\"comment/128\",[]],[\"name/129\",[108,69.328]],[\"comment/129\",[]],[\"name/130\",[109,69.328]],[\"comment/130\",[]],[\"name/131\",[110,69.328]],[\"comment/131\",[]],[\"name/132\",[111,69.328]],[\"comment/132\",[]],[\"name/133\",[112,64.219]],[\"comment/133\",[]],[\"name/134\",[33,64.219]],[\"comment/134\",[]],[\"name/135\",[35,64.219]],[\"comment/135\",[]],[\"name/136\",[36,64.219]],[\"comment/136\",[]],[\"name/137\",[34,58.342]],[\"comment/137\",[]],[\"name/138\",[113,69.328]],[\"comment/138\",[]],[\"name/139\",[114,69.328]],[\"comment/139\",[]],[\"name/140\",[115,69.328]],[\"comment/140\",[]],[\"name/141\",[116,69.328]],[\"comment/141\",[]],[\"name/142\",[7,30.009]],[\"comment/142\",[]],[\"name/143\",[117,64.219]],[\"comment/143\",[]],[\"name/144\",[57,58.342]],[\"comment/144\",[]],[\"name/145\",[14,54.664]],[\"comment/145\",[]],[\"name/146\",[62,64.219]],[\"comment/146\",[]],[\"name/147\",[71,56.335]],[\"comment/147\",[]],[\"name/148\",[118,69.328]],[\"comment/148\",[]],[\"name/149\",[119,64.219]],[\"comment/149\",[]],[\"name/150\",[120,69.328]],[\"comment/150\",[]],[\"name/151\",[121,69.328]],[\"comment/151\",[]],[\"name/152\",[68,64.219]],[\"comment/152\",[]],[\"name/153\",[70,64.219]],[\"comment/153\",[]],[\"name/154\",[122,64.219]],[\"comment/154\",[]],[\"name/155\",[123,64.219]],[\"comment/155\",[]],[\"name/156\",[124,69.328]],[\"comment/156\",[]],[\"name/157\",[125,69.328]],[\"comment/157\",[]],[\"name/158\",[126,69.328]],[\"comment/158\",[]],[\"name/159\",[127,69.328]],[\"comment/159\",[]],[\"name/160\",[95,64.219]],[\"comment/160\",[]],[\"name/161\",[96,64.219]],[\"comment/161\",[]],[\"name/162\",[128,69.328]],[\"comment/162\",[]],[\"name/163\",[129,69.328]],[\"comment/163\",[]],[\"name/164\",[130,69.328]],[\"comment/164\",[]],[\"name/165\",[131,69.328]],[\"comment/165\",[]],[\"name/166\",[56,64.219]],[\"comment/166\",[]],[\"name/167\",[50,64.219]],[\"comment/167\",[]],[\"name/168\",[52,64.219]],[\"comment/168\",[]],[\"name/169\",[41,64.219]],[\"comment/169\",[]],[\"name/170\",[51,64.219]],[\"comment/170\",[]],[\"name/171\",[53,64.219]],[\"comment/171\",[]],[\"name/172\",[86,58.342]],[\"comment/172\",[]],[\"name/173\",[60,58.342]],[\"comment/173\",[]],[\"name/174\",[64,58.342]],[\"comment/174\",[]],[\"name/175\",[63,64.219]],[\"comment/175\",[]],[\"name/176\",[99,64.219]],[\"comment/176\",[]],[\"name/177\",[61,64.219]],[\"comment/177\",[]],[\"name/178\",[65,64.219]],[\"comment/178\",[]],[\"name/179\",[100,64.219]],[\"comment/179\",[]],[\"name/180\",[132,69.328]],[\"comment/180\",[]],[\"name/181\",[47,64.219]],[\"comment/181\",[]],[\"name/182\",[44,64.219]],[\"comment/182\",[]],[\"name/183\",[133,69.328]],[\"comment/183\",[]],[\"name/184\",[49,64.219]],[\"comment/184\",[]],[\"name/185\",[45,64.219]],[\"comment/185\",[]],[\"name/186\",[97,64.219]],[\"comment/186\",[]],[\"name/187\",[101,64.219]],[\"comment/187\",[]],[\"name/188\",[134,69.328]],[\"comment/188\",[]],[\"name/189\",[135,69.328]],[\"comment/189\",[]],[\"name/190\",[136,69.328]],[\"comment/190\",[]],[\"name/191\",[55,64.219]],[\"comment/191\",[]],[\"name/192\",[137,69.328]],[\"comment/192\",[]],[\"name/193\",[138,64.219]],[\"comment/193\",[]],[\"name/194\",[7,30.009]],[\"comment/194\",[]],[\"name/195\",[139,43.678]],[\"comment/195\",[]],[\"name/196\",[140,58.342]],[\"comment/196\",[]],[\"name/197\",[141,43.178]],[\"comment/197\",[]],[\"name/198\",[42,46.641]],[\"comment/198\",[]],[\"name/199\",[142,64.219]],[\"comment/199\",[]],[\"name/200\",[143,58.342]],[\"comment/200\",[]],[\"name/201\",[144,58.342]],[\"comment/201\",[]],[\"name/202\",[145,58.342]],[\"comment/202\",[]],[\"name/203\",[146,58.342]],[\"comment/203\",[]],[\"name/204\",[147,58.342]],[\"comment/204\",[]],[\"name/205\",[148,64.219]],[\"comment/205\",[]],[\"name/206\",[149,58.342]],[\"comment/206\",[]],[\"name/207\",[150,60.855]],[\"comment/207\",[]],[\"name/208\",[7,30.009]],[\"comment/208\",[]],[\"name/209\",[139,43.678]],[\"comment/209\",[]],[\"name/210\",[141,43.178]],[\"comment/210\",[]],[\"name/211\",[151,69.328]],[\"comment/211\",[]],[\"name/212\",[152,69.328]],[\"comment/212\",[]],[\"name/213\",[153,64.219]],[\"comment/213\",[]],[\"name/214\",[154,69.328]],[\"comment/214\",[]],[\"name/215\",[155,69.328]],[\"comment/215\",[]],[\"name/216\",[156,64.219]],[\"comment/216\",[]],[\"name/217\",[157,64.219]],[\"comment/217\",[]],[\"name/218\",[158,64.219]],[\"comment/218\",[]],[\"name/219\",[159,69.328]],[\"comment/219\",[]],[\"name/220\",[160,69.328]],[\"comment/220\",[]],[\"name/221\",[161,69.328]],[\"comment/221\",[]],[\"name/222\",[162,64.219]],[\"comment/222\",[]],[\"name/223\",[163,64.219]],[\"comment/223\",[]],[\"name/224\",[164,64.219]],[\"comment/224\",[]],[\"name/225\",[165,64.219]],[\"comment/225\",[]],[\"name/226\",[166,60.855]],[\"comment/226\",[]],[\"name/227\",[167,64.219]],[\"comment/227\",[]],[\"name/228\",[34,58.342]],[\"comment/228\",[]],[\"name/229\",[168,64.219]],[\"comment/229\",[]],[\"name/230\",[169,64.219]],[\"comment/230\",[]],[\"name/231\",[170,64.219]],[\"comment/231\",[]],[\"name/232\",[171,64.219]],[\"comment/232\",[]],[\"name/233\",[172,64.219]],[\"comment/233\",[]],[\"name/234\",[173,64.219]],[\"comment/234\",[]],[\"name/235\",[174,69.328]],[\"comment/235\",[]],[\"name/236\",[175,69.328]],[\"comment/236\",[]],[\"name/237\",[176,64.219]],[\"comment/237\",[]],[\"name/238\",[177,64.219]],[\"comment/238\",[]],[\"name/239\",[178,64.219]],[\"comment/239\",[]],[\"name/240\",[179,64.219]],[\"comment/240\",[]],[\"name/241\",[180,64.219]],[\"comment/241\",[]],[\"name/242\",[181,64.219]],[\"comment/242\",[]],[\"name/243\",[182,64.219]],[\"comment/243\",[]],[\"name/244\",[183,64.219]],[\"comment/244\",[]],[\"name/245\",[184,45.974]],[\"comment/245\",[]],[\"name/246\",[7,30.009]],[\"comment/246\",[]],[\"name/247\",[38,45.349]],[\"comment/247\",[]],[\"name/248\",[185,50.869]],[\"comment/248\",[]],[\"name/249\",[40,44.76]],[\"comment/249\",[]],[\"name/250\",[42,46.641]],[\"comment/250\",[]],[\"name/251\",[43,44.76]],[\"comment/251\",[]],[\"name/252\",[186,50.869]],[\"comment/252\",[]],[\"name/253\",[187,50.869]],[\"comment/253\",[]],[\"name/254\",[188,39.883]],[\"comment/254\",[]],[\"name/255\",[189,50.869]],[\"comment/255\",[]],[\"name/256\",[190,50.869]],[\"comment/256\",[]],[\"name/257\",[191,49.869]],[\"comment/257\",[]],[\"name/258\",[192,49.869]],[\"comment/258\",[]],[\"name/259\",[193,50.869]],[\"comment/259\",[]],[\"name/260\",[194,50.869]],[\"comment/260\",[]],[\"name/261\",[195,45.974]],[\"comment/261\",[]],[\"name/262\",[196,45.974]],[\"comment/262\",[]],[\"name/263\",[197,64.219]],[\"comment/263\",[]],[\"name/264\",[184,45.974]],[\"comment/264\",[]],[\"name/265\",[7,30.009]],[\"comment/265\",[]],[\"name/266\",[198,54.664]],[\"comment/266\",[]],[\"name/267\",[199,58.342]],[\"comment/267\",[]],[\"name/268\",[200,60.855]],[\"comment/268\",[]],[\"name/269\",[201,60.855]],[\"comment/269\",[]],[\"name/270\",[202,60.855]],[\"comment/270\",[]],[\"name/271\",[203,60.855]],[\"comment/271\",[]],[\"name/272\",[204,60.855]],[\"comment/272\",[]],[\"name/273\",[205,60.855]],[\"comment/273\",[]],[\"name/274\",[206,60.855]],[\"comment/274\",[]],[\"name/275\",[38,45.349]],[\"comment/275\",[]],[\"name/276\",[185,50.869]],[\"comment/276\",[]],[\"name/277\",[40,44.76]],[\"comment/277\",[]],[\"name/278\",[42,46.641]],[\"comment/278\",[]],[\"name/279\",[43,44.76]],[\"comment/279\",[]],[\"name/280\",[186,50.869]],[\"comment/280\",[]],[\"name/281\",[187,50.869]],[\"comment/281\",[]],[\"name/282\",[188,39.883]],[\"comment/282\",[]],[\"name/283\",[189,50.869]],[\"comment/283\",[]],[\"name/284\",[190,50.869]],[\"comment/284\",[]],[\"name/285\",[191,49.869]],[\"comment/285\",[]],[\"name/286\",[192,49.869]],[\"comment/286\",[]],[\"name/287\",[193,50.869]],[\"comment/287\",[]],[\"name/288\",[194,50.869]],[\"comment/288\",[]],[\"name/289\",[195,45.974]],[\"comment/289\",[]],[\"name/290\",[196,45.974]],[\"comment/290\",[]],[\"name/291\",[207,64.219]],[\"comment/291\",[]],[\"name/292\",[184,45.974]],[\"comment/292\",[]],[\"name/293\",[7,30.009]],[\"comment/293\",[]],[\"name/294\",[38,45.349]],[\"comment/294\",[]],[\"name/295\",[185,50.869]],[\"comment/295\",[]],[\"name/296\",[40,44.76]],[\"comment/296\",[]],[\"name/297\",[42,46.641]],[\"comment/297\",[]],[\"name/298\",[43,44.76]],[\"comment/298\",[]],[\"name/299\",[186,50.869]],[\"comment/299\",[]],[\"name/300\",[187,50.869]],[\"comment/300\",[]],[\"name/301\",[188,39.883]],[\"comment/301\",[]],[\"name/302\",[189,50.869]],[\"comment/302\",[]],[\"name/303\",[190,50.869]],[\"comment/303\",[]],[\"name/304\",[191,49.869]],[\"comment/304\",[]],[\"name/305\",[192,49.869]],[\"comment/305\",[]],[\"name/306\",[193,50.869]],[\"comment/306\",[]],[\"name/307\",[194,50.869]],[\"comment/307\",[]],[\"name/308\",[195,45.974]],[\"comment/308\",[]],[\"name/309\",[196,45.974]],[\"comment/309\",[]],[\"name/310\",[208,64.219]],[\"comment/310\",[]],[\"name/311\",[184,45.974]],[\"comment/311\",[]],[\"name/312\",[7,30.009]],[\"comment/312\",[]],[\"name/313\",[38,45.349]],[\"comment/313\",[]],[\"name/314\",[185,50.869]],[\"comment/314\",[]],[\"name/315\",[40,44.76]],[\"comment/315\",[]],[\"name/316\",[42,46.641]],[\"comment/316\",[]],[\"name/317\",[43,44.76]],[\"comment/317\",[]],[\"name/318\",[186,50.869]],[\"comment/318\",[]],[\"name/319\",[187,50.869]],[\"comment/319\",[]],[\"name/320\",[188,39.883]],[\"comment/320\",[]],[\"name/321\",[189,50.869]],[\"comment/321\",[]],[\"name/322\",[190,50.869]],[\"comment/322\",[]],[\"name/323\",[191,49.869]],[\"comment/323\",[]],[\"name/324\",[192,49.869]],[\"comment/324\",[]],[\"name/325\",[193,50.869]],[\"comment/325\",[]],[\"name/326\",[194,50.869]],[\"comment/326\",[]],[\"name/327\",[195,45.974]],[\"comment/327\",[]],[\"name/328\",[196,45.974]],[\"comment/328\",[]],[\"name/329\",[209,64.219]],[\"comment/329\",[]],[\"name/330\",[184,45.974]],[\"comment/330\",[]],[\"name/331\",[7,30.009]],[\"comment/331\",[]],[\"name/332\",[38,45.349]],[\"comment/332\",[]],[\"name/333\",[185,50.869]],[\"comment/333\",[]],[\"name/334\",[40,44.76]],[\"comment/334\",[]],[\"name/335\",[42,46.641]],[\"comment/335\",[]],[\"name/336\",[43,44.76]],[\"comment/336\",[]],[\"name/337\",[186,50.869]],[\"comment/337\",[]],[\"name/338\",[187,50.869]],[\"comment/338\",[]],[\"name/339\",[188,39.883]],[\"comment/339\",[]],[\"name/340\",[189,50.869]],[\"comment/340\",[]],[\"name/341\",[190,50.869]],[\"comment/341\",[]],[\"name/342\",[191,49.869]],[\"comment/342\",[]],[\"name/343\",[192,49.869]],[\"comment/343\",[]],[\"name/344\",[193,50.869]],[\"comment/344\",[]],[\"name/345\",[194,50.869]],[\"comment/345\",[]],[\"name/346\",[195,45.974]],[\"comment/346\",[]],[\"name/347\",[196,45.974]],[\"comment/347\",[]],[\"name/348\",[210,64.219]],[\"comment/348\",[]],[\"name/349\",[184,45.974]],[\"comment/349\",[]],[\"name/350\",[7,30.009]],[\"comment/350\",[]],[\"name/351\",[198,54.664]],[\"comment/351\",[]],[\"name/352\",[199,58.342]],[\"comment/352\",[]],[\"name/353\",[200,60.855]],[\"comment/353\",[]],[\"name/354\",[201,60.855]],[\"comment/354\",[]],[\"name/355\",[202,60.855]],[\"comment/355\",[]],[\"name/356\",[203,60.855]],[\"comment/356\",[]],[\"name/357\",[204,60.855]],[\"comment/357\",[]],[\"name/358\",[205,60.855]],[\"comment/358\",[]],[\"name/359\",[206,60.855]],[\"comment/359\",[]],[\"name/360\",[38,45.349]],[\"comment/360\",[]],[\"name/361\",[185,50.869]],[\"comment/361\",[]],[\"name/362\",[40,44.76]],[\"comment/362\",[]],[\"name/363\",[42,46.641]],[\"comment/363\",[]],[\"name/364\",[43,44.76]],[\"comment/364\",[]],[\"name/365\",[186,50.869]],[\"comment/365\",[]],[\"name/366\",[187,50.869]],[\"comment/366\",[]],[\"name/367\",[188,39.883]],[\"comment/367\",[]],[\"name/368\",[189,50.869]],[\"comment/368\",[]],[\"name/369\",[190,50.869]],[\"comment/369\",[]],[\"name/370\",[191,49.869]],[\"comment/370\",[]],[\"name/371\",[192,49.869]],[\"comment/371\",[]],[\"name/372\",[193,50.869]],[\"comment/372\",[]],[\"name/373\",[194,50.869]],[\"comment/373\",[]],[\"name/374\",[195,45.974]],[\"comment/374\",[]],[\"name/375\",[196,45.974]],[\"comment/375\",[]],[\"name/376\",[211,64.219]],[\"comment/376\",[]],[\"name/377\",[184,45.974]],[\"comment/377\",[]],[\"name/378\",[7,30.009]],[\"comment/378\",[]],[\"name/379\",[198,54.664]],[\"comment/379\",[]],[\"name/380\",[199,58.342]],[\"comment/380\",[]],[\"name/381\",[200,60.855]],[\"comment/381\",[]],[\"name/382\",[201,60.855]],[\"comment/382\",[]],[\"name/383\",[202,60.855]],[\"comment/383\",[]],[\"name/384\",[203,60.855]],[\"comment/384\",[]],[\"name/385\",[204,60.855]],[\"comment/385\",[]],[\"name/386\",[205,60.855]],[\"comment/386\",[]],[\"name/387\",[206,60.855]],[\"comment/387\",[]],[\"name/388\",[38,45.349]],[\"comment/388\",[]],[\"name/389\",[185,50.869]],[\"comment/389\",[]],[\"name/390\",[40,44.76]],[\"comment/390\",[]],[\"name/391\",[42,46.641]],[\"comment/391\",[]],[\"name/392\",[43,44.76]],[\"comment/392\",[]],[\"name/393\",[186,50.869]],[\"comment/393\",[]],[\"name/394\",[187,50.869]],[\"comment/394\",[]],[\"name/395\",[188,39.883]],[\"comment/395\",[]],[\"name/396\",[189,50.869]],[\"comment/396\",[]],[\"name/397\",[190,50.869]],[\"comment/397\",[]],[\"name/398\",[191,49.869]],[\"comment/398\",[]],[\"name/399\",[192,49.869]],[\"comment/399\",[]],[\"name/400\",[193,50.869]],[\"comment/400\",[]],[\"name/401\",[194,50.869]],[\"comment/401\",[]],[\"name/402\",[195,45.974]],[\"comment/402\",[]],[\"name/403\",[196,45.974]],[\"comment/403\",[]],[\"name/404\",[212,64.219]],[\"comment/404\",[]],[\"name/405\",[184,45.974]],[\"comment/405\",[]],[\"name/406\",[7,30.009]],[\"comment/406\",[]],[\"name/407\",[38,45.349]],[\"comment/407\",[]],[\"name/408\",[185,50.869]],[\"comment/408\",[]],[\"name/409\",[40,44.76]],[\"comment/409\",[]],[\"name/410\",[42,46.641]],[\"comment/410\",[]],[\"name/411\",[43,44.76]],[\"comment/411\",[]],[\"name/412\",[186,50.869]],[\"comment/412\",[]],[\"name/413\",[187,50.869]],[\"comment/413\",[]],[\"name/414\",[188,39.883]],[\"comment/414\",[]],[\"name/415\",[189,50.869]],[\"comment/415\",[]],[\"name/416\",[190,50.869]],[\"comment/416\",[]],[\"name/417\",[191,49.869]],[\"comment/417\",[]],[\"name/418\",[192,49.869]],[\"comment/418\",[]],[\"name/419\",[193,50.869]],[\"comment/419\",[]],[\"name/420\",[194,50.869]],[\"comment/420\",[]],[\"name/421\",[195,45.974]],[\"comment/421\",[]],[\"name/422\",[196,45.974]],[\"comment/422\",[]],[\"name/423\",[213,64.219]],[\"comment/423\",[]],[\"name/424\",[184,45.974]],[\"comment/424\",[]],[\"name/425\",[7,30.009]],[\"comment/425\",[]],[\"name/426\",[38,45.349]],[\"comment/426\",[]],[\"name/427\",[185,50.869]],[\"comment/427\",[]],[\"name/428\",[40,44.76]],[\"comment/428\",[]],[\"name/429\",[42,46.641]],[\"comment/429\",[]],[\"name/430\",[43,44.76]],[\"comment/430\",[]],[\"name/431\",[186,50.869]],[\"comment/431\",[]],[\"name/432\",[187,50.869]],[\"comment/432\",[]],[\"name/433\",[188,39.883]],[\"comment/433\",[]],[\"name/434\",[189,50.869]],[\"comment/434\",[]],[\"name/435\",[190,50.869]],[\"comment/435\",[]],[\"name/436\",[191,49.869]],[\"comment/436\",[]],[\"name/437\",[192,49.869]],[\"comment/437\",[]],[\"name/438\",[193,50.869]],[\"comment/438\",[]],[\"name/439\",[194,50.869]],[\"comment/439\",[]],[\"name/440\",[195,45.974]],[\"comment/440\",[]],[\"name/441\",[196,45.974]],[\"comment/441\",[]],[\"name/442\",[214,64.219]],[\"comment/442\",[]],[\"name/443\",[34,58.342]],[\"comment/443\",[]],[\"name/444\",[170,64.219]],[\"comment/444\",[]],[\"name/445\",[169,64.219]],[\"comment/445\",[]],[\"name/446\",[172,64.219]],[\"comment/446\",[]],[\"name/447\",[171,64.219]],[\"comment/447\",[]],[\"name/448\",[168,64.219]],[\"comment/448\",[]],[\"name/449\",[167,64.219]],[\"comment/449\",[]],[\"name/450\",[7,30.009]],[\"comment/450\",[]],[\"name/451\",[191,49.869]],[\"comment/451\",[]],[\"name/452\",[192,49.869]],[\"comment/452\",[]],[\"name/453\",[215,69.328]],[\"comment/453\",[]],[\"name/454\",[216,69.328]],[\"comment/454\",[]],[\"name/455\",[217,69.328]],[\"comment/455\",[]],[\"name/456\",[166,60.855]],[\"comment/456\",[]],[\"name/457\",[199,58.342]],[\"comment/457\",[]],[\"name/458\",[218,69.328]],[\"comment/458\",[]],[\"name/459\",[219,69.328]],[\"comment/459\",[]],[\"name/460\",[220,69.328]],[\"comment/460\",[]],[\"name/461\",[221,69.328]],[\"comment/461\",[]],[\"name/462\",[222,69.328]],[\"comment/462\",[]],[\"name/463\",[10,42.247]],[\"comment/463\",[]],[\"name/464\",[223,64.219]],[\"comment/464\",[]],[\"name/465\",[7,30.009]],[\"comment/465\",[]],[\"name/466\",[139,43.678]],[\"comment/466\",[]],[\"name/467\",[140,58.342]],[\"comment/467\",[]],[\"name/468\",[141,43.178]],[\"comment/468\",[]],[\"name/469\",[42,46.641]],[\"comment/469\",[]],[\"name/470\",[224,64.219]],[\"comment/470\",[]],[\"name/471\",[143,58.342]],[\"comment/471\",[]],[\"name/472\",[225,64.219]],[\"comment/472\",[]],[\"name/473\",[226,60.855]],[\"comment/473\",[]],[\"name/474\",[144,58.342]],[\"comment/474\",[]],[\"name/475\",[145,58.342]],[\"comment/475\",[]],[\"name/476\",[146,58.342]],[\"comment/476\",[]],[\"name/477\",[147,58.342]],[\"comment/477\",[]],[\"name/478\",[149,58.342]],[\"comment/478\",[]],[\"name/479\",[227,64.219]],[\"comment/479\",[]],[\"name/480\",[228,64.219]],[\"comment/480\",[]],[\"name/481\",[184,45.974]],[\"comment/481\",[]],[\"name/482\",[7,30.009]],[\"comment/482\",[]],[\"name/483\",[38,45.349]],[\"comment/483\",[]],[\"name/484\",[40,44.76]],[\"comment/484\",[]],[\"name/485\",[43,44.76]],[\"comment/485\",[]],[\"name/486\",[195,45.974]],[\"comment/486\",[]],[\"name/487\",[196,45.974]],[\"comment/487\",[]],[\"name/488\",[229,64.219]],[\"comment/488\",[]],[\"name/489\",[184,45.974]],[\"comment/489\",[]],[\"name/490\",[7,30.009]],[\"comment/490\",[]],[\"name/491\",[198,54.664]],[\"comment/491\",[]],[\"name/492\",[38,45.349]],[\"comment/492\",[]],[\"name/493\",[40,44.76]],[\"comment/493\",[]],[\"name/494\",[43,44.76]],[\"comment/494\",[]],[\"name/495\",[195,45.974]],[\"comment/495\",[]],[\"name/496\",[196,45.974]],[\"comment/496\",[]],[\"name/497\",[230,64.219]],[\"comment/497\",[]],[\"name/498\",[184,45.974]],[\"comment/498\",[]],[\"name/499\",[7,30.009]],[\"comment/499\",[]],[\"name/500\",[38,45.349]],[\"comment/500\",[]],[\"name/501\",[40,44.76]],[\"comment/501\",[]],[\"name/502\",[43,44.76]],[\"comment/502\",[]],[\"name/503\",[195,45.974]],[\"comment/503\",[]],[\"name/504\",[196,45.974]],[\"comment/504\",[]],[\"name/505\",[231,64.219]],[\"comment/505\",[]],[\"name/506\",[184,45.974]],[\"comment/506\",[]],[\"name/507\",[7,30.009]],[\"comment/507\",[]],[\"name/508\",[198,54.664]],[\"comment/508\",[]],[\"name/509\",[38,45.349]],[\"comment/509\",[]],[\"name/510\",[40,44.76]],[\"comment/510\",[]],[\"name/511\",[43,44.76]],[\"comment/511\",[]],[\"name/512\",[195,45.974]],[\"comment/512\",[]],[\"name/513\",[196,45.974]],[\"comment/513\",[]],[\"name/514\",[232,64.219]],[\"comment/514\",[]],[\"name/515\",[184,45.974]],[\"comment/515\",[]],[\"name/516\",[7,30.009]],[\"comment/516\",[]],[\"name/517\",[198,54.664]],[\"comment/517\",[]],[\"name/518\",[38,45.349]],[\"comment/518\",[]],[\"name/519\",[40,44.76]],[\"comment/519\",[]],[\"name/520\",[43,44.76]],[\"comment/520\",[]],[\"name/521\",[195,45.974]],[\"comment/521\",[]],[\"name/522\",[196,45.974]],[\"comment/522\",[]],[\"name/523\",[233,64.219]],[\"comment/523\",[]],[\"name/524\",[184,45.974]],[\"comment/524\",[]],[\"name/525\",[7,30.009]],[\"comment/525\",[]],[\"name/526\",[38,45.349]],[\"comment/526\",[]],[\"name/527\",[40,44.76]],[\"comment/527\",[]],[\"name/528\",[43,44.76]],[\"comment/528\",[]],[\"name/529\",[195,45.974]],[\"comment/529\",[]],[\"name/530\",[196,45.974]],[\"comment/530\",[]],[\"name/531\",[234,64.219]],[\"comment/531\",[]],[\"name/532\",[7,30.009]],[\"comment/532\",[]],[\"name/533\",[139,43.678]],[\"comment/533\",[]],[\"name/534\",[140,58.342]],[\"comment/534\",[]],[\"name/535\",[141,43.178]],[\"comment/535\",[]],[\"name/536\",[224,64.219]],[\"comment/536\",[]],[\"name/537\",[143,58.342]],[\"comment/537\",[]],[\"name/538\",[226,60.855]],[\"comment/538\",[]],[\"name/539\",[144,58.342]],[\"comment/539\",[]],[\"name/540\",[145,58.342]],[\"comment/540\",[]],[\"name/541\",[146,58.342]],[\"comment/541\",[]],[\"name/542\",[147,58.342]],[\"comment/542\",[]],[\"name/543\",[225,64.219]],[\"comment/543\",[]],[\"name/544\",[149,58.342]],[\"comment/544\",[]],[\"name/545\",[235,64.219]],[\"comment/545\",[]],[\"name/546\",[236,69.328]],[\"comment/546\",[]],[\"name/547\",[237,69.328]],[\"comment/547\",[]],[\"name/548\",[238,69.328]],[\"comment/548\",[]],[\"name/549\",[239,69.328]],[\"comment/549\",[]],[\"name/550\",[240,60.855]],[\"comment/550\",[]],[\"name/551\",[7,30.009]],[\"comment/551\",[]],[\"name/552\",[139,43.678]],[\"comment/552\",[]],[\"name/553\",[141,43.178]],[\"comment/553\",[]],[\"name/554\",[241,64.219]],[\"comment/554\",[]],[\"name/555\",[7,30.009]],[\"comment/555\",[]],[\"name/556\",[139,43.678]],[\"comment/556\",[]],[\"name/557\",[141,43.178]],[\"comment/557\",[]],[\"name/558\",[242,69.328]],[\"comment/558\",[]],[\"name/559\",[243,60.855]],[\"comment/559\",[]],[\"name/560\",[7,30.009]],[\"comment/560\",[]],[\"name/561\",[139,43.678]],[\"comment/561\",[]],[\"name/562\",[141,43.178]],[\"comment/562\",[]],[\"name/563\",[244,60.855]],[\"comment/563\",[]],[\"name/564\",[7,30.009]],[\"comment/564\",[]],[\"name/565\",[139,43.678]],[\"comment/565\",[]],[\"name/566\",[245,69.328]],[\"comment/566\",[]],[\"name/567\",[141,43.178]],[\"comment/567\",[]],[\"name/568\",[246,64.219]],[\"comment/568\",[]],[\"name/569\",[247,64.219]],[\"comment/569\",[]],[\"name/570\",[248,64.219]],[\"comment/570\",[]],[\"name/571\",[249,64.219]],[\"comment/571\",[]],[\"name/572\",[250,64.219]],[\"comment/572\",[]],[\"name/573\",[7,30.009]],[\"comment/573\",[]],[\"name/574\",[139,43.678]],[\"comment/574\",[]],[\"name/575\",[141,43.178]],[\"comment/575\",[]],[\"name/576\",[251,58.342]],[\"comment/576\",[]],[\"name/577\",[252,69.328]],[\"comment/577\",[]],[\"name/578\",[253,69.328]],[\"comment/578\",[]],[\"name/579\",[254,69.328]],[\"comment/579\",[]],[\"name/580\",[255,69.328]],[\"comment/580\",[]],[\"name/581\",[256,69.328]],[\"comment/581\",[]],[\"name/582\",[257,69.328]],[\"comment/582\",[]],[\"name/583\",[258,69.328]],[\"comment/583\",[]],[\"name/584\",[259,69.328]],[\"comment/584\",[]],[\"name/585\",[260,69.328]],[\"comment/585\",[]],[\"name/586\",[261,69.328]],[\"comment/586\",[]],[\"name/587\",[262,69.328]],[\"comment/587\",[]],[\"name/588\",[263,69.328]],[\"comment/588\",[]],[\"name/589\",[264,69.328]],[\"comment/589\",[]],[\"name/590\",[265,69.328]],[\"comment/590\",[]],[\"name/591\",[266,69.328]],[\"comment/591\",[]],[\"name/592\",[267,69.328]],[\"comment/592\",[]],[\"name/593\",[268,69.328]],[\"comment/593\",[]],[\"name/594\",[269,69.328]],[\"comment/594\",[]],[\"name/595\",[270,69.328]],[\"comment/595\",[]],[\"name/596\",[271,58.342]],[\"comment/596\",[]],[\"name/597\",[12,38.883]],[\"comment/597\",[]],[\"name/598\",[7,30.009]],[\"comment/598\",[]],[\"name/599\",[10,42.247]],[\"comment/599\",[]],[\"name/600\",[188,39.883]],[\"comment/600\",[]],[\"name/601\",[272,42.247]],[\"comment/601\",[]],[\"name/602\",[273,43.178]],[\"comment/602\",[]],[\"name/603\",[274,43.178]],[\"comment/603\",[]],[\"name/604\",[275,43.178]],[\"comment/604\",[]],[\"name/605\",[276,42.247]],[\"comment/605\",[]],[\"name/606\",[277,43.178]],[\"comment/606\",[]],[\"name/607\",[278,42.247]],[\"comment/607\",[]],[\"name/608\",[279,42.247]],[\"comment/608\",[]],[\"name/609\",[280,60.855]],[\"comment/609\",[]],[\"name/610\",[281,58.342]],[\"comment/610\",[]],[\"name/611\",[282,58.342]],[\"comment/611\",[]],[\"name/612\",[283,58.342]],[\"comment/612\",[]],[\"name/613\",[284,58.342]],[\"comment/613\",[]],[\"name/614\",[285,58.342]],[\"comment/614\",[]],[\"name/615\",[286,58.342]],[\"comment/615\",[]],[\"name/616\",[287,58.342]],[\"comment/616\",[]],[\"name/617\",[288,58.342]],[\"comment/617\",[]],[\"name/618\",[289,60.855]],[\"comment/618\",[]],[\"name/619\",[290,58.342]],[\"comment/619\",[]],[\"name/620\",[291,58.342]],[\"comment/620\",[]],[\"name/621\",[292,58.342]],[\"comment/621\",[]],[\"name/622\",[293,58.342]],[\"comment/622\",[]],[\"name/623\",[294,58.342]],[\"comment/623\",[]],[\"name/624\",[295,58.342]],[\"comment/624\",[]],[\"name/625\",[296,60.855]],[\"comment/625\",[]],[\"name/626\",[297,60.855]],[\"comment/626\",[]],[\"name/627\",[298,58.342]],[\"comment/627\",[]],[\"name/628\",[299,64.219]],[\"comment/628\",[]],[\"name/629\",[300,64.219]],[\"comment/629\",[]],[\"name/630\",[301,64.219]],[\"comment/630\",[]],[\"name/631\",[302,69.328]],[\"comment/631\",[]],[\"name/632\",[303,69.328]],[\"comment/632\",[]],[\"name/633\",[304,69.328]],[\"comment/633\",[]],[\"name/634\",[305,69.328]],[\"comment/634\",[]],[\"name/635\",[306,69.328]],[\"comment/635\",[]],[\"name/636\",[300,64.219]],[\"comment/636\",[]],[\"name/637\",[281,58.342]],[\"comment/637\",[]],[\"name/638\",[12,38.883]],[\"comment/638\",[]],[\"name/639\",[7,30.009]],[\"comment/639\",[]],[\"name/640\",[188,39.883]],[\"comment/640\",[]],[\"name/641\",[307,53.233]],[\"comment/641\",[]],[\"name/642\",[10,42.247]],[\"comment/642\",[]],[\"name/643\",[272,42.247]],[\"comment/643\",[]],[\"name/644\",[273,43.178]],[\"comment/644\",[]],[\"name/645\",[274,43.178]],[\"comment/645\",[]],[\"name/646\",[275,43.178]],[\"comment/646\",[]],[\"name/647\",[276,42.247]],[\"comment/647\",[]],[\"name/648\",[277,43.178]],[\"comment/648\",[]],[\"name/649\",[278,42.247]],[\"comment/649\",[]],[\"name/650\",[279,42.247]],[\"comment/650\",[]],[\"name/651\",[297,60.855]],[\"comment/651\",[]],[\"name/652\",[12,38.883]],[\"comment/652\",[]],[\"name/653\",[7,30.009]],[\"comment/653\",[]],[\"name/654\",[188,39.883]],[\"comment/654\",[]],[\"name/655\",[251,58.342]],[\"comment/655\",[]],[\"name/656\",[10,42.247]],[\"comment/656\",[]],[\"name/657\",[272,42.247]],[\"comment/657\",[]],[\"name/658\",[273,43.178]],[\"comment/658\",[]],[\"name/659\",[274,43.178]],[\"comment/659\",[]],[\"name/660\",[275,43.178]],[\"comment/660\",[]],[\"name/661\",[276,42.247]],[\"comment/661\",[]],[\"name/662\",[277,43.178]],[\"comment/662\",[]],[\"name/663\",[278,42.247]],[\"comment/663\",[]],[\"name/664\",[279,42.247]],[\"comment/664\",[]],[\"name/665\",[282,58.342]],[\"comment/665\",[]],[\"name/666\",[12,38.883]],[\"comment/666\",[]],[\"name/667\",[7,30.009]],[\"comment/667\",[]],[\"name/668\",[188,39.883]],[\"comment/668\",[]],[\"name/669\",[308,60.855]],[\"comment/669\",[]],[\"name/670\",[10,42.247]],[\"comment/670\",[]],[\"name/671\",[272,42.247]],[\"comment/671\",[]],[\"name/672\",[273,43.178]],[\"comment/672\",[]],[\"name/673\",[274,43.178]],[\"comment/673\",[]],[\"name/674\",[275,43.178]],[\"comment/674\",[]],[\"name/675\",[276,42.247]],[\"comment/675\",[]],[\"name/676\",[277,43.178]],[\"comment/676\",[]],[\"name/677\",[278,42.247]],[\"comment/677\",[]],[\"name/678\",[279,42.247]],[\"comment/678\",[]],[\"name/679\",[292,58.342]],[\"comment/679\",[]],[\"name/680\",[12,38.883]],[\"comment/680\",[]],[\"name/681\",[7,30.009]],[\"comment/681\",[]],[\"name/682\",[188,39.883]],[\"comment/682\",[]],[\"name/683\",[308,60.855]],[\"comment/683\",[]],[\"name/684\",[309,56.335]],[\"comment/684\",[]],[\"name/685\",[10,42.247]],[\"comment/685\",[]],[\"name/686\",[272,42.247]],[\"comment/686\",[]],[\"name/687\",[273,43.178]],[\"comment/687\",[]],[\"name/688\",[274,43.178]],[\"comment/688\",[]],[\"name/689\",[275,43.178]],[\"comment/689\",[]],[\"name/690\",[276,42.247]],[\"comment/690\",[]],[\"name/691\",[277,43.178]],[\"comment/691\",[]],[\"name/692\",[278,42.247]],[\"comment/692\",[]],[\"name/693\",[279,42.247]],[\"comment/693\",[]],[\"name/694\",[283,58.342]],[\"comment/694\",[]],[\"name/695\",[12,38.883]],[\"comment/695\",[]],[\"name/696\",[7,30.009]],[\"comment/696\",[]],[\"name/697\",[188,39.883]],[\"comment/697\",[]],[\"name/698\",[307,53.233]],[\"comment/698\",[]],[\"name/699\",[310,54.664]],[\"comment/699\",[]],[\"name/700\",[10,42.247]],[\"comment/700\",[]],[\"name/701\",[272,42.247]],[\"comment/701\",[]],[\"name/702\",[273,43.178]],[\"comment/702\",[]],[\"name/703\",[274,43.178]],[\"comment/703\",[]],[\"name/704\",[275,43.178]],[\"comment/704\",[]],[\"name/705\",[276,42.247]],[\"comment/705\",[]],[\"name/706\",[277,43.178]],[\"comment/706\",[]],[\"name/707\",[278,42.247]],[\"comment/707\",[]],[\"name/708\",[279,42.247]],[\"comment/708\",[]],[\"name/709\",[284,58.342]],[\"comment/709\",[]],[\"name/710\",[12,38.883]],[\"comment/710\",[]],[\"name/711\",[7,30.009]],[\"comment/711\",[]],[\"name/712\",[188,39.883]],[\"comment/712\",[]],[\"name/713\",[311,60.855]],[\"comment/713\",[]],[\"name/714\",[312,60.855]],[\"comment/714\",[]],[\"name/715\",[10,42.247]],[\"comment/715\",[]],[\"name/716\",[272,42.247]],[\"comment/716\",[]],[\"name/717\",[273,43.178]],[\"comment/717\",[]],[\"name/718\",[274,43.178]],[\"comment/718\",[]],[\"name/719\",[275,43.178]],[\"comment/719\",[]],[\"name/720\",[276,42.247]],[\"comment/720\",[]],[\"name/721\",[277,43.178]],[\"comment/721\",[]],[\"name/722\",[278,42.247]],[\"comment/722\",[]],[\"name/723\",[279,42.247]],[\"comment/723\",[]],[\"name/724\",[286,58.342]],[\"comment/724\",[]],[\"name/725\",[12,38.883]],[\"comment/725\",[]],[\"name/726\",[7,30.009]],[\"comment/726\",[]],[\"name/727\",[188,39.883]],[\"comment/727\",[]],[\"name/728\",[311,60.855]],[\"comment/728\",[]],[\"name/729\",[312,60.855]],[\"comment/729\",[]],[\"name/730\",[313,64.219]],[\"comment/730\",[]],[\"name/731\",[10,42.247]],[\"comment/731\",[]],[\"name/732\",[272,42.247]],[\"comment/732\",[]],[\"name/733\",[273,43.178]],[\"comment/733\",[]],[\"name/734\",[274,43.178]],[\"comment/734\",[]],[\"name/735\",[275,43.178]],[\"comment/735\",[]],[\"name/736\",[276,42.247]],[\"comment/736\",[]],[\"name/737\",[277,43.178]],[\"comment/737\",[]],[\"name/738\",[278,42.247]],[\"comment/738\",[]],[\"name/739\",[279,42.247]],[\"comment/739\",[]],[\"name/740\",[293,58.342]],[\"comment/740\",[]],[\"name/741\",[12,38.883]],[\"comment/741\",[]],[\"name/742\",[7,30.009]],[\"comment/742\",[]],[\"name/743\",[188,39.883]],[\"comment/743\",[]],[\"name/744\",[311,60.855]],[\"comment/744\",[]],[\"name/745\",[312,60.855]],[\"comment/745\",[]],[\"name/746\",[313,64.219]],[\"comment/746\",[]],[\"name/747\",[309,56.335]],[\"comment/747\",[]],[\"name/748\",[10,42.247]],[\"comment/748\",[]],[\"name/749\",[272,42.247]],[\"comment/749\",[]],[\"name/750\",[273,43.178]],[\"comment/750\",[]],[\"name/751\",[274,43.178]],[\"comment/751\",[]],[\"name/752\",[275,43.178]],[\"comment/752\",[]],[\"name/753\",[276,42.247]],[\"comment/753\",[]],[\"name/754\",[277,43.178]],[\"comment/754\",[]],[\"name/755\",[278,42.247]],[\"comment/755\",[]],[\"name/756\",[279,42.247]],[\"comment/756\",[]],[\"name/757\",[285,58.342]],[\"comment/757\",[]],[\"name/758\",[12,38.883]],[\"comment/758\",[]],[\"name/759\",[7,30.009]],[\"comment/759\",[]],[\"name/760\",[188,39.883]],[\"comment/760\",[]],[\"name/761\",[314,53.233]],[\"comment/761\",[]],[\"name/762\",[315,56.335]],[\"comment/762\",[]],[\"name/763\",[10,42.247]],[\"comment/763\",[]],[\"name/764\",[272,42.247]],[\"comment/764\",[]],[\"name/765\",[273,43.178]],[\"comment/765\",[]],[\"name/766\",[274,43.178]],[\"comment/766\",[]],[\"name/767\",[275,43.178]],[\"comment/767\",[]],[\"name/768\",[276,42.247]],[\"comment/768\",[]],[\"name/769\",[277,43.178]],[\"comment/769\",[]],[\"name/770\",[278,42.247]],[\"comment/770\",[]],[\"name/771\",[279,42.247]],[\"comment/771\",[]],[\"name/772\",[298,58.342]],[\"comment/772\",[]],[\"name/773\",[12,38.883]],[\"comment/773\",[]],[\"name/774\",[7,30.009]],[\"comment/774\",[]],[\"name/775\",[188,39.883]],[\"comment/775\",[]],[\"name/776\",[316,69.328]],[\"comment/776\",[]],[\"name/777\",[317,69.328]],[\"comment/777\",[]],[\"name/778\",[10,42.247]],[\"comment/778\",[]],[\"name/779\",[272,42.247]],[\"comment/779\",[]],[\"name/780\",[273,43.178]],[\"comment/780\",[]],[\"name/781\",[274,43.178]],[\"comment/781\",[]],[\"name/782\",[275,43.178]],[\"comment/782\",[]],[\"name/783\",[276,42.247]],[\"comment/783\",[]],[\"name/784\",[277,43.178]],[\"comment/784\",[]],[\"name/785\",[278,42.247]],[\"comment/785\",[]],[\"name/786\",[279,42.247]],[\"comment/786\",[]],[\"name/787\",[287,58.342]],[\"comment/787\",[]],[\"name/788\",[12,38.883]],[\"comment/788\",[]],[\"name/789\",[7,30.009]],[\"comment/789\",[]],[\"name/790\",[188,39.883]],[\"comment/790\",[]],[\"name/791\",[314,53.233]],[\"comment/791\",[]],[\"name/792\",[315,56.335]],[\"comment/792\",[]],[\"name/793\",[318,64.219]],[\"comment/793\",[]],[\"name/794\",[10,42.247]],[\"comment/794\",[]],[\"name/795\",[272,42.247]],[\"comment/795\",[]],[\"name/796\",[273,43.178]],[\"comment/796\",[]],[\"name/797\",[274,43.178]],[\"comment/797\",[]],[\"name/798\",[275,43.178]],[\"comment/798\",[]],[\"name/799\",[276,42.247]],[\"comment/799\",[]],[\"name/800\",[277,43.178]],[\"comment/800\",[]],[\"name/801\",[278,42.247]],[\"comment/801\",[]],[\"name/802\",[279,42.247]],[\"comment/802\",[]],[\"name/803\",[289,60.855]],[\"comment/803\",[]],[\"name/804\",[12,38.883]],[\"comment/804\",[]],[\"name/805\",[7,30.009]],[\"comment/805\",[]],[\"name/806\",[188,39.883]],[\"comment/806\",[]],[\"name/807\",[314,53.233]],[\"comment/807\",[]],[\"name/808\",[315,56.335]],[\"comment/808\",[]],[\"name/809\",[10,42.247]],[\"comment/809\",[]],[\"name/810\",[272,42.247]],[\"comment/810\",[]],[\"name/811\",[273,43.178]],[\"comment/811\",[]],[\"name/812\",[274,43.178]],[\"comment/812\",[]],[\"name/813\",[275,43.178]],[\"comment/813\",[]],[\"name/814\",[276,42.247]],[\"comment/814\",[]],[\"name/815\",[277,43.178]],[\"comment/815\",[]],[\"name/816\",[278,42.247]],[\"comment/816\",[]],[\"name/817\",[279,42.247]],[\"comment/817\",[]],[\"name/818\",[296,60.855]],[\"comment/818\",[]],[\"name/819\",[12,38.883]],[\"comment/819\",[]],[\"name/820\",[7,30.009]],[\"comment/820\",[]],[\"name/821\",[188,39.883]],[\"comment/821\",[]],[\"name/822\",[314,53.233]],[\"comment/822\",[]],[\"name/823\",[315,56.335]],[\"comment/823\",[]],[\"name/824\",[309,56.335]],[\"comment/824\",[]],[\"name/825\",[10,42.247]],[\"comment/825\",[]],[\"name/826\",[272,42.247]],[\"comment/826\",[]],[\"name/827\",[273,43.178]],[\"comment/827\",[]],[\"name/828\",[274,43.178]],[\"comment/828\",[]],[\"name/829\",[275,43.178]],[\"comment/829\",[]],[\"name/830\",[276,42.247]],[\"comment/830\",[]],[\"name/831\",[277,43.178]],[\"comment/831\",[]],[\"name/832\",[278,42.247]],[\"comment/832\",[]],[\"name/833\",[279,42.247]],[\"comment/833\",[]],[\"name/834\",[288,58.342]],[\"comment/834\",[]],[\"name/835\",[12,38.883]],[\"comment/835\",[]],[\"name/836\",[7,30.009]],[\"comment/836\",[]],[\"name/837\",[188,39.883]],[\"comment/837\",[]],[\"name/838\",[319,69.328]],[\"comment/838\",[]],[\"name/839\",[320,69.328]],[\"comment/839\",[]],[\"name/840\",[321,69.328]],[\"comment/840\",[]],[\"name/841\",[322,69.328]],[\"comment/841\",[]],[\"name/842\",[318,64.219]],[\"comment/842\",[]],[\"name/843\",[10,42.247]],[\"comment/843\",[]],[\"name/844\",[272,42.247]],[\"comment/844\",[]],[\"name/845\",[273,43.178]],[\"comment/845\",[]],[\"name/846\",[274,43.178]],[\"comment/846\",[]],[\"name/847\",[275,43.178]],[\"comment/847\",[]],[\"name/848\",[276,42.247]],[\"comment/848\",[]],[\"name/849\",[277,43.178]],[\"comment/849\",[]],[\"name/850\",[278,42.247]],[\"comment/850\",[]],[\"name/851\",[279,42.247]],[\"comment/851\",[]],[\"name/852\",[290,58.342]],[\"comment/852\",[]],[\"name/853\",[12,38.883]],[\"comment/853\",[]],[\"name/854\",[7,30.009]],[\"comment/854\",[]],[\"name/855\",[188,39.883]],[\"comment/855\",[]],[\"name/856\",[307,53.233]],[\"comment/856\",[]],[\"name/857\",[310,54.664]],[\"comment/857\",[]],[\"name/858\",[10,42.247]],[\"comment/858\",[]],[\"name/859\",[272,42.247]],[\"comment/859\",[]],[\"name/860\",[273,43.178]],[\"comment/860\",[]],[\"name/861\",[274,43.178]],[\"comment/861\",[]],[\"name/862\",[275,43.178]],[\"comment/862\",[]],[\"name/863\",[276,42.247]],[\"comment/863\",[]],[\"name/864\",[277,43.178]],[\"comment/864\",[]],[\"name/865\",[278,42.247]],[\"comment/865\",[]],[\"name/866\",[279,42.247]],[\"comment/866\",[]],[\"name/867\",[294,58.342]],[\"comment/867\",[]],[\"name/868\",[12,38.883]],[\"comment/868\",[]],[\"name/869\",[7,30.009]],[\"comment/869\",[]],[\"name/870\",[188,39.883]],[\"comment/870\",[]],[\"name/871\",[307,53.233]],[\"comment/871\",[]],[\"name/872\",[310,54.664]],[\"comment/872\",[]],[\"name/873\",[309,56.335]],[\"comment/873\",[]],[\"name/874\",[10,42.247]],[\"comment/874\",[]],[\"name/875\",[272,42.247]],[\"comment/875\",[]],[\"name/876\",[273,43.178]],[\"comment/876\",[]],[\"name/877\",[274,43.178]],[\"comment/877\",[]],[\"name/878\",[275,43.178]],[\"comment/878\",[]],[\"name/879\",[276,42.247]],[\"comment/879\",[]],[\"name/880\",[277,43.178]],[\"comment/880\",[]],[\"name/881\",[278,42.247]],[\"comment/881\",[]],[\"name/882\",[279,42.247]],[\"comment/882\",[]],[\"name/883\",[291,58.342]],[\"comment/883\",[]],[\"name/884\",[12,38.883]],[\"comment/884\",[]],[\"name/885\",[7,30.009]],[\"comment/885\",[]],[\"name/886\",[188,39.883]],[\"comment/886\",[]],[\"name/887\",[307,53.233]],[\"comment/887\",[]],[\"name/888\",[310,54.664]],[\"comment/888\",[]],[\"name/889\",[10,42.247]],[\"comment/889\",[]],[\"name/890\",[272,42.247]],[\"comment/890\",[]],[\"name/891\",[273,43.178]],[\"comment/891\",[]],[\"name/892\",[274,43.178]],[\"comment/892\",[]],[\"name/893\",[275,43.178]],[\"comment/893\",[]],[\"name/894\",[276,42.247]],[\"comment/894\",[]],[\"name/895\",[277,43.178]],[\"comment/895\",[]],[\"name/896\",[278,42.247]],[\"comment/896\",[]],[\"name/897\",[279,42.247]],[\"comment/897\",[]],[\"name/898\",[295,58.342]],[\"comment/898\",[]],[\"name/899\",[12,38.883]],[\"comment/899\",[]],[\"name/900\",[7,30.009]],[\"comment/900\",[]],[\"name/901\",[188,39.883]],[\"comment/901\",[]],[\"name/902\",[307,53.233]],[\"comment/902\",[]],[\"name/903\",[310,54.664]],[\"comment/903\",[]],[\"name/904\",[309,56.335]],[\"comment/904\",[]],[\"name/905\",[10,42.247]],[\"comment/905\",[]],[\"name/906\",[272,42.247]],[\"comment/906\",[]],[\"name/907\",[273,43.178]],[\"comment/907\",[]],[\"name/908\",[274,43.178]],[\"comment/908\",[]],[\"name/909\",[275,43.178]],[\"comment/909\",[]],[\"name/910\",[276,42.247]],[\"comment/910\",[]],[\"name/911\",[277,43.178]],[\"comment/911\",[]],[\"name/912\",[278,42.247]],[\"comment/912\",[]],[\"name/913\",[279,42.247]],[\"comment/913\",[]],[\"name/914\",[323,58.342]],[\"comment/914\",[]],[\"name/915\",[324,69.328]],[\"comment/915\",[]],[\"name/916\",[325,69.328]],[\"comment/916\",[]],[\"name/917\",[326,69.328]],[\"comment/917\",[]],[\"name/918\",[327,69.328]],[\"comment/918\",[]],[\"name/919\",[328,69.328]],[\"comment/919\",[]],[\"name/920\",[329,69.328]],[\"comment/920\",[]],[\"name/921\",[330,64.219]],[\"comment/921\",[]],[\"name/922\",[331,64.219]],[\"comment/922\",[]],[\"name/923\",[332,64.219]],[\"comment/923\",[]],[\"name/924\",[85,51.982]],[\"comment/924\",[]],[\"name/925\",[7,30.009]],[\"comment/925\",[]],[\"name/926\",[39,58.342]],[\"comment/926\",[]],[\"name/927\",[40,44.76]],[\"comment/927\",[]],[\"name/928\",[333,69.328]],[\"comment/928\",[]],[\"name/929\",[334,69.328]],[\"comment/929\",[]],[\"name/930\",[42,46.641]],[\"comment/930\",[]],[\"name/931\",[335,69.328]],[\"comment/931\",[]],[\"name/932\",[271,58.342]],[\"comment/932\",[]],[\"name/933\",[336,69.328]],[\"comment/933\",[]],[\"name/934\",[43,44.76]],[\"comment/934\",[]],[\"name/935\",[57,58.342]],[\"comment/935\",[]],[\"name/936\",[14,54.664]],[\"comment/936\",[]],[\"name/937\",[337,64.219]],[\"comment/937\",[]],[\"name/938\",[338,64.219]],[\"comment/938\",[]],[\"name/939\",[339,69.328]],[\"comment/939\",[]],[\"name/940\",[86,58.342]],[\"comment/940\",[]],[\"name/941\",[87,64.219]],[\"comment/941\",[]],[\"name/942\",[340,64.219]],[\"comment/942\",[]],[\"name/943\",[341,64.219]],[\"comment/943\",[]],[\"name/944\",[342,64.219]],[\"comment/944\",[]],[\"name/945\",[343,64.219]],[\"comment/945\",[]],[\"name/946\",[344,64.219]],[\"comment/946\",[]],[\"name/947\",[345,64.219]],[\"comment/947\",[]],[\"name/948\",[346,64.219]],[\"comment/948\",[]],[\"name/949\",[347,64.219]],[\"comment/949\",[]],[\"name/950\",[348,64.219]],[\"comment/950\",[]],[\"name/951\",[349,64.219]],[\"comment/951\",[]],[\"name/952\",[350,58.342]],[\"comment/952\",[]],[\"name/953\",[351,64.219]],[\"comment/953\",[]],[\"name/954\",[352,58.342]],[\"comment/954\",[]],[\"name/955\",[353,64.219]],[\"comment/955\",[]],[\"name/956\",[323,58.342]],[\"comment/956\",[]],[\"name/957\",[354,64.219]],[\"comment/957\",[]],[\"name/958\",[355,64.219]],[\"comment/958\",[]],[\"name/959\",[356,64.219]],[\"comment/959\",[]],[\"name/960\",[357,64.219]],[\"comment/960\",[]],[\"name/961\",[358,64.219]],[\"comment/961\",[]],[\"name/962\",[359,64.219]],[\"comment/962\",[]],[\"name/963\",[60,58.342]],[\"comment/963\",[]],[\"name/964\",[360,69.328]],[\"comment/964\",[]],[\"name/965\",[64,58.342]],[\"comment/965\",[]],[\"name/966\",[361,69.328]],[\"comment/966\",[]],[\"name/967\",[280,60.855]],[\"comment/967\",[]],[\"name/968\",[308,60.855]],[\"comment/968\",[]],[\"name/969\",[362,69.328]],[\"comment/969\",[]],[\"name/970\",[307,53.233]],[\"comment/970\",[]],[\"name/971\",[363,69.328]],[\"comment/971\",[]],[\"name/972\",[364,69.328]],[\"comment/972\",[]],[\"name/973\",[365,69.328]],[\"comment/973\",[]],[\"name/974\",[310,54.664]],[\"comment/974\",[]],[\"name/975\",[366,69.328]],[\"comment/975\",[]],[\"name/976\",[367,69.328]],[\"comment/976\",[]],[\"name/977\",[368,69.328]],[\"comment/977\",[]],[\"name/978\",[369,69.328]],[\"comment/978\",[]],[\"name/979\",[314,53.233]],[\"comment/979\",[]],[\"name/980\",[315,56.335]],[\"comment/980\",[]],[\"name/981\",[370,69.328]],[\"comment/981\",[]],[\"name/982\",[371,69.328]],[\"comment/982\",[]],[\"name/983\",[372,69.328]],[\"comment/983\",[]],[\"name/984\",[373,69.328]],[\"comment/984\",[]],[\"name/985\",[374,69.328]],[\"comment/985\",[]],[\"name/986\",[375,64.219]],[\"comment/986\",[]],[\"name/987\",[376,64.219]],[\"comment/987\",[]],[\"name/988\",[377,60.855]],[\"comment/988\",[]],[\"name/989\",[71,56.335]],[\"comment/989\",[]],[\"name/990\",[378,69.328]],[\"comment/990\",[]],[\"name/991\",[379,64.219]],[\"comment/991\",[]],[\"name/992\",[380,64.219]],[\"comment/992\",[]],[\"name/993\",[275,43.178]],[\"comment/993\",[]],[\"name/994\",[276,42.247]],[\"comment/994\",[]],[\"name/995\",[277,43.178]],[\"comment/995\",[]],[\"name/996\",[272,42.247]],[\"comment/996\",[]],[\"name/997\",[381,69.328]],[\"comment/997\",[]],[\"name/998\",[273,43.178]],[\"comment/998\",[]],[\"name/999\",[274,43.178]],[\"comment/999\",[]],[\"name/1000\",[382,69.328]],[\"comment/1000\",[]],[\"name/1001\",[278,42.247]],[\"comment/1001\",[]],[\"name/1002\",[279,42.247]],[\"comment/1002\",[]],[\"name/1003\",[383,60.855]],[\"comment/1003\",[]],[\"name/1004\",[377,60.855]],[\"comment/1004\",[]],[\"name/1005\",[71,56.335]],[\"comment/1005\",[]],[\"name/1006\",[384,69.328]],[\"comment/1006\",[]],[\"name/1007\",[385,64.219]],[\"comment/1007\",[]],[\"name/1008\",[281,58.342]],[\"comment/1008\",[]],[\"name/1009\",[283,58.342]],[\"comment/1009\",[]],[\"name/1010\",[284,58.342]],[\"comment/1010\",[]],[\"name/1011\",[286,58.342]],[\"comment/1011\",[]],[\"name/1012\",[293,58.342]],[\"comment/1012\",[]],[\"name/1013\",[285,58.342]],[\"comment/1013\",[]],[\"name/1014\",[298,58.342]],[\"comment/1014\",[]],[\"name/1015\",[287,58.342]],[\"comment/1015\",[]],[\"name/1016\",[282,58.342]],[\"comment/1016\",[]],[\"name/1017\",[292,58.342]],[\"comment/1017\",[]],[\"name/1018\",[288,58.342]],[\"comment/1018\",[]],[\"name/1019\",[290,58.342]],[\"comment/1019\",[]],[\"name/1020\",[294,58.342]],[\"comment/1020\",[]],[\"name/1021\",[291,58.342]],[\"comment/1021\",[]],[\"name/1022\",[295,58.342]],[\"comment/1022\",[]],[\"name/1023\",[386,69.328]],[\"comment/1023\",[]],[\"name/1024\",[387,69.328]],[\"comment/1024\",[]],[\"name/1025\",[388,69.328]],[\"comment/1025\",[]],[\"name/1026\",[389,69.328]],[\"comment/1026\",[]],[\"name/1027\",[7,30.009]],[\"comment/1027\",[]],[\"name/1028\",[117,64.219]],[\"comment/1028\",[]],[\"name/1029\",[271,58.342]],[\"comment/1029\",[]],[\"name/1030\",[383,60.855]],[\"comment/1030\",[]],[\"name/1031\",[71,56.335]],[\"comment/1031\",[]],[\"name/1032\",[119,64.219]],[\"comment/1032\",[]],[\"name/1033\",[122,64.219]],[\"comment/1033\",[]],[\"name/1034\",[123,64.219]],[\"comment/1034\",[]],[\"name/1035\",[377,60.855]],[\"comment/1035\",[]],[\"name/1036\",[375,64.219]],[\"comment/1036\",[]],[\"name/1037\",[376,64.219]],[\"comment/1037\",[]],[\"name/1038\",[14,54.664]],[\"comment/1038\",[]],[\"name/1039\",[57,58.342]],[\"comment/1039\",[]],[\"name/1040\",[337,64.219]],[\"comment/1040\",[]],[\"name/1041\",[379,64.219]],[\"comment/1041\",[]],[\"name/1042\",[380,64.219]],[\"comment/1042\",[]],[\"name/1043\",[342,64.219]],[\"comment/1043\",[]],[\"name/1044\",[344,64.219]],[\"comment/1044\",[]],[\"name/1045\",[352,58.342]],[\"comment/1045\",[]],[\"name/1046\",[350,58.342]],[\"comment/1046\",[]],[\"name/1047\",[323,58.342]],[\"comment/1047\",[]],[\"name/1048\",[355,64.219]],[\"comment/1048\",[]],[\"name/1049\",[348,64.219]],[\"comment/1049\",[]],[\"name/1050\",[60,58.342]],[\"comment/1050\",[]],[\"name/1051\",[64,58.342]],[\"comment/1051\",[]],[\"name/1052\",[338,64.219]],[\"comment/1052\",[]],[\"name/1053\",[86,58.342]],[\"comment/1053\",[]],[\"name/1054\",[349,64.219]],[\"comment/1054\",[]],[\"name/1055\",[357,64.219]],[\"comment/1055\",[]],[\"name/1056\",[358,64.219]],[\"comment/1056\",[]],[\"name/1057\",[359,64.219]],[\"comment/1057\",[]],[\"name/1058\",[340,64.219]],[\"comment/1058\",[]],[\"name/1059\",[341,64.219]],[\"comment/1059\",[]],[\"name/1060\",[343,64.219]],[\"comment/1060\",[]],[\"name/1061\",[345,64.219]],[\"comment/1061\",[]],[\"name/1062\",[346,64.219]],[\"comment/1062\",[]],[\"name/1063\",[347,64.219]],[\"comment/1063\",[]],[\"name/1064\",[351,64.219]],[\"comment/1064\",[]],[\"name/1065\",[353,64.219]],[\"comment/1065\",[]],[\"name/1066\",[356,64.219]],[\"comment/1066\",[]],[\"name/1067\",[354,64.219]],[\"comment/1067\",[]],[\"name/1068\",[39,58.342]],[\"comment/1068\",[]],[\"name/1069\",[7,30.009]],[\"comment/1069\",[]],[\"name/1070\",[139,43.678]],[\"comment/1070\",[]],[\"name/1071\",[140,58.342]],[\"comment/1071\",[]],[\"name/1072\",[141,43.178]],[\"comment/1072\",[]],[\"name/1073\",[390,69.328]],[\"comment/1073\",[]],[\"name/1074\",[391,69.328]],[\"comment/1074\",[]],[\"name/1075\",[42,46.641]],[\"comment/1075\",[]],[\"name/1076\",[392,64.219]],[\"comment/1076\",[]],[\"name/1077\",[143,58.342]],[\"comment/1077\",[]],[\"name/1078\",[226,60.855]],[\"comment/1078\",[]],[\"name/1079\",[146,58.342]],[\"comment/1079\",[]],[\"name/1080\",[144,58.342]],[\"comment/1080\",[]],[\"name/1081\",[145,58.342]],[\"comment/1081\",[]],[\"name/1082\",[147,58.342]],[\"comment/1082\",[]],[\"name/1083\",[149,58.342]],[\"comment/1083\",[]],[\"name/1084\",[393,56.335]],[\"comment/1084\",[]],[\"name/1085\",[394,69.328]],[\"comment/1085\",[]],[\"name/1086\",[395,69.328]],[\"comment/1086\",[]],[\"name/1087\",[396,69.328]],[\"comment/1087\",[]],[\"name/1088\",[397,69.328]],[\"comment/1088\",[]],[\"name/1089\",[398,64.219]],[\"comment/1089\",[]],[\"name/1090\",[7,30.009]],[\"comment/1090\",[]],[\"name/1091\",[399,69.328]],[\"comment/1091\",[]],[\"name/1092\",[400,69.328]],[\"comment/1092\",[]],[\"name/1093\",[401,69.328]],[\"comment/1093\",[]],[\"name/1094\",[402,64.219]],[\"comment/1094\",[]],[\"name/1095\",[12,38.883]],[\"comment/1095\",[]],[\"name/1096\",[7,30.009]],[\"comment/1096\",[]],[\"name/1097\",[403,60.855]],[\"comment/1097\",[]],[\"name/1098\",[251,58.342]],[\"comment/1098\",[]],[\"name/1099\",[393,56.335]],[\"comment/1099\",[]],[\"name/1100\",[404,60.855]],[\"comment/1100\",[]],[\"name/1101\",[405,64.219]],[\"comment/1101\",[]],[\"name/1102\",[12,38.883]],[\"comment/1102\",[]],[\"name/1103\",[7,30.009]],[\"comment/1103\",[]],[\"name/1104\",[85,51.982]],[\"comment/1104\",[]],[\"name/1105\",[403,60.855]],[\"comment/1105\",[]],[\"name/1106\",[251,58.342]],[\"comment/1106\",[]],[\"name/1107\",[393,56.335]],[\"comment/1107\",[]],[\"name/1108\",[404,60.855]],[\"comment/1108\",[]],[\"name/1109\",[406,64.219]],[\"comment/1109\",[]],[\"name/1110\",[12,38.883]],[\"comment/1110\",[]],[\"name/1111\",[7,30.009]],[\"comment/1111\",[]],[\"name/1112\",[85,51.982]],[\"comment/1112\",[]],[\"name/1113\",[403,60.855]],[\"comment/1113\",[]],[\"name/1114\",[407,64.219]],[\"comment/1114\",[]],[\"name/1115\",[12,38.883]],[\"comment/1115\",[]],[\"name/1116\",[7,30.009]],[\"comment/1116\",[]],[\"name/1117\",[408,64.219]],[\"comment/1117\",[]],[\"name/1118\",[409,64.219]],[\"comment/1118\",[]],[\"name/1119\",[410,64.219]],[\"comment/1119\",[]],[\"name/1120\",[12,38.883]],[\"comment/1120\",[]],[\"name/1121\",[7,30.009]],[\"comment/1121\",[]],[\"name/1122\",[85,51.982]],[\"comment/1122\",[]],[\"name/1123\",[408,64.219]],[\"comment/1123\",[]],[\"name/1124\",[409,64.219]],[\"comment/1124\",[]],[\"name/1125\",[393,56.335]],[\"comment/1125\",[]],[\"name/1126\",[404,60.855]],[\"comment/1126\",[]],[\"name/1127\",[411,64.219]],[\"comment/1127\",[]],[\"name/1128\",[12,38.883]],[\"comment/1128\",[]],[\"name/1129\",[7,30.009]],[\"comment/1129\",[]],[\"name/1130\",[412,64.219]],[\"comment/1130\",[]],[\"name/1131\",[413,60.855]],[\"comment/1131\",[]],[\"name/1132\",[414,60.855]],[\"comment/1132\",[]],[\"name/1133\",[415,58.342]],[\"comment/1133\",[]],[\"name/1134\",[416,58.342]],[\"comment/1134\",[]],[\"name/1135\",[417,64.219]],[\"comment/1135\",[]],[\"name/1136\",[12,38.883]],[\"comment/1136\",[]],[\"name/1137\",[7,30.009]],[\"comment/1137\",[]],[\"name/1138\",[85,51.982]],[\"comment/1138\",[]],[\"name/1139\",[412,64.219]],[\"comment/1139\",[]],[\"name/1140\",[413,60.855]],[\"comment/1140\",[]],[\"name/1141\",[414,60.855]],[\"comment/1141\",[]],[\"name/1142\",[415,58.342]],[\"comment/1142\",[]],[\"name/1143\",[416,58.342]],[\"comment/1143\",[]],[\"name/1144\",[418,64.219]],[\"comment/1144\",[]],[\"name/1145\",[419,64.219]],[\"comment/1145\",[]],[\"name/1146\",[12,38.883]],[\"comment/1146\",[]],[\"name/1147\",[7,30.009]],[\"comment/1147\",[]],[\"name/1148\",[420,69.328]],[\"comment/1148\",[]],[\"name/1149\",[421,69.328]],[\"comment/1149\",[]],[\"name/1150\",[422,69.328]],[\"comment/1150\",[]],[\"name/1151\",[415,58.342]],[\"comment/1151\",[]],[\"name/1152\",[416,58.342]],[\"comment/1152\",[]],[\"name/1153\",[423,64.219]],[\"comment/1153\",[]],[\"name/1154\",[12,38.883]],[\"comment/1154\",[]],[\"name/1155\",[424,69.328]],[\"comment/1155\",[]],[\"name/1156\",[7,30.009]],[\"comment/1156\",[]],[\"name/1157\",[425,69.328]],[\"comment/1157\",[]],[\"name/1158\",[150,60.855]],[\"comment/1158\",[]],[\"name/1159\",[426,69.328]],[\"comment/1159\",[]],[\"name/1160\",[243,60.855]],[\"comment/1160\",[]],[\"name/1161\",[244,60.855]],[\"comment/1161\",[]],[\"name/1162\",[427,58.342]],[\"comment/1162\",[]],[\"name/1163\",[428,60.855]],[\"comment/1163\",[]],[\"name/1164\",[429,69.328]],[\"comment/1164\",[]],[\"name/1165\",[430,69.328]],[\"comment/1165\",[]],[\"name/1166\",[240,60.855]],[\"comment/1166\",[]],[\"name/1167\",[431,60.855]],[\"comment/1167\",[]],[\"name/1168\",[432,60.855]],[\"comment/1168\",[]],[\"name/1169\",[433,60.855]],[\"comment/1169\",[]],[\"name/1170\",[434,60.855]],[\"comment/1170\",[]],[\"name/1171\",[435,69.328]],[\"comment/1171\",[]],[\"name/1172\",[436,69.328]],[\"comment/1172\",[]],[\"name/1173\",[437,69.328]],[\"comment/1173\",[]],[\"name/1174\",[141,43.178]],[\"comment/1174\",[]],[\"name/1175\",[438,69.328]],[\"comment/1175\",[]],[\"name/1176\",[439,69.328]],[\"comment/1176\",[]],[\"name/1177\",[440,64.219]],[\"comment/1177\",[]],[\"name/1178\",[441,69.328]],[\"comment/1178\",[]],[\"name/1179\",[442,69.328]],[\"comment/1179\",[]],[\"name/1180\",[443,69.328]],[\"comment/1180\",[]],[\"name/1181\",[153,64.219]],[\"comment/1181\",[]],[\"name/1182\",[156,64.219]],[\"comment/1182\",[]],[\"name/1183\",[157,64.219]],[\"comment/1183\",[]],[\"name/1184\",[158,64.219]],[\"comment/1184\",[]],[\"name/1185\",[162,64.219]],[\"comment/1185\",[]],[\"name/1186\",[163,64.219]],[\"comment/1186\",[]],[\"name/1187\",[164,64.219]],[\"comment/1187\",[]],[\"name/1188\",[142,64.219]],[\"comment/1188\",[]],[\"name/1189\",[444,69.328]],[\"comment/1189\",[]],[\"name/1190\",[445,69.328]],[\"comment/1190\",[]],[\"name/1191\",[446,69.328]],[\"comment/1191\",[]],[\"name/1192\",[447,69.328]],[\"comment/1192\",[]],[\"name/1193\",[448,69.328]],[\"comment/1193\",[]],[\"name/1194\",[449,69.328]],[\"comment/1194\",[]],[\"name/1195\",[392,64.219]],[\"comment/1195\",[]],[\"name/1196\",[450,69.328]],[\"comment/1196\",[]],[\"name/1197\",[451,69.328]],[\"comment/1197\",[]],[\"name/1198\",[452,69.328]],[\"comment/1198\",[]],[\"name/1199\",[453,69.328]],[\"comment/1199\",[]],[\"name/1200\",[454,69.328]],[\"comment/1200\",[]],[\"name/1201\",[455,69.328]],[\"comment/1201\",[]],[\"name/1202\",[456,69.328]],[\"comment/1202\",[]],[\"name/1203\",[457,69.328]],[\"comment/1203\",[]],[\"name/1204\",[458,69.328]],[\"comment/1204\",[]],[\"name/1205\",[459,69.328]],[\"comment/1205\",[]],[\"name/1206\",[460,69.328]],[\"comment/1206\",[]],[\"name/1207\",[461,69.328]],[\"comment/1207\",[]],[\"name/1208\",[148,64.219]],[\"comment/1208\",[]],[\"name/1209\",[278,42.247]],[\"comment/1209\",[]],[\"name/1210\",[279,42.247]],[\"comment/1210\",[]],[\"name/1211\",[462,64.219]],[\"comment/1211\",[]],[\"name/1212\",[463,64.219]],[\"comment/1212\",[]],[\"name/1213\",[276,42.247]],[\"comment/1213\",[]],[\"name/1214\",[464,64.219]],[\"comment/1214\",[]],[\"name/1215\",[465,64.219]],[\"comment/1215\",[]],[\"name/1216\",[272,42.247]],[\"comment/1216\",[]],[\"name/1217\",[466,64.219]],[\"comment/1217\",[]],[\"name/1218\",[467,64.219]],[\"comment/1218\",[]],[\"name/1219\",[246,64.219]],[\"comment/1219\",[]],[\"name/1220\",[247,64.219]],[\"comment/1220\",[]],[\"name/1221\",[248,64.219]],[\"comment/1221\",[]],[\"name/1222\",[249,64.219]],[\"comment/1222\",[]],[\"name/1223\",[432,60.855]],[\"comment/1223\",[]],[\"name/1224\",[7,30.009]],[\"comment/1224\",[]],[\"name/1225\",[139,43.678]],[\"comment/1225\",[]],[\"name/1226\",[141,43.178]],[\"comment/1226\",[]],[\"name/1227\",[440,64.219]],[\"comment/1227\",[]],[\"name/1228\",[433,60.855]],[\"comment/1228\",[]],[\"name/1229\",[7,30.009]],[\"comment/1229\",[]],[\"name/1230\",[139,43.678]],[\"comment/1230\",[]],[\"name/1231\",[141,43.178]],[\"comment/1231\",[]],[\"name/1232\",[468,69.328]],[\"comment/1232\",[]],[\"name/1233\",[469,69.328]],[\"comment/1233\",[]],[\"name/1234\",[352,58.342]],[\"comment/1234\",[]],[\"name/1235\",[470,60.855]],[\"comment/1235\",[]],[\"name/1236\",[471,69.328]],[\"comment/1236\",[]],[\"name/1237\",[472,69.328]],[\"comment/1237\",[]],[\"name/1238\",[473,64.219]],[\"comment/1238\",[]],[\"name/1239\",[7,30.009]],[\"comment/1239\",[]],[\"name/1240\",[139,43.678]],[\"comment/1240\",[]],[\"name/1241\",[141,43.178]],[\"comment/1241\",[]],[\"name/1242\",[474,69.328]],[\"comment/1242\",[]],[\"name/1243\",[475,69.328]],[\"comment/1243\",[]],[\"name/1244\",[476,69.328]],[\"comment/1244\",[]],[\"name/1245\",[477,69.328]],[\"comment/1245\",[]],[\"name/1246\",[478,69.328]],[\"comment/1246\",[]],[\"name/1247\",[479,69.328]],[\"comment/1247\",[]],[\"name/1248\",[480,64.219]],[\"comment/1248\",[]],[\"name/1249\",[7,30.009]],[\"comment/1249\",[]],[\"name/1250\",[139,43.678]],[\"comment/1250\",[]],[\"name/1251\",[141,43.178]],[\"comment/1251\",[]],[\"name/1252\",[481,69.328]],[\"comment/1252\",[]],[\"name/1253\",[482,69.328]],[\"comment/1253\",[]],[\"name/1254\",[483,69.328]],[\"comment/1254\",[]],[\"name/1255\",[350,58.342]],[\"comment/1255\",[]],[\"name/1256\",[470,60.855]],[\"comment/1256\",[]],[\"name/1257\",[484,69.328]],[\"comment/1257\",[]],[\"name/1258\",[485,69.328]],[\"comment/1258\",[]],[\"name/1259\",[486,64.219]],[\"comment/1259\",[]],[\"name/1260\",[487,69.328]],[\"comment/1260\",[]],[\"name/1261\",[488,69.328]],[\"comment/1261\",[]],[\"name/1262\",[489,64.219]],[\"comment/1262\",[]],[\"name/1263\",[490,69.328]],[\"comment/1263\",[]],[\"name/1264\",[491,69.328]],[\"comment/1264\",[]],[\"name/1265\",[492,64.219]],[\"comment/1265\",[]],[\"name/1266\",[7,30.009]],[\"comment/1266\",[]],[\"name/1267\",[314,53.233]],[\"comment/1267\",[]],[\"name/1268\",[493,64.219]],[\"comment/1268\",[]],[\"name/1269\",[434,60.855]],[\"comment/1269\",[]],[\"name/1270\",[7,30.009]],[\"comment/1270\",[]],[\"name/1271\",[139,43.678]],[\"comment/1271\",[]],[\"name/1272\",[314,53.233]],[\"comment/1272\",[]],[\"name/1273\",[493,64.219]],[\"comment/1273\",[]],[\"name/1274\",[141,43.178]],[\"comment/1274\",[]],[\"name/1275\",[494,69.328]],[\"comment/1275\",[]],[\"name/1276\",[495,64.219]],[\"comment/1276\",[]],[\"name/1277\",[496,69.328]],[\"comment/1277\",[]],[\"name/1278\",[497,69.328]],[\"comment/1278\",[]],[\"name/1279\",[498,69.328]],[\"comment/1279\",[]],[\"name/1280\",[499,69.328]],[\"comment/1280\",[]],[\"name/1281\",[500,69.328]],[\"comment/1281\",[]],[\"name/1282\",[501,69.328]],[\"comment/1282\",[]],[\"name/1283\",[502,69.328]],[\"comment/1283\",[]],[\"name/1284\",[503,69.328]],[\"comment/1284\",[]],[\"name/1285\",[431,60.855]],[\"comment/1285\",[]],[\"name/1286\",[7,30.009]],[\"comment/1286\",[]],[\"name/1287\",[139,43.678]],[\"comment/1287\",[]],[\"name/1288\",[141,43.178]],[\"comment/1288\",[]],[\"name/1289\",[504,69.328]],[\"comment/1289\",[]],[\"name/1290\",[278,42.247]],[\"comment/1290\",[]],[\"name/1291\",[279,42.247]],[\"comment/1291\",[]],[\"name/1292\",[462,64.219]],[\"comment/1292\",[]],[\"name/1293\",[463,64.219]],[\"comment/1293\",[]],[\"name/1294\",[276,42.247]],[\"comment/1294\",[]],[\"name/1295\",[464,64.219]],[\"comment/1295\",[]],[\"name/1296\",[465,64.219]],[\"comment/1296\",[]],[\"name/1297\",[272,42.247]],[\"comment/1297\",[]],[\"name/1298\",[466,64.219]],[\"comment/1298\",[]],[\"name/1299\",[467,64.219]],[\"comment/1299\",[]],[\"name/1300\",[505,64.219]],[\"comment/1300\",[]],[\"name/1301\",[7,30.009]],[\"comment/1301\",[]],[\"name/1302\",[85,51.982]],[\"comment/1302\",[]],[\"name/1303\",[506,69.328]],[\"comment/1303\",[]],[\"name/1304\",[507,69.328]],[\"comment/1304\",[]],[\"name/1305\",[508,69.328]],[\"comment/1305\",[]],[\"name/1306\",[413,60.855]],[\"comment/1306\",[]],[\"name/1307\",[414,60.855]],[\"comment/1307\",[]],[\"name/1308\",[415,58.342]],[\"comment/1308\",[]],[\"name/1309\",[416,58.342]],[\"comment/1309\",[]],[\"name/1310\",[509,64.219]],[\"comment/1310\",[]],[\"name/1311\",[7,30.009]],[\"comment/1311\",[]],[\"name/1312\",[139,43.678]],[\"comment/1312\",[]],[\"name/1313\",[510,69.328]],[\"comment/1313\",[]],[\"name/1314\",[511,64.219]],[\"comment/1314\",[]],[\"name/1315\",[427,58.342]],[\"comment/1315\",[]],[\"name/1316\",[428,60.855]],[\"comment/1316\",[]],[\"name/1317\",[512,64.219]],[\"comment/1317\",[]],[\"name/1318\",[513,69.328]],[\"comment/1318\",[]],[\"name/1319\",[514,69.328]],[\"comment/1319\",[]],[\"name/1320\",[141,43.178]],[\"comment/1320\",[]],[\"name/1321\",[515,69.328]],[\"comment/1321\",[]],[\"name/1322\",[516,69.328]],[\"comment/1322\",[]],[\"name/1323\",[517,69.328]],[\"comment/1323\",[]],[\"name/1324\",[518,69.328]],[\"comment/1324\",[]],[\"name/1325\",[519,69.328]],[\"comment/1325\",[]],[\"name/1326\",[520,69.328]],[\"comment/1326\",[]],[\"name/1327\",[521,69.328]],[\"comment/1327\",[]],[\"name/1328\",[522,69.328]],[\"comment/1328\",[]],[\"name/1329\",[523,69.328]],[\"comment/1329\",[]],[\"name/1330\",[524,69.328]],[\"comment/1330\",[]],[\"name/1331\",[525,69.328]],[\"comment/1331\",[]],[\"name/1332\",[526,69.328]],[\"comment/1332\",[]],[\"name/1333\",[527,69.328]],[\"comment/1333\",[]],[\"name/1334\",[528,69.328]],[\"comment/1334\",[]],[\"name/1335\",[529,69.328]],[\"comment/1335\",[]],[\"name/1336\",[530,69.328]],[\"comment/1336\",[]],[\"name/1337\",[531,69.328]],[\"comment/1337\",[]],[\"name/1338\",[532,69.328]],[\"comment/1338\",[]],[\"name/1339\",[533,69.328]],[\"comment/1339\",[]],[\"name/1340\",[534,69.328]],[\"comment/1340\",[]],[\"name/1341\",[535,69.328]],[\"comment/1341\",[]],[\"name/1342\",[536,69.328]],[\"comment/1342\",[]],[\"name/1343\",[537,69.328]],[\"comment/1343\",[]],[\"name/1344\",[538,69.328]],[\"comment/1344\",[]],[\"name/1345\",[539,69.328]],[\"comment/1345\",[]],[\"name/1346\",[540,69.328]],[\"comment/1346\",[]],[\"name/1347\",[541,69.328]],[\"comment/1347\",[]],[\"name/1348\",[542,69.328]],[\"comment/1348\",[]],[\"name/1349\",[543,69.328]],[\"comment/1349\",[]],[\"name/1350\",[544,69.328]],[\"comment/1350\",[]],[\"name/1351\",[545,69.328]],[\"comment/1351\",[]],[\"name/1352\",[546,64.219]],[\"comment/1352\",[]],[\"name/1353\",[470,60.855]],[\"comment/1353\",[]],[\"name/1354\",[177,64.219]],[\"comment/1354\",[]],[\"name/1355\",[178,64.219]],[\"comment/1355\",[]],[\"name/1356\",[179,64.219]],[\"comment/1356\",[]],[\"name/1357\",[180,64.219]],[\"comment/1357\",[]],[\"name/1358\",[181,64.219]],[\"comment/1358\",[]],[\"name/1359\",[182,64.219]],[\"comment/1359\",[]],[\"name/1360\",[547,69.328]],[\"comment/1360\",[]],[\"name/1361\",[548,69.328]],[\"comment/1361\",[]],[\"name/1362\",[331,64.219]],[\"comment/1362\",[]],[\"name/1363\",[549,64.219]],[\"comment/1363\",[]],[\"name/1364\",[7,30.009]],[\"comment/1364\",[]],[\"name/1365\",[139,43.678]],[\"comment/1365\",[]],[\"name/1366\",[511,64.219]],[\"comment/1366\",[]],[\"name/1367\",[427,58.342]],[\"comment/1367\",[]],[\"name/1368\",[141,43.178]],[\"comment/1368\",[]],[\"name/1369\",[550,69.328]],[\"comment/1369\",[]],[\"name/1370\",[551,69.328]],[\"comment/1370\",[]],[\"name/1371\",[552,69.328]],[\"comment/1371\",[]],[\"name/1372\",[553,69.328]],[\"comment/1372\",[]],[\"name/1373\",[554,69.328]],[\"comment/1373\",[]],[\"name/1374\",[555,69.328]],[\"comment/1374\",[]],[\"name/1375\",[556,69.328]],[\"comment/1375\",[]],[\"name/1376\",[557,69.328]],[\"comment/1376\",[]],[\"name/1377\",[558,69.328]],[\"comment/1377\",[]],[\"name/1378\",[559,64.219]],[\"comment/1378\",[]],[\"name/1379\",[7,30.009]],[\"comment/1379\",[]],[\"name/1380\",[139,43.678]],[\"comment/1380\",[]],[\"name/1381\",[427,58.342]],[\"comment/1381\",[]],[\"name/1382\",[428,60.855]],[\"comment/1382\",[]],[\"name/1383\",[512,64.219]],[\"comment/1383\",[]],[\"name/1384\",[560,69.328]],[\"comment/1384\",[]],[\"name/1385\",[141,43.178]],[\"comment/1385\",[]],[\"name/1386\",[561,69.328]],[\"comment/1386\",[]],[\"name/1387\",[562,69.328]],[\"comment/1387\",[]],[\"name/1388\",[563,69.328]],[\"comment/1388\",[]],[\"name/1389\",[564,69.328]],[\"comment/1389\",[]],[\"name/1390\",[565,69.328]],[\"comment/1390\",[]],[\"name/1391\",[566,69.328]],[\"comment/1391\",[]],[\"name/1392\",[567,69.328]],[\"comment/1392\",[]],[\"name/1393\",[568,69.328]],[\"comment/1393\",[]],[\"name/1394\",[569,69.328]],[\"comment/1394\",[]],[\"name/1395\",[570,69.328]],[\"comment/1395\",[]],[\"name/1396\",[571,69.328]],[\"comment/1396\",[]],[\"name/1397\",[572,69.328]],[\"comment/1397\",[]],[\"name/1398\",[573,69.328]],[\"comment/1398\",[]],[\"name/1399\",[574,69.328]],[\"comment/1399\",[]],[\"name/1400\",[575,69.328]],[\"comment/1400\",[]],[\"name/1401\",[576,69.328]],[\"comment/1401\",[]],[\"name/1402\",[577,69.328]],[\"comment/1402\",[]],[\"name/1403\",[578,69.328]],[\"comment/1403\",[]],[\"name/1404\",[579,69.328]],[\"comment/1404\",[]],[\"name/1405\",[580,69.328]],[\"comment/1405\",[]],[\"name/1406\",[581,69.328]],[\"comment/1406\",[]],[\"name/1407\",[582,69.328]],[\"comment/1407\",[]],[\"name/1408\",[583,69.328]],[\"comment/1408\",[]],[\"name/1409\",[584,69.328]],[\"comment/1409\",[]],[\"name/1410\",[585,69.328]],[\"comment/1410\",[]],[\"name/1411\",[586,69.328]],[\"comment/1411\",[]],[\"name/1412\",[587,69.328]],[\"comment/1412\",[]],[\"name/1413\",[588,69.328]],[\"comment/1413\",[]],[\"name/1414\",[589,69.328]],[\"comment/1414\",[]],[\"name/1415\",[590,69.328]],[\"comment/1415\",[]],[\"name/1416\",[591,69.328]],[\"comment/1416\",[]],[\"name/1417\",[592,69.328]],[\"comment/1417\",[]],[\"name/1418\",[593,69.328]],[\"comment/1418\",[]],[\"name/1419\",[594,69.328]],[\"comment/1419\",[]],[\"name/1420\",[595,69.328]],[\"comment/1420\",[]],[\"name/1421\",[596,69.328]],[\"comment/1421\",[]],[\"name/1422\",[597,69.328]],[\"comment/1422\",[]],[\"name/1423\",[598,69.328]],[\"comment/1423\",[]],[\"name/1424\",[599,69.328]],[\"comment/1424\",[]],[\"name/1425\",[600,69.328]],[\"comment/1425\",[]],[\"name/1426\",[601,69.328]],[\"comment/1426\",[]],[\"name/1427\",[602,69.328]],[\"comment/1427\",[]],[\"name/1428\",[603,69.328]],[\"comment/1428\",[]],[\"name/1429\",[604,69.328]],[\"comment/1429\",[]],[\"name/1430\",[605,69.328]],[\"comment/1430\",[]],[\"name/1431\",[606,69.328]],[\"comment/1431\",[]],[\"name/1432\",[607,69.328]],[\"comment/1432\",[]],[\"name/1433\",[608,69.328]],[\"comment/1433\",[]],[\"name/1434\",[330,64.219]],[\"comment/1434\",[]],[\"name/1435\",[0,64.219]],[\"comment/1435\",[]],[\"name/1436\",[1,64.219]],[\"comment/1436\",[]],[\"name/1437\",[2,64.219]],[\"comment/1437\",[]],[\"name/1438\",[6,64.219]],[\"comment/1438\",[]],[\"name/1439\",[8,64.219]],[\"comment/1439\",[]],[\"name/1440\",[14,54.664]],[\"comment/1440\",[]],[\"name/1441\",[16,64.219]],[\"comment/1441\",[]],[\"name/1442\",[17,64.219]],[\"comment/1442\",[]],[\"name/1443\",[19,64.219]],[\"comment/1443\",[]],[\"name/1444\",[30,64.219]],[\"comment/1444\",[]],[\"name/1445\",[31,64.219]],[\"comment/1445\",[]],[\"name/1446\",[32,64.219]],[\"comment/1446\",[]],[\"name/1447\",[37,64.219]],[\"comment/1447\",[]],[\"name/1448\",[112,64.219]],[\"comment/1448\",[]],[\"name/1449\",[138,64.219]],[\"comment/1449\",[]],[\"name/1450\",[150,60.855]],[\"comment/1450\",[]],[\"name/1451\",[165,64.219]],[\"comment/1451\",[]],[\"name/1452\",[166,60.855]],[\"comment/1452\",[]],[\"name/1453\",[173,64.219]],[\"comment/1453\",[]],[\"name/1454\",[176,64.219]],[\"comment/1454\",[]],[\"name/1455\",[183,64.219]],[\"comment/1455\",[]],[\"name/1456\",[197,64.219]],[\"comment/1456\",[]],[\"name/1457\",[207,64.219]],[\"comment/1457\",[]],[\"name/1458\",[208,64.219]],[\"comment/1458\",[]],[\"name/1459\",[209,64.219]],[\"comment/1459\",[]],[\"name/1460\",[210,64.219]],[\"comment/1460\",[]],[\"name/1461\",[211,64.219]],[\"comment/1461\",[]],[\"name/1462\",[212,64.219]],[\"comment/1462\",[]],[\"name/1463\",[213,64.219]],[\"comment/1463\",[]],[\"name/1464\",[214,64.219]],[\"comment/1464\",[]],[\"name/1465\",[223,64.219]],[\"comment/1465\",[]],[\"name/1466\",[227,64.219]],[\"comment/1466\",[]],[\"name/1467\",[228,64.219]],[\"comment/1467\",[]],[\"name/1468\",[229,64.219]],[\"comment/1468\",[]],[\"name/1469\",[230,64.219]],[\"comment/1469\",[]],[\"name/1470\",[231,64.219]],[\"comment/1470\",[]],[\"name/1471\",[232,64.219]],[\"comment/1471\",[]],[\"name/1472\",[233,64.219]],[\"comment/1472\",[]],[\"name/1473\",[234,64.219]],[\"comment/1473\",[]],[\"name/1474\",[235,64.219]],[\"comment/1474\",[]],[\"name/1475\",[240,60.855]],[\"comment/1475\",[]],[\"name/1476\",[241,64.219]],[\"comment/1476\",[]],[\"name/1477\",[243,60.855]],[\"comment/1477\",[]],[\"name/1478\",[244,60.855]],[\"comment/1478\",[]],[\"name/1479\",[250,64.219]],[\"comment/1479\",[]],[\"name/1480\",[271,58.342]],[\"comment/1480\",[]],[\"name/1481\",[280,60.855]],[\"comment/1481\",[]],[\"name/1482\",[299,64.219]],[\"comment/1482\",[]],[\"name/1483\",[301,64.219]],[\"comment/1483\",[]],[\"name/1484\",[281,58.342]],[\"comment/1484\",[]],[\"name/1485\",[297,60.855]],[\"comment/1485\",[]],[\"name/1486\",[282,58.342]],[\"comment/1486\",[]],[\"name/1487\",[292,58.342]],[\"comment/1487\",[]],[\"name/1488\",[283,58.342]],[\"comment/1488\",[]],[\"name/1489\",[284,58.342]],[\"comment/1489\",[]],[\"name/1490\",[286,58.342]],[\"comment/1490\",[]],[\"name/1491\",[293,58.342]],[\"comment/1491\",[]],[\"name/1492\",[285,58.342]],[\"comment/1492\",[]],[\"name/1493\",[298,58.342]],[\"comment/1493\",[]],[\"name/1494\",[287,58.342]],[\"comment/1494\",[]],[\"name/1495\",[289,60.855]],[\"comment/1495\",[]],[\"name/1496\",[296,60.855]],[\"comment/1496\",[]],[\"name/1497\",[288,58.342]],[\"comment/1497\",[]],[\"name/1498\",[290,58.342]],[\"comment/1498\",[]],[\"name/1499\",[294,58.342]],[\"comment/1499\",[]],[\"name/1500\",[291,58.342]],[\"comment/1500\",[]],[\"name/1501\",[295,58.342]],[\"comment/1501\",[]],[\"name/1502\",[323,58.342]],[\"comment/1502\",[]],[\"name/1503\",[332,64.219]],[\"comment/1503\",[]],[\"name/1504\",[85,51.982]],[\"comment/1504\",[]],[\"name/1505\",[383,60.855]],[\"comment/1505\",[]],[\"name/1506\",[385,64.219]],[\"comment/1506\",[]],[\"name/1507\",[39,58.342]],[\"comment/1507\",[]],[\"name/1508\",[393,56.335]],[\"comment/1508\",[]],[\"name/1509\",[398,64.219]],[\"comment/1509\",[]],[\"name/1510\",[402,64.219]],[\"comment/1510\",[]],[\"name/1511\",[405,64.219]],[\"comment/1511\",[]],[\"name/1512\",[406,64.219]],[\"comment/1512\",[]],[\"name/1513\",[407,64.219]],[\"comment/1513\",[]],[\"name/1514\",[410,64.219]],[\"comment/1514\",[]],[\"name/1515\",[411,64.219]],[\"comment/1515\",[]],[\"name/1516\",[417,64.219]],[\"comment/1516\",[]],[\"name/1517\",[418,64.219]],[\"comment/1517\",[]],[\"name/1518\",[419,64.219]],[\"comment/1518\",[]],[\"name/1519\",[423,64.219]],[\"comment/1519\",[]],[\"name/1520\",[432,60.855]],[\"comment/1520\",[]],[\"name/1521\",[433,60.855]],[\"comment/1521\",[]],[\"name/1522\",[352,58.342]],[\"comment/1522\",[]],[\"name/1523\",[473,64.219]],[\"comment/1523\",[]],[\"name/1524\",[480,64.219]],[\"comment/1524\",[]],[\"name/1525\",[350,58.342]],[\"comment/1525\",[]],[\"name/1526\",[486,64.219]],[\"comment/1526\",[]],[\"name/1527\",[489,64.219]],[\"comment/1527\",[]],[\"name/1528\",[492,64.219]],[\"comment/1528\",[]],[\"name/1529\",[434,60.855]],[\"comment/1529\",[]],[\"name/1530\",[495,64.219]],[\"comment/1530\",[]],[\"name/1531\",[431,60.855]],[\"comment/1531\",[]],[\"name/1532\",[505,64.219]],[\"comment/1532\",[]],[\"name/1533\",[509,64.219]],[\"comment/1533\",[]],[\"name/1534\",[546,64.219]],[\"comment/1534\",[]],[\"name/1535\",[549,64.219]],[\"comment/1535\",[]],[\"name/1536\",[559,64.219]],[\"comment/1536\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":391,\"name\":{\"1074\":{}},\"comment\":{}}],[\"_applyimpulsestodynamicbodies\",{\"_index\":513,\"name\":{\"1318\":{}},\"comment\":{}}],[\"_charactermass\",{\"_index\":514,\"name\":{\"1319\":{}},\"comment\":{}}],[\"_chassis\",{\"_index\":560,\"name\":{\"1384\":{}},\"comment\":{}}],[\"_parent\",{\"_index\":334,\"name\":{\"929\":{}},\"comment\":{}}],[\"_shape\",{\"_index\":333,\"name\":{\"928\":{}},\"comment\":{}}],[\"a\",{\"_index\":311,\"name\":{\"713\":{},\"728\":{},\"744\":{}},\"comment\":{}}],[\"accelerationbased\",{\"_index\":174,\"name\":{\"235\":{}},\"comment\":{}}],[\"activecollisiontypes\",{\"_index\":323,\"name\":{\"914\":{},\"956\":{},\"1047\":{},\"1502\":{}},\"comment\":{}}],[\"activeevents\",{\"_index\":352,\"name\":{\"954\":{},\"1045\":{},\"1234\":{},\"1522\":{}},\"comment\":{}}],[\"activehooks\",{\"_index\":350,\"name\":{\"952\":{},\"1046\":{},\"1255\":{},\"1525\":{}},\"comment\":{}}],[\"addforce\",{\"_index\":104,\"name\":{\"125\":{}},\"comment\":{}}],[\"addforceatpoint\",{\"_index\":108,\"name\":{\"129\":{}},\"comment\":{}}],[\"additionalsolveriterations\",{\"_index\":52,\"name\":{\"72\":{},\"168\":{}},\"comment\":{}}],[\"addtorque\",{\"_index\":106,\"name\":{\"127\":{}},\"comment\":{}}],[\"addwheel\",{\"_index\":567,\"name\":{\"1392\":{}},\"comment\":{}}],[\"all\",{\"_index\":331,\"name\":{\"922\":{},\"1362\":{}},\"comment\":{}}],[\"allang\",{\"_index\":548,\"name\":{\"1361\":{}},\"comment\":{}}],[\"alllin\",{\"_index\":547,\"name\":{\"1360\":{}},\"comment\":{}}],[\"anchor1\",{\"_index\":191,\"name\":{\"257\":{},\"285\":{},\"304\":{},\"323\":{},\"342\":{},\"370\":{},\"398\":{},\"417\":{},\"436\":{},\"451\":{}},\"comment\":{}}],[\"anchor2\",{\"_index\":192,\"name\":{\"258\":{},\"286\":{},\"305\":{},\"324\":{},\"343\":{},\"371\":{},\"399\":{},\"418\":{},\"437\":{},\"452\":{}},\"comment\":{}}],[\"angularcorrection\",{\"_index\":558,\"name\":{\"1377\":{}},\"comment\":{}}],[\"angulardamping\",{\"_index\":96,\"name\":{\"117\":{},\"161\":{}},\"comment\":{}}],[\"angularinertialocalframe\",{\"_index\":123,\"name\":{\"155\":{},\"1034\":{}},\"comment\":{}}],[\"angvel\",{\"_index\":70,\"name\":{\"91\":{},\"153\":{}},\"comment\":{}}],[\"angx\",{\"_index\":180,\"name\":{\"241\":{},\"1357\":{}},\"comment\":{}}],[\"angy\",{\"_index\":181,\"name\":{\"242\":{},\"1358\":{}},\"comment\":{}}],[\"angz\",{\"_index\":182,\"name\":{\"243\":{},\"1359\":{}},\"comment\":{}}],[\"applyangularcorrection\",{\"_index\":556,\"name\":{\"1375\":{}},\"comment\":{}}],[\"applyimpulse\",{\"_index\":105,\"name\":{\"126\":{}},\"comment\":{}}],[\"applyimpulseatpoint\",{\"_index\":109,\"name\":{\"130\":{}},\"comment\":{}}],[\"applyimpulsestodynamicbodies\",{\"_index\":517,\"name\":{\"1323\":{}},\"comment\":{}}],[\"applylinearcorrection\",{\"_index\":555,\"name\":{\"1374\":{}},\"comment\":{}}],[\"applytorqueimpulse\",{\"_index\":107,\"name\":{\"128\":{}},\"comment\":{}}],[\"autostepenabled\",{\"_index\":530,\"name\":{\"1336\":{}},\"comment\":{}}],[\"autostepincludesdynamicbodies\",{\"_index\":529,\"name\":{\"1335\":{}},\"comment\":{}}],[\"autostepmaxheight\",{\"_index\":527,\"name\":{\"1333\":{}},\"comment\":{}}],[\"autostepminwidth\",{\"_index\":528,\"name\":{\"1334\":{}},\"comment\":{}}],[\"average\",{\"_index\":236,\"name\":{\"546\":{}},\"comment\":{}}],[\"axesmask\",{\"_index\":219,\"name\":{\"459\":{}},\"comment\":{}}],[\"axis\",{\"_index\":215,\"name\":{\"453\":{}},\"comment\":{}}],[\"b\",{\"_index\":312,\"name\":{\"714\":{},\"729\":{},\"745\":{}},\"comment\":{}}],[\"ball\",{\"_index\":281,\"name\":{\"610\":{},\"637\":{},\"1008\":{},\"1484\":{}},\"comment\":{}}],[\"bodies\",{\"_index\":427,\"name\":{\"1162\":{},\"1315\":{},\"1367\":{},\"1381\":{}},\"comment\":{}}],[\"body1\",{\"_index\":186,\"name\":{\"252\":{},\"280\":{},\"299\":{},\"318\":{},\"337\":{},\"365\":{},\"393\":{},\"412\":{},\"431\":{}},\"comment\":{}}],[\"body2\",{\"_index\":187,\"name\":{\"253\":{},\"281\":{},\"300\":{},\"319\":{},\"338\":{},\"366\":{},\"394\":{},\"413\":{},\"432\":{}},\"comment\":{}}],[\"bodyset\",{\"_index\":185,\"name\":{\"248\":{},\"276\":{},\"295\":{},\"314\":{},\"333\":{},\"361\":{},\"389\":{},\"408\":{},\"427\":{}},\"comment\":{}}],[\"bodytype\",{\"_index\":88,\"name\":{\"109\":{}},\"comment\":{}}],[\"borderradius\",{\"_index\":309,\"name\":{\"684\":{},\"747\":{},\"824\":{},\"873\":{},\"904\":{}},\"comment\":{}}],[\"broadphase\",{\"_index\":243,\"name\":{\"559\":{},\"1160\":{},\"1477\":{}},\"comment\":{}}],[\"c\",{\"_index\":313,\"name\":{\"730\":{},\"746\":{}},\"comment\":{}}],[\"cansleep\",{\"_index\":129,\"name\":{\"163\":{}},\"comment\":{}}],[\"capsule\",{\"_index\":283,\"name\":{\"612\":{},\"694\":{},\"1009\":{},\"1488\":{}},\"comment\":{}}],[\"castclosure\",{\"_index\":390,\"name\":{\"1073\":{}},\"comment\":{}}],[\"castcollider\",{\"_index\":381,\"name\":{\"997\":{}},\"comment\":{}}],[\"castray\",{\"_index\":278,\"name\":{\"607\":{},\"649\":{},\"663\":{},\"677\":{},\"692\":{},\"707\":{},\"722\":{},\"738\":{},\"755\":{},\"770\":{},\"785\":{},\"801\":{},\"816\":{},\"832\":{},\"850\":{},\"865\":{},\"881\":{},\"896\":{},\"912\":{},\"1001\":{},\"1209\":{},\"1290\":{}},\"comment\":{}}],[\"castrayandgetnormal\",{\"_index\":279,\"name\":{\"608\":{},\"650\":{},\"664\":{},\"678\":{},\"693\":{},\"708\":{},\"723\":{},\"739\":{},\"756\":{},\"771\":{},\"786\":{},\"802\":{},\"817\":{},\"833\":{},\"851\":{},\"866\":{},\"882\":{},\"897\":{},\"913\":{},\"1002\":{},\"1210\":{},\"1291\":{}},\"comment\":{}}],[\"castshape\",{\"_index\":272,\"name\":{\"601\":{},\"643\":{},\"657\":{},\"671\":{},\"686\":{},\"701\":{},\"716\":{},\"732\":{},\"749\":{},\"764\":{},\"779\":{},\"795\":{},\"810\":{},\"826\":{},\"844\":{},\"859\":{},\"875\":{},\"890\":{},\"906\":{},\"996\":{},\"1216\":{},\"1297\":{}},\"comment\":{}}],[\"ccdenabled\",{\"_index\":131,\"name\":{\"165\":{}},\"comment\":{}}],[\"ccdsolver\",{\"_index\":240,\"name\":{\"550\":{},\"1166\":{},\"1475\":{}},\"comment\":{}}],[\"centerofmass\",{\"_index\":119,\"name\":{\"149\":{},\"1032\":{}},\"comment\":{}}],[\"charactercollision\",{\"_index\":505,\"name\":{\"1300\":{},\"1532\":{}},\"comment\":{}}],[\"charactercontrollers\",{\"_index\":435,\"name\":{\"1171\":{}},\"comment\":{}}],[\"charactermass\",{\"_index\":519,\"name\":{\"1325\":{}},\"comment\":{}}],[\"chassis\",{\"_index\":563,\"name\":{\"1388\":{}},\"comment\":{}}],[\"clear\",{\"_index\":483,\"name\":{\"1254\":{}},\"comment\":{}}],[\"clearshapecache\",{\"_index\":336,\"name\":{\"933\":{}},\"comment\":{}}],[\"coefficientcombinerule\",{\"_index\":235,\"name\":{\"545\":{},\"1474\":{}},\"comment\":{}}],[\"collider\",{\"_index\":85,\"name\":{\"106\":{},\"924\":{},\"1104\":{},\"1112\":{},\"1122\":{},\"1138\":{},\"1302\":{},\"1504\":{}},\"comment\":{}}],[\"collider1\",{\"_index\":474,\"name\":{\"1242\":{}},\"comment\":{}}],[\"collider2\",{\"_index\":475,\"name\":{\"1243\":{}},\"comment\":{}}],[\"colliderdesc\",{\"_index\":385,\"name\":{\"1007\":{},\"1506\":{}},\"comment\":{}}],[\"colliderhandle\",{\"_index\":332,\"name\":{\"923\":{},\"1503\":{}},\"comment\":{}}],[\"colliders\",{\"_index\":428,\"name\":{\"1163\":{},\"1316\":{},\"1382\":{}},\"comment\":{}}],[\"colliderset\",{\"_index\":39,\"name\":{\"59\":{},\"926\":{},\"1068\":{},\"1507\":{}},\"comment\":{}}],[\"collidershapecasthit\",{\"_index\":417,\"name\":{\"1135\":{},\"1516\":{}},\"comment\":{}}],[\"colliderswithaabbintersectingaabb\",{\"_index\":467,\"name\":{\"1218\":{},\"1299\":{}},\"comment\":{}}],[\"collision_events\",{\"_index\":471,\"name\":{\"1236\":{}},\"comment\":{}}],[\"collisiongroups\",{\"_index\":379,\"name\":{\"991\":{},\"1041\":{}},\"comment\":{}}],[\"colors\",{\"_index\":493,\"name\":{\"1268\":{},\"1273\":{}},\"comment\":{}}],[\"combinevoxelstates\",{\"_index\":369,\"name\":{\"978\":{}},\"comment\":{}}],[\"compute_impulse\",{\"_index\":488,\"name\":{\"1261\":{}},\"comment\":{}}],[\"computecollidermovement\",{\"_index\":541,\"name\":{\"1347\":{}},\"comment\":{}}],[\"computedcollision\",{\"_index\":545,\"name\":{\"1351\":{}},\"comment\":{}}],[\"computedgrounded\",{\"_index\":543,\"name\":{\"1349\":{}},\"comment\":{}}],[\"computedmovement\",{\"_index\":542,\"name\":{\"1348\":{}},\"comment\":{}}],[\"cone\",{\"_index\":291,\"name\":{\"620\":{},\"883\":{},\"1021\":{},\"1500\":{}},\"comment\":{}}],[\"configuremotor\",{\"_index\":206,\"name\":{\"274\":{},\"359\":{},\"387\":{}},\"comment\":{}}],[\"configuremotormodel\",{\"_index\":203,\"name\":{\"271\":{},\"356\":{},\"384\":{}},\"comment\":{}}],[\"configuremotorposition\",{\"_index\":205,\"name\":{\"273\":{},\"358\":{},\"386\":{}},\"comment\":{}}],[\"configuremotorvelocity\",{\"_index\":204,\"name\":{\"272\":{},\"357\":{},\"385\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":7,\"name\":{\"7\":{},\"17\":{},\"24\":{},\"34\":{},\"36\":{},\"49\":{},\"57\":{},\"142\":{},\"194\":{},\"208\":{},\"246\":{},\"265\":{},\"293\":{},\"312\":{},\"331\":{},\"350\":{},\"378\":{},\"406\":{},\"425\":{},\"450\":{},\"465\":{},\"482\":{},\"490\":{},\"499\":{},\"507\":{},\"516\":{},\"525\":{},\"532\":{},\"551\":{},\"555\":{},\"560\":{},\"564\":{},\"573\":{},\"598\":{},\"639\":{},\"653\":{},\"667\":{},\"681\":{},\"696\":{},\"711\":{},\"726\":{},\"742\":{},\"759\":{},\"774\":{},\"789\":{},\"805\":{},\"820\":{},\"836\":{},\"854\":{},\"869\":{},\"885\":{},\"900\":{},\"925\":{},\"1027\":{},\"1069\":{},\"1090\":{},\"1096\":{},\"1103\":{},\"1111\":{},\"1116\":{},\"1121\":{},\"1129\":{},\"1137\":{},\"1147\":{},\"1156\":{},\"1224\":{},\"1229\":{},\"1239\":{},\"1249\":{},\"1266\":{},\"1270\":{},\"1286\":{},\"1301\":{},\"1311\":{},\"1364\":{},\"1379\":{}},\"comment\":{}}],[\"contact_erp\",{\"_index\":152,\"name\":{\"212\":{}},\"comment\":{}}],[\"contact_force_events\",{\"_index\":472,\"name\":{\"1237\":{}},\"comment\":{}}],[\"contact_natural_frequency\",{\"_index\":161,\"name\":{\"221\":{}},\"comment\":{}}],[\"contactcollider\",{\"_index\":382,\"name\":{\"1000\":{}},\"comment\":{}}],[\"contactdist\",{\"_index\":259,\"name\":{\"584\":{}},\"comment\":{}}],[\"contactfid1\",{\"_index\":260,\"name\":{\"585\":{}},\"comment\":{}}],[\"contactfid2\",{\"_index\":261,\"name\":{\"586\":{}},\"comment\":{}}],[\"contactforceeventthreshold\",{\"_index\":355,\"name\":{\"958\":{},\"1048\":{}},\"comment\":{}}],[\"contactimpulse\",{\"_index\":262,\"name\":{\"587\":{}},\"comment\":{}}],[\"contactpair\",{\"_index\":248,\"name\":{\"570\":{},\"1221\":{}},\"comment\":{}}],[\"contactpairswith\",{\"_index\":246,\"name\":{\"568\":{},\"1219\":{}},\"comment\":{}}],[\"contactsenabled\",{\"_index\":196,\"name\":{\"262\":{},\"290\":{},\"309\":{},\"328\":{},\"347\":{},\"375\":{},\"403\":{},\"422\":{},\"441\":{},\"487\":{},\"496\":{},\"504\":{},\"513\":{},\"522\":{},\"530\":{}},\"comment\":{}}],[\"contactshape\",{\"_index\":274,\"name\":{\"603\":{},\"645\":{},\"659\":{},\"673\":{},\"688\":{},\"703\":{},\"718\":{},\"734\":{},\"751\":{},\"766\":{},\"781\":{},\"797\":{},\"812\":{},\"828\":{},\"846\":{},\"861\":{},\"877\":{},\"892\":{},\"908\":{},\"999\":{}},\"comment\":{}}],[\"contactskin\",{\"_index\":348,\"name\":{\"950\":{},\"1049\":{}},\"comment\":{}}],[\"contacttangentimpulsex\",{\"_index\":263,\"name\":{\"588\":{}},\"comment\":{}}],[\"contacttangentimpulsey\",{\"_index\":264,\"name\":{\"589\":{}},\"comment\":{}}],[\"contains\",{\"_index\":145,\"name\":{\"202\":{},\"475\":{},\"540\":{},\"1081\":{}},\"comment\":{}}],[\"containspoint\",{\"_index\":275,\"name\":{\"604\":{},\"646\":{},\"660\":{},\"674\":{},\"689\":{},\"704\":{},\"719\":{},\"735\":{},\"752\":{},\"767\":{},\"782\":{},\"798\":{},\"813\":{},\"829\":{},\"847\":{},\"862\":{},\"878\":{},\"893\":{},\"909\":{},\"993\":{}},\"comment\":{}}],[\"convexhull\",{\"_index\":386,\"name\":{\"1023\":{}},\"comment\":{}}],[\"convexmesh\",{\"_index\":387,\"name\":{\"1024\":{}},\"comment\":{}}],[\"convexpolyhedron\",{\"_index\":289,\"name\":{\"618\":{},\"803\":{},\"1495\":{}},\"comment\":{}}],[\"copy\",{\"_index\":13,\"name\":{\"16\":{},\"33\":{}},\"comment\":{}}],[\"createcharactercontroller\",{\"_index\":444,\"name\":{\"1189\":{}},\"comment\":{}}],[\"createcollider\",{\"_index\":392,\"name\":{\"1076\":{},\"1195\":{}},\"comment\":{}}],[\"createimpulsejoint\",{\"_index\":450,\"name\":{\"1196\":{}},\"comment\":{}}],[\"createjoint\",{\"_index\":224,\"name\":{\"470\":{},\"536\":{}},\"comment\":{}}],[\"createmultibodyjoint\",{\"_index\":451,\"name\":{\"1197\":{}},\"comment\":{}}],[\"createpidcontroller\",{\"_index\":446,\"name\":{\"1191\":{}},\"comment\":{}}],[\"createrigidbody\",{\"_index\":142,\"name\":{\"199\":{},\"1188\":{}},\"comment\":{}}],[\"createvehiclecontroller\",{\"_index\":448,\"name\":{\"1193\":{}},\"comment\":{}}],[\"cuboid\",{\"_index\":282,\"name\":{\"611\":{},\"665\":{},\"1016\":{},\"1486\":{}},\"comment\":{}}],[\"currentvehiclespeed\",{\"_index\":562,\"name\":{\"1387\":{}},\"comment\":{}}],[\"cylinder\",{\"_index\":290,\"name\":{\"619\":{},\"852\":{},\"1019\":{},\"1498\":{}},\"comment\":{}}],[\"damping\",{\"_index\":221,\"name\":{\"461\":{}},\"comment\":{}}],[\"data\",{\"_index\":316,\"name\":{\"776\":{}},\"comment\":{}}],[\"debugrender\",{\"_index\":439,\"name\":{\"1176\":{}},\"comment\":{}}],[\"debugrenderbuffers\",{\"_index\":492,\"name\":{\"1265\":{},\"1528\":{}},\"comment\":{}}],[\"debugrenderpipeline\",{\"_index\":434,\"name\":{\"1170\":{},\"1269\":{},\"1529\":{}},\"comment\":{}}],[\"default\",{\"_index\":330,\"name\":{\"921\":{},\"1434\":{}},\"comment\":{}}],[\"delete_bad_topology_triangles\",{\"_index\":302,\"name\":{\"631\":{}},\"comment\":{}}],[\"delete_degenerate_triangles\",{\"_index\":305,\"name\":{\"634\":{}},\"comment\":{}}],[\"delete_duplicate_triangles\",{\"_index\":306,\"name\":{\"635\":{}},\"comment\":{}}],[\"density\",{\"_index\":377,\"name\":{\"988\":{},\"1004\":{},\"1035\":{}},\"comment\":{}}],[\"deserializeall\",{\"_index\":469,\"name\":{\"1233\":{}},\"comment\":{}}],[\"dir\",{\"_index\":400,\"name\":{\"1092\":{}},\"comment\":{}}],[\"disableautostep\",{\"_index\":532,\"name\":{\"1338\":{}},\"comment\":{}}],[\"disablesnaptoground\",{\"_index\":539,\"name\":{\"1345\":{}},\"comment\":{}}],[\"distance\",{\"_index\":420,\"name\":{\"1148\":{}},\"comment\":{}}],[\"dominancegroup\",{\"_index\":50,\"name\":{\"70\":{},\"167\":{}},\"comment\":{}}],[\"draincollisionevents\",{\"_index\":481,\"name\":{\"1252\":{}},\"comment\":{}}],[\"draincontactforceevents\",{\"_index\":482,\"name\":{\"1253\":{}},\"comment\":{}}],[\"dt\",{\"_index\":151,\"name\":{\"211\":{}},\"comment\":{}}],[\"dynamic\",{\"_index\":33,\"name\":{\"52\":{},\"134\":{}},\"comment\":{}}],[\"dynamic_dynamic\",{\"_index\":324,\"name\":{\"915\":{}},\"comment\":{}}],[\"dynamic_fixed\",{\"_index\":326,\"name\":{\"917\":{}},\"comment\":{}}],[\"dynamic_kinematic\",{\"_index\":325,\"name\":{\"916\":{}},\"comment\":{}}],[\"dynamicraycastvehiclecontroller\",{\"_index\":559,\"name\":{\"1378\":{},\"1536\":{}},\"comment\":{}}],[\"edge\",{\"_index\":395,\"name\":{\"1086\":{}},\"comment\":{}}],[\"effectiveangularinertia\",{\"_index\":80,\"name\":{\"101\":{}},\"comment\":{}}],[\"effectiveinvmass\",{\"_index\":72,\"name\":{\"93\":{}},\"comment\":{}}],[\"effectiveworldinvinertiasqrt\",{\"_index\":79,\"name\":{\"100\":{}},\"comment\":{}}],[\"elements\",{\"_index\":20,\"name\":{\"37\":{}},\"comment\":{}}],[\"empty\",{\"_index\":487,\"name\":{\"1260\":{}},\"comment\":{}}],[\"enableautostep\",{\"_index\":531,\"name\":{\"1337\":{}},\"comment\":{}}],[\"enableccd\",{\"_index\":54,\"name\":{\"74\":{}},\"comment\":{}}],[\"enabled\",{\"_index\":117,\"name\":{\"143\":{},\"1028\":{}},\"comment\":{}}],[\"enabledrotations\",{\"_index\":133,\"name\":{\"183\":{}},\"comment\":{}}],[\"enabledtranslations\",{\"_index\":132,\"name\":{\"180\":{}},\"comment\":{}}],[\"enablesnaptoground\",{\"_index\":538,\"name\":{\"1344\":{}},\"comment\":{}}],[\"ensureshapeiscached\",{\"_index\":335,\"name\":{\"931\":{}},\"comment\":{}}],[\"eventqueue\",{\"_index\":480,\"name\":{\"1248\":{},\"1524\":{}},\"comment\":{}}],[\"exclude_dynamic\",{\"_index\":498,\"name\":{\"1279\":{}},\"comment\":{}}],[\"exclude_fixed\",{\"_index\":496,\"name\":{\"1277\":{}},\"comment\":{}}],[\"exclude_kinematic\",{\"_index\":497,\"name\":{\"1278\":{}},\"comment\":{}}],[\"exclude_sensors\",{\"_index\":499,\"name\":{\"1280\":{}},\"comment\":{}}],[\"exclude_solids\",{\"_index\":500,\"name\":{\"1281\":{}},\"comment\":{}}],[\"face\",{\"_index\":396,\"name\":{\"1087\":{}},\"comment\":{}}],[\"featureid\",{\"_index\":404,\"name\":{\"1100\":{},\"1108\":{},\"1126\":{}},\"comment\":{}}],[\"featuretype\",{\"_index\":393,\"name\":{\"1084\":{},\"1099\":{},\"1107\":{},\"1125\":{},\"1508\":{}},\"comment\":{}}],[\"filter_contact_pairs\",{\"_index\":484,\"name\":{\"1257\":{}},\"comment\":{}}],[\"filter_intersection_pairs\",{\"_index\":485,\"name\":{\"1258\":{}},\"comment\":{}}],[\"filtercontactpair\",{\"_index\":490,\"name\":{\"1263\":{}},\"comment\":{}}],[\"filterintersectionpair\",{\"_index\":491,\"name\":{\"1264\":{}},\"comment\":{}}],[\"finalizedeserialization\",{\"_index\":42,\"name\":{\"62\":{},\"198\":{},\"250\":{},\"278\":{},\"297\":{},\"316\":{},\"335\":{},\"363\":{},\"391\":{},\"410\":{},\"429\":{},\"469\":{},\"930\":{},\"1075\":{}},\"comment\":{}}],[\"fix_internal_edges\",{\"_index\":300,\"name\":{\"629\":{},\"636\":{}},\"comment\":{}}],[\"fixed\",{\"_index\":34,\"name\":{\"53\":{},\"137\":{},\"228\":{},\"443\":{}},\"comment\":{}}],[\"fixed_fixed\",{\"_index\":329,\"name\":{\"920\":{}},\"comment\":{}}],[\"fixedimpulsejoint\",{\"_index\":207,\"name\":{\"291\":{},\"1457\":{}},\"comment\":{}}],[\"fixedmultibodyjoint\",{\"_index\":230,\"name\":{\"497\":{},\"1469\":{}},\"comment\":{}}],[\"flags\",{\"_index\":318,\"name\":{\"793\":{},\"842\":{}},\"comment\":{}}],[\"forcebased\",{\"_index\":175,\"name\":{\"236\":{}},\"comment\":{}}],[\"foreach\",{\"_index\":147,\"name\":{\"204\":{},\"477\":{},\"542\":{},\"1082\":{}},\"comment\":{}}],[\"foreachactiverigidbody\",{\"_index\":148,\"name\":{\"205\":{},\"1208\":{}},\"comment\":{}}],[\"foreachactiverigidbodyhandle\",{\"_index\":242,\"name\":{\"558\":{}},\"comment\":{}}],[\"foreachcollider\",{\"_index\":460,\"name\":{\"1206\":{}},\"comment\":{}}],[\"foreachjointhandleattachedtorigidbody\",{\"_index\":225,\"name\":{\"472\":{},\"543\":{}},\"comment\":{}}],[\"foreachrigidbody\",{\"_index\":461,\"name\":{\"1207\":{}},\"comment\":{}}],[\"frame1\",{\"_index\":216,\"name\":{\"454\":{}},\"comment\":{}}],[\"frame2\",{\"_index\":217,\"name\":{\"455\":{}},\"comment\":{}}],[\"framex1\",{\"_index\":189,\"name\":{\"255\":{},\"283\":{},\"302\":{},\"321\":{},\"340\":{},\"368\":{},\"396\":{},\"415\":{},\"434\":{}},\"comment\":{}}],[\"framex2\",{\"_index\":190,\"name\":{\"256\":{},\"284\":{},\"303\":{},\"322\":{},\"341\":{},\"369\":{},\"397\":{},\"416\":{},\"435\":{}},\"comment\":{}}],[\"free\",{\"_index\":141,\"name\":{\"197\":{},\"210\":{},\"468\":{},\"535\":{},\"553\":{},\"557\":{},\"562\":{},\"567\":{},\"575\":{},\"1072\":{},\"1174\":{},\"1226\":{},\"1231\":{},\"1241\":{},\"1251\":{},\"1274\":{},\"1288\":{},\"1320\":{},\"1368\":{},\"1385\":{}},\"comment\":{}}],[\"friction\",{\"_index\":375,\"name\":{\"986\":{},\"1036\":{}},\"comment\":{}}],[\"frictioncombinerule\",{\"_index\":342,\"name\":{\"944\":{},\"1043\":{}},\"comment\":{}}],[\"fromraw\",{\"_index\":12,\"name\":{\"15\":{},\"31\":{},\"48\":{},\"597\":{},\"638\":{},\"652\":{},\"666\":{},\"680\":{},\"695\":{},\"710\":{},\"725\":{},\"741\":{},\"758\":{},\"773\":{},\"788\":{},\"804\":{},\"819\":{},\"835\":{},\"853\":{},\"868\":{},\"884\":{},\"899\":{},\"1095\":{},\"1102\":{},\"1110\":{},\"1115\":{},\"1120\":{},\"1128\":{},\"1136\":{},\"1146\":{},\"1154\":{}},\"comment\":{}}],[\"generic\",{\"_index\":172,\"name\":{\"233\":{},\"446\":{}},\"comment\":{}}],[\"genericimpulsejoint\",{\"_index\":212,\"name\":{\"404\":{},\"1462\":{}},\"comment\":{}}],[\"get\",{\"_index\":146,\"name\":{\"203\":{},\"476\":{},\"541\":{},\"1079\":{}},\"comment\":{}}],[\"getall\",{\"_index\":149,\"name\":{\"206\":{},\"478\":{},\"544\":{},\"1083\":{}},\"comment\":{}}],[\"getcollider\",{\"_index\":453,\"name\":{\"1199\":{}},\"comment\":{}}],[\"getimpulsejoint\",{\"_index\":454,\"name\":{\"1200\":{}},\"comment\":{}}],[\"getmultibodyjoint\",{\"_index\":455,\"name\":{\"1201\":{}},\"comment\":{}}],[\"getrigidbody\",{\"_index\":452,\"name\":{\"1198\":{}},\"comment\":{}}],[\"gravity\",{\"_index\":425,\"name\":{\"1157\":{}},\"comment\":{}}],[\"gravityscale\",{\"_index\":62,\"name\":{\"83\":{},\"146\":{}},\"comment\":{}}],[\"halfextents\",{\"_index\":308,\"name\":{\"669\":{},\"683\":{},\"968\":{}},\"comment\":{}}],[\"halfheight\",{\"_index\":310,\"name\":{\"699\":{},\"857\":{},\"872\":{},\"888\":{},\"903\":{},\"974\":{}},\"comment\":{}}],[\"halfspace\",{\"_index\":297,\"name\":{\"626\":{},\"651\":{},\"1485\":{}},\"comment\":{}}],[\"handle\",{\"_index\":40,\"name\":{\"60\":{},\"249\":{},\"277\":{},\"296\":{},\"315\":{},\"334\":{},\"362\":{},\"390\":{},\"409\":{},\"428\":{},\"484\":{},\"493\":{},\"501\":{},\"510\":{},\"519\":{},\"527\":{},\"927\":{}},\"comment\":{}}],[\"heightfield\",{\"_index\":288,\"name\":{\"617\":{},\"834\":{},\"1018\":{},\"1497\":{}},\"comment\":{}}],[\"heightfieldflags\",{\"_index\":299,\"name\":{\"628\":{},\"1482\":{}},\"comment\":{}}],[\"heightfieldheights\",{\"_index\":370,\"name\":{\"981\":{}},\"comment\":{}}],[\"heightfieldncols\",{\"_index\":373,\"name\":{\"984\":{}},\"comment\":{}}],[\"heightfieldnrows\",{\"_index\":372,\"name\":{\"983\":{}},\"comment\":{}}],[\"heightfieldscale\",{\"_index\":371,\"name\":{\"982\":{}},\"comment\":{}}],[\"heights\",{\"_index\":321,\"name\":{\"840\":{}},\"comment\":{}}],[\"identity\",{\"_index\":18,\"name\":{\"30\":{}},\"comment\":{}}],[\"impulsejoint\",{\"_index\":183,\"name\":{\"244\":{},\"1455\":{}},\"comment\":{}}],[\"impulsejointhandle\",{\"_index\":165,\"name\":{\"225\":{},\"1451\":{}},\"comment\":{}}],[\"impulsejoints\",{\"_index\":429,\"name\":{\"1164\":{}},\"comment\":{}}],[\"impulsejointset\",{\"_index\":223,\"name\":{\"464\":{},\"1465\":{}},\"comment\":{}}],[\"indexforwardaxis\",{\"_index\":565,\"name\":{\"1390\":{}},\"comment\":{}}],[\"indexupaxis\",{\"_index\":564,\"name\":{\"1389\":{}},\"comment\":{}}],[\"indices\",{\"_index\":315,\"name\":{\"762\":{},\"792\":{},\"808\":{},\"823\":{},\"980\":{}},\"comment\":{}}],[\"integrationparameters\",{\"_index\":150,\"name\":{\"207\":{},\"1158\":{},\"1450\":{}},\"comment\":{}}],[\"interactiongroups\",{\"_index\":418,\"name\":{\"1144\":{},\"1517\":{}},\"comment\":{}}],[\"intersectionpair\",{\"_index\":249,\"name\":{\"571\":{},\"1222\":{}},\"comment\":{}}],[\"intersectionpairswith\",{\"_index\":247,\"name\":{\"569\":{},\"1220\":{}},\"comment\":{}}],[\"intersectionswithpoint\",{\"_index\":465,\"name\":{\"1215\":{},\"1296\":{}},\"comment\":{}}],[\"intersectionswithray\",{\"_index\":462,\"name\":{\"1211\":{},\"1292\":{}},\"comment\":{}}],[\"intersectionswithshape\",{\"_index\":466,\"name\":{\"1217\":{},\"1298\":{}},\"comment\":{}}],[\"intersectionwithshape\",{\"_index\":463,\"name\":{\"1212\":{},\"1293\":{}},\"comment\":{}}],[\"intersectsray\",{\"_index\":277,\"name\":{\"606\":{},\"648\":{},\"662\":{},\"676\":{},\"691\":{},\"706\":{},\"721\":{},\"737\":{},\"754\":{},\"769\":{},\"784\":{},\"800\":{},\"815\":{},\"831\":{},\"849\":{},\"864\":{},\"880\":{},\"895\":{},\"911\":{},\"995\":{}},\"comment\":{}}],[\"intersectsshape\",{\"_index\":273,\"name\":{\"602\":{},\"644\":{},\"658\":{},\"672\":{},\"687\":{},\"702\":{},\"717\":{},\"733\":{},\"750\":{},\"765\":{},\"780\":{},\"796\":{},\"811\":{},\"827\":{},\"845\":{},\"860\":{},\"876\":{},\"891\":{},\"907\":{},\"998\":{}},\"comment\":{}}],[\"intoraw\",{\"_index\":10,\"name\":{\"13\":{},\"32\":{},\"463\":{},\"599\":{},\"642\":{},\"656\":{},\"670\":{},\"685\":{},\"700\":{},\"715\":{},\"731\":{},\"748\":{},\"763\":{},\"778\":{},\"794\":{},\"809\":{},\"825\":{},\"843\":{},\"858\":{},\"874\":{},\"889\":{},\"905\":{}},\"comment\":{}}],[\"invmass\",{\"_index\":73,\"name\":{\"94\":{}},\"comment\":{}}],[\"invprincipalinertiasqrt\",{\"_index\":76,\"name\":{\"97\":{}},\"comment\":{}}],[\"isccdenabled\",{\"_index\":83,\"name\":{\"104\":{}},\"comment\":{}}],[\"isdynamic\",{\"_index\":94,\"name\":{\"115\":{}},\"comment\":{}}],[\"isenabled\",{\"_index\":87,\"name\":{\"108\":{},\"941\":{}},\"comment\":{}}],[\"isfixed\",{\"_index\":92,\"name\":{\"113\":{}},\"comment\":{}}],[\"isinside\",{\"_index\":409,\"name\":{\"1118\":{},\"1124\":{}},\"comment\":{}}],[\"iskinematic\",{\"_index\":93,\"name\":{\"114\":{}},\"comment\":{}}],[\"islandmanager\",{\"_index\":241,\"name\":{\"554\":{},\"1476\":{}},\"comment\":{}}],[\"islands\",{\"_index\":426,\"name\":{\"1159\":{}},\"comment\":{}}],[\"ismoving\",{\"_index\":91,\"name\":{\"112\":{}},\"comment\":{}}],[\"issensor\",{\"_index\":337,\"name\":{\"937\":{},\"1040\":{}},\"comment\":{}}],[\"issleeping\",{\"_index\":90,\"name\":{\"111\":{}},\"comment\":{}}],[\"isvalid\",{\"_index\":43,\"name\":{\"63\":{},\"251\":{},\"279\":{},\"298\":{},\"317\":{},\"336\":{},\"364\":{},\"392\":{},\"411\":{},\"430\":{},\"485\":{},\"494\":{},\"502\":{},\"511\":{},\"520\":{},\"528\":{},\"934\":{}},\"comment\":{}}],[\"jointaxesmask\",{\"_index\":176,\"name\":{\"237\":{},\"1454\":{}},\"comment\":{}}],[\"jointdata\",{\"_index\":214,\"name\":{\"442\":{},\"1464\":{}},\"comment\":{}}],[\"jointtype\",{\"_index\":166,\"name\":{\"226\":{},\"456\":{},\"1452\":{}},\"comment\":{}}],[\"kinematic_fixed\",{\"_index\":328,\"name\":{\"919\":{}},\"comment\":{}}],[\"kinematic_kinematic\",{\"_index\":327,\"name\":{\"918\":{}},\"comment\":{}}],[\"kinematiccharactercontroller\",{\"_index\":509,\"name\":{\"1310\":{},\"1533\":{}},\"comment\":{}}],[\"kinematicpositionbased\",{\"_index\":35,\"name\":{\"54\":{},\"135\":{}},\"comment\":{}}],[\"kinematicvelocitybased\",{\"_index\":36,\"name\":{\"55\":{},\"136\":{}},\"comment\":{}}],[\"len\",{\"_index\":144,\"name\":{\"201\":{},\"474\":{},\"539\":{},\"1080\":{}},\"comment\":{}}],[\"length\",{\"_index\":222,\"name\":{\"462\":{}},\"comment\":{}}],[\"lengthunit\",{\"_index\":153,\"name\":{\"213\":{},\"1181\":{}},\"comment\":{}}],[\"limits\",{\"_index\":218,\"name\":{\"458\":{}},\"comment\":{}}],[\"limitsenabled\",{\"_index\":199,\"name\":{\"267\":{},\"352\":{},\"380\":{},\"457\":{}},\"comment\":{}}],[\"limitsmax\",{\"_index\":201,\"name\":{\"269\":{},\"354\":{},\"382\":{}},\"comment\":{}}],[\"limitsmin\",{\"_index\":200,\"name\":{\"268\":{},\"353\":{},\"381\":{}},\"comment\":{}}],[\"linearcorrection\",{\"_index\":557,\"name\":{\"1376\":{}},\"comment\":{}}],[\"lineardamping\",{\"_index\":95,\"name\":{\"116\":{},\"160\":{}},\"comment\":{}}],[\"linvel\",{\"_index\":68,\"name\":{\"89\":{},\"152\":{}},\"comment\":{}}],[\"linx\",{\"_index\":177,\"name\":{\"238\":{},\"1354\":{}},\"comment\":{}}],[\"liny\",{\"_index\":178,\"name\":{\"239\":{},\"1355\":{}},\"comment\":{}}],[\"linz\",{\"_index\":179,\"name\":{\"240\":{},\"1356\":{}},\"comment\":{}}],[\"localcom\",{\"_index\":74,\"name\":{\"95\":{}},\"comment\":{}}],[\"localcontactpoint1\",{\"_index\":257,\"name\":{\"582\":{}},\"comment\":{}}],[\"localcontactpoint2\",{\"_index\":258,\"name\":{\"583\":{}},\"comment\":{}}],[\"localnormal1\",{\"_index\":252,\"name\":{\"577\":{}},\"comment\":{}}],[\"localnormal2\",{\"_index\":253,\"name\":{\"578\":{}},\"comment\":{}}],[\"lockrotations\",{\"_index\":45,\"name\":{\"65\":{},\"185\":{}},\"comment\":{}}],[\"locktranslations\",{\"_index\":44,\"name\":{\"64\":{},\"182\":{}},\"comment\":{}}],[\"m11\",{\"_index\":21,\"name\":{\"38\":{}},\"comment\":{}}],[\"m12\",{\"_index\":22,\"name\":{\"39\":{}},\"comment\":{}}],[\"m13\",{\"_index\":24,\"name\":{\"41\":{}},\"comment\":{}}],[\"m21\",{\"_index\":23,\"name\":{\"40\":{}},\"comment\":{}}],[\"m22\",{\"_index\":26,\"name\":{\"43\":{}},\"comment\":{}}],[\"m23\",{\"_index\":27,\"name\":{\"44\":{}},\"comment\":{}}],[\"m31\",{\"_index\":25,\"name\":{\"42\":{}},\"comment\":{}}],[\"m32\",{\"_index\":28,\"name\":{\"45\":{}},\"comment\":{}}],[\"m33\",{\"_index\":29,\"name\":{\"46\":{}},\"comment\":{}}],[\"map\",{\"_index\":140,\"name\":{\"196\":{},\"467\":{},\"534\":{},\"1071\":{}},\"comment\":{}}],[\"mass\",{\"_index\":71,\"name\":{\"92\":{},\"147\":{},\"989\":{},\"1005\":{},\"1031\":{}},\"comment\":{}}],[\"massonly\",{\"_index\":118,\"name\":{\"148\":{}},\"comment\":{}}],[\"massprops\",{\"_index\":384,\"name\":{\"1006\":{}},\"comment\":{}}],[\"masspropsmode\",{\"_index\":383,\"name\":{\"1003\":{},\"1030\":{},\"1505\":{}},\"comment\":{}}],[\"max\",{\"_index\":239,\"name\":{\"549\":{}},\"comment\":{}}],[\"maxccdsubsteps\",{\"_index\":160,\"name\":{\"220\":{}},\"comment\":{}}],[\"maxforcedirection\",{\"_index\":478,\"name\":{\"1246\":{}},\"comment\":{}}],[\"maxforcemagnitude\",{\"_index\":479,\"name\":{\"1247\":{}},\"comment\":{}}],[\"maxslopeclimbangle\",{\"_index\":533,\"name\":{\"1339\":{}},\"comment\":{}}],[\"merge_duplicate_vertices\",{\"_index\":304,\"name\":{\"633\":{}},\"comment\":{}}],[\"min\",{\"_index\":237,\"name\":{\"547\":{}},\"comment\":{}}],[\"minislandsize\",{\"_index\":159,\"name\":{\"219\":{}},\"comment\":{}}],[\"minslopeslideangle\",{\"_index\":535,\"name\":{\"1341\":{}},\"comment\":{}}],[\"motormodel\",{\"_index\":173,\"name\":{\"234\":{},\"1453\":{}},\"comment\":{}}],[\"multibodyjoint\",{\"_index\":228,\"name\":{\"480\":{},\"1467\":{}},\"comment\":{}}],[\"multibodyjointhandle\",{\"_index\":227,\"name\":{\"479\":{},\"1466\":{}},\"comment\":{}}],[\"multibodyjoints\",{\"_index\":430,\"name\":{\"1165\":{}},\"comment\":{}}],[\"multibodyjointset\",{\"_index\":234,\"name\":{\"531\":{},\"1473\":{}},\"comment\":{}}],[\"multiply\",{\"_index\":238,\"name\":{\"548\":{}},\"comment\":{}}],[\"narrowphase\",{\"_index\":244,\"name\":{\"563\":{},\"1161\":{},\"1478\":{}},\"comment\":{}}],[\"ncols\",{\"_index\":320,\"name\":{\"839\":{}},\"comment\":{}}],[\"new\",{\"_index\":9,\"name\":{\"12\":{}},\"comment\":{}}],[\"newdynamic\",{\"_index\":113,\"name\":{\"138\":{}},\"comment\":{}}],[\"newkinematicpositionbased\",{\"_index\":114,\"name\":{\"139\":{}},\"comment\":{}}],[\"newkinematicvelocitybased\",{\"_index\":115,\"name\":{\"140\":{}},\"comment\":{}}],[\"newstatic\",{\"_index\":116,\"name\":{\"141\":{}},\"comment\":{}}],[\"newtyped\",{\"_index\":184,\"name\":{\"245\":{},\"264\":{},\"292\":{},\"311\":{},\"330\":{},\"349\":{},\"377\":{},\"405\":{},\"424\":{},\"481\":{},\"489\":{},\"498\":{},\"506\":{},\"515\":{},\"524\":{}},\"comment\":{}}],[\"nextrotation\",{\"_index\":59,\"name\":{\"80\":{}},\"comment\":{}}],[\"nexttranslation\",{\"_index\":58,\"name\":{\"79\":{}},\"comment\":{}}],[\"none\",{\"_index\":470,\"name\":{\"1235\":{},\"1256\":{},\"1353\":{}},\"comment\":{}}],[\"normal\",{\"_index\":251,\"name\":{\"576\":{},\"655\":{},\"1098\":{},\"1106\":{}},\"comment\":{}}],[\"normal1\",{\"_index\":415,\"name\":{\"1133\":{},\"1142\":{},\"1151\":{},\"1308\":{}},\"comment\":{}}],[\"normal2\",{\"_index\":416,\"name\":{\"1134\":{},\"1143\":{},\"1152\":{},\"1309\":{}},\"comment\":{}}],[\"normalizedallowedlinearerror\",{\"_index\":154,\"name\":{\"214\":{}},\"comment\":{}}],[\"normalizedpredictiondistance\",{\"_index\":155,\"name\":{\"215\":{}},\"comment\":{}}],[\"normalnudgefactor\",{\"_index\":523,\"name\":{\"1329\":{}},\"comment\":{}}],[\"nrows\",{\"_index\":319,\"name\":{\"838\":{}},\"comment\":{}}],[\"numadditionalfrictioniterations\",{\"_index\":157,\"name\":{\"217\":{},\"1183\":{}},\"comment\":{}}],[\"numcolliders\",{\"_index\":84,\"name\":{\"105\":{}},\"comment\":{}}],[\"numcomputedcollisions\",{\"_index\":544,\"name\":{\"1350\":{}},\"comment\":{}}],[\"numcontacts\",{\"_index\":256,\"name\":{\"581\":{}},\"comment\":{}}],[\"numinternalpgsiterations\",{\"_index\":158,\"name\":{\"218\":{},\"1184\":{}},\"comment\":{}}],[\"numsolvercontacts\",{\"_index\":265,\"name\":{\"590\":{}},\"comment\":{}}],[\"numsolveriterations\",{\"_index\":156,\"name\":{\"216\":{},\"1182\":{}},\"comment\":{}}],[\"numwheels\",{\"_index\":568,\"name\":{\"1393\":{}},\"comment\":{}}],[\"offset\",{\"_index\":521,\"name\":{\"1327\":{}},\"comment\":{}}],[\"only_dynamic\",{\"_index\":501,\"name\":{\"1282\":{}},\"comment\":{}}],[\"only_fixed\",{\"_index\":503,\"name\":{\"1284\":{}},\"comment\":{}}],[\"only_kinematic\",{\"_index\":502,\"name\":{\"1283\":{}},\"comment\":{}}],[\"oriented\",{\"_index\":303,\"name\":{\"632\":{}},\"comment\":{}}],[\"origin\",{\"_index\":399,\"name\":{\"1091\":{}},\"comment\":{}}],[\"params\",{\"_index\":511,\"name\":{\"1314\":{},\"1366\":{}},\"comment\":{}}],[\"parent\",{\"_index\":374,\"name\":{\"985\":{}},\"comment\":{}}],[\"physicshooks\",{\"_index\":489,\"name\":{\"1262\":{},\"1527\":{}},\"comment\":{}}],[\"physicspipeline\",{\"_index\":432,\"name\":{\"1168\":{},\"1223\":{},\"1520\":{}},\"comment\":{}}],[\"pidaxesmask\",{\"_index\":546,\"name\":{\"1352\":{},\"1534\":{}},\"comment\":{}}],[\"pidcontroller\",{\"_index\":549,\"name\":{\"1363\":{},\"1535\":{}},\"comment\":{}}],[\"pidcontrollers\",{\"_index\":436,\"name\":{\"1172\":{}},\"comment\":{}}],[\"point\",{\"_index\":408,\"name\":{\"1117\":{},\"1123\":{}},\"comment\":{}}],[\"point1\",{\"_index\":421,\"name\":{\"1149\":{}},\"comment\":{}}],[\"point2\",{\"_index\":422,\"name\":{\"1150\":{}},\"comment\":{}}],[\"pointat\",{\"_index\":401,\"name\":{\"1093\":{}},\"comment\":{}}],[\"pointcolliderprojection\",{\"_index\":410,\"name\":{\"1119\":{},\"1514\":{}},\"comment\":{}}],[\"pointprojection\",{\"_index\":407,\"name\":{\"1114\":{},\"1513\":{}},\"comment\":{}}],[\"polyline\",{\"_index\":285,\"name\":{\"614\":{},\"757\":{},\"1013\":{},\"1492\":{}},\"comment\":{}}],[\"principalangularinertia\",{\"_index\":122,\"name\":{\"154\":{},\"1033\":{}},\"comment\":{}}],[\"principalinertia\",{\"_index\":77,\"name\":{\"98\":{}},\"comment\":{}}],[\"principalinertialocalframe\",{\"_index\":78,\"name\":{\"99\":{}},\"comment\":{}}],[\"prismatic\",{\"_index\":168,\"name\":{\"229\":{},\"448\":{}},\"comment\":{}}],[\"prismaticimpulsejoint\",{\"_index\":210,\"name\":{\"348\":{},\"1460\":{}},\"comment\":{}}],[\"prismaticmultibodyjoint\",{\"_index\":231,\"name\":{\"505\":{},\"1470\":{}},\"comment\":{}}],[\"projectpoint\",{\"_index\":276,\"name\":{\"605\":{},\"647\":{},\"661\":{},\"675\":{},\"690\":{},\"705\":{},\"720\":{},\"736\":{},\"753\":{},\"768\":{},\"783\":{},\"799\":{},\"814\":{},\"830\":{},\"848\":{},\"863\":{},\"879\":{},\"894\":{},\"910\":{},\"994\":{},\"1213\":{},\"1294\":{}},\"comment\":{}}],[\"projectpointandgetfeature\",{\"_index\":464,\"name\":{\"1214\":{},\"1295\":{}},\"comment\":{}}],[\"propagatemodifiedbodypositionstocolliders\",{\"_index\":441,\"name\":{\"1178\":{}},\"comment\":{}}],[\"propagatevoxelchange\",{\"_index\":368,\"name\":{\"977\":{}},\"comment\":{}}],[\"quaternion\",{\"_index\":16,\"name\":{\"23\":{},\"1441\":{}},\"comment\":{}}],[\"queries\",{\"_index\":512,\"name\":{\"1317\":{},\"1383\":{}},\"comment\":{}}],[\"queryfilterflags\",{\"_index\":495,\"name\":{\"1276\":{},\"1530\":{}},\"comment\":{}}],[\"querypipeline\",{\"_index\":431,\"name\":{\"1167\":{},\"1285\":{},\"1531\":{}},\"comment\":{}}],[\"radius\",{\"_index\":307,\"name\":{\"641\":{},\"698\":{},\"856\":{},\"871\":{},\"887\":{},\"902\":{},\"970\":{}},\"comment\":{}}],[\"raw\",{\"_index\":139,\"name\":{\"195\":{},\"209\":{},\"466\":{},\"533\":{},\"552\":{},\"556\":{},\"561\":{},\"565\":{},\"574\":{},\"1070\":{},\"1225\":{},\"1230\":{},\"1240\":{},\"1250\":{},\"1271\":{},\"1287\":{},\"1312\":{},\"1365\":{},\"1380\":{}},\"comment\":{}}],[\"rawaxis\",{\"_index\":198,\"name\":{\"266\":{},\"351\":{},\"379\":{},\"491\":{},\"508\":{},\"517\":{}},\"comment\":{}}],[\"rawcharactercollision\",{\"_index\":510,\"name\":{\"1313\":{}},\"comment\":{}}],[\"rawset\",{\"_index\":38,\"name\":{\"58\":{},\"247\":{},\"275\":{},\"294\":{},\"313\":{},\"332\":{},\"360\":{},\"388\":{},\"407\":{},\"426\":{},\"483\":{},\"492\":{},\"500\":{},\"509\":{},\"518\":{},\"526\":{}},\"comment\":{}}],[\"ray\",{\"_index\":398,\"name\":{\"1089\":{},\"1509\":{}},\"comment\":{}}],[\"raycolliderhit\",{\"_index\":406,\"name\":{\"1109\":{},\"1512\":{}},\"comment\":{}}],[\"raycolliderintersection\",{\"_index\":405,\"name\":{\"1101\":{},\"1511\":{}},\"comment\":{}}],[\"rayintersection\",{\"_index\":402,\"name\":{\"1094\":{},\"1510\":{}},\"comment\":{}}],[\"recomputemasspropertiesfromcolliders\",{\"_index\":98,\"name\":{\"119\":{}},\"comment\":{}}],[\"remove\",{\"_index\":143,\"name\":{\"200\":{},\"471\":{},\"537\":{},\"1077\":{}},\"comment\":{}}],[\"removecharactercontroller\",{\"_index\":445,\"name\":{\"1190\":{}},\"comment\":{}}],[\"removecollider\",{\"_index\":457,\"name\":{\"1203\":{}},\"comment\":{}}],[\"removeimpulsejoint\",{\"_index\":458,\"name\":{\"1204\":{}},\"comment\":{}}],[\"removemultibodyjoint\",{\"_index\":459,\"name\":{\"1205\":{}},\"comment\":{}}],[\"removepidcontroller\",{\"_index\":447,\"name\":{\"1192\":{}},\"comment\":{}}],[\"removerigidbody\",{\"_index\":456,\"name\":{\"1202\":{}},\"comment\":{}}],[\"removevehiclecontroller\",{\"_index\":449,\"name\":{\"1194\":{}},\"comment\":{}}],[\"render\",{\"_index\":494,\"name\":{\"1275\":{}},\"comment\":{}}],[\"reservememory\",{\"_index\":1,\"name\":{\"1\":{},\"1436\":{}},\"comment\":{}}],[\"resetforces\",{\"_index\":102,\"name\":{\"123\":{}},\"comment\":{}}],[\"resetintegrals\",{\"_index\":554,\"name\":{\"1373\":{}},\"comment\":{}}],[\"resettorques\",{\"_index\":103,\"name\":{\"124\":{}},\"comment\":{}}],[\"restitution\",{\"_index\":376,\"name\":{\"987\":{},\"1037\":{}},\"comment\":{}}],[\"restitutioncombinerule\",{\"_index\":344,\"name\":{\"946\":{},\"1044\":{}},\"comment\":{}}],[\"restoresnapshot\",{\"_index\":424,\"name\":{\"1155\":{}},\"comment\":{}}],[\"restrictrotations\",{\"_index\":49,\"name\":{\"69\":{},\"184\":{}},\"comment\":{}}],[\"restricttranslations\",{\"_index\":47,\"name\":{\"67\":{},\"181\":{}},\"comment\":{}}],[\"revolute\",{\"_index\":167,\"name\":{\"227\":{},\"449\":{}},\"comment\":{}}],[\"revoluteimpulsejoint\",{\"_index\":211,\"name\":{\"376\":{},\"1461\":{}},\"comment\":{}}],[\"revolutemultibodyjoint\",{\"_index\":232,\"name\":{\"514\":{},\"1471\":{}},\"comment\":{}}],[\"rigidbody\",{\"_index\":37,\"name\":{\"56\":{},\"1447\":{}},\"comment\":{}}],[\"rigidbodydesc\",{\"_index\":112,\"name\":{\"133\":{},\"1448\":{}},\"comment\":{}}],[\"rigidbodyhandle\",{\"_index\":31,\"name\":{\"50\":{},\"1445\":{}},\"comment\":{}}],[\"rigidbodyset\",{\"_index\":138,\"name\":{\"193\":{},\"1449\":{}},\"comment\":{}}],[\"rigidbodytype\",{\"_index\":32,\"name\":{\"51\":{},\"1446\":{}},\"comment\":{}}],[\"rope\",{\"_index\":169,\"name\":{\"230\":{},\"445\":{}},\"comment\":{}}],[\"ropeimpulsejoint\",{\"_index\":208,\"name\":{\"310\":{},\"1458\":{}},\"comment\":{}}],[\"rotation\",{\"_index\":14,\"name\":{\"18\":{},\"78\":{},\"145\":{},\"936\":{},\"1038\":{},\"1440\":{}},\"comment\":{}}],[\"rotationops\",{\"_index\":17,\"name\":{\"29\":{},\"1442\":{}},\"comment\":{}}],[\"rotationsenabledx\",{\"_index\":125,\"name\":{\"157\":{}},\"comment\":{}}],[\"rotationsenabledy\",{\"_index\":126,\"name\":{\"158\":{}},\"comment\":{}}],[\"rotationsenabledz\",{\"_index\":127,\"name\":{\"159\":{}},\"comment\":{}}],[\"roundcone\",{\"_index\":295,\"name\":{\"624\":{},\"898\":{},\"1022\":{},\"1501\":{}},\"comment\":{}}],[\"roundconvexhull\",{\"_index\":388,\"name\":{\"1025\":{}},\"comment\":{}}],[\"roundconvexmesh\",{\"_index\":389,\"name\":{\"1026\":{}},\"comment\":{}}],[\"roundconvexpolyhedron\",{\"_index\":296,\"name\":{\"625\":{},\"818\":{},\"1496\":{}},\"comment\":{}}],[\"roundcuboid\",{\"_index\":292,\"name\":{\"621\":{},\"679\":{},\"1017\":{},\"1487\":{}},\"comment\":{}}],[\"roundcylinder\",{\"_index\":294,\"name\":{\"623\":{},\"867\":{},\"1020\":{},\"1499\":{}},\"comment\":{}}],[\"roundradius\",{\"_index\":364,\"name\":{\"972\":{}},\"comment\":{}}],[\"roundtriangle\",{\"_index\":293,\"name\":{\"622\":{},\"740\":{},\"1012\":{},\"1491\":{}},\"comment\":{}}],[\"scale\",{\"_index\":322,\"name\":{\"841\":{}},\"comment\":{}}],[\"sdpmatrix3\",{\"_index\":19,\"name\":{\"35\":{},\"1443\":{}},\"comment\":{}}],[\"sdpmatrix3ops\",{\"_index\":30,\"name\":{\"47\":{},\"1444\":{}},\"comment\":{}}],[\"segment\",{\"_index\":284,\"name\":{\"613\":{},\"709\":{},\"1010\":{},\"1489\":{}},\"comment\":{}}],[\"serializationpipeline\",{\"_index\":433,\"name\":{\"1169\":{},\"1228\":{},\"1521\":{}},\"comment\":{}}],[\"serializeall\",{\"_index\":468,\"name\":{\"1232\":{}},\"comment\":{}}],[\"setactivecollisiontypes\",{\"_index\":356,\"name\":{\"959\":{},\"1066\":{}},\"comment\":{}}],[\"setactiveevents\",{\"_index\":353,\"name\":{\"955\":{},\"1065\":{}},\"comment\":{}}],[\"setactivehooks\",{\"_index\":351,\"name\":{\"953\":{},\"1064\":{}},\"comment\":{}}],[\"setadditionalmass\",{\"_index\":99,\"name\":{\"120\":{},\"176\":{}},\"comment\":{}}],[\"setadditionalmassproperties\",{\"_index\":100,\"name\":{\"121\":{},\"179\":{}},\"comment\":{}}],[\"setadditionalsolveriterations\",{\"_index\":53,\"name\":{\"73\":{},\"171\":{}},\"comment\":{}}],[\"setanchor1\",{\"_index\":193,\"name\":{\"259\":{},\"287\":{},\"306\":{},\"325\":{},\"344\":{},\"372\":{},\"400\":{},\"419\":{},\"438\":{}},\"comment\":{}}],[\"setanchor2\",{\"_index\":194,\"name\":{\"260\":{},\"288\":{},\"307\":{},\"326\":{},\"345\":{},\"373\":{},\"401\":{},\"420\":{},\"439\":{}},\"comment\":{}}],[\"setangulardamping\",{\"_index\":101,\"name\":{\"122\":{},\"187\":{}},\"comment\":{}}],[\"setangvel\",{\"_index\":65,\"name\":{\"86\":{},\"178\":{}},\"comment\":{}}],[\"setapplyimpulsestodynamicbodies\",{\"_index\":518,\"name\":{\"1324\":{}},\"comment\":{}}],[\"setaxes\",{\"_index\":553,\"name\":{\"1372\":{}},\"comment\":{}}],[\"setbodytype\",{\"_index\":89,\"name\":{\"110\":{}},\"comment\":{}}],[\"setcansleep\",{\"_index\":134,\"name\":{\"188\":{}},\"comment\":{}}],[\"setccdenabled\",{\"_index\":136,\"name\":{\"190\":{}},\"comment\":{}}],[\"setcharactermass\",{\"_index\":520,\"name\":{\"1326\":{}},\"comment\":{}}],[\"setcollisiongroups\",{\"_index\":346,\"name\":{\"948\":{},\"1062\":{}},\"comment\":{}}],[\"setcontactforceeventthreshold\",{\"_index\":354,\"name\":{\"957\":{},\"1067\":{}},\"comment\":{}}],[\"setcontactsenabled\",{\"_index\":195,\"name\":{\"261\":{},\"289\":{},\"308\":{},\"327\":{},\"346\":{},\"374\":{},\"402\":{},\"421\":{},\"440\":{},\"486\":{},\"495\":{},\"503\":{},\"512\":{},\"521\":{},\"529\":{}},\"comment\":{}}],[\"setcontactskin\",{\"_index\":349,\"name\":{\"951\":{},\"1054\":{}},\"comment\":{}}],[\"setdensity\",{\"_index\":357,\"name\":{\"960\":{},\"1055\":{}},\"comment\":{}}],[\"setdominancegroup\",{\"_index\":51,\"name\":{\"71\":{},\"170\":{}},\"comment\":{}}],[\"setenabled\",{\"_index\":86,\"name\":{\"107\":{},\"172\":{},\"940\":{},\"1053\":{}},\"comment\":{}}],[\"setenabledrotations\",{\"_index\":48,\"name\":{\"68\":{}},\"comment\":{}}],[\"setenabledtranslations\",{\"_index\":46,\"name\":{\"66\":{}},\"comment\":{}}],[\"setfriction\",{\"_index\":341,\"name\":{\"943\":{},\"1059\":{}},\"comment\":{}}],[\"setfrictioncombinerule\",{\"_index\":343,\"name\":{\"945\":{},\"1060\":{}},\"comment\":{}}],[\"setgravityscale\",{\"_index\":63,\"name\":{\"84\":{},\"175\":{}},\"comment\":{}}],[\"sethalfextents\",{\"_index\":362,\"name\":{\"969\":{}},\"comment\":{}}],[\"sethalfheight\",{\"_index\":366,\"name\":{\"975\":{}},\"comment\":{}}],[\"setindexforwardaxis\",{\"_index\":566,\"name\":{\"1391\":{}},\"comment\":{}}],[\"setkd\",{\"_index\":552,\"name\":{\"1371\":{}},\"comment\":{}}],[\"setki\",{\"_index\":551,\"name\":{\"1370\":{}},\"comment\":{}}],[\"setkp\",{\"_index\":550,\"name\":{\"1369\":{}},\"comment\":{}}],[\"setlimits\",{\"_index\":202,\"name\":{\"270\":{},\"355\":{},\"383\":{}},\"comment\":{}}],[\"setlineardamping\",{\"_index\":97,\"name\":{\"118\":{},\"186\":{}},\"comment\":{}}],[\"setlinvel\",{\"_index\":61,\"name\":{\"82\":{},\"177\":{}},\"comment\":{}}],[\"setmass\",{\"_index\":358,\"name\":{\"961\":{},\"1056\":{}},\"comment\":{}}],[\"setmassproperties\",{\"_index\":359,\"name\":{\"962\":{},\"1057\":{}},\"comment\":{}}],[\"setmaxslopeclimbangle\",{\"_index\":534,\"name\":{\"1340\":{}},\"comment\":{}}],[\"setminslopeslideangle\",{\"_index\":536,\"name\":{\"1342\":{}},\"comment\":{}}],[\"setnextkinematicrotation\",{\"_index\":67,\"name\":{\"88\":{}},\"comment\":{}}],[\"setnextkinematictranslation\",{\"_index\":66,\"name\":{\"87\":{}},\"comment\":{}}],[\"setnormalnudgefactor\",{\"_index\":524,\"name\":{\"1330\":{}},\"comment\":{}}],[\"setoffset\",{\"_index\":522,\"name\":{\"1328\":{}},\"comment\":{}}],[\"setradius\",{\"_index\":363,\"name\":{\"971\":{}},\"comment\":{}}],[\"setrestitution\",{\"_index\":340,\"name\":{\"942\":{},\"1058\":{}},\"comment\":{}}],[\"setrestitutioncombinerule\",{\"_index\":345,\"name\":{\"947\":{},\"1061\":{}},\"comment\":{}}],[\"setrotation\",{\"_index\":64,\"name\":{\"85\":{},\"174\":{},\"965\":{},\"1051\":{}},\"comment\":{}}],[\"setrotationwrtparent\",{\"_index\":361,\"name\":{\"966\":{}},\"comment\":{}}],[\"setroundradius\",{\"_index\":365,\"name\":{\"973\":{}},\"comment\":{}}],[\"setsensor\",{\"_index\":338,\"name\":{\"938\":{},\"1052\":{}},\"comment\":{}}],[\"setshape\",{\"_index\":339,\"name\":{\"939\":{}},\"comment\":{}}],[\"setsleeping\",{\"_index\":135,\"name\":{\"189\":{}},\"comment\":{}}],[\"setslideenabled\",{\"_index\":526,\"name\":{\"1332\":{}},\"comment\":{}}],[\"setsoftccdprediction\",{\"_index\":55,\"name\":{\"75\":{},\"191\":{}},\"comment\":{}}],[\"setsolvergroups\",{\"_index\":347,\"name\":{\"949\":{},\"1063\":{}},\"comment\":{}}],[\"settranslation\",{\"_index\":60,\"name\":{\"81\":{},\"173\":{},\"963\":{},\"1050\":{}},\"comment\":{}}],[\"settranslationwrtparent\",{\"_index\":360,\"name\":{\"964\":{}},\"comment\":{}}],[\"setup\",{\"_index\":516,\"name\":{\"1322\":{}},\"comment\":{}}],[\"setuserdata\",{\"_index\":137,\"name\":{\"192\":{}},\"comment\":{}}],[\"setvoxel\",{\"_index\":367,\"name\":{\"976\":{}},\"comment\":{}}],[\"setwheelaxlecs\",{\"_index\":594,\"name\":{\"1419\":{}},\"comment\":{}}],[\"setwheelbrake\",{\"_index\":586,\"name\":{\"1411\":{}},\"comment\":{}}],[\"setwheelchassisconnectionpointcs\",{\"_index\":570,\"name\":{\"1395\":{}},\"comment\":{}}],[\"setwheeldirectioncs\",{\"_index\":592,\"name\":{\"1417\":{}},\"comment\":{}}],[\"setwheelengineforce\",{\"_index\":590,\"name\":{\"1415\":{}},\"comment\":{}}],[\"setwheelfrictionslip\",{\"_index\":596,\"name\":{\"1421\":{}},\"comment\":{}}],[\"setwheelmaxsuspensionforce\",{\"_index\":584,\"name\":{\"1409\":{}},\"comment\":{}}],[\"setwheelmaxsuspensiontravel\",{\"_index\":574,\"name\":{\"1399\":{}},\"comment\":{}}],[\"setwheelradius\",{\"_index\":576,\"name\":{\"1401\":{}},\"comment\":{}}],[\"setwheelsidefrictionstiffness\",{\"_index\":598,\"name\":{\"1423\":{}},\"comment\":{}}],[\"setwheelsteering\",{\"_index\":588,\"name\":{\"1413\":{}},\"comment\":{}}],[\"setwheelsuspensioncompression\",{\"_index\":580,\"name\":{\"1405\":{}},\"comment\":{}}],[\"setwheelsuspensionrelaxation\",{\"_index\":582,\"name\":{\"1407\":{}},\"comment\":{}}],[\"setwheelsuspensionrestlength\",{\"_index\":572,\"name\":{\"1397\":{}},\"comment\":{}}],[\"setwheelsuspensionstiffness\",{\"_index\":578,\"name\":{\"1403\":{}},\"comment\":{}}],[\"shape\",{\"_index\":271,\"name\":{\"596\":{},\"932\":{},\"1029\":{},\"1480\":{}},\"comment\":{}}],[\"shapecasthit\",{\"_index\":411,\"name\":{\"1127\":{},\"1515\":{}},\"comment\":{}}],[\"shapecontact\",{\"_index\":419,\"name\":{\"1145\":{},\"1518\":{}},\"comment\":{}}],[\"shapetype\",{\"_index\":280,\"name\":{\"609\":{},\"967\":{},\"1481\":{}},\"comment\":{}}],[\"sleep\",{\"_index\":81,\"name\":{\"102\":{}},\"comment\":{}}],[\"sleeping\",{\"_index\":130,\"name\":{\"164\":{}},\"comment\":{}}],[\"slideenabled\",{\"_index\":525,\"name\":{\"1331\":{}},\"comment\":{}}],[\"snaptogrounddistance\",{\"_index\":537,\"name\":{\"1343\":{}},\"comment\":{}}],[\"snaptogroundenabled\",{\"_index\":540,\"name\":{\"1346\":{}},\"comment\":{}}],[\"softccdprediction\",{\"_index\":56,\"name\":{\"76\":{},\"166\":{}},\"comment\":{}}],[\"solvercontactdist\",{\"_index\":267,\"name\":{\"592\":{}},\"comment\":{}}],[\"solvercontactfriction\",{\"_index\":268,\"name\":{\"593\":{}},\"comment\":{}}],[\"solvercontactpoint\",{\"_index\":266,\"name\":{\"591\":{}},\"comment\":{}}],[\"solvercontactrestitution\",{\"_index\":269,\"name\":{\"594\":{}},\"comment\":{}}],[\"solvercontacttangentvelocity\",{\"_index\":270,\"name\":{\"595\":{}},\"comment\":{}}],[\"solverflags\",{\"_index\":486,\"name\":{\"1259\":{},\"1526\":{}},\"comment\":{}}],[\"solvergroups\",{\"_index\":380,\"name\":{\"992\":{},\"1042\":{}},\"comment\":{}}],[\"spherical\",{\"_index\":171,\"name\":{\"232\":{},\"447\":{}},\"comment\":{}}],[\"sphericalimpulsejoint\",{\"_index\":213,\"name\":{\"423\":{},\"1463\":{}},\"comment\":{}}],[\"sphericalmultibodyjoint\",{\"_index\":233,\"name\":{\"523\":{},\"1472\":{}},\"comment\":{}}],[\"spring\",{\"_index\":170,\"name\":{\"231\":{},\"444\":{}},\"comment\":{}}],[\"springimpulsejoint\",{\"_index\":209,\"name\":{\"329\":{},\"1459\":{}},\"comment\":{}}],[\"status\",{\"_index\":128,\"name\":{\"162\":{}},\"comment\":{}}],[\"step\",{\"_index\":440,\"name\":{\"1177\":{},\"1227\":{}},\"comment\":{}}],[\"stiffness\",{\"_index\":220,\"name\":{\"460\":{}},\"comment\":{}}],[\"subshape1\",{\"_index\":254,\"name\":{\"579\":{}},\"comment\":{}}],[\"subshape2\",{\"_index\":255,\"name\":{\"580\":{}},\"comment\":{}}],[\"switchtosmallstepspgssolver\",{\"_index\":163,\"name\":{\"223\":{},\"1186\":{}},\"comment\":{}}],[\"switchtosmallstepspgssolverwithoutwarmstart\",{\"_index\":164,\"name\":{\"224\":{},\"1187\":{}},\"comment\":{}}],[\"switchtostandardpgssolver\",{\"_index\":162,\"name\":{\"222\":{},\"1185\":{}},\"comment\":{}}],[\"takesnapshot\",{\"_index\":438,\"name\":{\"1175\":{}},\"comment\":{}}],[\"tempcontactforceevent\",{\"_index\":473,\"name\":{\"1238\":{},\"1523\":{}},\"comment\":{}}],[\"tempcontactmanifold\",{\"_index\":250,\"name\":{\"572\":{},\"1479\":{}},\"comment\":{}}],[\"tempmanifold\",{\"_index\":245,\"name\":{\"566\":{}},\"comment\":{}}],[\"time_of_impact\",{\"_index\":412,\"name\":{\"1130\":{},\"1139\":{}},\"comment\":{}}],[\"timeofimpact\",{\"_index\":403,\"name\":{\"1097\":{},\"1105\":{},\"1113\":{}},\"comment\":{}}],[\"timestep\",{\"_index\":443,\"name\":{\"1180\":{}},\"comment\":{}}],[\"toi\",{\"_index\":508,\"name\":{\"1305\":{}},\"comment\":{}}],[\"totalforce\",{\"_index\":476,\"name\":{\"1244\":{}},\"comment\":{}}],[\"totalforcemagnitude\",{\"_index\":477,\"name\":{\"1245\":{}},\"comment\":{}}],[\"translation\",{\"_index\":57,\"name\":{\"77\":{},\"144\":{},\"935\":{},\"1039\":{}},\"comment\":{}}],[\"translationdeltaapplied\",{\"_index\":506,\"name\":{\"1303\":{}},\"comment\":{}}],[\"translationdeltaremaining\",{\"_index\":507,\"name\":{\"1304\":{}},\"comment\":{}}],[\"translationsenabledx\",{\"_index\":120,\"name\":{\"150\":{}},\"comment\":{}}],[\"translationsenabledy\",{\"_index\":121,\"name\":{\"151\":{}},\"comment\":{}}],[\"translationsenabledz\",{\"_index\":124,\"name\":{\"156\":{}},\"comment\":{}}],[\"triangle\",{\"_index\":286,\"name\":{\"615\":{},\"724\":{},\"1011\":{},\"1490\":{}},\"comment\":{}}],[\"trimesh\",{\"_index\":287,\"name\":{\"616\":{},\"787\":{},\"1015\":{},\"1494\":{}},\"comment\":{}}],[\"trimeshflags\",{\"_index\":301,\"name\":{\"630\":{},\"1483\":{}},\"comment\":{}}],[\"type\",{\"_index\":188,\"name\":{\"254\":{},\"282\":{},\"301\":{},\"320\":{},\"339\":{},\"367\":{},\"395\":{},\"414\":{},\"433\":{},\"600\":{},\"640\":{},\"654\":{},\"668\":{},\"682\":{},\"697\":{},\"712\":{},\"727\":{},\"743\":{},\"760\":{},\"775\":{},\"790\":{},\"806\":{},\"821\":{},\"837\":{},\"855\":{},\"870\":{},\"886\":{},\"901\":{}},\"comment\":{}}],[\"unitimpulsejoint\",{\"_index\":197,\"name\":{\"263\":{},\"1456\":{}},\"comment\":{}}],[\"unitmultibodyjoint\",{\"_index\":229,\"name\":{\"488\":{},\"1468\":{}},\"comment\":{}}],[\"unknown\",{\"_index\":397,\"name\":{\"1088\":{}},\"comment\":{}}],[\"unmap\",{\"_index\":226,\"name\":{\"473\":{},\"538\":{},\"1078\":{}},\"comment\":{}}],[\"up\",{\"_index\":515,\"name\":{\"1321\":{}},\"comment\":{}}],[\"update\",{\"_index\":504,\"name\":{\"1289\":{}},\"comment\":{}}],[\"updatescenequeries\",{\"_index\":442,\"name\":{\"1179\":{}},\"comment\":{}}],[\"updatevehicle\",{\"_index\":561,\"name\":{\"1386\":{}},\"comment\":{}}],[\"userdata\",{\"_index\":41,\"name\":{\"61\":{},\"169\":{}},\"comment\":{}}],[\"userforce\",{\"_index\":110,\"name\":{\"131\":{}},\"comment\":{}}],[\"usertorque\",{\"_index\":111,\"name\":{\"132\":{}},\"comment\":{}}],[\"vector\",{\"_index\":2,\"name\":{\"2\":{},\"1437\":{}},\"comment\":{}}],[\"vector3\",{\"_index\":6,\"name\":{\"6\":{},\"1438\":{}},\"comment\":{}}],[\"vectorops\",{\"_index\":8,\"name\":{\"11\":{},\"1439\":{}},\"comment\":{}}],[\"vehiclecontrollers\",{\"_index\":437,\"name\":{\"1173\":{}},\"comment\":{}}],[\"velocityatpoint\",{\"_index\":69,\"name\":{\"90\":{}},\"comment\":{}}],[\"version\",{\"_index\":0,\"name\":{\"0\":{},\"1435\":{}},\"comment\":{}}],[\"vertex\",{\"_index\":394,\"name\":{\"1085\":{}},\"comment\":{}}],[\"vertices\",{\"_index\":314,\"name\":{\"761\":{},\"791\":{},\"807\":{},\"822\":{},\"979\":{},\"1267\":{},\"1272\":{}},\"comment\":{}}],[\"volume\",{\"_index\":378,\"name\":{\"990\":{}},\"comment\":{}}],[\"voxels\",{\"_index\":298,\"name\":{\"627\":{},\"772\":{},\"1014\":{},\"1493\":{}},\"comment\":{}}],[\"voxelsize\",{\"_index\":317,\"name\":{\"777\":{}},\"comment\":{}}],[\"w\",{\"_index\":15,\"name\":{\"22\":{},\"28\":{}},\"comment\":{}}],[\"wakeup\",{\"_index\":82,\"name\":{\"103\":{}},\"comment\":{}}],[\"wheelaxlecs\",{\"_index\":593,\"name\":{\"1418\":{}},\"comment\":{}}],[\"wheelbrake\",{\"_index\":585,\"name\":{\"1410\":{}},\"comment\":{}}],[\"wheelchassisconnectionpointcs\",{\"_index\":569,\"name\":{\"1394\":{}},\"comment\":{}}],[\"wheelcontactnormal\",{\"_index\":603,\"name\":{\"1428\":{}},\"comment\":{}}],[\"wheelcontactpoint\",{\"_index\":604,\"name\":{\"1429\":{}},\"comment\":{}}],[\"wheeldirectioncs\",{\"_index\":591,\"name\":{\"1416\":{}},\"comment\":{}}],[\"wheelengineforce\",{\"_index\":589,\"name\":{\"1414\":{}},\"comment\":{}}],[\"wheelforwardimpulse\",{\"_index\":600,\"name\":{\"1425\":{}},\"comment\":{}}],[\"wheelfrictionslip\",{\"_index\":595,\"name\":{\"1420\":{}},\"comment\":{}}],[\"wheelgroundobject\",{\"_index\":608,\"name\":{\"1433\":{}},\"comment\":{}}],[\"wheelhardpoint\",{\"_index\":606,\"name\":{\"1431\":{}},\"comment\":{}}],[\"wheelisincontact\",{\"_index\":607,\"name\":{\"1432\":{}},\"comment\":{}}],[\"wheelmaxsuspensionforce\",{\"_index\":583,\"name\":{\"1408\":{}},\"comment\":{}}],[\"wheelmaxsuspensiontravel\",{\"_index\":573,\"name\":{\"1398\":{}},\"comment\":{}}],[\"wheelradius\",{\"_index\":575,\"name\":{\"1400\":{}},\"comment\":{}}],[\"wheelrotation\",{\"_index\":599,\"name\":{\"1424\":{}},\"comment\":{}}],[\"wheelsidefrictionstiffness\",{\"_index\":597,\"name\":{\"1422\":{}},\"comment\":{}}],[\"wheelsideimpulse\",{\"_index\":601,\"name\":{\"1426\":{}},\"comment\":{}}],[\"wheelsteering\",{\"_index\":587,\"name\":{\"1412\":{}},\"comment\":{}}],[\"wheelsuspensioncompression\",{\"_index\":579,\"name\":{\"1404\":{}},\"comment\":{}}],[\"wheelsuspensionforce\",{\"_index\":602,\"name\":{\"1427\":{}},\"comment\":{}}],[\"wheelsuspensionlength\",{\"_index\":605,\"name\":{\"1430\":{}},\"comment\":{}}],[\"wheelsuspensionrelaxation\",{\"_index\":581,\"name\":{\"1406\":{}},\"comment\":{}}],[\"wheelsuspensionrestlength\",{\"_index\":571,\"name\":{\"1396\":{}},\"comment\":{}}],[\"wheelsuspensionstiffness\",{\"_index\":577,\"name\":{\"1402\":{}},\"comment\":{}}],[\"witness1\",{\"_index\":413,\"name\":{\"1131\":{},\"1140\":{},\"1306\":{}},\"comment\":{}}],[\"witness2\",{\"_index\":414,\"name\":{\"1132\":{},\"1141\":{},\"1307\":{}},\"comment\":{}}],[\"world\",{\"_index\":423,\"name\":{\"1153\":{},\"1519\":{}},\"comment\":{}}],[\"worldcom\",{\"_index\":75,\"name\":{\"96\":{}},\"comment\":{}}],[\"x\",{\"_index\":3,\"name\":{\"3\":{},\"8\":{},\"19\":{},\"25\":{}},\"comment\":{}}],[\"y\",{\"_index\":4,\"name\":{\"4\":{},\"9\":{},\"20\":{},\"26\":{}},\"comment\":{}}],[\"z\",{\"_index\":5,\"name\":{\"5\":{},\"10\":{},\"21\":{},\"27\":{}},\"comment\":{}}],[\"zeros\",{\"_index\":11,\"name\":{\"14\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/static/javascript3d/assets/widgets.png b/static/javascript3d/assets/widgets.png deleted file mode 100644 index c738053..0000000 Binary files a/static/javascript3d/assets/widgets.png and /dev/null differ diff --git a/static/javascript3d/assets/widgets@2x.png b/static/javascript3d/assets/widgets@2x.png deleted file mode 100644 index 4bbbd57..0000000 Binary files a/static/javascript3d/assets/widgets@2x.png and /dev/null differ diff --git a/static/javascript3d/classes/Ball.html b/static/javascript3d/classes/Ball.html index e698db4..c54693d 100644 --- a/static/javascript3d/classes/Ball.html +++ b/static/javascript3d/classes/Ball.html @@ -25,7 +25,7 @@

    Hierarchy

    • Ball
    +
  • Defined in geometry/shape.d.ts:158
  • @@ -72,7 +72,7 @@
    radius: number

    Returns Ball

    +
  • Defined in geometry/shape.d.ts:168
  • Properties

    @@ -81,13 +81,13 @@
    +
  • Defined in geometry/shape.d.ts:163
  • type: Ball = ShapeType.Ball
    +
  • Defined in geometry/shape.d.ts:159
  • Methods

    @@ -189,7 +189,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:169
    • diff --git a/static/javascript3d/classes/Capsule.html b/static/javascript3d/classes/Capsule.html index cb0d04a..ef42c6b 100644 --- a/static/javascript3d/classes/Capsule.html +++ b/static/javascript3d/classes/Capsule.html @@ -25,7 +25,7 @@

      Hierarchy

      • Capsule
    +
  • Defined in geometry/shape.d.ts:230
  • @@ -77,7 +77,7 @@
    radius: number

    Returns Capsule

    +
  • Defined in geometry/shape.d.ts:245
  • Properties

    @@ -86,20 +86,20 @@
    +
  • Defined in geometry/shape.d.ts:239
  • radius: number

    The radius of the capsule's basis.

    +
  • Defined in geometry/shape.d.ts:235
  • type: Capsule = ShapeType.Capsule
    +
  • Defined in geometry/shape.d.ts:231
  • Methods

    @@ -201,7 +201,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:246
  • +
  • Defined in geometry/collider.d.ts:224
  • +
  • Defined in geometry/collider.d.ts:212
  • +
  • Defined in geometry/collider.d.ts:200
    • @@ -230,7 +234,7 @@
      maxToi: number
      stopAtPenetration: boolean

    Returns ColliderShapeCastHit

    +
  • Defined in geometry/collider.d.ts:494
    • @@ -261,7 +265,7 @@
      solid: boolean

    Returns number

    +
  • Defined in geometry/collider.d.ts:526
    • @@ -290,7 +294,7 @@
      solid: boolean

    Returns RayIntersection

    +
  • Defined in geometry/collider.d.ts:538
    • @@ -317,7 +321,21 @@
      maxToi: number
      stopAtPenetration: boolean

    Returns ShapeCastHit

    +
  • Defined in geometry/collider.d.ts:493
  • +
    + +
      + +
    • +

      Set the internal cached JS shape to null.

      +

      This can be useful if you want to free some memory (assuming you are not +holding any other references to the shape object), or in order to force +the recalculation of the JS shape (the next time the shape getter is +accessed) from the WASM source of truth.

      +
      +

      Returns void

    +
  • Defined in geometry/collider.d.ts:463
  • +
    + +
      + +
    • +

      If this and voxels2 are voxel colliders, this will ensure that a +moving object transitioning across the boundaries of these colliders +won’t suffer from the "internal edges" artifact.

      +

      If the voxels in voxels2 live in a different coordinate space from this, +then the shift_* argument indicate the distance, in voxel units, between +the origin of this to the origin of voxels2.

      +

      This method is intended to be called once between all pairs of voxels +colliders with intersecting domains or shared boundaries.

      +

      If either voxels collider is then modified with setVoxel, the +propagateVoxelChange method must be called to maintain the coupling +between the voxels shapes after the modification.

      +
      +
      +

      Parameters

      +
        +
      • +
        voxels2: Collider
      • +
      • +
        shift_x: number
      • +
      • +
        shift_y: number
      • +
      • +
        shift_z: number
      +

      Returns void

      @@ -350,7 +399,7 @@
      prediction: number

    Returns ShapeContact

    +
  • Defined in geometry/collider.d.ts:513
    • @@ -360,7 +409,7 @@
    +
  • Defined in geometry/collider.d.ts:234
    • @@ -391,7 +440,7 @@
      prediction: number

    Returns ShapeContact

    +
  • Defined in geometry/collider.d.ts:505
  • +
  • Defined in geometry/collider.d.ts:188
    • @@ -419,7 +468,7 @@
      point:

    Returns boolean

    +
  • Defined in geometry/collider.d.ts:473
  • +
  • Defined in geometry/collider.d.ts:451
  • +
  • Defined in geometry/collider.d.ts:443
  • +
  • Defined in geometry/collider.d.ts:144
    • @@ -475,7 +524,7 @@

      Deprecated

      this field will be removed in the future, please access th

      Returns Vector

    +
  • Defined in geometry/collider.d.ts:311
    • @@ -487,7 +536,7 @@

      Deprecated

      this field will be removed in the future, please access th

      Returns number

    +
  • Defined in geometry/collider.d.ts:344
    • @@ -501,7 +550,7 @@

      Deprecated

      this field will be removed in the future, please access th

      Returns Float32Array

    +
  • Defined in geometry/collider.d.ts:417
    • @@ -514,7 +563,7 @@

      Deprecated

      this field will be removed in the future, please access th

      Returns number

    +
  • Defined in geometry/collider.d.ts:435
    • @@ -527,7 +576,7 @@

      Deprecated

      this field will be removed in the future, please access th

      Returns number

    +
  • Defined in geometry/collider.d.ts:429
    • @@ -540,7 +589,7 @@

      Deprecated

      this field will be removed in the future, please access th

      Returns Vector

    +
  • Defined in geometry/collider.d.ts:423
    • @@ -553,7 +602,7 @@

      Deprecated

      this field will be removed in the future, please access th

      Returns Uint32Array

    +
  • Defined in geometry/collider.d.ts:410
    • @@ -575,7 +624,7 @@
      maxToi: number

    Returns boolean

    +
  • Defined in geometry/collider.d.ts:492
  • Returns boolean

    +
  • Defined in geometry/collider.d.ts:495
  • +
  • Defined in geometry/collider.d.ts:123
  • +
  • Defined in geometry/collider.d.ts:103
  • +
  • Defined in geometry/collider.d.ts:91
  • +
  • Defined in geometry/collider.d.ts:455
  • +
  • Defined in geometry/collider.d.ts:439
    • @@ -668,7 +717,46 @@
      solid: boolean

    Returns PointProjection

    +
  • Defined in geometry/collider.d.ts:484
  • +
    + +
      + +
    • +

      If this and voxels2 are voxel colliders, and a voxel from this was +modified with setVoxel, this will ensure that a +moving object transitioning across the boundaries of these colliders +won’t suffer from the "internal edges" artifact.

      +

      The indices ix, iy, iz indicate the integer coordinates of the voxel in +the local coordinate frame of this.

      +

      If the voxels in voxels2 live in a different coordinate space from this, +then the shift_* argument indicate the distance, in voxel units, between +the origin of this to the origin of voxels2.

      +

      This method is intended to be called between this and all the other +voxels colliders with a domain intersecting this or sharing a domain +boundary. This is an incremental maintenance of the effect of +combineVoxelStates.

      +
      +
      +

      Parameters

      +
        +
      • +
        voxels2: Collider
      • +
      • +
        ix: number
      • +
      • +
        iy: number
      • +
      • +
        iz: number
      • +
      • +
        shift_x: number
      • +
      • +
        shift_y: number
      • +
      • +
        shift_z: number
      +

      Returns void

      @@ -680,7 +768,7 @@

      Deprecated

      this field will be removed in the future, please access th

      Returns number

    +
  • Defined in geometry/collider.d.ts:322
  • +
  • Defined in geometry/collider.d.ts:447
  • +
  • Defined in geometry/collider.d.ts:156
  • +
  • Defined in geometry/collider.d.ts:99
    • @@ -723,7 +811,7 @@

      Deprecated

      this field will be removed in the future, please access th

      Returns number

    +
  • Defined in geometry/collider.d.ts:333
  • +
  • Defined in geometry/collider.d.ts:240
  • +
  • Defined in geometry/collider.d.ts:220
    • @@ -776,7 +864,7 @@
      activeHooks:

    Returns void

    +
  • Defined in geometry/collider.d.ts:208
    • @@ -795,7 +883,7 @@
      groups: number

    Returns void

    +
  • Defined in geometry/collider.d.ts:172
    • @@ -812,7 +900,7 @@
      threshold: number

    Returns void

    +
  • Defined in geometry/collider.d.ts:230
    • @@ -830,7 +918,7 @@
      thickness: number

    Returns void

    +
  • Defined in geometry/collider.d.ts:196
    • @@ -850,7 +938,7 @@

      Parameters

      density: number

    Returns void

    +
  • Defined in geometry/collider.d.ts:251
    • @@ -867,7 +955,7 @@
      enabled: boolean

    Returns void

    +
  • Defined in geometry/collider.d.ts:119
    • @@ -886,7 +974,7 @@
      friction: number

    Returns void

    +
  • Defined in geometry/collider.d.ts:139
  • +
  • Defined in geometry/collider.d.ts:151
  • +
  • Defined in geometry/collider.d.ts:317
    • @@ -938,7 +1026,7 @@
      newHalfheight: number

    Returns void

    +
  • Defined in geometry/collider.d.ts:350
    • @@ -958,7 +1046,7 @@

      Parameters

      mass: number

    Returns void

    +
  • Defined in geometry/collider.d.ts:262
    • @@ -982,7 +1070,7 @@
      principalAngularInertia: Rotation

    Returns void

    +
  • Defined in geometry/collider.d.ts:270
    • @@ -999,7 +1087,7 @@
      newRadius: number

    Returns void

    +
  • Defined in geometry/collider.d.ts:328
    • @@ -1018,7 +1106,7 @@
      restitution: number

    Returns void

    +
  • Defined in geometry/collider.d.ts:131
  • +
  • Defined in geometry/collider.d.ts:163
    • @@ -1052,7 +1140,7 @@

      Parameters

      rot: Rotation

    Returns void

    +
  • Defined in geometry/collider.d.ts:292
    • @@ -1069,7 +1157,7 @@

      Parameters

      rot: Rotation

    Returns void

    +
  • Defined in geometry/collider.d.ts:301
    • @@ -1086,13 +1174,13 @@
      newBorderRadius: number

    Returns void

    +
  • Defined in geometry/collider.d.ts:339
    • -

      Sets whether or not this collider is a sensor.

      +

      Sets whether this collider is a sensor.

      Parameters

      @@ -1103,7 +1191,7 @@
      isSensor: boolean

    Returns void

    +
  • Defined in geometry/collider.d.ts:108
    • @@ -1120,7 +1208,7 @@
      shape:

    Returns void

    +
  • Defined in geometry/collider.d.ts:113
    • @@ -1140,7 +1228,7 @@
      groups: number

    Returns void

    +
  • Defined in geometry/collider.d.ts:182
    • @@ -1157,7 +1245,7 @@
      tra:

    Returns void

    +
  • Defined in geometry/collider.d.ts:276
    • @@ -1175,7 +1263,34 @@
      tra:

    Returns void

    +
  • Defined in geometry/collider.d.ts:284
  • +
    + +
      + +
    • +

      If this collider has a Voxels shape, this will mark the voxel at the +given grid coordinates as filled or empty (depending on the filled +argument).

      +

      Each input value is assumed to be an integer.

      +

      The operation is O(1), unless the provided coordinates are out of the +bounds of the currently allocated internal grid in which case the grid +will be grown automatically.

      +
      +
      +

      Parameters

      +
        +
      • +
        ix: number
      • +
      • +
        iy: number
      • +
      • +
        iz: number
      • +
      • +
        filled: boolean
      +

      Returns void

      @@ -1187,7 +1302,7 @@

      Deprecated

      this field will be removed in the future, please access th

      Returns ShapeType

    +
  • Defined in geometry/collider.d.ts:306
  • +
  • Defined in geometry/collider.d.ts:467
    • @@ -1207,7 +1322,7 @@
    +
  • Defined in geometry/collider.d.ts:95
    • @@ -1220,7 +1335,7 @@

      Deprecated

      this field will be removed in the future, please access th

      Returns Float32Array

    +
  • Defined in geometry/collider.d.ts:404
  • +
  • Defined in geometry/collider.d.ts:459
  • Constructors

    @@ -112,119 +113,119 @@
    shape:

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:573
  • Properties

    activeCollisionTypes: ActiveCollisionTypes
    +
  • Defined in geometry/collider.d.ts:565
  • activeEvents: ActiveEvents
    +
  • Defined in geometry/collider.d.ts:563
  • activeHooks: ActiveHooks
    +
  • Defined in geometry/collider.d.ts:564
  • angularInertiaLocalFrame: Rotation
    +
  • Defined in geometry/collider.d.ts:552
  • centerOfMass: Vector
    +
  • Defined in geometry/collider.d.ts:550
  • collisionGroups: number
    +
  • Defined in geometry/collider.d.ts:559
  • contactForceEventThreshold: number
    +
  • Defined in geometry/collider.d.ts:566
  • contactSkin: number
    +
  • Defined in geometry/collider.d.ts:567
  • density: number
    +
  • Defined in geometry/collider.d.ts:553
  • enabled: boolean
    +
  • Defined in geometry/collider.d.ts:546
  • friction: number
    +
  • Defined in geometry/collider.d.ts:554
  • frictionCombineRule: CoefficientCombineRule
    +
  • Defined in geometry/collider.d.ts:561
  • isSensor: boolean
    +
  • Defined in geometry/collider.d.ts:558
  • mass: number
    +
  • Defined in geometry/collider.d.ts:549
  • massPropsMode: MassPropsMode
    +
  • Defined in geometry/collider.d.ts:548
  • principalAngularInertia: Vector
    +
  • Defined in geometry/collider.d.ts:551
  • restitution: number
    +
  • Defined in geometry/collider.d.ts:555
  • restitutionCombineRule: CoefficientCombineRule
    +
  • Defined in geometry/collider.d.ts:562
  • rotation: Rotation
    +
  • Defined in geometry/collider.d.ts:556
  • shape: Shape
    +
  • Defined in geometry/collider.d.ts:547
  • solverGroups: number
    +
  • Defined in geometry/collider.d.ts:560
  • translation: Vector
    +
  • Defined in geometry/collider.d.ts:557
  • Methods

    @@ -243,7 +244,7 @@
    activeCollisionTypes: Returns ColliderDesc
    +
  • Defined in geometry/collider.d.ts:865
  • +
  • Defined in geometry/collider.d.ts:859
    • @@ -279,7 +280,7 @@
      activeHooks:

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:851
    • @@ -298,7 +299,7 @@
      groups: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:833
    • @@ -315,7 +316,7 @@
      threshold: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:871
    • @@ -336,7 +337,7 @@

      Parameters

      thickness: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:763
    • @@ -355,7 +356,7 @@
      density: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:772
    • @@ -372,7 +373,7 @@
      enabled: boolean

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:751
    • @@ -391,7 +392,7 @@
      friction: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:810
  • +
  • Defined in geometry/collider.d.ts:817
    • @@ -427,7 +428,7 @@
      mass: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:780
    • @@ -460,7 +461,7 @@
      angularInertiaLocalFrame: Returns ColliderDesc
    +
  • Defined in geometry/collider.d.ts:794
    • @@ -479,7 +480,7 @@
      restitution: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:802
  • +
  • Defined in geometry/collider.d.ts:824
    • @@ -514,7 +515,7 @@
      rot:

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:737
    • @@ -533,7 +534,7 @@
      sensor: boolean

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:746
    • @@ -553,7 +554,7 @@
      groups: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:843
    • @@ -572,7 +573,7 @@
      y: number
      z: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:731
    • @@ -589,7 +590,7 @@
      radius: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:579
    • @@ -610,7 +611,7 @@
      radius: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:586
    • @@ -631,7 +632,7 @@
      radius: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:688
    • @@ -649,7 +650,7 @@
      points: Float32Array

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:703
    • @@ -669,7 +670,7 @@
      vertices: Float32Array
      Optional indices: Uint32Array

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:710
    • @@ -694,7 +695,7 @@
      hz: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:647
    • @@ -715,7 +716,7 @@
      radius: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:673
  • Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:666
    • @@ -769,7 +770,7 @@
      Optional indices: Returns ColliderDesc
    +
  • Defined in geometry/collider.d.ts:619
    • @@ -794,7 +795,7 @@
      borderRadius: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:696
    • @@ -817,7 +818,7 @@
      borderRadius: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:719
    • @@ -841,7 +842,7 @@
      borderRadius: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:727
    • @@ -870,7 +871,7 @@
      borderRadius: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:656
    • @@ -895,7 +896,7 @@
      borderRadius: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:681
    • @@ -925,7 +926,7 @@
      borderRadius: number

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:611
    • @@ -946,7 +947,7 @@
      b:

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:593
    • @@ -971,7 +972,7 @@
      c:

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:601
    • @@ -994,7 +995,26 @@
      indices: Uint32Array
      Optional flags: TriMeshFlags

    Returns ColliderDesc

    +
  • Defined in geometry/collider.d.ts:639
  • +
    + +
      + +
    • +

      Creates a new collider descriptor with a shape made of voxels.

      +
      +
      +

      Parameters

      +
        +
      • +
        voxels: Int32Array | Float32Array
      • +
      • +
        voxelSize: Vector
        +

        The size of each voxel.

        +
      +

      Returns ColliderDesc

    +
  • trimesh
  • +
  • voxels
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript3d/classes/Cone.html b/static/javascript3d/classes/Cone.html index 888426f..1aea9c7 100644 --- a/static/javascript3d/classes/Cone.html +++ b/static/javascript3d/classes/Cone.html @@ -25,7 +25,7 @@

    Hierarchy

    • Cone
    +
  • Defined in geometry/shape.d.ts:550
  • @@ -77,7 +77,7 @@
    radius: number

    Returns Cone

    +
  • Defined in geometry/shape.d.ts:565
  • Properties

    @@ -86,20 +86,20 @@
    +
  • Defined in geometry/shape.d.ts:559
  • radius: number

    The radius of the cone's basis.

    +
  • Defined in geometry/shape.d.ts:555
  • type: Cone = ShapeType.Cone
    +
  • Defined in geometry/shape.d.ts:551
  • Methods

    @@ -201,7 +201,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:566
    • diff --git a/static/javascript3d/classes/ConvexPolyhedron.html b/static/javascript3d/classes/ConvexPolyhedron.html index c7f05fa..1f33fb6 100644 --- a/static/javascript3d/classes/ConvexPolyhedron.html +++ b/static/javascript3d/classes/ConvexPolyhedron.html @@ -25,7 +25,7 @@

      Hierarchy

      • ConvexPolyhedron
    +
  • Defined in geometry/shape.d.ts:410
  • @@ -80,7 +80,7 @@
    Optional indices: Returns ConvexPolyhedron
    +
  • Defined in geometry/shape.d.ts:429
  • Properties

    @@ -89,20 +89,20 @@
    +
  • Defined in geometry/shape.d.ts:419
  • type: ConvexPolyhedron = ShapeType.ConvexPolyhedron
    +
  • Defined in geometry/shape.d.ts:411
  • vertices: Float32Array

    The vertices of the convex polygon.

    +
  • Defined in geometry/shape.d.ts:415
  • Methods

    @@ -204,7 +204,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:430
    • diff --git a/static/javascript3d/classes/Cuboid.html b/static/javascript3d/classes/Cuboid.html index 3f81bdd..8da6597 100644 --- a/static/javascript3d/classes/Cuboid.html +++ b/static/javascript3d/classes/Cuboid.html @@ -25,7 +25,7 @@

      Hierarchy

      • Cuboid
    +
  • Defined in geometry/shape.d.ts:188
  • @@ -80,7 +80,7 @@
    hz: number

    Returns Cuboid

    +
  • Defined in geometry/shape.d.ts:200
  • Properties

    @@ -89,13 +89,13 @@
    +
  • Defined in geometry/shape.d.ts:193
  • type: Cuboid = ShapeType.Cuboid
    +
  • Defined in geometry/shape.d.ts:189
  • Methods

    @@ -197,7 +197,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:201
    • diff --git a/static/javascript3d/classes/Cylinder.html b/static/javascript3d/classes/Cylinder.html index 789da11..21a07ff 100644 --- a/static/javascript3d/classes/Cylinder.html +++ b/static/javascript3d/classes/Cylinder.html @@ -25,7 +25,7 @@

      Hierarchy

      • Cylinder
    +
  • Defined in geometry/shape.d.ts:503
  • @@ -77,7 +77,7 @@
    radius: number

    Returns Cylinder

    +
  • Defined in geometry/shape.d.ts:518
  • Properties

    @@ -86,20 +86,20 @@
    +
  • Defined in geometry/shape.d.ts:512
  • radius: number

    The radius of the cylinder's basis.

    +
  • Defined in geometry/shape.d.ts:508
  • type: Cylinder = ShapeType.Cylinder
    +
  • Defined in geometry/shape.d.ts:504
  • Methods

    @@ -201,7 +201,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:519
    • diff --git a/static/javascript3d/classes/DebugRenderBuffers.html b/static/javascript3d/classes/DebugRenderBuffers.html index 08cc94f..54ddff0 100644 --- a/static/javascript3d/classes/DebugRenderBuffers.html +++ b/static/javascript3d/classes/DebugRenderBuffers.html @@ -23,7 +23,7 @@

      Hierarchy

      • DebugRenderBuffers
    +
  • Defined in pipeline/debug_render_pipeline.d.ts:8
  • @@ -54,7 +54,7 @@
    vertices: Float32Array
    colors: Float32Array

    Returns DebugRenderBuffers

    +
  • Defined in pipeline/debug_render_pipeline.d.ts:22
  • Properties

    @@ -64,7 +64,7 @@
    +
  • Defined in pipeline/debug_render_pipeline.d.ts:21
  • vertices: Float32Array
    @@ -75,7 +75,7 @@
    +
  • Defined in pipeline/debug_render_pipeline.d.ts:16
  • +
    narrow_phase: NarrowPhase
    +
  • +
    Optional filterFlags: QueryFilterFlags
  • +
  • +
    Optional filterPredicate: ((collider: Collider) => boolean)
    +
      +
    • +
        +
      • (collider: Collider): boolean
      • +
      • +
        +

        Parameters

        +
        +

        Returns boolean

  • Returns void

    +
  • Defined in pipeline/debug_render_pipeline.d.ts:39
  • Returns ShapeCastHit

      diff --git a/static/javascript3d/classes/Heightfield.html b/static/javascript3d/classes/Heightfield.html index 779844e..324ed20 100644 --- a/static/javascript3d/classes/Heightfield.html +++ b/static/javascript3d/classes/Heightfield.html @@ -25,7 +25,7 @@

      Hierarchy

      • Heightfield
    +
  • Defined in geometry/shape.d.ts:465
  • @@ -91,7 +91,7 @@
    Optional flags: Returns Heightfield
    +
  • Defined in geometry/shape.d.ts:497
  • Properties

    @@ -100,7 +100,7 @@
    +
  • Defined in geometry/shape.d.ts:487
  • heights: Float32Array
    @@ -108,34 +108,34 @@
    +
  • Defined in geometry/shape.d.ts:479
  • ncols: number

    The number of columns in the heights matrix.

    +
  • Defined in geometry/shape.d.ts:474
  • nrows: number

    The number of rows in the heights matrix.

    +
  • Defined in geometry/shape.d.ts:470
  • scale: Vector

    The dimensions of the heightfield's local x,z plane.

    +
  • Defined in geometry/shape.d.ts:483
  • type: HeightField = ShapeType.HeightField
    +
  • Defined in geometry/shape.d.ts:466
  • Methods

    @@ -237,7 +237,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:498
    • diff --git a/static/javascript3d/classes/IntegrationParameters.html b/static/javascript3d/classes/IntegrationParameters.html index f98a343..a75ad12 100644 --- a/static/javascript3d/classes/IntegrationParameters.html +++ b/static/javascript3d/classes/IntegrationParameters.html @@ -36,8 +36,9 @@

      Properties

    Accessors

    -
    dt -erp +
    contact_erp +contact_natural_frequency +dt lengthUnit maxCcdSubsteps minIslandSize @@ -78,17 +79,21 @@

    Returns void

    -
    - +
  • Defined in dynamics/integration_parameters.d.ts:52
  • +
    +
      -
    • get erp(): number
    • +
    • get dt(): number
    • -

      The Error Reduction Parameter in [0, 1] is the proportion of -the positional error to be corrected at each time step (default: 0.2).

      +

      The timestep length (default: 1.0 / 60.0)

      Returns number

    • -
    • set erp(value: number): void
    • +
    • Defined in dynamics/integration_parameters.d.ts:12
    +
  • set dt(value: number): void
  • Parameters

    @@ -118,7 +122,7 @@

    Parameters

    value: number
  • Returns void

    +
  • Defined in dynamics/integration_parameters.d.ts:51
  • +
  • Defined in geometry/shape.d.ts:333
  • @@ -78,7 +78,7 @@
    Optional indices: Returns Polyline
    +
  • Defined in geometry/shape.d.ts:350
  • Properties

    @@ -87,20 +87,20 @@
    +
  • Defined in geometry/shape.d.ts:342
  • type: Polyline = ShapeType.Polyline
    +
  • Defined in geometry/shape.d.ts:334
  • vertices: Float32Array

    The vertices of the polyline.

    +
  • Defined in geometry/shape.d.ts:338
  • Methods

    @@ -202,7 +202,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:351
    • diff --git a/static/javascript3d/classes/QueryPipeline.html b/static/javascript3d/classes/QueryPipeline.html index bc56eda..7ff8e24 100644 --- a/static/javascript3d/classes/QueryPipeline.html +++ b/static/javascript3d/classes/QueryPipeline.html @@ -132,7 +132,7 @@
      collider: number
    Returns boolean

    Returns RayColliderHit

    +
  • Defined in pipeline/query_pipeline.d.ts:74
    • @@ -188,7 +188,7 @@
      collider: number
    Returns boolean

    Returns RayColliderIntersection

    +
  • Defined in pipeline/query_pipeline.d.ts:88
    • @@ -237,7 +237,7 @@
      maxToi: number
      stopAtPenetration: boolean

      If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

      + that it’s on a path to exit that penetration state.

    • Optional filterFlags: QueryFilterFlags
    • @@ -262,7 +262,7 @@
      collider: number
    Returns boolean

    Returns ColliderShapeCastHit

    +
  • Defined in pipeline/query_pipeline.d.ts:169
    • @@ -299,7 +299,7 @@
      handle: number

    Returns boolean

    Returns void

    +
  • Defined in pipeline/query_pipeline.d.ts:190
    • @@ -361,7 +361,7 @@
      collider: number
    Returns boolean

    Returns number

    +
  • Defined in pipeline/query_pipeline.d.ts:114
    • @@ -421,7 +421,7 @@
      collider: number
    Returns boolean

    Returns void

    +
  • Defined in pipeline/query_pipeline.d.ts:148
    • @@ -492,7 +492,7 @@
      collider: number
    Returns boolean

    Returns void

    +
  • Defined in pipeline/query_pipeline.d.ts:103
    • @@ -559,7 +559,7 @@
      collider: number
    Returns boolean

    Returns void

    +
  • Defined in pipeline/query_pipeline.d.ts:181
    • @@ -611,7 +611,7 @@
      collider: number
    Returns boolean

    Returns PointColliderProjection

    +
  • Defined in pipeline/query_pipeline.d.ts:128
    • @@ -655,11 +655,11 @@
      collider: number
    Returns boolean

    Returns PointColliderProjection

    +
  • Defined in pipeline/query_pipeline.d.ts:137
    • - +
    • Updates the acceleration structure of the query pipeline.

      @@ -667,16 +667,12 @@

      Returns void

    +
  • Defined in pipeline/query_pipeline.d.ts:60
  • @@ -176,7 +179,7 @@
    wakeUp: boolean

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:461
    • @@ -201,7 +204,7 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:490
    • @@ -222,7 +225,7 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:475
  • +
  • Defined in dynamics/rigid_body.d.ts:389
    • @@ -254,7 +257,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:264
    • @@ -275,7 +278,7 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:468
    • @@ -300,7 +303,7 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:498
    • @@ -321,7 +324,7 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:482
  • +
  • Defined in dynamics/rigid_body.d.ts:357
    • @@ -349,7 +352,7 @@
      i: number

    Returns Collider

    +
  • Defined in dynamics/rigid_body.d.ts:343
    • @@ -370,7 +373,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:310
    • @@ -380,7 +383,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:272
    • @@ -391,7 +394,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:305
  • +
  • Defined in dynamics/rigid_body.d.ts:278
    • @@ -454,7 +457,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:292
  • +
  • Defined in dynamics/rigid_body.d.ts:332
  • +
  • Defined in dynamics/rigid_body.d.ts:381
  • +
  • Defined in dynamics/rigid_body.d.ts:353
  • +
  • Defined in dynamics/rigid_body.d.ts:373
  • +
  • Defined in dynamics/rigid_body.d.ts:377
  • +
  • Defined in dynamics/rigid_body.d.ts:369
  • +
  • Defined in dynamics/rigid_body.d.ts:365
  • +
  • Defined in dynamics/rigid_body.d.ts:385
    • @@ -565,7 +568,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:282
  • +
  • Defined in dynamics/rigid_body.d.ts:268
  • +
  • Defined in dynamics/rigid_body.d.ts:336
    • @@ -663,7 +666,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:296
    • @@ -673,7 +676,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:300
    • @@ -683,7 +686,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:399
    • @@ -700,7 +703,7 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:448
    • @@ -717,7 +720,7 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:454
    • @@ -819,7 +822,7 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:419
    • @@ -851,7 +854,7 @@
      angularInertiaLocalFrame: boolean

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:436
    • @@ -890,7 +893,7 @@
      factor: number

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:442
  • Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:361
    • @@ -962,7 +965,7 @@
      enabled: boolean

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:349
    • @@ -1060,7 +1063,7 @@
      factor: number

    Returns void

    +
  • Defined in dynamics/rigid_body.d.ts:395
  • +
  • Defined in dynamics/rigid_body.d.ts:318
    • @@ -1221,6 +1224,43 @@
    +
    + +
      + +
    • +

      Retrieves the constant force(s) the user added to this rigid-body +Returns zero if the rigid-body is not dynamic.

      +
      +

      Returns Vector

    +
    + +
      + +
    • +

      Retrieves the constant torque(s) the user added to this rigid-body +Returns zero if the rigid-body is not dynamic.

      +
      +

      Returns Vector

    +
    + +
      + +
    • +

      The velocity of the given world-space point on this rigid-body.

      +
      +
      +

      Parameters

      +
      +

      Returns Vector

    +
  • Defined in dynamics/rigid_body.d.ts:328
    • @@ -1245,7 +1285,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:286
  • diff --git a/static/javascript3d/classes/RigidBodyDesc.html b/static/javascript3d/classes/RigidBodyDesc.html index 6934ee1..2c073c5 100644 --- a/static/javascript3d/classes/RigidBodyDesc.html +++ b/static/javascript3d/classes/RigidBodyDesc.html @@ -20,7 +20,7 @@

    Hierarchy

    • RigidBodyDesc
    +
  • Defined in dynamics/rigid_body.d.ts:510
  • @@ -108,144 +108,144 @@

    Parameters

    status: RigidBodyType

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:538
  • Properties

    additionalSolverIterations: number
    +
  • Defined in dynamics/rigid_body.d.ts:536
  • angularDamping: number
    +
  • Defined in dynamics/rigid_body.d.ts:529
  • angularInertiaLocalFrame: Rotation
    +
  • Defined in dynamics/rigid_body.d.ts:523
  • angvel: Vector
    +
  • Defined in dynamics/rigid_body.d.ts:521
  • canSleep: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:531
  • ccdEnabled: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:533
  • centerOfMass: Vector
    +
  • Defined in dynamics/rigid_body.d.ts:517
  • dominanceGroup: number
    +
  • Defined in dynamics/rigid_body.d.ts:535
  • enabled: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:511
  • gravityScale: number
    +
  • Defined in dynamics/rigid_body.d.ts:514
  • linearDamping: number
    +
  • Defined in dynamics/rigid_body.d.ts:528
  • linvel: Vector
    +
  • Defined in dynamics/rigid_body.d.ts:520
  • mass: number
    +
  • Defined in dynamics/rigid_body.d.ts:515
  • massOnly: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:516
  • principalAngularInertia: Vector
    +
  • Defined in dynamics/rigid_body.d.ts:522
  • rotation: Rotation
    +
  • Defined in dynamics/rigid_body.d.ts:513
  • rotationsEnabledX: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:525
  • rotationsEnabledY: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:526
  • rotationsEnabledZ: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:527
  • sleeping: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:532
  • softCcdPrediction: number
    +
  • Defined in dynamics/rigid_body.d.ts:534
  • +
  • Defined in dynamics/rigid_body.d.ts:530
  • translation: Vector
    +
  • Defined in dynamics/rigid_body.d.ts:512
  • translationsEnabledX: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:518
  • translationsEnabledY: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:519
  • translationsEnabledZ: boolean
    +
  • Defined in dynamics/rigid_body.d.ts:524
  • userData?: unknown
    +
  • Defined in dynamics/rigid_body.d.ts:537
  • Methods

    @@ -272,7 +272,7 @@
    rotationsEnabledZ: boolean

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:683
    • @@ -297,7 +297,7 @@
      translationsEnabledZ: boolean

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:663
  • +
  • Defined in dynamics/rigid_body.d.ts:696
  • +
  • Defined in dynamics/rigid_body.d.ts:676
    • @@ -346,7 +346,7 @@
      rotationsEnabledZ: boolean

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:691
    • @@ -373,7 +373,7 @@
      translationsEnabledZ: boolean

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:671
    • @@ -390,7 +390,7 @@
      mass: number

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:622
    • @@ -428,7 +428,7 @@
      angularInertiaLocalFrame: Returns RigidBodyDesc
    +
  • Defined in dynamics/rigid_body.d.ts:656
    • @@ -450,7 +450,7 @@
      iters: number

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:591
    • @@ -469,7 +469,7 @@
      damping: number

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:714
    • @@ -486,7 +486,7 @@
      vel:

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:636
    • @@ -503,7 +503,7 @@
      can: boolean

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:720
    • @@ -520,7 +520,7 @@
      enabled: boolean

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:732
    • @@ -533,7 +533,7 @@

      Parameters

      group: number

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:579
    • @@ -550,7 +550,7 @@
      enabled: boolean

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:596
    • @@ -569,7 +569,7 @@
      scale: number

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:616
    • @@ -588,7 +588,7 @@
      damping: number

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:705
    • @@ -613,7 +613,7 @@
      z: number

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:630
    • @@ -630,7 +630,7 @@
      rot:

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:608
    • @@ -645,7 +645,7 @@

      Parameters

      sleeping: boolean

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:726
    • @@ -667,7 +667,7 @@

      Parameters

      distance: number

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:745
    • @@ -686,7 +686,7 @@
      y: number
      z: number

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:602
    • @@ -701,7 +701,7 @@

      Parameters

      Optional data: unknown

    Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:751
    • @@ -711,7 +711,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:542
    • @@ -721,7 +721,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:554
    • @@ -731,7 +731,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:546
    • @@ -741,7 +741,7 @@
    +
  • Defined in dynamics/rigid_body.d.ts:550
    • @@ -753,7 +753,7 @@

      Deprecated

      The method has been renamed to .dynamic().

      Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:560
    • @@ -765,7 +765,7 @@

      Deprecated

      The method has been renamed to .kinematicPositionBas

      Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:566
    • @@ -777,7 +777,7 @@

      Deprecated

      The method has been renamed to .kinematicVelocityBas

      Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:572
    • @@ -789,7 +789,7 @@

      Deprecated

      The method has been renamed to .fixed().

      Returns RigidBodyDesc

    +
  • Defined in dynamics/rigid_body.d.ts:578
  • Returns ShapeCastHit

      diff --git a/static/javascript3d/classes/RoundConvexPolyhedron.html b/static/javascript3d/classes/RoundConvexPolyhedron.html index b3093fe..3360b82 100644 --- a/static/javascript3d/classes/RoundConvexPolyhedron.html +++ b/static/javascript3d/classes/RoundConvexPolyhedron.html @@ -25,7 +25,7 @@

      Hierarchy

      • RoundConvexPolyhedron
    +
  • Defined in geometry/shape.d.ts:435
  • @@ -85,7 +85,7 @@
    borderRadius: number

    Returns RoundConvexPolyhedron

    +
  • Defined in geometry/shape.d.ts:459
  • Properties

    @@ -94,27 +94,27 @@
    +
  • Defined in geometry/shape.d.ts:448
  • indices?: Uint32Array

    The indices of the convex polygon.

    +
  • Defined in geometry/shape.d.ts:444
  • type: RoundConvexPolyhedron = ShapeType.RoundConvexPolyhedron
    +
  • Defined in geometry/shape.d.ts:436
  • vertices: Float32Array

    The vertices of the convex polygon.

    +
  • Defined in geometry/shape.d.ts:440
  • Methods

    @@ -216,7 +216,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:460
    • diff --git a/static/javascript3d/classes/RoundCuboid.html b/static/javascript3d/classes/RoundCuboid.html index 3f70f4a..54fc867 100644 --- a/static/javascript3d/classes/RoundCuboid.html +++ b/static/javascript3d/classes/RoundCuboid.html @@ -25,7 +25,7 @@

      Hierarchy

      • RoundCuboid
    +
  • Defined in geometry/shape.d.ts:206
  • @@ -86,7 +86,7 @@
    borderRadius: number

    Returns RoundCuboid

    +
  • Defined in geometry/shape.d.ts:224
  • Properties

    @@ -95,20 +95,20 @@
    +
  • Defined in geometry/shape.d.ts:215
  • halfExtents: Vector

    The half extent of the cuboid along each coordinate axis.

    +
  • Defined in geometry/shape.d.ts:211
  • type: RoundCuboid = ShapeType.RoundCuboid
    +
  • Defined in geometry/shape.d.ts:207
  • Methods

    @@ -210,7 +210,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:225
    • diff --git a/static/javascript3d/classes/RoundCylinder.html b/static/javascript3d/classes/RoundCylinder.html index bda42be..f11c11f 100644 --- a/static/javascript3d/classes/RoundCylinder.html +++ b/static/javascript3d/classes/RoundCylinder.html @@ -25,7 +25,7 @@

      Hierarchy

      • RoundCylinder
    +
  • Defined in geometry/shape.d.ts:524
  • @@ -82,7 +82,7 @@
    borderRadius: number

    Returns RoundCylinder

    +
  • Defined in geometry/shape.d.ts:544
  • Properties

    @@ -91,27 +91,27 @@
    +
  • Defined in geometry/shape.d.ts:537
  • halfHeight: number

    The cylinder's half height, along the y axis.

    +
  • Defined in geometry/shape.d.ts:533
  • radius: number

    The radius of the cylinder's basis.

    +
  • Defined in geometry/shape.d.ts:529
  • type: RoundCylinder = ShapeType.RoundCylinder
    +
  • Defined in geometry/shape.d.ts:525
  • Methods

    @@ -213,7 +213,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:545
    • diff --git a/static/javascript3d/classes/RoundTriangle.html b/static/javascript3d/classes/RoundTriangle.html index 5e7607e..e33a160 100644 --- a/static/javascript3d/classes/RoundTriangle.html +++ b/static/javascript3d/classes/RoundTriangle.html @@ -25,7 +25,7 @@

      Hierarchy

      • RoundTriangle
    +
  • Defined in geometry/shape.d.ts:299
  • @@ -88,7 +88,7 @@
    borderRadius: number

    Returns RoundTriangle

    +
  • Defined in geometry/shape.d.ts:327
  • Properties

    @@ -97,14 +97,14 @@
    +
  • Defined in geometry/shape.d.ts:304
  • The second point of the triangle.

    +
  • Defined in geometry/shape.d.ts:308
  • borderRadius: number
    @@ -112,20 +112,20 @@
    +
  • Defined in geometry/shape.d.ts:317
  • The second point of the triangle.

    +
  • Defined in geometry/shape.d.ts:312
  • type: RoundTriangle = ShapeType.RoundTriangle
    +
  • Defined in geometry/shape.d.ts:300
  • Methods

    @@ -227,7 +227,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:328
    • diff --git a/static/javascript3d/classes/Segment.html b/static/javascript3d/classes/Segment.html index 8b1b944..a75851d 100644 --- a/static/javascript3d/classes/Segment.html +++ b/static/javascript3d/classes/Segment.html @@ -25,7 +25,7 @@

      Hierarchy

      • Segment
    +
  • Defined in geometry/shape.d.ts:251
  • @@ -77,7 +77,7 @@
    b: Returns Segment
    +
  • Defined in geometry/shape.d.ts:266
  • Properties

    @@ -86,20 +86,20 @@
    +
  • Defined in geometry/shape.d.ts:256
  • The second point of the segment.

    +
  • Defined in geometry/shape.d.ts:260
  • type: Segment = ShapeType.Segment
    +
  • Defined in geometry/shape.d.ts:252
  • Methods

    @@ -201,7 +201,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:267
    • diff --git a/static/javascript3d/classes/Shape.html b/static/javascript3d/classes/Shape.html index 0026d0b..a8cc740 100644 --- a/static/javascript3d/classes/Shape.html +++ b/static/javascript3d/classes/Shape.html @@ -29,6 +29,7 @@

      Hierarchy

    • Triangle
    • RoundTriangle
    • Polyline
    • +
    • Voxels
    • TriMesh
    • ConvexPolyhedron
    • RoundConvexPolyhedron
    • @@ -184,7 +185,7 @@
      maxToi: number
      stopAtPenetration: boolean

      If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

      + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:384
  • @@ -80,7 +80,7 @@
    Optional flags: Returns TriMesh
    +
  • Defined in geometry/shape.d.ts:404
  • Properties

    @@ -89,27 +89,27 @@
    +
  • Defined in geometry/shape.d.ts:397
  • indices: Uint32Array

    The indices of the triangles.

    +
  • Defined in geometry/shape.d.ts:393
  • type: TriMesh = ShapeType.TriMesh
    +
  • Defined in geometry/shape.d.ts:385
  • vertices: Float32Array

    The vertices of the triangle mesh.

    +
  • Defined in geometry/shape.d.ts:389
  • Methods

    @@ -211,7 +211,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:405
    • diff --git a/static/javascript3d/classes/Triangle.html b/static/javascript3d/classes/Triangle.html index cb5d0b7..b5dca0e 100644 --- a/static/javascript3d/classes/Triangle.html +++ b/static/javascript3d/classes/Triangle.html @@ -25,7 +25,7 @@

      Hierarchy

      • Triangle
    +
  • Defined in geometry/shape.d.ts:272
  • @@ -82,7 +82,7 @@
    c: Returns Triangle
    +
  • Defined in geometry/shape.d.ts:293
  • Properties

    @@ -91,27 +91,27 @@
    +
  • Defined in geometry/shape.d.ts:277
  • The second point of the triangle.

    +
  • Defined in geometry/shape.d.ts:281
  • The second point of the triangle.

    +
  • Defined in geometry/shape.d.ts:285
  • type: Triangle = ShapeType.Triangle
    +
  • Defined in geometry/shape.d.ts:273
  • Methods

    @@ -213,7 +213,7 @@
    maxToi: number
    stopAtPenetration: boolean

    If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

    + that it’s on a path to exit that penetration state.

    Returns ShapeCastHit

    +
  • Defined in geometry/shape.d.ts:294
    • diff --git a/static/javascript3d/classes/Voxels.html b/static/javascript3d/classes/Voxels.html new file mode 100644 index 0000000..5102f85 --- /dev/null +++ b/static/javascript3d/classes/Voxels.html @@ -0,0 +1,418 @@ +Voxels | @dimforge/rapier3d
      +
      + +
      +
      +
      +
      + +

      Class Voxels

      +
      +

      A shape made of voxels.

      +
      +
      +

      Hierarchy

      +
      +
      +
      +
      + +
      +
      +

      Constructors

      +
      + +
        + +
      • +

        Creates a new shape made of voxels.

        +
        +
        +

        Parameters

        +
          +
        • +
          data: Int32Array | Float32Array
          +

          Defines the set of voxels. If this is a Int32Array then + each voxel is defined from its (signed) grid coordinates, + with 3 (resp 2) contiguous integers per voxel in 3D (resp 2D). + If this is a Float32Array, each voxel will be such that + they contain at least one point from this array (where each + point is defined from 3 (resp 2) contiguous numbers per point + in 3D (resp 2D).

          +
        • +
        • +
          voxelSize: Vector
          +

          The size of each voxel.

          +
        +

        Returns Voxels

      +
      +

      Properties

      +
      + +
      data: Int32Array | Float32Array
      +

      The points or grid coordinates used to initialize the voxels.

      +
      +
      + +
      type: Voxels = ShapeType.Voxels
      +
      + +
      voxelSize: Vector
      +

      The dimensions of each voxel.

      +
      +
      +

      Methods

      +
      + +
        + +
      • +
        +

        Parameters

        +
          +
        • +
          ray: Ray
        • +
        • +
          shapePos: Vector
        • +
        • +
          shapeRot: Rotation
        • +
        • +
          maxToi: number
        • +
        • +
          solid: boolean
        +

        Returns number

      +
      + +
      +
      + +
        + +
      • +

        Computes the time of impact between two moving shapes.

        + +

        Returns

        If the two moving shapes collider at some point along their trajectories, this returns the + time at which the two shape collider as well as the contact information during the impact. Returns + nullif the two shapes never collide along their paths.

        +
        +
        +

        Parameters

        +
          +
        • +
          shapePos1: Vector
          +

          The initial position of this sahpe.

          +
        • +
        • +
          shapeRot1: Rotation
          +

          The rotation of this shape.

          +
        • +
        • +
          shapeVel1: Vector
          +

          The velocity of this shape.

          +
        • +
        • +
          shape2: Shape
          +

          The second moving shape.

          +
        • +
        • +
          shapePos2: Vector
          +

          The initial position of the second shape.

          +
        • +
        • +
          shapeRot2: Rotation
          +

          The rotation of the second shape.

          +
        • +
        • +
          shapeVel2: Vector
          +

          The velocity of the second shape.

          +
        • +
        • +
          targetDistance: number
          +

          − If the shape moves closer to this distance from a collider, a hit + will be returned.

          +
        • +
        • +
          maxToi: number
          +

          The maximum time when the impact can happen.

          +
        • +
        • +
          stopAtPenetration: boolean
          +

          If set to false, the linear shape-cast won’t immediately stop if + the shape is penetrating another shape at its starting point and its trajectory is such + that it’s on a path to exit that penetration state.

          +
        +

        Returns ShapeCastHit

      +
      + +
        + +
      • +

        Computes one pair of contact points between two shapes.

        + +

        Returns

        null if the shapes are separated by a distance greater than prediction, otherwise contact details. The result is given in world-space.

        +
        +
        +

        Parameters

        +
          +
        • +
          shapePos1: Vector
          +

          The initial position of this sahpe.

          +
        • +
        • +
          shapeRot1: Rotation
          +

          The rotation of this shape.

          +
        • +
        • +
          shape2: Shape
          +

          The second shape.

          +
        • +
        • +
          shapePos2: Vector
          +

          The initial position of the second shape.

          +
        • +
        • +
          shapeRot2: Rotation
          +

          The rotation of the second shape.

          +
        • +
        • +
          prediction: number
          +

          The prediction value, if the shapes are separated by a distance greater than this value, test will fail.

          +
        +

        Returns ShapeContact

      +
      + +
      +
      + +
        + +
      • +
        +

        Parameters

        +
        +

        Returns boolean

      +
      + +
        + +
      • +

        Tests if this shape intersects another shape.

        + +

        Returns

        true if the two shapes intersect, false if they don’t.

        +
        +
        +

        Parameters

        +
          +
        • +
          shapePos1: Vector
          +

          The position of this shape.

          +
        • +
        • +
          shapeRot1: Rotation
          +

          The rotation of this shape.

          +
        • +
        • +
          shape2: Shape
          +

          The second shape to test.

          +
        • +
        • +
          shapePos2: Vector
          +

          The position of the second shape.

          +
        • +
        • +
          shapeRot2: Rotation
          +

          The rotation of the second shape.

          +
        +

        Returns boolean

      +
      + +
        + +
      • +

        Returns RawShape

      +
      + +
      +
      + +
        + +
      • +

        instant mode without cache

        +
        +
        +

        Parameters

        +
          +
        • +
          rawSet: RawColliderSet
        • +
        • +
          handle: number
        +

        Returns Shape

      +
      +
      +

      Generated using TypeDoc

      +
      \ No newline at end of file diff --git a/static/javascript3d/classes/World.html b/static/javascript3d/classes/World.html index b30de3c..8d4e98f 100644 --- a/static/javascript3d/classes/World.html +++ b/static/javascript3d/classes/World.html @@ -50,6 +50,7 @@

      Properties

      multibodyJoints narrowPhase physicsPipeline +pidControllers queryPipeline serializationPipeline vehicleControllers @@ -74,6 +75,7 @@

      Methods

      createCollider createImpulseJoint createMultibodyJoint +createPidController createRigidBody createVehicleController debugRender @@ -98,6 +100,7 @@

      Methods

      removeCollider removeImpulseJoint removeMultibodyJoint +removePidController removeRigidBody removeVehicleController step @@ -149,7 +152,7 @@
      Optional rawSerializationPipeli
      Optional rawDebugRenderPipeline: RawDebugRenderPipeline

    Returns World

    +
  • Defined in pipeline/world.d.ts:44
  • Properties

    @@ -217,6 +220,11 @@
    +
    + +
    pidControllers: Set<PidController>
    queryPipeline: QueryPipeline
    +
  • Defined in pipeline/world.d.ts:36
  • Accessors

    @@ -244,7 +252,7 @@
    +
  • Defined in pipeline/world.d.ts:128
    • @@ -276,7 +284,7 @@
  • set numAdditionalFrictionIterations(niter: number): void
  • Sets the number of addition friction resolution iteration run during the last solver sub-step (default: 4).

    @@ -292,7 +300,7 @@
    niter: number
  • Returns void

    +
  • Defined in pipeline/world.d.ts:154
    • @@ -302,7 +310,7 @@
  • set numInternalPgsIterations(niter: number): void
  • Sets the Number of internal Project Gauss Seidel (PGS) iterations run at each solver iteration (default: 1).

    @@ -318,7 +326,7 @@
    niter: number
  • Returns void

    +
  • Defined in pipeline/world.d.ts:167
  • set numSolverIterations(niter: number): void
  • Sets the number of solver iterations run by the constraints solver for calculating forces (default: 4).

    @@ -344,7 +352,7 @@
    niter: number
  • Returns void

    +
  • Defined in pipeline/world.d.ts:141
  • set timestep(dt: number): void
  • Sets the new simulation timestep.

    @@ -376,7 +384,7 @@
    dt: number
  • Returns void

    +
  • Defined in pipeline/world.d.ts:106
  • Methods

    @@ -427,7 +435,7 @@
    collider: Returns boolean

    Returns RayColliderHit

    +
  • Defined in pipeline/world.d.ts:338
  • Returns RayColliderIntersection

    +
  • Defined in pipeline/world.d.ts:351
    • @@ -520,7 +528,7 @@
      maxToi: number
      stopAtPenetration: boolean

      If set to false, the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such - that it’s on a path to exist that penetration state.

      + that it’s on a path to exit that penetration state.

    • Optional filterFlags: QueryFilterFlags
    • @@ -545,7 +553,7 @@
      collider: Returns boolean

    Returns ColliderShapeCastHit

    +
  • Defined in pipeline/world.d.ts:426
  • Returns void

    +
  • Defined in pipeline/world.d.ts:446
    • @@ -622,7 +630,7 @@
      flipped: boolean
    Returns void

    Returns void

    +
  • Defined in pipeline/world.d.ts:468
  • Returns void

    +
  • Defined in pipeline/world.d.ts:453
    • @@ -671,7 +679,7 @@
      offset: number

    Returns KinematicCharacterController

    +
  • Defined in pipeline/world.d.ts:182
    • @@ -692,7 +700,7 @@
      Optional parent: Returns Collider
    +
  • Defined in pipeline/world.d.ts:231
    • @@ -721,7 +729,7 @@
      wakeUp: boolean

    Returns ImpulseJoint

    +
  • Defined in pipeline/world.d.ts:240
    • @@ -750,7 +758,43 @@
      wakeUp: boolean

    Returns MultibodyJoint

    +
  • Defined in pipeline/world.d.ts:249
  • +
    + +
      + +
    • +

      Creates a new PID (Proportional-Integral-Derivative) controller.

      +
      +
      +

      Parameters

      +
        +
      • +
        kp: number
        +

        The Proportional gain applied to the instantaneous linear position errors. + This is usually set to a multiple of the inverse of simulation step time + (e.g. 60 if the delta-time is 1.0 / 60.0).

        +
      • +
      • +
        ki: number
        +

        The linear gain applied to the Integral part of the PID controller.

        +
      • +
      • +
        kd: number
        +

        The Derivative gain applied to the instantaneous linear velocity errors. + This is usually set to a value in [0.0, 1.0] where 0.0 implies no damping + (no correction of velocity errors) and 1.0 implies complete damping (velocity errors + are corrected in a single simulation step).

        +
      • +
      • +
        axes: PidAxesMask
        +

        The axes affected by this controller. + Only coordinate axes with a bit flags set to true will be taken into + account when calculating the errors and corrections.

        +
      +

      Returns PidController

      @@ -767,7 +811,7 @@
      body:

    Returns RigidBody

    +
  • Defined in pipeline/world.d.ts:176
  • +
  • Defined in pipeline/world.d.ts:218
    • - +
    • Computes all the lines (and their colors) needed to render the scene.

      +
      +

      Parameters

      +
        +
      • +
        Optional filterFlags: QueryFilterFlags
        +

        Flags for excluding whole subsets of colliders from rendering.

        +
      • +
      • +
        Optional filterPredicate: ((collider: Collider) => boolean)
        +

        Any collider for which this closure returns false will be excluded from the + debug rendering.

        +
        +
          +
        • +
            +
          • (collider: Collider): boolean
          • +
          • +
            +

            Parameters

            +
            +

            Returns boolean

      Returns DebugRenderBuffers

    +
  • Defined in pipeline/world.d.ts:66
  • Returns void

    +
  • Defined in pipeline/world.d.ts:325
  • Returns void

    +
  • Defined in pipeline/world.d.ts:309
  • Returns void

    +
  • Defined in pipeline/world.d.ts:315
  • +
  • Defined in pipeline/world.d.ts:43
    • @@ -908,7 +975,7 @@
      handle: number

    Returns Collider

    +
  • Defined in pipeline/world.d.ts:261
    • @@ -925,7 +992,7 @@
      handle: number

    Returns ImpulseJoint

    +
  • Defined in pipeline/world.d.ts:267
    • @@ -942,7 +1009,7 @@
      handle: number

    Returns MultibodyJoint

    +
  • Defined in pipeline/world.d.ts:273
    • @@ -959,7 +1026,7 @@
      handle: number

    Returns RigidBody

    +
  • Defined in pipeline/world.d.ts:255
    • @@ -980,7 +1047,7 @@
      collider2:

    Returns boolean

    +
  • Defined in pipeline/world.d.ts:474
  • Returns void

    +
  • Defined in pipeline/world.d.ts:458
  • Returns Collider

    +
  • Defined in pipeline/world.d.ts:375
  • Returns void

    +
  • Defined in pipeline/world.d.ts:406
  • Returns void

    +
  • Defined in pipeline/world.d.ts:365
  • Returns void

    +
  • Defined in pipeline/world.d.ts:437
  • Returns PointColliderProjection

    +
  • Defined in pipeline/world.d.ts:388
  • Returns PointColliderProjection

    +
  • Defined in pipeline/world.d.ts:396
    • @@ -1332,7 +1399,7 @@
    +
  • Defined in pipeline/world.d.ts:83
  • +
  • Defined in pipeline/world.d.ts:188
    • @@ -1370,7 +1437,7 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in pipeline/world.d.ts:289
    • @@ -1391,7 +1458,7 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in pipeline/world.d.ts:296
    • @@ -1412,7 +1479,24 @@
      wakeUp: boolean

    Returns void

    +
  • Defined in pipeline/world.d.ts:303
  • +
    + +
      + +
    • +

      Removes a PID controller from this world.

      +
      +
      +

      Parameters

      +
      +

      Returns void

    +
  • Defined in pipeline/world.d.ts:282
  • +
  • Defined in pipeline/world.d.ts:224
  • Returns void

    +
  • Defined in pipeline/world.d.ts:75
    • @@ -1474,7 +1558,7 @@
    +
  • Defined in pipeline/world.d.ts:169
    • @@ -1482,7 +1566,7 @@
    +
  • Defined in pipeline/world.d.ts:170
    • @@ -1490,7 +1574,7 @@
    +
  • Defined in pipeline/world.d.ts:168
  • +
  • Defined in pipeline/world.d.ts:52
  • +
  • Defined in pipeline/world.d.ts:89
    • @@ -1526,7 +1610,7 @@

      Parameters

      raw: RawDeserializedWorld

    Returns World

    +
  • Defined in pipeline/world.d.ts:45
    • @@ -1542,7 +1626,7 @@

      Parameters

      data: Uint8Array

    Returns World

    +
  • Defined in pipeline/world.d.ts:58
  • +
  • Defined in geometry/shape.d.ts:102
  • Enumeration Members

    @@ -63,19 +63,19 @@
    -
    - -
    X: 1
    Mass: 1
    +
  • Defined in geometry/collider.d.ts:542
  • MassProps: 2
    +
  • Defined in geometry/collider.d.ts:543
  • Enumeration Members

    @@ -131,7 +132,12 @@
    Triangle: 5
    +
  • Defined in geometry/shape.d.ts:76
  • +
    + +
    Voxels: 18
    +
  • Triangle
  • +
  • Voxels
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript3d/enums/TriMeshFlags.html b/static/javascript3d/enums/TriMeshFlags.html index 5fc11c9..35d31cc 100644 --- a/static/javascript3d/enums/TriMeshFlags.html +++ b/static/javascript3d/enums/TriMeshFlags.html @@ -20,7 +20,7 @@

    Enumeration TriMeshFlags

    operations involving triangle meshes.

    +
  • Defined in geometry/shape.d.ts:108
  • @@ -43,7 +43,7 @@
    +
  • Defined in geometry/shape.d.ts:112
  • DELETE_DEGENERATE_TRIANGLES: 32
    @@ -53,7 +53,7 @@
    +
  • Defined in geometry/shape.d.ts:133
  • DELETE_DUPLICATE_TRIANGLES: 64
    @@ -64,10 +64,10 @@
    +
  • Defined in geometry/shape.d.ts:142
  • -
    FIX_INTERNAL_EDGES: 152
    +
    FIX_INTERNAL_EDGES: 144

    If set, a special treatment will be applied to contact manifold calculation to eliminate or fix contacts normals that could lead to incorrect bumps in physics simulation (especially on flat surfaces).

    @@ -76,7 +76,7 @@
    +
  • Defined in geometry/shape.d.ts:153
  • MERGE_DUPLICATE_VERTICES: 16
    @@ -85,7 +85,7 @@
    +
  • Defined in geometry/shape.d.ts:125
  • ORIENTED: 8
    @@ -93,7 +93,7 @@
    +
  • Defined in geometry/shape.d.ts:118
  • +
  • reserveMemory
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript3d/index.html b/static/javascript3d/index.html index 0361fde..292d48a 100644 --- a/static/javascript3d/index.html +++ b/static/javascript3d/index.html @@ -31,6 +31,7 @@

    Enumerations

    JointType MassPropsMode MotorModel +PidAxesMask QueryFilterFlags RigidBodyType ShapeType @@ -71,6 +72,7 @@

    Classes

    MultibodyJointSet NarrowPhase PhysicsPipeline +PidController PointColliderProjection PointProjection Polyline @@ -112,6 +114,7 @@

    Classes

    UnitMultibodyJoint Vector3 VectorOps +Voxels World
    @@ -130,7 +133,8 @@

    Type Aliases

    Functions

    -

    Generated using TypeDoc

    diff --git a/static/javascript3d/modules/default.html b/static/javascript3d/modules/default.html index b9992a2..1a416e7 100644 --- a/static/javascript3d/modules/default.html +++ b/static/javascript3d/modules/default.html @@ -71,6 +71,8 @@

    References

    NarrowPhase PhysicsHooks PhysicsPipeline +PidAxesMask +PidController PointColliderProjection PointProjection Polyline @@ -120,7 +122,9 @@

    References

    Vector Vector3 VectorOps +Voxels World +reserveMemory version
    @@ -219,6 +223,10 @@ Re-exports PhysicsHooks
    Re-exports PhysicsPipeline
    +
    +Re-exports PidAxesMask
    +
    +Re-exports PidController
    Re-exports PointColliderProjection
    @@ -317,8 +325,12 @@ Re-exports Vector3
    Re-exports VectorOps
    +
    +Re-exports Voxels
    Re-exports World
    +
    +Re-exports reserveMemory
    Re-exports version

    Generated using TypeDoc

    diff --git a/static/javascript3d/types/ColliderHandle.html b/static/javascript3d/types/ColliderHandle.html index 3b668ef..f4e1918 100644 --- a/static/javascript3d/types/ColliderHandle.html +++ b/static/javascript3d/types/ColliderHandle.html @@ -53,6 +53,7 @@

    JointType
  • MassPropsMode
  • MotorModel
  • +
  • PidAxesMask
  • QueryFilterFlags
  • RigidBodyType
  • ShapeType
  • @@ -90,6 +91,7 @@

    MultibodyJointSet
  • NarrowPhase
  • PhysicsPipeline
  • +
  • PidController
  • PointColliderProjection
  • PointProjection
  • Polyline
  • @@ -131,6 +133,7 @@

    UnitMultibodyJoint
  • Vector3
  • VectorOps
  • +
  • Voxels
  • World
  • PhysicsHooks
  • Rotation
  • @@ -140,7 +143,8 @@

    InteractionGroups
  • MultibodyJointHandle
  • RigidBodyHandle
  • -
  • version
  • +
  • reserveMemory
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript3d/types/ImpulseJointHandle.html b/static/javascript3d/types/ImpulseJointHandle.html index ce22367..d4849e4 100644 --- a/static/javascript3d/types/ImpulseJointHandle.html +++ b/static/javascript3d/types/ImpulseJointHandle.html @@ -53,6 +53,7 @@

    JointType
  • MassPropsMode
  • MotorModel
  • +
  • PidAxesMask
  • QueryFilterFlags
  • RigidBodyType
  • ShapeType
  • @@ -90,6 +91,7 @@

    MultibodyJointSet
  • NarrowPhase
  • PhysicsPipeline
  • +
  • PidController
  • PointColliderProjection
  • PointProjection
  • Polyline
  • @@ -131,6 +133,7 @@

    UnitMultibodyJoint
  • Vector3
  • VectorOps
  • +
  • Voxels
  • World
  • PhysicsHooks
  • Rotation
  • @@ -140,7 +143,8 @@

    InteractionGroups
  • MultibodyJointHandle
  • RigidBodyHandle
  • -
  • version
  • +
  • reserveMemory
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript3d/types/InteractionGroups.html b/static/javascript3d/types/InteractionGroups.html index ced6524..6b13608 100644 --- a/static/javascript3d/types/InteractionGroups.html +++ b/static/javascript3d/types/InteractionGroups.html @@ -67,6 +67,7 @@

    JointType
  • MassPropsMode
  • MotorModel
  • +
  • PidAxesMask
  • QueryFilterFlags
  • RigidBodyType
  • ShapeType
  • @@ -104,6 +105,7 @@

    MultibodyJointSet
  • NarrowPhase
  • PhysicsPipeline
  • +
  • PidController
  • PointColliderProjection
  • PointProjection
  • Polyline
  • @@ -145,6 +147,7 @@

    UnitMultibodyJoint
  • Vector3
  • VectorOps
  • +
  • Voxels
  • World
  • PhysicsHooks
  • Rotation
  • @@ -154,7 +157,8 @@

    InteractionGroups
  • MultibodyJointHandle
  • RigidBodyHandle
  • -
  • version
  • +
  • reserveMemory
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript3d/types/MultibodyJointHandle.html b/static/javascript3d/types/MultibodyJointHandle.html index 4e3a919..6228672 100644 --- a/static/javascript3d/types/MultibodyJointHandle.html +++ b/static/javascript3d/types/MultibodyJointHandle.html @@ -53,6 +53,7 @@

    JointType
  • MassPropsMode
  • MotorModel
  • +
  • PidAxesMask
  • QueryFilterFlags
  • RigidBodyType
  • ShapeType
  • @@ -90,6 +91,7 @@

    MultibodyJointSet
  • NarrowPhase
  • PhysicsPipeline
  • +
  • PidController
  • PointColliderProjection
  • PointProjection
  • Polyline
  • @@ -131,6 +133,7 @@

    UnitMultibodyJoint
  • Vector3
  • VectorOps
  • +
  • Voxels
  • World
  • PhysicsHooks
  • Rotation
  • @@ -140,7 +143,8 @@

    InteractionGroups
  • MultibodyJointHandle
  • RigidBodyHandle
  • -
  • version
  • +
  • reserveMemory
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/static/javascript3d/types/RigidBodyHandle.html b/static/javascript3d/types/RigidBodyHandle.html index e3dbad1..c4d42c8 100644 --- a/static/javascript3d/types/RigidBodyHandle.html +++ b/static/javascript3d/types/RigidBodyHandle.html @@ -53,6 +53,7 @@

    JointType
  • MassPropsMode
  • MotorModel
  • +
  • PidAxesMask
  • QueryFilterFlags
  • RigidBodyType
  • ShapeType
  • @@ -90,6 +91,7 @@

    MultibodyJointSet
  • NarrowPhase
  • PhysicsPipeline
  • +
  • PidController
  • PointColliderProjection
  • PointProjection
  • Polyline
  • @@ -131,6 +133,7 @@

    UnitMultibodyJoint
  • Vector3
  • VectorOps
  • +
  • Voxels
  • World
  • PhysicsHooks
  • Rotation
  • @@ -140,7 +143,8 @@

    InteractionGroups
  • MultibodyJointHandle
  • RigidBodyHandle
  • -
  • version
  • +
  • reserveMemory
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file