{
  "type": "File",
  "start": 0,
  "end": 1329,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 26,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 1329,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 26,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 31,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 31
          }
        },
        "specifiers": [
          {
            "type": "ImportNamespaceSpecifier",
            "start": 7,
            "end": 17,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 17
              }
            },
            "local": {
              "type": "Identifier",
              "start": 12,
              "end": 17,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 12
                },
                "end": {
                  "line": 1,
                  "column": 17
                },
                "identifierName": "THREE"
              },
              "name": "THREE"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 23,
          "end": 30,
          "loc": {
            "start": {
              "line": 1,
              "column": 23
            },
            "end": {
              "line": 1,
              "column": 30
            }
          },
          "extra": {
            "rawValue": "three",
            "raw": "'three'"
          },
          "value": "three"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 32,
        "end": 66,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 34
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 39,
            "end": 51,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 19
              }
            },
            "local": {
              "type": "Identifier",
              "start": 39,
              "end": 51,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 19
                },
                "identifierName": "BaseGraphics"
              },
              "name": "BaseGraphics"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 57,
          "end": 65,
          "loc": {
            "start": {
              "line": 2,
              "column": 25
            },
            "end": {
              "line": 2,
              "column": 33
            }
          },
          "extra": {
            "rawValue": "./base",
            "raw": "'./base'"
          },
          "value": "./base"
        }
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 68,
        "end": 1328,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 25,
            "column": 1
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 83,
          "end": 1328,
          "loc": {
            "start": {
              "line": 4,
              "column": 15
            },
            "end": {
              "line": 25,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 89,
            "end": 96,
            "loc": {
              "start": {
                "line": 4,
                "column": 21
              },
              "end": {
                "line": 4,
                "column": 28
              },
              "identifierName": "Angular"
            },
            "name": "Angular"
          },
          "superClass": {
            "type": "Identifier",
            "start": 105,
            "end": 117,
            "loc": {
              "start": {
                "line": 4,
                "column": 37
              },
              "end": {
                "line": 4,
                "column": 49
              },
              "identifierName": "BaseGraphics"
            },
            "name": "BaseGraphics"
          },
          "body": {
            "type": "ClassBody",
            "start": 118,
            "end": 1328,
            "loc": {
              "start": {
                "line": 4,
                "column": 50
              },
              "end": {
                "line": 25,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 124,
                "end": 185,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 4
                  },
                  "end": {
                    "line": 7,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 124,
                  "end": 135,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 4
                    },
                    "end": {
                      "line": 5,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor"
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "RestElement",
                    "start": 136,
                    "end": 143,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 16
                      },
                      "end": {
                        "line": 5,
                        "column": 23
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 139,
                      "end": 143,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 19
                        },
                        "end": {
                          "line": 5,
                          "column": 23
                        },
                        "identifierName": "args"
                      },
                      "name": "args"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 145,
                  "end": 185,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 25
                    },
                    "end": {
                      "line": 7,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 155,
                      "end": 179,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 8
                        },
                        "end": {
                          "line": 6,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 155,
                        "end": 178,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 8
                          },
                          "end": {
                            "line": 6,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 155,
                          "end": 160,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 8
                            },
                            "end": {
                              "line": 6,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "SpreadElement",
                            "start": 161,
                            "end": 168,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 14
                              },
                              "end": {
                                "line": 6,
                                "column": 21
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 164,
                              "end": 168,
                              "loc": {
                                "start": {
                                  "line": 6,
                                  "column": 17
                                },
                                "end": {
                                  "line": 6,
                                  "column": 21
                                },
                                "identifierName": "args"
                              },
                              "name": "args"
                            }
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 170,
                            "end": 171,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 23
                              },
                              "end": {
                                "line": 6,
                                "column": 24
                              }
                            },
                            "extra": {
                              "rawValue": 2,
                              "raw": "2"
                            },
                            "value": 2
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 173,
                            "end": 174,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 26
                              },
                              "end": {
                                "line": 6,
                                "column": 27
                              }
                            },
                            "extra": {
                              "rawValue": 1,
                              "raw": "1"
                            },
                            "value": 1
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 176,
                            "end": 177,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 29
                              },
                              "end": {
                                "line": 6,
                                "column": 30
                              }
                            },
                            "extra": {
                              "rawValue": 2,
                              "raw": "2"
                            },
                            "value": 2
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 191,
                "end": 1326,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 4
                  },
                  "end": {
                    "line": 24,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 191,
                  "end": 206,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 4
                    },
                    "end": {
                      "line": 9,
                      "column": 19
                    },
                    "identifierName": "updateFromState"
                  },
                  "name": "updateFromState"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 207,
                    "end": 212,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 20
                      },
                      "end": {
                        "line": 9,
                        "column": 25
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  },
                  {
                    "type": "Identifier",
                    "start": 214,
                    "end": 218,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 27
                      },
                      "end": {
                        "line": 9,
                        "column": 31
                      },
                      "identifierName": "tree"
                    },
                    "name": "tree"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 220,
                  "end": 1326,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 33
                    },
                    "end": {
                      "line": 24,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 230,
                      "end": 368,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 146
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 234,
                          "end": 367,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 12
                            },
                            "end": {
                              "line": 10,
                              "column": 145
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 234,
                            "end": 259,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 12
                              },
                              "end": {
                                "line": 10,
                                "column": 37
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 235,
                                "end": 240,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 18
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              {
                                "type": "Identifier",
                                "start": 242,
                                "end": 245,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 23
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              {
                                "type": "Identifier",
                                "start": 247,
                                "end": 250,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 28
                                  },
                                  "identifierName": "dim"
                                },
                                "name": "dim"
                              },
                              {
                                "type": "Identifier",
                                "start": 252,
                                "end": 258,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 36
                                  },
                                  "identifierName": "corner"
                                },
                                "name": "corner"
                              }
                            ]
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 262,
                            "end": 367,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 40
                              },
                              "end": {
                                "line": 10,
                                "column": 145
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 262,
                              "end": 307,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 40
                                },
                                "end": {
                                  "line": 10,
                                  "column": 85
                                }
                              },
                              "object": {
                                "type": "ArrayExpression",
                                "start": 262,
                                "end": 303,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 81
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 263,
                                    "end": 272,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 50
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "startPt",
                                      "raw": "'startPt'"
                                    },
                                    "value": "startPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 274,
                                    "end": 281,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 59
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "endPt",
                                      "raw": "'endPt'"
                                    },
                                    "value": "endPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 283,
                                    "end": 290,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 68
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "dimPt",
                                      "raw": "'dimPt'"
                                    },
                                    "value": "dimPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 292,
                                    "end": 302,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 70
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 80
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "cornerPt",
                                      "raw": "'cornerPt'"
                                    },
                                    "value": "cornerPt"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 304,
                                "end": 307,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 82
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 85
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 308,
                                "end": 366,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 86
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 144
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 308,
                                    "end": 309,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 86
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 87
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 313,
                                  "end": 366,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 91
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 144
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 313,
                                    "end": 342,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 91
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 120
                                      }
                                    },
                                    "object": {
                                      "type": "NewExpression",
                                      "start": 313,
                                      "end": 332,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 91
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 110
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 317,
                                        "end": 330,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 95
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 108
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 317,
                                          "end": 322,
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 95
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 100
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 323,
                                          "end": 330,
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 101
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 108
                                            },
                                            "identifierName": "Vector3"
                                          },
                                          "name": "Vector3"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 333,
                                      "end": 342,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 111
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 120
                                        },
                                        "identifierName": "fromArray"
                                      },
                                      "name": "fromArray"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 343,
                                      "end": 365,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 121
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 143
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 343,
                                        "end": 359,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 121
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 137
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 343,
                                          "end": 356,
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 121
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 134
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 343,
                                            "end": 348,
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 121
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 126
                                              },
                                              "identifierName": "state"
                                            },
                                            "name": "state"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 349,
                                            "end": 356,
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 127
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 134
                                              },
                                              "identifierName": "members"
                                            },
                                            "name": "members"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 357,
                                          "end": 358,
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 135
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 136
                                            },
                                            "identifierName": "x"
                                          },
                                          "name": "x"
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 360,
                                        "end": 365,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 138
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 143
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 377,
                      "end": 415,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 383,
                          "end": 414,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 14
                            },
                            "end": {
                              "line": 11,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 383,
                            "end": 389,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 14
                              },
                              "end": {
                                "line": 11,
                                "column": 20
                              },
                              "identifierName": "radius"
                            },
                            "name": "radius"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 392,
                            "end": 414,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 23
                              },
                              "end": {
                                "line": 11,
                                "column": 45
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 392,
                              "end": 409,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 23
                                },
                                "end": {
                                  "line": 11,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 392,
                                "end": 398,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 29
                                  },
                                  "identifierName": "corner"
                                },
                                "name": "corner"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 399,
                                "end": 409,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 40
                                  },
                                  "identifierName": "distanceTo"
                                },
                                "name": "distanceTo"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 410,
                                "end": 413,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 44
                                  },
                                  "identifierName": "dim"
                                },
                                "name": "dim"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 424,
                      "end": 547,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 131
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 428,
                          "end": 489,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 12
                            },
                            "end": {
                              "line": 12,
                              "column": 73
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 428,
                            "end": 436,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 12
                              },
                              "end": {
                                "line": 12,
                                "column": 20
                              },
                              "identifierName": "startAng"
                            },
                            "name": "startAng"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 439,
                            "end": 489,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 23
                              },
                              "end": {
                                "line": 12,
                                "column": 73
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 439,
                              "end": 449,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 23
                                },
                                "end": {
                                  "line": 12,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 439,
                                "end": 443,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 27
                                  },
                                  "identifierName": "Math"
                                },
                                "name": "Math"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 444,
                                "end": 449,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 33
                                  },
                                  "identifierName": "atan2"
                                },
                                "name": "atan2"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 450,
                                "end": 468,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 52
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 450,
                                  "end": 457,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 450,
                                    "end": 455,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 39
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 456,
                                    "end": 457,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 41
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 460,
                                  "end": 468,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 460,
                                    "end": 466,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 50
                                      },
                                      "identifierName": "corner"
                                    },
                                    "name": "corner"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 467,
                                    "end": 468,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 52
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 470,
                                "end": 488,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 72
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 470,
                                  "end": 477,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 61
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 470,
                                    "end": 475,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 59
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 476,
                                    "end": 477,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 61
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 480,
                                  "end": 488,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 72
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 480,
                                    "end": 486,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 70
                                      },
                                      "identifierName": "corner"
                                    },
                                    "name": "corner"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 487,
                                    "end": 488,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 71
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 72
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                }
                              }
                            ]
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 491,
                          "end": 546,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 75
                            },
                            "end": {
                              "line": 12,
                              "column": 130
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 491,
                            "end": 497,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 75
                              },
                              "end": {
                                "line": 12,
                                "column": 81
                              },
                              "identifierName": "endAng"
                            },
                            "name": "endAng"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 500,
                            "end": 546,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 84
                              },
                              "end": {
                                "line": 12,
                                "column": 130
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 500,
                              "end": 510,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 84
                                },
                                "end": {
                                  "line": 12,
                                  "column": 94
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 500,
                                "end": 504,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 84
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 88
                                  },
                                  "identifierName": "Math"
                                },
                                "name": "Math"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 505,
                                "end": 510,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 94
                                  },
                                  "identifierName": "atan2"
                                },
                                "name": "atan2"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 511,
                                "end": 527,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 95
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 111
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 511,
                                  "end": 516,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 95
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 100
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 511,
                                    "end": 514,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 95
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 98
                                      },
                                      "identifierName": "end"
                                    },
                                    "name": "end"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 515,
                                    "end": 516,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 99
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 100
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 519,
                                  "end": 527,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 103
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 111
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 519,
                                    "end": 525,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 103
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 109
                                      },
                                      "identifierName": "corner"
                                    },
                                    "name": "corner"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 526,
                                    "end": 527,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 110
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 111
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 529,
                                "end": 545,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 113
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 129
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 529,
                                  "end": 534,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 113
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 118
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 529,
                                    "end": 532,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 113
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 116
                                      },
                                      "identifierName": "end"
                                    },
                                    "name": "end"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 533,
                                    "end": 534,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 117
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 118
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 537,
                                  "end": 545,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 121
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 129
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 537,
                                    "end": 543,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 121
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 127
                                      },
                                      "identifierName": "corner"
                                    },
                                    "name": "corner"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 544,
                                    "end": 545,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 128
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 129
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 556,
                      "end": 662,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 14,
                          "column": 76
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 560,
                        "end": 584,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 12
                          },
                          "end": {
                            "line": 13,
                            "column": 36
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 561,
                          "end": 584,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 13
                            },
                            "end": {
                              "line": 13,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 561,
                            "end": 578,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 13
                              },
                              "end": {
                                "line": 13,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 561,
                              "end": 574,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 13
                                },
                                "end": {
                                  "line": 13,
                                  "column": 26
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 561,
                                "end": 566,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 18
                                  },
                                  "identifierName": "state"
                                },
                                "name": "state"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 567,
                                "end": 574,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 26
                                  },
                                  "identifierName": "members"
                                },
                                "name": "members"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 575,
                              "end": 578,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 27
                                },
                                "end": {
                                  "line": 13,
                                  "column": 30
                                },
                                "identifierName": "ccw"
                              },
                              "name": "ccw"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 579,
                            "end": 584,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 31
                              },
                              "end": {
                                "line": 13,
                                "column": 36
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 598,
                        "end": 662,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 12
                          },
                          "end": {
                            "line": 14,
                            "column": 76
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 598,
                          "end": 661,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 12
                            },
                            "end": {
                              "line": 14,
                              "column": 75
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "ArrayPattern",
                            "start": 598,
                            "end": 628,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 12
                              },
                              "end": {
                                "line": 14,
                                "column": 42
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 599,
                                "end": 604,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 18
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              {
                                "type": "Identifier",
                                "start": 606,
                                "end": 609,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 23
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              {
                                "type": "Identifier",
                                "start": 611,
                                "end": 619,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 33
                                  },
                                  "identifierName": "startAng"
                                },
                                "name": "startAng"
                              },
                              {
                                "type": "Identifier",
                                "start": 621,
                                "end": 627,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 41
                                  },
                                  "identifierName": "endAng"
                                },
                                "name": "endAng"
                              }
                            ]
                          },
                          "right": {
                            "type": "ArrayExpression",
                            "start": 631,
                            "end": 661,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 45
                              },
                              "end": {
                                "line": 14,
                                "column": 75
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 632,
                                "end": 635,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 49
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              {
                                "type": "Identifier",
                                "start": 637,
                                "end": 642,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 56
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              {
                                "type": "Identifier",
                                "start": 644,
                                "end": 650,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 64
                                  },
                                  "identifierName": "endAng"
                                },
                                "name": "endAng"
                              },
                              {
                                "type": "Identifier",
                                "start": 652,
                                "end": 660,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 74
                                  },
                                  "identifierName": "startAng"
                                },
                                "name": "startAng"
                              }
                            ]
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 671,
                      "end": 728,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 8
                        },
                        "end": {
                          "line": 16,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 675,
                        "end": 692,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 12
                          },
                          "end": {
                            "line": 15,
                            "column": 29
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 675,
                          "end": 681,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 12
                            },
                            "end": {
                              "line": 15,
                              "column": 18
                            },
                            "identifierName": "endAng"
                          },
                          "name": "endAng"
                        },
                        "operator": "<",
                        "right": {
                          "type": "Identifier",
                          "start": 684,
                          "end": 692,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 21
                            },
                            "end": {
                              "line": 15,
                              "column": 29
                            },
                            "identifierName": "startAng"
                          },
                          "name": "startAng"
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 706,
                        "end": 728,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 12
                          },
                          "end": {
                            "line": 16,
                            "column": 34
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 706,
                          "end": 727,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 12
                            },
                            "end": {
                              "line": 16,
                              "column": 33
                            }
                          },
                          "operator": "+=",
                          "left": {
                            "type": "Identifier",
                            "start": 706,
                            "end": 712,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 12
                              },
                              "end": {
                                "line": 16,
                                "column": 18
                              },
                              "identifierName": "endAng"
                            },
                            "name": "endAng"
                          },
                          "right": {
                            "type": "BinaryExpression",
                            "start": 716,
                            "end": 727,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 22
                              },
                              "end": {
                                "line": 16,
                                "column": 33
                              }
                            },
                            "left": {
                              "type": "NumericLiteral",
                              "start": 716,
                              "end": 717,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 22
                                },
                                "end": {
                                  "line": 16,
                                  "column": 23
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            },
                            "operator": "*",
                            "right": {
                              "type": "MemberExpression",
                              "start": 720,
                              "end": 727,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 26
                                },
                                "end": {
                                  "line": 16,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 720,
                                "end": 724,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 30
                                  },
                                  "identifierName": "Math"
                                },
                                "name": "Math"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 725,
                                "end": 727,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 33
                                  },
                                  "identifierName": "PI"
                                },
                                "name": "PI"
                              },
                              "computed": false
                            }
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 737,
                      "end": 841,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 112
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 743,
                          "end": 840,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 14
                            },
                            "end": {
                              "line": 17,
                              "column": 111
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 743,
                            "end": 763,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 14
                              },
                              "end": {
                                "line": 17,
                                "column": 34
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 744,
                                "end": 753,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 24
                                  },
                                  "identifierName": "startFoot"
                                },
                                "name": "startFoot"
                              },
                              {
                                "type": "Identifier",
                                "start": 755,
                                "end": 762,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 33
                                  },
                                  "identifierName": "endFoot"
                                },
                                "name": "endFoot"
                              }
                            ]
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 766,
                            "end": 840,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 37
                              },
                              "end": {
                                "line": 17,
                                "column": 111
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 766,
                              "end": 782,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 37
                                },
                                "end": {
                                  "line": 17,
                                  "column": 53
                                }
                              },
                              "object": {
                                "type": "ArrayExpression",
                                "start": 766,
                                "end": 778,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 49
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "Identifier",
                                    "start": 767,
                                    "end": 772,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 43
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 774,
                                    "end": 777,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 48
                                      },
                                      "identifierName": "end"
                                    },
                                    "name": "end"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 779,
                                "end": 782,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 53
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 783,
                                "end": 839,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 110
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 783,
                                    "end": 784,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 55
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 788,
                                  "end": 839,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 110
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 788,
                                    "end": 831,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 102
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 788,
                                      "end": 827,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 98
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 788,
                                        "end": 819,
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 90
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 788,
                                          "end": 809,
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 80
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 788,
                                            "end": 801,
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 72
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 788,
                                              "end": 797,
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 68
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 788,
                                                "end": 795,
                                                "loc": {
                                                  "start": {
                                                    "line": 17,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 17,
                                                    "column": 66
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 788,
                                                  "end": 789,
                                                  "loc": {
                                                    "start": {
                                                      "line": 17,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 17,
                                                      "column": 60
                                                    },
                                                    "identifierName": "x"
                                                  },
                                                  "name": "x"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 790,
                                                  "end": 795,
                                                  "loc": {
                                                    "start": {
                                                      "line": 17,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 17,
                                                      "column": 66
                                                    },
                                                    "identifierName": "clone"
                                                  },
                                                  "name": "clone"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 798,
                                              "end": 801,
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 72
                                                },
                                                "identifierName": "sub"
                                              },
                                              "name": "sub"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 802,
                                              "end": 808,
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 73
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 79
                                                },
                                                "identifierName": "corner"
                                              },
                                              "name": "corner"
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 810,
                                          "end": 819,
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 81
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 90
                                            },
                                            "identifierName": "setLength"
                                          },
                                          "name": "setLength"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 820,
                                          "end": 826,
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 91
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 97
                                            },
                                            "identifierName": "radius"
                                          },
                                          "name": "radius"
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 828,
                                      "end": 831,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 99
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 102
                                        },
                                        "identifierName": "add"
                                      },
                                      "name": "add"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 832,
                                      "end": 838,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 103
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 109
                                        },
                                        "identifierName": "corner"
                                      },
                                      "name": "corner"
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 850,
                      "end": 887,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 850,
                        "end": 886,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 44
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 850,
                          "end": 865,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 850,
                            "end": 854,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 855,
                            "end": 865,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13
                              },
                              "end": {
                                "line": 18,
                                "column": 23
                              },
                              "identifierName": "updateLine"
                            },
                            "name": "updateLine"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 866,
                            "end": 867,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 24
                              },
                              "end": {
                                "line": 18,
                                "column": 25
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "Identifier",
                            "start": 869,
                            "end": 874,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 27
                              },
                              "end": {
                                "line": 18,
                                "column": 32
                              },
                              "identifierName": "start"
                            },
                            "name": "start"
                          },
                          {
                            "type": "Identifier",
                            "start": 876,
                            "end": 885,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 34
                              },
                              "end": {
                                "line": 18,
                                "column": 43
                              },
                              "identifierName": "startFoot"
                            },
                            "name": "startFoot"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 896,
                      "end": 929,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 8
                        },
                        "end": {
                          "line": 19,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 896,
                        "end": 928,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 8
                          },
                          "end": {
                            "line": 19,
                            "column": 40
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 896,
                          "end": 911,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 8
                            },
                            "end": {
                              "line": 19,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 896,
                            "end": 900,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 8
                              },
                              "end": {
                                "line": 19,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 901,
                            "end": 911,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 13
                              },
                              "end": {
                                "line": 19,
                                "column": 23
                              },
                              "identifierName": "updateLine"
                            },
                            "name": "updateLine"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 912,
                            "end": 913,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 24
                              },
                              "end": {
                                "line": 19,
                                "column": 25
                              }
                            },
                            "extra": {
                              "rawValue": 1,
                              "raw": "1"
                            },
                            "value": 1
                          },
                          {
                            "type": "Identifier",
                            "start": 915,
                            "end": 922,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 27
                              },
                              "end": {
                                "line": 19,
                                "column": 34
                              },
                              "identifierName": "endFoot"
                            },
                            "name": "endFoot"
                          },
                          {
                            "type": "Identifier",
                            "start": 924,
                            "end": 927,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 36
                              },
                              "end": {
                                "line": 19,
                                "column": 39
                              },
                              "identifierName": "end"
                            },
                            "name": "end"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 938,
                      "end": 990,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 60
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 938,
                        "end": 989,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 8
                          },
                          "end": {
                            "line": 20,
                            "column": 59
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 938,
                          "end": 952,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 20,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 938,
                            "end": 942,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 8
                              },
                              "end": {
                                "line": 20,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 943,
                            "end": 952,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 13
                              },
                              "end": {
                                "line": 20,
                                "column": 22
                              },
                              "identifierName": "updateArc"
                            },
                            "name": "updateArc"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 953,
                            "end": 954,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 23
                              },
                              "end": {
                                "line": 20,
                                "column": 24
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "Identifier",
                            "start": 956,
                            "end": 962,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 26
                              },
                              "end": {
                                "line": 20,
                                "column": 32
                              },
                              "identifierName": "corner"
                            },
                            "name": "corner"
                          },
                          {
                            "type": "Identifier",
                            "start": 964,
                            "end": 970,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 34
                              },
                              "end": {
                                "line": 20,
                                "column": 40
                              },
                              "identifierName": "radius"
                            },
                            "name": "radius"
                          },
                          {
                            "type": "Identifier",
                            "start": 972,
                            "end": 980,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 42
                              },
                              "end": {
                                "line": 20,
                                "column": 50
                              },
                              "identifierName": "startAng"
                            },
                            "name": "startAng"
                          },
                          {
                            "type": "Identifier",
                            "start": 982,
                            "end": 988,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 52
                              },
                              "end": {
                                "line": 20,
                                "column": 58
                              },
                              "identifierName": "endAng"
                            },
                            "name": "endAng"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 999,
                      "end": 1138,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 21,
                          "column": 147
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 999,
                        "end": 1137,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 21,
                            "column": 146
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 999,
                          "end": 1015,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 999,
                            "end": 1003,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1004,
                            "end": 1015,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 24
                              },
                              "identifierName": "updateArrow"
                            },
                            "name": "updateArrow"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 1016,
                            "end": 1017,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 25
                              },
                              "end": {
                                "line": 21,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "NewExpression",
                            "start": 1019,
                            "end": 1125,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 28
                              },
                              "end": {
                                "line": 21,
                                "column": 134
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1023,
                              "end": 1036,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 32
                                },
                                "end": {
                                  "line": 21,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1023,
                                "end": 1028,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 37
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1029,
                                "end": 1036,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 45
                                  },
                                  "identifierName": "Vector3"
                                },
                                "name": "Vector3"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 1037,
                                "end": 1078,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 87
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1037,
                                  "end": 1048,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 57
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1037,
                                    "end": 1046,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 55
                                      },
                                      "identifierName": "startFoot"
                                    },
                                    "name": "startFoot"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1047,
                                    "end": 1048,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 57
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 1051,
                                  "end": 1078,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 87
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1051,
                                    "end": 1057,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 66
                                      },
                                      "identifierName": "radius"
                                    },
                                    "name": "radius"
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 1060,
                                    "end": 1078,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 87
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1060,
                                      "end": 1068,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 77
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1060,
                                        "end": 1064,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 73
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1065,
                                        "end": 1068,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 74
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 77
                                          },
                                          "identifierName": "sin"
                                        },
                                        "name": "sin"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1069,
                                        "end": 1077,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 78
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 86
                                          },
                                          "identifierName": "startAng"
                                        },
                                        "name": "startAng"
                                      }
                                    ]
                                  }
                                }
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 1080,
                                "end": 1121,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 130
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1080,
                                  "end": 1091,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 89
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 100
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1080,
                                    "end": 1089,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 89
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 98
                                      },
                                      "identifierName": "startFoot"
                                    },
                                    "name": "startFoot"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1090,
                                    "end": 1091,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 99
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 100
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                },
                                "operator": "+",
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 1094,
                                  "end": 1121,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 103
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 130
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1094,
                                    "end": 1100,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 103
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 109
                                      },
                                      "identifierName": "radius"
                                    },
                                    "name": "radius"
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 1103,
                                    "end": 1121,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 112
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 130
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1103,
                                      "end": 1111,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 112
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 120
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1103,
                                        "end": 1107,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 112
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 116
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1108,
                                        "end": 1111,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 117
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 120
                                          },
                                          "identifierName": "cos"
                                        },
                                        "name": "cos"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1112,
                                        "end": 1120,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 121
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 129
                                          },
                                          "identifierName": "startAng"
                                        },
                                        "name": "startAng"
                                      }
                                    ]
                                  }
                                }
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 1123,
                                "end": 1124,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 132
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 133
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            ]
                          },
                          {
                            "type": "Identifier",
                            "start": 1127,
                            "end": 1136,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 136
                              },
                              "end": {
                                "line": 21,
                                "column": 145
                              },
                              "identifierName": "startFoot"
                            },
                            "name": "startFoot"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1147,
                      "end": 1276,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 137
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1147,
                        "end": 1275,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 8
                          },
                          "end": {
                            "line": 22,
                            "column": 136
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1147,
                          "end": 1163,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 8
                            },
                            "end": {
                              "line": 22,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1147,
                            "end": 1151,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 8
                              },
                              "end": {
                                "line": 22,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1152,
                            "end": 1163,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 13
                              },
                              "end": {
                                "line": 22,
                                "column": 24
                              },
                              "identifierName": "updateArrow"
                            },
                            "name": "updateArrow"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 1164,
                            "end": 1165,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 25
                              },
                              "end": {
                                "line": 22,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": 1,
                              "raw": "1"
                            },
                            "value": 1
                          },
                          {
                            "type": "NewExpression",
                            "start": 1167,
                            "end": 1265,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 28
                              },
                              "end": {
                                "line": 22,
                                "column": 126
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1171,
                              "end": 1184,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 32
                                },
                                "end": {
                                  "line": 22,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1171,
                                "end": 1176,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 37
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1177,
                                "end": 1184,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 45
                                  },
                                  "identifierName": "Vector3"
                                },
                                "name": "Vector3"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 1185,
                                "end": 1222,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 83
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1185,
                                  "end": 1194,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1185,
                                    "end": 1192,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 53
                                      },
                                      "identifierName": "endFoot"
                                    },
                                    "name": "endFoot"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1193,
                                    "end": 1194,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 55
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                },
                                "operator": "+",
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 1197,
                                  "end": 1222,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 83
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1197,
                                    "end": 1203,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 64
                                      },
                                      "identifierName": "radius"
                                    },
                                    "name": "radius"
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 1206,
                                    "end": 1222,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 83
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1206,
                                      "end": 1214,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 75
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1206,
                                        "end": 1210,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 67
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 71
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1211,
                                        "end": 1214,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 72
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 75
                                          },
                                          "identifierName": "sin"
                                        },
                                        "name": "sin"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1215,
                                        "end": 1221,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 76
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 82
                                          },
                                          "identifierName": "endAng"
                                        },
                                        "name": "endAng"
                                      }
                                    ]
                                  }
                                }
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 1224,
                                "end": 1261,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 85
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 122
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1224,
                                  "end": 1233,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 85
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 94
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1224,
                                    "end": 1231,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 85
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 92
                                      },
                                      "identifierName": "endFoot"
                                    },
                                    "name": "endFoot"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1232,
                                    "end": 1233,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 93
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 94
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 1236,
                                  "end": 1261,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 97
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 122
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1236,
                                    "end": 1242,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 97
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 103
                                      },
                                      "identifierName": "radius"
                                    },
                                    "name": "radius"
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 1245,
                                    "end": 1261,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 106
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 122
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1245,
                                      "end": 1253,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 106
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 114
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1245,
                                        "end": 1249,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 106
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 110
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1250,
                                        "end": 1253,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 111
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 114
                                          },
                                          "identifierName": "cos"
                                        },
                                        "name": "cos"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1254,
                                        "end": 1260,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 115
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 121
                                          },
                                          "identifierName": "endAng"
                                        },
                                        "name": "endAng"
                                      }
                                    ]
                                  }
                                }
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 1263,
                                "end": 1264,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 124
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 125
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            ]
                          },
                          {
                            "type": "Identifier",
                            "start": 1267,
                            "end": 1274,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 128
                              },
                              "end": {
                                "line": 22,
                                "column": 135
                              },
                              "identifierName": "endFoot"
                            },
                            "name": "endFoot"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1285,
                      "end": 1320,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 8
                        },
                        "end": {
                          "line": 23,
                          "column": 43
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1285,
                        "end": 1319,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 8
                          },
                          "end": {
                            "line": 23,
                            "column": 42
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1285,
                          "end": 1306,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 8
                            },
                            "end": {
                              "line": 23,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1285,
                            "end": 1290,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 8
                              },
                              "end": {
                                "line": 23,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1291,
                            "end": 1306,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 14
                              },
                              "end": {
                                "line": 23,
                                "column": 29
                              },
                              "identifierName": "updateFromState"
                            },
                            "name": "updateFromState"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1307,
                            "end": 1312,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 30
                              },
                              "end": {
                                "line": 23,
                                "column": 35
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          },
                          {
                            "type": "Identifier",
                            "start": 1314,
                            "end": 1318,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 37
                              },
                              "end": {
                                "line": 23,
                                "column": 41
                              },
                              "identifierName": "tree"
                            },
                            "name": "tree"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      }
    ],
    "directives": []
  },
  "comments": [],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "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": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 7,
      "end": 8,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "as",
      "start": 9,
      "end": 11,
      "loc": {
        "start": {
          "line": 1,
          "column": 9
        },
        "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": "THREE",
      "start": 12,
      "end": 17,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 18,
      "end": 22,
      "loc": {
        "start": {
          "line": 1,
          "column": 18
        },
        "end": {
          "line": 1,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "three",
      "start": 23,
      "end": 30,
      "loc": {
        "start": {
          "line": 1,
          "column": 23
        },
        "end": {
          "line": 1,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30,
      "end": 31,
      "loc": {
        "start": {
          "line": 1,
          "column": 30
        },
        "end": {
          "line": 1,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 32,
      "end": 38,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseGraphics",
      "start": 39,
      "end": 51,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 52,
      "end": 56,
      "loc": {
        "start": {
          "line": 2,
          "column": 20
        },
        "end": {
          "line": 2,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./base",
      "start": 57,
      "end": 65,
      "loc": {
        "start": {
          "line": 2,
          "column": 25
        },
        "end": {
          "line": 2,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 65,
      "end": 66,
      "loc": {
        "start": {
          "line": 2,
          "column": 33
        },
        "end": {
          "line": 2,
          "column": 34
        }
      }
    },
    {
      "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": 68,
      "end": 74,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "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": 75,
      "end": 82,
      "loc": {
        "start": {
          "line": 4,
          "column": 7
        },
        "end": {
          "line": 4,
          "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": 83,
      "end": 88,
      "loc": {
        "start": {
          "line": 4,
          "column": 15
        },
        "end": {
          "line": 4,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Angular",
      "start": 89,
      "end": 96,
      "loc": {
        "start": {
          "line": 4,
          "column": 21
        },
        "end": {
          "line": 4,
          "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": 97,
      "end": 104,
      "loc": {
        "start": {
          "line": 4,
          "column": 29
        },
        "end": {
          "line": 4,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseGraphics",
      "start": 105,
      "end": 117,
      "loc": {
        "start": {
          "line": 4,
          "column": 37
        },
        "end": {
          "line": 4,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 118,
      "end": 119,
      "loc": {
        "start": {
          "line": 4,
          "column": 50
        },
        "end": {
          "line": 4,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 124,
      "end": 135,
      "loc": {
        "start": {
          "line": 5,
          "column": 4
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 135,
      "end": 136,
      "loc": {
        "start": {
          "line": 5,
          "column": 15
        },
        "end": {
          "line": 5,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 136,
      "end": 139,
      "loc": {
        "start": {
          "line": 5,
          "column": 16
        },
        "end": {
          "line": 5,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 139,
      "end": 143,
      "loc": {
        "start": {
          "line": 5,
          "column": 19
        },
        "end": {
          "line": 5,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 143,
      "end": 144,
      "loc": {
        "start": {
          "line": 5,
          "column": 23
        },
        "end": {
          "line": 5,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 145,
      "end": 146,
      "loc": {
        "start": {
          "line": 5,
          "column": 25
        },
        "end": {
          "line": 5,
          "column": 26
        }
      }
    },
    {
      "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": 155,
      "end": 160,
      "loc": {
        "start": {
          "line": 6,
          "column": 8
        },
        "end": {
          "line": 6,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 160,
      "end": 161,
      "loc": {
        "start": {
          "line": 6,
          "column": 13
        },
        "end": {
          "line": 6,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 161,
      "end": 164,
      "loc": {
        "start": {
          "line": 6,
          "column": 14
        },
        "end": {
          "line": 6,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 164,
      "end": 168,
      "loc": {
        "start": {
          "line": 6,
          "column": 17
        },
        "end": {
          "line": 6,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 168,
      "end": 169,
      "loc": {
        "start": {
          "line": 6,
          "column": 21
        },
        "end": {
          "line": 6,
          "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": 170,
      "end": 171,
      "loc": {
        "start": {
          "line": 6,
          "column": 23
        },
        "end": {
          "line": 6,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 171,
      "end": 172,
      "loc": {
        "start": {
          "line": 6,
          "column": 24
        },
        "end": {
          "line": 6,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 173,
      "end": 174,
      "loc": {
        "start": {
          "line": 6,
          "column": 26
        },
        "end": {
          "line": 6,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 174,
      "end": 175,
      "loc": {
        "start": {
          "line": 6,
          "column": 27
        },
        "end": {
          "line": 6,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 176,
      "end": 177,
      "loc": {
        "start": {
          "line": 6,
          "column": 29
        },
        "end": {
          "line": 6,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 177,
      "end": 178,
      "loc": {
        "start": {
          "line": 6,
          "column": 30
        },
        "end": {
          "line": 6,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 178,
      "end": 179,
      "loc": {
        "start": {
          "line": 6,
          "column": 31
        },
        "end": {
          "line": 6,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 184,
      "end": 185,
      "loc": {
        "start": {
          "line": 7,
          "column": 4
        },
        "end": {
          "line": 7,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 191,
      "end": 206,
      "loc": {
        "start": {
          "line": 9,
          "column": 4
        },
        "end": {
          "line": 9,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 206,
      "end": 207,
      "loc": {
        "start": {
          "line": 9,
          "column": 19
        },
        "end": {
          "line": 9,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 207,
      "end": 212,
      "loc": {
        "start": {
          "line": 9,
          "column": 20
        },
        "end": {
          "line": 9,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 212,
      "end": 213,
      "loc": {
        "start": {
          "line": 9,
          "column": 25
        },
        "end": {
          "line": 9,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 214,
      "end": 218,
      "loc": {
        "start": {
          "line": 9,
          "column": 27
        },
        "end": {
          "line": 9,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 218,
      "end": 219,
      "loc": {
        "start": {
          "line": 9,
          "column": 31
        },
        "end": {
          "line": 9,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 220,
      "end": 221,
      "loc": {
        "start": {
          "line": 9,
          "column": 33
        },
        "end": {
          "line": 9,
          "column": 34
        }
      }
    },
    {
      "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": 230,
      "end": 233,
      "loc": {
        "start": {
          "line": 10,
          "column": 8
        },
        "end": {
          "line": 10,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 234,
      "end": 235,
      "loc": {
        "start": {
          "line": 10,
          "column": 12
        },
        "end": {
          "line": 10,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 235,
      "end": 240,
      "loc": {
        "start": {
          "line": 10,
          "column": 13
        },
        "end": {
          "line": 10,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 240,
      "end": 241,
      "loc": {
        "start": {
          "line": 10,
          "column": 18
        },
        "end": {
          "line": 10,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 242,
      "end": 245,
      "loc": {
        "start": {
          "line": 10,
          "column": 20
        },
        "end": {
          "line": 10,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 245,
      "end": 246,
      "loc": {
        "start": {
          "line": 10,
          "column": 23
        },
        "end": {
          "line": 10,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 247,
      "end": 250,
      "loc": {
        "start": {
          "line": 10,
          "column": 25
        },
        "end": {
          "line": 10,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 250,
      "end": 251,
      "loc": {
        "start": {
          "line": 10,
          "column": 28
        },
        "end": {
          "line": 10,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 252,
      "end": 258,
      "loc": {
        "start": {
          "line": 10,
          "column": 30
        },
        "end": {
          "line": 10,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 258,
      "end": 259,
      "loc": {
        "start": {
          "line": 10,
          "column": 36
        },
        "end": {
          "line": 10,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 260,
      "end": 261,
      "loc": {
        "start": {
          "line": 10,
          "column": 38
        },
        "end": {
          "line": 10,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 262,
      "end": 263,
      "loc": {
        "start": {
          "line": 10,
          "column": 40
        },
        "end": {
          "line": 10,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "startPt",
      "start": 263,
      "end": 272,
      "loc": {
        "start": {
          "line": 10,
          "column": 41
        },
        "end": {
          "line": 10,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 272,
      "end": 273,
      "loc": {
        "start": {
          "line": 10,
          "column": 50
        },
        "end": {
          "line": 10,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "endPt",
      "start": 274,
      "end": 281,
      "loc": {
        "start": {
          "line": 10,
          "column": 52
        },
        "end": {
          "line": 10,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 281,
      "end": 282,
      "loc": {
        "start": {
          "line": 10,
          "column": 59
        },
        "end": {
          "line": 10,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "dimPt",
      "start": 283,
      "end": 290,
      "loc": {
        "start": {
          "line": 10,
          "column": 61
        },
        "end": {
          "line": 10,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 290,
      "end": 291,
      "loc": {
        "start": {
          "line": 10,
          "column": 68
        },
        "end": {
          "line": 10,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cornerPt",
      "start": 292,
      "end": 302,
      "loc": {
        "start": {
          "line": 10,
          "column": 70
        },
        "end": {
          "line": 10,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 302,
      "end": 303,
      "loc": {
        "start": {
          "line": 10,
          "column": 80
        },
        "end": {
          "line": 10,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 303,
      "end": 304,
      "loc": {
        "start": {
          "line": 10,
          "column": 81
        },
        "end": {
          "line": 10,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 304,
      "end": 307,
      "loc": {
        "start": {
          "line": 10,
          "column": 82
        },
        "end": {
          "line": 10,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 307,
      "end": 308,
      "loc": {
        "start": {
          "line": 10,
          "column": 85
        },
        "end": {
          "line": 10,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 308,
      "end": 309,
      "loc": {
        "start": {
          "line": 10,
          "column": 86
        },
        "end": {
          "line": 10,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 310,
      "end": 312,
      "loc": {
        "start": {
          "line": 10,
          "column": 88
        },
        "end": {
          "line": 10,
          "column": 90
        }
      }
    },
    {
      "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": 313,
      "end": 316,
      "loc": {
        "start": {
          "line": 10,
          "column": 91
        },
        "end": {
          "line": 10,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 317,
      "end": 322,
      "loc": {
        "start": {
          "line": 10,
          "column": 95
        },
        "end": {
          "line": 10,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 322,
      "end": 323,
      "loc": {
        "start": {
          "line": 10,
          "column": 100
        },
        "end": {
          "line": 10,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 323,
      "end": 330,
      "loc": {
        "start": {
          "line": 10,
          "column": 101
        },
        "end": {
          "line": 10,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 330,
      "end": 331,
      "loc": {
        "start": {
          "line": 10,
          "column": 108
        },
        "end": {
          "line": 10,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 331,
      "end": 332,
      "loc": {
        "start": {
          "line": 10,
          "column": 109
        },
        "end": {
          "line": 10,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 332,
      "end": 333,
      "loc": {
        "start": {
          "line": 10,
          "column": 110
        },
        "end": {
          "line": 10,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 333,
      "end": 342,
      "loc": {
        "start": {
          "line": 10,
          "column": 111
        },
        "end": {
          "line": 10,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 342,
      "end": 343,
      "loc": {
        "start": {
          "line": 10,
          "column": 120
        },
        "end": {
          "line": 10,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 343,
      "end": 348,
      "loc": {
        "start": {
          "line": 10,
          "column": 121
        },
        "end": {
          "line": 10,
          "column": 126
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 348,
      "end": 349,
      "loc": {
        "start": {
          "line": 10,
          "column": 126
        },
        "end": {
          "line": 10,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 349,
      "end": 356,
      "loc": {
        "start": {
          "line": 10,
          "column": 127
        },
        "end": {
          "line": 10,
          "column": 134
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 356,
      "end": 357,
      "loc": {
        "start": {
          "line": 10,
          "column": 134
        },
        "end": {
          "line": 10,
          "column": 135
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 357,
      "end": 358,
      "loc": {
        "start": {
          "line": 10,
          "column": 135
        },
        "end": {
          "line": 10,
          "column": 136
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 358,
      "end": 359,
      "loc": {
        "start": {
          "line": 10,
          "column": 136
        },
        "end": {
          "line": 10,
          "column": 137
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 359,
      "end": 360,
      "loc": {
        "start": {
          "line": 10,
          "column": 137
        },
        "end": {
          "line": 10,
          "column": 138
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 360,
      "end": 365,
      "loc": {
        "start": {
          "line": 10,
          "column": 138
        },
        "end": {
          "line": 10,
          "column": 143
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 365,
      "end": 366,
      "loc": {
        "start": {
          "line": 10,
          "column": 143
        },
        "end": {
          "line": 10,
          "column": 144
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 366,
      "end": 367,
      "loc": {
        "start": {
          "line": 10,
          "column": 144
        },
        "end": {
          "line": 10,
          "column": 145
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 367,
      "end": 368,
      "loc": {
        "start": {
          "line": 10,
          "column": 145
        },
        "end": {
          "line": 10,
          "column": 146
        }
      }
    },
    {
      "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": 377,
      "end": 382,
      "loc": {
        "start": {
          "line": 11,
          "column": 8
        },
        "end": {
          "line": 11,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 383,
      "end": 389,
      "loc": {
        "start": {
          "line": 11,
          "column": 14
        },
        "end": {
          "line": 11,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 390,
      "end": 391,
      "loc": {
        "start": {
          "line": 11,
          "column": 21
        },
        "end": {
          "line": 11,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 392,
      "end": 398,
      "loc": {
        "start": {
          "line": 11,
          "column": 23
        },
        "end": {
          "line": 11,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 398,
      "end": 399,
      "loc": {
        "start": {
          "line": 11,
          "column": 29
        },
        "end": {
          "line": 11,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 399,
      "end": 409,
      "loc": {
        "start": {
          "line": 11,
          "column": 30
        },
        "end": {
          "line": 11,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 409,
      "end": 410,
      "loc": {
        "start": {
          "line": 11,
          "column": 40
        },
        "end": {
          "line": 11,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 410,
      "end": 413,
      "loc": {
        "start": {
          "line": 11,
          "column": 41
        },
        "end": {
          "line": 11,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 413,
      "end": 414,
      "loc": {
        "start": {
          "line": 11,
          "column": 44
        },
        "end": {
          "line": 11,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 414,
      "end": 415,
      "loc": {
        "start": {
          "line": 11,
          "column": 45
        },
        "end": {
          "line": 11,
          "column": 46
        }
      }
    },
    {
      "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": 424,
      "end": 427,
      "loc": {
        "start": {
          "line": 12,
          "column": 8
        },
        "end": {
          "line": 12,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 428,
      "end": 436,
      "loc": {
        "start": {
          "line": 12,
          "column": 12
        },
        "end": {
          "line": 12,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 437,
      "end": 438,
      "loc": {
        "start": {
          "line": 12,
          "column": 21
        },
        "end": {
          "line": 12,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 439,
      "end": 443,
      "loc": {
        "start": {
          "line": 12,
          "column": 23
        },
        "end": {
          "line": 12,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 443,
      "end": 444,
      "loc": {
        "start": {
          "line": 12,
          "column": 27
        },
        "end": {
          "line": 12,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 444,
      "end": 449,
      "loc": {
        "start": {
          "line": 12,
          "column": 28
        },
        "end": {
          "line": 12,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 449,
      "end": 450,
      "loc": {
        "start": {
          "line": 12,
          "column": 33
        },
        "end": {
          "line": 12,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 450,
      "end": 455,
      "loc": {
        "start": {
          "line": 12,
          "column": 34
        },
        "end": {
          "line": 12,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 455,
      "end": 456,
      "loc": {
        "start": {
          "line": 12,
          "column": 39
        },
        "end": {
          "line": 12,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 456,
      "end": 457,
      "loc": {
        "start": {
          "line": 12,
          "column": 40
        },
        "end": {
          "line": 12,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 458,
      "end": 459,
      "loc": {
        "start": {
          "line": 12,
          "column": 42
        },
        "end": {
          "line": 12,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 460,
      "end": 466,
      "loc": {
        "start": {
          "line": 12,
          "column": 44
        },
        "end": {
          "line": 12,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 466,
      "end": 467,
      "loc": {
        "start": {
          "line": 12,
          "column": 50
        },
        "end": {
          "line": 12,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 467,
      "end": 468,
      "loc": {
        "start": {
          "line": 12,
          "column": 51
        },
        "end": {
          "line": 12,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 468,
      "end": 469,
      "loc": {
        "start": {
          "line": 12,
          "column": 52
        },
        "end": {
          "line": 12,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 470,
      "end": 475,
      "loc": {
        "start": {
          "line": 12,
          "column": 54
        },
        "end": {
          "line": 12,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 475,
      "end": 476,
      "loc": {
        "start": {
          "line": 12,
          "column": 59
        },
        "end": {
          "line": 12,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 476,
      "end": 477,
      "loc": {
        "start": {
          "line": 12,
          "column": 60
        },
        "end": {
          "line": 12,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 478,
      "end": 479,
      "loc": {
        "start": {
          "line": 12,
          "column": 62
        },
        "end": {
          "line": 12,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 480,
      "end": 486,
      "loc": {
        "start": {
          "line": 12,
          "column": 64
        },
        "end": {
          "line": 12,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 486,
      "end": 487,
      "loc": {
        "start": {
          "line": 12,
          "column": 70
        },
        "end": {
          "line": 12,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 487,
      "end": 488,
      "loc": {
        "start": {
          "line": 12,
          "column": 71
        },
        "end": {
          "line": 12,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 488,
      "end": 489,
      "loc": {
        "start": {
          "line": 12,
          "column": 72
        },
        "end": {
          "line": 12,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 489,
      "end": 490,
      "loc": {
        "start": {
          "line": 12,
          "column": 73
        },
        "end": {
          "line": 12,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 491,
      "end": 497,
      "loc": {
        "start": {
          "line": 12,
          "column": 75
        },
        "end": {
          "line": 12,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 498,
      "end": 499,
      "loc": {
        "start": {
          "line": 12,
          "column": 82
        },
        "end": {
          "line": 12,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 500,
      "end": 504,
      "loc": {
        "start": {
          "line": 12,
          "column": 84
        },
        "end": {
          "line": 12,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 504,
      "end": 505,
      "loc": {
        "start": {
          "line": 12,
          "column": 88
        },
        "end": {
          "line": 12,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 505,
      "end": 510,
      "loc": {
        "start": {
          "line": 12,
          "column": 89
        },
        "end": {
          "line": 12,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 510,
      "end": 511,
      "loc": {
        "start": {
          "line": 12,
          "column": 94
        },
        "end": {
          "line": 12,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 511,
      "end": 514,
      "loc": {
        "start": {
          "line": 12,
          "column": 95
        },
        "end": {
          "line": 12,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 514,
      "end": 515,
      "loc": {
        "start": {
          "line": 12,
          "column": 98
        },
        "end": {
          "line": 12,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 515,
      "end": 516,
      "loc": {
        "start": {
          "line": 12,
          "column": 99
        },
        "end": {
          "line": 12,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 517,
      "end": 518,
      "loc": {
        "start": {
          "line": 12,
          "column": 101
        },
        "end": {
          "line": 12,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 519,
      "end": 525,
      "loc": {
        "start": {
          "line": 12,
          "column": 103
        },
        "end": {
          "line": 12,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 525,
      "end": 526,
      "loc": {
        "start": {
          "line": 12,
          "column": 109
        },
        "end": {
          "line": 12,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 526,
      "end": 527,
      "loc": {
        "start": {
          "line": 12,
          "column": 110
        },
        "end": {
          "line": 12,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 527,
      "end": 528,
      "loc": {
        "start": {
          "line": 12,
          "column": 111
        },
        "end": {
          "line": 12,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 529,
      "end": 532,
      "loc": {
        "start": {
          "line": 12,
          "column": 113
        },
        "end": {
          "line": 12,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 532,
      "end": 533,
      "loc": {
        "start": {
          "line": 12,
          "column": 116
        },
        "end": {
          "line": 12,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 533,
      "end": 534,
      "loc": {
        "start": {
          "line": 12,
          "column": 117
        },
        "end": {
          "line": 12,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 535,
      "end": 536,
      "loc": {
        "start": {
          "line": 12,
          "column": 119
        },
        "end": {
          "line": 12,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 537,
      "end": 543,
      "loc": {
        "start": {
          "line": 12,
          "column": 121
        },
        "end": {
          "line": 12,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 543,
      "end": 544,
      "loc": {
        "start": {
          "line": 12,
          "column": 127
        },
        "end": {
          "line": 12,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 544,
      "end": 545,
      "loc": {
        "start": {
          "line": 12,
          "column": 128
        },
        "end": {
          "line": 12,
          "column": 129
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 545,
      "end": 546,
      "loc": {
        "start": {
          "line": 12,
          "column": 129
        },
        "end": {
          "line": 12,
          "column": 130
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 546,
      "end": 547,
      "loc": {
        "start": {
          "line": 12,
          "column": 130
        },
        "end": {
          "line": 12,
          "column": 131
        }
      }
    },
    {
      "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": 556,
      "end": 558,
      "loc": {
        "start": {
          "line": 13,
          "column": 8
        },
        "end": {
          "line": 13,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 559,
      "end": 560,
      "loc": {
        "start": {
          "line": 13,
          "column": 11
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 560,
      "end": 561,
      "loc": {
        "start": {
          "line": 13,
          "column": 12
        },
        "end": {
          "line": 13,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 561,
      "end": 566,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 566,
      "end": 567,
      "loc": {
        "start": {
          "line": 13,
          "column": 18
        },
        "end": {
          "line": 13,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 567,
      "end": 574,
      "loc": {
        "start": {
          "line": 13,
          "column": 19
        },
        "end": {
          "line": 13,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 574,
      "end": 575,
      "loc": {
        "start": {
          "line": 13,
          "column": 26
        },
        "end": {
          "line": 13,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ccw",
      "start": 575,
      "end": 578,
      "loc": {
        "start": {
          "line": 13,
          "column": 27
        },
        "end": {
          "line": 13,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 578,
      "end": 579,
      "loc": {
        "start": {
          "line": 13,
          "column": 30
        },
        "end": {
          "line": 13,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 579,
      "end": 584,
      "loc": {
        "start": {
          "line": 13,
          "column": 31
        },
        "end": {
          "line": 13,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 584,
      "end": 585,
      "loc": {
        "start": {
          "line": 13,
          "column": 36
        },
        "end": {
          "line": 13,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 598,
      "end": 599,
      "loc": {
        "start": {
          "line": 14,
          "column": 12
        },
        "end": {
          "line": 14,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 599,
      "end": 604,
      "loc": {
        "start": {
          "line": 14,
          "column": 13
        },
        "end": {
          "line": 14,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 604,
      "end": 605,
      "loc": {
        "start": {
          "line": 14,
          "column": 18
        },
        "end": {
          "line": 14,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 606,
      "end": 609,
      "loc": {
        "start": {
          "line": 14,
          "column": 20
        },
        "end": {
          "line": 14,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 609,
      "end": 610,
      "loc": {
        "start": {
          "line": 14,
          "column": 23
        },
        "end": {
          "line": 14,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 611,
      "end": 619,
      "loc": {
        "start": {
          "line": 14,
          "column": 25
        },
        "end": {
          "line": 14,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 619,
      "end": 620,
      "loc": {
        "start": {
          "line": 14,
          "column": 33
        },
        "end": {
          "line": 14,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 621,
      "end": 627,
      "loc": {
        "start": {
          "line": 14,
          "column": 35
        },
        "end": {
          "line": 14,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 627,
      "end": 628,
      "loc": {
        "start": {
          "line": 14,
          "column": 41
        },
        "end": {
          "line": 14,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 629,
      "end": 630,
      "loc": {
        "start": {
          "line": 14,
          "column": 43
        },
        "end": {
          "line": 14,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 631,
      "end": 632,
      "loc": {
        "start": {
          "line": 14,
          "column": 45
        },
        "end": {
          "line": 14,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 632,
      "end": 635,
      "loc": {
        "start": {
          "line": 14,
          "column": 46
        },
        "end": {
          "line": 14,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 635,
      "end": 636,
      "loc": {
        "start": {
          "line": 14,
          "column": 49
        },
        "end": {
          "line": 14,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 637,
      "end": 642,
      "loc": {
        "start": {
          "line": 14,
          "column": 51
        },
        "end": {
          "line": 14,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 642,
      "end": 643,
      "loc": {
        "start": {
          "line": 14,
          "column": 56
        },
        "end": {
          "line": 14,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 644,
      "end": 650,
      "loc": {
        "start": {
          "line": 14,
          "column": 58
        },
        "end": {
          "line": 14,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 650,
      "end": 651,
      "loc": {
        "start": {
          "line": 14,
          "column": 64
        },
        "end": {
          "line": 14,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 652,
      "end": 660,
      "loc": {
        "start": {
          "line": 14,
          "column": 66
        },
        "end": {
          "line": 14,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 660,
      "end": 661,
      "loc": {
        "start": {
          "line": 14,
          "column": 74
        },
        "end": {
          "line": 14,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 661,
      "end": 662,
      "loc": {
        "start": {
          "line": 14,
          "column": 75
        },
        "end": {
          "line": 14,
          "column": 76
        }
      }
    },
    {
      "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": 671,
      "end": 673,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 674,
      "end": 675,
      "loc": {
        "start": {
          "line": 15,
          "column": 11
        },
        "end": {
          "line": 15,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 675,
      "end": 681,
      "loc": {
        "start": {
          "line": 15,
          "column": 12
        },
        "end": {
          "line": 15,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 682,
      "end": 683,
      "loc": {
        "start": {
          "line": 15,
          "column": 19
        },
        "end": {
          "line": 15,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 684,
      "end": 692,
      "loc": {
        "start": {
          "line": 15,
          "column": 21
        },
        "end": {
          "line": 15,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 692,
      "end": 693,
      "loc": {
        "start": {
          "line": 15,
          "column": 29
        },
        "end": {
          "line": 15,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 706,
      "end": 712,
      "loc": {
        "start": {
          "line": 16,
          "column": 12
        },
        "end": {
          "line": 16,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 713,
      "end": 715,
      "loc": {
        "start": {
          "line": 16,
          "column": 19
        },
        "end": {
          "line": 16,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 716,
      "end": 717,
      "loc": {
        "start": {
          "line": 16,
          "column": 22
        },
        "end": {
          "line": 16,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 718,
      "end": 719,
      "loc": {
        "start": {
          "line": 16,
          "column": 24
        },
        "end": {
          "line": 16,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 720,
      "end": 724,
      "loc": {
        "start": {
          "line": 16,
          "column": 26
        },
        "end": {
          "line": 16,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 724,
      "end": 725,
      "loc": {
        "start": {
          "line": 16,
          "column": 30
        },
        "end": {
          "line": 16,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 725,
      "end": 727,
      "loc": {
        "start": {
          "line": 16,
          "column": 31
        },
        "end": {
          "line": 16,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 727,
      "end": 728,
      "loc": {
        "start": {
          "line": 16,
          "column": 33
        },
        "end": {
          "line": 16,
          "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": 737,
      "end": 742,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 743,
      "end": 744,
      "loc": {
        "start": {
          "line": 17,
          "column": 14
        },
        "end": {
          "line": 17,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startFoot",
      "start": 744,
      "end": 753,
      "loc": {
        "start": {
          "line": 17,
          "column": 15
        },
        "end": {
          "line": 17,
          "column": 24
        }
      }
    },
    {
      "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": 17,
          "column": 24
        },
        "end": {
          "line": 17,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endFoot",
      "start": 755,
      "end": 762,
      "loc": {
        "start": {
          "line": 17,
          "column": 26
        },
        "end": {
          "line": 17,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 762,
      "end": 763,
      "loc": {
        "start": {
          "line": 17,
          "column": 33
        },
        "end": {
          "line": 17,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 764,
      "end": 765,
      "loc": {
        "start": {
          "line": 17,
          "column": 35
        },
        "end": {
          "line": 17,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 766,
      "end": 767,
      "loc": {
        "start": {
          "line": 17,
          "column": 37
        },
        "end": {
          "line": 17,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 767,
      "end": 772,
      "loc": {
        "start": {
          "line": 17,
          "column": 38
        },
        "end": {
          "line": 17,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 772,
      "end": 773,
      "loc": {
        "start": {
          "line": 17,
          "column": 43
        },
        "end": {
          "line": 17,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 774,
      "end": 777,
      "loc": {
        "start": {
          "line": 17,
          "column": 45
        },
        "end": {
          "line": 17,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 777,
      "end": 778,
      "loc": {
        "start": {
          "line": 17,
          "column": 48
        },
        "end": {
          "line": 17,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 778,
      "end": 779,
      "loc": {
        "start": {
          "line": 17,
          "column": 49
        },
        "end": {
          "line": 17,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 779,
      "end": 782,
      "loc": {
        "start": {
          "line": 17,
          "column": 50
        },
        "end": {
          "line": 17,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 782,
      "end": 783,
      "loc": {
        "start": {
          "line": 17,
          "column": 53
        },
        "end": {
          "line": 17,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 783,
      "end": 784,
      "loc": {
        "start": {
          "line": 17,
          "column": 54
        },
        "end": {
          "line": 17,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 785,
      "end": 787,
      "loc": {
        "start": {
          "line": 17,
          "column": 56
        },
        "end": {
          "line": 17,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 788,
      "end": 789,
      "loc": {
        "start": {
          "line": 17,
          "column": 59
        },
        "end": {
          "line": 17,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 789,
      "end": 790,
      "loc": {
        "start": {
          "line": 17,
          "column": 60
        },
        "end": {
          "line": 17,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 790,
      "end": 795,
      "loc": {
        "start": {
          "line": 17,
          "column": 61
        },
        "end": {
          "line": 17,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 795,
      "end": 796,
      "loc": {
        "start": {
          "line": 17,
          "column": 66
        },
        "end": {
          "line": 17,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 796,
      "end": 797,
      "loc": {
        "start": {
          "line": 17,
          "column": 67
        },
        "end": {
          "line": 17,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 797,
      "end": 798,
      "loc": {
        "start": {
          "line": 17,
          "column": 68
        },
        "end": {
          "line": 17,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 798,
      "end": 801,
      "loc": {
        "start": {
          "line": 17,
          "column": 69
        },
        "end": {
          "line": 17,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 801,
      "end": 802,
      "loc": {
        "start": {
          "line": 17,
          "column": 72
        },
        "end": {
          "line": 17,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 802,
      "end": 808,
      "loc": {
        "start": {
          "line": 17,
          "column": 73
        },
        "end": {
          "line": 17,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 808,
      "end": 809,
      "loc": {
        "start": {
          "line": 17,
          "column": 79
        },
        "end": {
          "line": 17,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 809,
      "end": 810,
      "loc": {
        "start": {
          "line": 17,
          "column": 80
        },
        "end": {
          "line": 17,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setLength",
      "start": 810,
      "end": 819,
      "loc": {
        "start": {
          "line": 17,
          "column": 81
        },
        "end": {
          "line": 17,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 819,
      "end": 820,
      "loc": {
        "start": {
          "line": 17,
          "column": 90
        },
        "end": {
          "line": 17,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 820,
      "end": 826,
      "loc": {
        "start": {
          "line": 17,
          "column": 91
        },
        "end": {
          "line": 17,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 826,
      "end": 827,
      "loc": {
        "start": {
          "line": 17,
          "column": 97
        },
        "end": {
          "line": 17,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 827,
      "end": 828,
      "loc": {
        "start": {
          "line": 17,
          "column": 98
        },
        "end": {
          "line": 17,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 828,
      "end": 831,
      "loc": {
        "start": {
          "line": 17,
          "column": 99
        },
        "end": {
          "line": 17,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 831,
      "end": 832,
      "loc": {
        "start": {
          "line": 17,
          "column": 102
        },
        "end": {
          "line": 17,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 832,
      "end": 838,
      "loc": {
        "start": {
          "line": 17,
          "column": 103
        },
        "end": {
          "line": 17,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 838,
      "end": 839,
      "loc": {
        "start": {
          "line": 17,
          "column": 109
        },
        "end": {
          "line": 17,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 839,
      "end": 840,
      "loc": {
        "start": {
          "line": 17,
          "column": 110
        },
        "end": {
          "line": 17,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 840,
      "end": 841,
      "loc": {
        "start": {
          "line": 17,
          "column": 111
        },
        "end": {
          "line": 17,
          "column": 112
        }
      }
    },
    {
      "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": 850,
      "end": 854,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 854,
      "end": 855,
      "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": "updateLine",
      "start": 855,
      "end": 865,
      "loc": {
        "start": {
          "line": 18,
          "column": 13
        },
        "end": {
          "line": 18,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 865,
      "end": 866,
      "loc": {
        "start": {
          "line": 18,
          "column": 23
        },
        "end": {
          "line": 18,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 866,
      "end": 867,
      "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": 867,
      "end": 868,
      "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": "start",
      "start": 869,
      "end": 874,
      "loc": {
        "start": {
          "line": 18,
          "column": 27
        },
        "end": {
          "line": 18,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 874,
      "end": 875,
      "loc": {
        "start": {
          "line": 18,
          "column": 32
        },
        "end": {
          "line": 18,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startFoot",
      "start": 876,
      "end": 885,
      "loc": {
        "start": {
          "line": 18,
          "column": 34
        },
        "end": {
          "line": 18,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 885,
      "end": 886,
      "loc": {
        "start": {
          "line": 18,
          "column": 43
        },
        "end": {
          "line": 18,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 886,
      "end": 887,
      "loc": {
        "start": {
          "line": 18,
          "column": 44
        },
        "end": {
          "line": 18,
          "column": 45
        }
      }
    },
    {
      "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": 896,
      "end": 900,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 900,
      "end": 901,
      "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": "updateLine",
      "start": 901,
      "end": 911,
      "loc": {
        "start": {
          "line": 19,
          "column": 13
        },
        "end": {
          "line": 19,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 911,
      "end": 912,
      "loc": {
        "start": {
          "line": 19,
          "column": 23
        },
        "end": {
          "line": 19,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 912,
      "end": 913,
      "loc": {
        "start": {
          "line": 19,
          "column": 24
        },
        "end": {
          "line": 19,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 913,
      "end": 914,
      "loc": {
        "start": {
          "line": 19,
          "column": 25
        },
        "end": {
          "line": 19,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endFoot",
      "start": 915,
      "end": 922,
      "loc": {
        "start": {
          "line": 19,
          "column": 27
        },
        "end": {
          "line": 19,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 922,
      "end": 923,
      "loc": {
        "start": {
          "line": 19,
          "column": 34
        },
        "end": {
          "line": 19,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 924,
      "end": 927,
      "loc": {
        "start": {
          "line": 19,
          "column": 36
        },
        "end": {
          "line": 19,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 927,
      "end": 928,
      "loc": {
        "start": {
          "line": 19,
          "column": 39
        },
        "end": {
          "line": 19,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 928,
      "end": 929,
      "loc": {
        "start": {
          "line": 19,
          "column": 40
        },
        "end": {
          "line": 19,
          "column": 41
        }
      }
    },
    {
      "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": 938,
      "end": 942,
      "loc": {
        "start": {
          "line": 20,
          "column": 8
        },
        "end": {
          "line": 20,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 942,
      "end": 943,
      "loc": {
        "start": {
          "line": 20,
          "column": 12
        },
        "end": {
          "line": 20,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateArc",
      "start": 943,
      "end": 952,
      "loc": {
        "start": {
          "line": 20,
          "column": 13
        },
        "end": {
          "line": 20,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 952,
      "end": 953,
      "loc": {
        "start": {
          "line": 20,
          "column": 22
        },
        "end": {
          "line": 20,
          "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": 953,
      "end": 954,
      "loc": {
        "start": {
          "line": 20,
          "column": 23
        },
        "end": {
          "line": 20,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 954,
      "end": 955,
      "loc": {
        "start": {
          "line": 20,
          "column": 24
        },
        "end": {
          "line": 20,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 956,
      "end": 962,
      "loc": {
        "start": {
          "line": 20,
          "column": 26
        },
        "end": {
          "line": 20,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 962,
      "end": 963,
      "loc": {
        "start": {
          "line": 20,
          "column": 32
        },
        "end": {
          "line": 20,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 964,
      "end": 970,
      "loc": {
        "start": {
          "line": 20,
          "column": 34
        },
        "end": {
          "line": 20,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 970,
      "end": 971,
      "loc": {
        "start": {
          "line": 20,
          "column": 40
        },
        "end": {
          "line": 20,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 972,
      "end": 980,
      "loc": {
        "start": {
          "line": 20,
          "column": 42
        },
        "end": {
          "line": 20,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 980,
      "end": 981,
      "loc": {
        "start": {
          "line": 20,
          "column": 50
        },
        "end": {
          "line": 20,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 982,
      "end": 988,
      "loc": {
        "start": {
          "line": 20,
          "column": 52
        },
        "end": {
          "line": 20,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 988,
      "end": 989,
      "loc": {
        "start": {
          "line": 20,
          "column": 58
        },
        "end": {
          "line": 20,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 989,
      "end": 990,
      "loc": {
        "start": {
          "line": 20,
          "column": 59
        },
        "end": {
          "line": 20,
          "column": 60
        }
      }
    },
    {
      "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": 999,
      "end": 1003,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1003,
      "end": 1004,
      "loc": {
        "start": {
          "line": 21,
          "column": 12
        },
        "end": {
          "line": 21,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateArrow",
      "start": 1004,
      "end": 1015,
      "loc": {
        "start": {
          "line": 21,
          "column": 13
        },
        "end": {
          "line": 21,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1015,
      "end": 1016,
      "loc": {
        "start": {
          "line": 21,
          "column": 24
        },
        "end": {
          "line": 21,
          "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": 1016,
      "end": 1017,
      "loc": {
        "start": {
          "line": 21,
          "column": 25
        },
        "end": {
          "line": 21,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1017,
      "end": 1018,
      "loc": {
        "start": {
          "line": 21,
          "column": 26
        },
        "end": {
          "line": 21,
          "column": 27
        }
      }
    },
    {
      "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": 1019,
      "end": 1022,
      "loc": {
        "start": {
          "line": 21,
          "column": 28
        },
        "end": {
          "line": 21,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1023,
      "end": 1028,
      "loc": {
        "start": {
          "line": 21,
          "column": 32
        },
        "end": {
          "line": 21,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1028,
      "end": 1029,
      "loc": {
        "start": {
          "line": 21,
          "column": 37
        },
        "end": {
          "line": 21,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 1029,
      "end": 1036,
      "loc": {
        "start": {
          "line": 21,
          "column": 38
        },
        "end": {
          "line": 21,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1036,
      "end": 1037,
      "loc": {
        "start": {
          "line": 21,
          "column": 45
        },
        "end": {
          "line": 21,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startFoot",
      "start": 1037,
      "end": 1046,
      "loc": {
        "start": {
          "line": 21,
          "column": 46
        },
        "end": {
          "line": 21,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1046,
      "end": 1047,
      "loc": {
        "start": {
          "line": 21,
          "column": 55
        },
        "end": {
          "line": 21,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1047,
      "end": 1048,
      "loc": {
        "start": {
          "line": 21,
          "column": 56
        },
        "end": {
          "line": 21,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1049,
      "end": 1050,
      "loc": {
        "start": {
          "line": 21,
          "column": 58
        },
        "end": {
          "line": 21,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 1051,
      "end": 1057,
      "loc": {
        "start": {
          "line": 21,
          "column": 60
        },
        "end": {
          "line": 21,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 1058,
      "end": 1059,
      "loc": {
        "start": {
          "line": 21,
          "column": 67
        },
        "end": {
          "line": 21,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 1060,
      "end": 1064,
      "loc": {
        "start": {
          "line": 21,
          "column": 69
        },
        "end": {
          "line": 21,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1064,
      "end": 1065,
      "loc": {
        "start": {
          "line": 21,
          "column": 73
        },
        "end": {
          "line": 21,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 1065,
      "end": 1068,
      "loc": {
        "start": {
          "line": 21,
          "column": 74
        },
        "end": {
          "line": 21,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1068,
      "end": 1069,
      "loc": {
        "start": {
          "line": 21,
          "column": 77
        },
        "end": {
          "line": 21,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 1069,
      "end": 1077,
      "loc": {
        "start": {
          "line": 21,
          "column": 78
        },
        "end": {
          "line": 21,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1077,
      "end": 1078,
      "loc": {
        "start": {
          "line": 21,
          "column": 86
        },
        "end": {
          "line": 21,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1078,
      "end": 1079,
      "loc": {
        "start": {
          "line": 21,
          "column": 87
        },
        "end": {
          "line": 21,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startFoot",
      "start": 1080,
      "end": 1089,
      "loc": {
        "start": {
          "line": 21,
          "column": 89
        },
        "end": {
          "line": 21,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1089,
      "end": 1090,
      "loc": {
        "start": {
          "line": 21,
          "column": 98
        },
        "end": {
          "line": 21,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1090,
      "end": 1091,
      "loc": {
        "start": {
          "line": 21,
          "column": 99
        },
        "end": {
          "line": 21,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1092,
      "end": 1093,
      "loc": {
        "start": {
          "line": 21,
          "column": 101
        },
        "end": {
          "line": 21,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 1094,
      "end": 1100,
      "loc": {
        "start": {
          "line": 21,
          "column": 103
        },
        "end": {
          "line": 21,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 1101,
      "end": 1102,
      "loc": {
        "start": {
          "line": 21,
          "column": 110
        },
        "end": {
          "line": 21,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 1103,
      "end": 1107,
      "loc": {
        "start": {
          "line": 21,
          "column": 112
        },
        "end": {
          "line": 21,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1107,
      "end": 1108,
      "loc": {
        "start": {
          "line": 21,
          "column": 116
        },
        "end": {
          "line": 21,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 1108,
      "end": 1111,
      "loc": {
        "start": {
          "line": 21,
          "column": 117
        },
        "end": {
          "line": 21,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1111,
      "end": 1112,
      "loc": {
        "start": {
          "line": 21,
          "column": 120
        },
        "end": {
          "line": 21,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 1112,
      "end": 1120,
      "loc": {
        "start": {
          "line": 21,
          "column": 121
        },
        "end": {
          "line": 21,
          "column": 129
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1120,
      "end": 1121,
      "loc": {
        "start": {
          "line": 21,
          "column": 129
        },
        "end": {
          "line": 21,
          "column": 130
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1121,
      "end": 1122,
      "loc": {
        "start": {
          "line": 21,
          "column": 130
        },
        "end": {
          "line": 21,
          "column": 131
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1123,
      "end": 1124,
      "loc": {
        "start": {
          "line": 21,
          "column": 132
        },
        "end": {
          "line": 21,
          "column": 133
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1124,
      "end": 1125,
      "loc": {
        "start": {
          "line": 21,
          "column": 133
        },
        "end": {
          "line": 21,
          "column": 134
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1125,
      "end": 1126,
      "loc": {
        "start": {
          "line": 21,
          "column": 134
        },
        "end": {
          "line": 21,
          "column": 135
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startFoot",
      "start": 1127,
      "end": 1136,
      "loc": {
        "start": {
          "line": 21,
          "column": 136
        },
        "end": {
          "line": 21,
          "column": 145
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1136,
      "end": 1137,
      "loc": {
        "start": {
          "line": 21,
          "column": 145
        },
        "end": {
          "line": 21,
          "column": 146
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1137,
      "end": 1138,
      "loc": {
        "start": {
          "line": 21,
          "column": 146
        },
        "end": {
          "line": 21,
          "column": 147
        }
      }
    },
    {
      "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": 1147,
      "end": 1151,
      "loc": {
        "start": {
          "line": 22,
          "column": 8
        },
        "end": {
          "line": 22,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1151,
      "end": 1152,
      "loc": {
        "start": {
          "line": 22,
          "column": 12
        },
        "end": {
          "line": 22,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateArrow",
      "start": 1152,
      "end": 1163,
      "loc": {
        "start": {
          "line": 22,
          "column": 13
        },
        "end": {
          "line": 22,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1163,
      "end": 1164,
      "loc": {
        "start": {
          "line": 22,
          "column": 24
        },
        "end": {
          "line": 22,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1164,
      "end": 1165,
      "loc": {
        "start": {
          "line": 22,
          "column": 25
        },
        "end": {
          "line": 22,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1165,
      "end": 1166,
      "loc": {
        "start": {
          "line": 22,
          "column": 26
        },
        "end": {
          "line": 22,
          "column": 27
        }
      }
    },
    {
      "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": 1167,
      "end": 1170,
      "loc": {
        "start": {
          "line": 22,
          "column": 28
        },
        "end": {
          "line": 22,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1171,
      "end": 1176,
      "loc": {
        "start": {
          "line": 22,
          "column": 32
        },
        "end": {
          "line": 22,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1176,
      "end": 1177,
      "loc": {
        "start": {
          "line": 22,
          "column": 37
        },
        "end": {
          "line": 22,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 1177,
      "end": 1184,
      "loc": {
        "start": {
          "line": 22,
          "column": 38
        },
        "end": {
          "line": 22,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1184,
      "end": 1185,
      "loc": {
        "start": {
          "line": 22,
          "column": 45
        },
        "end": {
          "line": 22,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endFoot",
      "start": 1185,
      "end": 1192,
      "loc": {
        "start": {
          "line": 22,
          "column": 46
        },
        "end": {
          "line": 22,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1192,
      "end": 1193,
      "loc": {
        "start": {
          "line": 22,
          "column": 53
        },
        "end": {
          "line": 22,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1193,
      "end": 1194,
      "loc": {
        "start": {
          "line": 22,
          "column": 54
        },
        "end": {
          "line": 22,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1195,
      "end": 1196,
      "loc": {
        "start": {
          "line": 22,
          "column": 56
        },
        "end": {
          "line": 22,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 1197,
      "end": 1203,
      "loc": {
        "start": {
          "line": 22,
          "column": 58
        },
        "end": {
          "line": 22,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 1204,
      "end": 1205,
      "loc": {
        "start": {
          "line": 22,
          "column": 65
        },
        "end": {
          "line": 22,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 1206,
      "end": 1210,
      "loc": {
        "start": {
          "line": 22,
          "column": 67
        },
        "end": {
          "line": 22,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1210,
      "end": 1211,
      "loc": {
        "start": {
          "line": 22,
          "column": 71
        },
        "end": {
          "line": 22,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 1211,
      "end": 1214,
      "loc": {
        "start": {
          "line": 22,
          "column": 72
        },
        "end": {
          "line": 22,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1214,
      "end": 1215,
      "loc": {
        "start": {
          "line": 22,
          "column": 75
        },
        "end": {
          "line": 22,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 1215,
      "end": 1221,
      "loc": {
        "start": {
          "line": 22,
          "column": 76
        },
        "end": {
          "line": 22,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1221,
      "end": 1222,
      "loc": {
        "start": {
          "line": 22,
          "column": 82
        },
        "end": {
          "line": 22,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1222,
      "end": 1223,
      "loc": {
        "start": {
          "line": 22,
          "column": 83
        },
        "end": {
          "line": 22,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endFoot",
      "start": 1224,
      "end": 1231,
      "loc": {
        "start": {
          "line": 22,
          "column": 85
        },
        "end": {
          "line": 22,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1231,
      "end": 1232,
      "loc": {
        "start": {
          "line": 22,
          "column": 92
        },
        "end": {
          "line": 22,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1232,
      "end": 1233,
      "loc": {
        "start": {
          "line": 22,
          "column": 93
        },
        "end": {
          "line": 22,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1234,
      "end": 1235,
      "loc": {
        "start": {
          "line": 22,
          "column": 95
        },
        "end": {
          "line": 22,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 1236,
      "end": 1242,
      "loc": {
        "start": {
          "line": 22,
          "column": 97
        },
        "end": {
          "line": 22,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 1243,
      "end": 1244,
      "loc": {
        "start": {
          "line": 22,
          "column": 104
        },
        "end": {
          "line": 22,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 1245,
      "end": 1249,
      "loc": {
        "start": {
          "line": 22,
          "column": 106
        },
        "end": {
          "line": 22,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1249,
      "end": 1250,
      "loc": {
        "start": {
          "line": 22,
          "column": 110
        },
        "end": {
          "line": 22,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 1250,
      "end": 1253,
      "loc": {
        "start": {
          "line": 22,
          "column": 111
        },
        "end": {
          "line": 22,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1253,
      "end": 1254,
      "loc": {
        "start": {
          "line": 22,
          "column": 114
        },
        "end": {
          "line": 22,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 1254,
      "end": 1260,
      "loc": {
        "start": {
          "line": 22,
          "column": 115
        },
        "end": {
          "line": 22,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1260,
      "end": 1261,
      "loc": {
        "start": {
          "line": 22,
          "column": 121
        },
        "end": {
          "line": 22,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1261,
      "end": 1262,
      "loc": {
        "start": {
          "line": 22,
          "column": 122
        },
        "end": {
          "line": 22,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1263,
      "end": 1264,
      "loc": {
        "start": {
          "line": 22,
          "column": 124
        },
        "end": {
          "line": 22,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1264,
      "end": 1265,
      "loc": {
        "start": {
          "line": 22,
          "column": 125
        },
        "end": {
          "line": 22,
          "column": 126
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1265,
      "end": 1266,
      "loc": {
        "start": {
          "line": 22,
          "column": 126
        },
        "end": {
          "line": 22,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endFoot",
      "start": 1267,
      "end": 1274,
      "loc": {
        "start": {
          "line": 22,
          "column": 128
        },
        "end": {
          "line": 22,
          "column": 135
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1274,
      "end": 1275,
      "loc": {
        "start": {
          "line": 22,
          "column": 135
        },
        "end": {
          "line": 22,
          "column": 136
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1275,
      "end": 1276,
      "loc": {
        "start": {
          "line": 22,
          "column": 136
        },
        "end": {
          "line": 22,
          "column": 137
        }
      }
    },
    {
      "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": 1285,
      "end": 1290,
      "loc": {
        "start": {
          "line": 23,
          "column": 8
        },
        "end": {
          "line": 23,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1290,
      "end": 1291,
      "loc": {
        "start": {
          "line": 23,
          "column": 13
        },
        "end": {
          "line": 23,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 1291,
      "end": 1306,
      "loc": {
        "start": {
          "line": 23,
          "column": 14
        },
        "end": {
          "line": 23,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1306,
      "end": 1307,
      "loc": {
        "start": {
          "line": 23,
          "column": 29
        },
        "end": {
          "line": 23,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1307,
      "end": 1312,
      "loc": {
        "start": {
          "line": 23,
          "column": 30
        },
        "end": {
          "line": 23,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1312,
      "end": 1313,
      "loc": {
        "start": {
          "line": 23,
          "column": 35
        },
        "end": {
          "line": 23,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 1314,
      "end": 1318,
      "loc": {
        "start": {
          "line": 23,
          "column": 37
        },
        "end": {
          "line": 23,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1318,
      "end": 1319,
      "loc": {
        "start": {
          "line": 23,
          "column": 41
        },
        "end": {
          "line": 23,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1319,
      "end": 1320,
      "loc": {
        "start": {
          "line": 23,
          "column": 42
        },
        "end": {
          "line": 23,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1325,
      "end": 1326,
      "loc": {
        "start": {
          "line": 24,
          "column": 4
        },
        "end": {
          "line": 24,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1327,
      "end": 1328,
      "loc": {
        "start": {
          "line": 25,
          "column": 0
        },
        "end": {
          "line": 25,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1329,
      "end": 1329,
      "loc": {
        "start": {
          "line": 26,
          "column": 0
        },
        "end": {
          "line": 26,
          "column": 0
        }
      }
    }
  ]
}