{
  "type": "File",
  "start": 0,
  "end": 5619,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 246,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 5619,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 246,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 30,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 30
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 11,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 11
              }
            },
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 11,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 11
                },
                "identifierName": "Body"
              },
              "name": "Body"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 17,
          "end": 29,
          "loc": {
            "start": {
              "line": 1,
              "column": 17
            },
            "end": {
              "line": 1,
              "column": 29
            }
          },
          "extra": {
            "rawValue": "./Body.mjs",
            "raw": "'./Body.mjs'"
          },
          "value": "./Body.mjs"
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A polygon used to detect collisions\n * @class\n ",
            "start": 32,
            "end": 88,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 89,
        "end": 5617,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 245,
            "column": 1
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 104,
          "end": 5617,
          "loc": {
            "start": {
              "line": 7,
              "column": 15
            },
            "end": {
              "line": 245,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 110,
            "end": 117,
            "loc": {
              "start": {
                "line": 7,
                "column": 21
              },
              "end": {
                "line": 7,
                "column": 28
              },
              "identifierName": "Polygon"
            },
            "name": "Polygon",
            "leadingComments": null
          },
          "superClass": {
            "type": "Identifier",
            "start": 126,
            "end": 130,
            "loc": {
              "start": {
                "line": 7,
                "column": 37
              },
              "end": {
                "line": 7,
                "column": 41
              },
              "identifierName": "Body"
            },
            "name": "Body"
          },
          "body": {
            "type": "ClassBody",
            "start": 131,
            "end": 5617,
            "loc": {
              "start": {
                "line": 7,
                "column": 42
              },
              "end": {
                "line": 245,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 705,
                "end": 1853,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 1
                  },
                  "end": {
                    "line": 89,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 705,
                  "end": 716,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 1
                    },
                    "end": {
                      "line": 18,
                      "column": 12
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 717,
                    "end": 722,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 13
                      },
                      "end": {
                        "line": 18,
                        "column": 18
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 717,
                      "end": 718,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 13
                        },
                        "end": {
                          "line": 18,
                          "column": 14
                        },
                        "identifierName": "x"
                      },
                      "name": "x"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 721,
                      "end": 722,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 17
                        },
                        "end": {
                          "line": 18,
                          "column": 18
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 724,
                    "end": 729,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 20
                      },
                      "end": {
                        "line": 18,
                        "column": 25
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 724,
                      "end": 725,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 20
                        },
                        "end": {
                          "line": 18,
                          "column": 21
                        },
                        "identifierName": "y"
                      },
                      "name": "y"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 728,
                      "end": 729,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 24
                        },
                        "end": {
                          "line": 18,
                          "column": 25
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 731,
                    "end": 742,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 27
                      },
                      "end": {
                        "line": 18,
                        "column": 38
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 731,
                      "end": 737,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 27
                        },
                        "end": {
                          "line": 18,
                          "column": 33
                        },
                        "identifierName": "points"
                      },
                      "name": "points"
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 740,
                      "end": 742,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 36
                        },
                        "end": {
                          "line": 18,
                          "column": 38
                        }
                      },
                      "elements": []
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 744,
                    "end": 753,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 40
                      },
                      "end": {
                        "line": 18,
                        "column": 49
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 744,
                      "end": 749,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 40
                        },
                        "end": {
                          "line": 18,
                          "column": 45
                        },
                        "identifierName": "angle"
                      },
                      "name": "angle"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 752,
                      "end": 753,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 48
                        },
                        "end": {
                          "line": 18,
                          "column": 49
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 755,
                    "end": 766,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 51
                      },
                      "end": {
                        "line": 18,
                        "column": 62
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 755,
                      "end": 762,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 51
                        },
                        "end": {
                          "line": 18,
                          "column": 58
                        },
                        "identifierName": "scale_x"
                      },
                      "name": "scale_x"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 765,
                      "end": 766,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 61
                        },
                        "end": {
                          "line": 18,
                          "column": 62
                        }
                      },
                      "extra": {
                        "rawValue": 1,
                        "raw": "1"
                      },
                      "value": 1
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 768,
                    "end": 779,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 64
                      },
                      "end": {
                        "line": 18,
                        "column": 75
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 768,
                      "end": 775,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 64
                        },
                        "end": {
                          "line": 18,
                          "column": 71
                        },
                        "identifierName": "scale_y"
                      },
                      "name": "scale_y"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 778,
                      "end": 779,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 74
                        },
                        "end": {
                          "line": 18,
                          "column": 75
                        }
                      },
                      "extra": {
                        "rawValue": 1,
                        "raw": "1"
                      },
                      "value": 1
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 781,
                    "end": 792,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 77
                      },
                      "end": {
                        "line": 18,
                        "column": 88
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 781,
                      "end": 788,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 77
                        },
                        "end": {
                          "line": 18,
                          "column": 84
                        },
                        "identifierName": "padding"
                      },
                      "name": "padding"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 791,
                      "end": 792,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 87
                        },
                        "end": {
                          "line": 18,
                          "column": 88
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 794,
                  "end": 1853,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 90
                    },
                    "end": {
                      "line": 89,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 798,
                      "end": 819,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 2
                        },
                        "end": {
                          "line": 19,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 798,
                        "end": 818,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 2
                          },
                          "end": {
                            "line": 19,
                            "column": 22
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 798,
                          "end": 803,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 2
                            },
                            "end": {
                              "line": 19,
                              "column": 7
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 804,
                            "end": 805,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 8
                              },
                              "end": {
                                "line": 19,
                                "column": 9
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          {
                            "type": "Identifier",
                            "start": 807,
                            "end": 808,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 11
                              },
                              "end": {
                                "line": 19,
                                "column": 12
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          {
                            "type": "Identifier",
                            "start": 810,
                            "end": 817,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 14
                              },
                              "end": {
                                "line": 19,
                                "column": 21
                              },
                              "identifierName": "padding"
                            },
                            "name": "padding"
                          }
                        ]
                      },
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n\t\t * @desc The angle of the body in radians\n\t\t * @type {Number}\n\t\t ",
                          "start": 823,
                          "end": 896,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 2
                            },
                            "end": {
                              "line": 24,
                              "column": 5
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 899,
                      "end": 918,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 2
                        },
                        "end": {
                          "line": 25,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 899,
                        "end": 917,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 2
                          },
                          "end": {
                            "line": 25,
                            "column": 20
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 899,
                          "end": 909,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 2
                            },
                            "end": {
                              "line": 25,
                              "column": 12
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 899,
                            "end": 903,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 2
                              },
                              "end": {
                                "line": 25,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 904,
                            "end": 909,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 7
                              },
                              "end": {
                                "line": 25,
                                "column": 12
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 912,
                          "end": 917,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 15
                            },
                            "end": {
                              "line": 25,
                              "column": 20
                            },
                            "identifierName": "angle"
                          },
                          "name": "angle"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n\t\t * @desc The angle of the body in radians\n\t\t * @type {Number}\n\t\t ",
                          "start": 823,
                          "end": 896,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 2
                            },
                            "end": {
                              "line": 24,
                              "column": 5
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n\t\t * @desc The scale of the body along the X axis\n\t\t * @type {Number}\n\t\t ",
                          "start": 922,
                          "end": 1001,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 2
                            },
                            "end": {
                              "line": 30,
                              "column": 5
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1004,
                      "end": 1027,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 2
                        },
                        "end": {
                          "line": 31,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1004,
                        "end": 1026,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 2
                          },
                          "end": {
                            "line": 31,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1004,
                          "end": 1016,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 2
                            },
                            "end": {
                              "line": 31,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1004,
                            "end": 1008,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 2
                              },
                              "end": {
                                "line": 31,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1009,
                            "end": 1016,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 7
                              },
                              "end": {
                                "line": 31,
                                "column": 14
                              },
                              "identifierName": "scale_x"
                            },
                            "name": "scale_x"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1019,
                          "end": 1026,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 17
                            },
                            "end": {
                              "line": 31,
                              "column": 24
                            },
                            "identifierName": "scale_x"
                          },
                          "name": "scale_x"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n\t\t * @desc The scale of the body along the X axis\n\t\t * @type {Number}\n\t\t ",
                          "start": 922,
                          "end": 1001,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 2
                            },
                            "end": {
                              "line": 30,
                              "column": 5
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n\t\t * @desc The scale of the body along the Y axis\n\t\t * @type {Number}\n\t\t ",
                          "start": 1031,
                          "end": 1110,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 2
                            },
                            "end": {
                              "line": 36,
                              "column": 5
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1113,
                      "end": 1136,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 2
                        },
                        "end": {
                          "line": 37,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1113,
                        "end": 1135,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 2
                          },
                          "end": {
                            "line": 37,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1113,
                          "end": 1125,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 2
                            },
                            "end": {
                              "line": 37,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1113,
                            "end": 1117,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 2
                              },
                              "end": {
                                "line": 37,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1118,
                            "end": 1125,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 7
                              },
                              "end": {
                                "line": 37,
                                "column": 14
                              },
                              "identifierName": "scale_y"
                            },
                            "name": "scale_y"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1128,
                          "end": 1135,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 17
                            },
                            "end": {
                              "line": 37,
                              "column": 24
                            },
                            "identifierName": "scale_y"
                          },
                          "name": "scale_y"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n\t\t * @desc The scale of the body along the Y axis\n\t\t * @type {Number}\n\t\t ",
                          "start": 1031,
                          "end": 1110,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 2
                            },
                            "end": {
                              "line": 36,
                              "column": 5
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1141,
                          "end": 1156,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 2
                            },
                            "end": {
                              "line": 40,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1159,
                      "end": 1180,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 2
                        },
                        "end": {
                          "line": 41,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1159,
                        "end": 1179,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 2
                          },
                          "end": {
                            "line": 41,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1159,
                          "end": 1172,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 2
                            },
                            "end": {
                              "line": 41,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1159,
                            "end": 1163,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 2
                              },
                              "end": {
                                "line": 41,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1164,
                            "end": 1172,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 7
                              },
                              "end": {
                                "line": 41,
                                "column": 15
                              },
                              "identifierName": "_polygon"
                            },
                            "name": "_polygon"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 1175,
                          "end": 1179,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 18
                            },
                            "end": {
                              "line": 41,
                              "column": 22
                            }
                          },
                          "value": true
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1141,
                          "end": 1156,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 2
                            },
                            "end": {
                              "line": 40,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1184,
                          "end": 1199,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 2
                            },
                            "end": {
                              "line": 43,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1202,
                      "end": 1214,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 2
                        },
                        "end": {
                          "line": 44,
                          "column": 14
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1202,
                        "end": 1213,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 2
                          },
                          "end": {
                            "line": 44,
                            "column": 13
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1202,
                          "end": 1209,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 2
                            },
                            "end": {
                              "line": 44,
                              "column": 9
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1202,
                            "end": 1206,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 2
                              },
                              "end": {
                                "line": 44,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1207,
                            "end": 1209,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 7
                              },
                              "end": {
                                "line": 44,
                                "column": 9
                              },
                              "identifierName": "_x"
                            },
                            "name": "_x"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1212,
                          "end": 1213,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 12
                            },
                            "end": {
                              "line": 44,
                              "column": 13
                            },
                            "identifierName": "x"
                          },
                          "name": "x"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1184,
                          "end": 1199,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 2
                            },
                            "end": {
                              "line": 43,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1218,
                          "end": 1233,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 2
                            },
                            "end": {
                              "line": 46,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1236,
                      "end": 1248,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 2
                        },
                        "end": {
                          "line": 47,
                          "column": 14
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1236,
                        "end": 1247,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 2
                          },
                          "end": {
                            "line": 47,
                            "column": 13
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1236,
                          "end": 1243,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 2
                            },
                            "end": {
                              "line": 47,
                              "column": 9
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1236,
                            "end": 1240,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 2
                              },
                              "end": {
                                "line": 47,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1241,
                            "end": 1243,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 7
                              },
                              "end": {
                                "line": 47,
                                "column": 9
                              },
                              "identifierName": "_y"
                            },
                            "name": "_y"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1246,
                          "end": 1247,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 12
                            },
                            "end": {
                              "line": 47,
                              "column": 13
                            },
                            "identifierName": "y"
                          },
                          "name": "y"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1218,
                          "end": 1233,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 2
                            },
                            "end": {
                              "line": 46,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1252,
                          "end": 1267,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 2
                            },
                            "end": {
                              "line": 49,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1270,
                      "end": 1290,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 2
                        },
                        "end": {
                          "line": 50,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1270,
                        "end": 1289,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 2
                          },
                          "end": {
                            "line": 50,
                            "column": 21
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1270,
                          "end": 1281,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 2
                            },
                            "end": {
                              "line": 50,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1270,
                            "end": 1274,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 2
                              },
                              "end": {
                                "line": 50,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1275,
                            "end": 1281,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 7
                              },
                              "end": {
                                "line": 50,
                                "column": 13
                              },
                              "identifierName": "_angle"
                            },
                            "name": "_angle"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1284,
                          "end": 1289,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 16
                            },
                            "end": {
                              "line": 50,
                              "column": 21
                            },
                            "identifierName": "angle"
                          },
                          "name": "angle"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1252,
                          "end": 1267,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 2
                            },
                            "end": {
                              "line": 49,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1294,
                          "end": 1309,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 2
                            },
                            "end": {
                              "line": 52,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1312,
                      "end": 1336,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 2
                        },
                        "end": {
                          "line": 53,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1312,
                        "end": 1335,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 2
                          },
                          "end": {
                            "line": 53,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1312,
                          "end": 1325,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 2
                            },
                            "end": {
                              "line": 53,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1312,
                            "end": 1316,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 2
                              },
                              "end": {
                                "line": 53,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1317,
                            "end": 1325,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 7
                              },
                              "end": {
                                "line": 53,
                                "column": 15
                              },
                              "identifierName": "_scale_x"
                            },
                            "name": "_scale_x"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1328,
                          "end": 1335,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 18
                            },
                            "end": {
                              "line": 53,
                              "column": 25
                            },
                            "identifierName": "scale_x"
                          },
                          "name": "scale_x"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1294,
                          "end": 1309,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 2
                            },
                            "end": {
                              "line": 52,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1340,
                          "end": 1355,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 2
                            },
                            "end": {
                              "line": 55,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1358,
                      "end": 1382,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 2
                        },
                        "end": {
                          "line": 56,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1358,
                        "end": 1381,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 2
                          },
                          "end": {
                            "line": 56,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1358,
                          "end": 1371,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 2
                            },
                            "end": {
                              "line": 56,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1358,
                            "end": 1362,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 2
                              },
                              "end": {
                                "line": 56,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1363,
                            "end": 1371,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 7
                              },
                              "end": {
                                "line": 56,
                                "column": 15
                              },
                              "identifierName": "_scale_y"
                            },
                            "name": "_scale_y"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1374,
                          "end": 1381,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 18
                            },
                            "end": {
                              "line": 56,
                              "column": 25
                            },
                            "identifierName": "scale_y"
                          },
                          "name": "scale_y"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1340,
                          "end": 1355,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 2
                            },
                            "end": {
                              "line": 55,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1386,
                          "end": 1401,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 2
                            },
                            "end": {
                              "line": 58,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1404,
                      "end": 1420,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 2
                        },
                        "end": {
                          "line": 59,
                          "column": 18
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1404,
                        "end": 1419,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 2
                          },
                          "end": {
                            "line": 59,
                            "column": 17
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1404,
                          "end": 1415,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 2
                            },
                            "end": {
                              "line": 59,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1404,
                            "end": 1408,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 2
                              },
                              "end": {
                                "line": 59,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1409,
                            "end": 1415,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 7
                              },
                              "end": {
                                "line": 59,
                                "column": 13
                              },
                              "identifierName": "_min_x"
                            },
                            "name": "_min_x"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NumericLiteral",
                          "start": 1418,
                          "end": 1419,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 16
                            },
                            "end": {
                              "line": 59,
                              "column": 17
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1386,
                          "end": 1401,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 2
                            },
                            "end": {
                              "line": 58,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1424,
                          "end": 1439,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 2
                            },
                            "end": {
                              "line": 61,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1442,
                      "end": 1458,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 2
                        },
                        "end": {
                          "line": 62,
                          "column": 18
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1442,
                        "end": 1457,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 2
                          },
                          "end": {
                            "line": 62,
                            "column": 17
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1442,
                          "end": 1453,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 2
                            },
                            "end": {
                              "line": 62,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1442,
                            "end": 1446,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 2
                              },
                              "end": {
                                "line": 62,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1447,
                            "end": 1453,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 7
                              },
                              "end": {
                                "line": 62,
                                "column": 13
                              },
                              "identifierName": "_min_y"
                            },
                            "name": "_min_y"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NumericLiteral",
                          "start": 1456,
                          "end": 1457,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 16
                            },
                            "end": {
                              "line": 62,
                              "column": 17
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1424,
                          "end": 1439,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 2
                            },
                            "end": {
                              "line": 61,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1462,
                          "end": 1477,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 2
                            },
                            "end": {
                              "line": 64,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1480,
                      "end": 1496,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 2
                        },
                        "end": {
                          "line": 65,
                          "column": 18
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1480,
                        "end": 1495,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 2
                          },
                          "end": {
                            "line": 65,
                            "column": 17
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1480,
                          "end": 1491,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 2
                            },
                            "end": {
                              "line": 65,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1480,
                            "end": 1484,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 2
                              },
                              "end": {
                                "line": 65,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1485,
                            "end": 1491,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 7
                              },
                              "end": {
                                "line": 65,
                                "column": 13
                              },
                              "identifierName": "_max_x"
                            },
                            "name": "_max_x"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NumericLiteral",
                          "start": 1494,
                          "end": 1495,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 16
                            },
                            "end": {
                              "line": 65,
                              "column": 17
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1462,
                          "end": 1477,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 2
                            },
                            "end": {
                              "line": 64,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1500,
                          "end": 1515,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 2
                            },
                            "end": {
                              "line": 67,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1518,
                      "end": 1534,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 2
                        },
                        "end": {
                          "line": 68,
                          "column": 18
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1518,
                        "end": 1533,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 2
                          },
                          "end": {
                            "line": 68,
                            "column": 17
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1518,
                          "end": 1529,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 2
                            },
                            "end": {
                              "line": 68,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1518,
                            "end": 1522,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 2
                              },
                              "end": {
                                "line": 68,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1523,
                            "end": 1529,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 7
                              },
                              "end": {
                                "line": 68,
                                "column": 13
                              },
                              "identifierName": "_max_y"
                            },
                            "name": "_max_y"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NumericLiteral",
                          "start": 1532,
                          "end": 1533,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 16
                            },
                            "end": {
                              "line": 68,
                              "column": 17
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1500,
                          "end": 1515,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 2
                            },
                            "end": {
                              "line": 67,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1538,
                          "end": 1553,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 2
                            },
                            "end": {
                              "line": 70,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1556,
                      "end": 1576,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 2
                        },
                        "end": {
                          "line": 71,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1556,
                        "end": 1575,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 2
                          },
                          "end": {
                            "line": 71,
                            "column": 21
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1556,
                          "end": 1568,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 2
                            },
                            "end": {
                              "line": 71,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1556,
                            "end": 1560,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 2
                              },
                              "end": {
                                "line": 71,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1561,
                            "end": 1568,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 7
                              },
                              "end": {
                                "line": 71,
                                "column": 14
                              },
                              "identifierName": "_points"
                            },
                            "name": "_points"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NullLiteral",
                          "start": 1571,
                          "end": 1575,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 17
                            },
                            "end": {
                              "line": 71,
                              "column": 21
                            }
                          }
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1538,
                          "end": 1553,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 2
                            },
                            "end": {
                              "line": 70,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1580,
                          "end": 1595,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 2
                            },
                            "end": {
                              "line": 73,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1598,
                      "end": 1618,
                      "loc": {
                        "start": {
                          "line": 74,
                          "column": 2
                        },
                        "end": {
                          "line": 74,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1598,
                        "end": 1617,
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 2
                          },
                          "end": {
                            "line": 74,
                            "column": 21
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1598,
                          "end": 1610,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 2
                            },
                            "end": {
                              "line": 74,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1598,
                            "end": 1602,
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 2
                              },
                              "end": {
                                "line": 74,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1603,
                            "end": 1610,
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 7
                              },
                              "end": {
                                "line": 74,
                                "column": 14
                              },
                              "identifierName": "_coords"
                            },
                            "name": "_coords"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NullLiteral",
                          "start": 1613,
                          "end": 1617,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 17
                            },
                            "end": {
                              "line": 74,
                              "column": 21
                            }
                          }
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1580,
                          "end": 1595,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 2
                            },
                            "end": {
                              "line": 73,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1622,
                          "end": 1637,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 2
                            },
                            "end": {
                              "line": 76,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1640,
                      "end": 1659,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 2
                        },
                        "end": {
                          "line": 77,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1640,
                        "end": 1658,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 2
                          },
                          "end": {
                            "line": 77,
                            "column": 20
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1640,
                          "end": 1651,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 2
                            },
                            "end": {
                              "line": 77,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1640,
                            "end": 1644,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 2
                              },
                              "end": {
                                "line": 77,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1645,
                            "end": 1651,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 7
                              },
                              "end": {
                                "line": 77,
                                "column": 13
                              },
                              "identifierName": "_edges"
                            },
                            "name": "_edges"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NullLiteral",
                          "start": 1654,
                          "end": 1658,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 16
                            },
                            "end": {
                              "line": 77,
                              "column": 20
                            }
                          }
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1622,
                          "end": 1637,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 2
                            },
                            "end": {
                              "line": 76,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1663,
                          "end": 1678,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 2
                            },
                            "end": {
                              "line": 79,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1681,
                      "end": 1702,
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 2
                        },
                        "end": {
                          "line": 80,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1681,
                        "end": 1701,
                        "loc": {
                          "start": {
                            "line": 80,
                            "column": 2
                          },
                          "end": {
                            "line": 80,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1681,
                          "end": 1694,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 2
                            },
                            "end": {
                              "line": 80,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1681,
                            "end": 1685,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 2
                              },
                              "end": {
                                "line": 80,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1686,
                            "end": 1694,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 7
                              },
                              "end": {
                                "line": 80,
                                "column": 15
                              },
                              "identifierName": "_normals"
                            },
                            "name": "_normals"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NullLiteral",
                          "start": 1697,
                          "end": 1701,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 18
                            },
                            "end": {
                              "line": 80,
                              "column": 22
                            }
                          }
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1663,
                          "end": 1678,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 2
                            },
                            "end": {
                              "line": 79,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1706,
                          "end": 1721,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 2
                            },
                            "end": {
                              "line": 82,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1724,
                      "end": 1750,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 2
                        },
                        "end": {
                          "line": 83,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1724,
                        "end": 1749,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 2
                          },
                          "end": {
                            "line": 83,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1724,
                          "end": 1742,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 2
                            },
                            "end": {
                              "line": 83,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1724,
                            "end": 1728,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 2
                              },
                              "end": {
                                "line": 83,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1729,
                            "end": 1742,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 7
                              },
                              "end": {
                                "line": 83,
                                "column": 20
                              },
                              "identifierName": "_dirty_coords"
                            },
                            "name": "_dirty_coords"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 1745,
                          "end": 1749,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 23
                            },
                            "end": {
                              "line": 83,
                              "column": 27
                            }
                          },
                          "value": true
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1706,
                          "end": 1721,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 2
                            },
                            "end": {
                              "line": 82,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1754,
                          "end": 1769,
                          "loc": {
                            "start": {
                              "line": 85,
                              "column": 2
                            },
                            "end": {
                              "line": 85,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1772,
                      "end": 1799,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 2
                        },
                        "end": {
                          "line": 86,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1772,
                        "end": 1798,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 2
                          },
                          "end": {
                            "line": 86,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1772,
                          "end": 1791,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 2
                            },
                            "end": {
                              "line": 86,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1772,
                            "end": 1776,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 2
                              },
                              "end": {
                                "line": 86,
                                "column": 6
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1777,
                            "end": 1791,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 7
                              },
                              "end": {
                                "line": 86,
                                "column": 21
                              },
                              "identifierName": "_dirty_normals"
                            },
                            "name": "_dirty_normals"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 1794,
                          "end": 1798,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 24
                            },
                            "end": {
                              "line": 86,
                              "column": 28
                            }
                          },
                          "value": true
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @private ",
                          "start": 1754,
                          "end": 1769,
                          "loc": {
                            "start": {
                              "line": 85,
                              "column": 2
                            },
                            "end": {
                              "line": 85,
                              "column": 17
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1803,
                      "end": 1850,
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 2
                        },
                        "end": {
                          "line": 88,
                          "column": 49
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1803,
                        "end": 1849,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 2
                          },
                          "end": {
                            "line": 88,
                            "column": 48
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1803,
                          "end": 1835,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 2
                            },
                            "end": {
                              "line": 88,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1803,
                            "end": 1830,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 2
                              },
                              "end": {
                                "line": 88,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1803,
                              "end": 1820,
                              "loc": {
                                "start": {
                                  "line": 88,
                                  "column": 2
                                },
                                "end": {
                                  "line": 88,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1803,
                                "end": 1810,
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 2
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 9
                                  },
                                  "identifierName": "Polygon"
                                },
                                "name": "Polygon"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1811,
                                "end": 1820,
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 19
                                  },
                                  "identifierName": "prototype"
                                },
                                "name": "prototype"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1821,
                              "end": 1830,
                              "loc": {
                                "start": {
                                  "line": 88,
                                  "column": 20
                                },
                                "end": {
                                  "line": 88,
                                  "column": 29
                                },
                                "identifierName": "setPoints"
                              },
                              "name": "setPoints"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1831,
                            "end": 1835,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 30
                              },
                              "end": {
                                "line": 88,
                                "column": 34
                              },
                              "identifierName": "call"
                            },
                            "name": "call"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ThisExpression",
                            "start": 1836,
                            "end": 1840,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 35
                              },
                              "end": {
                                "line": 88,
                                "column": 39
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "start": 1842,
                            "end": 1848,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 41
                              },
                              "end": {
                                "line": 88,
                                "column": 47
                              },
                              "identifierName": "points"
                            },
                            "name": "points"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * @constructor\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 ",
                    "start": 134,
                    "end": 703,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 1
                      },
                      "end": {
                        "line": 17,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Draws the polygon to a CanvasRenderingContext2D's current path\n\t * @param {CanvasRenderingContext2D} context The context to add the shape to\n\t ",
                    "start": 1856,
                    "end": 2009,
                    "loc": {
                      "start": {
                        "line": 91,
                        "column": 1
                      },
                      "end": {
                        "line": 94,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2011,
                "end": 2657,
                "loc": {
                  "start": {
                    "line": 95,
                    "column": 1
                  },
                  "end": {
                    "line": 124,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2011,
                  "end": 2015,
                  "loc": {
                    "start": {
                      "line": 95,
                      "column": 1
                    },
                    "end": {
                      "line": 95,
                      "column": 5
                    },
                    "identifierName": "draw"
                  },
                  "name": "draw",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2016,
                    "end": 2023,
                    "loc": {
                      "start": {
                        "line": 95,
                        "column": 6
                      },
                      "end": {
                        "line": 95,
                        "column": 13
                      },
                      "identifierName": "context"
                    },
                    "name": "context"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2025,
                  "end": 2657,
                  "loc": {
                    "start": {
                      "line": 95,
                      "column": 15
                    },
                    "end": {
                      "line": 124,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2029,
                      "end": 2263,
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 2
                        },
                        "end": {
                          "line": 105,
                          "column": 3
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 2036,
                        "end": 2225,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 3
                          },
                          "end": {
                            "line": 102,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "LogicalExpression",
                          "start": 2036,
                          "end": 2188,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 3
                            },
                            "end": {
                              "line": 101,
                              "column": 33
                            }
                          },
                          "left": {
                            "type": "LogicalExpression",
                            "start": 2036,
                            "end": 2151,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 3
                              },
                              "end": {
                                "line": 100,
                                "column": 31
                              }
                            },
                            "left": {
                              "type": "LogicalExpression",
                              "start": 2036,
                              "end": 2116,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 3
                                },
                                "end": {
                                  "line": 99,
                                  "column": 27
                                }
                              },
                              "left": {
                                "type": "LogicalExpression",
                                "start": 2036,
                                "end": 2085,
                                "loc": {
                                  "start": {
                                    "line": 97,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 27
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 2036,
                                  "end": 2054,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2036,
                                    "end": 2040,
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 7
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2041,
                                    "end": 2054,
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 21
                                      },
                                      "identifierName": "_dirty_coords"
                                    },
                                    "name": "_dirty_coords"
                                  },
                                  "computed": false
                                },
                                "operator": "||",
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 2061,
                                  "end": 2085,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 27
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 2061,
                                    "end": 2067,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 9
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2061,
                                      "end": 2065,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 3
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 7
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2066,
                                      "end": 2067,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 9
                                        },
                                        "identifierName": "x"
                                      },
                                      "name": "x"
                                    },
                                    "computed": false
                                  },
                                  "operator": "!==",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 2078,
                                    "end": 2085,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2078,
                                      "end": 2082,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2083,
                                      "end": 2085,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 27
                                        },
                                        "identifierName": "_x"
                                      },
                                      "name": "_x"
                                    },
                                    "computed": false
                                  }
                                }
                              },
                              "operator": "||",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 2092,
                                "end": 2116,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 27
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 2092,
                                  "end": 2098,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 9
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2092,
                                    "end": 2096,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 7
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2097,
                                    "end": 2098,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 9
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                },
                                "operator": "!==",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 2109,
                                  "end": 2116,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2109,
                                    "end": 2113,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2114,
                                    "end": 2116,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 27
                                      },
                                      "identifierName": "_y"
                                    },
                                    "name": "_y"
                                  },
                                  "computed": false
                                }
                              }
                            },
                            "operator": "||",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 2123,
                              "end": 2151,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 3
                                },
                                "end": {
                                  "line": 100,
                                  "column": 31
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 2123,
                                "end": 2133,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 13
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2123,
                                  "end": 2127,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 7
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2128,
                                  "end": 2133,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 13
                                    },
                                    "identifierName": "angle"
                                  },
                                  "name": "angle"
                                },
                                "computed": false
                              },
                              "operator": "!==",
                              "right": {
                                "type": "MemberExpression",
                                "start": 2140,
                                "end": 2151,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2140,
                                  "end": 2144,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2145,
                                  "end": 2151,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 31
                                    },
                                    "identifierName": "_angle"
                                  },
                                  "name": "_angle"
                                },
                                "computed": false
                              }
                            }
                          },
                          "operator": "||",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 2158,
                            "end": 2188,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 3
                              },
                              "end": {
                                "line": 101,
                                "column": 33
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 2158,
                              "end": 2170,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 3
                                },
                                "end": {
                                  "line": 101,
                                  "column": 15
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2158,
                                "end": 2162,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 7
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2163,
                                "end": 2170,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 15
                                  },
                                  "identifierName": "scale_x"
                                },
                                "name": "scale_x"
                              },
                              "computed": false
                            },
                            "operator": "!==",
                            "right": {
                              "type": "MemberExpression",
                              "start": 2175,
                              "end": 2188,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 20
                                },
                                "end": {
                                  "line": 101,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2175,
                                "end": 2179,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 24
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2180,
                                "end": 2188,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 33
                                  },
                                  "identifierName": "_scale_x"
                                },
                                "name": "_scale_x"
                              },
                              "computed": false
                            }
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 2195,
                          "end": 2225,
                          "loc": {
                            "start": {
                              "line": 102,
                              "column": 3
                            },
                            "end": {
                              "line": 102,
                              "column": 33
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 2195,
                            "end": 2207,
                            "loc": {
                              "start": {
                                "line": 102,
                                "column": 3
                              },
                              "end": {
                                "line": 102,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2195,
                              "end": 2199,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 3
                                },
                                "end": {
                                  "line": 102,
                                  "column": 7
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2200,
                              "end": 2207,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 8
                                },
                                "end": {
                                  "line": 102,
                                  "column": 15
                                },
                                "identifierName": "scale_y"
                              },
                              "name": "scale_y"
                            },
                            "computed": false
                          },
                          "operator": "!==",
                          "right": {
                            "type": "MemberExpression",
                            "start": 2212,
                            "end": 2225,
                            "loc": {
                              "start": {
                                "line": 102,
                                "column": 20
                              },
                              "end": {
                                "line": 102,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2212,
                              "end": 2216,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 20
                                },
                                "end": {
                                  "line": 102,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2217,
                              "end": 2225,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 25
                                },
                                "end": {
                                  "line": 102,
                                  "column": 33
                                },
                                "identifierName": "_scale_y"
                              },
                              "name": "_scale_y"
                            },
                            "computed": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2230,
                        "end": 2263,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 4
                          },
                          "end": {
                            "line": 105,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2235,
                            "end": 2259,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 3
                              },
                              "end": {
                                "line": 104,
                                "column": 27
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2235,
                              "end": 2258,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 3
                                },
                                "end": {
                                  "line": 104,
                                  "column": 26
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2235,
                                "end": 2256,
                                "loc": {
                                  "start": {
                                    "line": 104,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 104,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2235,
                                  "end": 2239,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 7
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2240,
                                  "end": 2256,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 24
                                    },
                                    "identifierName": "_calculateCoords"
                                  },
                                  "name": "_calculateCoords"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2267,
                      "end": 2295,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 2
                        },
                        "end": {
                          "line": 107,
                          "column": 30
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2273,
                          "end": 2294,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 8
                            },
                            "end": {
                              "line": 107,
                              "column": 29
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2273,
                            "end": 2279,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 8
                              },
                              "end": {
                                "line": 107,
                                "column": 14
                              },
                              "identifierName": "coords"
                            },
                            "name": "coords"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 2282,
                            "end": 2294,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 17
                              },
                              "end": {
                                "line": 107,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2282,
                              "end": 2286,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 17
                                },
                                "end": {
                                  "line": 107,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2287,
                              "end": 2294,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 22
                                },
                                "end": {
                                  "line": 107,
                                  "column": 29
                                },
                                "identifierName": "_coords"
                              },
                              "name": "_coords"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 2299,
                      "end": 2654,
                      "loc": {
                        "start": {
                          "line": 109,
                          "column": 2
                        },
                        "end": {
                          "line": 123,
                          "column": 3
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2302,
                        "end": 2321,
                        "loc": {
                          "start": {
                            "line": 109,
                            "column": 5
                          },
                          "end": {
                            "line": 109,
                            "column": 24
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 2302,
                          "end": 2315,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 5
                            },
                            "end": {
                              "line": 109,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2302,
                            "end": 2308,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 5
                              },
                              "end": {
                                "line": 109,
                                "column": 11
                              },
                              "identifierName": "coords"
                            },
                            "name": "coords"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2309,
                            "end": 2315,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 12
                              },
                              "end": {
                                "line": 109,
                                "column": 18
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 2320,
                          "end": 2321,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 23
                            },
                            "end": {
                              "line": 109,
                              "column": 24
                            }
                          },
                          "extra": {
                            "rawValue": 2,
                            "raw": "2"
                          },
                          "value": 2
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2323,
                        "end": 2426,
                        "loc": {
                          "start": {
                            "line": 109,
                            "column": 26
                          },
                          "end": {
                            "line": 112,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2328,
                            "end": 2365,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 3
                              },
                              "end": {
                                "line": 110,
                                "column": 40
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2328,
                              "end": 2364,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 3
                                },
                                "end": {
                                  "line": 110,
                                  "column": 39
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2328,
                                "end": 2342,
                                "loc": {
                                  "start": {
                                    "line": 110,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 110,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2328,
                                  "end": 2335,
                                  "loc": {
                                    "start": {
                                      "line": 110,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 10
                                    },
                                    "identifierName": "context"
                                  },
                                  "name": "context"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2336,
                                  "end": 2342,
                                  "loc": {
                                    "start": {
                                      "line": 110,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 17
                                    },
                                    "identifierName": "moveTo"
                                  },
                                  "name": "moveTo"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 2343,
                                  "end": 2352,
                                  "loc": {
                                    "start": {
                                      "line": 110,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2343,
                                    "end": 2349,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 24
                                      },
                                      "identifierName": "coords"
                                    },
                                    "name": "coords"
                                  },
                                  "property": {
                                    "type": "NumericLiteral",
                                    "start": 2350,
                                    "end": 2351,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 26
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 2354,
                                  "end": 2363,
                                  "loc": {
                                    "start": {
                                      "line": 110,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2354,
                                    "end": 2360,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 35
                                      },
                                      "identifierName": "coords"
                                    },
                                    "name": "coords"
                                  },
                                  "property": {
                                    "type": "NumericLiteral",
                                    "start": 2361,
                                    "end": 2362,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 37
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  "computed": true
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 2369,
                            "end": 2422,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 3
                              },
                              "end": {
                                "line": 111,
                                "column": 56
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2369,
                              "end": 2421,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 3
                                },
                                "end": {
                                  "line": 111,
                                  "column": 55
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2369,
                                "end": 2380,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 14
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2369,
                                  "end": 2376,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 10
                                    },
                                    "identifierName": "context"
                                  },
                                  "name": "context"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2377,
                                  "end": 2380,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 14
                                    },
                                    "identifierName": "arc"
                                  },
                                  "name": "arc"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 2381,
                                  "end": 2390,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2381,
                                    "end": 2387,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 21
                                      },
                                      "identifierName": "coords"
                                    },
                                    "name": "coords"
                                  },
                                  "property": {
                                    "type": "NumericLiteral",
                                    "start": 2388,
                                    "end": 2389,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 23
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 2392,
                                  "end": 2401,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2392,
                                    "end": 2398,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 32
                                      },
                                      "identifierName": "coords"
                                    },
                                    "name": "coords"
                                  },
                                  "property": {
                                    "type": "NumericLiteral",
                                    "start": 2399,
                                    "end": 2400,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 34
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 2403,
                                  "end": 2404,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 38
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1,
                                    "raw": "1"
                                  },
                                  "value": 1
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 2406,
                                  "end": 2407,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 41
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                },
                                {
                                  "type": "BinaryExpression",
                                  "start": 2409,
                                  "end": 2420,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 54
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 2409,
                                    "end": 2416,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 50
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2409,
                                      "end": 2413,
                                      "loc": {
                                        "start": {
                                          "line": 111,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 111,
                                          "column": 47
                                        },
                                        "identifierName": "Math"
                                      },
                                      "name": "Math"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2414,
                                      "end": 2416,
                                      "loc": {
                                        "start": {
                                          "line": 111,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 111,
                                          "column": 50
                                        },
                                        "identifierName": "PI"
                                      },
                                      "name": "PI"
                                    },
                                    "computed": false
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 2419,
                                    "end": 2420,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 54
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 2,
                                      "raw": "2"
                                    },
                                    "value": 2
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 2434,
                        "end": 2654,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 7
                          },
                          "end": {
                            "line": 123,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2439,
                            "end": 2476,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 3
                              },
                              "end": {
                                "line": 114,
                                "column": 40
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2439,
                              "end": 2475,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 3
                                },
                                "end": {
                                  "line": 114,
                                  "column": 39
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2439,
                                "end": 2453,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2439,
                                  "end": 2446,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 10
                                    },
                                    "identifierName": "context"
                                  },
                                  "name": "context"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2447,
                                  "end": 2453,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 17
                                    },
                                    "identifierName": "moveTo"
                                  },
                                  "name": "moveTo"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 2454,
                                  "end": 2463,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2454,
                                    "end": 2460,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 24
                                      },
                                      "identifierName": "coords"
                                    },
                                    "name": "coords"
                                  },
                                  "property": {
                                    "type": "NumericLiteral",
                                    "start": 2461,
                                    "end": 2462,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 26
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  },
                                  "computed": true
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 2465,
                                  "end": 2474,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2465,
                                    "end": 2471,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 35
                                      },
                                      "identifierName": "coords"
                                    },
                                    "name": "coords"
                                  },
                                  "property": {
                                    "type": "NumericLiteral",
                                    "start": 2472,
                                    "end": 2473,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 37
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  "computed": true
                                }
                              ]
                            }
                          },
                          {
                            "type": "ForStatement",
                            "start": 2481,
                            "end": 2575,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 3
                              },
                              "end": {
                                "line": 118,
                                "column": 4
                              }
                            },
                            "init": {
                              "type": "VariableDeclaration",
                              "start": 2485,
                              "end": 2494,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 7
                                },
                                "end": {
                                  "line": 116,
                                  "column": 16
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 2489,
                                  "end": 2494,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 16
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 2489,
                                    "end": 2490,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 12
                                      },
                                      "identifierName": "i"
                                    },
                                    "name": "i"
                                  },
                                  "init": {
                                    "type": "NumericLiteral",
                                    "start": 2493,
                                    "end": 2494,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 16
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 2,
                                      "raw": "2"
                                    },
                                    "value": 2
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 2496,
                              "end": 2513,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 18
                                },
                                "end": {
                                  "line": 116,
                                  "column": 35
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 2496,
                                "end": 2497,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 19
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "operator": "<",
                              "right": {
                                "type": "MemberExpression",
                                "start": 2500,
                                "end": 2513,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2500,
                                  "end": 2506,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 28
                                    },
                                    "identifierName": "coords"
                                  },
                                  "name": "coords"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2507,
                                  "end": 2513,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 35
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              }
                            },
                            "update": {
                              "type": "AssignmentExpression",
                              "start": 2515,
                              "end": 2521,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 37
                                },
                                "end": {
                                  "line": 116,
                                  "column": 43
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 2515,
                                "end": 2516,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 38
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "right": {
                                "type": "NumericLiteral",
                                "start": 2520,
                                "end": 2521,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 43
                                  }
                                },
                                "extra": {
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "value": 2
                              }
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 2523,
                              "end": 2575,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 45
                                },
                                "end": {
                                  "line": 118,
                                  "column": 4
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2529,
                                  "end": 2570,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2529,
                                    "end": 2569,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 44
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2529,
                                      "end": 2543,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2529,
                                        "end": 2536,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 11
                                          },
                                          "identifierName": "context"
                                        },
                                        "name": "context"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2537,
                                        "end": 2543,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 18
                                          },
                                          "identifierName": "lineTo"
                                        },
                                        "name": "lineTo"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 2544,
                                        "end": 2553,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2544,
                                          "end": 2550,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 25
                                            },
                                            "identifierName": "coords"
                                          },
                                          "name": "coords"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2551,
                                          "end": 2552,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 27
                                            },
                                            "identifierName": "i"
                                          },
                                          "name": "i"
                                        },
                                        "computed": true
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 2555,
                                        "end": 2568,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2555,
                                          "end": 2561,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 36
                                            },
                                            "identifierName": "coords"
                                          },
                                          "name": "coords"
                                        },
                                        "property": {
                                          "type": "BinaryExpression",
                                          "start": 2562,
                                          "end": 2567,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 42
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 2562,
                                            "end": 2563,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 38
                                              },
                                              "identifierName": "i"
                                            },
                                            "name": "i"
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 2566,
                                            "end": 2567,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 42
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            "value": 1
                                          }
                                        },
                                        "computed": true
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 2580,
                            "end": 2650,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 3
                              },
                              "end": {
                                "line": 122,
                                "column": 4
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 2583,
                              "end": 2600,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 6
                                },
                                "end": {
                                  "line": 120,
                                  "column": 23
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 2583,
                                "end": 2596,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 19
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2583,
                                  "end": 2589,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 12
                                    },
                                    "identifierName": "coords"
                                  },
                                  "name": "coords"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2590,
                                  "end": 2596,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 19
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": ">",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 2599,
                                "end": 2600,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 23
                                  }
                                },
                                "extra": {
                                  "rawValue": 4,
                                  "raw": "4"
                                },
                                "value": 4
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 2602,
                              "end": 2650,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 25
                                },
                                "end": {
                                  "line": 122,
                                  "column": 4
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2608,
                                  "end": 2645,
                                  "loc": {
                                    "start": {
                                      "line": 121,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 121,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2608,
                                    "end": 2644,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2608,
                                      "end": 2622,
                                      "loc": {
                                        "start": {
                                          "line": 121,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2608,
                                        "end": 2615,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 11
                                          },
                                          "identifierName": "context"
                                        },
                                        "name": "context"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2616,
                                        "end": 2622,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 18
                                          },
                                          "identifierName": "lineTo"
                                        },
                                        "name": "lineTo"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 2623,
                                        "end": 2632,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2623,
                                          "end": 2629,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 25
                                            },
                                            "identifierName": "coords"
                                          },
                                          "name": "coords"
                                        },
                                        "property": {
                                          "type": "NumericLiteral",
                                          "start": 2630,
                                          "end": 2631,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 27
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        },
                                        "computed": true
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 2634,
                                        "end": 2643,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 39
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2634,
                                          "end": 2640,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 36
                                            },
                                            "identifierName": "coords"
                                          },
                                          "name": "coords"
                                        },
                                        "property": {
                                          "type": "NumericLiteral",
                                          "start": 2641,
                                          "end": 2642,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 38
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          "value": 1
                                        },
                                        "computed": true
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Draws the polygon to a CanvasRenderingContext2D's current path\n\t * @param {CanvasRenderingContext2D} context The context to add the shape to\n\t ",
                    "start": 1856,
                    "end": 2009,
                    "loc": {
                      "start": {
                        "line": 91,
                        "column": 1
                      },
                      "end": {
                        "line": 94,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Sets the points making up the polygon. It's important to use this function when changing the polygon's shape to ensure internal data is also updated.\n\t * @param {Array<Number[]>} new_points An array of coordinate pairs making up the polygon - [[x1, y1], [x2, y2], ...]\n\t ",
                    "start": 2660,
                    "end": 2941,
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 1
                      },
                      "end": {
                        "line": 129,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2943,
                "end": 3426,
                "loc": {
                  "start": {
                    "line": 130,
                    "column": 1
                  },
                  "end": {
                    "line": 148,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2943,
                  "end": 2952,
                  "loc": {
                    "start": {
                      "line": 130,
                      "column": 1
                    },
                    "end": {
                      "line": 130,
                      "column": 10
                    },
                    "identifierName": "setPoints"
                  },
                  "name": "setPoints",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2953,
                    "end": 2963,
                    "loc": {
                      "start": {
                        "line": 130,
                        "column": 11
                      },
                      "end": {
                        "line": 130,
                        "column": 21
                      },
                      "identifierName": "new_points"
                    },
                    "name": "new_points"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2965,
                  "end": 3426,
                  "loc": {
                    "start": {
                      "line": 130,
                      "column": 23
                    },
                    "end": {
                      "line": 148,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2969,
                      "end": 3001,
                      "loc": {
                        "start": {
                          "line": 131,
                          "column": 2
                        },
                        "end": {
                          "line": 131,
                          "column": 34
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2975,
                          "end": 3000,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 8
                            },
                            "end": {
                              "line": 131,
                              "column": 33
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2975,
                            "end": 2980,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 8
                              },
                              "end": {
                                "line": 131,
                                "column": 13
                              },
                              "identifierName": "count"
                            },
                            "name": "count"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 2983,
                            "end": 3000,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 16
                              },
                              "end": {
                                "line": 131,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2983,
                              "end": 2993,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 16
                                },
                                "end": {
                                  "line": 131,
                                  "column": 26
                                },
                                "identifierName": "new_points"
                              },
                              "name": "new_points"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2994,
                              "end": 3000,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 27
                                },
                                "end": {
                                  "line": 131,
                                  "column": 33
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3005,
                      "end": 3049,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 2
                        },
                        "end": {
                          "line": 133,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3005,
                        "end": 3048,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 2
                          },
                          "end": {
                            "line": 133,
                            "column": 45
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3005,
                          "end": 3017,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 2
                            },
                            "end": {
                              "line": 133,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3005,
                            "end": 3009,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 2
                              },
                              "end": {
                                "line": 133,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3010,
                            "end": 3017,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 7
                              },
                              "end": {
                                "line": 133,
                                "column": 14
                              },
                              "identifierName": "_points"
                            },
                            "name": "_points"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 3021,
                          "end": 3048,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 18
                            },
                            "end": {
                              "line": 133,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 3025,
                            "end": 3037,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 22
                              },
                              "end": {
                                "line": 133,
                                "column": 34
                              },
                              "identifierName": "Float64Array"
                            },
                            "name": "Float64Array"
                          },
                          "arguments": [
                            {
                              "type": "BinaryExpression",
                              "start": 3038,
                              "end": 3047,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 35
                                },
                                "end": {
                                  "line": 133,
                                  "column": 44
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 3038,
                                "end": 3043,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 40
                                  },
                                  "identifierName": "count"
                                },
                                "name": "count"
                              },
                              "operator": "*",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 3046,
                                "end": 3047,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 44
                                  }
                                },
                                "extra": {
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "value": 2
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3052,
                      "end": 3096,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 2
                        },
                        "end": {
                          "line": 134,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3052,
                        "end": 3095,
                        "loc": {
                          "start": {
                            "line": 134,
                            "column": 2
                          },
                          "end": {
                            "line": 134,
                            "column": 45
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3052,
                          "end": 3064,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 2
                            },
                            "end": {
                              "line": 134,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3052,
                            "end": 3056,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 2
                              },
                              "end": {
                                "line": 134,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3057,
                            "end": 3064,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 7
                              },
                              "end": {
                                "line": 134,
                                "column": 14
                              },
                              "identifierName": "_coords"
                            },
                            "name": "_coords"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 3068,
                          "end": 3095,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 18
                            },
                            "end": {
                              "line": 134,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 3072,
                            "end": 3084,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 22
                              },
                              "end": {
                                "line": 134,
                                "column": 34
                              },
                              "identifierName": "Float64Array"
                            },
                            "name": "Float64Array"
                          },
                          "arguments": [
                            {
                              "type": "BinaryExpression",
                              "start": 3085,
                              "end": 3094,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 35
                                },
                                "end": {
                                  "line": 134,
                                  "column": 44
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 3085,
                                "end": 3090,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 40
                                  },
                                  "identifierName": "count"
                                },
                                "name": "count"
                              },
                              "operator": "*",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 3093,
                                "end": 3094,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 44
                                  }
                                },
                                "extra": {
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "value": 2
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3099,
                      "end": 3143,
                      "loc": {
                        "start": {
                          "line": 135,
                          "column": 2
                        },
                        "end": {
                          "line": 135,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3099,
                        "end": 3142,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 2
                          },
                          "end": {
                            "line": 135,
                            "column": 45
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3099,
                          "end": 3110,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 2
                            },
                            "end": {
                              "line": 135,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3099,
                            "end": 3103,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 2
                              },
                              "end": {
                                "line": 135,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3104,
                            "end": 3110,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 7
                              },
                              "end": {
                                "line": 135,
                                "column": 13
                              },
                              "identifierName": "_edges"
                            },
                            "name": "_edges"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 3115,
                          "end": 3142,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 18
                            },
                            "end": {
                              "line": 135,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 3119,
                            "end": 3131,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 22
                              },
                              "end": {
                                "line": 135,
                                "column": 34
                              },
                              "identifierName": "Float64Array"
                            },
                            "name": "Float64Array"
                          },
                          "arguments": [
                            {
                              "type": "BinaryExpression",
                              "start": 3132,
                              "end": 3141,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 35
                                },
                                "end": {
                                  "line": 135,
                                  "column": 44
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 3132,
                                "end": 3137,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 40
                                  },
                                  "identifierName": "count"
                                },
                                "name": "count"
                              },
                              "operator": "*",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 3140,
                                "end": 3141,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 44
                                  }
                                },
                                "extra": {
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "value": 2
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3146,
                      "end": 3190,
                      "loc": {
                        "start": {
                          "line": 136,
                          "column": 2
                        },
                        "end": {
                          "line": 136,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3146,
                        "end": 3189,
                        "loc": {
                          "start": {
                            "line": 136,
                            "column": 2
                          },
                          "end": {
                            "line": 136,
                            "column": 45
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3146,
                          "end": 3159,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 2
                            },
                            "end": {
                              "line": 136,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3146,
                            "end": 3150,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 2
                              },
                              "end": {
                                "line": 136,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3151,
                            "end": 3159,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 7
                              },
                              "end": {
                                "line": 136,
                                "column": 15
                              },
                              "identifierName": "_normals"
                            },
                            "name": "_normals"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 3162,
                          "end": 3189,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 18
                            },
                            "end": {
                              "line": 136,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 3166,
                            "end": 3178,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 22
                              },
                              "end": {
                                "line": 136,
                                "column": 34
                              },
                              "identifierName": "Float64Array"
                            },
                            "name": "Float64Array"
                          },
                          "arguments": [
                            {
                              "type": "BinaryExpression",
                              "start": 3179,
                              "end": 3188,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 35
                                },
                                "end": {
                                  "line": 136,
                                  "column": 44
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 3179,
                                "end": 3184,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 40
                                  },
                                  "identifierName": "count"
                                },
                                "name": "count"
                              },
                              "operator": "*",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 3187,
                                "end": 3188,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 44
                                  }
                                },
                                "extra": {
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "value": 2
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3194,
                      "end": 3222,
                      "loc": {
                        "start": {
                          "line": 138,
                          "column": 2
                        },
                        "end": {
                          "line": 138,
                          "column": 30
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3200,
                          "end": 3221,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 8
                            },
                            "end": {
                              "line": 138,
                              "column": 29
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3200,
                            "end": 3206,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 8
                              },
                              "end": {
                                "line": 138,
                                "column": 14
                              },
                              "identifierName": "points"
                            },
                            "name": "points"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3209,
                            "end": 3221,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 17
                              },
                              "end": {
                                "line": 138,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3209,
                              "end": 3213,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 17
                                },
                                "end": {
                                  "line": 138,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3214,
                              "end": 3221,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 22
                                },
                                "end": {
                                  "line": 138,
                                  "column": 29
                                },
                                "identifierName": "_points"
                              },
                              "name": "_points"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ForStatement",
                      "start": 3226,
                      "end": 3393,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 2
                        },
                        "end": {
                          "line": 145,
                          "column": 3
                        }
                      },
                      "init": {
                        "type": "VariableDeclaration",
                        "start": 3230,
                        "end": 3255,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 6
                          },
                          "end": {
                            "line": 140,
                            "column": 31
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3234,
                            "end": 3239,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 10
                              },
                              "end": {
                                "line": 140,
                                "column": 15
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3234,
                              "end": 3235,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 10
                                },
                                "end": {
                                  "line": 140,
                                  "column": 11
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 3238,
                              "end": 3239,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 14
                                },
                                "end": {
                                  "line": 140,
                                  "column": 15
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 3241,
                            "end": 3247,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 17
                              },
                              "end": {
                                "line": 140,
                                "column": 23
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3241,
                              "end": 3243,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 17
                                },
                                "end": {
                                  "line": 140,
                                  "column": 19
                                },
                                "identifierName": "ix"
                              },
                              "name": "ix"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 3246,
                              "end": 3247,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 22
                                },
                                "end": {
                                  "line": 140,
                                  "column": 23
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 3249,
                            "end": 3255,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 25
                              },
                              "end": {
                                "line": 140,
                                "column": 31
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3249,
                              "end": 3251,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 25
                                },
                                "end": {
                                  "line": 140,
                                  "column": 27
                                },
                                "identifierName": "iy"
                              },
                              "name": "iy"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 3254,
                              "end": 3255,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 30
                                },
                                "end": {
                                  "line": 140,
                                  "column": 31
                                }
                              },
                              "extra": {
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "value": 1
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3257,
                        "end": 3266,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 33
                          },
                          "end": {
                            "line": 140,
                            "column": 42
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3257,
                          "end": 3258,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 33
                            },
                            "end": {
                              "line": 140,
                              "column": 34
                            },
                            "identifierName": "i"
                          },
                          "name": "i"
                        },
                        "operator": "<",
                        "right": {
                          "type": "Identifier",
                          "start": 3261,
                          "end": 3266,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 37
                            },
                            "end": {
                              "line": 140,
                              "column": 42
                            },
                            "identifierName": "count"
                          },
                          "name": "count"
                        }
                      },
                      "update": {
                        "type": "SequenceExpression",
                        "start": 3268,
                        "end": 3289,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 44
                          },
                          "end": {
                            "line": 140,
                            "column": 65
                          }
                        },
                        "expressions": [
                          {
                            "type": "UpdateExpression",
                            "start": 3268,
                            "end": 3271,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 44
                              },
                              "end": {
                                "line": 140,
                                "column": 47
                              }
                            },
                            "operator": "++",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 3270,
                              "end": 3271,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 46
                                },
                                "end": {
                                  "line": 140,
                                  "column": 47
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          {
                            "type": "AssignmentExpression",
                            "start": 3273,
                            "end": 3280,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 49
                              },
                              "end": {
                                "line": 140,
                                "column": 56
                              }
                            },
                            "operator": "+=",
                            "left": {
                              "type": "Identifier",
                              "start": 3273,
                              "end": 3275,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 49
                                },
                                "end": {
                                  "line": 140,
                                  "column": 51
                                },
                                "identifierName": "ix"
                              },
                              "name": "ix"
                            },
                            "right": {
                              "type": "NumericLiteral",
                              "start": 3279,
                              "end": 3280,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 55
                                },
                                "end": {
                                  "line": 140,
                                  "column": 56
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          },
                          {
                            "type": "AssignmentExpression",
                            "start": 3282,
                            "end": 3289,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 58
                              },
                              "end": {
                                "line": 140,
                                "column": 65
                              }
                            },
                            "operator": "+=",
                            "left": {
                              "type": "Identifier",
                              "start": 3282,
                              "end": 3284,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 58
                                },
                                "end": {
                                  "line": 140,
                                  "column": 60
                                },
                                "identifierName": "iy"
                              },
                              "name": "iy"
                            },
                            "right": {
                              "type": "NumericLiteral",
                              "start": 3288,
                              "end": 3289,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 64
                                },
                                "end": {
                                  "line": 140,
                                  "column": 65
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          }
                        ]
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 3291,
                        "end": 3393,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 67
                          },
                          "end": {
                            "line": 145,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 3296,
                            "end": 3328,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 3
                              },
                              "end": {
                                "line": 141,
                                "column": 35
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 3302,
                                "end": 3327,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 34
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 3302,
                                  "end": 3311,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 18
                                    },
                                    "identifierName": "new_point"
                                  },
                                  "name": "new_point"
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 3314,
                                  "end": 3327,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3314,
                                    "end": 3324,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 31
                                      },
                                      "identifierName": "new_points"
                                    },
                                    "name": "new_points"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3325,
                                    "end": 3326,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 33
                                      },
                                      "identifierName": "i"
                                    },
                                    "name": "i"
                                  },
                                  "computed": true
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3333,
                            "end": 3359,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 3
                              },
                              "end": {
                                "line": 143,
                                "column": 29
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3333,
                              "end": 3358,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 3
                                },
                                "end": {
                                  "line": 143,
                                  "column": 28
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3333,
                                "end": 3343,
                                "loc": {
                                  "start": {
                                    "line": 143,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 143,
                                    "column": 13
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3333,
                                  "end": 3339,
                                  "loc": {
                                    "start": {
                                      "line": 143,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 143,
                                      "column": 9
                                    },
                                    "identifierName": "points"
                                  },
                                  "name": "points"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3340,
                                  "end": 3342,
                                  "loc": {
                                    "start": {
                                      "line": 143,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 143,
                                      "column": 12
                                    },
                                    "identifierName": "ix"
                                  },
                                  "name": "ix"
                                },
                                "computed": true
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 3346,
                                "end": 3358,
                                "loc": {
                                  "start": {
                                    "line": 143,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 143,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3346,
                                  "end": 3355,
                                  "loc": {
                                    "start": {
                                      "line": 143,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 143,
                                      "column": 25
                                    },
                                    "identifierName": "new_point"
                                  },
                                  "name": "new_point"
                                },
                                "property": {
                                  "type": "NumericLiteral",
                                  "start": 3356,
                                  "end": 3357,
                                  "loc": {
                                    "start": {
                                      "line": 143,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 143,
                                      "column": 27
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                },
                                "computed": true
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3363,
                            "end": 3389,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 3
                              },
                              "end": {
                                "line": 144,
                                "column": 29
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3363,
                              "end": 3388,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 3
                                },
                                "end": {
                                  "line": 144,
                                  "column": 28
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3363,
                                "end": 3373,
                                "loc": {
                                  "start": {
                                    "line": 144,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 144,
                                    "column": 13
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3363,
                                  "end": 3369,
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 9
                                    },
                                    "identifierName": "points"
                                  },
                                  "name": "points"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3370,
                                  "end": 3372,
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 12
                                    },
                                    "identifierName": "iy"
                                  },
                                  "name": "iy"
                                },
                                "computed": true
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 3376,
                                "end": 3388,
                                "loc": {
                                  "start": {
                                    "line": 144,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 144,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3376,
                                  "end": 3385,
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 25
                                    },
                                    "identifierName": "new_point"
                                  },
                                  "name": "new_point"
                                },
                                "property": {
                                  "type": "NumericLiteral",
                                  "start": 3386,
                                  "end": 3387,
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 27
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1,
                                    "raw": "1"
                                  },
                                  "value": 1
                                },
                                "computed": true
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3397,
                      "end": 3423,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 2
                        },
                        "end": {
                          "line": 147,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3397,
                        "end": 3422,
                        "loc": {
                          "start": {
                            "line": 147,
                            "column": 2
                          },
                          "end": {
                            "line": 147,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3397,
                          "end": 3415,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 2
                            },
                            "end": {
                              "line": 147,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3397,
                            "end": 3401,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 2
                              },
                              "end": {
                                "line": 147,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3402,
                            "end": 3415,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 7
                              },
                              "end": {
                                "line": 147,
                                "column": 20
                              },
                              "identifierName": "_dirty_coords"
                            },
                            "name": "_dirty_coords"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 3418,
                          "end": 3422,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 23
                            },
                            "end": {
                              "line": 147,
                              "column": 27
                            }
                          },
                          "value": true
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Sets the points making up the polygon. It's important to use this function when changing the polygon's shape to ensure internal data is also updated.\n\t * @param {Array<Number[]>} new_points An array of coordinate pairs making up the polygon - [[x1, y1], [x2, y2], ...]\n\t ",
                    "start": 2660,
                    "end": 2941,
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 1
                      },
                      "end": {
                        "line": 129,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Calculates and caches the polygon's world coordinates based on its points, angle, and scale\n\t ",
                    "start": 3429,
                    "end": 3533,
                    "loc": {
                      "start": {
                        "line": 150,
                        "column": 1
                      },
                      "end": {
                        "line": 152,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3535,
                "end": 4970,
                "loc": {
                  "start": {
                    "line": 153,
                    "column": 1
                  },
                  "end": {
                    "line": 220,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3535,
                  "end": 3551,
                  "loc": {
                    "start": {
                      "line": 153,
                      "column": 1
                    },
                    "end": {
                      "line": 153,
                      "column": 17
                    },
                    "identifierName": "_calculateCoords"
                  },
                  "name": "_calculateCoords",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3554,
                  "end": 4970,
                  "loc": {
                    "start": {
                      "line": 153,
                      "column": 20
                    },
                    "end": {
                      "line": 220,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 3558,
                      "end": 3581,
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 2
                        },
                        "end": {
                          "line": 154,
                          "column": 25
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3564,
                          "end": 3580,
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 8
                            },
                            "end": {
                              "line": 154,
                              "column": 24
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3564,
                            "end": 3565,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 8
                              },
                              "end": {
                                "line": 154,
                                "column": 9
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3574,
                            "end": 3580,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 18
                              },
                              "end": {
                                "line": 154,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3574,
                              "end": 3578,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 18
                                },
                                "end": {
                                  "line": 154,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3579,
                              "end": 3580,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 23
                                },
                                "end": {
                                  "line": 154,
                                  "column": 24
                                },
                                "identifierName": "x"
                              },
                              "name": "x"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3584,
                      "end": 3607,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 2
                        },
                        "end": {
                          "line": 155,
                          "column": 25
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3590,
                          "end": 3606,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 8
                            },
                            "end": {
                              "line": 155,
                              "column": 24
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3590,
                            "end": 3591,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 8
                              },
                              "end": {
                                "line": 155,
                                "column": 9
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3600,
                            "end": 3606,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 18
                              },
                              "end": {
                                "line": 155,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3600,
                              "end": 3604,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 18
                                },
                                "end": {
                                  "line": 155,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3605,
                              "end": 3606,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 23
                                },
                                "end": {
                                  "line": 155,
                                  "column": 24
                                },
                                "identifierName": "y"
                              },
                              "name": "y"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3610,
                      "end": 3637,
                      "loc": {
                        "start": {
                          "line": 156,
                          "column": 2
                        },
                        "end": {
                          "line": 156,
                          "column": 29
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3616,
                          "end": 3636,
                          "loc": {
                            "start": {
                              "line": 156,
                              "column": 8
                            },
                            "end": {
                              "line": 156,
                              "column": 28
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3616,
                            "end": 3621,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 8
                              },
                              "end": {
                                "line": 156,
                                "column": 13
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3626,
                            "end": 3636,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 18
                              },
                              "end": {
                                "line": 156,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3626,
                              "end": 3630,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 18
                                },
                                "end": {
                                  "line": 156,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3631,
                              "end": 3636,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 23
                                },
                                "end": {
                                  "line": 156,
                                  "column": 28
                                },
                                "identifierName": "angle"
                              },
                              "name": "angle"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3640,
                      "end": 3669,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 2
                        },
                        "end": {
                          "line": 157,
                          "column": 31
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3646,
                          "end": 3668,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 8
                            },
                            "end": {
                              "line": 157,
                              "column": 30
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3646,
                            "end": 3653,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 8
                              },
                              "end": {
                                "line": 157,
                                "column": 15
                              },
                              "identifierName": "scale_x"
                            },
                            "name": "scale_x"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3656,
                            "end": 3668,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 18
                              },
                              "end": {
                                "line": 157,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3656,
                              "end": 3660,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 18
                                },
                                "end": {
                                  "line": 157,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3661,
                              "end": 3668,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 23
                                },
                                "end": {
                                  "line": 157,
                                  "column": 30
                                },
                                "identifierName": "scale_x"
                              },
                              "name": "scale_x"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3672,
                      "end": 3701,
                      "loc": {
                        "start": {
                          "line": 158,
                          "column": 2
                        },
                        "end": {
                          "line": 158,
                          "column": 31
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3678,
                          "end": 3700,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 8
                            },
                            "end": {
                              "line": 158,
                              "column": 30
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3678,
                            "end": 3685,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 8
                              },
                              "end": {
                                "line": 158,
                                "column": 15
                              },
                              "identifierName": "scale_y"
                            },
                            "name": "scale_y"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3688,
                            "end": 3700,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 18
                              },
                              "end": {
                                "line": 158,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3688,
                              "end": 3692,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 18
                                },
                                "end": {
                                  "line": 158,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3693,
                              "end": 3700,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 23
                                },
                                "end": {
                                  "line": 158,
                                  "column": 30
                                },
                                "identifierName": "scale_y"
                              },
                              "name": "scale_y"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3704,
                      "end": 3733,
                      "loc": {
                        "start": {
                          "line": 159,
                          "column": 2
                        },
                        "end": {
                          "line": 159,
                          "column": 31
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3710,
                          "end": 3732,
                          "loc": {
                            "start": {
                              "line": 159,
                              "column": 8
                            },
                            "end": {
                              "line": 159,
                              "column": 30
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3710,
                            "end": 3716,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 8
                              },
                              "end": {
                                "line": 159,
                                "column": 14
                              },
                              "identifierName": "points"
                            },
                            "name": "points"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3720,
                            "end": 3732,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 18
                              },
                              "end": {
                                "line": 159,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3720,
                              "end": 3724,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 18
                                },
                                "end": {
                                  "line": 159,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3725,
                              "end": 3732,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 23
                                },
                                "end": {
                                  "line": 159,
                                  "column": 30
                                },
                                "identifierName": "_points"
                              },
                              "name": "_points"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3736,
                      "end": 3765,
                      "loc": {
                        "start": {
                          "line": 160,
                          "column": 2
                        },
                        "end": {
                          "line": 160,
                          "column": 31
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3742,
                          "end": 3764,
                          "loc": {
                            "start": {
                              "line": 160,
                              "column": 8
                            },
                            "end": {
                              "line": 160,
                              "column": 30
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3742,
                            "end": 3748,
                            "loc": {
                              "start": {
                                "line": 160,
                                "column": 8
                              },
                              "end": {
                                "line": 160,
                                "column": 14
                              },
                              "identifierName": "coords"
                            },
                            "name": "coords"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3752,
                            "end": 3764,
                            "loc": {
                              "start": {
                                "line": 160,
                                "column": 18
                              },
                              "end": {
                                "line": 160,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3752,
                              "end": 3756,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 18
                                },
                                "end": {
                                  "line": 160,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3757,
                              "end": 3764,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 23
                                },
                                "end": {
                                  "line": 160,
                                  "column": 30
                                },
                                "identifierName": "_coords"
                              },
                              "name": "_coords"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3768,
                      "end": 3798,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 2
                        },
                        "end": {
                          "line": 161,
                          "column": 32
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3774,
                          "end": 3797,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 8
                            },
                            "end": {
                              "line": 161,
                              "column": 31
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3774,
                            "end": 3779,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 8
                              },
                              "end": {
                                "line": 161,
                                "column": 13
                              },
                              "identifierName": "count"
                            },
                            "name": "count"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3784,
                            "end": 3797,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 18
                              },
                              "end": {
                                "line": 161,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3784,
                              "end": 3790,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 18
                                },
                                "end": {
                                  "line": 161,
                                  "column": 24
                                },
                                "identifierName": "points"
                              },
                              "name": "points"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3791,
                              "end": 3797,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 25
                                },
                                "end": {
                                  "line": 161,
                                  "column": 31
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3802,
                      "end": 3812,
                      "loc": {
                        "start": {
                          "line": 163,
                          "column": 2
                        },
                        "end": {
                          "line": 163,
                          "column": 12
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3806,
                          "end": 3811,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 6
                            },
                            "end": {
                              "line": 163,
                              "column": 11
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3806,
                            "end": 3811,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 6
                              },
                              "end": {
                                "line": 163,
                                "column": 11
                              },
                              "identifierName": "min_x"
                            },
                            "name": "min_x"
                          },
                          "init": null
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3815,
                      "end": 3825,
                      "loc": {
                        "start": {
                          "line": 164,
                          "column": 2
                        },
                        "end": {
                          "line": 164,
                          "column": 12
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3819,
                          "end": 3824,
                          "loc": {
                            "start": {
                              "line": 164,
                              "column": 6
                            },
                            "end": {
                              "line": 164,
                              "column": 11
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3819,
                            "end": 3824,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 6
                              },
                              "end": {
                                "line": 164,
                                "column": 11
                              },
                              "identifierName": "max_x"
                            },
                            "name": "max_x"
                          },
                          "init": null
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3828,
                      "end": 3838,
                      "loc": {
                        "start": {
                          "line": 165,
                          "column": 2
                        },
                        "end": {
                          "line": 165,
                          "column": 12
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3832,
                          "end": 3837,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 6
                            },
                            "end": {
                              "line": 165,
                              "column": 11
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3832,
                            "end": 3837,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 6
                              },
                              "end": {
                                "line": 165,
                                "column": 11
                              },
                              "identifierName": "min_y"
                            },
                            "name": "min_y"
                          },
                          "init": null
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3841,
                      "end": 3851,
                      "loc": {
                        "start": {
                          "line": 166,
                          "column": 2
                        },
                        "end": {
                          "line": 166,
                          "column": 12
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3845,
                          "end": 3850,
                          "loc": {
                            "start": {
                              "line": 166,
                              "column": 6
                            },
                            "end": {
                              "line": 166,
                              "column": 11
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3845,
                            "end": 3850,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 6
                              },
                              "end": {
                                "line": 166,
                                "column": 11
                              },
                              "identifierName": "max_y"
                            },
                            "name": "max_y"
                          },
                          "init": null
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ForStatement",
                      "start": 3855,
                      "end": 4630,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 2
                        },
                        "end": {
                          "line": 207,
                          "column": 3
                        }
                      },
                      "init": {
                        "type": "VariableDeclaration",
                        "start": 3859,
                        "end": 3877,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 6
                          },
                          "end": {
                            "line": 168,
                            "column": 24
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3863,
                            "end": 3869,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 10
                              },
                              "end": {
                                "line": 168,
                                "column": 16
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3863,
                              "end": 3865,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 10
                                },
                                "end": {
                                  "line": 168,
                                  "column": 12
                                },
                                "identifierName": "ix"
                              },
                              "name": "ix"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 3868,
                              "end": 3869,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 15
                                },
                                "end": {
                                  "line": 168,
                                  "column": 16
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 3871,
                            "end": 3877,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 18
                              },
                              "end": {
                                "line": 168,
                                "column": 24
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3871,
                              "end": 3873,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 18
                                },
                                "end": {
                                  "line": 168,
                                  "column": 20
                                },
                                "identifierName": "iy"
                              },
                              "name": "iy"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 3876,
                              "end": 3877,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 23
                                },
                                "end": {
                                  "line": 168,
                                  "column": 24
                                }
                              },
                              "extra": {
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "value": 1
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3879,
                        "end": 3889,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 26
                          },
                          "end": {
                            "line": 168,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3879,
                          "end": 3881,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 26
                            },
                            "end": {
                              "line": 168,
                              "column": 28
                            },
                            "identifierName": "ix"
                          },
                          "name": "ix"
                        },
                        "operator": "<",
                        "right": {
                          "type": "Identifier",
                          "start": 3884,
                          "end": 3889,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 31
                            },
                            "end": {
                              "line": 168,
                              "column": 36
                            },
                            "identifierName": "count"
                          },
                          "name": "count"
                        }
                      },
                      "update": {
                        "type": "SequenceExpression",
                        "start": 3891,
                        "end": 3907,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 38
                          },
                          "end": {
                            "line": 168,
                            "column": 54
                          }
                        },
                        "expressions": [
                          {
                            "type": "AssignmentExpression",
                            "start": 3891,
                            "end": 3898,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 38
                              },
                              "end": {
                                "line": 168,
                                "column": 45
                              }
                            },
                            "operator": "+=",
                            "left": {
                              "type": "Identifier",
                              "start": 3891,
                              "end": 3893,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 38
                                },
                                "end": {
                                  "line": 168,
                                  "column": 40
                                },
                                "identifierName": "ix"
                              },
                              "name": "ix"
                            },
                            "right": {
                              "type": "NumericLiteral",
                              "start": 3897,
                              "end": 3898,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 44
                                },
                                "end": {
                                  "line": 168,
                                  "column": 45
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          },
                          {
                            "type": "AssignmentExpression",
                            "start": 3900,
                            "end": 3907,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 47
                              },
                              "end": {
                                "line": 168,
                                "column": 54
                              }
                            },
                            "operator": "+=",
                            "left": {
                              "type": "Identifier",
                              "start": 3900,
                              "end": 3902,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 47
                                },
                                "end": {
                                  "line": 168,
                                  "column": 49
                                },
                                "identifierName": "iy"
                              },
                              "name": "iy"
                            },
                            "right": {
                              "type": "NumericLiteral",
                              "start": 3906,
                              "end": 3907,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 53
                                },
                                "end": {
                                  "line": 168,
                                  "column": 54
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          }
                        ]
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 3909,
                        "end": 4630,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 56
                          },
                          "end": {
                            "line": 207,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 3914,
                            "end": 3949,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 3
                              },
                              "end": {
                                "line": 169,
                                "column": 38
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 3918,
                                "end": 3948,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 37
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 3918,
                                  "end": 3925,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 14
                                    },
                                    "identifierName": "coord_x"
                                  },
                                  "name": "coord_x"
                                },
                                "init": {
                                  "type": "BinaryExpression",
                                  "start": 3928,
                                  "end": 3948,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 37
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 3928,
                                    "end": 3938,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3928,
                                      "end": 3934,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 23
                                        },
                                        "identifierName": "points"
                                      },
                                      "name": "points"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3935,
                                      "end": 3937,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 26
                                        },
                                        "identifierName": "ix"
                                      },
                                      "name": "ix"
                                    },
                                    "computed": true
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 3941,
                                    "end": 3948,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 37
                                      },
                                      "identifierName": "scale_x"
                                    },
                                    "name": "scale_x"
                                  }
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 3953,
                            "end": 3988,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 3
                              },
                              "end": {
                                "line": 170,
                                "column": 38
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 3957,
                                "end": 3987,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 37
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 3957,
                                  "end": 3964,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 14
                                    },
                                    "identifierName": "coord_y"
                                  },
                                  "name": "coord_y"
                                },
                                "init": {
                                  "type": "BinaryExpression",
                                  "start": 3967,
                                  "end": 3987,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 37
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 3967,
                                    "end": 3977,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3967,
                                      "end": 3973,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 23
                                        },
                                        "identifierName": "points"
                                      },
                                      "name": "points"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3974,
                                      "end": 3976,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 26
                                        },
                                        "identifierName": "iy"
                                      },
                                      "name": "iy"
                                    },
                                    "computed": true
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 3980,
                                    "end": 3987,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 37
                                      },
                                      "identifierName": "scale_y"
                                    },
                                    "name": "scale_y"
                                  }
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "IfStatement",
                            "start": 3993,
                            "end": 4216,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 3
                              },
                              "end": {
                                "line": 180,
                                "column": 4
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 3996,
                              "end": 4001,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 6
                                },
                                "end": {
                                  "line": 172,
                                  "column": 11
                                },
                                "identifierName": "angle"
                              },
                              "name": "angle"
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 4003,
                              "end": 4216,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 13
                                },
                                "end": {
                                  "line": 180,
                                  "column": 4
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4009,
                                  "end": 4039,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 34
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4015,
                                      "end": 4038,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 33
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4015,
                                        "end": 4018,
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 13
                                          },
                                          "identifierName": "cos"
                                        },
                                        "name": "cos"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 4023,
                                        "end": 4038,
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 33
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4023,
                                          "end": 4031,
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 26
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4023,
                                            "end": 4027,
                                            "loc": {
                                              "start": {
                                                "line": 173,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 173,
                                                "column": 22
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4028,
                                            "end": 4031,
                                            "loc": {
                                              "start": {
                                                "line": 173,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 173,
                                                "column": 26
                                              },
                                              "identifierName": "cos"
                                            },
                                            "name": "cos"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4032,
                                            "end": 4037,
                                            "loc": {
                                              "start": {
                                                "line": 173,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 173,
                                                "column": 32
                                              },
                                              "identifierName": "angle"
                                            },
                                            "name": "angle"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "const"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4044,
                                  "end": 4074,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 34
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4050,
                                      "end": 4073,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 33
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4050,
                                        "end": 4053,
                                        "loc": {
                                          "start": {
                                            "line": 174,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 174,
                                            "column": 13
                                          },
                                          "identifierName": "sin"
                                        },
                                        "name": "sin"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 4058,
                                        "end": 4073,
                                        "loc": {
                                          "start": {
                                            "line": 174,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 174,
                                            "column": 33
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4058,
                                          "end": 4066,
                                          "loc": {
                                            "start": {
                                              "line": 174,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 174,
                                              "column": 26
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4058,
                                            "end": 4062,
                                            "loc": {
                                              "start": {
                                                "line": 174,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 174,
                                                "column": 22
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4063,
                                            "end": 4066,
                                            "loc": {
                                              "start": {
                                                "line": 174,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 174,
                                                "column": 26
                                              },
                                              "identifierName": "sin"
                                            },
                                            "name": "sin"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4067,
                                            "end": 4072,
                                            "loc": {
                                              "start": {
                                                "line": 174,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 174,
                                                "column": 32
                                              },
                                              "identifierName": "angle"
                                            },
                                            "name": "angle"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "const"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4079,
                                  "end": 4101,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 26
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4085,
                                      "end": 4100,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 25
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4085,
                                        "end": 4090,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 15
                                          },
                                          "identifierName": "tmp_x"
                                        },
                                        "name": "tmp_x"
                                      },
                                      "init": {
                                        "type": "Identifier",
                                        "start": 4093,
                                        "end": 4100,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 25
                                          },
                                          "identifierName": "coord_x"
                                        },
                                        "name": "coord_x"
                                      }
                                    }
                                  ],
                                  "kind": "const"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4106,
                                  "end": 4128,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 26
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4112,
                                      "end": 4127,
                                      "loc": {
                                        "start": {
                                          "line": 176,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 176,
                                          "column": 25
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4112,
                                        "end": 4117,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 15
                                          },
                                          "identifierName": "tmp_y"
                                        },
                                        "name": "tmp_y"
                                      },
                                      "init": {
                                        "type": "Identifier",
                                        "start": 4120,
                                        "end": 4127,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 25
                                          },
                                          "identifierName": "coord_y"
                                        },
                                        "name": "coord_y"
                                      }
                                    }
                                  ],
                                  "kind": "const"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4134,
                                  "end": 4170,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 40
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4134,
                                    "end": 4169,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 39
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 4134,
                                      "end": 4141,
                                      "loc": {
                                        "start": {
                                          "line": 178,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 11
                                        },
                                        "identifierName": "coord_x"
                                      },
                                      "name": "coord_x"
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 4144,
                                      "end": 4169,
                                      "loc": {
                                        "start": {
                                          "line": 178,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 39
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 4144,
                                        "end": 4155,
                                        "loc": {
                                          "start": {
                                            "line": 178,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 25
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 4144,
                                          "end": 4149,
                                          "loc": {
                                            "start": {
                                              "line": 178,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 178,
                                              "column": 19
                                            },
                                            "identifierName": "tmp_x"
                                          },
                                          "name": "tmp_x"
                                        },
                                        "operator": "*",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 4152,
                                          "end": 4155,
                                          "loc": {
                                            "start": {
                                              "line": 178,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 178,
                                              "column": 25
                                            },
                                            "identifierName": "cos"
                                          },
                                          "name": "cos"
                                        }
                                      },
                                      "operator": "-",
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 4158,
                                        "end": 4169,
                                        "loc": {
                                          "start": {
                                            "line": 178,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 39
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 4158,
                                          "end": 4163,
                                          "loc": {
                                            "start": {
                                              "line": 178,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 178,
                                              "column": 33
                                            },
                                            "identifierName": "tmp_y"
                                          },
                                          "name": "tmp_y"
                                        },
                                        "operator": "*",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 4166,
                                          "end": 4169,
                                          "loc": {
                                            "start": {
                                              "line": 178,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 178,
                                              "column": 39
                                            },
                                            "identifierName": "sin"
                                          },
                                          "name": "sin"
                                        }
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4175,
                                  "end": 4211,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 40
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4175,
                                    "end": 4210,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 39
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 4175,
                                      "end": 4182,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 11
                                        },
                                        "identifierName": "coord_y"
                                      },
                                      "name": "coord_y"
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 4185,
                                      "end": 4210,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 39
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 4185,
                                        "end": 4196,
                                        "loc": {
                                          "start": {
                                            "line": 179,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 179,
                                            "column": 25
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 4185,
                                          "end": 4190,
                                          "loc": {
                                            "start": {
                                              "line": 179,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 179,
                                              "column": 19
                                            },
                                            "identifierName": "tmp_x"
                                          },
                                          "name": "tmp_x"
                                        },
                                        "operator": "*",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 4193,
                                          "end": 4196,
                                          "loc": {
                                            "start": {
                                              "line": 179,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 179,
                                              "column": 25
                                            },
                                            "identifierName": "sin"
                                          },
                                          "name": "sin"
                                        }
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 4199,
                                        "end": 4210,
                                        "loc": {
                                          "start": {
                                            "line": 179,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 179,
                                            "column": 39
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 4199,
                                          "end": 4204,
                                          "loc": {
                                            "start": {
                                              "line": 179,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 179,
                                              "column": 33
                                            },
                                            "identifierName": "tmp_y"
                                          },
                                          "name": "tmp_y"
                                        },
                                        "operator": "*",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 4207,
                                          "end": 4210,
                                          "loc": {
                                            "start": {
                                              "line": 179,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 179,
                                              "column": 39
                                            },
                                            "identifierName": "cos"
                                          },
                                          "name": "cos"
                                        }
                                      }
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4221,
                            "end": 4234,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 3
                              },
                              "end": {
                                "line": 182,
                                "column": 16
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4221,
                              "end": 4233,
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 3
                                },
                                "end": {
                                  "line": 182,
                                  "column": 15
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 4221,
                                "end": 4228,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 10
                                  },
                                  "identifierName": "coord_x"
                                },
                                "name": "coord_x"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 4232,
                                "end": 4233,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 15
                                  },
                                  "identifierName": "x"
                                },
                                "name": "x"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4238,
                            "end": 4251,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 3
                              },
                              "end": {
                                "line": 183,
                                "column": 16
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4238,
                              "end": 4250,
                              "loc": {
                                "start": {
                                  "line": 183,
                                  "column": 3
                                },
                                "end": {
                                  "line": 183,
                                  "column": 15
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 4238,
                                "end": 4245,
                                "loc": {
                                  "start": {
                                    "line": 183,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 183,
                                    "column": 10
                                  },
                                  "identifierName": "coord_y"
                                },
                                "name": "coord_y"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 4249,
                                "end": 4250,
                                "loc": {
                                  "start": {
                                    "line": 183,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 183,
                                    "column": 15
                                  },
                                  "identifierName": "y"
                                },
                                "name": "y"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4256,
                            "end": 4277,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 3
                              },
                              "end": {
                                "line": 185,
                                "column": 24
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4256,
                              "end": 4276,
                              "loc": {
                                "start": {
                                  "line": 185,
                                  "column": 3
                                },
                                "end": {
                                  "line": 185,
                                  "column": 23
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 4256,
                                "end": 4266,
                                "loc": {
                                  "start": {
                                    "line": 185,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 185,
                                    "column": 13
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4256,
                                  "end": 4262,
                                  "loc": {
                                    "start": {
                                      "line": 185,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 185,
                                      "column": 9
                                    },
                                    "identifierName": "coords"
                                  },
                                  "name": "coords"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4263,
                                  "end": 4265,
                                  "loc": {
                                    "start": {
                                      "line": 185,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 185,
                                      "column": 12
                                    },
                                    "identifierName": "ix"
                                  },
                                  "name": "ix"
                                },
                                "computed": true
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 4269,
                                "end": 4276,
                                "loc": {
                                  "start": {
                                    "line": 185,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 185,
                                    "column": 23
                                  },
                                  "identifierName": "coord_x"
                                },
                                "name": "coord_x"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4281,
                            "end": 4302,
                            "loc": {
                              "start": {
                                "line": 186,
                                "column": 3
                              },
                              "end": {
                                "line": 186,
                                "column": 24
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4281,
                              "end": 4301,
                              "loc": {
                                "start": {
                                  "line": 186,
                                  "column": 3
                                },
                                "end": {
                                  "line": 186,
                                  "column": 23
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 4281,
                                "end": 4291,
                                "loc": {
                                  "start": {
                                    "line": 186,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 186,
                                    "column": 13
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4281,
                                  "end": 4287,
                                  "loc": {
                                    "start": {
                                      "line": 186,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 186,
                                      "column": 9
                                    },
                                    "identifierName": "coords"
                                  },
                                  "name": "coords"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4288,
                                  "end": 4290,
                                  "loc": {
                                    "start": {
                                      "line": 186,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 186,
                                      "column": 12
                                    },
                                    "identifierName": "iy"
                                  },
                                  "name": "iy"
                                },
                                "computed": true
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 4294,
                                "end": 4301,
                                "loc": {
                                  "start": {
                                    "line": 186,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 186,
                                    "column": 23
                                  },
                                  "identifierName": "coord_y"
                                },
                                "name": "coord_y"
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 4307,
                            "end": 4626,
                            "loc": {
                              "start": {
                                "line": 188,
                                "column": 3
                              },
                              "end": {
                                "line": 206,
                                "column": 4
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 4310,
                              "end": 4318,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 6
                                },
                                "end": {
                                  "line": 188,
                                  "column": 14
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 4310,
                                "end": 4312,
                                "loc": {
                                  "start": {
                                    "line": 188,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 188,
                                    "column": 8
                                  },
                                  "identifierName": "ix"
                                },
                                "name": "ix"
                              },
                              "operator": "===",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 4317,
                                "end": 4318,
                                "loc": {
                                  "start": {
                                    "line": 188,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 188,
                                    "column": 14
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 4320,
                              "end": 4384,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 16
                                },
                                "end": {
                                  "line": 191,
                                  "column": 4
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4326,
                                  "end": 4350,
                                  "loc": {
                                    "start": {
                                      "line": 189,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 189,
                                      "column": 28
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4326,
                                    "end": 4349,
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 27
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 4326,
                                      "end": 4331,
                                      "loc": {
                                        "start": {
                                          "line": 189,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 189,
                                          "column": 9
                                        },
                                        "identifierName": "min_x"
                                      },
                                      "name": "min_x"
                                    },
                                    "right": {
                                      "type": "AssignmentExpression",
                                      "start": 4334,
                                      "end": 4349,
                                      "loc": {
                                        "start": {
                                          "line": 189,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 189,
                                          "column": 27
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 4334,
                                        "end": 4339,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 17
                                          },
                                          "identifierName": "max_x"
                                        },
                                        "name": "max_x"
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "start": 4342,
                                        "end": 4349,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 27
                                          },
                                          "identifierName": "coord_x"
                                        },
                                        "name": "coord_x"
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4355,
                                  "end": 4379,
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 28
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4355,
                                    "end": 4378,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 27
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 4355,
                                      "end": 4360,
                                      "loc": {
                                        "start": {
                                          "line": 190,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 190,
                                          "column": 9
                                        },
                                        "identifierName": "min_y"
                                      },
                                      "name": "min_y"
                                    },
                                    "right": {
                                      "type": "AssignmentExpression",
                                      "start": 4363,
                                      "end": 4378,
                                      "loc": {
                                        "start": {
                                          "line": 190,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 190,
                                          "column": 27
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 4363,
                                        "end": 4368,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 17
                                          },
                                          "identifierName": "max_y"
                                        },
                                        "name": "max_y"
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "start": 4371,
                                        "end": 4378,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 27
                                          },
                                          "identifierName": "coord_y"
                                        },
                                        "name": "coord_y"
                                      }
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 4393,
                              "end": 4626,
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 8
                                },
                                "end": {
                                  "line": 206,
                                  "column": 4
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 4399,
                                  "end": 4507,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 198,
                                      "column": 5
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 4402,
                                    "end": 4417,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 22
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 4402,
                                      "end": 4409,
                                      "loc": {
                                        "start": {
                                          "line": 193,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 193,
                                          "column": 14
                                        },
                                        "identifierName": "coord_x"
                                      },
                                      "name": "coord_x"
                                    },
                                    "operator": "<",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 4412,
                                      "end": 4417,
                                      "loc": {
                                        "start": {
                                          "line": 193,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 193,
                                          "column": 22
                                        },
                                        "identifierName": "min_x"
                                      },
                                      "name": "min_x"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 4419,
                                    "end": 4448,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 5
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4426,
                                        "end": 4442,
                                        "loc": {
                                          "start": {
                                            "line": 194,
                                            "column": 5
                                          },
                                          "end": {
                                            "line": 194,
                                            "column": 21
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 4426,
                                          "end": 4441,
                                          "loc": {
                                            "start": {
                                              "line": 194,
                                              "column": 5
                                            },
                                            "end": {
                                              "line": 194,
                                              "column": 20
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 4426,
                                            "end": 4431,
                                            "loc": {
                                              "start": {
                                                "line": 194,
                                                "column": 5
                                              },
                                              "end": {
                                                "line": 194,
                                                "column": 10
                                              },
                                              "identifierName": "min_x"
                                            },
                                            "name": "min_x"
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 4434,
                                            "end": 4441,
                                            "loc": {
                                              "start": {
                                                "line": 194,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 194,
                                                "column": 20
                                              },
                                              "identifierName": "coord_x"
                                            },
                                            "name": "coord_x"
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": {
                                    "type": "IfStatement",
                                    "start": 4458,
                                    "end": 4507,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 198,
                                        "column": 5
                                      }
                                    },
                                    "test": {
                                      "type": "BinaryExpression",
                                      "start": 4461,
                                      "end": 4476,
                                      "loc": {
                                        "start": {
                                          "line": 196,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 196,
                                          "column": 27
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 4461,
                                        "end": 4468,
                                        "loc": {
                                          "start": {
                                            "line": 196,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 196,
                                            "column": 19
                                          },
                                          "identifierName": "coord_x"
                                        },
                                        "name": "coord_x"
                                      },
                                      "operator": ">",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 4471,
                                        "end": 4476,
                                        "loc": {
                                          "start": {
                                            "line": 196,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 196,
                                            "column": 27
                                          },
                                          "identifierName": "max_x"
                                        },
                                        "name": "max_x"
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 4478,
                                      "end": 4507,
                                      "loc": {
                                        "start": {
                                          "line": 196,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 198,
                                          "column": 5
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 4485,
                                          "end": 4501,
                                          "loc": {
                                            "start": {
                                              "line": 197,
                                              "column": 5
                                            },
                                            "end": {
                                              "line": 197,
                                              "column": 21
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 4485,
                                            "end": 4500,
                                            "loc": {
                                              "start": {
                                                "line": 197,
                                                "column": 5
                                              },
                                              "end": {
                                                "line": 197,
                                                "column": 20
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 4485,
                                              "end": 4490,
                                              "loc": {
                                                "start": {
                                                  "line": 197,
                                                  "column": 5
                                                },
                                                "end": {
                                                  "line": 197,
                                                  "column": 10
                                                },
                                                "identifierName": "max_x"
                                              },
                                              "name": "max_x"
                                            },
                                            "right": {
                                              "type": "Identifier",
                                              "start": 4493,
                                              "end": 4500,
                                              "loc": {
                                                "start": {
                                                  "line": 197,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 197,
                                                  "column": 20
                                                },
                                                "identifierName": "coord_x"
                                              },
                                              "name": "coord_x"
                                            }
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 4513,
                                  "end": 4621,
                                  "loc": {
                                    "start": {
                                      "line": 200,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 205,
                                      "column": 5
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 4516,
                                    "end": 4531,
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 22
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 4516,
                                      "end": 4523,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 14
                                        },
                                        "identifierName": "coord_y"
                                      },
                                      "name": "coord_y"
                                    },
                                    "operator": "<",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 4526,
                                      "end": 4531,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 22
                                        },
                                        "identifierName": "min_y"
                                      },
                                      "name": "min_y"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 4533,
                                    "end": 4562,
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 202,
                                        "column": 5
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4540,
                                        "end": 4556,
                                        "loc": {
                                          "start": {
                                            "line": 201,
                                            "column": 5
                                          },
                                          "end": {
                                            "line": 201,
                                            "column": 21
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 4540,
                                          "end": 4555,
                                          "loc": {
                                            "start": {
                                              "line": 201,
                                              "column": 5
                                            },
                                            "end": {
                                              "line": 201,
                                              "column": 20
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 4540,
                                            "end": 4545,
                                            "loc": {
                                              "start": {
                                                "line": 201,
                                                "column": 5
                                              },
                                              "end": {
                                                "line": 201,
                                                "column": 10
                                              },
                                              "identifierName": "min_y"
                                            },
                                            "name": "min_y"
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 4548,
                                            "end": 4555,
                                            "loc": {
                                              "start": {
                                                "line": 201,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 201,
                                                "column": 20
                                              },
                                              "identifierName": "coord_y"
                                            },
                                            "name": "coord_y"
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": {
                                    "type": "IfStatement",
                                    "start": 4572,
                                    "end": 4621,
                                    "loc": {
                                      "start": {
                                        "line": 203,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 5
                                      }
                                    },
                                    "test": {
                                      "type": "BinaryExpression",
                                      "start": 4575,
                                      "end": 4590,
                                      "loc": {
                                        "start": {
                                          "line": 203,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 203,
                                          "column": 27
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 4575,
                                        "end": 4582,
                                        "loc": {
                                          "start": {
                                            "line": 203,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 203,
                                            "column": 19
                                          },
                                          "identifierName": "coord_y"
                                        },
                                        "name": "coord_y"
                                      },
                                      "operator": ">",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 4585,
                                        "end": 4590,
                                        "loc": {
                                          "start": {
                                            "line": 203,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 203,
                                            "column": 27
                                          },
                                          "identifierName": "max_y"
                                        },
                                        "name": "max_y"
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 4592,
                                      "end": 4621,
                                      "loc": {
                                        "start": {
                                          "line": 203,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 205,
                                          "column": 5
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 4599,
                                          "end": 4615,
                                          "loc": {
                                            "start": {
                                              "line": 204,
                                              "column": 5
                                            },
                                            "end": {
                                              "line": 204,
                                              "column": 21
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 4599,
                                            "end": 4614,
                                            "loc": {
                                              "start": {
                                                "line": 204,
                                                "column": 5
                                              },
                                              "end": {
                                                "line": 204,
                                                "column": 20
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 4599,
                                              "end": 4604,
                                              "loc": {
                                                "start": {
                                                  "line": 204,
                                                  "column": 5
                                                },
                                                "end": {
                                                  "line": 204,
                                                  "column": 10
                                                },
                                                "identifierName": "max_y"
                                              },
                                              "name": "max_y"
                                            },
                                            "right": {
                                              "type": "Identifier",
                                              "start": 4607,
                                              "end": 4614,
                                              "loc": {
                                                "start": {
                                                  "line": 204,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 204,
                                                  "column": 20
                                                },
                                                "identifierName": "coord_y"
                                              },
                                              "name": "coord_y"
                                            }
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4634,
                      "end": 4658,
                      "loc": {
                        "start": {
                          "line": 209,
                          "column": 2
                        },
                        "end": {
                          "line": 209,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4634,
                        "end": 4657,
                        "loc": {
                          "start": {
                            "line": 209,
                            "column": 2
                          },
                          "end": {
                            "line": 209,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4634,
                          "end": 4641,
                          "loc": {
                            "start": {
                              "line": 209,
                              "column": 2
                            },
                            "end": {
                              "line": 209,
                              "column": 9
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4634,
                            "end": 4638,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 2
                              },
                              "end": {
                                "line": 209,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4639,
                            "end": 4641,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 7
                              },
                              "end": {
                                "line": 209,
                                "column": 9
                              },
                              "identifierName": "_x"
                            },
                            "name": "_x"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4656,
                          "end": 4657,
                          "loc": {
                            "start": {
                              "line": 209,
                              "column": 24
                            },
                            "end": {
                              "line": 209,
                              "column": 25
                            },
                            "identifierName": "x"
                          },
                          "name": "x"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4661,
                      "end": 4685,
                      "loc": {
                        "start": {
                          "line": 210,
                          "column": 2
                        },
                        "end": {
                          "line": 210,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4661,
                        "end": 4684,
                        "loc": {
                          "start": {
                            "line": 210,
                            "column": 2
                          },
                          "end": {
                            "line": 210,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4661,
                          "end": 4668,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 2
                            },
                            "end": {
                              "line": 210,
                              "column": 9
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4661,
                            "end": 4665,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 2
                              },
                              "end": {
                                "line": 210,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4666,
                            "end": 4668,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 7
                              },
                              "end": {
                                "line": 210,
                                "column": 9
                              },
                              "identifierName": "_y"
                            },
                            "name": "_y"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4683,
                          "end": 4684,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 24
                            },
                            "end": {
                              "line": 210,
                              "column": 25
                            },
                            "identifierName": "y"
                          },
                          "name": "y"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4688,
                      "end": 4716,
                      "loc": {
                        "start": {
                          "line": 211,
                          "column": 2
                        },
                        "end": {
                          "line": 211,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4688,
                        "end": 4715,
                        "loc": {
                          "start": {
                            "line": 211,
                            "column": 2
                          },
                          "end": {
                            "line": 211,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4688,
                          "end": 4699,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 2
                            },
                            "end": {
                              "line": 211,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4688,
                            "end": 4692,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 2
                              },
                              "end": {
                                "line": 211,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4693,
                            "end": 4699,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 7
                              },
                              "end": {
                                "line": 211,
                                "column": 13
                              },
                              "identifierName": "_angle"
                            },
                            "name": "_angle"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4710,
                          "end": 4715,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 24
                            },
                            "end": {
                              "line": 211,
                              "column": 29
                            },
                            "identifierName": "angle"
                          },
                          "name": "angle"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4719,
                      "end": 4749,
                      "loc": {
                        "start": {
                          "line": 212,
                          "column": 2
                        },
                        "end": {
                          "line": 212,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4719,
                        "end": 4748,
                        "loc": {
                          "start": {
                            "line": 212,
                            "column": 2
                          },
                          "end": {
                            "line": 212,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4719,
                          "end": 4732,
                          "loc": {
                            "start": {
                              "line": 212,
                              "column": 2
                            },
                            "end": {
                              "line": 212,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4719,
                            "end": 4723,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 2
                              },
                              "end": {
                                "line": 212,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4724,
                            "end": 4732,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 7
                              },
                              "end": {
                                "line": 212,
                                "column": 15
                              },
                              "identifierName": "_scale_x"
                            },
                            "name": "_scale_x"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4741,
                          "end": 4748,
                          "loc": {
                            "start": {
                              "line": 212,
                              "column": 24
                            },
                            "end": {
                              "line": 212,
                              "column": 31
                            },
                            "identifierName": "scale_x"
                          },
                          "name": "scale_x"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4752,
                      "end": 4782,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 2
                        },
                        "end": {
                          "line": 213,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4752,
                        "end": 4781,
                        "loc": {
                          "start": {
                            "line": 213,
                            "column": 2
                          },
                          "end": {
                            "line": 213,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4752,
                          "end": 4765,
                          "loc": {
                            "start": {
                              "line": 213,
                              "column": 2
                            },
                            "end": {
                              "line": 213,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4752,
                            "end": 4756,
                            "loc": {
                              "start": {
                                "line": 213,
                                "column": 2
                              },
                              "end": {
                                "line": 213,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4757,
                            "end": 4765,
                            "loc": {
                              "start": {
                                "line": 213,
                                "column": 7
                              },
                              "end": {
                                "line": 213,
                                "column": 15
                              },
                              "identifierName": "_scale_y"
                            },
                            "name": "_scale_y"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4774,
                          "end": 4781,
                          "loc": {
                            "start": {
                              "line": 213,
                              "column": 24
                            },
                            "end": {
                              "line": 213,
                              "column": 31
                            },
                            "identifierName": "scale_y"
                          },
                          "name": "scale_y"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4785,
                      "end": 4813,
                      "loc": {
                        "start": {
                          "line": 214,
                          "column": 2
                        },
                        "end": {
                          "line": 214,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4785,
                        "end": 4812,
                        "loc": {
                          "start": {
                            "line": 214,
                            "column": 2
                          },
                          "end": {
                            "line": 214,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4785,
                          "end": 4796,
                          "loc": {
                            "start": {
                              "line": 214,
                              "column": 2
                            },
                            "end": {
                              "line": 214,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4785,
                            "end": 4789,
                            "loc": {
                              "start": {
                                "line": 214,
                                "column": 2
                              },
                              "end": {
                                "line": 214,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4790,
                            "end": 4796,
                            "loc": {
                              "start": {
                                "line": 214,
                                "column": 7
                              },
                              "end": {
                                "line": 214,
                                "column": 13
                              },
                              "identifierName": "_min_x"
                            },
                            "name": "_min_x"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4807,
                          "end": 4812,
                          "loc": {
                            "start": {
                              "line": 214,
                              "column": 24
                            },
                            "end": {
                              "line": 214,
                              "column": 29
                            },
                            "identifierName": "min_x"
                          },
                          "name": "min_x"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4816,
                      "end": 4844,
                      "loc": {
                        "start": {
                          "line": 215,
                          "column": 2
                        },
                        "end": {
                          "line": 215,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4816,
                        "end": 4843,
                        "loc": {
                          "start": {
                            "line": 215,
                            "column": 2
                          },
                          "end": {
                            "line": 215,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4816,
                          "end": 4827,
                          "loc": {
                            "start": {
                              "line": 215,
                              "column": 2
                            },
                            "end": {
                              "line": 215,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4816,
                            "end": 4820,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 2
                              },
                              "end": {
                                "line": 215,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4821,
                            "end": 4827,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 7
                              },
                              "end": {
                                "line": 215,
                                "column": 13
                              },
                              "identifierName": "_min_y"
                            },
                            "name": "_min_y"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4838,
                          "end": 4843,
                          "loc": {
                            "start": {
                              "line": 215,
                              "column": 24
                            },
                            "end": {
                              "line": 215,
                              "column": 29
                            },
                            "identifierName": "min_y"
                          },
                          "name": "min_y"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4847,
                      "end": 4875,
                      "loc": {
                        "start": {
                          "line": 216,
                          "column": 2
                        },
                        "end": {
                          "line": 216,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4847,
                        "end": 4874,
                        "loc": {
                          "start": {
                            "line": 216,
                            "column": 2
                          },
                          "end": {
                            "line": 216,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4847,
                          "end": 4858,
                          "loc": {
                            "start": {
                              "line": 216,
                              "column": 2
                            },
                            "end": {
                              "line": 216,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4847,
                            "end": 4851,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 2
                              },
                              "end": {
                                "line": 216,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4852,
                            "end": 4858,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 7
                              },
                              "end": {
                                "line": 216,
                                "column": 13
                              },
                              "identifierName": "_max_x"
                            },
                            "name": "_max_x"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4869,
                          "end": 4874,
                          "loc": {
                            "start": {
                              "line": 216,
                              "column": 24
                            },
                            "end": {
                              "line": 216,
                              "column": 29
                            },
                            "identifierName": "max_x"
                          },
                          "name": "max_x"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4878,
                      "end": 4906,
                      "loc": {
                        "start": {
                          "line": 217,
                          "column": 2
                        },
                        "end": {
                          "line": 217,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4878,
                        "end": 4905,
                        "loc": {
                          "start": {
                            "line": 217,
                            "column": 2
                          },
                          "end": {
                            "line": 217,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4878,
                          "end": 4889,
                          "loc": {
                            "start": {
                              "line": 217,
                              "column": 2
                            },
                            "end": {
                              "line": 217,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4878,
                            "end": 4882,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 2
                              },
                              "end": {
                                "line": 217,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4883,
                            "end": 4889,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 7
                              },
                              "end": {
                                "line": 217,
                                "column": 13
                              },
                              "identifierName": "_max_y"
                            },
                            "name": "_max_y"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4900,
                          "end": 4905,
                          "loc": {
                            "start": {
                              "line": 217,
                              "column": 24
                            },
                            "end": {
                              "line": 217,
                              "column": 29
                            },
                            "identifierName": "max_y"
                          },
                          "name": "max_y"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4909,
                      "end": 4937,
                      "loc": {
                        "start": {
                          "line": 218,
                          "column": 2
                        },
                        "end": {
                          "line": 218,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4909,
                        "end": 4936,
                        "loc": {
                          "start": {
                            "line": 218,
                            "column": 2
                          },
                          "end": {
                            "line": 218,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4909,
                          "end": 4927,
                          "loc": {
                            "start": {
                              "line": 218,
                              "column": 2
                            },
                            "end": {
                              "line": 218,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4909,
                            "end": 4913,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 2
                              },
                              "end": {
                                "line": 218,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4914,
                            "end": 4927,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 7
                              },
                              "end": {
                                "line": 218,
                                "column": 20
                              },
                              "identifierName": "_dirty_coords"
                            },
                            "name": "_dirty_coords"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 4931,
                          "end": 4936,
                          "loc": {
                            "start": {
                              "line": 218,
                              "column": 24
                            },
                            "end": {
                              "line": 218,
                              "column": 29
                            }
                          },
                          "value": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4940,
                      "end": 4967,
                      "loc": {
                        "start": {
                          "line": 219,
                          "column": 2
                        },
                        "end": {
                          "line": 219,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4940,
                        "end": 4966,
                        "loc": {
                          "start": {
                            "line": 219,
                            "column": 2
                          },
                          "end": {
                            "line": 219,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4940,
                          "end": 4959,
                          "loc": {
                            "start": {
                              "line": 219,
                              "column": 2
                            },
                            "end": {
                              "line": 219,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4940,
                            "end": 4944,
                            "loc": {
                              "start": {
                                "line": 219,
                                "column": 2
                              },
                              "end": {
                                "line": 219,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4945,
                            "end": 4959,
                            "loc": {
                              "start": {
                                "line": 219,
                                "column": 7
                              },
                              "end": {
                                "line": 219,
                                "column": 21
                              },
                              "identifierName": "_dirty_normals"
                            },
                            "name": "_dirty_normals"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 4962,
                          "end": 4966,
                          "loc": {
                            "start": {
                              "line": 219,
                              "column": 24
                            },
                            "end": {
                              "line": 219,
                              "column": 28
                            }
                          },
                          "value": true
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Calculates and caches the polygon's world coordinates based on its points, angle, and scale\n\t ",
                    "start": 3429,
                    "end": 3533,
                    "loc": {
                      "start": {
                        "line": 150,
                        "column": 1
                      },
                      "end": {
                        "line": 152,
                        "column": 4
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Calculates the normals and edges of the polygon's sides\n\t ",
                    "start": 4973,
                    "end": 5041,
                    "loc": {
                      "start": {
                        "line": 222,
                        "column": 1
                      },
                      "end": {
                        "line": 224,
                        "column": 4
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5043,
                "end": 5615,
                "loc": {
                  "start": {
                    "line": 225,
                    "column": 1
                  },
                  "end": {
                    "line": 244,
                    "column": 2
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5043,
                  "end": 5060,
                  "loc": {
                    "start": {
                      "line": 225,
                      "column": 1
                    },
                    "end": {
                      "line": 225,
                      "column": 18
                    },
                    "identifierName": "_calculateNormals"
                  },
                  "name": "_calculateNormals",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5063,
                  "end": 5615,
                  "loc": {
                    "start": {
                      "line": 225,
                      "column": 21
                    },
                    "end": {
                      "line": 244,
                      "column": 2
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 5067,
                      "end": 5096,
                      "loc": {
                        "start": {
                          "line": 226,
                          "column": 2
                        },
                        "end": {
                          "line": 226,
                          "column": 31
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5073,
                          "end": 5095,
                          "loc": {
                            "start": {
                              "line": 226,
                              "column": 8
                            },
                            "end": {
                              "line": 226,
                              "column": 30
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5073,
                            "end": 5079,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 8
                              },
                              "end": {
                                "line": 226,
                                "column": 14
                              },
                              "identifierName": "coords"
                            },
                            "name": "coords"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 5083,
                            "end": 5095,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 18
                              },
                              "end": {
                                "line": 226,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5083,
                              "end": 5087,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 18
                                },
                                "end": {
                                  "line": 226,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5088,
                              "end": 5095,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 23
                                },
                                "end": {
                                  "line": 226,
                                  "column": 30
                                },
                                "identifierName": "_coords"
                              },
                              "name": "_coords"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 5099,
                      "end": 5127,
                      "loc": {
                        "start": {
                          "line": 227,
                          "column": 2
                        },
                        "end": {
                          "line": 227,
                          "column": 30
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5105,
                          "end": 5126,
                          "loc": {
                            "start": {
                              "line": 227,
                              "column": 8
                            },
                            "end": {
                              "line": 227,
                              "column": 29
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5105,
                            "end": 5110,
                            "loc": {
                              "start": {
                                "line": 227,
                                "column": 8
                              },
                              "end": {
                                "line": 227,
                                "column": 13
                              },
                              "identifierName": "edges"
                            },
                            "name": "edges"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 5115,
                            "end": 5126,
                            "loc": {
                              "start": {
                                "line": 227,
                                "column": 18
                              },
                              "end": {
                                "line": 227,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5115,
                              "end": 5119,
                              "loc": {
                                "start": {
                                  "line": 227,
                                  "column": 18
                                },
                                "end": {
                                  "line": 227,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5120,
                              "end": 5126,
                              "loc": {
                                "start": {
                                  "line": 227,
                                  "column": 23
                                },
                                "end": {
                                  "line": 227,
                                  "column": 29
                                },
                                "identifierName": "_edges"
                              },
                              "name": "_edges"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 5130,
                      "end": 5160,
                      "loc": {
                        "start": {
                          "line": 228,
                          "column": 2
                        },
                        "end": {
                          "line": 228,
                          "column": 32
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5136,
                          "end": 5159,
                          "loc": {
                            "start": {
                              "line": 228,
                              "column": 8
                            },
                            "end": {
                              "line": 228,
                              "column": 31
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5136,
                            "end": 5143,
                            "loc": {
                              "start": {
                                "line": 228,
                                "column": 8
                              },
                              "end": {
                                "line": 228,
                                "column": 15
                              },
                              "identifierName": "normals"
                            },
                            "name": "normals"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 5146,
                            "end": 5159,
                            "loc": {
                              "start": {
                                "line": 228,
                                "column": 18
                              },
                              "end": {
                                "line": 228,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5146,
                              "end": 5150,
                              "loc": {
                                "start": {
                                  "line": 228,
                                  "column": 18
                                },
                                "end": {
                                  "line": 228,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5151,
                              "end": 5159,
                              "loc": {
                                "start": {
                                  "line": 228,
                                  "column": 23
                                },
                                "end": {
                                  "line": 228,
                                  "column": 31
                                },
                                "identifierName": "_normals"
                              },
                              "name": "_normals"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 5163,
                      "end": 5193,
                      "loc": {
                        "start": {
                          "line": 229,
                          "column": 2
                        },
                        "end": {
                          "line": 229,
                          "column": 32
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5169,
                          "end": 5192,
                          "loc": {
                            "start": {
                              "line": 229,
                              "column": 8
                            },
                            "end": {
                              "line": 229,
                              "column": 31
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5169,
                            "end": 5174,
                            "loc": {
                              "start": {
                                "line": 229,
                                "column": 8
                              },
                              "end": {
                                "line": 229,
                                "column": 13
                              },
                              "identifierName": "count"
                            },
                            "name": "count"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 5179,
                            "end": 5192,
                            "loc": {
                              "start": {
                                "line": 229,
                                "column": 18
                              },
                              "end": {
                                "line": 229,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5179,
                              "end": 5185,
                              "loc": {
                                "start": {
                                  "line": 229,
                                  "column": 18
                                },
                                "end": {
                                  "line": 229,
                                  "column": 24
                                },
                                "identifierName": "coords"
                              },
                              "name": "coords"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5186,
                              "end": 5192,
                              "loc": {
                                "start": {
                                  "line": 229,
                                  "column": 25
                                },
                                "end": {
                                  "line": 229,
                                  "column": 31
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ForStatement",
                      "start": 5197,
                      "end": 5580,
                      "loc": {
                        "start": {
                          "line": 231,
                          "column": 2
                        },
                        "end": {
                          "line": 241,
                          "column": 3
                        }
                      },
                      "init": {
                        "type": "VariableDeclaration",
                        "start": 5201,
                        "end": 5219,
                        "loc": {
                          "start": {
                            "line": 231,
                            "column": 6
                          },
                          "end": {
                            "line": 231,
                            "column": 24
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5205,
                            "end": 5211,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 10
                              },
                              "end": {
                                "line": 231,
                                "column": 16
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5205,
                              "end": 5207,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 10
                                },
                                "end": {
                                  "line": 231,
                                  "column": 12
                                },
                                "identifierName": "ix"
                              },
                              "name": "ix"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 5210,
                              "end": 5211,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 15
                                },
                                "end": {
                                  "line": 231,
                                  "column": 16
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 5213,
                            "end": 5219,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 18
                              },
                              "end": {
                                "line": 231,
                                "column": 24
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5213,
                              "end": 5215,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 18
                                },
                                "end": {
                                  "line": 231,
                                  "column": 20
                                },
                                "identifierName": "iy"
                              },
                              "name": "iy"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 5218,
                              "end": 5219,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 23
                                },
                                "end": {
                                  "line": 231,
                                  "column": 24
                                }
                              },
                              "extra": {
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "value": 1
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 5221,
                        "end": 5231,
                        "loc": {
                          "start": {
                            "line": 231,
                            "column": 26
                          },
                          "end": {
                            "line": 231,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 5221,
                          "end": 5223,
                          "loc": {
                            "start": {
                              "line": 231,
                              "column": 26
                            },
                            "end": {
                              "line": 231,
                              "column": 28
                            },
                            "identifierName": "ix"
                          },
                          "name": "ix"
                        },
                        "operator": "<",
                        "right": {
                          "type": "Identifier",
                          "start": 5226,
                          "end": 5231,
                          "loc": {
                            "start": {
                              "line": 231,
                              "column": 31
                            },
                            "end": {
                              "line": 231,
                              "column": 36
                            },
                            "identifierName": "count"
                          },
                          "name": "count"
                        }
                      },
                      "update": {
                        "type": "SequenceExpression",
                        "start": 5233,
                        "end": 5249,
                        "loc": {
                          "start": {
                            "line": 231,
                            "column": 38
                          },
                          "end": {
                            "line": 231,
                            "column": 54
                          }
                        },
                        "expressions": [
                          {
                            "type": "AssignmentExpression",
                            "start": 5233,
                            "end": 5240,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 38
                              },
                              "end": {
                                "line": 231,
                                "column": 45
                              }
                            },
                            "operator": "+=",
                            "left": {
                              "type": "Identifier",
                              "start": 5233,
                              "end": 5235,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 38
                                },
                                "end": {
                                  "line": 231,
                                  "column": 40
                                },
                                "identifierName": "ix"
                              },
                              "name": "ix"
                            },
                            "right": {
                              "type": "NumericLiteral",
                              "start": 5239,
                              "end": 5240,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 44
                                },
                                "end": {
                                  "line": 231,
                                  "column": 45
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          },
                          {
                            "type": "AssignmentExpression",
                            "start": 5242,
                            "end": 5249,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 47
                              },
                              "end": {
                                "line": 231,
                                "column": 54
                              }
                            },
                            "operator": "+=",
                            "left": {
                              "type": "Identifier",
                              "start": 5242,
                              "end": 5244,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 47
                                },
                                "end": {
                                  "line": 231,
                                  "column": 49
                                },
                                "identifierName": "iy"
                              },
                              "name": "iy"
                            },
                            "right": {
                              "type": "NumericLiteral",
                              "start": 5248,
                              "end": 5249,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 53
                                },
                                "end": {
                                  "line": 231,
                                  "column": 54
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          }
                        ]
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 5251,
                        "end": 5580,
                        "loc": {
                          "start": {
                            "line": 231,
                            "column": 56
                          },
                          "end": {
                            "line": 241,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 5256,
                            "end": 5299,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 3
                              },
                              "end": {
                                "line": 232,
                                "column": 46
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 5262,
                                "end": 5298,
                                "loc": {
                                  "start": {
                                    "line": 232,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 232,
                                    "column": 45
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 5262,
                                  "end": 5266,
                                  "loc": {
                                    "start": {
                                      "line": 232,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 232,
                                      "column": 13
                                    },
                                    "identifierName": "next"
                                  },
                                  "name": "next"
                                },
                                "init": {
                                  "type": "ConditionalExpression",
                                  "start": 5271,
                                  "end": 5298,
                                  "loc": {
                                    "start": {
                                      "line": 232,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 232,
                                      "column": 45
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 5271,
                                    "end": 5285,
                                    "loc": {
                                      "start": {
                                        "line": 232,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 232,
                                        "column": 32
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 5271,
                                      "end": 5277,
                                      "loc": {
                                        "start": {
                                          "line": 232,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 232,
                                          "column": 24
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 5271,
                                        "end": 5273,
                                        "loc": {
                                          "start": {
                                            "line": 232,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 232,
                                            "column": 20
                                          },
                                          "identifierName": "ix"
                                        },
                                        "name": "ix"
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "NumericLiteral",
                                        "start": 5276,
                                        "end": 5277,
                                        "loc": {
                                          "start": {
                                            "line": 232,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 232,
                                            "column": 24
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 2,
                                          "raw": "2"
                                        },
                                        "value": 2
                                      }
                                    },
                                    "operator": "<",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 5280,
                                      "end": 5285,
                                      "loc": {
                                        "start": {
                                          "line": 232,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 232,
                                          "column": 32
                                        },
                                        "identifierName": "count"
                                      },
                                      "name": "count"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BinaryExpression",
                                    "start": 5288,
                                    "end": 5294,
                                    "loc": {
                                      "start": {
                                        "line": 232,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 232,
                                        "column": 41
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 5288,
                                      "end": 5290,
                                      "loc": {
                                        "start": {
                                          "line": 232,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 232,
                                          "column": 37
                                        },
                                        "identifierName": "ix"
                                      },
                                      "name": "ix"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 5293,
                                      "end": 5294,
                                      "loc": {
                                        "start": {
                                          "line": 232,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 232,
                                          "column": 41
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 2,
                                        "raw": "2"
                                      },
                                      "value": 2
                                    }
                                  },
                                  "alternate": {
                                    "type": "NumericLiteral",
                                    "start": 5297,
                                    "end": 5298,
                                    "loc": {
                                      "start": {
                                        "line": 232,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 232,
                                        "column": 45
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 5303,
                            "end": 5344,
                            "loc": {
                              "start": {
                                "line": 233,
                                "column": 3
                              },
                              "end": {
                                "line": 233,
                                "column": 44
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 5309,
                                "end": 5343,
                                "loc": {
                                  "start": {
                                    "line": 233,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 233,
                                    "column": 43
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 5309,
                                  "end": 5310,
                                  "loc": {
                                    "start": {
                                      "line": 233,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 10
                                    },
                                    "identifierName": "x"
                                  },
                                  "name": "x"
                                },
                                "init": {
                                  "type": "BinaryExpression",
                                  "start": 5318,
                                  "end": 5343,
                                  "loc": {
                                    "start": {
                                      "line": 233,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 43
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 5318,
                                    "end": 5330,
                                    "loc": {
                                      "start": {
                                        "line": 233,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 233,
                                        "column": 30
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5318,
                                      "end": 5324,
                                      "loc": {
                                        "start": {
                                          "line": 233,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 233,
                                          "column": 24
                                        },
                                        "identifierName": "coords"
                                      },
                                      "name": "coords"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5325,
                                      "end": 5329,
                                      "loc": {
                                        "start": {
                                          "line": 233,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 233,
                                          "column": 29
                                        },
                                        "identifierName": "next"
                                      },
                                      "name": "next"
                                    },
                                    "computed": true
                                  },
                                  "operator": "-",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 5333,
                                    "end": 5343,
                                    "loc": {
                                      "start": {
                                        "line": 233,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 233,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5333,
                                      "end": 5339,
                                      "loc": {
                                        "start": {
                                          "line": 233,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 233,
                                          "column": 39
                                        },
                                        "identifierName": "coords"
                                      },
                                      "name": "coords"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5340,
                                      "end": 5342,
                                      "loc": {
                                        "start": {
                                          "line": 233,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 233,
                                          "column": 42
                                        },
                                        "identifierName": "ix"
                                      },
                                      "name": "ix"
                                    },
                                    "computed": true
                                  }
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 5348,
                            "end": 5393,
                            "loc": {
                              "start": {
                                "line": 234,
                                "column": 3
                              },
                              "end": {
                                "line": 234,
                                "column": 48
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 5354,
                                "end": 5392,
                                "loc": {
                                  "start": {
                                    "line": 234,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 234,
                                    "column": 47
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 5354,
                                  "end": 5355,
                                  "loc": {
                                    "start": {
                                      "line": 234,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 234,
                                      "column": 10
                                    },
                                    "identifierName": "y"
                                  },
                                  "name": "y"
                                },
                                "init": {
                                  "type": "BinaryExpression",
                                  "start": 5363,
                                  "end": 5392,
                                  "loc": {
                                    "start": {
                                      "line": 234,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 234,
                                      "column": 47
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 5363,
                                    "end": 5379,
                                    "loc": {
                                      "start": {
                                        "line": 234,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 234,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5363,
                                      "end": 5369,
                                      "loc": {
                                        "start": {
                                          "line": 234,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 234,
                                          "column": 24
                                        },
                                        "identifierName": "coords"
                                      },
                                      "name": "coords"
                                    },
                                    "property": {
                                      "type": "BinaryExpression",
                                      "start": 5370,
                                      "end": 5378,
                                      "loc": {
                                        "start": {
                                          "line": 234,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 234,
                                          "column": 33
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 5370,
                                        "end": 5374,
                                        "loc": {
                                          "start": {
                                            "line": 234,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 234,
                                            "column": 29
                                          },
                                          "identifierName": "next"
                                        },
                                        "name": "next"
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "NumericLiteral",
                                        "start": 5377,
                                        "end": 5378,
                                        "loc": {
                                          "start": {
                                            "line": 234,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 234,
                                            "column": 33
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 1,
                                          "raw": "1"
                                        },
                                        "value": 1
                                      }
                                    },
                                    "computed": true
                                  },
                                  "operator": "-",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 5382,
                                    "end": 5392,
                                    "loc": {
                                      "start": {
                                        "line": 234,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 234,
                                        "column": 47
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5382,
                                      "end": 5388,
                                      "loc": {
                                        "start": {
                                          "line": 234,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 234,
                                          "column": 43
                                        },
                                        "identifierName": "coords"
                                      },
                                      "name": "coords"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5389,
                                      "end": 5391,
                                      "loc": {
                                        "start": {
                                          "line": 234,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 234,
                                          "column": 46
                                        },
                                        "identifierName": "iy"
                                      },
                                      "name": "iy"
                                    },
                                    "computed": true
                                  }
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 5397,
                            "end": 5450,
                            "loc": {
                              "start": {
                                "line": 235,
                                "column": 3
                              },
                              "end": {
                                "line": 235,
                                "column": 56
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 5403,
                                "end": 5449,
                                "loc": {
                                  "start": {
                                    "line": 235,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 235,
                                    "column": 55
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 5403,
                                  "end": 5409,
                                  "loc": {
                                    "start": {
                                      "line": 235,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 235,
                                      "column": 15
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "init": {
                                  "type": "ConditionalExpression",
                                  "start": 5412,
                                  "end": 5449,
                                  "loc": {
                                    "start": {
                                      "line": 235,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 235,
                                      "column": 55
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 5412,
                                    "end": 5418,
                                    "loc": {
                                      "start": {
                                        "line": 235,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 235,
                                        "column": 24
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 5412,
                                      "end": 5413,
                                      "loc": {
                                        "start": {
                                          "line": 235,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 235,
                                          "column": 19
                                        },
                                        "identifierName": "x"
                                      },
                                      "name": "x"
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 5417,
                                      "end": 5418,
                                      "loc": {
                                        "start": {
                                          "line": 235,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 235,
                                          "column": 24
                                        },
                                        "identifierName": "y"
                                      },
                                      "name": "y"
                                    }
                                  },
                                  "consequent": {
                                    "type": "CallExpression",
                                    "start": 5421,
                                    "end": 5445,
                                    "loc": {
                                      "start": {
                                        "line": 235,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 235,
                                        "column": 51
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5421,
                                      "end": 5430,
                                      "loc": {
                                        "start": {
                                          "line": 235,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 235,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5421,
                                        "end": 5425,
                                        "loc": {
                                          "start": {
                                            "line": 235,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 235,
                                            "column": 31
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5426,
                                        "end": 5430,
                                        "loc": {
                                          "start": {
                                            "line": 235,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 235,
                                            "column": 36
                                          },
                                          "identifierName": "sqrt"
                                        },
                                        "name": "sqrt"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 5431,
                                        "end": 5444,
                                        "loc": {
                                          "start": {
                                            "line": 235,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 235,
                                            "column": 50
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 5431,
                                          "end": 5436,
                                          "loc": {
                                            "start": {
                                              "line": 235,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 235,
                                              "column": 42
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 5431,
                                            "end": 5432,
                                            "loc": {
                                              "start": {
                                                "line": 235,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 235,
                                                "column": 38
                                              },
                                              "identifierName": "x"
                                            },
                                            "name": "x"
                                          },
                                          "operator": "*",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 5435,
                                            "end": 5436,
                                            "loc": {
                                              "start": {
                                                "line": 235,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 235,
                                                "column": 42
                                              },
                                              "identifierName": "x"
                                            },
                                            "name": "x"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "BinaryExpression",
                                          "start": 5439,
                                          "end": 5444,
                                          "loc": {
                                            "start": {
                                              "line": 235,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 235,
                                              "column": 50
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 5439,
                                            "end": 5440,
                                            "loc": {
                                              "start": {
                                                "line": 235,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 235,
                                                "column": 46
                                              },
                                              "identifierName": "y"
                                            },
                                            "name": "y"
                                          },
                                          "operator": "*",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 5443,
                                            "end": 5444,
                                            "loc": {
                                              "start": {
                                                "line": 235,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 235,
                                                "column": 50
                                              },
                                              "identifierName": "y"
                                            },
                                            "name": "y"
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": {
                                    "type": "NumericLiteral",
                                    "start": 5448,
                                    "end": 5449,
                                    "loc": {
                                      "start": {
                                        "line": 235,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 235,
                                        "column": 55
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5455,
                            "end": 5471,
                            "loc": {
                              "start": {
                                "line": 237,
                                "column": 3
                              },
                              "end": {
                                "line": 237,
                                "column": 19
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 5455,
                              "end": 5470,
                              "loc": {
                                "start": {
                                  "line": 237,
                                  "column": 3
                                },
                                "end": {
                                  "line": 237,
                                  "column": 18
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 5455,
                                "end": 5464,
                                "loc": {
                                  "start": {
                                    "line": 237,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 237,
                                    "column": 12
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5455,
                                  "end": 5460,
                                  "loc": {
                                    "start": {
                                      "line": 237,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 237,
                                      "column": 8
                                    },
                                    "identifierName": "edges"
                                  },
                                  "name": "edges"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5461,
                                  "end": 5463,
                                  "loc": {
                                    "start": {
                                      "line": 237,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 237,
                                      "column": 11
                                    },
                                    "identifierName": "ix"
                                  },
                                  "name": "ix"
                                },
                                "computed": true
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 5469,
                                "end": 5470,
                                "loc": {
                                  "start": {
                                    "line": 237,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 237,
                                    "column": 18
                                  },
                                  "identifierName": "x"
                                },
                                "name": "x"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5475,
                            "end": 5491,
                            "loc": {
                              "start": {
                                "line": 238,
                                "column": 3
                              },
                              "end": {
                                "line": 238,
                                "column": 19
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 5475,
                              "end": 5490,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 3
                                },
                                "end": {
                                  "line": 238,
                                  "column": 18
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 5475,
                                "end": 5484,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 12
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5475,
                                  "end": 5480,
                                  "loc": {
                                    "start": {
                                      "line": 238,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 238,
                                      "column": 8
                                    },
                                    "identifierName": "edges"
                                  },
                                  "name": "edges"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5481,
                                  "end": 5483,
                                  "loc": {
                                    "start": {
                                      "line": 238,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 238,
                                      "column": 11
                                    },
                                    "identifierName": "iy"
                                  },
                                  "name": "iy"
                                },
                                "computed": true
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 5489,
                                "end": 5490,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 18
                                  },
                                  "identifierName": "y"
                                },
                                "name": "y"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5495,
                            "end": 5533,
                            "loc": {
                              "start": {
                                "line": 239,
                                "column": 3
                              },
                              "end": {
                                "line": 239,
                                "column": 41
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 5495,
                              "end": 5532,
                              "loc": {
                                "start": {
                                  "line": 239,
                                  "column": 3
                                },
                                "end": {
                                  "line": 239,
                                  "column": 40
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 5495,
                                "end": 5506,
                                "loc": {
                                  "start": {
                                    "line": 239,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 239,
                                    "column": 14
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5495,
                                  "end": 5502,
                                  "loc": {
                                    "start": {
                                      "line": 239,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 239,
                                      "column": 10
                                    },
                                    "identifierName": "normals"
                                  },
                                  "name": "normals"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5503,
                                  "end": 5505,
                                  "loc": {
                                    "start": {
                                      "line": 239,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 239,
                                      "column": 13
                                    },
                                    "identifierName": "ix"
                                  },
                                  "name": "ix"
                                },
                                "computed": true
                              },
                              "right": {
                                "type": "ConditionalExpression",
                                "start": 5509,
                                "end": 5532,
                                "loc": {
                                  "start": {
                                    "line": 239,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 239,
                                    "column": 40
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 5509,
                                  "end": 5515,
                                  "loc": {
                                    "start": {
                                      "line": 239,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 239,
                                      "column": 23
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "consequent": {
                                  "type": "BinaryExpression",
                                  "start": 5518,
                                  "end": 5528,
                                  "loc": {
                                    "start": {
                                      "line": 239,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 239,
                                      "column": 36
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 5518,
                                    "end": 5519,
                                    "loc": {
                                      "start": {
                                        "line": 239,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 239,
                                        "column": 27
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 5522,
                                    "end": 5528,
                                    "loc": {
                                      "start": {
                                        "line": 239,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 239,
                                        "column": 36
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  }
                                },
                                "alternate": {
                                  "type": "NumericLiteral",
                                  "start": 5531,
                                  "end": 5532,
                                  "loc": {
                                    "start": {
                                      "line": 239,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 239,
                                      "column": 40
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5537,
                            "end": 5576,
                            "loc": {
                              "start": {
                                "line": 240,
                                "column": 3
                              },
                              "end": {
                                "line": 240,
                                "column": 42
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 5537,
                              "end": 5575,
                              "loc": {
                                "start": {
                                  "line": 240,
                                  "column": 3
                                },
                                "end": {
                                  "line": 240,
                                  "column": 41
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 5537,
                                "end": 5548,
                                "loc": {
                                  "start": {
                                    "line": 240,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 240,
                                    "column": 14
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5537,
                                  "end": 5544,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 10
                                    },
                                    "identifierName": "normals"
                                  },
                                  "name": "normals"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5545,
                                  "end": 5547,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 13
                                    },
                                    "identifierName": "iy"
                                  },
                                  "name": "iy"
                                },
                                "computed": true
                              },
                              "right": {
                                "type": "ConditionalExpression",
                                "start": 5551,
                                "end": 5575,
                                "loc": {
                                  "start": {
                                    "line": 240,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 240,
                                    "column": 41
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 5551,
                                  "end": 5557,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 23
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "consequent": {
                                  "type": "BinaryExpression",
                                  "start": 5560,
                                  "end": 5571,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 37
                                    }
                                  },
                                  "left": {
                                    "type": "UnaryExpression",
                                    "start": 5560,
                                    "end": 5562,
                                    "loc": {
                                      "start": {
                                        "line": 240,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 240,
                                        "column": 28
                                      }
                                    },
                                    "operator": "-",
                                    "prefix": true,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 5561,
                                      "end": 5562,
                                      "loc": {
                                        "start": {
                                          "line": 240,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 240,
                                          "column": 28
                                        },
                                        "identifierName": "x"
                                      },
                                      "name": "x"
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 5565,
                                    "end": 5571,
                                    "loc": {
                                      "start": {
                                        "line": 240,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 240,
                                        "column": 37
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  }
                                },
                                "alternate": {
                                  "type": "NumericLiteral",
                                  "start": 5574,
                                  "end": 5575,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 41
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5584,
                      "end": 5612,
                      "loc": {
                        "start": {
                          "line": 243,
                          "column": 2
                        },
                        "end": {
                          "line": 243,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5584,
                        "end": 5611,
                        "loc": {
                          "start": {
                            "line": 243,
                            "column": 2
                          },
                          "end": {
                            "line": 243,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5584,
                          "end": 5603,
                          "loc": {
                            "start": {
                              "line": 243,
                              "column": 2
                            },
                            "end": {
                              "line": 243,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5584,
                            "end": 5588,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 2
                              },
                              "end": {
                                "line": 243,
                                "column": 6
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5589,
                            "end": 5603,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 7
                              },
                              "end": {
                                "line": 243,
                                "column": 21
                              },
                              "identifierName": "_dirty_normals"
                            },
                            "name": "_dirty_normals"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 5606,
                          "end": 5611,
                          "loc": {
                            "start": {
                              "line": 243,
                              "column": 24
                            },
                            "end": {
                              "line": 243,
                              "column": 29
                            }
                          },
                          "value": false
                        }
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n\t * Calculates the normals and edges of the polygon's sides\n\t ",
                    "start": 4973,
                    "end": 5041,
                    "loc": {
                      "start": {
                        "line": 222,
                        "column": 1
                      },
                      "end": {
                        "line": 224,
                        "column": 4
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * A polygon used to detect collisions\n * @class\n ",
              "start": 32,
              "end": 88,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 0
                },
                "end": {
                  "line": 6,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A polygon used to detect collisions\n * @class\n ",
            "start": 32,
            "end": 88,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "EmptyStatement",
        "start": 5617,
        "end": 5618,
        "loc": {
          "start": {
            "line": 245,
            "column": 1
          },
          "end": {
            "line": 245,
            "column": 2
          }
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * A polygon used to detect collisions\n * @class\n ",
      "start": 32,
      "end": 88,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * @constructor\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 ",
      "start": 134,
      "end": 703,
      "loc": {
        "start": {
          "line": 8,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t\t * @desc The angle of the body in radians\n\t\t * @type {Number}\n\t\t ",
      "start": 823,
      "end": 896,
      "loc": {
        "start": {
          "line": 21,
          "column": 2
        },
        "end": {
          "line": 24,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t\t * @desc The scale of the body along the X axis\n\t\t * @type {Number}\n\t\t ",
      "start": 922,
      "end": 1001,
      "loc": {
        "start": {
          "line": 27,
          "column": 2
        },
        "end": {
          "line": 30,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t\t * @desc The scale of the body along the Y axis\n\t\t * @type {Number}\n\t\t ",
      "start": 1031,
      "end": 1110,
      "loc": {
        "start": {
          "line": 33,
          "column": 2
        },
        "end": {
          "line": 36,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1141,
      "end": 1156,
      "loc": {
        "start": {
          "line": 40,
          "column": 2
        },
        "end": {
          "line": 40,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1184,
      "end": 1199,
      "loc": {
        "start": {
          "line": 43,
          "column": 2
        },
        "end": {
          "line": 43,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1218,
      "end": 1233,
      "loc": {
        "start": {
          "line": 46,
          "column": 2
        },
        "end": {
          "line": 46,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1252,
      "end": 1267,
      "loc": {
        "start": {
          "line": 49,
          "column": 2
        },
        "end": {
          "line": 49,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1294,
      "end": 1309,
      "loc": {
        "start": {
          "line": 52,
          "column": 2
        },
        "end": {
          "line": 52,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1340,
      "end": 1355,
      "loc": {
        "start": {
          "line": 55,
          "column": 2
        },
        "end": {
          "line": 55,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1386,
      "end": 1401,
      "loc": {
        "start": {
          "line": 58,
          "column": 2
        },
        "end": {
          "line": 58,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1424,
      "end": 1439,
      "loc": {
        "start": {
          "line": 61,
          "column": 2
        },
        "end": {
          "line": 61,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1462,
      "end": 1477,
      "loc": {
        "start": {
          "line": 64,
          "column": 2
        },
        "end": {
          "line": 64,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1500,
      "end": 1515,
      "loc": {
        "start": {
          "line": 67,
          "column": 2
        },
        "end": {
          "line": 67,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1538,
      "end": 1553,
      "loc": {
        "start": {
          "line": 70,
          "column": 2
        },
        "end": {
          "line": 70,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1580,
      "end": 1595,
      "loc": {
        "start": {
          "line": 73,
          "column": 2
        },
        "end": {
          "line": 73,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1622,
      "end": 1637,
      "loc": {
        "start": {
          "line": 76,
          "column": 2
        },
        "end": {
          "line": 76,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1663,
      "end": 1678,
      "loc": {
        "start": {
          "line": 79,
          "column": 2
        },
        "end": {
          "line": 79,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1706,
      "end": 1721,
      "loc": {
        "start": {
          "line": 82,
          "column": 2
        },
        "end": {
          "line": 82,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1754,
      "end": 1769,
      "loc": {
        "start": {
          "line": 85,
          "column": 2
        },
        "end": {
          "line": 85,
          "column": 17
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Draws the polygon to a CanvasRenderingContext2D's current path\n\t * @param {CanvasRenderingContext2D} context The context to add the shape to\n\t ",
      "start": 1856,
      "end": 2009,
      "loc": {
        "start": {
          "line": 91,
          "column": 1
        },
        "end": {
          "line": 94,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Sets the points making up the polygon. It's important to use this function when changing the polygon's shape to ensure internal data is also updated.\n\t * @param {Array<Number[]>} new_points An array of coordinate pairs making up the polygon - [[x1, y1], [x2, y2], ...]\n\t ",
      "start": 2660,
      "end": 2941,
      "loc": {
        "start": {
          "line": 126,
          "column": 1
        },
        "end": {
          "line": 129,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Calculates and caches the polygon's world coordinates based on its points, angle, and scale\n\t ",
      "start": 3429,
      "end": 3533,
      "loc": {
        "start": {
          "line": 150,
          "column": 1
        },
        "end": {
          "line": 152,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Calculates the normals and edges of the polygon's sides\n\t ",
      "start": 4973,
      "end": 5041,
      "loc": {
        "start": {
          "line": 222,
          "column": 1
        },
        "end": {
          "line": 224,
          "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": "Body",
      "start": 7,
      "end": 11,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 12,
      "end": 16,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./Body.mjs",
      "start": 17,
      "end": 29,
      "loc": {
        "start": {
          "line": 1,
          "column": 17
        },
        "end": {
          "line": 1,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29,
      "end": 30,
      "loc": {
        "start": {
          "line": 1,
          "column": 29
        },
        "end": {
          "line": 1,
          "column": 30
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A polygon used to detect collisions\n * @class\n ",
      "start": 32,
      "end": 88,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 3
        }
      }
    },
    {
      "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": 89,
      "end": 95,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 6
        }
      }
    },
    {
      "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": 96,
      "end": 103,
      "loc": {
        "start": {
          "line": 7,
          "column": 7
        },
        "end": {
          "line": 7,
          "column": 14
        }
      }
    },
    {
      "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": 104,
      "end": 109,
      "loc": {
        "start": {
          "line": 7,
          "column": 15
        },
        "end": {
          "line": 7,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Polygon",
      "start": 110,
      "end": 117,
      "loc": {
        "start": {
          "line": 7,
          "column": 21
        },
        "end": {
          "line": 7,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 118,
      "end": 125,
      "loc": {
        "start": {
          "line": 7,
          "column": 29
        },
        "end": {
          "line": 7,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Body",
      "start": 126,
      "end": 130,
      "loc": {
        "start": {
          "line": 7,
          "column": 37
        },
        "end": {
          "line": 7,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 131,
      "end": 132,
      "loc": {
        "start": {
          "line": 7,
          "column": 42
        },
        "end": {
          "line": 7,
          "column": 43
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * @constructor\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 ",
      "start": 134,
      "end": 703,
      "loc": {
        "start": {
          "line": 8,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 705,
      "end": 716,
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 716,
      "end": 717,
      "loc": {
        "start": {
          "line": 18,
          "column": 12
        },
        "end": {
          "line": 18,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 717,
      "end": 718,
      "loc": {
        "start": {
          "line": 18,
          "column": 13
        },
        "end": {
          "line": 18,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 719,
      "end": 720,
      "loc": {
        "start": {
          "line": 18,
          "column": 15
        },
        "end": {
          "line": 18,
          "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": 721,
      "end": 722,
      "loc": {
        "start": {
          "line": 18,
          "column": 17
        },
        "end": {
          "line": 18,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 722,
      "end": 723,
      "loc": {
        "start": {
          "line": 18,
          "column": 18
        },
        "end": {
          "line": 18,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 724,
      "end": 725,
      "loc": {
        "start": {
          "line": 18,
          "column": 20
        },
        "end": {
          "line": 18,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 726,
      "end": 727,
      "loc": {
        "start": {
          "line": 18,
          "column": 22
        },
        "end": {
          "line": 18,
          "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": 728,
      "end": 729,
      "loc": {
        "start": {
          "line": 18,
          "column": 24
        },
        "end": {
          "line": 18,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 729,
      "end": 730,
      "loc": {
        "start": {
          "line": 18,
          "column": 25
        },
        "end": {
          "line": 18,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 731,
      "end": 737,
      "loc": {
        "start": {
          "line": 18,
          "column": 27
        },
        "end": {
          "line": 18,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 738,
      "end": 739,
      "loc": {
        "start": {
          "line": 18,
          "column": 34
        },
        "end": {
          "line": 18,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 740,
      "end": 741,
      "loc": {
        "start": {
          "line": 18,
          "column": 36
        },
        "end": {
          "line": 18,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 741,
      "end": 742,
      "loc": {
        "start": {
          "line": 18,
          "column": 37
        },
        "end": {
          "line": 18,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 742,
      "end": 743,
      "loc": {
        "start": {
          "line": 18,
          "column": 38
        },
        "end": {
          "line": 18,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 744,
      "end": 749,
      "loc": {
        "start": {
          "line": 18,
          "column": 40
        },
        "end": {
          "line": 18,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 750,
      "end": 751,
      "loc": {
        "start": {
          "line": 18,
          "column": 46
        },
        "end": {
          "line": 18,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 752,
      "end": 753,
      "loc": {
        "start": {
          "line": 18,
          "column": 48
        },
        "end": {
          "line": 18,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 753,
      "end": 754,
      "loc": {
        "start": {
          "line": 18,
          "column": 49
        },
        "end": {
          "line": 18,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_x",
      "start": 755,
      "end": 762,
      "loc": {
        "start": {
          "line": 18,
          "column": 51
        },
        "end": {
          "line": 18,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 763,
      "end": 764,
      "loc": {
        "start": {
          "line": 18,
          "column": 59
        },
        "end": {
          "line": 18,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 765,
      "end": 766,
      "loc": {
        "start": {
          "line": 18,
          "column": 61
        },
        "end": {
          "line": 18,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 766,
      "end": 767,
      "loc": {
        "start": {
          "line": 18,
          "column": 62
        },
        "end": {
          "line": 18,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_y",
      "start": 768,
      "end": 775,
      "loc": {
        "start": {
          "line": 18,
          "column": 64
        },
        "end": {
          "line": 18,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 776,
      "end": 777,
      "loc": {
        "start": {
          "line": 18,
          "column": 72
        },
        "end": {
          "line": 18,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 778,
      "end": 779,
      "loc": {
        "start": {
          "line": 18,
          "column": 74
        },
        "end": {
          "line": 18,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 779,
      "end": 780,
      "loc": {
        "start": {
          "line": 18,
          "column": 75
        },
        "end": {
          "line": 18,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "padding",
      "start": 781,
      "end": 788,
      "loc": {
        "start": {
          "line": 18,
          "column": 77
        },
        "end": {
          "line": 18,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 789,
      "end": 790,
      "loc": {
        "start": {
          "line": 18,
          "column": 85
        },
        "end": {
          "line": 18,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 791,
      "end": 792,
      "loc": {
        "start": {
          "line": 18,
          "column": 87
        },
        "end": {
          "line": 18,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 792,
      "end": 793,
      "loc": {
        "start": {
          "line": 18,
          "column": 88
        },
        "end": {
          "line": 18,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 794,
      "end": 795,
      "loc": {
        "start": {
          "line": 18,
          "column": 90
        },
        "end": {
          "line": 18,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 798,
      "end": 803,
      "loc": {
        "start": {
          "line": 19,
          "column": 2
        },
        "end": {
          "line": 19,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 803,
      "end": 804,
      "loc": {
        "start": {
          "line": 19,
          "column": 7
        },
        "end": {
          "line": 19,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 804,
      "end": 805,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 805,
      "end": 806,
      "loc": {
        "start": {
          "line": 19,
          "column": 9
        },
        "end": {
          "line": 19,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 807,
      "end": 808,
      "loc": {
        "start": {
          "line": 19,
          "column": 11
        },
        "end": {
          "line": 19,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 808,
      "end": 809,
      "loc": {
        "start": {
          "line": 19,
          "column": 12
        },
        "end": {
          "line": 19,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "padding",
      "start": 810,
      "end": 817,
      "loc": {
        "start": {
          "line": 19,
          "column": 14
        },
        "end": {
          "line": 19,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 817,
      "end": 818,
      "loc": {
        "start": {
          "line": 19,
          "column": 21
        },
        "end": {
          "line": 19,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 818,
      "end": 819,
      "loc": {
        "start": {
          "line": 19,
          "column": 22
        },
        "end": {
          "line": 19,
          "column": 23
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t\t * @desc The angle of the body in radians\n\t\t * @type {Number}\n\t\t ",
      "start": 823,
      "end": 896,
      "loc": {
        "start": {
          "line": 21,
          "column": 2
        },
        "end": {
          "line": 24,
          "column": 5
        }
      }
    },
    {
      "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": 899,
      "end": 903,
      "loc": {
        "start": {
          "line": 25,
          "column": 2
        },
        "end": {
          "line": 25,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 903,
      "end": 904,
      "loc": {
        "start": {
          "line": 25,
          "column": 6
        },
        "end": {
          "line": 25,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 904,
      "end": 909,
      "loc": {
        "start": {
          "line": 25,
          "column": 7
        },
        "end": {
          "line": 25,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 910,
      "end": 911,
      "loc": {
        "start": {
          "line": 25,
          "column": 13
        },
        "end": {
          "line": 25,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 912,
      "end": 917,
      "loc": {
        "start": {
          "line": 25,
          "column": 15
        },
        "end": {
          "line": 25,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 917,
      "end": 918,
      "loc": {
        "start": {
          "line": 25,
          "column": 20
        },
        "end": {
          "line": 25,
          "column": 21
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t\t * @desc The scale of the body along the X axis\n\t\t * @type {Number}\n\t\t ",
      "start": 922,
      "end": 1001,
      "loc": {
        "start": {
          "line": 27,
          "column": 2
        },
        "end": {
          "line": 30,
          "column": 5
        }
      }
    },
    {
      "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": 1004,
      "end": 1008,
      "loc": {
        "start": {
          "line": 31,
          "column": 2
        },
        "end": {
          "line": 31,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1008,
      "end": 1009,
      "loc": {
        "start": {
          "line": 31,
          "column": 6
        },
        "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": "scale_x",
      "start": 1009,
      "end": 1016,
      "loc": {
        "start": {
          "line": 31,
          "column": 7
        },
        "end": {
          "line": 31,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1017,
      "end": 1018,
      "loc": {
        "start": {
          "line": 31,
          "column": 15
        },
        "end": {
          "line": 31,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_x",
      "start": 1019,
      "end": 1026,
      "loc": {
        "start": {
          "line": 31,
          "column": 17
        },
        "end": {
          "line": 31,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1026,
      "end": 1027,
      "loc": {
        "start": {
          "line": 31,
          "column": 24
        },
        "end": {
          "line": 31,
          "column": 25
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t\t * @desc The scale of the body along the Y axis\n\t\t * @type {Number}\n\t\t ",
      "start": 1031,
      "end": 1110,
      "loc": {
        "start": {
          "line": 33,
          "column": 2
        },
        "end": {
          "line": 36,
          "column": 5
        }
      }
    },
    {
      "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": 1113,
      "end": 1117,
      "loc": {
        "start": {
          "line": 37,
          "column": 2
        },
        "end": {
          "line": 37,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1117,
      "end": 1118,
      "loc": {
        "start": {
          "line": 37,
          "column": 6
        },
        "end": {
          "line": 37,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_y",
      "start": 1118,
      "end": 1125,
      "loc": {
        "start": {
          "line": 37,
          "column": 7
        },
        "end": {
          "line": 37,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1126,
      "end": 1127,
      "loc": {
        "start": {
          "line": 37,
          "column": 15
        },
        "end": {
          "line": 37,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_y",
      "start": 1128,
      "end": 1135,
      "loc": {
        "start": {
          "line": 37,
          "column": 17
        },
        "end": {
          "line": 37,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1135,
      "end": 1136,
      "loc": {
        "start": {
          "line": 37,
          "column": 24
        },
        "end": {
          "line": 37,
          "column": 25
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1141,
      "end": 1156,
      "loc": {
        "start": {
          "line": 40,
          "column": 2
        },
        "end": {
          "line": 40,
          "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": 1159,
      "end": 1163,
      "loc": {
        "start": {
          "line": 41,
          "column": 2
        },
        "end": {
          "line": 41,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1163,
      "end": 1164,
      "loc": {
        "start": {
          "line": 41,
          "column": 6
        },
        "end": {
          "line": 41,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_polygon",
      "start": 1164,
      "end": 1172,
      "loc": {
        "start": {
          "line": 41,
          "column": 7
        },
        "end": {
          "line": 41,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1173,
      "end": 1174,
      "loc": {
        "start": {
          "line": 41,
          "column": 16
        },
        "end": {
          "line": 41,
          "column": 17
        }
      }
    },
    {
      "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": 1175,
      "end": 1179,
      "loc": {
        "start": {
          "line": 41,
          "column": 18
        },
        "end": {
          "line": 41,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1179,
      "end": 1180,
      "loc": {
        "start": {
          "line": 41,
          "column": 22
        },
        "end": {
          "line": 41,
          "column": 23
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1184,
      "end": 1199,
      "loc": {
        "start": {
          "line": 43,
          "column": 2
        },
        "end": {
          "line": 43,
          "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": 1202,
      "end": 1206,
      "loc": {
        "start": {
          "line": 44,
          "column": 2
        },
        "end": {
          "line": 44,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1206,
      "end": 1207,
      "loc": {
        "start": {
          "line": 44,
          "column": 6
        },
        "end": {
          "line": 44,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_x",
      "start": 1207,
      "end": 1209,
      "loc": {
        "start": {
          "line": 44,
          "column": 7
        },
        "end": {
          "line": 44,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1210,
      "end": 1211,
      "loc": {
        "start": {
          "line": 44,
          "column": 10
        },
        "end": {
          "line": 44,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1212,
      "end": 1213,
      "loc": {
        "start": {
          "line": 44,
          "column": 12
        },
        "end": {
          "line": 44,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1213,
      "end": 1214,
      "loc": {
        "start": {
          "line": 44,
          "column": 13
        },
        "end": {
          "line": 44,
          "column": 14
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1218,
      "end": 1233,
      "loc": {
        "start": {
          "line": 46,
          "column": 2
        },
        "end": {
          "line": 46,
          "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": 1236,
      "end": 1240,
      "loc": {
        "start": {
          "line": 47,
          "column": 2
        },
        "end": {
          "line": 47,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1240,
      "end": 1241,
      "loc": {
        "start": {
          "line": 47,
          "column": 6
        },
        "end": {
          "line": 47,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_y",
      "start": 1241,
      "end": 1243,
      "loc": {
        "start": {
          "line": 47,
          "column": 7
        },
        "end": {
          "line": 47,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1244,
      "end": 1245,
      "loc": {
        "start": {
          "line": 47,
          "column": 10
        },
        "end": {
          "line": 47,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1246,
      "end": 1247,
      "loc": {
        "start": {
          "line": 47,
          "column": 12
        },
        "end": {
          "line": 47,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1247,
      "end": 1248,
      "loc": {
        "start": {
          "line": 47,
          "column": 13
        },
        "end": {
          "line": 47,
          "column": 14
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1252,
      "end": 1267,
      "loc": {
        "start": {
          "line": 49,
          "column": 2
        },
        "end": {
          "line": 49,
          "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": 1270,
      "end": 1274,
      "loc": {
        "start": {
          "line": 50,
          "column": 2
        },
        "end": {
          "line": 50,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1274,
      "end": 1275,
      "loc": {
        "start": {
          "line": 50,
          "column": 6
        },
        "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": "_angle",
      "start": 1275,
      "end": 1281,
      "loc": {
        "start": {
          "line": 50,
          "column": 7
        },
        "end": {
          "line": 50,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1282,
      "end": 1283,
      "loc": {
        "start": {
          "line": 50,
          "column": 14
        },
        "end": {
          "line": 50,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 1284,
      "end": 1289,
      "loc": {
        "start": {
          "line": 50,
          "column": 16
        },
        "end": {
          "line": 50,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1289,
      "end": 1290,
      "loc": {
        "start": {
          "line": 50,
          "column": 21
        },
        "end": {
          "line": 50,
          "column": 22
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1294,
      "end": 1309,
      "loc": {
        "start": {
          "line": 52,
          "column": 2
        },
        "end": {
          "line": 52,
          "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": 1312,
      "end": 1316,
      "loc": {
        "start": {
          "line": 53,
          "column": 2
        },
        "end": {
          "line": 53,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1316,
      "end": 1317,
      "loc": {
        "start": {
          "line": 53,
          "column": 6
        },
        "end": {
          "line": 53,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_scale_x",
      "start": 1317,
      "end": 1325,
      "loc": {
        "start": {
          "line": 53,
          "column": 7
        },
        "end": {
          "line": 53,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1326,
      "end": 1327,
      "loc": {
        "start": {
          "line": 53,
          "column": 16
        },
        "end": {
          "line": 53,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_x",
      "start": 1328,
      "end": 1335,
      "loc": {
        "start": {
          "line": 53,
          "column": 18
        },
        "end": {
          "line": 53,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1335,
      "end": 1336,
      "loc": {
        "start": {
          "line": 53,
          "column": 25
        },
        "end": {
          "line": 53,
          "column": 26
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1340,
      "end": 1355,
      "loc": {
        "start": {
          "line": 55,
          "column": 2
        },
        "end": {
          "line": 55,
          "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": 1358,
      "end": 1362,
      "loc": {
        "start": {
          "line": 56,
          "column": 2
        },
        "end": {
          "line": 56,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1362,
      "end": 1363,
      "loc": {
        "start": {
          "line": 56,
          "column": 6
        },
        "end": {
          "line": 56,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_scale_y",
      "start": 1363,
      "end": 1371,
      "loc": {
        "start": {
          "line": 56,
          "column": 7
        },
        "end": {
          "line": 56,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1372,
      "end": 1373,
      "loc": {
        "start": {
          "line": 56,
          "column": 16
        },
        "end": {
          "line": 56,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_y",
      "start": 1374,
      "end": 1381,
      "loc": {
        "start": {
          "line": 56,
          "column": 18
        },
        "end": {
          "line": 56,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1381,
      "end": 1382,
      "loc": {
        "start": {
          "line": 56,
          "column": 25
        },
        "end": {
          "line": 56,
          "column": 26
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1386,
      "end": 1401,
      "loc": {
        "start": {
          "line": 58,
          "column": 2
        },
        "end": {
          "line": 58,
          "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": 1404,
      "end": 1408,
      "loc": {
        "start": {
          "line": 59,
          "column": 2
        },
        "end": {
          "line": 59,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1408,
      "end": 1409,
      "loc": {
        "start": {
          "line": 59,
          "column": 6
        },
        "end": {
          "line": 59,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_min_x",
      "start": 1409,
      "end": 1415,
      "loc": {
        "start": {
          "line": 59,
          "column": 7
        },
        "end": {
          "line": 59,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1416,
      "end": 1417,
      "loc": {
        "start": {
          "line": 59,
          "column": 14
        },
        "end": {
          "line": 59,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1418,
      "end": 1419,
      "loc": {
        "start": {
          "line": 59,
          "column": 16
        },
        "end": {
          "line": 59,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1419,
      "end": 1420,
      "loc": {
        "start": {
          "line": 59,
          "column": 17
        },
        "end": {
          "line": 59,
          "column": 18
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1424,
      "end": 1439,
      "loc": {
        "start": {
          "line": 61,
          "column": 2
        },
        "end": {
          "line": 61,
          "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": 1442,
      "end": 1446,
      "loc": {
        "start": {
          "line": 62,
          "column": 2
        },
        "end": {
          "line": 62,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1446,
      "end": 1447,
      "loc": {
        "start": {
          "line": 62,
          "column": 6
        },
        "end": {
          "line": 62,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_min_y",
      "start": 1447,
      "end": 1453,
      "loc": {
        "start": {
          "line": 62,
          "column": 7
        },
        "end": {
          "line": 62,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1454,
      "end": 1455,
      "loc": {
        "start": {
          "line": 62,
          "column": 14
        },
        "end": {
          "line": 62,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1456,
      "end": 1457,
      "loc": {
        "start": {
          "line": 62,
          "column": 16
        },
        "end": {
          "line": 62,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1457,
      "end": 1458,
      "loc": {
        "start": {
          "line": 62,
          "column": 17
        },
        "end": {
          "line": 62,
          "column": 18
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1462,
      "end": 1477,
      "loc": {
        "start": {
          "line": 64,
          "column": 2
        },
        "end": {
          "line": 64,
          "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": 1480,
      "end": 1484,
      "loc": {
        "start": {
          "line": 65,
          "column": 2
        },
        "end": {
          "line": 65,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1484,
      "end": 1485,
      "loc": {
        "start": {
          "line": 65,
          "column": 6
        },
        "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": "_max_x",
      "start": 1485,
      "end": 1491,
      "loc": {
        "start": {
          "line": 65,
          "column": 7
        },
        "end": {
          "line": 65,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1492,
      "end": 1493,
      "loc": {
        "start": {
          "line": 65,
          "column": 14
        },
        "end": {
          "line": 65,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1494,
      "end": 1495,
      "loc": {
        "start": {
          "line": 65,
          "column": 16
        },
        "end": {
          "line": 65,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1495,
      "end": 1496,
      "loc": {
        "start": {
          "line": 65,
          "column": 17
        },
        "end": {
          "line": 65,
          "column": 18
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1500,
      "end": 1515,
      "loc": {
        "start": {
          "line": 67,
          "column": 2
        },
        "end": {
          "line": 67,
          "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": 1518,
      "end": 1522,
      "loc": {
        "start": {
          "line": 68,
          "column": 2
        },
        "end": {
          "line": 68,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1522,
      "end": 1523,
      "loc": {
        "start": {
          "line": 68,
          "column": 6
        },
        "end": {
          "line": 68,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_max_y",
      "start": 1523,
      "end": 1529,
      "loc": {
        "start": {
          "line": 68,
          "column": 7
        },
        "end": {
          "line": 68,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1530,
      "end": 1531,
      "loc": {
        "start": {
          "line": 68,
          "column": 14
        },
        "end": {
          "line": 68,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1532,
      "end": 1533,
      "loc": {
        "start": {
          "line": 68,
          "column": 16
        },
        "end": {
          "line": 68,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1533,
      "end": 1534,
      "loc": {
        "start": {
          "line": 68,
          "column": 17
        },
        "end": {
          "line": 68,
          "column": 18
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1538,
      "end": 1553,
      "loc": {
        "start": {
          "line": 70,
          "column": 2
        },
        "end": {
          "line": 70,
          "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": 1556,
      "end": 1560,
      "loc": {
        "start": {
          "line": 71,
          "column": 2
        },
        "end": {
          "line": 71,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1560,
      "end": 1561,
      "loc": {
        "start": {
          "line": 71,
          "column": 6
        },
        "end": {
          "line": 71,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_points",
      "start": 1561,
      "end": 1568,
      "loc": {
        "start": {
          "line": 71,
          "column": 7
        },
        "end": {
          "line": 71,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1569,
      "end": 1570,
      "loc": {
        "start": {
          "line": 71,
          "column": 15
        },
        "end": {
          "line": 71,
          "column": 16
        }
      }
    },
    {
      "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": 1571,
      "end": 1575,
      "loc": {
        "start": {
          "line": 71,
          "column": 17
        },
        "end": {
          "line": 71,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1575,
      "end": 1576,
      "loc": {
        "start": {
          "line": 71,
          "column": 21
        },
        "end": {
          "line": 71,
          "column": 22
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1580,
      "end": 1595,
      "loc": {
        "start": {
          "line": 73,
          "column": 2
        },
        "end": {
          "line": 73,
          "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": 1598,
      "end": 1602,
      "loc": {
        "start": {
          "line": 74,
          "column": 2
        },
        "end": {
          "line": 74,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1602,
      "end": 1603,
      "loc": {
        "start": {
          "line": 74,
          "column": 6
        },
        "end": {
          "line": 74,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_coords",
      "start": 1603,
      "end": 1610,
      "loc": {
        "start": {
          "line": 74,
          "column": 7
        },
        "end": {
          "line": 74,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1611,
      "end": 1612,
      "loc": {
        "start": {
          "line": 74,
          "column": 15
        },
        "end": {
          "line": 74,
          "column": 16
        }
      }
    },
    {
      "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": 1613,
      "end": 1617,
      "loc": {
        "start": {
          "line": 74,
          "column": 17
        },
        "end": {
          "line": 74,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1617,
      "end": 1618,
      "loc": {
        "start": {
          "line": 74,
          "column": 21
        },
        "end": {
          "line": 74,
          "column": 22
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1622,
      "end": 1637,
      "loc": {
        "start": {
          "line": 76,
          "column": 2
        },
        "end": {
          "line": 76,
          "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": 1640,
      "end": 1644,
      "loc": {
        "start": {
          "line": 77,
          "column": 2
        },
        "end": {
          "line": 77,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1644,
      "end": 1645,
      "loc": {
        "start": {
          "line": 77,
          "column": 6
        },
        "end": {
          "line": 77,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_edges",
      "start": 1645,
      "end": 1651,
      "loc": {
        "start": {
          "line": 77,
          "column": 7
        },
        "end": {
          "line": 77,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1652,
      "end": 1653,
      "loc": {
        "start": {
          "line": 77,
          "column": 14
        },
        "end": {
          "line": 77,
          "column": 15
        }
      }
    },
    {
      "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": 1654,
      "end": 1658,
      "loc": {
        "start": {
          "line": 77,
          "column": 16
        },
        "end": {
          "line": 77,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1658,
      "end": 1659,
      "loc": {
        "start": {
          "line": 77,
          "column": 20
        },
        "end": {
          "line": 77,
          "column": 21
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1663,
      "end": 1678,
      "loc": {
        "start": {
          "line": 79,
          "column": 2
        },
        "end": {
          "line": 79,
          "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": 1681,
      "end": 1685,
      "loc": {
        "start": {
          "line": 80,
          "column": 2
        },
        "end": {
          "line": 80,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1685,
      "end": 1686,
      "loc": {
        "start": {
          "line": 80,
          "column": 6
        },
        "end": {
          "line": 80,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_normals",
      "start": 1686,
      "end": 1694,
      "loc": {
        "start": {
          "line": 80,
          "column": 7
        },
        "end": {
          "line": 80,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1695,
      "end": 1696,
      "loc": {
        "start": {
          "line": 80,
          "column": 16
        },
        "end": {
          "line": 80,
          "column": 17
        }
      }
    },
    {
      "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": 1697,
      "end": 1701,
      "loc": {
        "start": {
          "line": 80,
          "column": 18
        },
        "end": {
          "line": 80,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1701,
      "end": 1702,
      "loc": {
        "start": {
          "line": 80,
          "column": 22
        },
        "end": {
          "line": 80,
          "column": 23
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1706,
      "end": 1721,
      "loc": {
        "start": {
          "line": 82,
          "column": 2
        },
        "end": {
          "line": 82,
          "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": 1724,
      "end": 1728,
      "loc": {
        "start": {
          "line": 83,
          "column": 2
        },
        "end": {
          "line": 83,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1728,
      "end": 1729,
      "loc": {
        "start": {
          "line": 83,
          "column": 6
        },
        "end": {
          "line": 83,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dirty_coords",
      "start": 1729,
      "end": 1742,
      "loc": {
        "start": {
          "line": 83,
          "column": 7
        },
        "end": {
          "line": 83,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1743,
      "end": 1744,
      "loc": {
        "start": {
          "line": 83,
          "column": 21
        },
        "end": {
          "line": 83,
          "column": 22
        }
      }
    },
    {
      "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": 1745,
      "end": 1749,
      "loc": {
        "start": {
          "line": 83,
          "column": 23
        },
        "end": {
          "line": 83,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1749,
      "end": 1750,
      "loc": {
        "start": {
          "line": 83,
          "column": 27
        },
        "end": {
          "line": 83,
          "column": 28
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @private ",
      "start": 1754,
      "end": 1769,
      "loc": {
        "start": {
          "line": 85,
          "column": 2
        },
        "end": {
          "line": 85,
          "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": 1772,
      "end": 1776,
      "loc": {
        "start": {
          "line": 86,
          "column": 2
        },
        "end": {
          "line": 86,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1776,
      "end": 1777,
      "loc": {
        "start": {
          "line": 86,
          "column": 6
        },
        "end": {
          "line": 86,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dirty_normals",
      "start": 1777,
      "end": 1791,
      "loc": {
        "start": {
          "line": 86,
          "column": 7
        },
        "end": {
          "line": 86,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1792,
      "end": 1793,
      "loc": {
        "start": {
          "line": 86,
          "column": 22
        },
        "end": {
          "line": 86,
          "column": 23
        }
      }
    },
    {
      "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": 1794,
      "end": 1798,
      "loc": {
        "start": {
          "line": 86,
          "column": 24
        },
        "end": {
          "line": 86,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1798,
      "end": 1799,
      "loc": {
        "start": {
          "line": 86,
          "column": 28
        },
        "end": {
          "line": 86,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Polygon",
      "start": 1803,
      "end": 1810,
      "loc": {
        "start": {
          "line": 88,
          "column": 2
        },
        "end": {
          "line": 88,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1810,
      "end": 1811,
      "loc": {
        "start": {
          "line": 88,
          "column": 9
        },
        "end": {
          "line": 88,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 1811,
      "end": 1820,
      "loc": {
        "start": {
          "line": 88,
          "column": 10
        },
        "end": {
          "line": 88,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1820,
      "end": 1821,
      "loc": {
        "start": {
          "line": 88,
          "column": 19
        },
        "end": {
          "line": 88,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setPoints",
      "start": 1821,
      "end": 1830,
      "loc": {
        "start": {
          "line": 88,
          "column": 20
        },
        "end": {
          "line": 88,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1830,
      "end": 1831,
      "loc": {
        "start": {
          "line": 88,
          "column": 29
        },
        "end": {
          "line": 88,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 1831,
      "end": 1835,
      "loc": {
        "start": {
          "line": 88,
          "column": 30
        },
        "end": {
          "line": 88,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1835,
      "end": 1836,
      "loc": {
        "start": {
          "line": 88,
          "column": 34
        },
        "end": {
          "line": 88,
          "column": 35
        }
      }
    },
    {
      "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": 1836,
      "end": 1840,
      "loc": {
        "start": {
          "line": 88,
          "column": 35
        },
        "end": {
          "line": 88,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1840,
      "end": 1841,
      "loc": {
        "start": {
          "line": 88,
          "column": 39
        },
        "end": {
          "line": 88,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 1842,
      "end": 1848,
      "loc": {
        "start": {
          "line": 88,
          "column": 41
        },
        "end": {
          "line": 88,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1848,
      "end": 1849,
      "loc": {
        "start": {
          "line": 88,
          "column": 47
        },
        "end": {
          "line": 88,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1849,
      "end": 1850,
      "loc": {
        "start": {
          "line": 88,
          "column": 48
        },
        "end": {
          "line": 88,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1852,
      "end": 1853,
      "loc": {
        "start": {
          "line": 89,
          "column": 1
        },
        "end": {
          "line": 89,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Draws the polygon to a CanvasRenderingContext2D's current path\n\t * @param {CanvasRenderingContext2D} context The context to add the shape to\n\t ",
      "start": 1856,
      "end": 2009,
      "loc": {
        "start": {
          "line": 91,
          "column": 1
        },
        "end": {
          "line": 94,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "draw",
      "start": 2011,
      "end": 2015,
      "loc": {
        "start": {
          "line": 95,
          "column": 1
        },
        "end": {
          "line": 95,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2015,
      "end": 2016,
      "loc": {
        "start": {
          "line": 95,
          "column": 5
        },
        "end": {
          "line": 95,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 2016,
      "end": 2023,
      "loc": {
        "start": {
          "line": 95,
          "column": 6
        },
        "end": {
          "line": 95,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2023,
      "end": 2024,
      "loc": {
        "start": {
          "line": 95,
          "column": 13
        },
        "end": {
          "line": 95,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2025,
      "end": 2026,
      "loc": {
        "start": {
          "line": 95,
          "column": 15
        },
        "end": {
          "line": 95,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2029,
      "end": 2031,
      "loc": {
        "start": {
          "line": 96,
          "column": 2
        },
        "end": {
          "line": 96,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2031,
      "end": 2032,
      "loc": {
        "start": {
          "line": 96,
          "column": 4
        },
        "end": {
          "line": 96,
          "column": 5
        }
      }
    },
    {
      "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": 2036,
      "end": 2040,
      "loc": {
        "start": {
          "line": 97,
          "column": 3
        },
        "end": {
          "line": 97,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2040,
      "end": 2041,
      "loc": {
        "start": {
          "line": 97,
          "column": 7
        },
        "end": {
          "line": 97,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dirty_coords",
      "start": 2041,
      "end": 2054,
      "loc": {
        "start": {
          "line": 97,
          "column": 8
        },
        "end": {
          "line": 97,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2055,
      "end": 2057,
      "loc": {
        "start": {
          "line": 97,
          "column": 22
        },
        "end": {
          "line": 97,
          "column": 24
        }
      }
    },
    {
      "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": 2061,
      "end": 2065,
      "loc": {
        "start": {
          "line": 98,
          "column": 3
        },
        "end": {
          "line": 98,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2065,
      "end": 2066,
      "loc": {
        "start": {
          "line": 98,
          "column": 7
        },
        "end": {
          "line": 98,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 2066,
      "end": 2067,
      "loc": {
        "start": {
          "line": 98,
          "column": 8
        },
        "end": {
          "line": 98,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2074,
      "end": 2077,
      "loc": {
        "start": {
          "line": 98,
          "column": 16
        },
        "end": {
          "line": 98,
          "column": 19
        }
      }
    },
    {
      "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": 2078,
      "end": 2082,
      "loc": {
        "start": {
          "line": 98,
          "column": 20
        },
        "end": {
          "line": 98,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2082,
      "end": 2083,
      "loc": {
        "start": {
          "line": 98,
          "column": 24
        },
        "end": {
          "line": 98,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_x",
      "start": 2083,
      "end": 2085,
      "loc": {
        "start": {
          "line": 98,
          "column": 25
        },
        "end": {
          "line": 98,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2086,
      "end": 2088,
      "loc": {
        "start": {
          "line": 98,
          "column": 28
        },
        "end": {
          "line": 98,
          "column": 30
        }
      }
    },
    {
      "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": 2092,
      "end": 2096,
      "loc": {
        "start": {
          "line": 99,
          "column": 3
        },
        "end": {
          "line": 99,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2096,
      "end": 2097,
      "loc": {
        "start": {
          "line": 99,
          "column": 7
        },
        "end": {
          "line": 99,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 2097,
      "end": 2098,
      "loc": {
        "start": {
          "line": 99,
          "column": 8
        },
        "end": {
          "line": 99,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2105,
      "end": 2108,
      "loc": {
        "start": {
          "line": 99,
          "column": 16
        },
        "end": {
          "line": 99,
          "column": 19
        }
      }
    },
    {
      "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": 2109,
      "end": 2113,
      "loc": {
        "start": {
          "line": 99,
          "column": 20
        },
        "end": {
          "line": 99,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2113,
      "end": 2114,
      "loc": {
        "start": {
          "line": 99,
          "column": 24
        },
        "end": {
          "line": 99,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_y",
      "start": 2114,
      "end": 2116,
      "loc": {
        "start": {
          "line": 99,
          "column": 25
        },
        "end": {
          "line": 99,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2117,
      "end": 2119,
      "loc": {
        "start": {
          "line": 99,
          "column": 28
        },
        "end": {
          "line": 99,
          "column": 30
        }
      }
    },
    {
      "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": 2123,
      "end": 2127,
      "loc": {
        "start": {
          "line": 100,
          "column": 3
        },
        "end": {
          "line": 100,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2127,
      "end": 2128,
      "loc": {
        "start": {
          "line": 100,
          "column": 7
        },
        "end": {
          "line": 100,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 2128,
      "end": 2133,
      "loc": {
        "start": {
          "line": 100,
          "column": 8
        },
        "end": {
          "line": 100,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2136,
      "end": 2139,
      "loc": {
        "start": {
          "line": 100,
          "column": 16
        },
        "end": {
          "line": 100,
          "column": 19
        }
      }
    },
    {
      "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": 2140,
      "end": 2144,
      "loc": {
        "start": {
          "line": 100,
          "column": 20
        },
        "end": {
          "line": 100,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2144,
      "end": 2145,
      "loc": {
        "start": {
          "line": 100,
          "column": 24
        },
        "end": {
          "line": 100,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_angle",
      "start": 2145,
      "end": 2151,
      "loc": {
        "start": {
          "line": 100,
          "column": 25
        },
        "end": {
          "line": 100,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2152,
      "end": 2154,
      "loc": {
        "start": {
          "line": 100,
          "column": 32
        },
        "end": {
          "line": 100,
          "column": 34
        }
      }
    },
    {
      "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": 2158,
      "end": 2162,
      "loc": {
        "start": {
          "line": 101,
          "column": 3
        },
        "end": {
          "line": 101,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2162,
      "end": 2163,
      "loc": {
        "start": {
          "line": 101,
          "column": 7
        },
        "end": {
          "line": 101,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_x",
      "start": 2163,
      "end": 2170,
      "loc": {
        "start": {
          "line": 101,
          "column": 8
        },
        "end": {
          "line": 101,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2171,
      "end": 2174,
      "loc": {
        "start": {
          "line": 101,
          "column": 16
        },
        "end": {
          "line": 101,
          "column": 19
        }
      }
    },
    {
      "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": 2175,
      "end": 2179,
      "loc": {
        "start": {
          "line": 101,
          "column": 20
        },
        "end": {
          "line": 101,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2179,
      "end": 2180,
      "loc": {
        "start": {
          "line": 101,
          "column": 24
        },
        "end": {
          "line": 101,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_scale_x",
      "start": 2180,
      "end": 2188,
      "loc": {
        "start": {
          "line": 101,
          "column": 25
        },
        "end": {
          "line": 101,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2189,
      "end": 2191,
      "loc": {
        "start": {
          "line": 101,
          "column": 34
        },
        "end": {
          "line": 101,
          "column": 36
        }
      }
    },
    {
      "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": 2195,
      "end": 2199,
      "loc": {
        "start": {
          "line": 102,
          "column": 3
        },
        "end": {
          "line": 102,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2199,
      "end": 2200,
      "loc": {
        "start": {
          "line": 102,
          "column": 7
        },
        "end": {
          "line": 102,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_y",
      "start": 2200,
      "end": 2207,
      "loc": {
        "start": {
          "line": 102,
          "column": 8
        },
        "end": {
          "line": 102,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2208,
      "end": 2211,
      "loc": {
        "start": {
          "line": 102,
          "column": 16
        },
        "end": {
          "line": 102,
          "column": 19
        }
      }
    },
    {
      "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": 2212,
      "end": 2216,
      "loc": {
        "start": {
          "line": 102,
          "column": 20
        },
        "end": {
          "line": 102,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2216,
      "end": 2217,
      "loc": {
        "start": {
          "line": 102,
          "column": 24
        },
        "end": {
          "line": 102,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_scale_y",
      "start": 2217,
      "end": 2225,
      "loc": {
        "start": {
          "line": 102,
          "column": 25
        },
        "end": {
          "line": 102,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2228,
      "end": 2229,
      "loc": {
        "start": {
          "line": 103,
          "column": 2
        },
        "end": {
          "line": 103,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2230,
      "end": 2231,
      "loc": {
        "start": {
          "line": 103,
          "column": 4
        },
        "end": {
          "line": 103,
          "column": 5
        }
      }
    },
    {
      "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": 2235,
      "end": 2239,
      "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": 2239,
      "end": 2240,
      "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": "_calculateCoords",
      "start": 2240,
      "end": 2256,
      "loc": {
        "start": {
          "line": 104,
          "column": 8
        },
        "end": {
          "line": 104,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2256,
      "end": 2257,
      "loc": {
        "start": {
          "line": 104,
          "column": 24
        },
        "end": {
          "line": 104,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2257,
      "end": 2258,
      "loc": {
        "start": {
          "line": 104,
          "column": 25
        },
        "end": {
          "line": 104,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2258,
      "end": 2259,
      "loc": {
        "start": {
          "line": 104,
          "column": 26
        },
        "end": {
          "line": 104,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2262,
      "end": 2263,
      "loc": {
        "start": {
          "line": 105,
          "column": 2
        },
        "end": {
          "line": 105,
          "column": 3
        }
      }
    },
    {
      "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": 2267,
      "end": 2272,
      "loc": {
        "start": {
          "line": 107,
          "column": 2
        },
        "end": {
          "line": 107,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2273,
      "end": 2279,
      "loc": {
        "start": {
          "line": 107,
          "column": 8
        },
        "end": {
          "line": 107,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2280,
      "end": 2281,
      "loc": {
        "start": {
          "line": 107,
          "column": 15
        },
        "end": {
          "line": 107,
          "column": 16
        }
      }
    },
    {
      "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": 2282,
      "end": 2286,
      "loc": {
        "start": {
          "line": 107,
          "column": 17
        },
        "end": {
          "line": 107,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2286,
      "end": 2287,
      "loc": {
        "start": {
          "line": 107,
          "column": 21
        },
        "end": {
          "line": 107,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_coords",
      "start": 2287,
      "end": 2294,
      "loc": {
        "start": {
          "line": 107,
          "column": 22
        },
        "end": {
          "line": 107,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2294,
      "end": 2295,
      "loc": {
        "start": {
          "line": 107,
          "column": 29
        },
        "end": {
          "line": 107,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2299,
      "end": 2301,
      "loc": {
        "start": {
          "line": 109,
          "column": 2
        },
        "end": {
          "line": 109,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2301,
      "end": 2302,
      "loc": {
        "start": {
          "line": 109,
          "column": 4
        },
        "end": {
          "line": 109,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2302,
      "end": 2308,
      "loc": {
        "start": {
          "line": 109,
          "column": 5
        },
        "end": {
          "line": 109,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2308,
      "end": 2309,
      "loc": {
        "start": {
          "line": 109,
          "column": 11
        },
        "end": {
          "line": 109,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2309,
      "end": 2315,
      "loc": {
        "start": {
          "line": 109,
          "column": 12
        },
        "end": {
          "line": 109,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 2316,
      "end": 2319,
      "loc": {
        "start": {
          "line": 109,
          "column": 19
        },
        "end": {
          "line": 109,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2320,
      "end": 2321,
      "loc": {
        "start": {
          "line": 109,
          "column": 23
        },
        "end": {
          "line": 109,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2321,
      "end": 2322,
      "loc": {
        "start": {
          "line": 109,
          "column": 24
        },
        "end": {
          "line": 109,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2323,
      "end": 2324,
      "loc": {
        "start": {
          "line": 109,
          "column": 26
        },
        "end": {
          "line": 109,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 2328,
      "end": 2335,
      "loc": {
        "start": {
          "line": 110,
          "column": 3
        },
        "end": {
          "line": 110,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2335,
      "end": 2336,
      "loc": {
        "start": {
          "line": 110,
          "column": 10
        },
        "end": {
          "line": 110,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moveTo",
      "start": 2336,
      "end": 2342,
      "loc": {
        "start": {
          "line": 110,
          "column": 11
        },
        "end": {
          "line": 110,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2342,
      "end": 2343,
      "loc": {
        "start": {
          "line": 110,
          "column": 17
        },
        "end": {
          "line": 110,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2343,
      "end": 2349,
      "loc": {
        "start": {
          "line": 110,
          "column": 18
        },
        "end": {
          "line": 110,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2349,
      "end": 2350,
      "loc": {
        "start": {
          "line": 110,
          "column": 24
        },
        "end": {
          "line": 110,
          "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": 2350,
      "end": 2351,
      "loc": {
        "start": {
          "line": 110,
          "column": 25
        },
        "end": {
          "line": 110,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2351,
      "end": 2352,
      "loc": {
        "start": {
          "line": 110,
          "column": 26
        },
        "end": {
          "line": 110,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2352,
      "end": 2353,
      "loc": {
        "start": {
          "line": 110,
          "column": 27
        },
        "end": {
          "line": 110,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2354,
      "end": 2360,
      "loc": {
        "start": {
          "line": 110,
          "column": 29
        },
        "end": {
          "line": 110,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2360,
      "end": 2361,
      "loc": {
        "start": {
          "line": 110,
          "column": 35
        },
        "end": {
          "line": 110,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2361,
      "end": 2362,
      "loc": {
        "start": {
          "line": 110,
          "column": 36
        },
        "end": {
          "line": 110,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2362,
      "end": 2363,
      "loc": {
        "start": {
          "line": 110,
          "column": 37
        },
        "end": {
          "line": 110,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2363,
      "end": 2364,
      "loc": {
        "start": {
          "line": 110,
          "column": 38
        },
        "end": {
          "line": 110,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2364,
      "end": 2365,
      "loc": {
        "start": {
          "line": 110,
          "column": 39
        },
        "end": {
          "line": 110,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 2369,
      "end": 2376,
      "loc": {
        "start": {
          "line": 111,
          "column": 3
        },
        "end": {
          "line": 111,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2376,
      "end": 2377,
      "loc": {
        "start": {
          "line": 111,
          "column": 10
        },
        "end": {
          "line": 111,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arc",
      "start": 2377,
      "end": 2380,
      "loc": {
        "start": {
          "line": 111,
          "column": 11
        },
        "end": {
          "line": 111,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2380,
      "end": 2381,
      "loc": {
        "start": {
          "line": 111,
          "column": 14
        },
        "end": {
          "line": 111,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2381,
      "end": 2387,
      "loc": {
        "start": {
          "line": 111,
          "column": 15
        },
        "end": {
          "line": 111,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2387,
      "end": 2388,
      "loc": {
        "start": {
          "line": 111,
          "column": 21
        },
        "end": {
          "line": 111,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2388,
      "end": 2389,
      "loc": {
        "start": {
          "line": 111,
          "column": 22
        },
        "end": {
          "line": 111,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2389,
      "end": 2390,
      "loc": {
        "start": {
          "line": 111,
          "column": 23
        },
        "end": {
          "line": 111,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2390,
      "end": 2391,
      "loc": {
        "start": {
          "line": 111,
          "column": 24
        },
        "end": {
          "line": 111,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2392,
      "end": 2398,
      "loc": {
        "start": {
          "line": 111,
          "column": 26
        },
        "end": {
          "line": 111,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2398,
      "end": 2399,
      "loc": {
        "start": {
          "line": 111,
          "column": 32
        },
        "end": {
          "line": 111,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2399,
      "end": 2400,
      "loc": {
        "start": {
          "line": 111,
          "column": 33
        },
        "end": {
          "line": 111,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2400,
      "end": 2401,
      "loc": {
        "start": {
          "line": 111,
          "column": 34
        },
        "end": {
          "line": 111,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2401,
      "end": 2402,
      "loc": {
        "start": {
          "line": 111,
          "column": 35
        },
        "end": {
          "line": 111,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2403,
      "end": 2404,
      "loc": {
        "start": {
          "line": 111,
          "column": 37
        },
        "end": {
          "line": 111,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2404,
      "end": 2405,
      "loc": {
        "start": {
          "line": 111,
          "column": 38
        },
        "end": {
          "line": 111,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2406,
      "end": 2407,
      "loc": {
        "start": {
          "line": 111,
          "column": 40
        },
        "end": {
          "line": 111,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2407,
      "end": 2408,
      "loc": {
        "start": {
          "line": 111,
          "column": 41
        },
        "end": {
          "line": 111,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 2409,
      "end": 2413,
      "loc": {
        "start": {
          "line": 111,
          "column": 43
        },
        "end": {
          "line": 111,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2413,
      "end": 2414,
      "loc": {
        "start": {
          "line": 111,
          "column": 47
        },
        "end": {
          "line": 111,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 2414,
      "end": 2416,
      "loc": {
        "start": {
          "line": 111,
          "column": 48
        },
        "end": {
          "line": 111,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 2417,
      "end": 2418,
      "loc": {
        "start": {
          "line": 111,
          "column": 51
        },
        "end": {
          "line": 111,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2419,
      "end": 2420,
      "loc": {
        "start": {
          "line": 111,
          "column": 53
        },
        "end": {
          "line": 111,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2420,
      "end": 2421,
      "loc": {
        "start": {
          "line": 111,
          "column": 54
        },
        "end": {
          "line": 111,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2421,
      "end": 2422,
      "loc": {
        "start": {
          "line": 111,
          "column": 55
        },
        "end": {
          "line": 111,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2425,
      "end": 2426,
      "loc": {
        "start": {
          "line": 112,
          "column": 2
        },
        "end": {
          "line": 112,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2429,
      "end": 2433,
      "loc": {
        "start": {
          "line": 113,
          "column": 2
        },
        "end": {
          "line": 113,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2434,
      "end": 2435,
      "loc": {
        "start": {
          "line": 113,
          "column": 7
        },
        "end": {
          "line": 113,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 2439,
      "end": 2446,
      "loc": {
        "start": {
          "line": 114,
          "column": 3
        },
        "end": {
          "line": 114,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2446,
      "end": 2447,
      "loc": {
        "start": {
          "line": 114,
          "column": 10
        },
        "end": {
          "line": 114,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moveTo",
      "start": 2447,
      "end": 2453,
      "loc": {
        "start": {
          "line": 114,
          "column": 11
        },
        "end": {
          "line": 114,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2453,
      "end": 2454,
      "loc": {
        "start": {
          "line": 114,
          "column": 17
        },
        "end": {
          "line": 114,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2454,
      "end": 2460,
      "loc": {
        "start": {
          "line": 114,
          "column": 18
        },
        "end": {
          "line": 114,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2460,
      "end": 2461,
      "loc": {
        "start": {
          "line": 114,
          "column": 24
        },
        "end": {
          "line": 114,
          "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": 2461,
      "end": 2462,
      "loc": {
        "start": {
          "line": 114,
          "column": 25
        },
        "end": {
          "line": 114,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2462,
      "end": 2463,
      "loc": {
        "start": {
          "line": 114,
          "column": 26
        },
        "end": {
          "line": 114,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2463,
      "end": 2464,
      "loc": {
        "start": {
          "line": 114,
          "column": 27
        },
        "end": {
          "line": 114,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2465,
      "end": 2471,
      "loc": {
        "start": {
          "line": 114,
          "column": 29
        },
        "end": {
          "line": 114,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2471,
      "end": 2472,
      "loc": {
        "start": {
          "line": 114,
          "column": 35
        },
        "end": {
          "line": 114,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2472,
      "end": 2473,
      "loc": {
        "start": {
          "line": 114,
          "column": 36
        },
        "end": {
          "line": 114,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2473,
      "end": 2474,
      "loc": {
        "start": {
          "line": 114,
          "column": 37
        },
        "end": {
          "line": 114,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2474,
      "end": 2475,
      "loc": {
        "start": {
          "line": 114,
          "column": 38
        },
        "end": {
          "line": 114,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2475,
      "end": 2476,
      "loc": {
        "start": {
          "line": 114,
          "column": 39
        },
        "end": {
          "line": 114,
          "column": 40
        }
      }
    },
    {
      "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": 2481,
      "end": 2484,
      "loc": {
        "start": {
          "line": 116,
          "column": 3
        },
        "end": {
          "line": 116,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2484,
      "end": 2485,
      "loc": {
        "start": {
          "line": 116,
          "column": 6
        },
        "end": {
          "line": 116,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 2485,
      "end": 2488,
      "loc": {
        "start": {
          "line": 116,
          "column": 7
        },
        "end": {
          "line": 116,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2489,
      "end": 2490,
      "loc": {
        "start": {
          "line": 116,
          "column": 11
        },
        "end": {
          "line": 116,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2491,
      "end": 2492,
      "loc": {
        "start": {
          "line": 116,
          "column": 13
        },
        "end": {
          "line": 116,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2493,
      "end": 2494,
      "loc": {
        "start": {
          "line": 116,
          "column": 15
        },
        "end": {
          "line": 116,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2494,
      "end": 2495,
      "loc": {
        "start": {
          "line": 116,
          "column": 16
        },
        "end": {
          "line": 116,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2496,
      "end": 2497,
      "loc": {
        "start": {
          "line": 116,
          "column": 18
        },
        "end": {
          "line": 116,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 2498,
      "end": 2499,
      "loc": {
        "start": {
          "line": 116,
          "column": 20
        },
        "end": {
          "line": 116,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2500,
      "end": 2506,
      "loc": {
        "start": {
          "line": 116,
          "column": 22
        },
        "end": {
          "line": 116,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2506,
      "end": 2507,
      "loc": {
        "start": {
          "line": 116,
          "column": 28
        },
        "end": {
          "line": 116,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2507,
      "end": 2513,
      "loc": {
        "start": {
          "line": 116,
          "column": 29
        },
        "end": {
          "line": 116,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2513,
      "end": 2514,
      "loc": {
        "start": {
          "line": 116,
          "column": 35
        },
        "end": {
          "line": 116,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2515,
      "end": 2516,
      "loc": {
        "start": {
          "line": 116,
          "column": 37
        },
        "end": {
          "line": 116,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 2517,
      "end": 2519,
      "loc": {
        "start": {
          "line": 116,
          "column": 39
        },
        "end": {
          "line": 116,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2520,
      "end": 2521,
      "loc": {
        "start": {
          "line": 116,
          "column": 42
        },
        "end": {
          "line": 116,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2521,
      "end": 2522,
      "loc": {
        "start": {
          "line": 116,
          "column": 43
        },
        "end": {
          "line": 116,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2523,
      "end": 2524,
      "loc": {
        "start": {
          "line": 116,
          "column": 45
        },
        "end": {
          "line": 116,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 2529,
      "end": 2536,
      "loc": {
        "start": {
          "line": 117,
          "column": 4
        },
        "end": {
          "line": 117,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2536,
      "end": 2537,
      "loc": {
        "start": {
          "line": 117,
          "column": 11
        },
        "end": {
          "line": 117,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineTo",
      "start": 2537,
      "end": 2543,
      "loc": {
        "start": {
          "line": 117,
          "column": 12
        },
        "end": {
          "line": 117,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2543,
      "end": 2544,
      "loc": {
        "start": {
          "line": 117,
          "column": 18
        },
        "end": {
          "line": 117,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2544,
      "end": 2550,
      "loc": {
        "start": {
          "line": 117,
          "column": 19
        },
        "end": {
          "line": 117,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2550,
      "end": 2551,
      "loc": {
        "start": {
          "line": 117,
          "column": 25
        },
        "end": {
          "line": 117,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2551,
      "end": 2552,
      "loc": {
        "start": {
          "line": 117,
          "column": 26
        },
        "end": {
          "line": 117,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2552,
      "end": 2553,
      "loc": {
        "start": {
          "line": 117,
          "column": 27
        },
        "end": {
          "line": 117,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2553,
      "end": 2554,
      "loc": {
        "start": {
          "line": 117,
          "column": 28
        },
        "end": {
          "line": 117,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2555,
      "end": 2561,
      "loc": {
        "start": {
          "line": 117,
          "column": 30
        },
        "end": {
          "line": 117,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2561,
      "end": 2562,
      "loc": {
        "start": {
          "line": 117,
          "column": 36
        },
        "end": {
          "line": 117,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2562,
      "end": 2563,
      "loc": {
        "start": {
          "line": 117,
          "column": 37
        },
        "end": {
          "line": 117,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2564,
      "end": 2565,
      "loc": {
        "start": {
          "line": 117,
          "column": 39
        },
        "end": {
          "line": 117,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2566,
      "end": 2567,
      "loc": {
        "start": {
          "line": 117,
          "column": 41
        },
        "end": {
          "line": 117,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2567,
      "end": 2568,
      "loc": {
        "start": {
          "line": 117,
          "column": 42
        },
        "end": {
          "line": 117,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2568,
      "end": 2569,
      "loc": {
        "start": {
          "line": 117,
          "column": 43
        },
        "end": {
          "line": 117,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2569,
      "end": 2570,
      "loc": {
        "start": {
          "line": 117,
          "column": 44
        },
        "end": {
          "line": 117,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2574,
      "end": 2575,
      "loc": {
        "start": {
          "line": 118,
          "column": 3
        },
        "end": {
          "line": 118,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2580,
      "end": 2582,
      "loc": {
        "start": {
          "line": 120,
          "column": 3
        },
        "end": {
          "line": 120,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2582,
      "end": 2583,
      "loc": {
        "start": {
          "line": 120,
          "column": 5
        },
        "end": {
          "line": 120,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2583,
      "end": 2589,
      "loc": {
        "start": {
          "line": 120,
          "column": 6
        },
        "end": {
          "line": 120,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2589,
      "end": 2590,
      "loc": {
        "start": {
          "line": 120,
          "column": 12
        },
        "end": {
          "line": 120,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2590,
      "end": 2596,
      "loc": {
        "start": {
          "line": 120,
          "column": 13
        },
        "end": {
          "line": 120,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 2597,
      "end": 2598,
      "loc": {
        "start": {
          "line": 120,
          "column": 20
        },
        "end": {
          "line": 120,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 4,
      "start": 2599,
      "end": 2600,
      "loc": {
        "start": {
          "line": 120,
          "column": 22
        },
        "end": {
          "line": 120,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2600,
      "end": 2601,
      "loc": {
        "start": {
          "line": 120,
          "column": 23
        },
        "end": {
          "line": 120,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2602,
      "end": 2603,
      "loc": {
        "start": {
          "line": 120,
          "column": 25
        },
        "end": {
          "line": 120,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 2608,
      "end": 2615,
      "loc": {
        "start": {
          "line": 121,
          "column": 4
        },
        "end": {
          "line": 121,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2615,
      "end": 2616,
      "loc": {
        "start": {
          "line": 121,
          "column": 11
        },
        "end": {
          "line": 121,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineTo",
      "start": 2616,
      "end": 2622,
      "loc": {
        "start": {
          "line": 121,
          "column": 12
        },
        "end": {
          "line": 121,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2622,
      "end": 2623,
      "loc": {
        "start": {
          "line": 121,
          "column": 18
        },
        "end": {
          "line": 121,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2623,
      "end": 2629,
      "loc": {
        "start": {
          "line": 121,
          "column": 19
        },
        "end": {
          "line": 121,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2629,
      "end": 2630,
      "loc": {
        "start": {
          "line": 121,
          "column": 25
        },
        "end": {
          "line": 121,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2630,
      "end": 2631,
      "loc": {
        "start": {
          "line": 121,
          "column": 26
        },
        "end": {
          "line": 121,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2631,
      "end": 2632,
      "loc": {
        "start": {
          "line": 121,
          "column": 27
        },
        "end": {
          "line": 121,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2632,
      "end": 2633,
      "loc": {
        "start": {
          "line": 121,
          "column": 28
        },
        "end": {
          "line": 121,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 2634,
      "end": 2640,
      "loc": {
        "start": {
          "line": 121,
          "column": 30
        },
        "end": {
          "line": 121,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2640,
      "end": 2641,
      "loc": {
        "start": {
          "line": 121,
          "column": 36
        },
        "end": {
          "line": 121,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2641,
      "end": 2642,
      "loc": {
        "start": {
          "line": 121,
          "column": 37
        },
        "end": {
          "line": 121,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2642,
      "end": 2643,
      "loc": {
        "start": {
          "line": 121,
          "column": 38
        },
        "end": {
          "line": 121,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2643,
      "end": 2644,
      "loc": {
        "start": {
          "line": 121,
          "column": 39
        },
        "end": {
          "line": 121,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2644,
      "end": 2645,
      "loc": {
        "start": {
          "line": 121,
          "column": 40
        },
        "end": {
          "line": 121,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2649,
      "end": 2650,
      "loc": {
        "start": {
          "line": 122,
          "column": 3
        },
        "end": {
          "line": 122,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2653,
      "end": 2654,
      "loc": {
        "start": {
          "line": 123,
          "column": 2
        },
        "end": {
          "line": 123,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2656,
      "end": 2657,
      "loc": {
        "start": {
          "line": 124,
          "column": 1
        },
        "end": {
          "line": 124,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Sets the points making up the polygon. It's important to use this function when changing the polygon's shape to ensure internal data is also updated.\n\t * @param {Array<Number[]>} new_points An array of coordinate pairs making up the polygon - [[x1, y1], [x2, y2], ...]\n\t ",
      "start": 2660,
      "end": 2941,
      "loc": {
        "start": {
          "line": 126,
          "column": 1
        },
        "end": {
          "line": 129,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setPoints",
      "start": 2943,
      "end": 2952,
      "loc": {
        "start": {
          "line": 130,
          "column": 1
        },
        "end": {
          "line": 130,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2952,
      "end": 2953,
      "loc": {
        "start": {
          "line": 130,
          "column": 10
        },
        "end": {
          "line": 130,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "new_points",
      "start": 2953,
      "end": 2963,
      "loc": {
        "start": {
          "line": 130,
          "column": 11
        },
        "end": {
          "line": 130,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2963,
      "end": 2964,
      "loc": {
        "start": {
          "line": 130,
          "column": 21
        },
        "end": {
          "line": 130,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2965,
      "end": 2966,
      "loc": {
        "start": {
          "line": 130,
          "column": 23
        },
        "end": {
          "line": 130,
          "column": 24
        }
      }
    },
    {
      "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": 2969,
      "end": 2974,
      "loc": {
        "start": {
          "line": 131,
          "column": 2
        },
        "end": {
          "line": 131,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 2975,
      "end": 2980,
      "loc": {
        "start": {
          "line": 131,
          "column": 8
        },
        "end": {
          "line": 131,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2981,
      "end": 2982,
      "loc": {
        "start": {
          "line": 131,
          "column": 14
        },
        "end": {
          "line": 131,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "new_points",
      "start": 2983,
      "end": 2993,
      "loc": {
        "start": {
          "line": 131,
          "column": 16
        },
        "end": {
          "line": 131,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2993,
      "end": 2994,
      "loc": {
        "start": {
          "line": 131,
          "column": 26
        },
        "end": {
          "line": 131,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2994,
      "end": 3000,
      "loc": {
        "start": {
          "line": 131,
          "column": 27
        },
        "end": {
          "line": 131,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3000,
      "end": 3001,
      "loc": {
        "start": {
          "line": 131,
          "column": 33
        },
        "end": {
          "line": 131,
          "column": 34
        }
      }
    },
    {
      "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": 3005,
      "end": 3009,
      "loc": {
        "start": {
          "line": 133,
          "column": 2
        },
        "end": {
          "line": 133,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3009,
      "end": 3010,
      "loc": {
        "start": {
          "line": 133,
          "column": 6
        },
        "end": {
          "line": 133,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_points",
      "start": 3010,
      "end": 3017,
      "loc": {
        "start": {
          "line": 133,
          "column": 7
        },
        "end": {
          "line": 133,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3019,
      "end": 3020,
      "loc": {
        "start": {
          "line": 133,
          "column": 16
        },
        "end": {
          "line": 133,
          "column": 17
        }
      }
    },
    {
      "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": 3021,
      "end": 3024,
      "loc": {
        "start": {
          "line": 133,
          "column": 18
        },
        "end": {
          "line": 133,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Float64Array",
      "start": 3025,
      "end": 3037,
      "loc": {
        "start": {
          "line": 133,
          "column": 22
        },
        "end": {
          "line": 133,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3037,
      "end": 3038,
      "loc": {
        "start": {
          "line": 133,
          "column": 34
        },
        "end": {
          "line": 133,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 3038,
      "end": 3043,
      "loc": {
        "start": {
          "line": 133,
          "column": 35
        },
        "end": {
          "line": 133,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3044,
      "end": 3045,
      "loc": {
        "start": {
          "line": 133,
          "column": 41
        },
        "end": {
          "line": 133,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 3046,
      "end": 3047,
      "loc": {
        "start": {
          "line": 133,
          "column": 43
        },
        "end": {
          "line": 133,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3047,
      "end": 3048,
      "loc": {
        "start": {
          "line": 133,
          "column": 44
        },
        "end": {
          "line": 133,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3048,
      "end": 3049,
      "loc": {
        "start": {
          "line": 133,
          "column": 45
        },
        "end": {
          "line": 133,
          "column": 46
        }
      }
    },
    {
      "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": 3052,
      "end": 3056,
      "loc": {
        "start": {
          "line": 134,
          "column": 2
        },
        "end": {
          "line": 134,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3056,
      "end": 3057,
      "loc": {
        "start": {
          "line": 134,
          "column": 6
        },
        "end": {
          "line": 134,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_coords",
      "start": 3057,
      "end": 3064,
      "loc": {
        "start": {
          "line": 134,
          "column": 7
        },
        "end": {
          "line": 134,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3066,
      "end": 3067,
      "loc": {
        "start": {
          "line": 134,
          "column": 16
        },
        "end": {
          "line": 134,
          "column": 17
        }
      }
    },
    {
      "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": 3068,
      "end": 3071,
      "loc": {
        "start": {
          "line": 134,
          "column": 18
        },
        "end": {
          "line": 134,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Float64Array",
      "start": 3072,
      "end": 3084,
      "loc": {
        "start": {
          "line": 134,
          "column": 22
        },
        "end": {
          "line": 134,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3084,
      "end": 3085,
      "loc": {
        "start": {
          "line": 134,
          "column": 34
        },
        "end": {
          "line": 134,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 3085,
      "end": 3090,
      "loc": {
        "start": {
          "line": 134,
          "column": 35
        },
        "end": {
          "line": 134,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3091,
      "end": 3092,
      "loc": {
        "start": {
          "line": 134,
          "column": 41
        },
        "end": {
          "line": 134,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 3093,
      "end": 3094,
      "loc": {
        "start": {
          "line": 134,
          "column": 43
        },
        "end": {
          "line": 134,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3094,
      "end": 3095,
      "loc": {
        "start": {
          "line": 134,
          "column": 44
        },
        "end": {
          "line": 134,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3095,
      "end": 3096,
      "loc": {
        "start": {
          "line": 134,
          "column": 45
        },
        "end": {
          "line": 134,
          "column": 46
        }
      }
    },
    {
      "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": 3099,
      "end": 3103,
      "loc": {
        "start": {
          "line": 135,
          "column": 2
        },
        "end": {
          "line": 135,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 135,
          "column": 6
        },
        "end": {
          "line": 135,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_edges",
      "start": 3104,
      "end": 3110,
      "loc": {
        "start": {
          "line": 135,
          "column": 7
        },
        "end": {
          "line": 135,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3113,
      "end": 3114,
      "loc": {
        "start": {
          "line": 135,
          "column": 16
        },
        "end": {
          "line": 135,
          "column": 17
        }
      }
    },
    {
      "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": 3115,
      "end": 3118,
      "loc": {
        "start": {
          "line": 135,
          "column": 18
        },
        "end": {
          "line": 135,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Float64Array",
      "start": 3119,
      "end": 3131,
      "loc": {
        "start": {
          "line": 135,
          "column": 22
        },
        "end": {
          "line": 135,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3131,
      "end": 3132,
      "loc": {
        "start": {
          "line": 135,
          "column": 34
        },
        "end": {
          "line": 135,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 3132,
      "end": 3137,
      "loc": {
        "start": {
          "line": 135,
          "column": 35
        },
        "end": {
          "line": 135,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3138,
      "end": 3139,
      "loc": {
        "start": {
          "line": 135,
          "column": 41
        },
        "end": {
          "line": 135,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 3140,
      "end": 3141,
      "loc": {
        "start": {
          "line": 135,
          "column": 43
        },
        "end": {
          "line": 135,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3141,
      "end": 3142,
      "loc": {
        "start": {
          "line": 135,
          "column": 44
        },
        "end": {
          "line": 135,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3142,
      "end": 3143,
      "loc": {
        "start": {
          "line": 135,
          "column": 45
        },
        "end": {
          "line": 135,
          "column": 46
        }
      }
    },
    {
      "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": 3146,
      "end": 3150,
      "loc": {
        "start": {
          "line": 136,
          "column": 2
        },
        "end": {
          "line": 136,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3150,
      "end": 3151,
      "loc": {
        "start": {
          "line": 136,
          "column": 6
        },
        "end": {
          "line": 136,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_normals",
      "start": 3151,
      "end": 3159,
      "loc": {
        "start": {
          "line": 136,
          "column": 7
        },
        "end": {
          "line": 136,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3160,
      "end": 3161,
      "loc": {
        "start": {
          "line": 136,
          "column": 16
        },
        "end": {
          "line": 136,
          "column": 17
        }
      }
    },
    {
      "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": 3162,
      "end": 3165,
      "loc": {
        "start": {
          "line": 136,
          "column": 18
        },
        "end": {
          "line": 136,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Float64Array",
      "start": 3166,
      "end": 3178,
      "loc": {
        "start": {
          "line": 136,
          "column": 22
        },
        "end": {
          "line": 136,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3178,
      "end": 3179,
      "loc": {
        "start": {
          "line": 136,
          "column": 34
        },
        "end": {
          "line": 136,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 3179,
      "end": 3184,
      "loc": {
        "start": {
          "line": 136,
          "column": 35
        },
        "end": {
          "line": 136,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3185,
      "end": 3186,
      "loc": {
        "start": {
          "line": 136,
          "column": 41
        },
        "end": {
          "line": 136,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 3187,
      "end": 3188,
      "loc": {
        "start": {
          "line": 136,
          "column": 43
        },
        "end": {
          "line": 136,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3188,
      "end": 3189,
      "loc": {
        "start": {
          "line": 136,
          "column": 44
        },
        "end": {
          "line": 136,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3189,
      "end": 3190,
      "loc": {
        "start": {
          "line": 136,
          "column": 45
        },
        "end": {
          "line": 136,
          "column": 46
        }
      }
    },
    {
      "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": 3194,
      "end": 3199,
      "loc": {
        "start": {
          "line": 138,
          "column": 2
        },
        "end": {
          "line": 138,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 3200,
      "end": 3206,
      "loc": {
        "start": {
          "line": 138,
          "column": 8
        },
        "end": {
          "line": 138,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3207,
      "end": 3208,
      "loc": {
        "start": {
          "line": 138,
          "column": 15
        },
        "end": {
          "line": 138,
          "column": 16
        }
      }
    },
    {
      "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": 3209,
      "end": 3213,
      "loc": {
        "start": {
          "line": 138,
          "column": 17
        },
        "end": {
          "line": 138,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3213,
      "end": 3214,
      "loc": {
        "start": {
          "line": 138,
          "column": 21
        },
        "end": {
          "line": 138,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_points",
      "start": 3214,
      "end": 3221,
      "loc": {
        "start": {
          "line": 138,
          "column": 22
        },
        "end": {
          "line": 138,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3221,
      "end": 3222,
      "loc": {
        "start": {
          "line": 138,
          "column": 29
        },
        "end": {
          "line": 138,
          "column": 30
        }
      }
    },
    {
      "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": 3226,
      "end": 3229,
      "loc": {
        "start": {
          "line": 140,
          "column": 2
        },
        "end": {
          "line": 140,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3229,
      "end": 3230,
      "loc": {
        "start": {
          "line": 140,
          "column": 5
        },
        "end": {
          "line": 140,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3230,
      "end": 3233,
      "loc": {
        "start": {
          "line": 140,
          "column": 6
        },
        "end": {
          "line": 140,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3234,
      "end": 3235,
      "loc": {
        "start": {
          "line": 140,
          "column": 10
        },
        "end": {
          "line": 140,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3236,
      "end": 3237,
      "loc": {
        "start": {
          "line": 140,
          "column": 12
        },
        "end": {
          "line": 140,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3238,
      "end": 3239,
      "loc": {
        "start": {
          "line": 140,
          "column": 14
        },
        "end": {
          "line": 140,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3239,
      "end": 3240,
      "loc": {
        "start": {
          "line": 140,
          "column": 15
        },
        "end": {
          "line": 140,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 3241,
      "end": 3243,
      "loc": {
        "start": {
          "line": 140,
          "column": 17
        },
        "end": {
          "line": 140,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3244,
      "end": 3245,
      "loc": {
        "start": {
          "line": 140,
          "column": 20
        },
        "end": {
          "line": 140,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3246,
      "end": 3247,
      "loc": {
        "start": {
          "line": 140,
          "column": 22
        },
        "end": {
          "line": 140,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3247,
      "end": 3248,
      "loc": {
        "start": {
          "line": 140,
          "column": 23
        },
        "end": {
          "line": 140,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iy",
      "start": 3249,
      "end": 3251,
      "loc": {
        "start": {
          "line": 140,
          "column": 25
        },
        "end": {
          "line": 140,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3252,
      "end": 3253,
      "loc": {
        "start": {
          "line": 140,
          "column": 28
        },
        "end": {
          "line": 140,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3254,
      "end": 3255,
      "loc": {
        "start": {
          "line": 140,
          "column": 30
        },
        "end": {
          "line": 140,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3255,
      "end": 3256,
      "loc": {
        "start": {
          "line": 140,
          "column": 31
        },
        "end": {
          "line": 140,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3257,
      "end": 3258,
      "loc": {
        "start": {
          "line": 140,
          "column": 33
        },
        "end": {
          "line": 140,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 3259,
      "end": 3260,
      "loc": {
        "start": {
          "line": 140,
          "column": 35
        },
        "end": {
          "line": 140,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 3261,
      "end": 3266,
      "loc": {
        "start": {
          "line": 140,
          "column": 37
        },
        "end": {
          "line": 140,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3266,
      "end": 3267,
      "loc": {
        "start": {
          "line": 140,
          "column": 42
        },
        "end": {
          "line": 140,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 3268,
      "end": 3270,
      "loc": {
        "start": {
          "line": 140,
          "column": 44
        },
        "end": {
          "line": 140,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3270,
      "end": 3271,
      "loc": {
        "start": {
          "line": 140,
          "column": 46
        },
        "end": {
          "line": 140,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3271,
      "end": 3272,
      "loc": {
        "start": {
          "line": 140,
          "column": 47
        },
        "end": {
          "line": 140,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 3273,
      "end": 3275,
      "loc": {
        "start": {
          "line": 140,
          "column": 49
        },
        "end": {
          "line": 140,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3276,
      "end": 3278,
      "loc": {
        "start": {
          "line": 140,
          "column": 52
        },
        "end": {
          "line": 140,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 3279,
      "end": 3280,
      "loc": {
        "start": {
          "line": 140,
          "column": 55
        },
        "end": {
          "line": 140,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3280,
      "end": 3281,
      "loc": {
        "start": {
          "line": 140,
          "column": 56
        },
        "end": {
          "line": 140,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iy",
      "start": 3282,
      "end": 3284,
      "loc": {
        "start": {
          "line": 140,
          "column": 58
        },
        "end": {
          "line": 140,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3285,
      "end": 3287,
      "loc": {
        "start": {
          "line": 140,
          "column": 61
        },
        "end": {
          "line": 140,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 3288,
      "end": 3289,
      "loc": {
        "start": {
          "line": 140,
          "column": 64
        },
        "end": {
          "line": 140,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3289,
      "end": 3290,
      "loc": {
        "start": {
          "line": 140,
          "column": 65
        },
        "end": {
          "line": 140,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3291,
      "end": 3292,
      "loc": {
        "start": {
          "line": 140,
          "column": 67
        },
        "end": {
          "line": 140,
          "column": 68
        }
      }
    },
    {
      "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": 3296,
      "end": 3301,
      "loc": {
        "start": {
          "line": 141,
          "column": 3
        },
        "end": {
          "line": 141,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "new_point",
      "start": 3302,
      "end": 3311,
      "loc": {
        "start": {
          "line": 141,
          "column": 9
        },
        "end": {
          "line": 141,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3312,
      "end": 3313,
      "loc": {
        "start": {
          "line": 141,
          "column": 19
        },
        "end": {
          "line": 141,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "new_points",
      "start": 3314,
      "end": 3324,
      "loc": {
        "start": {
          "line": 141,
          "column": 21
        },
        "end": {
          "line": 141,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3324,
      "end": 3325,
      "loc": {
        "start": {
          "line": 141,
          "column": 31
        },
        "end": {
          "line": 141,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3325,
      "end": 3326,
      "loc": {
        "start": {
          "line": 141,
          "column": 32
        },
        "end": {
          "line": 141,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3326,
      "end": 3327,
      "loc": {
        "start": {
          "line": 141,
          "column": 33
        },
        "end": {
          "line": 141,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3327,
      "end": 3328,
      "loc": {
        "start": {
          "line": 141,
          "column": 34
        },
        "end": {
          "line": 141,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 3333,
      "end": 3339,
      "loc": {
        "start": {
          "line": 143,
          "column": 3
        },
        "end": {
          "line": 143,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3339,
      "end": 3340,
      "loc": {
        "start": {
          "line": 143,
          "column": 9
        },
        "end": {
          "line": 143,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 3340,
      "end": 3342,
      "loc": {
        "start": {
          "line": 143,
          "column": 10
        },
        "end": {
          "line": 143,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3342,
      "end": 3343,
      "loc": {
        "start": {
          "line": 143,
          "column": 12
        },
        "end": {
          "line": 143,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3344,
      "end": 3345,
      "loc": {
        "start": {
          "line": 143,
          "column": 14
        },
        "end": {
          "line": 143,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "new_point",
      "start": 3346,
      "end": 3355,
      "loc": {
        "start": {
          "line": 143,
          "column": 16
        },
        "end": {
          "line": 143,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3355,
      "end": 3356,
      "loc": {
        "start": {
          "line": 143,
          "column": 25
        },
        "end": {
          "line": 143,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3356,
      "end": 3357,
      "loc": {
        "start": {
          "line": 143,
          "column": 26
        },
        "end": {
          "line": 143,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3357,
      "end": 3358,
      "loc": {
        "start": {
          "line": 143,
          "column": 27
        },
        "end": {
          "line": 143,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3358,
      "end": 3359,
      "loc": {
        "start": {
          "line": 143,
          "column": 28
        },
        "end": {
          "line": 143,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 3363,
      "end": 3369,
      "loc": {
        "start": {
          "line": 144,
          "column": 3
        },
        "end": {
          "line": 144,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3369,
      "end": 3370,
      "loc": {
        "start": {
          "line": 144,
          "column": 9
        },
        "end": {
          "line": 144,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iy",
      "start": 3370,
      "end": 3372,
      "loc": {
        "start": {
          "line": 144,
          "column": 10
        },
        "end": {
          "line": 144,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3372,
      "end": 3373,
      "loc": {
        "start": {
          "line": 144,
          "column": 12
        },
        "end": {
          "line": 144,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3374,
      "end": 3375,
      "loc": {
        "start": {
          "line": 144,
          "column": 14
        },
        "end": {
          "line": 144,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "new_point",
      "start": 3376,
      "end": 3385,
      "loc": {
        "start": {
          "line": 144,
          "column": 16
        },
        "end": {
          "line": 144,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3385,
      "end": 3386,
      "loc": {
        "start": {
          "line": 144,
          "column": 25
        },
        "end": {
          "line": 144,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3386,
      "end": 3387,
      "loc": {
        "start": {
          "line": 144,
          "column": 26
        },
        "end": {
          "line": 144,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3387,
      "end": 3388,
      "loc": {
        "start": {
          "line": 144,
          "column": 27
        },
        "end": {
          "line": 144,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3388,
      "end": 3389,
      "loc": {
        "start": {
          "line": 144,
          "column": 28
        },
        "end": {
          "line": 144,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3392,
      "end": 3393,
      "loc": {
        "start": {
          "line": 145,
          "column": 2
        },
        "end": {
          "line": 145,
          "column": 3
        }
      }
    },
    {
      "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": 3397,
      "end": 3401,
      "loc": {
        "start": {
          "line": 147,
          "column": 2
        },
        "end": {
          "line": 147,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3401,
      "end": 3402,
      "loc": {
        "start": {
          "line": 147,
          "column": 6
        },
        "end": {
          "line": 147,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dirty_coords",
      "start": 3402,
      "end": 3415,
      "loc": {
        "start": {
          "line": 147,
          "column": 7
        },
        "end": {
          "line": 147,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3416,
      "end": 3417,
      "loc": {
        "start": {
          "line": 147,
          "column": 21
        },
        "end": {
          "line": 147,
          "column": 22
        }
      }
    },
    {
      "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": 3418,
      "end": 3422,
      "loc": {
        "start": {
          "line": 147,
          "column": 23
        },
        "end": {
          "line": 147,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3422,
      "end": 3423,
      "loc": {
        "start": {
          "line": 147,
          "column": 27
        },
        "end": {
          "line": 147,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3425,
      "end": 3426,
      "loc": {
        "start": {
          "line": 148,
          "column": 1
        },
        "end": {
          "line": 148,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Calculates and caches the polygon's world coordinates based on its points, angle, and scale\n\t ",
      "start": 3429,
      "end": 3533,
      "loc": {
        "start": {
          "line": 150,
          "column": 1
        },
        "end": {
          "line": 152,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_calculateCoords",
      "start": 3535,
      "end": 3551,
      "loc": {
        "start": {
          "line": 153,
          "column": 1
        },
        "end": {
          "line": 153,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3551,
      "end": 3552,
      "loc": {
        "start": {
          "line": 153,
          "column": 17
        },
        "end": {
          "line": 153,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3552,
      "end": 3553,
      "loc": {
        "start": {
          "line": 153,
          "column": 18
        },
        "end": {
          "line": 153,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3554,
      "end": 3555,
      "loc": {
        "start": {
          "line": 153,
          "column": 20
        },
        "end": {
          "line": 153,
          "column": 21
        }
      }
    },
    {
      "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": 3558,
      "end": 3563,
      "loc": {
        "start": {
          "line": 154,
          "column": 2
        },
        "end": {
          "line": 154,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 3564,
      "end": 3565,
      "loc": {
        "start": {
          "line": 154,
          "column": 8
        },
        "end": {
          "line": 154,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3572,
      "end": 3573,
      "loc": {
        "start": {
          "line": 154,
          "column": 16
        },
        "end": {
          "line": 154,
          "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": 3574,
      "end": 3578,
      "loc": {
        "start": {
          "line": 154,
          "column": 18
        },
        "end": {
          "line": 154,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3578,
      "end": 3579,
      "loc": {
        "start": {
          "line": 154,
          "column": 22
        },
        "end": {
          "line": 154,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 3579,
      "end": 3580,
      "loc": {
        "start": {
          "line": 154,
          "column": 23
        },
        "end": {
          "line": 154,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3580,
      "end": 3581,
      "loc": {
        "start": {
          "line": 154,
          "column": 24
        },
        "end": {
          "line": 154,
          "column": 25
        }
      }
    },
    {
      "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": 3584,
      "end": 3589,
      "loc": {
        "start": {
          "line": 155,
          "column": 2
        },
        "end": {
          "line": 155,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 3590,
      "end": 3591,
      "loc": {
        "start": {
          "line": 155,
          "column": 8
        },
        "end": {
          "line": 155,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3598,
      "end": 3599,
      "loc": {
        "start": {
          "line": 155,
          "column": 16
        },
        "end": {
          "line": 155,
          "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": 3600,
      "end": 3604,
      "loc": {
        "start": {
          "line": 155,
          "column": 18
        },
        "end": {
          "line": 155,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3604,
      "end": 3605,
      "loc": {
        "start": {
          "line": 155,
          "column": 22
        },
        "end": {
          "line": 155,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 3605,
      "end": 3606,
      "loc": {
        "start": {
          "line": 155,
          "column": 23
        },
        "end": {
          "line": 155,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3606,
      "end": 3607,
      "loc": {
        "start": {
          "line": 155,
          "column": 24
        },
        "end": {
          "line": 155,
          "column": 25
        }
      }
    },
    {
      "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": 3610,
      "end": 3615,
      "loc": {
        "start": {
          "line": 156,
          "column": 2
        },
        "end": {
          "line": 156,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 3616,
      "end": 3621,
      "loc": {
        "start": {
          "line": 156,
          "column": 8
        },
        "end": {
          "line": 156,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3624,
      "end": 3625,
      "loc": {
        "start": {
          "line": 156,
          "column": 16
        },
        "end": {
          "line": 156,
          "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": 3626,
      "end": 3630,
      "loc": {
        "start": {
          "line": 156,
          "column": 18
        },
        "end": {
          "line": 156,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3630,
      "end": 3631,
      "loc": {
        "start": {
          "line": 156,
          "column": 22
        },
        "end": {
          "line": 156,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 3631,
      "end": 3636,
      "loc": {
        "start": {
          "line": 156,
          "column": 23
        },
        "end": {
          "line": 156,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3636,
      "end": 3637,
      "loc": {
        "start": {
          "line": 156,
          "column": 28
        },
        "end": {
          "line": 156,
          "column": 29
        }
      }
    },
    {
      "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": 3640,
      "end": 3645,
      "loc": {
        "start": {
          "line": 157,
          "column": 2
        },
        "end": {
          "line": 157,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_x",
      "start": 3646,
      "end": 3653,
      "loc": {
        "start": {
          "line": 157,
          "column": 8
        },
        "end": {
          "line": 157,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3654,
      "end": 3655,
      "loc": {
        "start": {
          "line": 157,
          "column": 16
        },
        "end": {
          "line": 157,
          "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": 3656,
      "end": 3660,
      "loc": {
        "start": {
          "line": 157,
          "column": 18
        },
        "end": {
          "line": 157,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3660,
      "end": 3661,
      "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": "scale_x",
      "start": 3661,
      "end": 3668,
      "loc": {
        "start": {
          "line": 157,
          "column": 23
        },
        "end": {
          "line": 157,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3668,
      "end": 3669,
      "loc": {
        "start": {
          "line": 157,
          "column": 30
        },
        "end": {
          "line": 157,
          "column": 31
        }
      }
    },
    {
      "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": 3672,
      "end": 3677,
      "loc": {
        "start": {
          "line": 158,
          "column": 2
        },
        "end": {
          "line": 158,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_y",
      "start": 3678,
      "end": 3685,
      "loc": {
        "start": {
          "line": 158,
          "column": 8
        },
        "end": {
          "line": 158,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3686,
      "end": 3687,
      "loc": {
        "start": {
          "line": 158,
          "column": 16
        },
        "end": {
          "line": 158,
          "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": 3688,
      "end": 3692,
      "loc": {
        "start": {
          "line": 158,
          "column": 18
        },
        "end": {
          "line": 158,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3692,
      "end": 3693,
      "loc": {
        "start": {
          "line": 158,
          "column": 22
        },
        "end": {
          "line": 158,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_y",
      "start": 3693,
      "end": 3700,
      "loc": {
        "start": {
          "line": 158,
          "column": 23
        },
        "end": {
          "line": 158,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3700,
      "end": 3701,
      "loc": {
        "start": {
          "line": 158,
          "column": 30
        },
        "end": {
          "line": 158,
          "column": 31
        }
      }
    },
    {
      "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": 3704,
      "end": 3709,
      "loc": {
        "start": {
          "line": 159,
          "column": 2
        },
        "end": {
          "line": 159,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 3710,
      "end": 3716,
      "loc": {
        "start": {
          "line": 159,
          "column": 8
        },
        "end": {
          "line": 159,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3718,
      "end": 3719,
      "loc": {
        "start": {
          "line": 159,
          "column": 16
        },
        "end": {
          "line": 159,
          "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": 3720,
      "end": 3724,
      "loc": {
        "start": {
          "line": 159,
          "column": 18
        },
        "end": {
          "line": 159,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3724,
      "end": 3725,
      "loc": {
        "start": {
          "line": 159,
          "column": 22
        },
        "end": {
          "line": 159,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_points",
      "start": 3725,
      "end": 3732,
      "loc": {
        "start": {
          "line": 159,
          "column": 23
        },
        "end": {
          "line": 159,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3732,
      "end": 3733,
      "loc": {
        "start": {
          "line": 159,
          "column": 30
        },
        "end": {
          "line": 159,
          "column": 31
        }
      }
    },
    {
      "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": 3736,
      "end": 3741,
      "loc": {
        "start": {
          "line": 160,
          "column": 2
        },
        "end": {
          "line": 160,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 3742,
      "end": 3748,
      "loc": {
        "start": {
          "line": 160,
          "column": 8
        },
        "end": {
          "line": 160,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3750,
      "end": 3751,
      "loc": {
        "start": {
          "line": 160,
          "column": 16
        },
        "end": {
          "line": 160,
          "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": 3752,
      "end": 3756,
      "loc": {
        "start": {
          "line": 160,
          "column": 18
        },
        "end": {
          "line": 160,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3756,
      "end": 3757,
      "loc": {
        "start": {
          "line": 160,
          "column": 22
        },
        "end": {
          "line": 160,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_coords",
      "start": 3757,
      "end": 3764,
      "loc": {
        "start": {
          "line": 160,
          "column": 23
        },
        "end": {
          "line": 160,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3764,
      "end": 3765,
      "loc": {
        "start": {
          "line": 160,
          "column": 30
        },
        "end": {
          "line": 160,
          "column": 31
        }
      }
    },
    {
      "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": 3768,
      "end": 3773,
      "loc": {
        "start": {
          "line": 161,
          "column": 2
        },
        "end": {
          "line": 161,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 3774,
      "end": 3779,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3782,
      "end": 3783,
      "loc": {
        "start": {
          "line": 161,
          "column": 16
        },
        "end": {
          "line": 161,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 3784,
      "end": 3790,
      "loc": {
        "start": {
          "line": 161,
          "column": 18
        },
        "end": {
          "line": 161,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3790,
      "end": 3791,
      "loc": {
        "start": {
          "line": 161,
          "column": 24
        },
        "end": {
          "line": 161,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3791,
      "end": 3797,
      "loc": {
        "start": {
          "line": 161,
          "column": 25
        },
        "end": {
          "line": 161,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3797,
      "end": 3798,
      "loc": {
        "start": {
          "line": 161,
          "column": 31
        },
        "end": {
          "line": 161,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3802,
      "end": 3805,
      "loc": {
        "start": {
          "line": 163,
          "column": 2
        },
        "end": {
          "line": 163,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min_x",
      "start": 3806,
      "end": 3811,
      "loc": {
        "start": {
          "line": 163,
          "column": 6
        },
        "end": {
          "line": 163,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3811,
      "end": 3812,
      "loc": {
        "start": {
          "line": 163,
          "column": 11
        },
        "end": {
          "line": 163,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3815,
      "end": 3818,
      "loc": {
        "start": {
          "line": 164,
          "column": 2
        },
        "end": {
          "line": 164,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max_x",
      "start": 3819,
      "end": 3824,
      "loc": {
        "start": {
          "line": 164,
          "column": 6
        },
        "end": {
          "line": 164,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3824,
      "end": 3825,
      "loc": {
        "start": {
          "line": 164,
          "column": 11
        },
        "end": {
          "line": 164,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3828,
      "end": 3831,
      "loc": {
        "start": {
          "line": 165,
          "column": 2
        },
        "end": {
          "line": 165,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min_y",
      "start": 3832,
      "end": 3837,
      "loc": {
        "start": {
          "line": 165,
          "column": 6
        },
        "end": {
          "line": 165,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3837,
      "end": 3838,
      "loc": {
        "start": {
          "line": 165,
          "column": 11
        },
        "end": {
          "line": 165,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3841,
      "end": 3844,
      "loc": {
        "start": {
          "line": 166,
          "column": 2
        },
        "end": {
          "line": 166,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max_y",
      "start": 3845,
      "end": 3850,
      "loc": {
        "start": {
          "line": 166,
          "column": 6
        },
        "end": {
          "line": 166,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3850,
      "end": 3851,
      "loc": {
        "start": {
          "line": 166,
          "column": 11
        },
        "end": {
          "line": 166,
          "column": 12
        }
      }
    },
    {
      "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": 3855,
      "end": 3858,
      "loc": {
        "start": {
          "line": 168,
          "column": 2
        },
        "end": {
          "line": 168,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3858,
      "end": 3859,
      "loc": {
        "start": {
          "line": 168,
          "column": 5
        },
        "end": {
          "line": 168,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3859,
      "end": 3862,
      "loc": {
        "start": {
          "line": 168,
          "column": 6
        },
        "end": {
          "line": 168,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 3863,
      "end": 3865,
      "loc": {
        "start": {
          "line": 168,
          "column": 10
        },
        "end": {
          "line": 168,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3866,
      "end": 3867,
      "loc": {
        "start": {
          "line": 168,
          "column": 13
        },
        "end": {
          "line": 168,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3868,
      "end": 3869,
      "loc": {
        "start": {
          "line": 168,
          "column": 15
        },
        "end": {
          "line": 168,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3869,
      "end": 3870,
      "loc": {
        "start": {
          "line": 168,
          "column": 16
        },
        "end": {
          "line": 168,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iy",
      "start": 3871,
      "end": 3873,
      "loc": {
        "start": {
          "line": 168,
          "column": 18
        },
        "end": {
          "line": 168,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3874,
      "end": 3875,
      "loc": {
        "start": {
          "line": 168,
          "column": 21
        },
        "end": {
          "line": 168,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3876,
      "end": 3877,
      "loc": {
        "start": {
          "line": 168,
          "column": 23
        },
        "end": {
          "line": 168,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3877,
      "end": 3878,
      "loc": {
        "start": {
          "line": 168,
          "column": 24
        },
        "end": {
          "line": 168,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 3879,
      "end": 3881,
      "loc": {
        "start": {
          "line": 168,
          "column": 26
        },
        "end": {
          "line": 168,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 3882,
      "end": 3883,
      "loc": {
        "start": {
          "line": 168,
          "column": 29
        },
        "end": {
          "line": 168,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 3884,
      "end": 3889,
      "loc": {
        "start": {
          "line": 168,
          "column": 31
        },
        "end": {
          "line": 168,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3889,
      "end": 3890,
      "loc": {
        "start": {
          "line": 168,
          "column": 36
        },
        "end": {
          "line": 168,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 3891,
      "end": 3893,
      "loc": {
        "start": {
          "line": 168,
          "column": 38
        },
        "end": {
          "line": 168,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3894,
      "end": 3896,
      "loc": {
        "start": {
          "line": 168,
          "column": 41
        },
        "end": {
          "line": 168,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 3897,
      "end": 3898,
      "loc": {
        "start": {
          "line": 168,
          "column": 44
        },
        "end": {
          "line": 168,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3898,
      "end": 3899,
      "loc": {
        "start": {
          "line": 168,
          "column": 45
        },
        "end": {
          "line": 168,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iy",
      "start": 3900,
      "end": 3902,
      "loc": {
        "start": {
          "line": 168,
          "column": 47
        },
        "end": {
          "line": 168,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3903,
      "end": 3905,
      "loc": {
        "start": {
          "line": 168,
          "column": 50
        },
        "end": {
          "line": 168,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 3906,
      "end": 3907,
      "loc": {
        "start": {
          "line": 168,
          "column": 53
        },
        "end": {
          "line": 168,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3907,
      "end": 3908,
      "loc": {
        "start": {
          "line": 168,
          "column": 54
        },
        "end": {
          "line": 168,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3909,
      "end": 3910,
      "loc": {
        "start": {
          "line": 168,
          "column": 56
        },
        "end": {
          "line": 168,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3914,
      "end": 3917,
      "loc": {
        "start": {
          "line": 169,
          "column": 3
        },
        "end": {
          "line": 169,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_x",
      "start": 3918,
      "end": 3925,
      "loc": {
        "start": {
          "line": 169,
          "column": 7
        },
        "end": {
          "line": 169,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3926,
      "end": 3927,
      "loc": {
        "start": {
          "line": 169,
          "column": 15
        },
        "end": {
          "line": 169,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 3928,
      "end": 3934,
      "loc": {
        "start": {
          "line": 169,
          "column": 17
        },
        "end": {
          "line": 169,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3934,
      "end": 3935,
      "loc": {
        "start": {
          "line": 169,
          "column": 23
        },
        "end": {
          "line": 169,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 3935,
      "end": 3937,
      "loc": {
        "start": {
          "line": 169,
          "column": 24
        },
        "end": {
          "line": 169,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3937,
      "end": 3938,
      "loc": {
        "start": {
          "line": 169,
          "column": 26
        },
        "end": {
          "line": 169,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3939,
      "end": 3940,
      "loc": {
        "start": {
          "line": 169,
          "column": 28
        },
        "end": {
          "line": 169,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_x",
      "start": 3941,
      "end": 3948,
      "loc": {
        "start": {
          "line": 169,
          "column": 30
        },
        "end": {
          "line": 169,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3948,
      "end": 3949,
      "loc": {
        "start": {
          "line": 169,
          "column": 37
        },
        "end": {
          "line": 169,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3953,
      "end": 3956,
      "loc": {
        "start": {
          "line": 170,
          "column": 3
        },
        "end": {
          "line": 170,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_y",
      "start": 3957,
      "end": 3964,
      "loc": {
        "start": {
          "line": 170,
          "column": 7
        },
        "end": {
          "line": 170,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3965,
      "end": 3966,
      "loc": {
        "start": {
          "line": 170,
          "column": 15
        },
        "end": {
          "line": 170,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 3967,
      "end": 3973,
      "loc": {
        "start": {
          "line": 170,
          "column": 17
        },
        "end": {
          "line": 170,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3973,
      "end": 3974,
      "loc": {
        "start": {
          "line": 170,
          "column": 23
        },
        "end": {
          "line": 170,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iy",
      "start": 3974,
      "end": 3976,
      "loc": {
        "start": {
          "line": 170,
          "column": 24
        },
        "end": {
          "line": 170,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3976,
      "end": 3977,
      "loc": {
        "start": {
          "line": 170,
          "column": 26
        },
        "end": {
          "line": 170,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3978,
      "end": 3979,
      "loc": {
        "start": {
          "line": 170,
          "column": 28
        },
        "end": {
          "line": 170,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_y",
      "start": 3980,
      "end": 3987,
      "loc": {
        "start": {
          "line": 170,
          "column": 30
        },
        "end": {
          "line": 170,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3987,
      "end": 3988,
      "loc": {
        "start": {
          "line": 170,
          "column": 37
        },
        "end": {
          "line": 170,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3993,
      "end": 3995,
      "loc": {
        "start": {
          "line": 172,
          "column": 3
        },
        "end": {
          "line": 172,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3995,
      "end": 3996,
      "loc": {
        "start": {
          "line": 172,
          "column": 5
        },
        "end": {
          "line": 172,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 3996,
      "end": 4001,
      "loc": {
        "start": {
          "line": 172,
          "column": 6
        },
        "end": {
          "line": 172,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4001,
      "end": 4002,
      "loc": {
        "start": {
          "line": 172,
          "column": 11
        },
        "end": {
          "line": 172,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4003,
      "end": 4004,
      "loc": {
        "start": {
          "line": 172,
          "column": 13
        },
        "end": {
          "line": 172,
          "column": 14
        }
      }
    },
    {
      "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": 4009,
      "end": 4014,
      "loc": {
        "start": {
          "line": 173,
          "column": 4
        },
        "end": {
          "line": 173,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 4015,
      "end": 4018,
      "loc": {
        "start": {
          "line": 173,
          "column": 10
        },
        "end": {
          "line": 173,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4021,
      "end": 4022,
      "loc": {
        "start": {
          "line": 173,
          "column": 16
        },
        "end": {
          "line": 173,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 4023,
      "end": 4027,
      "loc": {
        "start": {
          "line": 173,
          "column": 18
        },
        "end": {
          "line": 173,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4027,
      "end": 4028,
      "loc": {
        "start": {
          "line": 173,
          "column": 22
        },
        "end": {
          "line": 173,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 4028,
      "end": 4031,
      "loc": {
        "start": {
          "line": 173,
          "column": 23
        },
        "end": {
          "line": 173,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4031,
      "end": 4032,
      "loc": {
        "start": {
          "line": 173,
          "column": 26
        },
        "end": {
          "line": 173,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 4032,
      "end": 4037,
      "loc": {
        "start": {
          "line": 173,
          "column": 27
        },
        "end": {
          "line": 173,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4037,
      "end": 4038,
      "loc": {
        "start": {
          "line": 173,
          "column": 32
        },
        "end": {
          "line": 173,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4038,
      "end": 4039,
      "loc": {
        "start": {
          "line": 173,
          "column": 33
        },
        "end": {
          "line": 173,
          "column": 34
        }
      }
    },
    {
      "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": 4044,
      "end": 4049,
      "loc": {
        "start": {
          "line": 174,
          "column": 4
        },
        "end": {
          "line": 174,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 4050,
      "end": 4053,
      "loc": {
        "start": {
          "line": 174,
          "column": 10
        },
        "end": {
          "line": 174,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4056,
      "end": 4057,
      "loc": {
        "start": {
          "line": 174,
          "column": 16
        },
        "end": {
          "line": 174,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 4058,
      "end": 4062,
      "loc": {
        "start": {
          "line": 174,
          "column": 18
        },
        "end": {
          "line": 174,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4062,
      "end": 4063,
      "loc": {
        "start": {
          "line": 174,
          "column": 22
        },
        "end": {
          "line": 174,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 4063,
      "end": 4066,
      "loc": {
        "start": {
          "line": 174,
          "column": 23
        },
        "end": {
          "line": 174,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4066,
      "end": 4067,
      "loc": {
        "start": {
          "line": 174,
          "column": 26
        },
        "end": {
          "line": 174,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 4067,
      "end": 4072,
      "loc": {
        "start": {
          "line": 174,
          "column": 27
        },
        "end": {
          "line": 174,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4072,
      "end": 4073,
      "loc": {
        "start": {
          "line": 174,
          "column": 32
        },
        "end": {
          "line": 174,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4073,
      "end": 4074,
      "loc": {
        "start": {
          "line": 174,
          "column": 33
        },
        "end": {
          "line": 174,
          "column": 34
        }
      }
    },
    {
      "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": 4079,
      "end": 4084,
      "loc": {
        "start": {
          "line": 175,
          "column": 4
        },
        "end": {
          "line": 175,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmp_x",
      "start": 4085,
      "end": 4090,
      "loc": {
        "start": {
          "line": 175,
          "column": 10
        },
        "end": {
          "line": 175,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4091,
      "end": 4092,
      "loc": {
        "start": {
          "line": 175,
          "column": 16
        },
        "end": {
          "line": 175,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_x",
      "start": 4093,
      "end": 4100,
      "loc": {
        "start": {
          "line": 175,
          "column": 18
        },
        "end": {
          "line": 175,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4100,
      "end": 4101,
      "loc": {
        "start": {
          "line": 175,
          "column": 25
        },
        "end": {
          "line": 175,
          "column": 26
        }
      }
    },
    {
      "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": 4106,
      "end": 4111,
      "loc": {
        "start": {
          "line": 176,
          "column": 4
        },
        "end": {
          "line": 176,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmp_y",
      "start": 4112,
      "end": 4117,
      "loc": {
        "start": {
          "line": 176,
          "column": 10
        },
        "end": {
          "line": 176,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4118,
      "end": 4119,
      "loc": {
        "start": {
          "line": 176,
          "column": 16
        },
        "end": {
          "line": 176,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_y",
      "start": 4120,
      "end": 4127,
      "loc": {
        "start": {
          "line": 176,
          "column": 18
        },
        "end": {
          "line": 176,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4127,
      "end": 4128,
      "loc": {
        "start": {
          "line": 176,
          "column": 25
        },
        "end": {
          "line": 176,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_x",
      "start": 4134,
      "end": 4141,
      "loc": {
        "start": {
          "line": 178,
          "column": 4
        },
        "end": {
          "line": 178,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4142,
      "end": 4143,
      "loc": {
        "start": {
          "line": 178,
          "column": 12
        },
        "end": {
          "line": 178,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmp_x",
      "start": 4144,
      "end": 4149,
      "loc": {
        "start": {
          "line": 178,
          "column": 14
        },
        "end": {
          "line": 178,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 4150,
      "end": 4151,
      "loc": {
        "start": {
          "line": 178,
          "column": 20
        },
        "end": {
          "line": 178,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 4152,
      "end": 4155,
      "loc": {
        "start": {
          "line": 178,
          "column": 22
        },
        "end": {
          "line": 178,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 4156,
      "end": 4157,
      "loc": {
        "start": {
          "line": 178,
          "column": 26
        },
        "end": {
          "line": 178,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmp_y",
      "start": 4158,
      "end": 4163,
      "loc": {
        "start": {
          "line": 178,
          "column": 28
        },
        "end": {
          "line": 178,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 4164,
      "end": 4165,
      "loc": {
        "start": {
          "line": 178,
          "column": 34
        },
        "end": {
          "line": 178,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 4166,
      "end": 4169,
      "loc": {
        "start": {
          "line": 178,
          "column": 36
        },
        "end": {
          "line": 178,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4169,
      "end": 4170,
      "loc": {
        "start": {
          "line": 178,
          "column": 39
        },
        "end": {
          "line": 178,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_y",
      "start": 4175,
      "end": 4182,
      "loc": {
        "start": {
          "line": 179,
          "column": 4
        },
        "end": {
          "line": 179,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4183,
      "end": 4184,
      "loc": {
        "start": {
          "line": 179,
          "column": 12
        },
        "end": {
          "line": 179,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmp_x",
      "start": 4185,
      "end": 4190,
      "loc": {
        "start": {
          "line": 179,
          "column": 14
        },
        "end": {
          "line": 179,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 4191,
      "end": 4192,
      "loc": {
        "start": {
          "line": 179,
          "column": 20
        },
        "end": {
          "line": 179,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 4193,
      "end": 4196,
      "loc": {
        "start": {
          "line": 179,
          "column": 22
        },
        "end": {
          "line": 179,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4197,
      "end": 4198,
      "loc": {
        "start": {
          "line": 179,
          "column": 26
        },
        "end": {
          "line": 179,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmp_y",
      "start": 4199,
      "end": 4204,
      "loc": {
        "start": {
          "line": 179,
          "column": 28
        },
        "end": {
          "line": 179,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 4205,
      "end": 4206,
      "loc": {
        "start": {
          "line": 179,
          "column": 34
        },
        "end": {
          "line": 179,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 4207,
      "end": 4210,
      "loc": {
        "start": {
          "line": 179,
          "column": 36
        },
        "end": {
          "line": 179,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4210,
      "end": 4211,
      "loc": {
        "start": {
          "line": 179,
          "column": 39
        },
        "end": {
          "line": 179,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4215,
      "end": 4216,
      "loc": {
        "start": {
          "line": 180,
          "column": 3
        },
        "end": {
          "line": 180,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_x",
      "start": 4221,
      "end": 4228,
      "loc": {
        "start": {
          "line": 182,
          "column": 3
        },
        "end": {
          "line": 182,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 4229,
      "end": 4231,
      "loc": {
        "start": {
          "line": 182,
          "column": 11
        },
        "end": {
          "line": 182,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 4232,
      "end": 4233,
      "loc": {
        "start": {
          "line": 182,
          "column": 14
        },
        "end": {
          "line": 182,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4233,
      "end": 4234,
      "loc": {
        "start": {
          "line": 182,
          "column": 15
        },
        "end": {
          "line": 182,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_y",
      "start": 4238,
      "end": 4245,
      "loc": {
        "start": {
          "line": 183,
          "column": 3
        },
        "end": {
          "line": 183,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 4246,
      "end": 4248,
      "loc": {
        "start": {
          "line": 183,
          "column": 11
        },
        "end": {
          "line": 183,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 4249,
      "end": 4250,
      "loc": {
        "start": {
          "line": 183,
          "column": 14
        },
        "end": {
          "line": 183,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4250,
      "end": 4251,
      "loc": {
        "start": {
          "line": 183,
          "column": 15
        },
        "end": {
          "line": 183,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 4256,
      "end": 4262,
      "loc": {
        "start": {
          "line": 185,
          "column": 3
        },
        "end": {
          "line": 185,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4262,
      "end": 4263,
      "loc": {
        "start": {
          "line": 185,
          "column": 9
        },
        "end": {
          "line": 185,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 4263,
      "end": 4265,
      "loc": {
        "start": {
          "line": 185,
          "column": 10
        },
        "end": {
          "line": 185,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4265,
      "end": 4266,
      "loc": {
        "start": {
          "line": 185,
          "column": 12
        },
        "end": {
          "line": 185,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4267,
      "end": 4268,
      "loc": {
        "start": {
          "line": 185,
          "column": 14
        },
        "end": {
          "line": 185,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_x",
      "start": 4269,
      "end": 4276,
      "loc": {
        "start": {
          "line": 185,
          "column": 16
        },
        "end": {
          "line": 185,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4276,
      "end": 4277,
      "loc": {
        "start": {
          "line": 185,
          "column": 23
        },
        "end": {
          "line": 185,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 4281,
      "end": 4287,
      "loc": {
        "start": {
          "line": 186,
          "column": 3
        },
        "end": {
          "line": 186,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4287,
      "end": 4288,
      "loc": {
        "start": {
          "line": 186,
          "column": 9
        },
        "end": {
          "line": 186,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iy",
      "start": 4288,
      "end": 4290,
      "loc": {
        "start": {
          "line": 186,
          "column": 10
        },
        "end": {
          "line": 186,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4290,
      "end": 4291,
      "loc": {
        "start": {
          "line": 186,
          "column": 12
        },
        "end": {
          "line": 186,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4292,
      "end": 4293,
      "loc": {
        "start": {
          "line": 186,
          "column": 14
        },
        "end": {
          "line": 186,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_y",
      "start": 4294,
      "end": 4301,
      "loc": {
        "start": {
          "line": 186,
          "column": 16
        },
        "end": {
          "line": 186,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4301,
      "end": 4302,
      "loc": {
        "start": {
          "line": 186,
          "column": 23
        },
        "end": {
          "line": 186,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4307,
      "end": 4309,
      "loc": {
        "start": {
          "line": 188,
          "column": 3
        },
        "end": {
          "line": 188,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4309,
      "end": 4310,
      "loc": {
        "start": {
          "line": 188,
          "column": 5
        },
        "end": {
          "line": 188,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 4310,
      "end": 4312,
      "loc": {
        "start": {
          "line": 188,
          "column": 6
        },
        "end": {
          "line": 188,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 4313,
      "end": 4316,
      "loc": {
        "start": {
          "line": 188,
          "column": 9
        },
        "end": {
          "line": 188,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4317,
      "end": 4318,
      "loc": {
        "start": {
          "line": 188,
          "column": 13
        },
        "end": {
          "line": 188,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4318,
      "end": 4319,
      "loc": {
        "start": {
          "line": 188,
          "column": 14
        },
        "end": {
          "line": 188,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4320,
      "end": 4321,
      "loc": {
        "start": {
          "line": 188,
          "column": 16
        },
        "end": {
          "line": 188,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min_x",
      "start": 4326,
      "end": 4331,
      "loc": {
        "start": {
          "line": 189,
          "column": 4
        },
        "end": {
          "line": 189,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4332,
      "end": 4333,
      "loc": {
        "start": {
          "line": 189,
          "column": 10
        },
        "end": {
          "line": 189,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max_x",
      "start": 4334,
      "end": 4339,
      "loc": {
        "start": {
          "line": 189,
          "column": 12
        },
        "end": {
          "line": 189,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4340,
      "end": 4341,
      "loc": {
        "start": {
          "line": 189,
          "column": 18
        },
        "end": {
          "line": 189,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_x",
      "start": 4342,
      "end": 4349,
      "loc": {
        "start": {
          "line": 189,
          "column": 20
        },
        "end": {
          "line": 189,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4349,
      "end": 4350,
      "loc": {
        "start": {
          "line": 189,
          "column": 27
        },
        "end": {
          "line": 189,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min_y",
      "start": 4355,
      "end": 4360,
      "loc": {
        "start": {
          "line": 190,
          "column": 4
        },
        "end": {
          "line": 190,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4361,
      "end": 4362,
      "loc": {
        "start": {
          "line": 190,
          "column": 10
        },
        "end": {
          "line": 190,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max_y",
      "start": 4363,
      "end": 4368,
      "loc": {
        "start": {
          "line": 190,
          "column": 12
        },
        "end": {
          "line": 190,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4369,
      "end": 4370,
      "loc": {
        "start": {
          "line": 190,
          "column": 18
        },
        "end": {
          "line": 190,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_y",
      "start": 4371,
      "end": 4378,
      "loc": {
        "start": {
          "line": 190,
          "column": 20
        },
        "end": {
          "line": 190,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4378,
      "end": 4379,
      "loc": {
        "start": {
          "line": 190,
          "column": 27
        },
        "end": {
          "line": 190,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4383,
      "end": 4384,
      "loc": {
        "start": {
          "line": 191,
          "column": 3
        },
        "end": {
          "line": 191,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 4388,
      "end": 4392,
      "loc": {
        "start": {
          "line": 192,
          "column": 3
        },
        "end": {
          "line": 192,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4393,
      "end": 4394,
      "loc": {
        "start": {
          "line": 192,
          "column": 8
        },
        "end": {
          "line": 192,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4399,
      "end": 4401,
      "loc": {
        "start": {
          "line": 193,
          "column": 4
        },
        "end": {
          "line": 193,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4401,
      "end": 4402,
      "loc": {
        "start": {
          "line": 193,
          "column": 6
        },
        "end": {
          "line": 193,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_x",
      "start": 4402,
      "end": 4409,
      "loc": {
        "start": {
          "line": 193,
          "column": 7
        },
        "end": {
          "line": 193,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 4410,
      "end": 4411,
      "loc": {
        "start": {
          "line": 193,
          "column": 15
        },
        "end": {
          "line": 193,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min_x",
      "start": 4412,
      "end": 4417,
      "loc": {
        "start": {
          "line": 193,
          "column": 17
        },
        "end": {
          "line": 193,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4417,
      "end": 4418,
      "loc": {
        "start": {
          "line": 193,
          "column": 22
        },
        "end": {
          "line": 193,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4419,
      "end": 4420,
      "loc": {
        "start": {
          "line": 193,
          "column": 24
        },
        "end": {
          "line": 193,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min_x",
      "start": 4426,
      "end": 4431,
      "loc": {
        "start": {
          "line": 194,
          "column": 5
        },
        "end": {
          "line": 194,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4432,
      "end": 4433,
      "loc": {
        "start": {
          "line": 194,
          "column": 11
        },
        "end": {
          "line": 194,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_x",
      "start": 4434,
      "end": 4441,
      "loc": {
        "start": {
          "line": 194,
          "column": 13
        },
        "end": {
          "line": 194,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4441,
      "end": 4442,
      "loc": {
        "start": {
          "line": 194,
          "column": 20
        },
        "end": {
          "line": 194,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4447,
      "end": 4448,
      "loc": {
        "start": {
          "line": 195,
          "column": 4
        },
        "end": {
          "line": 195,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 4453,
      "end": 4457,
      "loc": {
        "start": {
          "line": 196,
          "column": 4
        },
        "end": {
          "line": 196,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4458,
      "end": 4460,
      "loc": {
        "start": {
          "line": 196,
          "column": 9
        },
        "end": {
          "line": 196,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4460,
      "end": 4461,
      "loc": {
        "start": {
          "line": 196,
          "column": 11
        },
        "end": {
          "line": 196,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_x",
      "start": 4461,
      "end": 4468,
      "loc": {
        "start": {
          "line": 196,
          "column": 12
        },
        "end": {
          "line": 196,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 4469,
      "end": 4470,
      "loc": {
        "start": {
          "line": 196,
          "column": 20
        },
        "end": {
          "line": 196,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max_x",
      "start": 4471,
      "end": 4476,
      "loc": {
        "start": {
          "line": 196,
          "column": 22
        },
        "end": {
          "line": 196,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4476,
      "end": 4477,
      "loc": {
        "start": {
          "line": 196,
          "column": 27
        },
        "end": {
          "line": 196,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4478,
      "end": 4479,
      "loc": {
        "start": {
          "line": 196,
          "column": 29
        },
        "end": {
          "line": 196,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max_x",
      "start": 4485,
      "end": 4490,
      "loc": {
        "start": {
          "line": 197,
          "column": 5
        },
        "end": {
          "line": 197,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4491,
      "end": 4492,
      "loc": {
        "start": {
          "line": 197,
          "column": 11
        },
        "end": {
          "line": 197,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_x",
      "start": 4493,
      "end": 4500,
      "loc": {
        "start": {
          "line": 197,
          "column": 13
        },
        "end": {
          "line": 197,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4500,
      "end": 4501,
      "loc": {
        "start": {
          "line": 197,
          "column": 20
        },
        "end": {
          "line": 197,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4506,
      "end": 4507,
      "loc": {
        "start": {
          "line": 198,
          "column": 4
        },
        "end": {
          "line": 198,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4513,
      "end": 4515,
      "loc": {
        "start": {
          "line": 200,
          "column": 4
        },
        "end": {
          "line": 200,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4515,
      "end": 4516,
      "loc": {
        "start": {
          "line": 200,
          "column": 6
        },
        "end": {
          "line": 200,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_y",
      "start": 4516,
      "end": 4523,
      "loc": {
        "start": {
          "line": 200,
          "column": 7
        },
        "end": {
          "line": 200,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 4524,
      "end": 4525,
      "loc": {
        "start": {
          "line": 200,
          "column": 15
        },
        "end": {
          "line": 200,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min_y",
      "start": 4526,
      "end": 4531,
      "loc": {
        "start": {
          "line": 200,
          "column": 17
        },
        "end": {
          "line": 200,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4531,
      "end": 4532,
      "loc": {
        "start": {
          "line": 200,
          "column": 22
        },
        "end": {
          "line": 200,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4533,
      "end": 4534,
      "loc": {
        "start": {
          "line": 200,
          "column": 24
        },
        "end": {
          "line": 200,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min_y",
      "start": 4540,
      "end": 4545,
      "loc": {
        "start": {
          "line": 201,
          "column": 5
        },
        "end": {
          "line": 201,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4546,
      "end": 4547,
      "loc": {
        "start": {
          "line": 201,
          "column": 11
        },
        "end": {
          "line": 201,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_y",
      "start": 4548,
      "end": 4555,
      "loc": {
        "start": {
          "line": 201,
          "column": 13
        },
        "end": {
          "line": 201,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4555,
      "end": 4556,
      "loc": {
        "start": {
          "line": 201,
          "column": 20
        },
        "end": {
          "line": 201,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4561,
      "end": 4562,
      "loc": {
        "start": {
          "line": 202,
          "column": 4
        },
        "end": {
          "line": 202,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 4567,
      "end": 4571,
      "loc": {
        "start": {
          "line": 203,
          "column": 4
        },
        "end": {
          "line": 203,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4572,
      "end": 4574,
      "loc": {
        "start": {
          "line": 203,
          "column": 9
        },
        "end": {
          "line": 203,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4574,
      "end": 4575,
      "loc": {
        "start": {
          "line": 203,
          "column": 11
        },
        "end": {
          "line": 203,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_y",
      "start": 4575,
      "end": 4582,
      "loc": {
        "start": {
          "line": 203,
          "column": 12
        },
        "end": {
          "line": 203,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 4583,
      "end": 4584,
      "loc": {
        "start": {
          "line": 203,
          "column": 20
        },
        "end": {
          "line": 203,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max_y",
      "start": 4585,
      "end": 4590,
      "loc": {
        "start": {
          "line": 203,
          "column": 22
        },
        "end": {
          "line": 203,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4590,
      "end": 4591,
      "loc": {
        "start": {
          "line": 203,
          "column": 27
        },
        "end": {
          "line": 203,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4592,
      "end": 4593,
      "loc": {
        "start": {
          "line": 203,
          "column": 29
        },
        "end": {
          "line": 203,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max_y",
      "start": 4599,
      "end": 4604,
      "loc": {
        "start": {
          "line": 204,
          "column": 5
        },
        "end": {
          "line": 204,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4605,
      "end": 4606,
      "loc": {
        "start": {
          "line": 204,
          "column": 11
        },
        "end": {
          "line": 204,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coord_y",
      "start": 4607,
      "end": 4614,
      "loc": {
        "start": {
          "line": 204,
          "column": 13
        },
        "end": {
          "line": 204,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4614,
      "end": 4615,
      "loc": {
        "start": {
          "line": 204,
          "column": 20
        },
        "end": {
          "line": 204,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4620,
      "end": 4621,
      "loc": {
        "start": {
          "line": 205,
          "column": 4
        },
        "end": {
          "line": 205,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4625,
      "end": 4626,
      "loc": {
        "start": {
          "line": 206,
          "column": 3
        },
        "end": {
          "line": 206,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4629,
      "end": 4630,
      "loc": {
        "start": {
          "line": 207,
          "column": 2
        },
        "end": {
          "line": 207,
          "column": 3
        }
      }
    },
    {
      "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": 4634,
      "end": 4638,
      "loc": {
        "start": {
          "line": 209,
          "column": 2
        },
        "end": {
          "line": 209,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4638,
      "end": 4639,
      "loc": {
        "start": {
          "line": 209,
          "column": 6
        },
        "end": {
          "line": 209,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_x",
      "start": 4639,
      "end": 4641,
      "loc": {
        "start": {
          "line": 209,
          "column": 7
        },
        "end": {
          "line": 209,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4654,
      "end": 4655,
      "loc": {
        "start": {
          "line": 209,
          "column": 22
        },
        "end": {
          "line": 209,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 4656,
      "end": 4657,
      "loc": {
        "start": {
          "line": 209,
          "column": 24
        },
        "end": {
          "line": 209,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4657,
      "end": 4658,
      "loc": {
        "start": {
          "line": 209,
          "column": 25
        },
        "end": {
          "line": 209,
          "column": 26
        }
      }
    },
    {
      "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": 4661,
      "end": 4665,
      "loc": {
        "start": {
          "line": 210,
          "column": 2
        },
        "end": {
          "line": 210,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4665,
      "end": 4666,
      "loc": {
        "start": {
          "line": 210,
          "column": 6
        },
        "end": {
          "line": 210,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_y",
      "start": 4666,
      "end": 4668,
      "loc": {
        "start": {
          "line": 210,
          "column": 7
        },
        "end": {
          "line": 210,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4681,
      "end": 4682,
      "loc": {
        "start": {
          "line": 210,
          "column": 22
        },
        "end": {
          "line": 210,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 4683,
      "end": 4684,
      "loc": {
        "start": {
          "line": 210,
          "column": 24
        },
        "end": {
          "line": 210,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4684,
      "end": 4685,
      "loc": {
        "start": {
          "line": 210,
          "column": 25
        },
        "end": {
          "line": 210,
          "column": 26
        }
      }
    },
    {
      "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": 4688,
      "end": 4692,
      "loc": {
        "start": {
          "line": 211,
          "column": 2
        },
        "end": {
          "line": 211,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4692,
      "end": 4693,
      "loc": {
        "start": {
          "line": 211,
          "column": 6
        },
        "end": {
          "line": 211,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_angle",
      "start": 4693,
      "end": 4699,
      "loc": {
        "start": {
          "line": 211,
          "column": 7
        },
        "end": {
          "line": 211,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4708,
      "end": 4709,
      "loc": {
        "start": {
          "line": 211,
          "column": 22
        },
        "end": {
          "line": 211,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 4710,
      "end": 4715,
      "loc": {
        "start": {
          "line": 211,
          "column": 24
        },
        "end": {
          "line": 211,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4715,
      "end": 4716,
      "loc": {
        "start": {
          "line": 211,
          "column": 29
        },
        "end": {
          "line": 211,
          "column": 30
        }
      }
    },
    {
      "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": 4719,
      "end": 4723,
      "loc": {
        "start": {
          "line": 212,
          "column": 2
        },
        "end": {
          "line": 212,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4723,
      "end": 4724,
      "loc": {
        "start": {
          "line": 212,
          "column": 6
        },
        "end": {
          "line": 212,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_scale_x",
      "start": 4724,
      "end": 4732,
      "loc": {
        "start": {
          "line": 212,
          "column": 7
        },
        "end": {
          "line": 212,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4739,
      "end": 4740,
      "loc": {
        "start": {
          "line": 212,
          "column": 22
        },
        "end": {
          "line": 212,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_x",
      "start": 4741,
      "end": 4748,
      "loc": {
        "start": {
          "line": 212,
          "column": 24
        },
        "end": {
          "line": 212,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4748,
      "end": 4749,
      "loc": {
        "start": {
          "line": 212,
          "column": 31
        },
        "end": {
          "line": 212,
          "column": 32
        }
      }
    },
    {
      "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": 4752,
      "end": 4756,
      "loc": {
        "start": {
          "line": 213,
          "column": 2
        },
        "end": {
          "line": 213,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4756,
      "end": 4757,
      "loc": {
        "start": {
          "line": 213,
          "column": 6
        },
        "end": {
          "line": 213,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_scale_y",
      "start": 4757,
      "end": 4765,
      "loc": {
        "start": {
          "line": 213,
          "column": 7
        },
        "end": {
          "line": 213,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4772,
      "end": 4773,
      "loc": {
        "start": {
          "line": 213,
          "column": 22
        },
        "end": {
          "line": 213,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale_y",
      "start": 4774,
      "end": 4781,
      "loc": {
        "start": {
          "line": 213,
          "column": 24
        },
        "end": {
          "line": 213,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4781,
      "end": 4782,
      "loc": {
        "start": {
          "line": 213,
          "column": 31
        },
        "end": {
          "line": 213,
          "column": 32
        }
      }
    },
    {
      "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": 4785,
      "end": 4789,
      "loc": {
        "start": {
          "line": 214,
          "column": 2
        },
        "end": {
          "line": 214,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4789,
      "end": 4790,
      "loc": {
        "start": {
          "line": 214,
          "column": 6
        },
        "end": {
          "line": 214,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_min_x",
      "start": 4790,
      "end": 4796,
      "loc": {
        "start": {
          "line": 214,
          "column": 7
        },
        "end": {
          "line": 214,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4805,
      "end": 4806,
      "loc": {
        "start": {
          "line": 214,
          "column": 22
        },
        "end": {
          "line": 214,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min_x",
      "start": 4807,
      "end": 4812,
      "loc": {
        "start": {
          "line": 214,
          "column": 24
        },
        "end": {
          "line": 214,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4812,
      "end": 4813,
      "loc": {
        "start": {
          "line": 214,
          "column": 29
        },
        "end": {
          "line": 214,
          "column": 30
        }
      }
    },
    {
      "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": 4816,
      "end": 4820,
      "loc": {
        "start": {
          "line": 215,
          "column": 2
        },
        "end": {
          "line": 215,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4820,
      "end": 4821,
      "loc": {
        "start": {
          "line": 215,
          "column": 6
        },
        "end": {
          "line": 215,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_min_y",
      "start": 4821,
      "end": 4827,
      "loc": {
        "start": {
          "line": 215,
          "column": 7
        },
        "end": {
          "line": 215,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4836,
      "end": 4837,
      "loc": {
        "start": {
          "line": 215,
          "column": 22
        },
        "end": {
          "line": 215,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min_y",
      "start": 4838,
      "end": 4843,
      "loc": {
        "start": {
          "line": 215,
          "column": 24
        },
        "end": {
          "line": 215,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4843,
      "end": 4844,
      "loc": {
        "start": {
          "line": 215,
          "column": 29
        },
        "end": {
          "line": 215,
          "column": 30
        }
      }
    },
    {
      "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": 4847,
      "end": 4851,
      "loc": {
        "start": {
          "line": 216,
          "column": 2
        },
        "end": {
          "line": 216,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4851,
      "end": 4852,
      "loc": {
        "start": {
          "line": 216,
          "column": 6
        },
        "end": {
          "line": 216,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_max_x",
      "start": 4852,
      "end": 4858,
      "loc": {
        "start": {
          "line": 216,
          "column": 7
        },
        "end": {
          "line": 216,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4867,
      "end": 4868,
      "loc": {
        "start": {
          "line": 216,
          "column": 22
        },
        "end": {
          "line": 216,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max_x",
      "start": 4869,
      "end": 4874,
      "loc": {
        "start": {
          "line": 216,
          "column": 24
        },
        "end": {
          "line": 216,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4874,
      "end": 4875,
      "loc": {
        "start": {
          "line": 216,
          "column": 29
        },
        "end": {
          "line": 216,
          "column": 30
        }
      }
    },
    {
      "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": 4878,
      "end": 4882,
      "loc": {
        "start": {
          "line": 217,
          "column": 2
        },
        "end": {
          "line": 217,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4882,
      "end": 4883,
      "loc": {
        "start": {
          "line": 217,
          "column": 6
        },
        "end": {
          "line": 217,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_max_y",
      "start": 4883,
      "end": 4889,
      "loc": {
        "start": {
          "line": 217,
          "column": 7
        },
        "end": {
          "line": 217,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4898,
      "end": 4899,
      "loc": {
        "start": {
          "line": 217,
          "column": 22
        },
        "end": {
          "line": 217,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max_y",
      "start": 4900,
      "end": 4905,
      "loc": {
        "start": {
          "line": 217,
          "column": 24
        },
        "end": {
          "line": 217,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4905,
      "end": 4906,
      "loc": {
        "start": {
          "line": 217,
          "column": 29
        },
        "end": {
          "line": 217,
          "column": 30
        }
      }
    },
    {
      "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": 4909,
      "end": 4913,
      "loc": {
        "start": {
          "line": 218,
          "column": 2
        },
        "end": {
          "line": 218,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4913,
      "end": 4914,
      "loc": {
        "start": {
          "line": 218,
          "column": 6
        },
        "end": {
          "line": 218,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dirty_coords",
      "start": 4914,
      "end": 4927,
      "loc": {
        "start": {
          "line": 218,
          "column": 7
        },
        "end": {
          "line": 218,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4929,
      "end": 4930,
      "loc": {
        "start": {
          "line": 218,
          "column": 22
        },
        "end": {
          "line": 218,
          "column": 23
        }
      }
    },
    {
      "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": 4931,
      "end": 4936,
      "loc": {
        "start": {
          "line": 218,
          "column": 24
        },
        "end": {
          "line": 218,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4936,
      "end": 4937,
      "loc": {
        "start": {
          "line": 218,
          "column": 29
        },
        "end": {
          "line": 218,
          "column": 30
        }
      }
    },
    {
      "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": 4940,
      "end": 4944,
      "loc": {
        "start": {
          "line": 219,
          "column": 2
        },
        "end": {
          "line": 219,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4944,
      "end": 4945,
      "loc": {
        "start": {
          "line": 219,
          "column": 6
        },
        "end": {
          "line": 219,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dirty_normals",
      "start": 4945,
      "end": 4959,
      "loc": {
        "start": {
          "line": 219,
          "column": 7
        },
        "end": {
          "line": 219,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4960,
      "end": 4961,
      "loc": {
        "start": {
          "line": 219,
          "column": 22
        },
        "end": {
          "line": 219,
          "column": 23
        }
      }
    },
    {
      "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": 4962,
      "end": 4966,
      "loc": {
        "start": {
          "line": 219,
          "column": 24
        },
        "end": {
          "line": 219,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4966,
      "end": 4967,
      "loc": {
        "start": {
          "line": 219,
          "column": 28
        },
        "end": {
          "line": 219,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4969,
      "end": 4970,
      "loc": {
        "start": {
          "line": 220,
          "column": 1
        },
        "end": {
          "line": 220,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n\t * Calculates the normals and edges of the polygon's sides\n\t ",
      "start": 4973,
      "end": 5041,
      "loc": {
        "start": {
          "line": 222,
          "column": 1
        },
        "end": {
          "line": 224,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_calculateNormals",
      "start": 5043,
      "end": 5060,
      "loc": {
        "start": {
          "line": 225,
          "column": 1
        },
        "end": {
          "line": 225,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5060,
      "end": 5061,
      "loc": {
        "start": {
          "line": 225,
          "column": 18
        },
        "end": {
          "line": 225,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5061,
      "end": 5062,
      "loc": {
        "start": {
          "line": 225,
          "column": 19
        },
        "end": {
          "line": 225,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5063,
      "end": 5064,
      "loc": {
        "start": {
          "line": 225,
          "column": 21
        },
        "end": {
          "line": 225,
          "column": 22
        }
      }
    },
    {
      "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": 5067,
      "end": 5072,
      "loc": {
        "start": {
          "line": 226,
          "column": 2
        },
        "end": {
          "line": 226,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 5073,
      "end": 5079,
      "loc": {
        "start": {
          "line": 226,
          "column": 8
        },
        "end": {
          "line": 226,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5081,
      "end": 5082,
      "loc": {
        "start": {
          "line": 226,
          "column": 16
        },
        "end": {
          "line": 226,
          "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": 5083,
      "end": 5087,
      "loc": {
        "start": {
          "line": 226,
          "column": 18
        },
        "end": {
          "line": 226,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5087,
      "end": 5088,
      "loc": {
        "start": {
          "line": 226,
          "column": 22
        },
        "end": {
          "line": 226,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_coords",
      "start": 5088,
      "end": 5095,
      "loc": {
        "start": {
          "line": 226,
          "column": 23
        },
        "end": {
          "line": 226,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5095,
      "end": 5096,
      "loc": {
        "start": {
          "line": 226,
          "column": 30
        },
        "end": {
          "line": 226,
          "column": 31
        }
      }
    },
    {
      "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": 5099,
      "end": 5104,
      "loc": {
        "start": {
          "line": 227,
          "column": 2
        },
        "end": {
          "line": 227,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "edges",
      "start": 5105,
      "end": 5110,
      "loc": {
        "start": {
          "line": 227,
          "column": 8
        },
        "end": {
          "line": 227,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5113,
      "end": 5114,
      "loc": {
        "start": {
          "line": 227,
          "column": 16
        },
        "end": {
          "line": 227,
          "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": 5115,
      "end": 5119,
      "loc": {
        "start": {
          "line": 227,
          "column": 18
        },
        "end": {
          "line": 227,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5119,
      "end": 5120,
      "loc": {
        "start": {
          "line": 227,
          "column": 22
        },
        "end": {
          "line": 227,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_edges",
      "start": 5120,
      "end": 5126,
      "loc": {
        "start": {
          "line": 227,
          "column": 23
        },
        "end": {
          "line": 227,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5126,
      "end": 5127,
      "loc": {
        "start": {
          "line": 227,
          "column": 29
        },
        "end": {
          "line": 227,
          "column": 30
        }
      }
    },
    {
      "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": 5130,
      "end": 5135,
      "loc": {
        "start": {
          "line": 228,
          "column": 2
        },
        "end": {
          "line": 228,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 5136,
      "end": 5143,
      "loc": {
        "start": {
          "line": 228,
          "column": 8
        },
        "end": {
          "line": 228,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5144,
      "end": 5145,
      "loc": {
        "start": {
          "line": 228,
          "column": 16
        },
        "end": {
          "line": 228,
          "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": 5146,
      "end": 5150,
      "loc": {
        "start": {
          "line": 228,
          "column": 18
        },
        "end": {
          "line": 228,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5150,
      "end": 5151,
      "loc": {
        "start": {
          "line": 228,
          "column": 22
        },
        "end": {
          "line": 228,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_normals",
      "start": 5151,
      "end": 5159,
      "loc": {
        "start": {
          "line": 228,
          "column": 23
        },
        "end": {
          "line": 228,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5159,
      "end": 5160,
      "loc": {
        "start": {
          "line": 228,
          "column": 31
        },
        "end": {
          "line": 228,
          "column": 32
        }
      }
    },
    {
      "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": 5163,
      "end": 5168,
      "loc": {
        "start": {
          "line": 229,
          "column": 2
        },
        "end": {
          "line": 229,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 5169,
      "end": 5174,
      "loc": {
        "start": {
          "line": 229,
          "column": 8
        },
        "end": {
          "line": 229,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5177,
      "end": 5178,
      "loc": {
        "start": {
          "line": 229,
          "column": 16
        },
        "end": {
          "line": 229,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 5179,
      "end": 5185,
      "loc": {
        "start": {
          "line": 229,
          "column": 18
        },
        "end": {
          "line": 229,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5185,
      "end": 5186,
      "loc": {
        "start": {
          "line": 229,
          "column": 24
        },
        "end": {
          "line": 229,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5186,
      "end": 5192,
      "loc": {
        "start": {
          "line": 229,
          "column": 25
        },
        "end": {
          "line": 229,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5192,
      "end": 5193,
      "loc": {
        "start": {
          "line": 229,
          "column": 31
        },
        "end": {
          "line": 229,
          "column": 32
        }
      }
    },
    {
      "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": 5197,
      "end": 5200,
      "loc": {
        "start": {
          "line": 231,
          "column": 2
        },
        "end": {
          "line": 231,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5200,
      "end": 5201,
      "loc": {
        "start": {
          "line": 231,
          "column": 5
        },
        "end": {
          "line": 231,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 5201,
      "end": 5204,
      "loc": {
        "start": {
          "line": 231,
          "column": 6
        },
        "end": {
          "line": 231,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 5205,
      "end": 5207,
      "loc": {
        "start": {
          "line": 231,
          "column": 10
        },
        "end": {
          "line": 231,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5208,
      "end": 5209,
      "loc": {
        "start": {
          "line": 231,
          "column": 13
        },
        "end": {
          "line": 231,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5210,
      "end": 5211,
      "loc": {
        "start": {
          "line": 231,
          "column": 15
        },
        "end": {
          "line": 231,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5211,
      "end": 5212,
      "loc": {
        "start": {
          "line": 231,
          "column": 16
        },
        "end": {
          "line": 231,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iy",
      "start": 5213,
      "end": 5215,
      "loc": {
        "start": {
          "line": 231,
          "column": 18
        },
        "end": {
          "line": 231,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5216,
      "end": 5217,
      "loc": {
        "start": {
          "line": 231,
          "column": 21
        },
        "end": {
          "line": 231,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5218,
      "end": 5219,
      "loc": {
        "start": {
          "line": 231,
          "column": 23
        },
        "end": {
          "line": 231,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5219,
      "end": 5220,
      "loc": {
        "start": {
          "line": 231,
          "column": 24
        },
        "end": {
          "line": 231,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 5221,
      "end": 5223,
      "loc": {
        "start": {
          "line": 231,
          "column": 26
        },
        "end": {
          "line": 231,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 5224,
      "end": 5225,
      "loc": {
        "start": {
          "line": 231,
          "column": 29
        },
        "end": {
          "line": 231,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 5226,
      "end": 5231,
      "loc": {
        "start": {
          "line": 231,
          "column": 31
        },
        "end": {
          "line": 231,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5231,
      "end": 5232,
      "loc": {
        "start": {
          "line": 231,
          "column": 36
        },
        "end": {
          "line": 231,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 5233,
      "end": 5235,
      "loc": {
        "start": {
          "line": 231,
          "column": 38
        },
        "end": {
          "line": 231,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 5236,
      "end": 5238,
      "loc": {
        "start": {
          "line": 231,
          "column": 41
        },
        "end": {
          "line": 231,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5239,
      "end": 5240,
      "loc": {
        "start": {
          "line": 231,
          "column": 44
        },
        "end": {
          "line": 231,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5240,
      "end": 5241,
      "loc": {
        "start": {
          "line": 231,
          "column": 45
        },
        "end": {
          "line": 231,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iy",
      "start": 5242,
      "end": 5244,
      "loc": {
        "start": {
          "line": 231,
          "column": 47
        },
        "end": {
          "line": 231,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 5245,
      "end": 5247,
      "loc": {
        "start": {
          "line": 231,
          "column": 50
        },
        "end": {
          "line": 231,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5248,
      "end": 5249,
      "loc": {
        "start": {
          "line": 231,
          "column": 53
        },
        "end": {
          "line": 231,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5249,
      "end": 5250,
      "loc": {
        "start": {
          "line": 231,
          "column": 54
        },
        "end": {
          "line": 231,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5251,
      "end": 5252,
      "loc": {
        "start": {
          "line": 231,
          "column": 56
        },
        "end": {
          "line": 231,
          "column": 57
        }
      }
    },
    {
      "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": 5256,
      "end": 5261,
      "loc": {
        "start": {
          "line": 232,
          "column": 3
        },
        "end": {
          "line": 232,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "next",
      "start": 5262,
      "end": 5266,
      "loc": {
        "start": {
          "line": 232,
          "column": 9
        },
        "end": {
          "line": 232,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5269,
      "end": 5270,
      "loc": {
        "start": {
          "line": 232,
          "column": 16
        },
        "end": {
          "line": 232,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 5271,
      "end": 5273,
      "loc": {
        "start": {
          "line": 232,
          "column": 18
        },
        "end": {
          "line": 232,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5274,
      "end": 5275,
      "loc": {
        "start": {
          "line": 232,
          "column": 21
        },
        "end": {
          "line": 232,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5276,
      "end": 5277,
      "loc": {
        "start": {
          "line": 232,
          "column": 23
        },
        "end": {
          "line": 232,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 5278,
      "end": 5279,
      "loc": {
        "start": {
          "line": 232,
          "column": 25
        },
        "end": {
          "line": 232,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 5280,
      "end": 5285,
      "loc": {
        "start": {
          "line": 232,
          "column": 27
        },
        "end": {
          "line": 232,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5286,
      "end": 5287,
      "loc": {
        "start": {
          "line": 232,
          "column": 33
        },
        "end": {
          "line": 232,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 5288,
      "end": 5290,
      "loc": {
        "start": {
          "line": 232,
          "column": 35
        },
        "end": {
          "line": 232,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5291,
      "end": 5292,
      "loc": {
        "start": {
          "line": 232,
          "column": 38
        },
        "end": {
          "line": 232,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5293,
      "end": 5294,
      "loc": {
        "start": {
          "line": 232,
          "column": 40
        },
        "end": {
          "line": 232,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5295,
      "end": 5296,
      "loc": {
        "start": {
          "line": 232,
          "column": 42
        },
        "end": {
          "line": 232,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5297,
      "end": 5298,
      "loc": {
        "start": {
          "line": 232,
          "column": 44
        },
        "end": {
          "line": 232,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5298,
      "end": 5299,
      "loc": {
        "start": {
          "line": 232,
          "column": 45
        },
        "end": {
          "line": 232,
          "column": 46
        }
      }
    },
    {
      "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": 5303,
      "end": 5308,
      "loc": {
        "start": {
          "line": 233,
          "column": 3
        },
        "end": {
          "line": 233,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 5309,
      "end": 5310,
      "loc": {
        "start": {
          "line": 233,
          "column": 9
        },
        "end": {
          "line": 233,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5316,
      "end": 5317,
      "loc": {
        "start": {
          "line": 233,
          "column": 16
        },
        "end": {
          "line": 233,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 5318,
      "end": 5324,
      "loc": {
        "start": {
          "line": 233,
          "column": 18
        },
        "end": {
          "line": 233,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5324,
      "end": 5325,
      "loc": {
        "start": {
          "line": 233,
          "column": 24
        },
        "end": {
          "line": 233,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "next",
      "start": 5325,
      "end": 5329,
      "loc": {
        "start": {
          "line": 233,
          "column": 25
        },
        "end": {
          "line": 233,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5329,
      "end": 5330,
      "loc": {
        "start": {
          "line": 233,
          "column": 29
        },
        "end": {
          "line": 233,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5331,
      "end": 5332,
      "loc": {
        "start": {
          "line": 233,
          "column": 31
        },
        "end": {
          "line": 233,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 5333,
      "end": 5339,
      "loc": {
        "start": {
          "line": 233,
          "column": 33
        },
        "end": {
          "line": 233,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5339,
      "end": 5340,
      "loc": {
        "start": {
          "line": 233,
          "column": 39
        },
        "end": {
          "line": 233,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 5340,
      "end": 5342,
      "loc": {
        "start": {
          "line": 233,
          "column": 40
        },
        "end": {
          "line": 233,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5342,
      "end": 5343,
      "loc": {
        "start": {
          "line": 233,
          "column": 42
        },
        "end": {
          "line": 233,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5343,
      "end": 5344,
      "loc": {
        "start": {
          "line": 233,
          "column": 43
        },
        "end": {
          "line": 233,
          "column": 44
        }
      }
    },
    {
      "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": 5348,
      "end": 5353,
      "loc": {
        "start": {
          "line": 234,
          "column": 3
        },
        "end": {
          "line": 234,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 5354,
      "end": 5355,
      "loc": {
        "start": {
          "line": 234,
          "column": 9
        },
        "end": {
          "line": 234,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5361,
      "end": 5362,
      "loc": {
        "start": {
          "line": 234,
          "column": 16
        },
        "end": {
          "line": 234,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 5363,
      "end": 5369,
      "loc": {
        "start": {
          "line": 234,
          "column": 18
        },
        "end": {
          "line": 234,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5369,
      "end": 5370,
      "loc": {
        "start": {
          "line": 234,
          "column": 24
        },
        "end": {
          "line": 234,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "next",
      "start": 5370,
      "end": 5374,
      "loc": {
        "start": {
          "line": 234,
          "column": 25
        },
        "end": {
          "line": 234,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5375,
      "end": 5376,
      "loc": {
        "start": {
          "line": 234,
          "column": 30
        },
        "end": {
          "line": 234,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5377,
      "end": 5378,
      "loc": {
        "start": {
          "line": 234,
          "column": 32
        },
        "end": {
          "line": 234,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5378,
      "end": 5379,
      "loc": {
        "start": {
          "line": 234,
          "column": 33
        },
        "end": {
          "line": 234,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5380,
      "end": 5381,
      "loc": {
        "start": {
          "line": 234,
          "column": 35
        },
        "end": {
          "line": 234,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coords",
      "start": 5382,
      "end": 5388,
      "loc": {
        "start": {
          "line": 234,
          "column": 37
        },
        "end": {
          "line": 234,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5388,
      "end": 5389,
      "loc": {
        "start": {
          "line": 234,
          "column": 43
        },
        "end": {
          "line": 234,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iy",
      "start": 5389,
      "end": 5391,
      "loc": {
        "start": {
          "line": 234,
          "column": 44
        },
        "end": {
          "line": 234,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5391,
      "end": 5392,
      "loc": {
        "start": {
          "line": 234,
          "column": 46
        },
        "end": {
          "line": 234,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5392,
      "end": 5393,
      "loc": {
        "start": {
          "line": 234,
          "column": 47
        },
        "end": {
          "line": 234,
          "column": 48
        }
      }
    },
    {
      "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": 5397,
      "end": 5402,
      "loc": {
        "start": {
          "line": 235,
          "column": 3
        },
        "end": {
          "line": 235,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5403,
      "end": 5409,
      "loc": {
        "start": {
          "line": 235,
          "column": 9
        },
        "end": {
          "line": 235,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5410,
      "end": 5411,
      "loc": {
        "start": {
          "line": 235,
          "column": 16
        },
        "end": {
          "line": 235,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 5412,
      "end": 5413,
      "loc": {
        "start": {
          "line": 235,
          "column": 18
        },
        "end": {
          "line": 235,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5414,
      "end": 5416,
      "loc": {
        "start": {
          "line": 235,
          "column": 20
        },
        "end": {
          "line": 235,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 5417,
      "end": 5418,
      "loc": {
        "start": {
          "line": 235,
          "column": 23
        },
        "end": {
          "line": 235,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5419,
      "end": 5420,
      "loc": {
        "start": {
          "line": 235,
          "column": 25
        },
        "end": {
          "line": 235,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5421,
      "end": 5425,
      "loc": {
        "start": {
          "line": 235,
          "column": 27
        },
        "end": {
          "line": 235,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5425,
      "end": 5426,
      "loc": {
        "start": {
          "line": 235,
          "column": 31
        },
        "end": {
          "line": 235,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqrt",
      "start": 5426,
      "end": 5430,
      "loc": {
        "start": {
          "line": 235,
          "column": 32
        },
        "end": {
          "line": 235,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5430,
      "end": 5431,
      "loc": {
        "start": {
          "line": 235,
          "column": 36
        },
        "end": {
          "line": 235,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 5431,
      "end": 5432,
      "loc": {
        "start": {
          "line": 235,
          "column": 37
        },
        "end": {
          "line": 235,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 5433,
      "end": 5434,
      "loc": {
        "start": {
          "line": 235,
          "column": 39
        },
        "end": {
          "line": 235,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 5435,
      "end": 5436,
      "loc": {
        "start": {
          "line": 235,
          "column": 41
        },
        "end": {
          "line": 235,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5437,
      "end": 5438,
      "loc": {
        "start": {
          "line": 235,
          "column": 43
        },
        "end": {
          "line": 235,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 5439,
      "end": 5440,
      "loc": {
        "start": {
          "line": 235,
          "column": 45
        },
        "end": {
          "line": 235,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 5441,
      "end": 5442,
      "loc": {
        "start": {
          "line": 235,
          "column": 47
        },
        "end": {
          "line": 235,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 5443,
      "end": 5444,
      "loc": {
        "start": {
          "line": 235,
          "column": 49
        },
        "end": {
          "line": 235,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5444,
      "end": 5445,
      "loc": {
        "start": {
          "line": 235,
          "column": 50
        },
        "end": {
          "line": 235,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5446,
      "end": 5447,
      "loc": {
        "start": {
          "line": 235,
          "column": 52
        },
        "end": {
          "line": 235,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5448,
      "end": 5449,
      "loc": {
        "start": {
          "line": 235,
          "column": 54
        },
        "end": {
          "line": 235,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5449,
      "end": 5450,
      "loc": {
        "start": {
          "line": 235,
          "column": 55
        },
        "end": {
          "line": 235,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "edges",
      "start": 5455,
      "end": 5460,
      "loc": {
        "start": {
          "line": 237,
          "column": 3
        },
        "end": {
          "line": 237,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5460,
      "end": 5461,
      "loc": {
        "start": {
          "line": 237,
          "column": 8
        },
        "end": {
          "line": 237,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 5461,
      "end": 5463,
      "loc": {
        "start": {
          "line": 237,
          "column": 9
        },
        "end": {
          "line": 237,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5463,
      "end": 5464,
      "loc": {
        "start": {
          "line": 237,
          "column": 11
        },
        "end": {
          "line": 237,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5467,
      "end": 5468,
      "loc": {
        "start": {
          "line": 237,
          "column": 15
        },
        "end": {
          "line": 237,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 5469,
      "end": 5470,
      "loc": {
        "start": {
          "line": 237,
          "column": 17
        },
        "end": {
          "line": 237,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5470,
      "end": 5471,
      "loc": {
        "start": {
          "line": 237,
          "column": 18
        },
        "end": {
          "line": 237,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "edges",
      "start": 5475,
      "end": 5480,
      "loc": {
        "start": {
          "line": 238,
          "column": 3
        },
        "end": {
          "line": 238,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5480,
      "end": 5481,
      "loc": {
        "start": {
          "line": 238,
          "column": 8
        },
        "end": {
          "line": 238,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iy",
      "start": 5481,
      "end": 5483,
      "loc": {
        "start": {
          "line": 238,
          "column": 9
        },
        "end": {
          "line": 238,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5483,
      "end": 5484,
      "loc": {
        "start": {
          "line": 238,
          "column": 11
        },
        "end": {
          "line": 238,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5487,
      "end": 5488,
      "loc": {
        "start": {
          "line": 238,
          "column": 15
        },
        "end": {
          "line": 238,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 5489,
      "end": 5490,
      "loc": {
        "start": {
          "line": 238,
          "column": 17
        },
        "end": {
          "line": 238,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5490,
      "end": 5491,
      "loc": {
        "start": {
          "line": 238,
          "column": 18
        },
        "end": {
          "line": 238,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 5495,
      "end": 5502,
      "loc": {
        "start": {
          "line": 239,
          "column": 3
        },
        "end": {
          "line": 239,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5502,
      "end": 5503,
      "loc": {
        "start": {
          "line": 239,
          "column": 10
        },
        "end": {
          "line": 239,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ix",
      "start": 5503,
      "end": 5505,
      "loc": {
        "start": {
          "line": 239,
          "column": 11
        },
        "end": {
          "line": 239,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5505,
      "end": 5506,
      "loc": {
        "start": {
          "line": 239,
          "column": 13
        },
        "end": {
          "line": 239,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5507,
      "end": 5508,
      "loc": {
        "start": {
          "line": 239,
          "column": 15
        },
        "end": {
          "line": 239,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5509,
      "end": 5515,
      "loc": {
        "start": {
          "line": 239,
          "column": 17
        },
        "end": {
          "line": 239,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5516,
      "end": 5517,
      "loc": {
        "start": {
          "line": 239,
          "column": 24
        },
        "end": {
          "line": 239,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 5518,
      "end": 5519,
      "loc": {
        "start": {
          "line": 239,
          "column": 26
        },
        "end": {
          "line": 239,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 5520,
      "end": 5521,
      "loc": {
        "start": {
          "line": 239,
          "column": 28
        },
        "end": {
          "line": 239,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5522,
      "end": 5528,
      "loc": {
        "start": {
          "line": 239,
          "column": 30
        },
        "end": {
          "line": 239,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5529,
      "end": 5530,
      "loc": {
        "start": {
          "line": 239,
          "column": 37
        },
        "end": {
          "line": 239,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5531,
      "end": 5532,
      "loc": {
        "start": {
          "line": 239,
          "column": 39
        },
        "end": {
          "line": 239,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5532,
      "end": 5533,
      "loc": {
        "start": {
          "line": 239,
          "column": 40
        },
        "end": {
          "line": 239,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normals",
      "start": 5537,
      "end": 5544,
      "loc": {
        "start": {
          "line": 240,
          "column": 3
        },
        "end": {
          "line": 240,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5544,
      "end": 5545,
      "loc": {
        "start": {
          "line": 240,
          "column": 10
        },
        "end": {
          "line": 240,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iy",
      "start": 5545,
      "end": 5547,
      "loc": {
        "start": {
          "line": 240,
          "column": 11
        },
        "end": {
          "line": 240,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5547,
      "end": 5548,
      "loc": {
        "start": {
          "line": 240,
          "column": 13
        },
        "end": {
          "line": 240,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5549,
      "end": 5550,
      "loc": {
        "start": {
          "line": 240,
          "column": 15
        },
        "end": {
          "line": 240,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5551,
      "end": 5557,
      "loc": {
        "start": {
          "line": 240,
          "column": 17
        },
        "end": {
          "line": 240,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5558,
      "end": 5559,
      "loc": {
        "start": {
          "line": 240,
          "column": 24
        },
        "end": {
          "line": 240,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5560,
      "end": 5561,
      "loc": {
        "start": {
          "line": 240,
          "column": 26
        },
        "end": {
          "line": 240,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 5561,
      "end": 5562,
      "loc": {
        "start": {
          "line": 240,
          "column": 27
        },
        "end": {
          "line": 240,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 5563,
      "end": 5564,
      "loc": {
        "start": {
          "line": 240,
          "column": 29
        },
        "end": {
          "line": 240,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5565,
      "end": 5571,
      "loc": {
        "start": {
          "line": 240,
          "column": 31
        },
        "end": {
          "line": 240,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5572,
      "end": 5573,
      "loc": {
        "start": {
          "line": 240,
          "column": 38
        },
        "end": {
          "line": 240,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5574,
      "end": 5575,
      "loc": {
        "start": {
          "line": 240,
          "column": 40
        },
        "end": {
          "line": 240,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5575,
      "end": 5576,
      "loc": {
        "start": {
          "line": 240,
          "column": 41
        },
        "end": {
          "line": 240,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5579,
      "end": 5580,
      "loc": {
        "start": {
          "line": 241,
          "column": 2
        },
        "end": {
          "line": 241,
          "column": 3
        }
      }
    },
    {
      "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": 5584,
      "end": 5588,
      "loc": {
        "start": {
          "line": 243,
          "column": 2
        },
        "end": {
          "line": 243,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5588,
      "end": 5589,
      "loc": {
        "start": {
          "line": 243,
          "column": 6
        },
        "end": {
          "line": 243,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dirty_normals",
      "start": 5589,
      "end": 5603,
      "loc": {
        "start": {
          "line": 243,
          "column": 7
        },
        "end": {
          "line": 243,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5604,
      "end": 5605,
      "loc": {
        "start": {
          "line": 243,
          "column": 22
        },
        "end": {
          "line": 243,
          "column": 23
        }
      }
    },
    {
      "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": 5606,
      "end": 5611,
      "loc": {
        "start": {
          "line": 243,
          "column": 24
        },
        "end": {
          "line": 243,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5611,
      "end": 5612,
      "loc": {
        "start": {
          "line": 243,
          "column": 29
        },
        "end": {
          "line": 243,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5614,
      "end": 5615,
      "loc": {
        "start": {
          "line": 244,
          "column": 1
        },
        "end": {
          "line": 244,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5616,
      "end": 5617,
      "loc": {
        "start": {
          "line": 245,
          "column": 0
        },
        "end": {
          "line": 245,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5617,
      "end": 5618,
      "loc": {
        "start": {
          "line": 245,
          "column": 1
        },
        "end": {
          "line": 245,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5619,
      "end": 5619,
      "loc": {
        "start": {
          "line": 246,
          "column": 0
        },
        "end": {
          "line": 246,
          "column": 0
        }
      }
    }
  ]
}