{
  "type": "File",
  "start": 0,
  "end": 4552,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 164,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 4552,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 164,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 40,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 40
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 10,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 10
              }
            },
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 10,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 10
                },
                "identifierName": "BVH"
              },
              "name": "BVH"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 20,
          "end": 39,
          "loc": {
            "start": {
              "line": 1,
              "column": 20
            },
            "end": {
              "line": 1,
              "column": 39
            }
          },
          "extra": {
            "rawValue": "./modules/BVH.mjs",
            "raw": "'./modules/BVH.mjs'"
          },
          "value": "./modules/BVH.mjs"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 41,
        "end": 84,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 43
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 48,
            "end": 54,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 13
              }
            },
            "local": {
              "type": "Identifier",
              "start": 48,
              "end": 54,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 13
                },
                "identifierName": "Circle"
              },
              "name": "Circle"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 61,
          "end": 83,
          "loc": {
            "start": {
              "line": 2,
              "column": 20
            },
            "end": {
              "line": 2,
              "column": 42
            }
          },
          "extra": {
            "rawValue": "./modules/Circle.mjs",
            "raw": "'./modules/Circle.mjs'"
          },
          "value": "./modules/Circle.mjs"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 85,
        "end": 129,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 44
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 92,
            "end": 99,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 14
              }
            },
            "local": {
              "type": "Identifier",
              "start": 92,
              "end": 99,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 7
                },
                "end": {
                  "line": 3,
                  "column": 14
                },
                "identifierName": "Polygon"
              },
              "name": "Polygon"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 105,
          "end": 128,
          "loc": {
            "start": {
              "line": 3,
              "column": 20
            },
            "end": {
              "line": 3,
              "column": 43
            }
          },
          "extra": {
            "rawValue": "./modules/Polygon.mjs",
            "raw": "'./modules/Polygon.mjs'"
          },
          "value": "./modules/Polygon.mjs"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 130,
        "end": 172,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 42
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 137,
            "end": 142,
            "loc": {
              "start": {
                "line": 4,
                "column": 7
              },
              "end": {
                "line": 4,
                "column": 12
              }
            },
            "local": {
              "type": "Identifier",
              "start": 137,
              "end": 142,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 7
                },
                "end": {
                  "line": 4,
                  "column": 12
                },
                "identifierName": "Point"
              },
              "name": "Point"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 150,
          "end": 171,
          "loc": {
            "start": {
              "line": 4,
              "column": 20
            },
            "end": {
              "line": 4,
              "column": 41
            }
          },
          "extra": {
            "rawValue": "./modules/Point.mjs",
            "raw": "'./modules/Point.mjs'"
          },
          "value": "./modules/Point.mjs"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 173,
        "end": 216,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 43
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 180,
            "end": 186,
            "loc": {
              "start": {
                "line": 5,
                "column": 7
              },
              "end": {
                "line": 5,
                "column": 13
              }
            },
            "local": {
              "type": "Identifier",
              "start": 180,
              "end": 186,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 7
                },
                "end": {
                  "line": 5,
                  "column": 13
                },
                "identifierName": "Result"
              },
              "name": "Result"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 193,
          "end": 215,
          "loc": {
            "start": {
              "line": 5,
              "column": 20
            },
            "end": {
              "line": 5,
              "column": 42
            }
          },
          "extra": {
            "rawValue": "./modules/Result.mjs",
            "raw": "'./modules/Result.mjs'"
          },
          "value": "./modules/Result.mjs"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 217,
        "end": 257,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 40
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 224,
            "end": 227,
            "loc": {
              "start": {
                "line": 6,
                "column": 7
              },
              "end": {
                "line": 6,
                "column": 10
              }
            },
            "local": {
              "type": "Identifier",
              "start": 224,
              "end": 227,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 7
                },
                "end": {
                  "line": 6,
                  "column": 10
                },
                "identifierName": "SAT"
              },
              "name": "SAT"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 237,
          "end": 256,
          "loc": {
            "start": {
              "line": 6,
              "column": 20
            },
            "end": {
              "line": 6,
              "column": 39
            }
          },
          "extra": {
            "rawValue": "./modules/SAT.mjs",
            "raw": "'./modules/SAT.mjs'"
          },
          "value": "./modules/SAT.mjs"
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A collision system used to track bodies in order to improve collision detection performance\n * @class\n ",
            "start": 259,
            "end": 371,
            "loc": {
              "start": {
                "line": 8,
                "column": 0
              },
              "end": {
                "line": 11,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "Identifier",
        "start": 372,
        "end": 4464,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 154,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 378,
          "end": 388,
          "loc": {
            "start": {
              "line": 12,
              "column": 6
            },
            "end": {
              "line": 12,
              "column": 16
            },
            "identifierName": "Collisions"
          },
          "name": "Collisions",
          "leadingComments": null
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 389,
          "end": 4464,
          "loc": {
            "start": {
              "line": 12,
              "column": 17
            },
            "end": {
              "line": 154,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 419,
              "end": 480,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 1
                },
                "end": {
                  "line": 19,
                  "column": 2
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 419,
                "end": 430,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 1
                  },
                  "end": {
                    "line": 16,
                    "column": 12
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor",
                "leadingComments": null
              },
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 433,
                "end": 480,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 15
                  },
                  "end": {
                    "line": 19,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 455,
                    "end": 477,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 2
                      },
                      "end": {
                        "line": 18,
                        "column": 24
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 455,
                      "end": 476,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 2
                        },
                        "end": {
                          "line": 18,
                          "column": 23
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 455,
                        "end": 464,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 2
                          },
                          "end": {
                            "line": 18,
                            "column": 11
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 455,
                          "end": 459,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 2
                            },
                            "end": {
                              "line": 18,
                              "column": 6
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 460,
                          "end": 464,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 7
                            },
                            "end": {
                              "line": 18,
                              "column": 11
                            },
                            "identifierName": "_bvh"
                          },
                          "name": "_bvh"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 467,
                        "end": 476,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 14
                          },
                          "end": {
                            "line": 18,
                            "column": 23
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 471,
                          "end": 474,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 18
                            },
                            "end": {
                              "line": 18,
                              "column": 21
                            },
                            "identifierName": "BVH"
                          },
                          "name": "BVH"
                        },
                        "arguments": []
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @private ",
                        "start": 437,
                        "end": 452,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 2
                          },
                          "end": {
                            "line": 17,
                            "column": 17
                          }
                        }
                      }
                    ]
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * @constructor\n\t ",
                  "start": 392,
                  "end": 417,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 1
                    },
                    "end": {
                      "line": 15,
                      "column": 4
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Creates a {@link Circle} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Number} [radius = 0] The radius\n\t * @param {Number} [scale = 1] The scale\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Circle}\n\t ",
                  "start": 483,
                  "end": 887,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 1
                    },
                    "end": {
                      "line": 29,
                      "column": 4
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 889,
              "end": 1056,
              "loc": {
                "start": {
                  "line": 30,
                  "column": 1
                },
                "end": {
                  "line": 36,
                  "column": 2
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 889,
                "end": 901,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 1
                  },
                  "end": {
                    "line": 30,
                    "column": 13
                  },
                  "identifierName": "createCircle"
                },
                "name": "createCircle",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "AssignmentPattern",
                  "start": 902,
                  "end": 907,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 14
                    },
                    "end": {
                      "line": 30,
                      "column": 19
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 902,
                    "end": 903,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 14
                      },
                      "end": {
                        "line": 30,
                        "column": 15
                      },
                      "identifierName": "x"
                    },
                    "name": "x"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 906,
                    "end": 907,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 18
                      },
                      "end": {
                        "line": 30,
                        "column": 19
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 909,
                  "end": 914,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 21
                    },
                    "end": {
                      "line": 30,
                      "column": 26
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 909,
                    "end": 910,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 21
                      },
                      "end": {
                        "line": 30,
                        "column": 22
                      },
                      "identifierName": "y"
                    },
                    "name": "y"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 913,
                    "end": 914,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 25
                      },
                      "end": {
                        "line": 30,
                        "column": 26
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 916,
                  "end": 926,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 28
                    },
                    "end": {
                      "line": 30,
                      "column": 38
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 916,
                    "end": 922,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 28
                      },
                      "end": {
                        "line": 30,
                        "column": 34
                      },
                      "identifierName": "radius"
                    },
                    "name": "radius"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 925,
                    "end": 926,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 37
                      },
                      "end": {
                        "line": 30,
                        "column": 38
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 928,
                  "end": 937,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 40
                    },
                    "end": {
                      "line": 30,
                      "column": 49
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 928,
                    "end": 933,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 40
                      },
                      "end": {
                        "line": 30,
                        "column": 45
                      },
                      "identifierName": "scale"
                    },
                    "name": "scale"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 936,
                    "end": 937,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 48
                      },
                      "end": {
                        "line": 30,
                        "column": 49
                      }
                    },
                    "extra": {
                      "rawValue": 1,
                      "raw": "1"
                    },
                    "value": 1
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 939,
                  "end": 950,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 51
                    },
                    "end": {
                      "line": 30,
                      "column": 62
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 939,
                    "end": 946,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 51
                      },
                      "end": {
                        "line": 30,
                        "column": 58
                      },
                      "identifierName": "padding"
                    },
                    "name": "padding"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 949,
                    "end": 950,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 61
                      },
                      "end": {
                        "line": 30,
                        "column": 62
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 952,
                "end": 1056,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 64
                  },
                  "end": {
                    "line": 36,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 956,
                    "end": 1010,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 2
                      },
                      "end": {
                        "line": 31,
                        "column": 56
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 962,
                        "end": 1009,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 8
                          },
                          "end": {
                            "line": 31,
                            "column": 55
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 962,
                          "end": 966,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 12
                            },
                            "identifierName": "body"
                          },
                          "name": "body"
                        },
                        "init": {
                          "type": "NewExpression",
                          "start": 969,
                          "end": 1009,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 15
                            },
                            "end": {
                              "line": 31,
                              "column": 55
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 973,
                            "end": 979,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 19
                              },
                              "end": {
                                "line": 31,
                                "column": 25
                              },
                              "identifierName": "Circle"
                            },
                            "name": "Circle"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 980,
                              "end": 981,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 26
                                },
                                "end": {
                                  "line": 31,
                                  "column": 27
                                },
                                "identifierName": "x"
                              },
                              "name": "x"
                            },
                            {
                              "type": "Identifier",
                              "start": 983,
                              "end": 984,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 29
                                },
                                "end": {
                                  "line": 31,
                                  "column": 30
                                },
                                "identifierName": "y"
                              },
                              "name": "y"
                            },
                            {
                              "type": "Identifier",
                              "start": 986,
                              "end": 992,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 32
                                },
                                "end": {
                                  "line": 31,
                                  "column": 38
                                },
                                "identifierName": "radius"
                              },
                              "name": "radius"
                            },
                            {
                              "type": "Identifier",
                              "start": 994,
                              "end": 999,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 40
                                },
                                "end": {
                                  "line": 31,
                                  "column": 45
                                },
                                "identifierName": "scale"
                              },
                              "name": "scale"
                            },
                            {
                              "type": "Identifier",
                              "start": 1001,
                              "end": 1008,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 47
                                },
                                "end": {
                                  "line": 31,
                                  "column": 54
                                },
                                "identifierName": "padding"
                              },
                              "name": "padding"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1014,
                    "end": 1037,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 2
                      },
                      "end": {
                        "line": 33,
                        "column": 25
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1014,
                      "end": 1036,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 2
                        },
                        "end": {
                          "line": 33,
                          "column": 24
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1014,
                        "end": 1030,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 2
                          },
                          "end": {
                            "line": 33,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1014,
                          "end": 1023,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 2
                            },
                            "end": {
                              "line": 33,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1014,
                            "end": 1018,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 2
                              },
                              "end": {
                                "line": 33,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1019,
                            "end": 1023,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 7
                              },
                              "end": {
                                "line": 33,
                                "column": 11
                              },
                              "identifierName": "_bvh"
                            },
                            "name": "_bvh"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1024,
                          "end": 1030,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 12
                            },
                            "end": {
                              "line": 33,
                              "column": 18
                            },
                            "identifierName": "insert"
                          },
                          "name": "insert"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1031,
                          "end": 1035,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 19
                            },
                            "end": {
                              "line": 33,
                              "column": 23
                            },
                            "identifierName": "body"
                          },
                          "name": "body"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1041,
                    "end": 1053,
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 2
                      },
                      "end": {
                        "line": 35,
                        "column": 14
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 1048,
                      "end": 1052,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 9
                        },
                        "end": {
                          "line": 35,
                          "column": 13
                        },
                        "identifierName": "body"
                      },
                      "name": "body"
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Creates a {@link Circle} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Number} [radius = 0] The radius\n\t * @param {Number} [scale = 1] The scale\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Circle}\n\t ",
                  "start": 483,
                  "end": 887,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 1
                    },
                    "end": {
                      "line": 29,
                      "column": 4
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Creates a {@link Polygon} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Array<Number[]>} [points = []] An array of coordinate pairs making up the polygon - [[x1, y1], [x2, y2], ...]\n\t * @param {Number} [angle = 0] The starting rotation in radians\n\t * @param {Number} [scale_x = 1] The starting scale along the X axis\n\t * @param {Number} [scale_y = 1] The starting scale long the Y axis\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Polygon}\n\t ",
                  "start": 1059,
                  "end": 1705,
                  "loc": {
                    "start": {
                      "line": 38,
                      "column": 1
                    },
                    "end": {
                      "line": 48,
                      "column": 4
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 1707,
              "end": 1927,
              "loc": {
                "start": {
                  "line": 49,
                  "column": 1
                },
                "end": {
                  "line": 55,
                  "column": 2
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1707,
                "end": 1720,
                "loc": {
                  "start": {
                    "line": 49,
                    "column": 1
                  },
                  "end": {
                    "line": 49,
                    "column": 14
                  },
                  "identifierName": "createPolygon"
                },
                "name": "createPolygon",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "AssignmentPattern",
                  "start": 1721,
                  "end": 1726,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 15
                    },
                    "end": {
                      "line": 49,
                      "column": 20
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 1721,
                    "end": 1722,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 15
                      },
                      "end": {
                        "line": 49,
                        "column": 16
                      },
                      "identifierName": "x"
                    },
                    "name": "x"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 1725,
                    "end": 1726,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 19
                      },
                      "end": {
                        "line": 49,
                        "column": 20
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 1728,
                  "end": 1733,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 22
                    },
                    "end": {
                      "line": 49,
                      "column": 27
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 1728,
                    "end": 1729,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 22
                      },
                      "end": {
                        "line": 49,
                        "column": 23
                      },
                      "identifierName": "y"
                    },
                    "name": "y"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 1732,
                    "end": 1733,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 26
                      },
                      "end": {
                        "line": 49,
                        "column": 27
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 1735,
                  "end": 1752,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 29
                    },
                    "end": {
                      "line": 49,
                      "column": 46
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 1735,
                    "end": 1741,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 29
                      },
                      "end": {
                        "line": 49,
                        "column": 35
                      },
                      "identifierName": "points"
                    },
                    "name": "points"
                  },
                  "right": {
                    "type": "ArrayExpression",
                    "start": 1744,
                    "end": 1752,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 38
                      },
                      "end": {
                        "line": 49,
                        "column": 46
                      }
                    },
                    "elements": [
                      {
                        "type": "ArrayExpression",
                        "start": 1745,
                        "end": 1751,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 39
                          },
                          "end": {
                            "line": 49,
                            "column": 45
                          }
                        },
                        "elements": [
                          {
                            "type": "NumericLiteral",
                            "start": 1746,
                            "end": 1747,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 40
                              },
                              "end": {
                                "line": 49,
                                "column": 41
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 1749,
                            "end": 1750,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 43
                              },
                              "end": {
                                "line": 49,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        ]
                      }
                    ]
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 1754,
                  "end": 1763,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 48
                    },
                    "end": {
                      "line": 49,
                      "column": 57
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 1754,
                    "end": 1759,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 48
                      },
                      "end": {
                        "line": 49,
                        "column": 53
                      },
                      "identifierName": "angle"
                    },
                    "name": "angle"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 1762,
                    "end": 1763,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 56
                      },
                      "end": {
                        "line": 49,
                        "column": 57
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 1765,
                  "end": 1776,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 59
                    },
                    "end": {
                      "line": 49,
                      "column": 70
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 1765,
                    "end": 1772,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 59
                      },
                      "end": {
                        "line": 49,
                        "column": 66
                      },
                      "identifierName": "scale_x"
                    },
                    "name": "scale_x"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 1775,
                    "end": 1776,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 69
                      },
                      "end": {
                        "line": 49,
                        "column": 70
                      }
                    },
                    "extra": {
                      "rawValue": 1,
                      "raw": "1"
                    },
                    "value": 1
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 1778,
                  "end": 1789,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 72
                    },
                    "end": {
                      "line": 49,
                      "column": 83
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 1778,
                    "end": 1785,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 72
                      },
                      "end": {
                        "line": 49,
                        "column": 79
                      },
                      "identifierName": "scale_y"
                    },
                    "name": "scale_y"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 1788,
                    "end": 1789,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 82
                      },
                      "end": {
                        "line": 49,
                        "column": 83
                      }
                    },
                    "extra": {
                      "rawValue": 1,
                      "raw": "1"
                    },
                    "value": 1
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 1791,
                  "end": 1802,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 85
                    },
                    "end": {
                      "line": 49,
                      "column": 96
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 1791,
                    "end": 1798,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 85
                      },
                      "end": {
                        "line": 49,
                        "column": 92
                      },
                      "identifierName": "padding"
                    },
                    "name": "padding"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 1801,
                    "end": 1802,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 95
                      },
                      "end": {
                        "line": 49,
                        "column": 96
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1804,
                "end": 1927,
                "loc": {
                  "start": {
                    "line": 49,
                    "column": 98
                  },
                  "end": {
                    "line": 55,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 1808,
                    "end": 1881,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 2
                      },
                      "end": {
                        "line": 50,
                        "column": 75
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1814,
                        "end": 1880,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 8
                          },
                          "end": {
                            "line": 50,
                            "column": 74
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1814,
                          "end": 1818,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 8
                            },
                            "end": {
                              "line": 50,
                              "column": 12
                            },
                            "identifierName": "body"
                          },
                          "name": "body"
                        },
                        "init": {
                          "type": "NewExpression",
                          "start": 1821,
                          "end": 1880,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 15
                            },
                            "end": {
                              "line": 50,
                              "column": 74
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1825,
                            "end": 1832,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 19
                              },
                              "end": {
                                "line": 50,
                                "column": 26
                              },
                              "identifierName": "Polygon"
                            },
                            "name": "Polygon"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1833,
                              "end": 1834,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 27
                                },
                                "end": {
                                  "line": 50,
                                  "column": 28
                                },
                                "identifierName": "x"
                              },
                              "name": "x"
                            },
                            {
                              "type": "Identifier",
                              "start": 1836,
                              "end": 1837,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 30
                                },
                                "end": {
                                  "line": 50,
                                  "column": 31
                                },
                                "identifierName": "y"
                              },
                              "name": "y"
                            },
                            {
                              "type": "Identifier",
                              "start": 1839,
                              "end": 1845,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 33
                                },
                                "end": {
                                  "line": 50,
                                  "column": 39
                                },
                                "identifierName": "points"
                              },
                              "name": "points"
                            },
                            {
                              "type": "Identifier",
                              "start": 1847,
                              "end": 1852,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 41
                                },
                                "end": {
                                  "line": 50,
                                  "column": 46
                                },
                                "identifierName": "angle"
                              },
                              "name": "angle"
                            },
                            {
                              "type": "Identifier",
                              "start": 1854,
                              "end": 1861,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 48
                                },
                                "end": {
                                  "line": 50,
                                  "column": 55
                                },
                                "identifierName": "scale_x"
                              },
                              "name": "scale_x"
                            },
                            {
                              "type": "Identifier",
                              "start": 1863,
                              "end": 1870,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 57
                                },
                                "end": {
                                  "line": 50,
                                  "column": 64
                                },
                                "identifierName": "scale_y"
                              },
                              "name": "scale_y"
                            },
                            {
                              "type": "Identifier",
                              "start": 1872,
                              "end": 1879,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 66
                                },
                                "end": {
                                  "line": 50,
                                  "column": 73
                                },
                                "identifierName": "padding"
                              },
                              "name": "padding"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1885,
                    "end": 1908,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 2
                      },
                      "end": {
                        "line": 52,
                        "column": 25
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1885,
                      "end": 1907,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 2
                        },
                        "end": {
                          "line": 52,
                          "column": 24
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1885,
                        "end": 1901,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 2
                          },
                          "end": {
                            "line": 52,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1885,
                          "end": 1894,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 2
                            },
                            "end": {
                              "line": 52,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1885,
                            "end": 1889,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 2
                              },
                              "end": {
                                "line": 52,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1890,
                            "end": 1894,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 7
                              },
                              "end": {
                                "line": 52,
                                "column": 11
                              },
                              "identifierName": "_bvh"
                            },
                            "name": "_bvh"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1895,
                          "end": 1901,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 12
                            },
                            "end": {
                              "line": 52,
                              "column": 18
                            },
                            "identifierName": "insert"
                          },
                          "name": "insert"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1902,
                          "end": 1906,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 19
                            },
                            "end": {
                              "line": 52,
                              "column": 23
                            },
                            "identifierName": "body"
                          },
                          "name": "body"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1912,
                    "end": 1924,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 2
                      },
                      "end": {
                        "line": 54,
                        "column": 14
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 1919,
                      "end": 1923,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 9
                        },
                        "end": {
                          "line": 54,
                          "column": 13
                        },
                        "identifierName": "body"
                      },
                      "name": "body"
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Creates a {@link Polygon} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Array<Number[]>} [points = []] An array of coordinate pairs making up the polygon - [[x1, y1], [x2, y2], ...]\n\t * @param {Number} [angle = 0] The starting rotation in radians\n\t * @param {Number} [scale_x = 1] The starting scale along the X axis\n\t * @param {Number} [scale_y = 1] The starting scale long the Y axis\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Polygon}\n\t ",
                  "start": 1059,
                  "end": 1705,
                  "loc": {
                    "start": {
                      "line": 38,
                      "column": 1
                    },
                    "end": {
                      "line": 48,
                      "column": 4
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Creates a {@link Point} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Point}\n\t ",
                  "start": 1930,
                  "end": 2246,
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 1
                    },
                    "end": {
                      "line": 63,
                      "column": 4
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 2248,
              "end": 2375,
              "loc": {
                "start": {
                  "line": 64,
                  "column": 1
                },
                "end": {
                  "line": 70,
                  "column": 2
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2248,
                "end": 2259,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 1
                  },
                  "end": {
                    "line": 64,
                    "column": 12
                  },
                  "identifierName": "createPoint"
                },
                "name": "createPoint",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "AssignmentPattern",
                  "start": 2260,
                  "end": 2265,
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 13
                    },
                    "end": {
                      "line": 64,
                      "column": 18
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 2260,
                    "end": 2261,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 13
                      },
                      "end": {
                        "line": 64,
                        "column": 14
                      },
                      "identifierName": "x"
                    },
                    "name": "x"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 2264,
                    "end": 2265,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 17
                      },
                      "end": {
                        "line": 64,
                        "column": 18
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 2267,
                  "end": 2272,
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 20
                    },
                    "end": {
                      "line": 64,
                      "column": 25
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 2267,
                    "end": 2268,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 20
                      },
                      "end": {
                        "line": 64,
                        "column": 21
                      },
                      "identifierName": "y"
                    },
                    "name": "y"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 2271,
                    "end": 2272,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 24
                      },
                      "end": {
                        "line": 64,
                        "column": 25
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 2274,
                  "end": 2285,
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 27
                    },
                    "end": {
                      "line": 64,
                      "column": 38
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 2274,
                    "end": 2281,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 27
                      },
                      "end": {
                        "line": 64,
                        "column": 34
                      },
                      "identifierName": "padding"
                    },
                    "name": "padding"
                  },
                  "right": {
                    "type": "NumericLiteral",
                    "start": 2284,
                    "end": 2285,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 37
                      },
                      "end": {
                        "line": 64,
                        "column": 38
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2287,
                "end": 2375,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 40
                  },
                  "end": {
                    "line": 70,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 2291,
                    "end": 2329,
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 2
                      },
                      "end": {
                        "line": 65,
                        "column": 40
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2297,
                        "end": 2328,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 8
                          },
                          "end": {
                            "line": 65,
                            "column": 39
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2297,
                          "end": 2301,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 8
                            },
                            "end": {
                              "line": 65,
                              "column": 12
                            },
                            "identifierName": "body"
                          },
                          "name": "body"
                        },
                        "init": {
                          "type": "NewExpression",
                          "start": 2304,
                          "end": 2328,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 15
                            },
                            "end": {
                              "line": 65,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 2308,
                            "end": 2313,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 19
                              },
                              "end": {
                                "line": 65,
                                "column": 24
                              },
                              "identifierName": "Point"
                            },
                            "name": "Point"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 2314,
                              "end": 2315,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 25
                                },
                                "end": {
                                  "line": 65,
                                  "column": 26
                                },
                                "identifierName": "x"
                              },
                              "name": "x"
                            },
                            {
                              "type": "Identifier",
                              "start": 2317,
                              "end": 2318,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 28
                                },
                                "end": {
                                  "line": 65,
                                  "column": 29
                                },
                                "identifierName": "y"
                              },
                              "name": "y"
                            },
                            {
                              "type": "Identifier",
                              "start": 2320,
                              "end": 2327,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 31
                                },
                                "end": {
                                  "line": 65,
                                  "column": 38
                                },
                                "identifierName": "padding"
                              },
                              "name": "padding"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2333,
                    "end": 2356,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 2
                      },
                      "end": {
                        "line": 67,
                        "column": 25
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2333,
                      "end": 2355,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 2
                        },
                        "end": {
                          "line": 67,
                          "column": 24
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2333,
                        "end": 2349,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 2
                          },
                          "end": {
                            "line": 67,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 2333,
                          "end": 2342,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 2
                            },
                            "end": {
                              "line": 67,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2333,
                            "end": 2337,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 2
                              },
                              "end": {
                                "line": 67,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2338,
                            "end": 2342,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 7
                              },
                              "end": {
                                "line": 67,
                                "column": 11
                              },
                              "identifierName": "_bvh"
                            },
                            "name": "_bvh"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2343,
                          "end": 2349,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 12
                            },
                            "end": {
                              "line": 67,
                              "column": 18
                            },
                            "identifierName": "insert"
                          },
                          "name": "insert"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 2350,
                          "end": 2354,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 19
                            },
                            "end": {
                              "line": 67,
                              "column": 23
                            },
                            "identifierName": "body"
                          },
                          "name": "body"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 2360,
                    "end": 2372,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 2
                      },
                      "end": {
                        "line": 69,
                        "column": 14
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 2367,
                      "end": 2371,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 9
                        },
                        "end": {
                          "line": 69,
                          "column": 13
                        },
                        "identifierName": "body"
                      },
                      "name": "body"
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Creates a {@link Point} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Point}\n\t ",
                  "start": 1930,
                  "end": 2246,
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 1
                    },
                    "end": {
                      "line": 63,
                      "column": 4
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Creates a {@link Result} used to collect the detailed results of a collision test\n\t ",
                  "start": 2378,
                  "end": 2472,
                  "loc": {
                    "start": {
                      "line": 72,
                      "column": 1
                    },
                    "end": {
                      "line": 74,
                      "column": 4
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 2474,
              "end": 2516,
              "loc": {
                "start": {
                  "line": 75,
                  "column": 1
                },
                "end": {
                  "line": 77,
                  "column": 2
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2474,
                "end": 2486,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 1
                  },
                  "end": {
                    "line": 75,
                    "column": 13
                  },
                  "identifierName": "createResult"
                },
                "name": "createResult",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 2489,
                "end": 2516,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 16
                  },
                  "end": {
                    "line": 77,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 2493,
                    "end": 2513,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 2
                      },
                      "end": {
                        "line": 76,
                        "column": 22
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 2500,
                      "end": 2512,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 9
                        },
                        "end": {
                          "line": 76,
                          "column": 21
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 2504,
                        "end": 2510,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 13
                          },
                          "end": {
                            "line": 76,
                            "column": 19
                          },
                          "identifierName": "Result"
                        },
                        "name": "Result"
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Creates a {@link Result} used to collect the detailed results of a collision test\n\t ",
                  "start": 2378,
                  "end": 2472,
                  "loc": {
                    "start": {
                      "line": 72,
                      "column": 1
                    },
                    "end": {
                      "line": 74,
                      "column": 4
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Creates a Result used to collect the detailed results of a collision test\n\t ",
                  "start": 2519,
                  "end": 2605,
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 1
                    },
                    "end": {
                      "line": 81,
                      "column": 4
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 2607,
              "end": 2656,
              "loc": {
                "start": {
                  "line": 82,
                  "column": 1
                },
                "end": {
                  "line": 84,
                  "column": 2
                }
              },
              "static": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2614,
                "end": 2626,
                "loc": {
                  "start": {
                    "line": 82,
                    "column": 8
                  },
                  "end": {
                    "line": 82,
                    "column": 20
                  },
                  "identifierName": "createResult"
                },
                "name": "createResult"
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 2629,
                "end": 2656,
                "loc": {
                  "start": {
                    "line": 82,
                    "column": 23
                  },
                  "end": {
                    "line": 84,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 2633,
                    "end": 2653,
                    "loc": {
                      "start": {
                        "line": 83,
                        "column": 2
                      },
                      "end": {
                        "line": 83,
                        "column": 22
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 2640,
                      "end": 2652,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 9
                        },
                        "end": {
                          "line": 83,
                          "column": 21
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 2644,
                        "end": 2650,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 13
                          },
                          "end": {
                            "line": 83,
                            "column": 19
                          },
                          "identifierName": "Result"
                        },
                        "name": "Result"
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Creates a Result used to collect the detailed results of a collision test\n\t ",
                  "start": 2519,
                  "end": 2605,
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 1
                    },
                    "end": {
                      "line": 81,
                      "column": 4
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Inserts bodies into the collision system\n\t * @param {...Circle|...Polygon|...Point} bodies\n\t ",
                  "start": 2659,
                  "end": 2762,
                  "loc": {
                    "start": {
                      "line": 86,
                      "column": 1
                    },
                    "end": {
                      "line": 89,
                      "column": 4
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 2764,
              "end": 2870,
              "loc": {
                "start": {
                  "line": 90,
                  "column": 1
                },
                "end": {
                  "line": 96,
                  "column": 2
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2764,
                "end": 2770,
                "loc": {
                  "start": {
                    "line": 90,
                    "column": 1
                  },
                  "end": {
                    "line": 90,
                    "column": 7
                  },
                  "identifierName": "insert"
                },
                "name": "insert",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "RestElement",
                  "start": 2771,
                  "end": 2780,
                  "loc": {
                    "start": {
                      "line": 90,
                      "column": 8
                    },
                    "end": {
                      "line": 90,
                      "column": 17
                    }
                  },
                  "argument": {
                    "type": "Identifier",
                    "start": 2774,
                    "end": 2780,
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 11
                      },
                      "end": {
                        "line": 90,
                        "column": 17
                      },
                      "identifierName": "bodies"
                    },
                    "name": "bodies"
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2782,
                "end": 2870,
                "loc": {
                  "start": {
                    "line": 90,
                    "column": 19
                  },
                  "end": {
                    "line": 96,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "ForOfStatement",
                    "start": 2786,
                    "end": 2851,
                    "loc": {
                      "start": {
                        "line": 91,
                        "column": 2
                      },
                      "end": {
                        "line": 93,
                        "column": 3
                      }
                    },
                    "left": {
                      "type": "VariableDeclaration",
                      "start": 2790,
                      "end": 2800,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 6
                        },
                        "end": {
                          "line": 91,
                          "column": 16
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2796,
                          "end": 2800,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 12
                            },
                            "end": {
                              "line": 91,
                              "column": 16
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2796,
                            "end": 2800,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 12
                              },
                              "end": {
                                "line": 91,
                                "column": 16
                              },
                              "identifierName": "body"
                            },
                            "name": "body"
                          },
                          "init": null
                        }
                      ],
                      "kind": "const"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 2804,
                      "end": 2810,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 20
                        },
                        "end": {
                          "line": 91,
                          "column": 26
                        },
                        "identifierName": "bodies"
                      },
                      "name": "bodies"
                    },
                    "body": {
                      "type": "BlockStatement",
                      "start": 2812,
                      "end": 2851,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 28
                        },
                        "end": {
                          "line": 93,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 2817,
                          "end": 2847,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 3
                            },
                            "end": {
                              "line": 92,
                              "column": 33
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 2817,
                            "end": 2846,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 3
                              },
                              "end": {
                                "line": 92,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2817,
                              "end": 2833,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 3
                                },
                                "end": {
                                  "line": 92,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2817,
                                "end": 2826,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 12
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2817,
                                  "end": 2821,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 7
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2822,
                                  "end": 2826,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 12
                                    },
                                    "identifierName": "_bvh"
                                  },
                                  "name": "_bvh"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2827,
                                "end": 2833,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 19
                                  },
                                  "identifierName": "insert"
                                },
                                "name": "insert"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2834,
                                "end": 2838,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 24
                                  },
                                  "identifierName": "body"
                                },
                                "name": "body"
                              },
                              {
                                "type": "BooleanLiteral",
                                "start": 2840,
                                "end": 2845,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 31
                                  }
                                },
                                "value": false
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 2855,
                    "end": 2867,
                    "loc": {
                      "start": {
                        "line": 95,
                        "column": 2
                      },
                      "end": {
                        "line": 95,
                        "column": 14
                      }
                    },
                    "argument": {
                      "type": "ThisExpression",
                      "start": 2862,
                      "end": 2866,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 9
                        },
                        "end": {
                          "line": 95,
                          "column": 13
                        }
                      }
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Inserts bodies into the collision system\n\t * @param {...Circle|...Polygon|...Point} bodies\n\t ",
                  "start": 2659,
                  "end": 2762,
                  "loc": {
                    "start": {
                      "line": 86,
                      "column": 1
                    },
                    "end": {
                      "line": 89,
                      "column": 4
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Removes bodies from the collision system\n\t * @param {...Circle|...Polygon|...Point} bodies\n\t ",
                  "start": 2873,
                  "end": 2976,
                  "loc": {
                    "start": {
                      "line": 98,
                      "column": 1
                    },
                    "end": {
                      "line": 101,
                      "column": 4
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 2978,
              "end": 3084,
              "loc": {
                "start": {
                  "line": 102,
                  "column": 1
                },
                "end": {
                  "line": 108,
                  "column": 2
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2978,
                "end": 2984,
                "loc": {
                  "start": {
                    "line": 102,
                    "column": 1
                  },
                  "end": {
                    "line": 102,
                    "column": 7
                  },
                  "identifierName": "remove"
                },
                "name": "remove",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "RestElement",
                  "start": 2985,
                  "end": 2994,
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 8
                    },
                    "end": {
                      "line": 102,
                      "column": 17
                    }
                  },
                  "argument": {
                    "type": "Identifier",
                    "start": 2988,
                    "end": 2994,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 11
                      },
                      "end": {
                        "line": 102,
                        "column": 17
                      },
                      "identifierName": "bodies"
                    },
                    "name": "bodies"
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2996,
                "end": 3084,
                "loc": {
                  "start": {
                    "line": 102,
                    "column": 19
                  },
                  "end": {
                    "line": 108,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "ForOfStatement",
                    "start": 3000,
                    "end": 3065,
                    "loc": {
                      "start": {
                        "line": 103,
                        "column": 2
                      },
                      "end": {
                        "line": 105,
                        "column": 3
                      }
                    },
                    "left": {
                      "type": "VariableDeclaration",
                      "start": 3004,
                      "end": 3014,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 6
                        },
                        "end": {
                          "line": 103,
                          "column": 16
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3010,
                          "end": 3014,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 12
                            },
                            "end": {
                              "line": 103,
                              "column": 16
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3010,
                            "end": 3014,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 12
                              },
                              "end": {
                                "line": 103,
                                "column": 16
                              },
                              "identifierName": "body"
                            },
                            "name": "body"
                          },
                          "init": null
                        }
                      ],
                      "kind": "const"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 3018,
                      "end": 3024,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 20
                        },
                        "end": {
                          "line": 103,
                          "column": 26
                        },
                        "identifierName": "bodies"
                      },
                      "name": "bodies"
                    },
                    "body": {
                      "type": "BlockStatement",
                      "start": 3026,
                      "end": 3065,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 28
                        },
                        "end": {
                          "line": 105,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 3031,
                          "end": 3061,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 3
                            },
                            "end": {
                              "line": 104,
                              "column": 33
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 3031,
                            "end": 3060,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 3
                              },
                              "end": {
                                "line": 104,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3031,
                              "end": 3047,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 3
                                },
                                "end": {
                                  "line": 104,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3031,
                                "end": 3040,
                                "loc": {
                                  "start": {
                                    "line": 104,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 104,
                                    "column": 12
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3031,
                                  "end": 3035,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 7
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3036,
                                  "end": 3040,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 12
                                    },
                                    "identifierName": "_bvh"
                                  },
                                  "name": "_bvh"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3041,
                                "end": 3047,
                                "loc": {
                                  "start": {
                                    "line": 104,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 104,
                                    "column": 19
                                  },
                                  "identifierName": "remove"
                                },
                                "name": "remove"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3048,
                                "end": 3052,
                                "loc": {
                                  "start": {
                                    "line": 104,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 104,
                                    "column": 24
                                  },
                                  "identifierName": "body"
                                },
                                "name": "body"
                              },
                              {
                                "type": "BooleanLiteral",
                                "start": 3054,
                                "end": 3059,
                                "loc": {
                                  "start": {
                                    "line": 104,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 104,
                                    "column": 31
                                  }
                                },
                                "value": false
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 3069,
                    "end": 3081,
                    "loc": {
                      "start": {
                        "line": 107,
                        "column": 2
                      },
                      "end": {
                        "line": 107,
                        "column": 14
                      }
                    },
                    "argument": {
                      "type": "ThisExpression",
                      "start": 3076,
                      "end": 3080,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 9
                        },
                        "end": {
                          "line": 107,
                          "column": 13
                        }
                      }
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Removes bodies from the collision system\n\t * @param {...Circle|...Polygon|...Point} bodies\n\t ",
                  "start": 2873,
                  "end": 2976,
                  "loc": {
                    "start": {
                      "line": 98,
                      "column": 1
                    },
                    "end": {
                      "line": 101,
                      "column": 4
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Updates the collision system. This should be called before any collisions are tested.\n\t ",
                  "start": 3087,
                  "end": 3185,
                  "loc": {
                    "start": {
                      "line": 110,
                      "column": 1
                    },
                    "end": {
                      "line": 112,
                      "column": 4
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 3187,
              "end": 3238,
              "loc": {
                "start": {
                  "line": 113,
                  "column": 1
                },
                "end": {
                  "line": 117,
                  "column": 2
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3187,
                "end": 3193,
                "loc": {
                  "start": {
                    "line": 113,
                    "column": 1
                  },
                  "end": {
                    "line": 113,
                    "column": 7
                  },
                  "identifierName": "update"
                },
                "name": "update",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 3196,
                "end": 3238,
                "loc": {
                  "start": {
                    "line": 113,
                    "column": 10
                  },
                  "end": {
                    "line": 117,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 3200,
                    "end": 3219,
                    "loc": {
                      "start": {
                        "line": 114,
                        "column": 2
                      },
                      "end": {
                        "line": 114,
                        "column": 21
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3200,
                      "end": 3218,
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 2
                        },
                        "end": {
                          "line": 114,
                          "column": 20
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3200,
                        "end": 3216,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 2
                          },
                          "end": {
                            "line": 114,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3200,
                          "end": 3209,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 2
                            },
                            "end": {
                              "line": 114,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3200,
                            "end": 3204,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 2
                              },
                              "end": {
                                "line": 114,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3205,
                            "end": 3209,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 7
                              },
                              "end": {
                                "line": 114,
                                "column": 11
                              },
                              "identifierName": "_bvh"
                            },
                            "name": "_bvh"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3210,
                          "end": 3216,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 12
                            },
                            "end": {
                              "line": 114,
                              "column": 18
                            },
                            "identifierName": "update"
                          },
                          "name": "update"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 3223,
                    "end": 3235,
                    "loc": {
                      "start": {
                        "line": 116,
                        "column": 2
                      },
                      "end": {
                        "line": 116,
                        "column": 14
                      }
                    },
                    "argument": {
                      "type": "ThisExpression",
                      "start": 3230,
                      "end": 3234,
                      "loc": {
                        "start": {
                          "line": 116,
                          "column": 9
                        },
                        "end": {
                          "line": 116,
                          "column": 13
                        }
                      }
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Updates the collision system. This should be called before any collisions are tested.\n\t ",
                  "start": 3087,
                  "end": 3185,
                  "loc": {
                    "start": {
                      "line": 110,
                      "column": 1
                    },
                    "end": {
                      "line": 112,
                      "column": 4
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Draws the bodies within the system to a CanvasRenderingContext2D's current path\n\t * @param {CanvasRenderingContext2D} context The context to draw to\n\t ",
                  "start": 3241,
                  "end": 3402,
                  "loc": {
                    "start": {
                      "line": 119,
                      "column": 1
                    },
                    "end": {
                      "line": 122,
                      "column": 4
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 3404,
              "end": 3456,
              "loc": {
                "start": {
                  "line": 123,
                  "column": 1
                },
                "end": {
                  "line": 125,
                  "column": 2
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3404,
                "end": 3408,
                "loc": {
                  "start": {
                    "line": 123,
                    "column": 1
                  },
                  "end": {
                    "line": 123,
                    "column": 5
                  },
                  "identifierName": "draw"
                },
                "name": "draw",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 3409,
                  "end": 3416,
                  "loc": {
                    "start": {
                      "line": 123,
                      "column": 6
                    },
                    "end": {
                      "line": 123,
                      "column": 13
                    },
                    "identifierName": "context"
                  },
                  "name": "context"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 3418,
                "end": 3456,
                "loc": {
                  "start": {
                    "line": 123,
                    "column": 15
                  },
                  "end": {
                    "line": 125,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 3422,
                    "end": 3453,
                    "loc": {
                      "start": {
                        "line": 124,
                        "column": 2
                      },
                      "end": {
                        "line": 124,
                        "column": 33
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 3429,
                      "end": 3452,
                      "loc": {
                        "start": {
                          "line": 124,
                          "column": 9
                        },
                        "end": {
                          "line": 124,
                          "column": 32
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3429,
                        "end": 3443,
                        "loc": {
                          "start": {
                            "line": 124,
                            "column": 9
                          },
                          "end": {
                            "line": 124,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3429,
                          "end": 3438,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 9
                            },
                            "end": {
                              "line": 124,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3429,
                            "end": 3433,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 9
                              },
                              "end": {
                                "line": 124,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3434,
                            "end": 3438,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 14
                              },
                              "end": {
                                "line": 124,
                                "column": 18
                              },
                              "identifierName": "_bvh"
                            },
                            "name": "_bvh"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3439,
                          "end": 3443,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 19
                            },
                            "end": {
                              "line": 124,
                              "column": 23
                            },
                            "identifierName": "draw"
                          },
                          "name": "draw"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 3444,
                          "end": 3451,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 24
                            },
                            "end": {
                              "line": 124,
                              "column": 31
                            },
                            "identifierName": "context"
                          },
                          "name": "context"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Draws the bodies within the system to a CanvasRenderingContext2D's current path\n\t * @param {CanvasRenderingContext2D} context The context to draw to\n\t ",
                  "start": 3241,
                  "end": 3402,
                  "loc": {
                    "start": {
                      "line": 119,
                      "column": 1
                    },
                    "end": {
                      "line": 122,
                      "column": 4
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Draws the system's BVH to a CanvasRenderingContext2D's current path. This is useful for testing out different padding values for bodies.\n\t * @param {CanvasRenderingContext2D} context The context to draw to\n\t ",
                  "start": 3459,
                  "end": 3677,
                  "loc": {
                    "start": {
                      "line": 127,
                      "column": 1
                    },
                    "end": {
                      "line": 130,
                      "column": 4
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 3679,
              "end": 3737,
              "loc": {
                "start": {
                  "line": 131,
                  "column": 1
                },
                "end": {
                  "line": 133,
                  "column": 2
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3679,
                "end": 3686,
                "loc": {
                  "start": {
                    "line": 131,
                    "column": 1
                  },
                  "end": {
                    "line": 131,
                    "column": 8
                  },
                  "identifierName": "drawBVH"
                },
                "name": "drawBVH",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 3687,
                  "end": 3694,
                  "loc": {
                    "start": {
                      "line": 131,
                      "column": 9
                    },
                    "end": {
                      "line": 131,
                      "column": 16
                    },
                    "identifierName": "context"
                  },
                  "name": "context"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 3696,
                "end": 3737,
                "loc": {
                  "start": {
                    "line": 131,
                    "column": 18
                  },
                  "end": {
                    "line": 133,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 3700,
                    "end": 3734,
                    "loc": {
                      "start": {
                        "line": 132,
                        "column": 2
                      },
                      "end": {
                        "line": 132,
                        "column": 36
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 3707,
                      "end": 3733,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 9
                        },
                        "end": {
                          "line": 132,
                          "column": 35
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3707,
                        "end": 3724,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 9
                          },
                          "end": {
                            "line": 132,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3707,
                          "end": 3716,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 9
                            },
                            "end": {
                              "line": 132,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3707,
                            "end": 3711,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 9
                              },
                              "end": {
                                "line": 132,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3712,
                            "end": 3716,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 14
                              },
                              "end": {
                                "line": 132,
                                "column": 18
                              },
                              "identifierName": "_bvh"
                            },
                            "name": "_bvh"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3717,
                          "end": 3724,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 19
                            },
                            "end": {
                              "line": 132,
                              "column": 26
                            },
                            "identifierName": "drawBVH"
                          },
                          "name": "drawBVH"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 3725,
                          "end": 3732,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 27
                            },
                            "end": {
                              "line": 132,
                              "column": 34
                            },
                            "identifierName": "context"
                          },
                          "name": "context"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Draws the system's BVH to a CanvasRenderingContext2D's current path. This is useful for testing out different padding values for bodies.\n\t * @param {CanvasRenderingContext2D} context The context to draw to\n\t ",
                  "start": 3459,
                  "end": 3677,
                  "loc": {
                    "start": {
                      "line": 127,
                      "column": 1
                    },
                    "end": {
                      "line": 130,
                      "column": 4
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Returns a list of potential collisions for a body\n\t * @param {Circle|Polygon|Point} body The body to test for potential collisions against\n\t * @returns {Array<Body>}\n\t ",
                  "start": 3740,
                  "end": 3918,
                  "loc": {
                    "start": {
                      "line": 135,
                      "column": 1
                    },
                    "end": {
                      "line": 139,
                      "column": 4
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 3920,
              "end": 3978,
              "loc": {
                "start": {
                  "line": 140,
                  "column": 1
                },
                "end": {
                  "line": 142,
                  "column": 2
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3920,
                "end": 3930,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 1
                  },
                  "end": {
                    "line": 140,
                    "column": 11
                  },
                  "identifierName": "potentials"
                },
                "name": "potentials",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 3931,
                  "end": 3935,
                  "loc": {
                    "start": {
                      "line": 140,
                      "column": 12
                    },
                    "end": {
                      "line": 140,
                      "column": 16
                    },
                    "identifierName": "body"
                  },
                  "name": "body"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 3937,
                "end": 3978,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 18
                  },
                  "end": {
                    "line": 142,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 3941,
                    "end": 3975,
                    "loc": {
                      "start": {
                        "line": 141,
                        "column": 2
                      },
                      "end": {
                        "line": 141,
                        "column": 36
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 3948,
                      "end": 3974,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 9
                        },
                        "end": {
                          "line": 141,
                          "column": 35
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3948,
                        "end": 3968,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 9
                          },
                          "end": {
                            "line": 141,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3948,
                          "end": 3957,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 9
                            },
                            "end": {
                              "line": 141,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3948,
                            "end": 3952,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 9
                              },
                              "end": {
                                "line": 141,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3953,
                            "end": 3957,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 14
                              },
                              "end": {
                                "line": 141,
                                "column": 18
                              },
                              "identifierName": "_bvh"
                            },
                            "name": "_bvh"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3958,
                          "end": 3968,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 19
                            },
                            "end": {
                              "line": 141,
                              "column": 29
                            },
                            "identifierName": "potentials"
                          },
                          "name": "potentials"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 3969,
                          "end": 3973,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 30
                            },
                            "end": {
                              "line": 141,
                              "column": 34
                            },
                            "identifierName": "body"
                          },
                          "name": "body"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Returns a list of potential collisions for a body\n\t * @param {Circle|Polygon|Point} body The body to test for potential collisions against\n\t * @returns {Array<Body>}\n\t ",
                  "start": 3740,
                  "end": 3918,
                  "loc": {
                    "start": {
                      "line": 135,
                      "column": 1
                    },
                    "end": {
                      "line": 139,
                      "column": 4
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Determines if two bodies are colliding\n\t * @param {Circle|Polygon|Point} target The target body to test against\n\t * @param {Result} [result = null] A Result object on which to store information about the collision\n\t * @param {Boolean} [aabb = true] Set to false to skip the AABB test (useful if you use your own potential collision heuristic)\n\t * @returns {Boolean}\n\t ",
                  "start": 3981,
                  "end": 4359,
                  "loc": {
                    "start": {
                      "line": 144,
                      "column": 1
                    },
                    "end": {
                      "line": 150,
                      "column": 4
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 4361,
              "end": 4462,
              "loc": {
                "start": {
                  "line": 151,
                  "column": 1
                },
                "end": {
                  "line": 153,
                  "column": 2
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4361,
                "end": 4369,
                "loc": {
                  "start": {
                    "line": 151,
                    "column": 1
                  },
                  "end": {
                    "line": 151,
                    "column": 9
                  },
                  "identifierName": "collides"
                },
                "name": "collides",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 4370,
                  "end": 4376,
                  "loc": {
                    "start": {
                      "line": 151,
                      "column": 10
                    },
                    "end": {
                      "line": 151,
                      "column": 16
                    },
                    "identifierName": "source"
                  },
                  "name": "source"
                },
                {
                  "type": "Identifier",
                  "start": 4378,
                  "end": 4384,
                  "loc": {
                    "start": {
                      "line": 151,
                      "column": 18
                    },
                    "end": {
                      "line": 151,
                      "column": 24
                    },
                    "identifierName": "target"
                  },
                  "name": "target"
                },
                {
                  "type": "AssignmentPattern",
                  "start": 4386,
                  "end": 4399,
                  "loc": {
                    "start": {
                      "line": 151,
                      "column": 26
                    },
                    "end": {
                      "line": 151,
                      "column": 39
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 4386,
                    "end": 4392,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 26
                      },
                      "end": {
                        "line": 151,
                        "column": 32
                      },
                      "identifierName": "result"
                    },
                    "name": "result"
                  },
                  "right": {
                    "type": "NullLiteral",
                    "start": 4395,
                    "end": 4399,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 35
                      },
                      "end": {
                        "line": 151,
                        "column": 39
                      }
                    }
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 4401,
                  "end": 4412,
                  "loc": {
                    "start": {
                      "line": 151,
                      "column": 41
                    },
                    "end": {
                      "line": 151,
                      "column": 52
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 4401,
                    "end": 4405,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 41
                      },
                      "end": {
                        "line": 151,
                        "column": 45
                      },
                      "identifierName": "aabb"
                    },
                    "name": "aabb"
                  },
                  "right": {
                    "type": "BooleanLiteral",
                    "start": 4408,
                    "end": 4412,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 48
                      },
                      "end": {
                        "line": 151,
                        "column": 52
                      }
                    },
                    "value": true
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 4414,
                "end": 4462,
                "loc": {
                  "start": {
                    "line": 151,
                    "column": 54
                  },
                  "end": {
                    "line": 153,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 4418,
                    "end": 4459,
                    "loc": {
                      "start": {
                        "line": 152,
                        "column": 2
                      },
                      "end": {
                        "line": 152,
                        "column": 43
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 4425,
                      "end": 4458,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 9
                        },
                        "end": {
                          "line": 152,
                          "column": 42
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 4425,
                        "end": 4428,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 9
                          },
                          "end": {
                            "line": 152,
                            "column": 12
                          },
                          "identifierName": "SAT"
                        },
                        "name": "SAT"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4429,
                          "end": 4435,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 13
                            },
                            "end": {
                              "line": 152,
                              "column": 19
                            },
                            "identifierName": "source"
                          },
                          "name": "source"
                        },
                        {
                          "type": "Identifier",
                          "start": 4437,
                          "end": 4443,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 21
                            },
                            "end": {
                              "line": 152,
                              "column": 27
                            },
                            "identifierName": "target"
                          },
                          "name": "target"
                        },
                        {
                          "type": "Identifier",
                          "start": 4445,
                          "end": 4451,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 29
                            },
                            "end": {
                              "line": 152,
                              "column": 35
                            },
                            "identifierName": "result"
                          },
                          "name": "result"
                        },
                        {
                          "type": "Identifier",
                          "start": 4453,
                          "end": 4457,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 37
                            },
                            "end": {
                              "line": 152,
                              "column": 41
                            },
                            "identifierName": "aabb"
                          },
                          "name": "aabb"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n\t * Determines if two bodies are colliding\n\t * @param {Circle|Polygon|Point} target The target body to test against\n\t * @param {Result} [result = null] A Result object on which to store information about the collision\n\t * @param {Boolean} [aabb = true] Set to false to skip the AABB test (useful if you use your own potential collision heuristic)\n\t * @returns {Boolean}\n\t ",
                  "start": 3981,
                  "end": 4359,
                  "loc": {
                    "start": {
                      "line": 144,
                      "column": 1
                    },
                    "end": {
                      "line": 150,
                      "column": 4
                    }
                  }
                }
              ]
            }
          ]
        },
        "leadingComments": [],
        "name": "_",
        "trailingComments": []
      },
      {
        "type": "EmptyStatement",
        "start": 4464,
        "end": 4465,
        "loc": {
          "start": {
            "line": 154,
            "column": 1
          },
          "end": {
            "line": 154,
            "column": 2
          }
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 4467,
        "end": 4551,
        "loc": {
          "start": {
            "line": 156,
            "column": 0
          },
          "end": {
            "line": 163,
            "column": 2
          }
        },
        "declaration": null,
        "specifiers": [
          {
            "type": "ExportSpecifier",
            "start": 4477,
            "end": 4498,
            "loc": {
              "start": {
                "line": 157,
                "column": 1
              },
              "end": {
                "line": 157,
                "column": 22
              }
            },
            "local": {
              "type": "Identifier",
              "start": 4477,
              "end": 4487,
              "loc": {
                "start": {
                  "line": 157,
                  "column": 1
                },
                "end": {
                  "line": 157,
                  "column": 11
                },
                "identifierName": "Collisions"
              },
              "name": "Collisions"
            },
            "exported": {
              "type": "Identifier",
              "start": 4491,
              "end": 4498,
              "loc": {
                "start": {
                  "line": 157,
                  "column": 15
                },
                "end": {
                  "line": 157,
                  "column": 22
                },
                "identifierName": "default"
              },
              "name": "default"
            }
          },
          {
            "type": "ExportSpecifier",
            "start": 4501,
            "end": 4511,
            "loc": {
              "start": {
                "line": 158,
                "column": 1
              },
              "end": {
                "line": 158,
                "column": 11
              }
            },
            "local": {
              "type": "Identifier",
              "start": 4501,
              "end": 4511,
              "loc": {
                "start": {
                  "line": 158,
                  "column": 1
                },
                "end": {
                  "line": 158,
                  "column": 11
                },
                "identifierName": "Collisions"
              },
              "name": "Collisions"
            },
            "exported": {
              "type": "Identifier",
              "start": 4501,
              "end": 4511,
              "loc": {
                "start": {
                  "line": 158,
                  "column": 1
                },
                "end": {
                  "line": 158,
                  "column": 11
                },
                "identifierName": "Collisions"
              },
              "name": "Collisions"
            }
          },
          {
            "type": "ExportSpecifier",
            "start": 4514,
            "end": 4520,
            "loc": {
              "start": {
                "line": 159,
                "column": 1
              },
              "end": {
                "line": 159,
                "column": 7
              }
            },
            "local": {
              "type": "Identifier",
              "start": 4514,
              "end": 4520,
              "loc": {
                "start": {
                  "line": 159,
                  "column": 1
                },
                "end": {
                  "line": 159,
                  "column": 7
                },
                "identifierName": "Result"
              },
              "name": "Result"
            },
            "exported": {
              "type": "Identifier",
              "start": 4514,
              "end": 4520,
              "loc": {
                "start": {
                  "line": 159,
                  "column": 1
                },
                "end": {
                  "line": 159,
                  "column": 7
                },
                "identifierName": "Result"
              },
              "name": "Result"
            }
          },
          {
            "type": "ExportSpecifier",
            "start": 4523,
            "end": 4529,
            "loc": {
              "start": {
                "line": 160,
                "column": 1
              },
              "end": {
                "line": 160,
                "column": 7
              }
            },
            "local": {
              "type": "Identifier",
              "start": 4523,
              "end": 4529,
              "loc": {
                "start": {
                  "line": 160,
                  "column": 1
                },
                "end": {
                  "line": 160,
                  "column": 7
                },
                "identifierName": "Circle"
              },
              "name": "Circle"
            },
            "exported": {
              "type": "Identifier",
              "start": 4523,
              "end": 4529,
              "loc": {
                "start": {
                  "line": 160,
                  "column": 1
                },
                "end": {
                  "line": 160,
                  "column": 7
                },
                "identifierName": "Circle"
              },
              "name": "Circle"
            }
          },
          {
            "type": "ExportSpecifier",
            "start": 4532,
            "end": 4539,
            "loc": {
              "start": {
                "line": 161,
                "column": 1
              },
              "end": {
                "line": 161,
                "column": 8
              }
            },
            "local": {
              "type": "Identifier",
              "start": 4532,
              "end": 4539,
              "loc": {
                "start": {
                  "line": 161,
                  "column": 1
                },
                "end": {
                  "line": 161,
                  "column": 8
                },
                "identifierName": "Polygon"
              },
              "name": "Polygon"
            },
            "exported": {
              "type": "Identifier",
              "start": 4532,
              "end": 4539,
              "loc": {
                "start": {
                  "line": 161,
                  "column": 1
                },
                "end": {
                  "line": 161,
                  "column": 8
                },
                "identifierName": "Polygon"
              },
              "name": "Polygon"
            }
          },
          {
            "type": "ExportSpecifier",
            "start": 4542,
            "end": 4547,
            "loc": {
              "start": {
                "line": 162,
                "column": 1
              },
              "end": {
                "line": 162,
                "column": 6
              }
            },
            "local": {
              "type": "Identifier",
              "start": 4542,
              "end": 4547,
              "loc": {
                "start": {
                  "line": 162,
                  "column": 1
                },
                "end": {
                  "line": 162,
                  "column": 6
                },
                "identifierName": "Point"
              },
              "name": "Point"
            },
            "exported": {
              "type": "Identifier",
              "start": 4542,
              "end": 4547,
              "loc": {
                "start": {
                  "line": 162,
                  "column": 1
                },
                "end": {
                  "line": 162,
                  "column": 6
                },
                "identifierName": "Point"
              },
              "name": "Point"
            }
          }
        ],
        "source": null
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 4467,
        "end": 4551,
        "loc": {
          "start": {
            "line": 156,
            "column": 0
          },
          "end": {
            "line": 163,
            "column": 2
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 372,
          "end": 4464,
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 154,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 378,
            "end": 388,
            "loc": {
              "start": {
                "line": 12,
                "column": 6
              },
              "end": {
                "line": 12,
                "column": 16
              },
              "identifierName": "Collisions"
            },
            "name": "Collisions",
            "leadingComments": null
          },
          "superClass": null,
          "body": {
            "type": "ClassBody",
            "start": 389,
            "end": 4464,
            "loc": {
              "start": {
                "line": 12,
                "column": 17
              },
              "end": {
                "line": 154,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 419,
                "end": 480,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 1
                  },
                  "end": {
                    "line": 19,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 419,
                  "end": 430,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 1
                    },
                    "end": {
                      "line": 16,
                      "column": 12
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 433,
                  "end": 480,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 15
                    },
                    "end": {
                      "line": 19,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 455,
                      "end": 477,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 2
                        },
                        "end": {
                          "line": 18,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 455,
                        "end": 476,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 2
                          },
                          "end": {
                            "line": 18,
                            "column": 23
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 455,
                          "end": 464,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 2
                            },
                            "end": {
                              "line": 18,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 455,
                            "end": 459,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 2
                              },
                              "end": {
                                "line": 18,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 460,
                            "end": 464,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 7
                              },
                              "end": {
                                "line": 18,
                                "column": 11
                              },
                              "identifierName": "_bvh"
                            },
                            "name": "_bvh"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 467,
                          "end": 476,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 14
                            },
                            "end": {
                              "line": 18,
                              "column": 23
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 471,
                            "end": 474,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 18
                              },
                              "end": {
                                "line": 18,
                                "column": 21
                              },
                              "identifierName": "BVH"
                            },
                            "name": "BVH"
                          },
                          "arguments": []
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 437,
                          "end": 452,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 2
                            },
                            "end": {
                              "line": 17,
                              "column": 17
                            }
                          }
                        }
                      ]
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * @constructor\n\t ",
                    "start": 392,
                    "end": 417,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 1
                      },
                      "end": {
                        "line": 15,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Creates a {@link Circle} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Number} [radius = 0] The radius\n\t * @param {Number} [scale = 1] The scale\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Circle}\n\t ",
                    "start": 483,
                    "end": 887,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 1
                      },
                      "end": {
                        "line": 29,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 889,
                "end": 1056,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 1
                  },
                  "end": {
                    "line": 36,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 889,
                  "end": 901,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 1
                    },
                    "end": {
                      "line": 30,
                      "column": 13
                    },
                    "identifierName": "createCircle"
                  },
                  "name": "createCircle",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 902,
                    "end": 907,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 14
                      },
                      "end": {
                        "line": 30,
                        "column": 19
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 902,
                      "end": 903,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 14
                        },
                        "end": {
                          "line": 30,
                          "column": 15
                        },
                        "identifierName": "x"
                      },
                      "name": "x"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 906,
                      "end": 907,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 18
                        },
                        "end": {
                          "line": 30,
                          "column": 19
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 909,
                    "end": 914,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 21
                      },
                      "end": {
                        "line": 30,
                        "column": 26
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 909,
                      "end": 910,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 21
                        },
                        "end": {
                          "line": 30,
                          "column": 22
                        },
                        "identifierName": "y"
                      },
                      "name": "y"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 913,
                      "end": 914,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 25
                        },
                        "end": {
                          "line": 30,
                          "column": 26
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 916,
                    "end": 926,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 28
                      },
                      "end": {
                        "line": 30,
                        "column": 38
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 916,
                      "end": 922,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 28
                        },
                        "end": {
                          "line": 30,
                          "column": 34
                        },
                        "identifierName": "radius"
                      },
                      "name": "radius"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 925,
                      "end": 926,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 37
                        },
                        "end": {
                          "line": 30,
                          "column": 38
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 928,
                    "end": 937,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 40
                      },
                      "end": {
                        "line": 30,
                        "column": 49
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 928,
                      "end": 933,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 40
                        },
                        "end": {
                          "line": 30,
                          "column": 45
                        },
                        "identifierName": "scale"
                      },
                      "name": "scale"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 936,
                      "end": 937,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 48
                        },
                        "end": {
                          "line": 30,
                          "column": 49
                        }
                      },
                      "extra": {
                        "rawValue": 1,
                        "raw": "1"
                      },
                      "value": 1
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 939,
                    "end": 950,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 51
                      },
                      "end": {
                        "line": 30,
                        "column": 62
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 939,
                      "end": 946,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 51
                        },
                        "end": {
                          "line": 30,
                          "column": 58
                        },
                        "identifierName": "padding"
                      },
                      "name": "padding"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 949,
                      "end": 950,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 61
                        },
                        "end": {
                          "line": 30,
                          "column": 62
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 952,
                  "end": 1056,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 64
                    },
                    "end": {
                      "line": 36,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 956,
                      "end": 1010,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 2
                        },
                        "end": {
                          "line": 31,
                          "column": 56
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 962,
                          "end": 1009,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 55
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 962,
                            "end": 966,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 12
                              },
                              "identifierName": "body"
                            },
                            "name": "body"
                          },
                          "init": {
                            "type": "NewExpression",
                            "start": 969,
                            "end": 1009,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 15
                              },
                              "end": {
                                "line": 31,
                                "column": 55
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 973,
                              "end": 979,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 19
                                },
                                "end": {
                                  "line": 31,
                                  "column": 25
                                },
                                "identifierName": "Circle"
                              },
                              "name": "Circle"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 980,
                                "end": 981,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 27
                                  },
                                  "identifierName": "x"
                                },
                                "name": "x"
                              },
                              {
                                "type": "Identifier",
                                "start": 983,
                                "end": 984,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 30
                                  },
                                  "identifierName": "y"
                                },
                                "name": "y"
                              },
                              {
                                "type": "Identifier",
                                "start": 986,
                                "end": 992,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 38
                                  },
                                  "identifierName": "radius"
                                },
                                "name": "radius"
                              },
                              {
                                "type": "Identifier",
                                "start": 994,
                                "end": 999,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 45
                                  },
                                  "identifierName": "scale"
                                },
                                "name": "scale"
                              },
                              {
                                "type": "Identifier",
                                "start": 1001,
                                "end": 1008,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 54
                                  },
                                  "identifierName": "padding"
                                },
                                "name": "padding"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1014,
                      "end": 1037,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 2
                        },
                        "end": {
                          "line": 33,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1014,
                        "end": 1036,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 2
                          },
                          "end": {
                            "line": 33,
                            "column": 24
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1014,
                          "end": 1030,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 2
                            },
                            "end": {
                              "line": 33,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1014,
                            "end": 1023,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 2
                              },
                              "end": {
                                "line": 33,
                                "column": 11
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1014,
                              "end": 1018,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 2
                                },
                                "end": {
                                  "line": 33,
                                  "column": 6
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1019,
                              "end": 1023,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 7
                                },
                                "end": {
                                  "line": 33,
                                  "column": 11
                                },
                                "identifierName": "_bvh"
                              },
                              "name": "_bvh"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1024,
                            "end": 1030,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 12
                              },
                              "end": {
                                "line": 33,
                                "column": 18
                              },
                              "identifierName": "insert"
                            },
                            "name": "insert"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1031,
                            "end": 1035,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 19
                              },
                              "end": {
                                "line": 33,
                                "column": 23
                              },
                              "identifierName": "body"
                            },
                            "name": "body"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1041,
                      "end": 1053,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 2
                        },
                        "end": {
                          "line": 35,
                          "column": 14
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 1048,
                        "end": 1052,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 9
                          },
                          "end": {
                            "line": 35,
                            "column": 13
                          },
                          "identifierName": "body"
                        },
                        "name": "body"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Creates a {@link Circle} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Number} [radius = 0] The radius\n\t * @param {Number} [scale = 1] The scale\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Circle}\n\t ",
                    "start": 483,
                    "end": 887,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 1
                      },
                      "end": {
                        "line": 29,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Creates a {@link Polygon} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Array<Number[]>} [points = []] An array of coordinate pairs making up the polygon - [[x1, y1], [x2, y2], ...]\n\t * @param {Number} [angle = 0] The starting rotation in radians\n\t * @param {Number} [scale_x = 1] The starting scale along the X axis\n\t * @param {Number} [scale_y = 1] The starting scale long the Y axis\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Polygon}\n\t ",
                    "start": 1059,
                    "end": 1705,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 1
                      },
                      "end": {
                        "line": 48,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1707,
                "end": 1927,
                "loc": {
                  "start": {
                    "line": 49,
                    "column": 1
                  },
                  "end": {
                    "line": 55,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1707,
                  "end": 1720,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 1
                    },
                    "end": {
                      "line": 49,
                      "column": 14
                    },
                    "identifierName": "createPolygon"
                  },
                  "name": "createPolygon",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 1721,
                    "end": 1726,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 15
                      },
                      "end": {
                        "line": 49,
                        "column": 20
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1721,
                      "end": 1722,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 15
                        },
                        "end": {
                          "line": 49,
                          "column": 16
                        },
                        "identifierName": "x"
                      },
                      "name": "x"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 1725,
                      "end": 1726,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 19
                        },
                        "end": {
                          "line": 49,
                          "column": 20
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1728,
                    "end": 1733,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 22
                      },
                      "end": {
                        "line": 49,
                        "column": 27
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1728,
                      "end": 1729,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 22
                        },
                        "end": {
                          "line": 49,
                          "column": 23
                        },
                        "identifierName": "y"
                      },
                      "name": "y"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 1732,
                      "end": 1733,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 26
                        },
                        "end": {
                          "line": 49,
                          "column": 27
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1735,
                    "end": 1752,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 29
                      },
                      "end": {
                        "line": 49,
                        "column": 46
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1735,
                      "end": 1741,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 29
                        },
                        "end": {
                          "line": 49,
                          "column": 35
                        },
                        "identifierName": "points"
                      },
                      "name": "points"
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 1744,
                      "end": 1752,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 38
                        },
                        "end": {
                          "line": 49,
                          "column": 46
                        }
                      },
                      "elements": [
                        {
                          "type": "ArrayExpression",
                          "start": 1745,
                          "end": 1751,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 39
                            },
                            "end": {
                              "line": 49,
                              "column": 45
                            }
                          },
                          "elements": [
                            {
                              "type": "NumericLiteral",
                              "start": 1746,
                              "end": 1747,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 40
                                },
                                "end": {
                                  "line": 49,
                                  "column": 41
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            },
                            {
                              "type": "NumericLiteral",
                              "start": 1749,
                              "end": 1750,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 43
                                },
                                "end": {
                                  "line": 49,
                                  "column": 44
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          ]
                        }
                      ]
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1754,
                    "end": 1763,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 48
                      },
                      "end": {
                        "line": 49,
                        "column": 57
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1754,
                      "end": 1759,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 48
                        },
                        "end": {
                          "line": 49,
                          "column": 53
                        },
                        "identifierName": "angle"
                      },
                      "name": "angle"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 1762,
                      "end": 1763,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 56
                        },
                        "end": {
                          "line": 49,
                          "column": 57
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1765,
                    "end": 1776,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 59
                      },
                      "end": {
                        "line": 49,
                        "column": 70
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1765,
                      "end": 1772,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 59
                        },
                        "end": {
                          "line": 49,
                          "column": 66
                        },
                        "identifierName": "scale_x"
                      },
                      "name": "scale_x"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 1775,
                      "end": 1776,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 69
                        },
                        "end": {
                          "line": 49,
                          "column": 70
                        }
                      },
                      "extra": {
                        "rawValue": 1,
                        "raw": "1"
                      },
                      "value": 1
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1778,
                    "end": 1789,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 72
                      },
                      "end": {
                        "line": 49,
                        "column": 83
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1778,
                      "end": 1785,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 72
                        },
                        "end": {
                          "line": 49,
                          "column": 79
                        },
                        "identifierName": "scale_y"
                      },
                      "name": "scale_y"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 1788,
                      "end": 1789,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 82
                        },
                        "end": {
                          "line": 49,
                          "column": 83
                        }
                      },
                      "extra": {
                        "rawValue": 1,
                        "raw": "1"
                      },
                      "value": 1
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1791,
                    "end": 1802,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 85
                      },
                      "end": {
                        "line": 49,
                        "column": 96
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1791,
                      "end": 1798,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 85
                        },
                        "end": {
                          "line": 49,
                          "column": 92
                        },
                        "identifierName": "padding"
                      },
                      "name": "padding"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 1801,
                      "end": 1802,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 95
                        },
                        "end": {
                          "line": 49,
                          "column": 96
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1804,
                  "end": 1927,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 98
                    },
                    "end": {
                      "line": 55,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1808,
                      "end": 1881,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 2
                        },
                        "end": {
                          "line": 50,
                          "column": 75
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1814,
                          "end": 1880,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 8
                            },
                            "end": {
                              "line": 50,
                              "column": 74
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1814,
                            "end": 1818,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 8
                              },
                              "end": {
                                "line": 50,
                                "column": 12
                              },
                              "identifierName": "body"
                            },
                            "name": "body"
                          },
                          "init": {
                            "type": "NewExpression",
                            "start": 1821,
                            "end": 1880,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 15
                              },
                              "end": {
                                "line": 50,
                                "column": 74
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1825,
                              "end": 1832,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 19
                                },
                                "end": {
                                  "line": 50,
                                  "column": 26
                                },
                                "identifierName": "Polygon"
                              },
                              "name": "Polygon"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1833,
                                "end": 1834,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 28
                                  },
                                  "identifierName": "x"
                                },
                                "name": "x"
                              },
                              {
                                "type": "Identifier",
                                "start": 1836,
                                "end": 1837,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 31
                                  },
                                  "identifierName": "y"
                                },
                                "name": "y"
                              },
                              {
                                "type": "Identifier",
                                "start": 1839,
                                "end": 1845,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 39
                                  },
                                  "identifierName": "points"
                                },
                                "name": "points"
                              },
                              {
                                "type": "Identifier",
                                "start": 1847,
                                "end": 1852,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 46
                                  },
                                  "identifierName": "angle"
                                },
                                "name": "angle"
                              },
                              {
                                "type": "Identifier",
                                "start": 1854,
                                "end": 1861,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 55
                                  },
                                  "identifierName": "scale_x"
                                },
                                "name": "scale_x"
                              },
                              {
                                "type": "Identifier",
                                "start": 1863,
                                "end": 1870,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 64
                                  },
                                  "identifierName": "scale_y"
                                },
                                "name": "scale_y"
                              },
                              {
                                "type": "Identifier",
                                "start": 1872,
                                "end": 1879,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 73
                                  },
                                  "identifierName": "padding"
                                },
                                "name": "padding"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1885,
                      "end": 1908,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 2
                        },
                        "end": {
                          "line": 52,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1885,
                        "end": 1907,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 2
                          },
                          "end": {
                            "line": 52,
                            "column": 24
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1885,
                          "end": 1901,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 2
                            },
                            "end": {
                              "line": 52,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1885,
                            "end": 1894,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 2
                              },
                              "end": {
                                "line": 52,
                                "column": 11
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1885,
                              "end": 1889,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 2
                                },
                                "end": {
                                  "line": 52,
                                  "column": 6
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1890,
                              "end": 1894,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 7
                                },
                                "end": {
                                  "line": 52,
                                  "column": 11
                                },
                                "identifierName": "_bvh"
                              },
                              "name": "_bvh"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1895,
                            "end": 1901,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 12
                              },
                              "end": {
                                "line": 52,
                                "column": 18
                              },
                              "identifierName": "insert"
                            },
                            "name": "insert"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1902,
                            "end": 1906,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 19
                              },
                              "end": {
                                "line": 52,
                                "column": 23
                              },
                              "identifierName": "body"
                            },
                            "name": "body"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1912,
                      "end": 1924,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 2
                        },
                        "end": {
                          "line": 54,
                          "column": 14
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 1919,
                        "end": 1923,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 9
                          },
                          "end": {
                            "line": 54,
                            "column": 13
                          },
                          "identifierName": "body"
                        },
                        "name": "body"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Creates a {@link Polygon} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Array<Number[]>} [points = []] An array of coordinate pairs making up the polygon - [[x1, y1], [x2, y2], ...]\n\t * @param {Number} [angle = 0] The starting rotation in radians\n\t * @param {Number} [scale_x = 1] The starting scale along the X axis\n\t * @param {Number} [scale_y = 1] The starting scale long the Y axis\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Polygon}\n\t ",
                    "start": 1059,
                    "end": 1705,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 1
                      },
                      "end": {
                        "line": 48,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Creates a {@link Point} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Point}\n\t ",
                    "start": 1930,
                    "end": 2246,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 1
                      },
                      "end": {
                        "line": 63,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2248,
                "end": 2375,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 1
                  },
                  "end": {
                    "line": 70,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2248,
                  "end": 2259,
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 1
                    },
                    "end": {
                      "line": 64,
                      "column": 12
                    },
                    "identifierName": "createPoint"
                  },
                  "name": "createPoint",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 2260,
                    "end": 2265,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 13
                      },
                      "end": {
                        "line": 64,
                        "column": 18
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 2260,
                      "end": 2261,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 13
                        },
                        "end": {
                          "line": 64,
                          "column": 14
                        },
                        "identifierName": "x"
                      },
                      "name": "x"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 2264,
                      "end": 2265,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 17
                        },
                        "end": {
                          "line": 64,
                          "column": 18
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 2267,
                    "end": 2272,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 20
                      },
                      "end": {
                        "line": 64,
                        "column": 25
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 2267,
                      "end": 2268,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 20
                        },
                        "end": {
                          "line": 64,
                          "column": 21
                        },
                        "identifierName": "y"
                      },
                      "name": "y"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 2271,
                      "end": 2272,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 24
                        },
                        "end": {
                          "line": 64,
                          "column": 25
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 2274,
                    "end": 2285,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 27
                      },
                      "end": {
                        "line": 64,
                        "column": 38
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 2274,
                      "end": 2281,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 27
                        },
                        "end": {
                          "line": 64,
                          "column": 34
                        },
                        "identifierName": "padding"
                      },
                      "name": "padding"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 2284,
                      "end": 2285,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 37
                        },
                        "end": {
                          "line": 64,
                          "column": 38
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2287,
                  "end": 2375,
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 40
                    },
                    "end": {
                      "line": 70,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2291,
                      "end": 2329,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 2
                        },
                        "end": {
                          "line": 65,
                          "column": 40
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2297,
                          "end": 2328,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 8
                            },
                            "end": {
                              "line": 65,
                              "column": 39
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2297,
                            "end": 2301,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 8
                              },
                              "end": {
                                "line": 65,
                                "column": 12
                              },
                              "identifierName": "body"
                            },
                            "name": "body"
                          },
                          "init": {
                            "type": "NewExpression",
                            "start": 2304,
                            "end": 2328,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 15
                              },
                              "end": {
                                "line": 65,
                                "column": 39
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 2308,
                              "end": 2313,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 19
                                },
                                "end": {
                                  "line": 65,
                                  "column": 24
                                },
                                "identifierName": "Point"
                              },
                              "name": "Point"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2314,
                                "end": 2315,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 26
                                  },
                                  "identifierName": "x"
                                },
                                "name": "x"
                              },
                              {
                                "type": "Identifier",
                                "start": 2317,
                                "end": 2318,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 29
                                  },
                                  "identifierName": "y"
                                },
                                "name": "y"
                              },
                              {
                                "type": "Identifier",
                                "start": 2320,
                                "end": 2327,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 38
                                  },
                                  "identifierName": "padding"
                                },
                                "name": "padding"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2333,
                      "end": 2356,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 2
                        },
                        "end": {
                          "line": 67,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2333,
                        "end": 2355,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 2
                          },
                          "end": {
                            "line": 67,
                            "column": 24
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2333,
                          "end": 2349,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 2
                            },
                            "end": {
                              "line": 67,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2333,
                            "end": 2342,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 2
                              },
                              "end": {
                                "line": 67,
                                "column": 11
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2333,
                              "end": 2337,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 2
                                },
                                "end": {
                                  "line": 67,
                                  "column": 6
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2338,
                              "end": 2342,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 7
                                },
                                "end": {
                                  "line": 67,
                                  "column": 11
                                },
                                "identifierName": "_bvh"
                              },
                              "name": "_bvh"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2343,
                            "end": 2349,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 12
                              },
                              "end": {
                                "line": 67,
                                "column": 18
                              },
                              "identifierName": "insert"
                            },
                            "name": "insert"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 2350,
                            "end": 2354,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 19
                              },
                              "end": {
                                "line": 67,
                                "column": 23
                              },
                              "identifierName": "body"
                            },
                            "name": "body"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 2360,
                      "end": 2372,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 2
                        },
                        "end": {
                          "line": 69,
                          "column": 14
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 2367,
                        "end": 2371,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 9
                          },
                          "end": {
                            "line": 69,
                            "column": 13
                          },
                          "identifierName": "body"
                        },
                        "name": "body"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Creates a {@link Point} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Point}\n\t ",
                    "start": 1930,
                    "end": 2246,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 1
                      },
                      "end": {
                        "line": 63,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Creates a {@link Result} used to collect the detailed results of a collision test\n\t ",
                    "start": 2378,
                    "end": 2472,
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 1
                      },
                      "end": {
                        "line": 74,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2474,
                "end": 2516,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 1
                  },
                  "end": {
                    "line": 77,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2474,
                  "end": 2486,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 1
                    },
                    "end": {
                      "line": 75,
                      "column": 13
                    },
                    "identifierName": "createResult"
                  },
                  "name": "createResult",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2489,
                  "end": 2516,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 16
                    },
                    "end": {
                      "line": 77,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2493,
                      "end": 2513,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 2
                        },
                        "end": {
                          "line": 76,
                          "column": 22
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 2500,
                        "end": 2512,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 9
                          },
                          "end": {
                            "line": 76,
                            "column": 21
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2504,
                          "end": 2510,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 13
                            },
                            "end": {
                              "line": 76,
                              "column": 19
                            },
                            "identifierName": "Result"
                          },
                          "name": "Result"
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Creates a {@link Result} used to collect the detailed results of a collision test\n\t ",
                    "start": 2378,
                    "end": 2472,
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 1
                      },
                      "end": {
                        "line": 74,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Creates a Result used to collect the detailed results of a collision test\n\t ",
                    "start": 2519,
                    "end": 2605,
                    "loc": {
                      "start": {
                        "line": 79,
                        "column": 1
                      },
                      "end": {
                        "line": 81,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2607,
                "end": 2656,
                "loc": {
                  "start": {
                    "line": 82,
                    "column": 1
                  },
                  "end": {
                    "line": 84,
                    "column": 2
                  }
                },
                "static": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2614,
                  "end": 2626,
                  "loc": {
                    "start": {
                      "line": 82,
                      "column": 8
                    },
                    "end": {
                      "line": 82,
                      "column": 20
                    },
                    "identifierName": "createResult"
                  },
                  "name": "createResult"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2629,
                  "end": 2656,
                  "loc": {
                    "start": {
                      "line": 82,
                      "column": 23
                    },
                    "end": {
                      "line": 84,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2633,
                      "end": 2653,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 2
                        },
                        "end": {
                          "line": 83,
                          "column": 22
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 2640,
                        "end": 2652,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 9
                          },
                          "end": {
                            "line": 83,
                            "column": 21
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2644,
                          "end": 2650,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 13
                            },
                            "end": {
                              "line": 83,
                              "column": 19
                            },
                            "identifierName": "Result"
                          },
                          "name": "Result"
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Creates a Result used to collect the detailed results of a collision test\n\t ",
                    "start": 2519,
                    "end": 2605,
                    "loc": {
                      "start": {
                        "line": 79,
                        "column": 1
                      },
                      "end": {
                        "line": 81,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Inserts bodies into the collision system\n\t * @param {...Circle|...Polygon|...Point} bodies\n\t ",
                    "start": 2659,
                    "end": 2762,
                    "loc": {
                      "start": {
                        "line": 86,
                        "column": 1
                      },
                      "end": {
                        "line": 89,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2764,
                "end": 2870,
                "loc": {
                  "start": {
                    "line": 90,
                    "column": 1
                  },
                  "end": {
                    "line": 96,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2764,
                  "end": 2770,
                  "loc": {
                    "start": {
                      "line": 90,
                      "column": 1
                    },
                    "end": {
                      "line": 90,
                      "column": 7
                    },
                    "identifierName": "insert"
                  },
                  "name": "insert",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "RestElement",
                    "start": 2771,
                    "end": 2780,
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 8
                      },
                      "end": {
                        "line": 90,
                        "column": 17
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 2774,
                      "end": 2780,
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 11
                        },
                        "end": {
                          "line": 90,
                          "column": 17
                        },
                        "identifierName": "bodies"
                      },
                      "name": "bodies"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2782,
                  "end": 2870,
                  "loc": {
                    "start": {
                      "line": 90,
                      "column": 19
                    },
                    "end": {
                      "line": 96,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "ForOfStatement",
                      "start": 2786,
                      "end": 2851,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 2
                        },
                        "end": {
                          "line": 93,
                          "column": 3
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 2790,
                        "end": 2800,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 6
                          },
                          "end": {
                            "line": 91,
                            "column": 16
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2796,
                            "end": 2800,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 12
                              },
                              "end": {
                                "line": 91,
                                "column": 16
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2796,
                              "end": 2800,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 12
                                },
                                "end": {
                                  "line": 91,
                                  "column": 16
                                },
                                "identifierName": "body"
                              },
                              "name": "body"
                            },
                            "init": null
                          }
                        ],
                        "kind": "const"
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 2804,
                        "end": 2810,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 20
                          },
                          "end": {
                            "line": 91,
                            "column": 26
                          },
                          "identifierName": "bodies"
                        },
                        "name": "bodies"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 2812,
                        "end": 2851,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 28
                          },
                          "end": {
                            "line": 93,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2817,
                            "end": 2847,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 3
                              },
                              "end": {
                                "line": 92,
                                "column": 33
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2817,
                              "end": 2846,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 3
                                },
                                "end": {
                                  "line": 92,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2817,
                                "end": 2833,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 19
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2817,
                                  "end": 2826,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 12
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2817,
                                    "end": 2821,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 7
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2822,
                                    "end": 2826,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 12
                                      },
                                      "identifierName": "_bvh"
                                    },
                                    "name": "_bvh"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2827,
                                  "end": 2833,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 19
                                    },
                                    "identifierName": "insert"
                                  },
                                  "name": "insert"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 2834,
                                  "end": 2838,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 24
                                    },
                                    "identifierName": "body"
                                  },
                                  "name": "body"
                                },
                                {
                                  "type": "BooleanLiteral",
                                  "start": 2840,
                                  "end": 2845,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 31
                                    }
                                  },
                                  "value": false
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 2855,
                      "end": 2867,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 2
                        },
                        "end": {
                          "line": 95,
                          "column": 14
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 2862,
                        "end": 2866,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 9
                          },
                          "end": {
                            "line": 95,
                            "column": 13
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Inserts bodies into the collision system\n\t * @param {...Circle|...Polygon|...Point} bodies\n\t ",
                    "start": 2659,
                    "end": 2762,
                    "loc": {
                      "start": {
                        "line": 86,
                        "column": 1
                      },
                      "end": {
                        "line": 89,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Removes bodies from the collision system\n\t * @param {...Circle|...Polygon|...Point} bodies\n\t ",
                    "start": 2873,
                    "end": 2976,
                    "loc": {
                      "start": {
                        "line": 98,
                        "column": 1
                      },
                      "end": {
                        "line": 101,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2978,
                "end": 3084,
                "loc": {
                  "start": {
                    "line": 102,
                    "column": 1
                  },
                  "end": {
                    "line": 108,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2978,
                  "end": 2984,
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 1
                    },
                    "end": {
                      "line": 102,
                      "column": 7
                    },
                    "identifierName": "remove"
                  },
                  "name": "remove",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "RestElement",
                    "start": 2985,
                    "end": 2994,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 8
                      },
                      "end": {
                        "line": 102,
                        "column": 17
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 2988,
                      "end": 2994,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 11
                        },
                        "end": {
                          "line": 102,
                          "column": 17
                        },
                        "identifierName": "bodies"
                      },
                      "name": "bodies"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2996,
                  "end": 3084,
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 19
                    },
                    "end": {
                      "line": 108,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "ForOfStatement",
                      "start": 3000,
                      "end": 3065,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 2
                        },
                        "end": {
                          "line": 105,
                          "column": 3
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 3004,
                        "end": 3014,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 6
                          },
                          "end": {
                            "line": 103,
                            "column": 16
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3010,
                            "end": 3014,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 12
                              },
                              "end": {
                                "line": 103,
                                "column": 16
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3010,
                              "end": 3014,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 12
                                },
                                "end": {
                                  "line": 103,
                                  "column": 16
                                },
                                "identifierName": "body"
                              },
                              "name": "body"
                            },
                            "init": null
                          }
                        ],
                        "kind": "const"
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 3018,
                        "end": 3024,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 20
                          },
                          "end": {
                            "line": 103,
                            "column": 26
                          },
                          "identifierName": "bodies"
                        },
                        "name": "bodies"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 3026,
                        "end": 3065,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 28
                          },
                          "end": {
                            "line": 105,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3031,
                            "end": 3061,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 3
                              },
                              "end": {
                                "line": 104,
                                "column": 33
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3031,
                              "end": 3060,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 3
                                },
                                "end": {
                                  "line": 104,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3031,
                                "end": 3047,
                                "loc": {
                                  "start": {
                                    "line": 104,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 104,
                                    "column": 19
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3031,
                                  "end": 3040,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 12
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3031,
                                    "end": 3035,
                                    "loc": {
                                      "start": {
                                        "line": 104,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 104,
                                        "column": 7
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3036,
                                    "end": 3040,
                                    "loc": {
                                      "start": {
                                        "line": 104,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 104,
                                        "column": 12
                                      },
                                      "identifierName": "_bvh"
                                    },
                                    "name": "_bvh"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3041,
                                  "end": 3047,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 19
                                    },
                                    "identifierName": "remove"
                                  },
                                  "name": "remove"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3048,
                                  "end": 3052,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 24
                                    },
                                    "identifierName": "body"
                                  },
                                  "name": "body"
                                },
                                {
                                  "type": "BooleanLiteral",
                                  "start": 3054,
                                  "end": 3059,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 31
                                    }
                                  },
                                  "value": false
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3069,
                      "end": 3081,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 2
                        },
                        "end": {
                          "line": 107,
                          "column": 14
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 3076,
                        "end": 3080,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 9
                          },
                          "end": {
                            "line": 107,
                            "column": 13
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Removes bodies from the collision system\n\t * @param {...Circle|...Polygon|...Point} bodies\n\t ",
                    "start": 2873,
                    "end": 2976,
                    "loc": {
                      "start": {
                        "line": 98,
                        "column": 1
                      },
                      "end": {
                        "line": 101,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Updates the collision system. This should be called before any collisions are tested.\n\t ",
                    "start": 3087,
                    "end": 3185,
                    "loc": {
                      "start": {
                        "line": 110,
                        "column": 1
                      },
                      "end": {
                        "line": 112,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3187,
                "end": 3238,
                "loc": {
                  "start": {
                    "line": 113,
                    "column": 1
                  },
                  "end": {
                    "line": 117,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3187,
                  "end": 3193,
                  "loc": {
                    "start": {
                      "line": 113,
                      "column": 1
                    },
                    "end": {
                      "line": 113,
                      "column": 7
                    },
                    "identifierName": "update"
                  },
                  "name": "update",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3196,
                  "end": 3238,
                  "loc": {
                    "start": {
                      "line": 113,
                      "column": 10
                    },
                    "end": {
                      "line": 117,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3200,
                      "end": 3219,
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 2
                        },
                        "end": {
                          "line": 114,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3200,
                        "end": 3218,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 2
                          },
                          "end": {
                            "line": 114,
                            "column": 20
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3200,
                          "end": 3216,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 2
                            },
                            "end": {
                              "line": 114,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3200,
                            "end": 3209,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 2
                              },
                              "end": {
                                "line": 114,
                                "column": 11
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3200,
                              "end": 3204,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 2
                                },
                                "end": {
                                  "line": 114,
                                  "column": 6
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3205,
                              "end": 3209,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 7
                                },
                                "end": {
                                  "line": 114,
                                  "column": 11
                                },
                                "identifierName": "_bvh"
                              },
                              "name": "_bvh"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3210,
                            "end": 3216,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 12
                              },
                              "end": {
                                "line": 114,
                                "column": 18
                              },
                              "identifierName": "update"
                            },
                            "name": "update"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3223,
                      "end": 3235,
                      "loc": {
                        "start": {
                          "line": 116,
                          "column": 2
                        },
                        "end": {
                          "line": 116,
                          "column": 14
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 3230,
                        "end": 3234,
                        "loc": {
                          "start": {
                            "line": 116,
                            "column": 9
                          },
                          "end": {
                            "line": 116,
                            "column": 13
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Updates the collision system. This should be called before any collisions are tested.\n\t ",
                    "start": 3087,
                    "end": 3185,
                    "loc": {
                      "start": {
                        "line": 110,
                        "column": 1
                      },
                      "end": {
                        "line": 112,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Draws the bodies within the system to a CanvasRenderingContext2D's current path\n\t * @param {CanvasRenderingContext2D} context The context to draw to\n\t ",
                    "start": 3241,
                    "end": 3402,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 1
                      },
                      "end": {
                        "line": 122,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3404,
                "end": 3456,
                "loc": {
                  "start": {
                    "line": 123,
                    "column": 1
                  },
                  "end": {
                    "line": 125,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3404,
                  "end": 3408,
                  "loc": {
                    "start": {
                      "line": 123,
                      "column": 1
                    },
                    "end": {
                      "line": 123,
                      "column": 5
                    },
                    "identifierName": "draw"
                  },
                  "name": "draw",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3409,
                    "end": 3416,
                    "loc": {
                      "start": {
                        "line": 123,
                        "column": 6
                      },
                      "end": {
                        "line": 123,
                        "column": 13
                      },
                      "identifierName": "context"
                    },
                    "name": "context"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3418,
                  "end": 3456,
                  "loc": {
                    "start": {
                      "line": 123,
                      "column": 15
                    },
                    "end": {
                      "line": 125,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 3422,
                      "end": 3453,
                      "loc": {
                        "start": {
                          "line": 124,
                          "column": 2
                        },
                        "end": {
                          "line": 124,
                          "column": 33
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 3429,
                        "end": 3452,
                        "loc": {
                          "start": {
                            "line": 124,
                            "column": 9
                          },
                          "end": {
                            "line": 124,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3429,
                          "end": 3443,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 9
                            },
                            "end": {
                              "line": 124,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3429,
                            "end": 3438,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 9
                              },
                              "end": {
                                "line": 124,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3429,
                              "end": 3433,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 9
                                },
                                "end": {
                                  "line": 124,
                                  "column": 13
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3434,
                              "end": 3438,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 14
                                },
                                "end": {
                                  "line": 124,
                                  "column": 18
                                },
                                "identifierName": "_bvh"
                              },
                              "name": "_bvh"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3439,
                            "end": 3443,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 19
                              },
                              "end": {
                                "line": 124,
                                "column": 23
                              },
                              "identifierName": "draw"
                            },
                            "name": "draw"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 3444,
                            "end": 3451,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 24
                              },
                              "end": {
                                "line": 124,
                                "column": 31
                              },
                              "identifierName": "context"
                            },
                            "name": "context"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Draws the bodies within the system to a CanvasRenderingContext2D's current path\n\t * @param {CanvasRenderingContext2D} context The context to draw to\n\t ",
                    "start": 3241,
                    "end": 3402,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 1
                      },
                      "end": {
                        "line": 122,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Draws the system's BVH to a CanvasRenderingContext2D's current path. This is useful for testing out different padding values for bodies.\n\t * @param {CanvasRenderingContext2D} context The context to draw to\n\t ",
                    "start": 3459,
                    "end": 3677,
                    "loc": {
                      "start": {
                        "line": 127,
                        "column": 1
                      },
                      "end": {
                        "line": 130,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3679,
                "end": 3737,
                "loc": {
                  "start": {
                    "line": 131,
                    "column": 1
                  },
                  "end": {
                    "line": 133,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3679,
                  "end": 3686,
                  "loc": {
                    "start": {
                      "line": 131,
                      "column": 1
                    },
                    "end": {
                      "line": 131,
                      "column": 8
                    },
                    "identifierName": "drawBVH"
                  },
                  "name": "drawBVH",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3687,
                    "end": 3694,
                    "loc": {
                      "start": {
                        "line": 131,
                        "column": 9
                      },
                      "end": {
                        "line": 131,
                        "column": 16
                      },
                      "identifierName": "context"
                    },
                    "name": "context"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3696,
                  "end": 3737,
                  "loc": {
                    "start": {
                      "line": 131,
                      "column": 18
                    },
                    "end": {
                      "line": 133,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 3700,
                      "end": 3734,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 2
                        },
                        "end": {
                          "line": 132,
                          "column": 36
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 3707,
                        "end": 3733,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 9
                          },
                          "end": {
                            "line": 132,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3707,
                          "end": 3724,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 9
                            },
                            "end": {
                              "line": 132,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3707,
                            "end": 3716,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 9
                              },
                              "end": {
                                "line": 132,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3707,
                              "end": 3711,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 9
                                },
                                "end": {
                                  "line": 132,
                                  "column": 13
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3712,
                              "end": 3716,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 14
                                },
                                "end": {
                                  "line": 132,
                                  "column": 18
                                },
                                "identifierName": "_bvh"
                              },
                              "name": "_bvh"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3717,
                            "end": 3724,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 19
                              },
                              "end": {
                                "line": 132,
                                "column": 26
                              },
                              "identifierName": "drawBVH"
                            },
                            "name": "drawBVH"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 3725,
                            "end": 3732,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 27
                              },
                              "end": {
                                "line": 132,
                                "column": 34
                              },
                              "identifierName": "context"
                            },
                            "name": "context"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Draws the system's BVH to a CanvasRenderingContext2D's current path. This is useful for testing out different padding values for bodies.\n\t * @param {CanvasRenderingContext2D} context The context to draw to\n\t ",
                    "start": 3459,
                    "end": 3677,
                    "loc": {
                      "start": {
                        "line": 127,
                        "column": 1
                      },
                      "end": {
                        "line": 130,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Returns a list of potential collisions for a body\n\t * @param {Circle|Polygon|Point} body The body to test for potential collisions against\n\t * @returns {Array<Body>}\n\t ",
                    "start": 3740,
                    "end": 3918,
                    "loc": {
                      "start": {
                        "line": 135,
                        "column": 1
                      },
                      "end": {
                        "line": 139,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3920,
                "end": 3978,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 1
                  },
                  "end": {
                    "line": 142,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3920,
                  "end": 3930,
                  "loc": {
                    "start": {
                      "line": 140,
                      "column": 1
                    },
                    "end": {
                      "line": 140,
                      "column": 11
                    },
                    "identifierName": "potentials"
                  },
                  "name": "potentials",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3931,
                    "end": 3935,
                    "loc": {
                      "start": {
                        "line": 140,
                        "column": 12
                      },
                      "end": {
                        "line": 140,
                        "column": 16
                      },
                      "identifierName": "body"
                    },
                    "name": "body"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3937,
                  "end": 3978,
                  "loc": {
                    "start": {
                      "line": 140,
                      "column": 18
                    },
                    "end": {
                      "line": 142,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 3941,
                      "end": 3975,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 2
                        },
                        "end": {
                          "line": 141,
                          "column": 36
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 3948,
                        "end": 3974,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 9
                          },
                          "end": {
                            "line": 141,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3948,
                          "end": 3968,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 9
                            },
                            "end": {
                              "line": 141,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3948,
                            "end": 3957,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 9
                              },
                              "end": {
                                "line": 141,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3948,
                              "end": 3952,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 9
                                },
                                "end": {
                                  "line": 141,
                                  "column": 13
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3953,
                              "end": 3957,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 14
                                },
                                "end": {
                                  "line": 141,
                                  "column": 18
                                },
                                "identifierName": "_bvh"
                              },
                              "name": "_bvh"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3958,
                            "end": 3968,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 19
                              },
                              "end": {
                                "line": 141,
                                "column": 29
                              },
                              "identifierName": "potentials"
                            },
                            "name": "potentials"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 3969,
                            "end": 3973,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 30
                              },
                              "end": {
                                "line": 141,
                                "column": 34
                              },
                              "identifierName": "body"
                            },
                            "name": "body"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Returns a list of potential collisions for a body\n\t * @param {Circle|Polygon|Point} body The body to test for potential collisions against\n\t * @returns {Array<Body>}\n\t ",
                    "start": 3740,
                    "end": 3918,
                    "loc": {
                      "start": {
                        "line": 135,
                        "column": 1
                      },
                      "end": {
                        "line": 139,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Determines if two bodies are colliding\n\t * @param {Circle|Polygon|Point} target The target body to test against\n\t * @param {Result} [result = null] A Result object on which to store information about the collision\n\t * @param {Boolean} [aabb = true] Set to false to skip the AABB test (useful if you use your own potential collision heuristic)\n\t * @returns {Boolean}\n\t ",
                    "start": 3981,
                    "end": 4359,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 1
                      },
                      "end": {
                        "line": 150,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4361,
                "end": 4462,
                "loc": {
                  "start": {
                    "line": 151,
                    "column": 1
                  },
                  "end": {
                    "line": 153,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4361,
                  "end": 4369,
                  "loc": {
                    "start": {
                      "line": 151,
                      "column": 1
                    },
                    "end": {
                      "line": 151,
                      "column": 9
                    },
                    "identifierName": "collides"
                  },
                  "name": "collides",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4370,
                    "end": 4376,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 10
                      },
                      "end": {
                        "line": 151,
                        "column": 16
                      },
                      "identifierName": "source"
                    },
                    "name": "source"
                  },
                  {
                    "type": "Identifier",
                    "start": 4378,
                    "end": 4384,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 18
                      },
                      "end": {
                        "line": 151,
                        "column": 24
                      },
                      "identifierName": "target"
                    },
                    "name": "target"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 4386,
                    "end": 4399,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 26
                      },
                      "end": {
                        "line": 151,
                        "column": 39
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 4386,
                      "end": 4392,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 26
                        },
                        "end": {
                          "line": 151,
                          "column": 32
                        },
                        "identifierName": "result"
                      },
                      "name": "result"
                    },
                    "right": {
                      "type": "NullLiteral",
                      "start": 4395,
                      "end": 4399,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 35
                        },
                        "end": {
                          "line": 151,
                          "column": 39
                        }
                      }
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 4401,
                    "end": 4412,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 41
                      },
                      "end": {
                        "line": 151,
                        "column": 52
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 4401,
                      "end": 4405,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 41
                        },
                        "end": {
                          "line": 151,
                          "column": 45
                        },
                        "identifierName": "aabb"
                      },
                      "name": "aabb"
                    },
                    "right": {
                      "type": "BooleanLiteral",
                      "start": 4408,
                      "end": 4412,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 48
                        },
                        "end": {
                          "line": 151,
                          "column": 52
                        }
                      },
                      "value": true
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4414,
                  "end": 4462,
                  "loc": {
                    "start": {
                      "line": 151,
                      "column": 54
                    },
                    "end": {
                      "line": 153,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 4418,
                      "end": 4459,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 2
                        },
                        "end": {
                          "line": 152,
                          "column": 43
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 4425,
                        "end": 4458,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 9
                          },
                          "end": {
                            "line": 152,
                            "column": 42
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 4425,
                          "end": 4428,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 9
                            },
                            "end": {
                              "line": 152,
                              "column": 12
                            },
                            "identifierName": "SAT"
                          },
                          "name": "SAT"
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4429,
                            "end": 4435,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 13
                              },
                              "end": {
                                "line": 152,
                                "column": 19
                              },
                              "identifierName": "source"
                            },
                            "name": "source"
                          },
                          {
                            "type": "Identifier",
                            "start": 4437,
                            "end": 4443,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 21
                              },
                              "end": {
                                "line": 152,
                                "column": 27
                              },
                              "identifierName": "target"
                            },
                            "name": "target"
                          },
                          {
                            "type": "Identifier",
                            "start": 4445,
                            "end": 4451,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 29
                              },
                              "end": {
                                "line": 152,
                                "column": 35
                              },
                              "identifierName": "result"
                            },
                            "name": "result"
                          },
                          {
                            "type": "Identifier",
                            "start": 4453,
                            "end": 4457,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 37
                              },
                              "end": {
                                "line": 152,
                                "column": 41
                              },
                              "identifierName": "aabb"
                            },
                            "name": "aabb"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Determines if two bodies are colliding\n\t * @param {Circle|Polygon|Point} target The target body to test against\n\t * @param {Result} [result = null] A Result object on which to store information about the collision\n\t * @param {Boolean} [aabb = true] Set to false to skip the AABB test (useful if you use your own potential collision heuristic)\n\t * @returns {Boolean}\n\t ",
                    "start": 3981,
                    "end": 4359,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 1
                      },
                      "end": {
                        "line": 150,
                        "column": 4
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * A collision system used to track bodies in order to improve collision detection performance\n * @class\n ",
              "start": 259,
              "end": 371,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 0
                },
                "end": {
                  "line": 11,
                  "column": 3
                }
              }
            }
          ],
          "__PseudoExport__": false,
          "trailingComments": []
        },
        "specifiers": null,
        "source": null,
        "leadingComments": null
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * A collision system used to track bodies in order to improve collision detection performance\n * @class\n ",
      "start": 259,
      "end": 371,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * @constructor\n\t ",
      "start": 392,
      "end": 417,
      "loc": {
        "start": {
          "line": 13,
          "column": 1
        },
        "end": {
          "line": 15,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 437,
      "end": 452,
      "loc": {
        "start": {
          "line": 17,
          "column": 2
        },
        "end": {
          "line": 17,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Creates a {@link Circle} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Number} [radius = 0] The radius\n\t * @param {Number} [scale = 1] The scale\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Circle}\n\t ",
      "start": 483,
      "end": 887,
      "loc": {
        "start": {
          "line": 21,
          "column": 1
        },
        "end": {
          "line": 29,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Creates a {@link Polygon} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Array<Number[]>} [points = []] An array of coordinate pairs making up the polygon - [[x1, y1], [x2, y2], ...]\n\t * @param {Number} [angle = 0] The starting rotation in radians\n\t * @param {Number} [scale_x = 1] The starting scale along the X axis\n\t * @param {Number} [scale_y = 1] The starting scale long the Y axis\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Polygon}\n\t ",
      "start": 1059,
      "end": 1705,
      "loc": {
        "start": {
          "line": 38,
          "column": 1
        },
        "end": {
          "line": 48,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Creates a {@link Point} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Point}\n\t ",
      "start": 1930,
      "end": 2246,
      "loc": {
        "start": {
          "line": 57,
          "column": 1
        },
        "end": {
          "line": 63,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Creates a {@link Result} used to collect the detailed results of a collision test\n\t ",
      "start": 2378,
      "end": 2472,
      "loc": {
        "start": {
          "line": 72,
          "column": 1
        },
        "end": {
          "line": 74,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Creates a Result used to collect the detailed results of a collision test\n\t ",
      "start": 2519,
      "end": 2605,
      "loc": {
        "start": {
          "line": 79,
          "column": 1
        },
        "end": {
          "line": 81,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Inserts bodies into the collision system\n\t * @param {...Circle|...Polygon|...Point} bodies\n\t ",
      "start": 2659,
      "end": 2762,
      "loc": {
        "start": {
          "line": 86,
          "column": 1
        },
        "end": {
          "line": 89,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Removes bodies from the collision system\n\t * @param {...Circle|...Polygon|...Point} bodies\n\t ",
      "start": 2873,
      "end": 2976,
      "loc": {
        "start": {
          "line": 98,
          "column": 1
        },
        "end": {
          "line": 101,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Updates the collision system. This should be called before any collisions are tested.\n\t ",
      "start": 3087,
      "end": 3185,
      "loc": {
        "start": {
          "line": 110,
          "column": 1
        },
        "end": {
          "line": 112,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Draws the bodies within the system to a CanvasRenderingContext2D's current path\n\t * @param {CanvasRenderingContext2D} context The context to draw to\n\t ",
      "start": 3241,
      "end": 3402,
      "loc": {
        "start": {
          "line": 119,
          "column": 1
        },
        "end": {
          "line": 122,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Draws the system's BVH to a CanvasRenderingContext2D's current path. This is useful for testing out different padding values for bodies.\n\t * @param {CanvasRenderingContext2D} context The context to draw to\n\t ",
      "start": 3459,
      "end": 3677,
      "loc": {
        "start": {
          "line": 127,
          "column": 1
        },
        "end": {
          "line": 130,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Returns a list of potential collisions for a body\n\t * @param {Circle|Polygon|Point} body The body to test for potential collisions against\n\t * @returns {Array<Body>}\n\t ",
      "start": 3740,
      "end": 3918,
      "loc": {
        "start": {
          "line": 135,
          "column": 1
        },
        "end": {
          "line": 139,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Determines if two bodies are colliding\n\t * @param {Circle|Polygon|Point} target The target body to test against\n\t * @param {Result} [result = null] A Result object on which to store information about the collision\n\t * @param {Boolean} [aabb = true] Set to false to skip the AABB test (useful if you use your own potential collision heuristic)\n\t * @returns {Boolean}\n\t ",
      "start": 3981,
      "end": 4359,
      "loc": {
        "start": {
          "line": 144,
          "column": 1
        },
        "end": {
          "line": 150,
          "column": 4
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BVH",
      "start": 7,
      "end": 10,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 15,
      "end": 19,
      "loc": {
        "start": {
          "line": 1,
          "column": 15
        },
        "end": {
          "line": 1,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./modules/BVH.mjs",
      "start": 20,
      "end": 39,
      "loc": {
        "start": {
          "line": 1,
          "column": 20
        },
        "end": {
          "line": 1,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 39,
      "end": 40,
      "loc": {
        "start": {
          "line": 1,
          "column": 39
        },
        "end": {
          "line": 1,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 41,
      "end": 47,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Circle",
      "start": 48,
      "end": 54,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 56,
      "end": 60,
      "loc": {
        "start": {
          "line": 2,
          "column": 15
        },
        "end": {
          "line": 2,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./modules/Circle.mjs",
      "start": 61,
      "end": 83,
      "loc": {
        "start": {
          "line": 2,
          "column": 20
        },
        "end": {
          "line": 2,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 83,
      "end": 84,
      "loc": {
        "start": {
          "line": 2,
          "column": 42
        },
        "end": {
          "line": 2,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 85,
      "end": 91,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Polygon",
      "start": 92,
      "end": 99,
      "loc": {
        "start": {
          "line": 3,
          "column": 7
        },
        "end": {
          "line": 3,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 100,
      "end": 104,
      "loc": {
        "start": {
          "line": 3,
          "column": 15
        },
        "end": {
          "line": 3,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./modules/Polygon.mjs",
      "start": 105,
      "end": 128,
      "loc": {
        "start": {
          "line": 3,
          "column": 20
        },
        "end": {
          "line": 3,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 128,
      "end": 129,
      "loc": {
        "start": {
          "line": 3,
          "column": 43
        },
        "end": {
          "line": 3,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 130,
      "end": 136,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Point",
      "start": 137,
      "end": 142,
      "loc": {
        "start": {
          "line": 4,
          "column": 7
        },
        "end": {
          "line": 4,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 145,
      "end": 149,
      "loc": {
        "start": {
          "line": 4,
          "column": 15
        },
        "end": {
          "line": 4,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./modules/Point.mjs",
      "start": 150,
      "end": 171,
      "loc": {
        "start": {
          "line": 4,
          "column": 20
        },
        "end": {
          "line": 4,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 171,
      "end": 172,
      "loc": {
        "start": {
          "line": 4,
          "column": 41
        },
        "end": {
          "line": 4,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 173,
      "end": 179,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Result",
      "start": 180,
      "end": 186,
      "loc": {
        "start": {
          "line": 5,
          "column": 7
        },
        "end": {
          "line": 5,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 188,
      "end": 192,
      "loc": {
        "start": {
          "line": 5,
          "column": 15
        },
        "end": {
          "line": 5,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./modules/Result.mjs",
      "start": 193,
      "end": 215,
      "loc": {
        "start": {
          "line": 5,
          "column": 20
        },
        "end": {
          "line": 5,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 215,
      "end": 216,
      "loc": {
        "start": {
          "line": 5,
          "column": 42
        },
        "end": {
          "line": 5,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 217,
      "end": 223,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SAT",
      "start": 224,
      "end": 227,
      "loc": {
        "start": {
          "line": 6,
          "column": 7
        },
        "end": {
          "line": 6,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 232,
      "end": 236,
      "loc": {
        "start": {
          "line": 6,
          "column": 15
        },
        "end": {
          "line": 6,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./modules/SAT.mjs",
      "start": 237,
      "end": 256,
      "loc": {
        "start": {
          "line": 6,
          "column": 20
        },
        "end": {
          "line": 6,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 256,
      "end": 257,
      "loc": {
        "start": {
          "line": 6,
          "column": 39
        },
        "end": {
          "line": 6,
          "column": 40
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A collision system used to track bodies in order to improve collision detection performance\n * @class\n ",
      "start": 259,
      "end": 371,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 372,
      "end": 377,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Collisions",
      "start": 378,
      "end": 388,
      "loc": {
        "start": {
          "line": 12,
          "column": 6
        },
        "end": {
          "line": 12,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 389,
      "end": 390,
      "loc": {
        "start": {
          "line": 12,
          "column": 17
        },
        "end": {
          "line": 12,
          "column": 18
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * @constructor\n\t ",
      "start": 392,
      "end": 417,
      "loc": {
        "start": {
          "line": 13,
          "column": 1
        },
        "end": {
          "line": 15,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 419,
      "end": 430,
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 16,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 430,
      "end": 431,
      "loc": {
        "start": {
          "line": 16,
          "column": 12
        },
        "end": {
          "line": 16,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 431,
      "end": 432,
      "loc": {
        "start": {
          "line": 16,
          "column": 13
        },
        "end": {
          "line": 16,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 433,
      "end": 434,
      "loc": {
        "start": {
          "line": 16,
          "column": 15
        },
        "end": {
          "line": 16,
          "column": 16
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 437,
      "end": 452,
      "loc": {
        "start": {
          "line": 17,
          "column": 2
        },
        "end": {
          "line": 17,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 455,
      "end": 459,
      "loc": {
        "start": {
          "line": 18,
          "column": 2
        },
        "end": {
          "line": 18,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 459,
      "end": 460,
      "loc": {
        "start": {
          "line": 18,
          "column": 6
        },
        "end": {
          "line": 18,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bvh",
      "start": 460,
      "end": 464,
      "loc": {
        "start": {
          "line": 18,
          "column": 7
        },
        "end": {
          "line": 18,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 465,
      "end": 466,
      "loc": {
        "start": {
          "line": 18,
          "column": 12
        },
        "end": {
          "line": 18,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 467,
      "end": 470,
      "loc": {
        "start": {
          "line": 18,
          "column": 14
        },
        "end": {
          "line": 18,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BVH",
      "start": 471,
      "end": 474,
      "loc": {
        "start": {
          "line": 18,
          "column": 18
        },
        "end": {
          "line": 18,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 474,
      "end": 475,
      "loc": {
        "start": {
          "line": 18,
          "column": 21
        },
        "end": {
          "line": 18,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 475,
      "end": 476,
      "loc": {
        "start": {
          "line": 18,
          "column": 22
        },
        "end": {
          "line": 18,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 476,
      "end": 477,
      "loc": {
        "start": {
          "line": 18,
          "column": 23
        },
        "end": {
          "line": 18,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 479,
      "end": 480,
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Creates a {@link Circle} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Number} [radius = 0] The radius\n\t * @param {Number} [scale = 1] The scale\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Circle}\n\t ",
      "start": 483,
      "end": 887,
      "loc": {
        "start": {
          "line": 21,
          "column": 1
        },
        "end": {
          "line": 29,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createCircle",
      "start": 889,
      "end": 901,
      "loc": {
        "start": {
          "line": 30,
          "column": 1
        },
        "end": {
          "line": 30,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 901,
      "end": 902,
      "loc": {
        "start": {
          "line": 30,
          "column": 13
        },
        "end": {
          "line": 30,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 902,
      "end": 903,
      "loc": {
        "start": {
          "line": 30,
          "column": 14
        },
        "end": {
          "line": 30,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 904,
      "end": 905,
      "loc": {
        "start": {
          "line": 30,
          "column": 16
        },
        "end": {
          "line": 30,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 906,
      "end": 907,
      "loc": {
        "start": {
          "line": 30,
          "column": 18
        },
        "end": {
          "line": 30,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 907,
      "end": 908,
      "loc": {
        "start": {
          "line": 30,
          "column": 19
        },
        "end": {
          "line": 30,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 909,
      "end": 910,
      "loc": {
        "start": {
          "line": 30,
          "column": 21
        },
        "end": {
          "line": 30,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 911,
      "end": 912,
      "loc": {
        "start": {
          "line": 30,
          "column": 23
        },
        "end": {
          "line": 30,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 913,
      "end": 914,
      "loc": {
        "start": {
          "line": 30,
          "column": 25
        },
        "end": {
          "line": 30,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 914,
      "end": 915,
      "loc": {
        "start": {
          "line": 30,
          "column": 26
        },
        "end": {
          "line": 30,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 916,
      "end": 922,
      "loc": {
        "start": {
          "line": 30,
          "column": 28
        },
        "end": {
          "line": 30,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 923,
      "end": 924,
      "loc": {
        "start": {
          "line": 30,
          "column": 35
        },
        "end": {
          "line": 30,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 925,
      "end": 926,
      "loc": {
        "start": {
          "line": 30,
          "column": 37
        },
        "end": {
          "line": 30,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 926,
      "end": 927,
      "loc": {
        "start": {
          "line": 30,
          "column": 38
        },
        "end": {
          "line": 30,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 928,
      "end": 933,
      "loc": {
        "start": {
          "line": 30,
          "column": 40
        },
        "end": {
          "line": 30,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 934,
      "end": 935,
      "loc": {
        "start": {
          "line": 30,
          "column": 46
        },
        "end": {
          "line": 30,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 936,
      "end": 937,
      "loc": {
        "start": {
          "line": 30,
          "column": 48
        },
        "end": {
          "line": 30,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 937,
      "end": 938,
      "loc": {
        "start": {
          "line": 30,
          "column": 49
        },
        "end": {
          "line": 30,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "padding",
      "start": 939,
      "end": 946,
      "loc": {
        "start": {
          "line": 30,
          "column": 51
        },
        "end": {
          "line": 30,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 947,
      "end": 948,
      "loc": {
        "start": {
          "line": 30,
          "column": 59
        },
        "end": {
          "line": 30,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 949,
      "end": 950,
      "loc": {
        "start": {
          "line": 30,
          "column": 61
        },
        "end": {
          "line": 30,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 950,
      "end": 951,
      "loc": {
        "start": {
          "line": 30,
          "column": 62
        },
        "end": {
          "line": 30,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 952,
      "end": 953,
      "loc": {
        "start": {
          "line": 30,
          "column": 64
        },
        "end": {
          "line": 30,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 956,
      "end": 961,
      "loc": {
        "start": {
          "line": 31,
          "column": 2
        },
        "end": {
          "line": 31,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 962,
      "end": 966,
      "loc": {
        "start": {
          "line": 31,
          "column": 8
        },
        "end": {
          "line": 31,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 967,
      "end": 968,
      "loc": {
        "start": {
          "line": 31,
          "column": 13
        },
        "end": {
          "line": 31,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 969,
      "end": 972,
      "loc": {
        "start": {
          "line": 31,
          "column": 15
        },
        "end": {
          "line": 31,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Circle",
      "start": 973,
      "end": 979,
      "loc": {
        "start": {
          "line": 31,
          "column": 19
        },
        "end": {
          "line": 31,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 979,
      "end": 980,
      "loc": {
        "start": {
          "line": 31,
          "column": 25
        },
        "end": {
          "line": 31,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 980,
      "end": 981,
      "loc": {
        "start": {
          "line": 31,
          "column": 26
        },
        "end": {
          "line": 31,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 981,
      "end": 982,
      "loc": {
        "start": {
          "line": 31,
          "column": 27
        },
        "end": {
          "line": 31,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 983,
      "end": 984,
      "loc": {
        "start": {
          "line": 31,
          "column": 29
        },
        "end": {
          "line": 31,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 984,
      "end": 985,
      "loc": {
        "start": {
          "line": 31,
          "column": 30
        },
        "end": {
          "line": 31,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 986,
      "end": 992,
      "loc": {
        "start": {
          "line": 31,
          "column": 32
        },
        "end": {
          "line": 31,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 992,
      "end": 993,
      "loc": {
        "start": {
          "line": 31,
          "column": 38
        },
        "end": {
          "line": 31,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 994,
      "end": 999,
      "loc": {
        "start": {
          "line": 31,
          "column": 40
        },
        "end": {
          "line": 31,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 999,
      "end": 1000,
      "loc": {
        "start": {
          "line": 31,
          "column": 45
        },
        "end": {
          "line": 31,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "padding",
      "start": 1001,
      "end": 1008,
      "loc": {
        "start": {
          "line": 31,
          "column": 47
        },
        "end": {
          "line": 31,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1008,
      "end": 1009,
      "loc": {
        "start": {
          "line": 31,
          "column": 54
        },
        "end": {
          "line": 31,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1009,
      "end": 1010,
      "loc": {
        "start": {
          "line": 31,
          "column": 55
        },
        "end": {
          "line": 31,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1014,
      "end": 1018,
      "loc": {
        "start": {
          "line": 33,
          "column": 2
        },
        "end": {
          "line": 33,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1018,
      "end": 1019,
      "loc": {
        "start": {
          "line": 33,
          "column": 6
        },
        "end": {
          "line": 33,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bvh",
      "start": 1019,
      "end": 1023,
      "loc": {
        "start": {
          "line": 33,
          "column": 7
        },
        "end": {
          "line": 33,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1023,
      "end": 1024,
      "loc": {
        "start": {
          "line": 33,
          "column": 11
        },
        "end": {
          "line": 33,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insert",
      "start": 1024,
      "end": 1030,
      "loc": {
        "start": {
          "line": 33,
          "column": 12
        },
        "end": {
          "line": 33,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1030,
      "end": 1031,
      "loc": {
        "start": {
          "line": 33,
          "column": 18
        },
        "end": {
          "line": 33,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 1031,
      "end": 1035,
      "loc": {
        "start": {
          "line": 33,
          "column": 19
        },
        "end": {
          "line": 33,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1035,
      "end": 1036,
      "loc": {
        "start": {
          "line": 33,
          "column": 23
        },
        "end": {
          "line": 33,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1036,
      "end": 1037,
      "loc": {
        "start": {
          "line": 33,
          "column": 24
        },
        "end": {
          "line": 33,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1041,
      "end": 1047,
      "loc": {
        "start": {
          "line": 35,
          "column": 2
        },
        "end": {
          "line": 35,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 1048,
      "end": 1052,
      "loc": {
        "start": {
          "line": 35,
          "column": 9
        },
        "end": {
          "line": 35,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1052,
      "end": 1053,
      "loc": {
        "start": {
          "line": 35,
          "column": 13
        },
        "end": {
          "line": 35,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1055,
      "end": 1056,
      "loc": {
        "start": {
          "line": 36,
          "column": 1
        },
        "end": {
          "line": 36,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Creates a {@link Polygon} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Array<Number[]>} [points = []] An array of coordinate pairs making up the polygon - [[x1, y1], [x2, y2], ...]\n\t * @param {Number} [angle = 0] The starting rotation in radians\n\t * @param {Number} [scale_x = 1] The starting scale along the X axis\n\t * @param {Number} [scale_y = 1] The starting scale long the Y axis\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Polygon}\n\t ",
      "start": 1059,
      "end": 1705,
      "loc": {
        "start": {
          "line": 38,
          "column": 1
        },
        "end": {
          "line": 48,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createPolygon",
      "start": 1707,
      "end": 1720,
      "loc": {
        "start": {
          "line": 49,
          "column": 1
        },
        "end": {
          "line": 49,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1720,
      "end": 1721,
      "loc": {
        "start": {
          "line": 49,
          "column": 14
        },
        "end": {
          "line": 49,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1721,
      "end": 1722,
      "loc": {
        "start": {
          "line": 49,
          "column": 15
        },
        "end": {
          "line": 49,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1723,
      "end": 1724,
      "loc": {
        "start": {
          "line": 49,
          "column": 17
        },
        "end": {
          "line": 49,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1725,
      "end": 1726,
      "loc": {
        "start": {
          "line": 49,
          "column": 19
        },
        "end": {
          "line": 49,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1726,
      "end": 1727,
      "loc": {
        "start": {
          "line": 49,
          "column": 20
        },
        "end": {
          "line": 49,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1728,
      "end": 1729,
      "loc": {
        "start": {
          "line": 49,
          "column": 22
        },
        "end": {
          "line": 49,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1730,
      "end": 1731,
      "loc": {
        "start": {
          "line": 49,
          "column": 24
        },
        "end": {
          "line": 49,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1732,
      "end": 1733,
      "loc": {
        "start": {
          "line": 49,
          "column": 26
        },
        "end": {
          "line": 49,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1733,
      "end": 1734,
      "loc": {
        "start": {
          "line": 49,
          "column": 27
        },
        "end": {
          "line": 49,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 1735,
      "end": 1741,
      "loc": {
        "start": {
          "line": 49,
          "column": 29
        },
        "end": {
          "line": 49,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1742,
      "end": 1743,
      "loc": {
        "start": {
          "line": 49,
          "column": 36
        },
        "end": {
          "line": 49,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1744,
      "end": 1745,
      "loc": {
        "start": {
          "line": 49,
          "column": 38
        },
        "end": {
          "line": 49,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1745,
      "end": 1746,
      "loc": {
        "start": {
          "line": 49,
          "column": 39
        },
        "end": {
          "line": 49,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1746,
      "end": 1747,
      "loc": {
        "start": {
          "line": 49,
          "column": 40
        },
        "end": {
          "line": 49,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1747,
      "end": 1748,
      "loc": {
        "start": {
          "line": 49,
          "column": 41
        },
        "end": {
          "line": 49,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1749,
      "end": 1750,
      "loc": {
        "start": {
          "line": 49,
          "column": 43
        },
        "end": {
          "line": 49,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1750,
      "end": 1751,
      "loc": {
        "start": {
          "line": 49,
          "column": 44
        },
        "end": {
          "line": 49,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1751,
      "end": 1752,
      "loc": {
        "start": {
          "line": 49,
          "column": 45
        },
        "end": {
          "line": 49,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1752,
      "end": 1753,
      "loc": {
        "start": {
          "line": 49,
          "column": 46
        },
        "end": {
          "line": 49,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 1754,
      "end": 1759,
      "loc": {
        "start": {
          "line": 49,
          "column": 48
        },
        "end": {
          "line": 49,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1760,
      "end": 1761,
      "loc": {
        "start": {
          "line": 49,
          "column": 54
        },
        "end": {
          "line": 49,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1762,
      "end": 1763,
      "loc": {
        "start": {
          "line": 49,
          "column": 56
        },
        "end": {
          "line": 49,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1763,
      "end": 1764,
      "loc": {
        "start": {
          "line": 49,
          "column": 57
        },
        "end": {
          "line": 49,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_x",
      "start": 1765,
      "end": 1772,
      "loc": {
        "start": {
          "line": 49,
          "column": 59
        },
        "end": {
          "line": 49,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1773,
      "end": 1774,
      "loc": {
        "start": {
          "line": 49,
          "column": 67
        },
        "end": {
          "line": 49,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1775,
      "end": 1776,
      "loc": {
        "start": {
          "line": 49,
          "column": 69
        },
        "end": {
          "line": 49,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1776,
      "end": 1777,
      "loc": {
        "start": {
          "line": 49,
          "column": 70
        },
        "end": {
          "line": 49,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_y",
      "start": 1778,
      "end": 1785,
      "loc": {
        "start": {
          "line": 49,
          "column": 72
        },
        "end": {
          "line": 49,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1786,
      "end": 1787,
      "loc": {
        "start": {
          "line": 49,
          "column": 80
        },
        "end": {
          "line": 49,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1788,
      "end": 1789,
      "loc": {
        "start": {
          "line": 49,
          "column": 82
        },
        "end": {
          "line": 49,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1789,
      "end": 1790,
      "loc": {
        "start": {
          "line": 49,
          "column": 83
        },
        "end": {
          "line": 49,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "padding",
      "start": 1791,
      "end": 1798,
      "loc": {
        "start": {
          "line": 49,
          "column": 85
        },
        "end": {
          "line": 49,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1799,
      "end": 1800,
      "loc": {
        "start": {
          "line": 49,
          "column": 93
        },
        "end": {
          "line": 49,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1801,
      "end": 1802,
      "loc": {
        "start": {
          "line": 49,
          "column": 95
        },
        "end": {
          "line": 49,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1802,
      "end": 1803,
      "loc": {
        "start": {
          "line": 49,
          "column": 96
        },
        "end": {
          "line": 49,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1804,
      "end": 1805,
      "loc": {
        "start": {
          "line": 49,
          "column": 98
        },
        "end": {
          "line": 49,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 1808,
      "end": 1813,
      "loc": {
        "start": {
          "line": 50,
          "column": 2
        },
        "end": {
          "line": 50,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 1814,
      "end": 1818,
      "loc": {
        "start": {
          "line": 50,
          "column": 8
        },
        "end": {
          "line": 50,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1819,
      "end": 1820,
      "loc": {
        "start": {
          "line": 50,
          "column": 13
        },
        "end": {
          "line": 50,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1821,
      "end": 1824,
      "loc": {
        "start": {
          "line": 50,
          "column": 15
        },
        "end": {
          "line": 50,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Polygon",
      "start": 1825,
      "end": 1832,
      "loc": {
        "start": {
          "line": 50,
          "column": 19
        },
        "end": {
          "line": 50,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1832,
      "end": 1833,
      "loc": {
        "start": {
          "line": 50,
          "column": 26
        },
        "end": {
          "line": 50,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1833,
      "end": 1834,
      "loc": {
        "start": {
          "line": 50,
          "column": 27
        },
        "end": {
          "line": 50,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1834,
      "end": 1835,
      "loc": {
        "start": {
          "line": 50,
          "column": 28
        },
        "end": {
          "line": 50,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1836,
      "end": 1837,
      "loc": {
        "start": {
          "line": 50,
          "column": 30
        },
        "end": {
          "line": 50,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1837,
      "end": 1838,
      "loc": {
        "start": {
          "line": 50,
          "column": 31
        },
        "end": {
          "line": 50,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 1839,
      "end": 1845,
      "loc": {
        "start": {
          "line": 50,
          "column": 33
        },
        "end": {
          "line": 50,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1845,
      "end": 1846,
      "loc": {
        "start": {
          "line": 50,
          "column": 39
        },
        "end": {
          "line": 50,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 1847,
      "end": 1852,
      "loc": {
        "start": {
          "line": 50,
          "column": 41
        },
        "end": {
          "line": 50,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1852,
      "end": 1853,
      "loc": {
        "start": {
          "line": 50,
          "column": 46
        },
        "end": {
          "line": 50,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_x",
      "start": 1854,
      "end": 1861,
      "loc": {
        "start": {
          "line": 50,
          "column": 48
        },
        "end": {
          "line": 50,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1861,
      "end": 1862,
      "loc": {
        "start": {
          "line": 50,
          "column": 55
        },
        "end": {
          "line": 50,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_y",
      "start": 1863,
      "end": 1870,
      "loc": {
        "start": {
          "line": 50,
          "column": 57
        },
        "end": {
          "line": 50,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1870,
      "end": 1871,
      "loc": {
        "start": {
          "line": 50,
          "column": 64
        },
        "end": {
          "line": 50,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "padding",
      "start": 1872,
      "end": 1879,
      "loc": {
        "start": {
          "line": 50,
          "column": 66
        },
        "end": {
          "line": 50,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1879,
      "end": 1880,
      "loc": {
        "start": {
          "line": 50,
          "column": 73
        },
        "end": {
          "line": 50,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1880,
      "end": 1881,
      "loc": {
        "start": {
          "line": 50,
          "column": 74
        },
        "end": {
          "line": 50,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1885,
      "end": 1889,
      "loc": {
        "start": {
          "line": 52,
          "column": 2
        },
        "end": {
          "line": 52,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1889,
      "end": 1890,
      "loc": {
        "start": {
          "line": 52,
          "column": 6
        },
        "end": {
          "line": 52,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bvh",
      "start": 1890,
      "end": 1894,
      "loc": {
        "start": {
          "line": 52,
          "column": 7
        },
        "end": {
          "line": 52,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1894,
      "end": 1895,
      "loc": {
        "start": {
          "line": 52,
          "column": 11
        },
        "end": {
          "line": 52,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insert",
      "start": 1895,
      "end": 1901,
      "loc": {
        "start": {
          "line": 52,
          "column": 12
        },
        "end": {
          "line": 52,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1901,
      "end": 1902,
      "loc": {
        "start": {
          "line": 52,
          "column": 18
        },
        "end": {
          "line": 52,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 1902,
      "end": 1906,
      "loc": {
        "start": {
          "line": 52,
          "column": 19
        },
        "end": {
          "line": 52,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1906,
      "end": 1907,
      "loc": {
        "start": {
          "line": 52,
          "column": 23
        },
        "end": {
          "line": 52,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1907,
      "end": 1908,
      "loc": {
        "start": {
          "line": 52,
          "column": 24
        },
        "end": {
          "line": 52,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1912,
      "end": 1918,
      "loc": {
        "start": {
          "line": 54,
          "column": 2
        },
        "end": {
          "line": 54,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 1919,
      "end": 1923,
      "loc": {
        "start": {
          "line": 54,
          "column": 9
        },
        "end": {
          "line": 54,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1923,
      "end": 1924,
      "loc": {
        "start": {
          "line": 54,
          "column": 13
        },
        "end": {
          "line": 54,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1926,
      "end": 1927,
      "loc": {
        "start": {
          "line": 55,
          "column": 1
        },
        "end": {
          "line": 55,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Creates a {@link Point} and inserts it into the collision system\n\t * @param {Number} [x = 0] The starting X coordinate\n\t * @param {Number} [y = 0] The starting Y coordinate\n\t * @param {Number} [padding = 0] The amount to pad the bounding volume when testing for potential collisions\n\t * @returns {Point}\n\t ",
      "start": 1930,
      "end": 2246,
      "loc": {
        "start": {
          "line": 57,
          "column": 1
        },
        "end": {
          "line": 63,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createPoint",
      "start": 2248,
      "end": 2259,
      "loc": {
        "start": {
          "line": 64,
          "column": 1
        },
        "end": {
          "line": 64,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2259,
      "end": 2260,
      "loc": {
        "start": {
          "line": 64,
          "column": 12
        },
        "end": {
          "line": 64,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 2260,
      "end": 2261,
      "loc": {
        "start": {
          "line": 64,
          "column": 13
        },
        "end": {
          "line": 64,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2262,
      "end": 2263,
      "loc": {
        "start": {
          "line": 64,
          "column": 15
        },
        "end": {
          "line": 64,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2264,
      "end": 2265,
      "loc": {
        "start": {
          "line": 64,
          "column": 17
        },
        "end": {
          "line": 64,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2265,
      "end": 2266,
      "loc": {
        "start": {
          "line": 64,
          "column": 18
        },
        "end": {
          "line": 64,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 2267,
      "end": 2268,
      "loc": {
        "start": {
          "line": 64,
          "column": 20
        },
        "end": {
          "line": 64,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2269,
      "end": 2270,
      "loc": {
        "start": {
          "line": 64,
          "column": 22
        },
        "end": {
          "line": 64,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2271,
      "end": 2272,
      "loc": {
        "start": {
          "line": 64,
          "column": 24
        },
        "end": {
          "line": 64,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2272,
      "end": 2273,
      "loc": {
        "start": {
          "line": 64,
          "column": 25
        },
        "end": {
          "line": 64,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "padding",
      "start": 2274,
      "end": 2281,
      "loc": {
        "start": {
          "line": 64,
          "column": 27
        },
        "end": {
          "line": 64,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2282,
      "end": 2283,
      "loc": {
        "start": {
          "line": 64,
          "column": 35
        },
        "end": {
          "line": 64,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2284,
      "end": 2285,
      "loc": {
        "start": {
          "line": 64,
          "column": 37
        },
        "end": {
          "line": 64,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2285,
      "end": 2286,
      "loc": {
        "start": {
          "line": 64,
          "column": 38
        },
        "end": {
          "line": 64,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2287,
      "end": 2288,
      "loc": {
        "start": {
          "line": 64,
          "column": 40
        },
        "end": {
          "line": 64,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 2291,
      "end": 2296,
      "loc": {
        "start": {
          "line": 65,
          "column": 2
        },
        "end": {
          "line": 65,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 2297,
      "end": 2301,
      "loc": {
        "start": {
          "line": 65,
          "column": 8
        },
        "end": {
          "line": 65,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2302,
      "end": 2303,
      "loc": {
        "start": {
          "line": 65,
          "column": 13
        },
        "end": {
          "line": 65,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2304,
      "end": 2307,
      "loc": {
        "start": {
          "line": 65,
          "column": 15
        },
        "end": {
          "line": 65,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Point",
      "start": 2308,
      "end": 2313,
      "loc": {
        "start": {
          "line": 65,
          "column": 19
        },
        "end": {
          "line": 65,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2313,
      "end": 2314,
      "loc": {
        "start": {
          "line": 65,
          "column": 24
        },
        "end": {
          "line": 65,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 2314,
      "end": 2315,
      "loc": {
        "start": {
          "line": 65,
          "column": 25
        },
        "end": {
          "line": 65,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2315,
      "end": 2316,
      "loc": {
        "start": {
          "line": 65,
          "column": 26
        },
        "end": {
          "line": 65,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 2317,
      "end": 2318,
      "loc": {
        "start": {
          "line": 65,
          "column": 28
        },
        "end": {
          "line": 65,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2318,
      "end": 2319,
      "loc": {
        "start": {
          "line": 65,
          "column": 29
        },
        "end": {
          "line": 65,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "padding",
      "start": 2320,
      "end": 2327,
      "loc": {
        "start": {
          "line": 65,
          "column": 31
        },
        "end": {
          "line": 65,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2327,
      "end": 2328,
      "loc": {
        "start": {
          "line": 65,
          "column": 38
        },
        "end": {
          "line": 65,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2328,
      "end": 2329,
      "loc": {
        "start": {
          "line": 65,
          "column": 39
        },
        "end": {
          "line": 65,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2333,
      "end": 2337,
      "loc": {
        "start": {
          "line": 67,
          "column": 2
        },
        "end": {
          "line": 67,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2337,
      "end": 2338,
      "loc": {
        "start": {
          "line": 67,
          "column": 6
        },
        "end": {
          "line": 67,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bvh",
      "start": 2338,
      "end": 2342,
      "loc": {
        "start": {
          "line": 67,
          "column": 7
        },
        "end": {
          "line": 67,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2342,
      "end": 2343,
      "loc": {
        "start": {
          "line": 67,
          "column": 11
        },
        "end": {
          "line": 67,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insert",
      "start": 2343,
      "end": 2349,
      "loc": {
        "start": {
          "line": 67,
          "column": 12
        },
        "end": {
          "line": 67,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2349,
      "end": 2350,
      "loc": {
        "start": {
          "line": 67,
          "column": 18
        },
        "end": {
          "line": 67,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 2350,
      "end": 2354,
      "loc": {
        "start": {
          "line": 67,
          "column": 19
        },
        "end": {
          "line": 67,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2354,
      "end": 2355,
      "loc": {
        "start": {
          "line": 67,
          "column": 23
        },
        "end": {
          "line": 67,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2355,
      "end": 2356,
      "loc": {
        "start": {
          "line": 67,
          "column": 24
        },
        "end": {
          "line": 67,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2360,
      "end": 2366,
      "loc": {
        "start": {
          "line": 69,
          "column": 2
        },
        "end": {
          "line": 69,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 2367,
      "end": 2371,
      "loc": {
        "start": {
          "line": 69,
          "column": 9
        },
        "end": {
          "line": 69,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2371,
      "end": 2372,
      "loc": {
        "start": {
          "line": 69,
          "column": 13
        },
        "end": {
          "line": 69,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2374,
      "end": 2375,
      "loc": {
        "start": {
          "line": 70,
          "column": 1
        },
        "end": {
          "line": 70,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Creates a {@link Result} used to collect the detailed results of a collision test\n\t ",
      "start": 2378,
      "end": 2472,
      "loc": {
        "start": {
          "line": 72,
          "column": 1
        },
        "end": {
          "line": 74,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createResult",
      "start": 2474,
      "end": 2486,
      "loc": {
        "start": {
          "line": 75,
          "column": 1
        },
        "end": {
          "line": 75,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2486,
      "end": 2487,
      "loc": {
        "start": {
          "line": 75,
          "column": 13
        },
        "end": {
          "line": 75,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2487,
      "end": 2488,
      "loc": {
        "start": {
          "line": 75,
          "column": 14
        },
        "end": {
          "line": 75,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2489,
      "end": 2490,
      "loc": {
        "start": {
          "line": 75,
          "column": 16
        },
        "end": {
          "line": 75,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2493,
      "end": 2499,
      "loc": {
        "start": {
          "line": 76,
          "column": 2
        },
        "end": {
          "line": 76,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2500,
      "end": 2503,
      "loc": {
        "start": {
          "line": 76,
          "column": 9
        },
        "end": {
          "line": 76,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Result",
      "start": 2504,
      "end": 2510,
      "loc": {
        "start": {
          "line": 76,
          "column": 13
        },
        "end": {
          "line": 76,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2510,
      "end": 2511,
      "loc": {
        "start": {
          "line": 76,
          "column": 19
        },
        "end": {
          "line": 76,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2511,
      "end": 2512,
      "loc": {
        "start": {
          "line": 76,
          "column": 20
        },
        "end": {
          "line": 76,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2512,
      "end": 2513,
      "loc": {
        "start": {
          "line": 76,
          "column": 21
        },
        "end": {
          "line": 76,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2515,
      "end": 2516,
      "loc": {
        "start": {
          "line": 77,
          "column": 1
        },
        "end": {
          "line": 77,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Creates a Result used to collect the detailed results of a collision test\n\t ",
      "start": 2519,
      "end": 2605,
      "loc": {
        "start": {
          "line": 79,
          "column": 1
        },
        "end": {
          "line": 81,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 2607,
      "end": 2613,
      "loc": {
        "start": {
          "line": 82,
          "column": 1
        },
        "end": {
          "line": 82,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createResult",
      "start": 2614,
      "end": 2626,
      "loc": {
        "start": {
          "line": 82,
          "column": 8
        },
        "end": {
          "line": 82,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2626,
      "end": 2627,
      "loc": {
        "start": {
          "line": 82,
          "column": 20
        },
        "end": {
          "line": 82,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2627,
      "end": 2628,
      "loc": {
        "start": {
          "line": 82,
          "column": 21
        },
        "end": {
          "line": 82,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2629,
      "end": 2630,
      "loc": {
        "start": {
          "line": 82,
          "column": 23
        },
        "end": {
          "line": 82,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2633,
      "end": 2639,
      "loc": {
        "start": {
          "line": 83,
          "column": 2
        },
        "end": {
          "line": 83,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2640,
      "end": 2643,
      "loc": {
        "start": {
          "line": 83,
          "column": 9
        },
        "end": {
          "line": 83,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Result",
      "start": 2644,
      "end": 2650,
      "loc": {
        "start": {
          "line": 83,
          "column": 13
        },
        "end": {
          "line": 83,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2650,
      "end": 2651,
      "loc": {
        "start": {
          "line": 83,
          "column": 19
        },
        "end": {
          "line": 83,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2651,
      "end": 2652,
      "loc": {
        "start": {
          "line": 83,
          "column": 20
        },
        "end": {
          "line": 83,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2652,
      "end": 2653,
      "loc": {
        "start": {
          "line": 83,
          "column": 21
        },
        "end": {
          "line": 83,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2655,
      "end": 2656,
      "loc": {
        "start": {
          "line": 84,
          "column": 1
        },
        "end": {
          "line": 84,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Inserts bodies into the collision system\n\t * @param {...Circle|...Polygon|...Point} bodies\n\t ",
      "start": 2659,
      "end": 2762,
      "loc": {
        "start": {
          "line": 86,
          "column": 1
        },
        "end": {
          "line": 89,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insert",
      "start": 2764,
      "end": 2770,
      "loc": {
        "start": {
          "line": 90,
          "column": 1
        },
        "end": {
          "line": 90,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2770,
      "end": 2771,
      "loc": {
        "start": {
          "line": 90,
          "column": 7
        },
        "end": {
          "line": 90,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2771,
      "end": 2774,
      "loc": {
        "start": {
          "line": 90,
          "column": 8
        },
        "end": {
          "line": 90,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bodies",
      "start": 2774,
      "end": 2780,
      "loc": {
        "start": {
          "line": 90,
          "column": 11
        },
        "end": {
          "line": 90,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2780,
      "end": 2781,
      "loc": {
        "start": {
          "line": 90,
          "column": 17
        },
        "end": {
          "line": 90,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2782,
      "end": 2783,
      "loc": {
        "start": {
          "line": 90,
          "column": 19
        },
        "end": {
          "line": 90,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 2786,
      "end": 2789,
      "loc": {
        "start": {
          "line": 91,
          "column": 2
        },
        "end": {
          "line": 91,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2789,
      "end": 2790,
      "loc": {
        "start": {
          "line": 91,
          "column": 5
        },
        "end": {
          "line": 91,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 2790,
      "end": 2795,
      "loc": {
        "start": {
          "line": 91,
          "column": 6
        },
        "end": {
          "line": 91,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 2796,
      "end": 2800,
      "loc": {
        "start": {
          "line": 91,
          "column": 12
        },
        "end": {
          "line": 91,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 2801,
      "end": 2803,
      "loc": {
        "start": {
          "line": 91,
          "column": 17
        },
        "end": {
          "line": 91,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bodies",
      "start": 2804,
      "end": 2810,
      "loc": {
        "start": {
          "line": 91,
          "column": 20
        },
        "end": {
          "line": 91,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2810,
      "end": 2811,
      "loc": {
        "start": {
          "line": 91,
          "column": 26
        },
        "end": {
          "line": 91,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2812,
      "end": 2813,
      "loc": {
        "start": {
          "line": 91,
          "column": 28
        },
        "end": {
          "line": 91,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2817,
      "end": 2821,
      "loc": {
        "start": {
          "line": 92,
          "column": 3
        },
        "end": {
          "line": 92,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2821,
      "end": 2822,
      "loc": {
        "start": {
          "line": 92,
          "column": 7
        },
        "end": {
          "line": 92,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bvh",
      "start": 2822,
      "end": 2826,
      "loc": {
        "start": {
          "line": 92,
          "column": 8
        },
        "end": {
          "line": 92,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2826,
      "end": 2827,
      "loc": {
        "start": {
          "line": 92,
          "column": 12
        },
        "end": {
          "line": 92,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insert",
      "start": 2827,
      "end": 2833,
      "loc": {
        "start": {
          "line": 92,
          "column": 13
        },
        "end": {
          "line": 92,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2833,
      "end": 2834,
      "loc": {
        "start": {
          "line": 92,
          "column": 19
        },
        "end": {
          "line": 92,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 2834,
      "end": 2838,
      "loc": {
        "start": {
          "line": 92,
          "column": 20
        },
        "end": {
          "line": 92,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2838,
      "end": 2839,
      "loc": {
        "start": {
          "line": 92,
          "column": 24
        },
        "end": {
          "line": 92,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 2840,
      "end": 2845,
      "loc": {
        "start": {
          "line": 92,
          "column": 26
        },
        "end": {
          "line": 92,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2845,
      "end": 2846,
      "loc": {
        "start": {
          "line": 92,
          "column": 31
        },
        "end": {
          "line": 92,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2846,
      "end": 2847,
      "loc": {
        "start": {
          "line": 92,
          "column": 32
        },
        "end": {
          "line": 92,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2850,
      "end": 2851,
      "loc": {
        "start": {
          "line": 93,
          "column": 2
        },
        "end": {
          "line": 93,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2855,
      "end": 2861,
      "loc": {
        "start": {
          "line": 95,
          "column": 2
        },
        "end": {
          "line": 95,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2862,
      "end": 2866,
      "loc": {
        "start": {
          "line": 95,
          "column": 9
        },
        "end": {
          "line": 95,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2866,
      "end": 2867,
      "loc": {
        "start": {
          "line": 95,
          "column": 13
        },
        "end": {
          "line": 95,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2869,
      "end": 2870,
      "loc": {
        "start": {
          "line": 96,
          "column": 1
        },
        "end": {
          "line": 96,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Removes bodies from the collision system\n\t * @param {...Circle|...Polygon|...Point} bodies\n\t ",
      "start": 2873,
      "end": 2976,
      "loc": {
        "start": {
          "line": 98,
          "column": 1
        },
        "end": {
          "line": 101,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "remove",
      "start": 2978,
      "end": 2984,
      "loc": {
        "start": {
          "line": 102,
          "column": 1
        },
        "end": {
          "line": 102,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2984,
      "end": 2985,
      "loc": {
        "start": {
          "line": 102,
          "column": 7
        },
        "end": {
          "line": 102,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2985,
      "end": 2988,
      "loc": {
        "start": {
          "line": 102,
          "column": 8
        },
        "end": {
          "line": 102,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bodies",
      "start": 2988,
      "end": 2994,
      "loc": {
        "start": {
          "line": 102,
          "column": 11
        },
        "end": {
          "line": 102,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2994,
      "end": 2995,
      "loc": {
        "start": {
          "line": 102,
          "column": 17
        },
        "end": {
          "line": 102,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2996,
      "end": 2997,
      "loc": {
        "start": {
          "line": 102,
          "column": 19
        },
        "end": {
          "line": 102,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 3000,
      "end": 3003,
      "loc": {
        "start": {
          "line": 103,
          "column": 2
        },
        "end": {
          "line": 103,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3003,
      "end": 3004,
      "loc": {
        "start": {
          "line": 103,
          "column": 5
        },
        "end": {
          "line": 103,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3004,
      "end": 3009,
      "loc": {
        "start": {
          "line": 103,
          "column": 6
        },
        "end": {
          "line": 103,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 3010,
      "end": 3014,
      "loc": {
        "start": {
          "line": 103,
          "column": 12
        },
        "end": {
          "line": 103,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 3015,
      "end": 3017,
      "loc": {
        "start": {
          "line": 103,
          "column": 17
        },
        "end": {
          "line": 103,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bodies",
      "start": 3018,
      "end": 3024,
      "loc": {
        "start": {
          "line": 103,
          "column": 20
        },
        "end": {
          "line": 103,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3024,
      "end": 3025,
      "loc": {
        "start": {
          "line": 103,
          "column": 26
        },
        "end": {
          "line": 103,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3026,
      "end": 3027,
      "loc": {
        "start": {
          "line": 103,
          "column": 28
        },
        "end": {
          "line": 103,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3031,
      "end": 3035,
      "loc": {
        "start": {
          "line": 104,
          "column": 3
        },
        "end": {
          "line": 104,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3035,
      "end": 3036,
      "loc": {
        "start": {
          "line": 104,
          "column": 7
        },
        "end": {
          "line": 104,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bvh",
      "start": 3036,
      "end": 3040,
      "loc": {
        "start": {
          "line": 104,
          "column": 8
        },
        "end": {
          "line": 104,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3040,
      "end": 3041,
      "loc": {
        "start": {
          "line": 104,
          "column": 12
        },
        "end": {
          "line": 104,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "remove",
      "start": 3041,
      "end": 3047,
      "loc": {
        "start": {
          "line": 104,
          "column": 13
        },
        "end": {
          "line": 104,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3047,
      "end": 3048,
      "loc": {
        "start": {
          "line": 104,
          "column": 19
        },
        "end": {
          "line": 104,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 3048,
      "end": 3052,
      "loc": {
        "start": {
          "line": 104,
          "column": 20
        },
        "end": {
          "line": 104,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3052,
      "end": 3053,
      "loc": {
        "start": {
          "line": 104,
          "column": 24
        },
        "end": {
          "line": 104,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 3054,
      "end": 3059,
      "loc": {
        "start": {
          "line": 104,
          "column": 26
        },
        "end": {
          "line": 104,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3059,
      "end": 3060,
      "loc": {
        "start": {
          "line": 104,
          "column": 31
        },
        "end": {
          "line": 104,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3060,
      "end": 3061,
      "loc": {
        "start": {
          "line": 104,
          "column": 32
        },
        "end": {
          "line": 104,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3064,
      "end": 3065,
      "loc": {
        "start": {
          "line": 105,
          "column": 2
        },
        "end": {
          "line": 105,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3069,
      "end": 3075,
      "loc": {
        "start": {
          "line": 107,
          "column": 2
        },
        "end": {
          "line": 107,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3076,
      "end": 3080,
      "loc": {
        "start": {
          "line": 107,
          "column": 9
        },
        "end": {
          "line": 107,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3080,
      "end": 3081,
      "loc": {
        "start": {
          "line": 107,
          "column": 13
        },
        "end": {
          "line": 107,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3083,
      "end": 3084,
      "loc": {
        "start": {
          "line": 108,
          "column": 1
        },
        "end": {
          "line": 108,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Updates the collision system. This should be called before any collisions are tested.\n\t ",
      "start": 3087,
      "end": 3185,
      "loc": {
        "start": {
          "line": 110,
          "column": 1
        },
        "end": {
          "line": 112,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "update",
      "start": 3187,
      "end": 3193,
      "loc": {
        "start": {
          "line": 113,
          "column": 1
        },
        "end": {
          "line": 113,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3193,
      "end": 3194,
      "loc": {
        "start": {
          "line": 113,
          "column": 7
        },
        "end": {
          "line": 113,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3194,
      "end": 3195,
      "loc": {
        "start": {
          "line": 113,
          "column": 8
        },
        "end": {
          "line": 113,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3196,
      "end": 3197,
      "loc": {
        "start": {
          "line": 113,
          "column": 10
        },
        "end": {
          "line": 113,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3200,
      "end": 3204,
      "loc": {
        "start": {
          "line": 114,
          "column": 2
        },
        "end": {
          "line": 114,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3204,
      "end": 3205,
      "loc": {
        "start": {
          "line": 114,
          "column": 6
        },
        "end": {
          "line": 114,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bvh",
      "start": 3205,
      "end": 3209,
      "loc": {
        "start": {
          "line": 114,
          "column": 7
        },
        "end": {
          "line": 114,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3209,
      "end": 3210,
      "loc": {
        "start": {
          "line": 114,
          "column": 11
        },
        "end": {
          "line": 114,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "update",
      "start": 3210,
      "end": 3216,
      "loc": {
        "start": {
          "line": 114,
          "column": 12
        },
        "end": {
          "line": 114,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3216,
      "end": 3217,
      "loc": {
        "start": {
          "line": 114,
          "column": 18
        },
        "end": {
          "line": 114,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3217,
      "end": 3218,
      "loc": {
        "start": {
          "line": 114,
          "column": 19
        },
        "end": {
          "line": 114,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3218,
      "end": 3219,
      "loc": {
        "start": {
          "line": 114,
          "column": 20
        },
        "end": {
          "line": 114,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3223,
      "end": 3229,
      "loc": {
        "start": {
          "line": 116,
          "column": 2
        },
        "end": {
          "line": 116,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3230,
      "end": 3234,
      "loc": {
        "start": {
          "line": 116,
          "column": 9
        },
        "end": {
          "line": 116,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3234,
      "end": 3235,
      "loc": {
        "start": {
          "line": 116,
          "column": 13
        },
        "end": {
          "line": 116,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3237,
      "end": 3238,
      "loc": {
        "start": {
          "line": 117,
          "column": 1
        },
        "end": {
          "line": 117,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Draws the bodies within the system to a CanvasRenderingContext2D's current path\n\t * @param {CanvasRenderingContext2D} context The context to draw to\n\t ",
      "start": 3241,
      "end": 3402,
      "loc": {
        "start": {
          "line": 119,
          "column": 1
        },
        "end": {
          "line": 122,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "draw",
      "start": 3404,
      "end": 3408,
      "loc": {
        "start": {
          "line": 123,
          "column": 1
        },
        "end": {
          "line": 123,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3408,
      "end": 3409,
      "loc": {
        "start": {
          "line": 123,
          "column": 5
        },
        "end": {
          "line": 123,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 3409,
      "end": 3416,
      "loc": {
        "start": {
          "line": 123,
          "column": 6
        },
        "end": {
          "line": 123,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3416,
      "end": 3417,
      "loc": {
        "start": {
          "line": 123,
          "column": 13
        },
        "end": {
          "line": 123,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3418,
      "end": 3419,
      "loc": {
        "start": {
          "line": 123,
          "column": 15
        },
        "end": {
          "line": 123,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3422,
      "end": 3428,
      "loc": {
        "start": {
          "line": 124,
          "column": 2
        },
        "end": {
          "line": 124,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3429,
      "end": 3433,
      "loc": {
        "start": {
          "line": 124,
          "column": 9
        },
        "end": {
          "line": 124,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3433,
      "end": 3434,
      "loc": {
        "start": {
          "line": 124,
          "column": 13
        },
        "end": {
          "line": 124,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bvh",
      "start": 3434,
      "end": 3438,
      "loc": {
        "start": {
          "line": 124,
          "column": 14
        },
        "end": {
          "line": 124,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3438,
      "end": 3439,
      "loc": {
        "start": {
          "line": 124,
          "column": 18
        },
        "end": {
          "line": 124,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "draw",
      "start": 3439,
      "end": 3443,
      "loc": {
        "start": {
          "line": 124,
          "column": 19
        },
        "end": {
          "line": 124,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3443,
      "end": 3444,
      "loc": {
        "start": {
          "line": 124,
          "column": 23
        },
        "end": {
          "line": 124,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 3444,
      "end": 3451,
      "loc": {
        "start": {
          "line": 124,
          "column": 24
        },
        "end": {
          "line": 124,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3451,
      "end": 3452,
      "loc": {
        "start": {
          "line": 124,
          "column": 31
        },
        "end": {
          "line": 124,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3452,
      "end": 3453,
      "loc": {
        "start": {
          "line": 124,
          "column": 32
        },
        "end": {
          "line": 124,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3455,
      "end": 3456,
      "loc": {
        "start": {
          "line": 125,
          "column": 1
        },
        "end": {
          "line": 125,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Draws the system's BVH to a CanvasRenderingContext2D's current path. This is useful for testing out different padding values for bodies.\n\t * @param {CanvasRenderingContext2D} context The context to draw to\n\t ",
      "start": 3459,
      "end": 3677,
      "loc": {
        "start": {
          "line": 127,
          "column": 1
        },
        "end": {
          "line": 130,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawBVH",
      "start": 3679,
      "end": 3686,
      "loc": {
        "start": {
          "line": 131,
          "column": 1
        },
        "end": {
          "line": 131,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3686,
      "end": 3687,
      "loc": {
        "start": {
          "line": 131,
          "column": 8
        },
        "end": {
          "line": 131,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 3687,
      "end": 3694,
      "loc": {
        "start": {
          "line": 131,
          "column": 9
        },
        "end": {
          "line": 131,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3694,
      "end": 3695,
      "loc": {
        "start": {
          "line": 131,
          "column": 16
        },
        "end": {
          "line": 131,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3696,
      "end": 3697,
      "loc": {
        "start": {
          "line": 131,
          "column": 18
        },
        "end": {
          "line": 131,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3700,
      "end": 3706,
      "loc": {
        "start": {
          "line": 132,
          "column": 2
        },
        "end": {
          "line": 132,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3707,
      "end": 3711,
      "loc": {
        "start": {
          "line": 132,
          "column": 9
        },
        "end": {
          "line": 132,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3711,
      "end": 3712,
      "loc": {
        "start": {
          "line": 132,
          "column": 13
        },
        "end": {
          "line": 132,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bvh",
      "start": 3712,
      "end": 3716,
      "loc": {
        "start": {
          "line": 132,
          "column": 14
        },
        "end": {
          "line": 132,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3716,
      "end": 3717,
      "loc": {
        "start": {
          "line": 132,
          "column": 18
        },
        "end": {
          "line": 132,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawBVH",
      "start": 3717,
      "end": 3724,
      "loc": {
        "start": {
          "line": 132,
          "column": 19
        },
        "end": {
          "line": 132,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3724,
      "end": 3725,
      "loc": {
        "start": {
          "line": 132,
          "column": 26
        },
        "end": {
          "line": 132,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 3725,
      "end": 3732,
      "loc": {
        "start": {
          "line": 132,
          "column": 27
        },
        "end": {
          "line": 132,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3732,
      "end": 3733,
      "loc": {
        "start": {
          "line": 132,
          "column": 34
        },
        "end": {
          "line": 132,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3733,
      "end": 3734,
      "loc": {
        "start": {
          "line": 132,
          "column": 35
        },
        "end": {
          "line": 132,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3736,
      "end": 3737,
      "loc": {
        "start": {
          "line": 133,
          "column": 1
        },
        "end": {
          "line": 133,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Returns a list of potential collisions for a body\n\t * @param {Circle|Polygon|Point} body The body to test for potential collisions against\n\t * @returns {Array<Body>}\n\t ",
      "start": 3740,
      "end": 3918,
      "loc": {
        "start": {
          "line": 135,
          "column": 1
        },
        "end": {
          "line": 139,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "potentials",
      "start": 3920,
      "end": 3930,
      "loc": {
        "start": {
          "line": 140,
          "column": 1
        },
        "end": {
          "line": 140,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3930,
      "end": 3931,
      "loc": {
        "start": {
          "line": 140,
          "column": 11
        },
        "end": {
          "line": 140,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 3931,
      "end": 3935,
      "loc": {
        "start": {
          "line": 140,
          "column": 12
        },
        "end": {
          "line": 140,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3935,
      "end": 3936,
      "loc": {
        "start": {
          "line": 140,
          "column": 16
        },
        "end": {
          "line": 140,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3937,
      "end": 3938,
      "loc": {
        "start": {
          "line": 140,
          "column": 18
        },
        "end": {
          "line": 140,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3941,
      "end": 3947,
      "loc": {
        "start": {
          "line": 141,
          "column": 2
        },
        "end": {
          "line": 141,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3948,
      "end": 3952,
      "loc": {
        "start": {
          "line": 141,
          "column": 9
        },
        "end": {
          "line": 141,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3952,
      "end": 3953,
      "loc": {
        "start": {
          "line": 141,
          "column": 13
        },
        "end": {
          "line": 141,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bvh",
      "start": 3953,
      "end": 3957,
      "loc": {
        "start": {
          "line": 141,
          "column": 14
        },
        "end": {
          "line": 141,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3957,
      "end": 3958,
      "loc": {
        "start": {
          "line": 141,
          "column": 18
        },
        "end": {
          "line": 141,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "potentials",
      "start": 3958,
      "end": 3968,
      "loc": {
        "start": {
          "line": 141,
          "column": 19
        },
        "end": {
          "line": 141,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3968,
      "end": 3969,
      "loc": {
        "start": {
          "line": 141,
          "column": 29
        },
        "end": {
          "line": 141,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 3969,
      "end": 3973,
      "loc": {
        "start": {
          "line": 141,
          "column": 30
        },
        "end": {
          "line": 141,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3973,
      "end": 3974,
      "loc": {
        "start": {
          "line": 141,
          "column": 34
        },
        "end": {
          "line": 141,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3974,
      "end": 3975,
      "loc": {
        "start": {
          "line": 141,
          "column": 35
        },
        "end": {
          "line": 141,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3977,
      "end": 3978,
      "loc": {
        "start": {
          "line": 142,
          "column": 1
        },
        "end": {
          "line": 142,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Determines if two bodies are colliding\n\t * @param {Circle|Polygon|Point} target The target body to test against\n\t * @param {Result} [result = null] A Result object on which to store information about the collision\n\t * @param {Boolean} [aabb = true] Set to false to skip the AABB test (useful if you use your own potential collision heuristic)\n\t * @returns {Boolean}\n\t ",
      "start": 3981,
      "end": 4359,
      "loc": {
        "start": {
          "line": 144,
          "column": 1
        },
        "end": {
          "line": 150,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collides",
      "start": 4361,
      "end": 4369,
      "loc": {
        "start": {
          "line": 151,
          "column": 1
        },
        "end": {
          "line": 151,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4369,
      "end": 4370,
      "loc": {
        "start": {
          "line": 151,
          "column": 9
        },
        "end": {
          "line": 151,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source",
      "start": 4370,
      "end": 4376,
      "loc": {
        "start": {
          "line": 151,
          "column": 10
        },
        "end": {
          "line": 151,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4376,
      "end": 4377,
      "loc": {
        "start": {
          "line": 151,
          "column": 16
        },
        "end": {
          "line": 151,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "target",
      "start": 4378,
      "end": 4384,
      "loc": {
        "start": {
          "line": 151,
          "column": 18
        },
        "end": {
          "line": 151,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4384,
      "end": 4385,
      "loc": {
        "start": {
          "line": 151,
          "column": 24
        },
        "end": {
          "line": 151,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4386,
      "end": 4392,
      "loc": {
        "start": {
          "line": 151,
          "column": 26
        },
        "end": {
          "line": 151,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4393,
      "end": 4394,
      "loc": {
        "start": {
          "line": 151,
          "column": 33
        },
        "end": {
          "line": 151,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 4395,
      "end": 4399,
      "loc": {
        "start": {
          "line": 151,
          "column": 35
        },
        "end": {
          "line": 151,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4399,
      "end": 4400,
      "loc": {
        "start": {
          "line": 151,
          "column": 39
        },
        "end": {
          "line": 151,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "aabb",
      "start": 4401,
      "end": 4405,
      "loc": {
        "start": {
          "line": 151,
          "column": 41
        },
        "end": {
          "line": 151,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4406,
      "end": 4407,
      "loc": {
        "start": {
          "line": 151,
          "column": 46
        },
        "end": {
          "line": 151,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 4408,
      "end": 4412,
      "loc": {
        "start": {
          "line": 151,
          "column": 48
        },
        "end": {
          "line": 151,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4412,
      "end": 4413,
      "loc": {
        "start": {
          "line": 151,
          "column": 52
        },
        "end": {
          "line": 151,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4414,
      "end": 4415,
      "loc": {
        "start": {
          "line": 151,
          "column": 54
        },
        "end": {
          "line": 151,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4418,
      "end": 4424,
      "loc": {
        "start": {
          "line": 152,
          "column": 2
        },
        "end": {
          "line": 152,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SAT",
      "start": 4425,
      "end": 4428,
      "loc": {
        "start": {
          "line": 152,
          "column": 9
        },
        "end": {
          "line": 152,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4428,
      "end": 4429,
      "loc": {
        "start": {
          "line": 152,
          "column": 12
        },
        "end": {
          "line": 152,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source",
      "start": 4429,
      "end": 4435,
      "loc": {
        "start": {
          "line": 152,
          "column": 13
        },
        "end": {
          "line": 152,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4435,
      "end": 4436,
      "loc": {
        "start": {
          "line": 152,
          "column": 19
        },
        "end": {
          "line": 152,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "target",
      "start": 4437,
      "end": 4443,
      "loc": {
        "start": {
          "line": 152,
          "column": 21
        },
        "end": {
          "line": 152,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4443,
      "end": 4444,
      "loc": {
        "start": {
          "line": 152,
          "column": 27
        },
        "end": {
          "line": 152,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4445,
      "end": 4451,
      "loc": {
        "start": {
          "line": 152,
          "column": 29
        },
        "end": {
          "line": 152,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4451,
      "end": 4452,
      "loc": {
        "start": {
          "line": 152,
          "column": 35
        },
        "end": {
          "line": 152,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "aabb",
      "start": 4453,
      "end": 4457,
      "loc": {
        "start": {
          "line": 152,
          "column": 37
        },
        "end": {
          "line": 152,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4457,
      "end": 4458,
      "loc": {
        "start": {
          "line": 152,
          "column": 41
        },
        "end": {
          "line": 152,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4458,
      "end": 4459,
      "loc": {
        "start": {
          "line": 152,
          "column": 42
        },
        "end": {
          "line": 152,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4461,
      "end": 4462,
      "loc": {
        "start": {
          "line": 153,
          "column": 1
        },
        "end": {
          "line": 153,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4463,
      "end": 4464,
      "loc": {
        "start": {
          "line": 154,
          "column": 0
        },
        "end": {
          "line": 154,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4464,
      "end": 4465,
      "loc": {
        "start": {
          "line": 154,
          "column": 1
        },
        "end": {
          "line": 154,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 4467,
      "end": 4473,
      "loc": {
        "start": {
          "line": 156,
          "column": 0
        },
        "end": {
          "line": 156,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4474,
      "end": 4475,
      "loc": {
        "start": {
          "line": 156,
          "column": 7
        },
        "end": {
          "line": 156,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Collisions",
      "start": 4477,
      "end": 4487,
      "loc": {
        "start": {
          "line": 157,
          "column": 1
        },
        "end": {
          "line": 157,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "as",
      "start": 4488,
      "end": 4490,
      "loc": {
        "start": {
          "line": 157,
          "column": 12
        },
        "end": {
          "line": 157,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 4491,
      "end": 4498,
      "loc": {
        "start": {
          "line": 157,
          "column": 15
        },
        "end": {
          "line": 157,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4498,
      "end": 4499,
      "loc": {
        "start": {
          "line": 157,
          "column": 22
        },
        "end": {
          "line": 157,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Collisions",
      "start": 4501,
      "end": 4511,
      "loc": {
        "start": {
          "line": 158,
          "column": 1
        },
        "end": {
          "line": 158,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4511,
      "end": 4512,
      "loc": {
        "start": {
          "line": 158,
          "column": 11
        },
        "end": {
          "line": 158,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Result",
      "start": 4514,
      "end": 4520,
      "loc": {
        "start": {
          "line": 159,
          "column": 1
        },
        "end": {
          "line": 159,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4520,
      "end": 4521,
      "loc": {
        "start": {
          "line": 159,
          "column": 7
        },
        "end": {
          "line": 159,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Circle",
      "start": 4523,
      "end": 4529,
      "loc": {
        "start": {
          "line": 160,
          "column": 1
        },
        "end": {
          "line": 160,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4529,
      "end": 4530,
      "loc": {
        "start": {
          "line": 160,
          "column": 7
        },
        "end": {
          "line": 160,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Polygon",
      "start": 4532,
      "end": 4539,
      "loc": {
        "start": {
          "line": 161,
          "column": 1
        },
        "end": {
          "line": 161,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4539,
      "end": 4540,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Point",
      "start": 4542,
      "end": 4547,
      "loc": {
        "start": {
          "line": 162,
          "column": 1
        },
        "end": {
          "line": 162,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4547,
      "end": 4548,
      "loc": {
        "start": {
          "line": 162,
          "column": 6
        },
        "end": {
          "line": 162,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4549,
      "end": 4550,
      "loc": {
        "start": {
          "line": 163,
          "column": 0
        },
        "end": {
          "line": 163,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4550,
      "end": 4551,
      "loc": {
        "start": {
          "line": 163,
          "column": 1
        },
        "end": {
          "line": 163,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4552,
      "end": 4552,
      "loc": {
        "start": {
          "line": 164,
          "column": 0
        },
        "end": {
          "line": 164,
          "column": 0
        }
      }
    }
  ]
}